/*header start*/
#page{padding-top:46px;}
.header{
	background:#F2F2F2;
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
	left:0;
}
.header .logo-nav{
	float:left;
}
.header .logo-nav .logo{
	padding:10px 0 5px;
	float:left;
}
.header .logo-nav .logo a{display: block;}
.header .logo-nav .logo a img{max-width:100%;height:auto;}
.header .logo-nav .nav-box{float:left;margin-left:20px;}
.header .logo-nav .nav-box #menuPc > ul > li{display: inline-block;float:left;margin:0 15px;}
#menuWap{display: none;}
.header .logo-nav .nav-box #menuPc > ul > li > a{
	display: block;
	padding:10px 7.5px;
	font-size: 18px;
	font-weight: 500;
	color: #716A59;
}
.header .logo-nav .nav-box #menuPc > ul > li.act > a ,.header .logo-nav .nav-box #menuPc > ul > li > a:hover ,.header .logo-nav .nav-box #menuPc > ul > li.hover > a {
	color:#B81C26;
}
.header .search-share{
	float:right;
}
.header .search-share .input-box{
	display: inline-block;
	float:left;
	position: relative;
	margin:8px 0;
}
.header .search-share .input-box input{
	width: 176px;
	height: 30px;
	line-height:30px;
	background: #FFFFFF;
	border-radius: 17px;
	border: 1px solid #D4D4D4;
	box-sizing: border-box;
	padding:0 40px 0 10px;
}
.header .search-share .input-box button{
	position: absolute;
	right:5px;
	top:0;
	width:30px;
	height:30px;
	border:none;
	background:transparent;
}
.header .search-share .share-box{
	float:right;
	margin-left:15px;
	padding:9px 0;
}
.header .search-share .share-box a{
	display: inline-block;
	width:28px;
	height:28px;
	float:left;
	margin-left:11px;
	transition: all 0.6s;
}
.header .search-share .share-box a:first-child{
	margin-left:0;
}
.header .search-share .share-box a.f{
	background:url(../images/h-s-01.png) no-repeat center;
}
.header .search-share .share-box a.i{
	background:url(../images/h-s-02.png) no-repeat center;
}
.header .search-share .share-box a.y{
	background:url(../images/h-s-03.png) no-repeat center;
}
.header .search-share .share-box a.w{
	background:url(../images/h-s-04.png) no-repeat center;
}
.header .search-share .share-box a.x{
	background:url(../images/h-s-05.png) no-repeat center;
	position: relative;
}
.header .search-share .share-box a.x .x-pop{
	padding:5px;
	width:110px;
	background:#FFFFFF;
	box-shadow:1px 1px 5px #cccccc;
	position: absolute;
	left:50%;
	top:110%;
	margin-left:-60px;
	display: none;
}
.header .search-share .share-box a.x:hover .x-pop{display:block;}
.header .search-share .share-box a.x .x-pop img{width:100%;height:auto;}
.header .search-share .share-box a.f:hover{
	background:url(../images/h-s-01-h.png) no-repeat center;
}
.header .search-share .share-box a.i:hover{
	background:url(../images/h-s-02-h.png) no-repeat center;
}
.header .search-share .share-box a.y:hover{
	background:url(../images/h-s-03-h.png) no-repeat center;
}
.header .search-share .share-box a.w:hover{
	background:url(../images/h-s-04-h.png) no-repeat center;
}
.header .search-share .share-box a.x:hover{
	background:url(../images/h-s-05-h.png) no-repeat center;
}

.nav-box li .erji {
    position: absolute;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    left: 0%;
    top: 110%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1991;
    transition: all 0.3s;
   
}

.nav-box li .erji.pro_erji {
    background-color: #f6f6f6;
    padding: 5px 0;
    border-top: 1px solid #E5E5E5;
}

.nav-box li .erji dl {
    float: left;
    width: 17%;
    margin-right: 2.66%;
    font-size: 14px;
}

.nav-box li .erji dl:nth-last-of-type(1) {
    margin-right: 0%;
}

.nav-box .m-width-1600{background-color:#ffffff;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding-bottom:10px;
    position:relative;
    height:100%;
    padding-top:20px;
    box-sizing:border-box;
}
.nav-box .m-width-1600 i{
	display: block;
	position: absolute;
	width:2px;
	height:100%;
	background:#f6f6f6;
	margin-left:-1px;
}
.nav-box .m-width-1600 i:nth-child(1){
	left:25%;
	top:0;
}
.nav-box .m-width-1600 i:nth-child(2){
	left:50%;
	top:0;
}
.nav-box .m-width-1600 i:nth-child(3){
	left:75%;
	top:0;
}
.nav-box li .erji.pro_erji dl{
	padding:0 10px;
	box-sizing:border-box;
	display: inline-block;
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
/* .pc-nav li .erji dl:nth-of-type(1) {
    width: 30%;
} */

.nav-box li .erji dl:nth-last-of-type(1) {
    margin-right: 0;
}

.nav-box li .erji dl dt {
    color: #B81C26;
    font-weight: 600;
    font-size:20px;
    border-bottom: 1px solid #e5e5e5;
    padding:0 10px 10px;
    line-height:1;
    
}
.nav-box li .erji dl dd{padding:0 10px;margin-top:20px;}
.nav-box li .erji dl dd:nth-child(2){margin-top:0;}
.nav-box li .erji dl dd .hc-dt{
	padding:10px 0;
	font-size:16px;
	font-weight:400;
	color:#333;
}
.nav-box li .erji dl dd .hc-d-list .item-a{margin-top:5px;}
.nav-box li .erji dl dd .hc-d-list .item-a a{padding-left:10px;position:relative;font-size:12px;font-weight:300;}
.nav-box li .erji dl dd .hc-d-list .item-a a:before{
	content: '';
	width:2px;
	height:2px;
	background:#333;
	border-radius:50%;
	position: absolute;
	left:2px;
	top:50%;
	margin-top:-1px;
}

.nav-box li.hover .erji {
    top: 100%;
    visibility: visible;
    opacity: 1;
}


/*header end*/

/*footer start*/
.footer-nav-search{
	background:#4D4D4D;
}
.footer-nav-search .f-nav{float:left;width:85%;}
.footer-nav-search .f-nav ul li{width:14.28571%;float:left;padding:15px 0;}
.footer-nav-search .f-nav ul li a{
	font-size: 14px;
	font-weight: 500;
	color: #BEBEBE;
	transition: all 0.6s;
}
.footer-nav-search .f-nav ul li a:hover{color:#B81C26;}
.footer-nav-search .f-search{width:15%;float:right;position: relative;margin:10px 0;}
.footer-nav-search .f-search input{
	width: 100%;
	height: 30px;
	line-height:30px;
	background: #616161;
	border-radius: 17px;
	border: 1px solid #818181;
	color:#FFFFFF;
	box-sizing:border-box;
	padding:0 40px 0 10px;
}
.footer-nav-search .f-search button{
	position: absolute;
	width:30px;
	height:30px;
	right:5px;
	top:0;
	border:none;
	background:transparent;
}
.footer-con{
	background:#333333;
	padding:35px 0 0;
}
.footer-con .logo-tips{
	width:20%;
	padding-right:10%;
	float:left;
}
.footer-con .logo-tips .tips{
	font-size: 14px;
	font-weight: 500;
	color: #A5A5A5;
	line-height: 20px;
	margin-top:25px;
}
.footer-con .contact{
	width:35%;
	float:left;
}
.footer-con .contact ul li{
	margin-bottom:25px;
	padding-left:36px;
	font-size: 16px;
	font-weight: 500;
	color: #B5B5B5;
}
.footer-con .contact ul li.mailto{background:url(../images/f-icon-03.png) no-repeat left center;}
.footer-con .contact ul li.tel{background:url(../images/f-icon-04.png) no-repeat left center;}
.footer-con .contact ul li.add{background:url(../images/f-icon-05.png) no-repeat left center;}
.footer-con .contact ul li.fax{background:url(../images/f-icon-06.png) no-repeat left center;}
.footer-con .contact ul li.web{background:url(../images/f-icon-07.png) no-repeat left center;}
.footer-con .contact ul li a{color:#B5B5B5;transition: all 0.6s;}
.footer-con .contact ul li a:hover{color:#B81C26;}
.footer-con .f-msg{
	float:right;
	width:35%;
}
.footer-copy{
	background: #333333;
	text-align: center;
	padding:20px 0;
	font-size: 14px;
	font-weight: 500;
	color: #A5A5A5;
}
/*footer end*/

/*轮播图start*/
.banner{max-width:100%;margin:0 auto 0;width:100%;background:#FFFFFF;}
.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{
	max-width:100%;
	position: relative;
}
.inner-banner .img-box{
	position: relative;
}
.inner-banner .img-box img{width:100%;height:auto;}
.inner-banner .ib-tit{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.inner-banner .ib-tit h6{
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
}
.inner-banner .ib-tit p{
	font-size: 14px;
	font-weight: 600;
	color:rgba(255, 255, 255, 0.7);
}

.crumbs-box{padding:40px 0;}
.crumbs-box a{color:#888888;display: inline-block;transition: all 0.4s;vertical-align: middle;}
.crumbs-box a.home{color:#D32F2F;}
.crumbs-box a:hover{color:#D32F2F;}
.crumbs-box i{display: inline-block;width:10px;height:20px;background:url(../images/arrow.png) no-repeat center;margin:0 15px;vertical-align: middle;}
.crumbs-box span{color:#888888;vertical-align: middle;}

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

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

/*分页 start*/
.page-box{padding:50px 0;text-align: center;}
.page-box .page-inner{display:flex;justify-content: center;}
.page-box .page-inner a{font-weight: bold;display:inline-flex;font-size:14px;color:#666666;margin:0 5px;width:38px;height:38px;line-height:38px;justify-content: center;background:transparent;border:1px solid #cdcdcd;}
.page-box .page-inner .current{font-weight: bold;display:inline-flex;font-size:14px;color:#FFFFFF;margin:0 5px;width:38px;height:38px;line-height:38px;justify-content: center;background:transparent;border:1px solid #b24249;background:#b24249;}
.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;}
.page-box .page-inner a.prev{font-family: 'Montserrat', sans-serif;font-weight:bold;}
.page-box .page-inner a.next{font-family: 'Montserrat', sans-serif;font-weight:bold;}
.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 a.previouspostslink{background:url(../images/previouspostslink.png) no-repeat center;}
.page-box .page-inner a.nextpostslink{background:url(../images/nextpostslink.png) no-repeat center;}
.page-box .page-inner .page-list .current.act ,.page-box .page-inner .page-list .current:hover{color:#FFFFFF;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 .index-pro-menu{
	width:21.8125%;
	float:left;
	position: relative;
	z-index:3;
}
.index-product .index-pro-menu .tit{
	display: block;
	padding:15px 0;
	background:#B81C26;
	margin-top:-63px;
	z-index:3;
	position: relative;
}
.index-product .index-pro-menu .tit h6{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
}
.index-product .index-pro-menu .list{
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
	position: relative;
}
.index-product .index-pro-menu .list > ul > li{
	border-bottom:1px solid #E6E6E6;
	padding:0 10px 0 30px;
}
.index-product .index-pro-menu .list > ul > li:last-child{
	border-bottom:none;
}
.index-product .index-pro-menu .list > ul > li > a{
	display: block;
	box-sizing: border-box;
	width:100%;
	padding:15px 10px 15px 0;
	font-size: 18px;
	font-weight: 500;
	color: #666666;
	background:url(../images/i-p-icon-01.png) no-repeat right center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s;
}
.index-product .index-pro-menu .list > ul > li:hover > a ,.index-product .index-pro-menu .list > ul > li.act > a{color:#B81C26;background:url(../images/i-p-icon-01-h.png) no-repeat right center;}
.index-product .index-pro-menu .list > ul > li .dl-box{
	position: absolute;
	left:100%;
	top:0;
	width:1251px;
	height:100%;
	background:#FAFAFA;
	box-shadow:10px 10px 20px 0px #dadada;
	box-sizing:border-box;
	padding:45px 60px;
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.2s;
}
.index-product .index-pro-menu .list > ul > li:hover .dl-box{
	opacity:1;
	visibility: visible;
}
.index-pro-menu .list > ul > li .dl-box dl{width:20%;margin-bottom:20px;}
.index-pro-menu .list > ul > li .dl-box dl dt a{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	transition: all 0.6s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-pro-menu .list > ul > li .dl-box dl dt a:hover{
	color:#B81C26;
}
.index-pro-menu .list > ul > li .dl-box dl dd{
	margin-top:15px;
}
.index-pro-menu .list > ul > li .dl-box dl dd a{
	font-size: 14px;
	font-weight: 400;
	color: #6E6E6E;
	transition: all 0.6s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-pro-menu .list > ul > li .dl-box dl dd a:hover{
	color:#B81C26;
}







.index-product.hc-code-02{margin-bottom:0;}
.index-product.hc-code-02 .index-pro-con{width:100%;float:none;padding-top:60px;} 
.index-product .index-pro-con{
	padding-top:35px;
	width:75%;
	float:right;
}
.index-product .index-pro-con .con ul li{
	width:15.7%;
	float:left;
	margin-left:5.375%;
	margin-bottom:59px;
	box-sizing:border-box;
	background: #F4F4F4;
	border: 1px solid #EAEAEA;
	transition: all 0.6s;
}
.index-product .index-pro-con .con ul li:hover{
	background:#B81C26;
}
.index-product .index-pro-con .con ul li:nth-child(5n+1){margin-left:0;}
.index-product .index-pro-con .con ul li .img-box{
	background:#FFFFFF;
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom:94.68085%;
}
.index-product .index-pro-con .con ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	transition: all 0.6s;
}
.index-product .index-pro-con .con ul li .tit-box{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:10px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.index-product .index-pro-con .con ul li:hover .tit-box{color:#FFFFFF;}
.index-about{
	background:#F4F7F8;
	padding:120px 0 20px;
}
.index-about .text-box{width:45%;float:left;}
.index-about .text-box .icon-box{
	margin-bottom:15px;
}
.index-about .text-box .tit h6{
	font-size: 40px;
	font-weight: 700;
	color: #0F223C;
	line-height: 48px;
	text-transform: uppercase;
}
.index-about .text-box .text{
	font-size: 14px;
	font-weight: 500;
	color: #A5A5A5;
	line-height: 20px;
	margin:40px 0;
}
.index-about .text-box .more a{
	width: 119px;
	height: 40px;
	background: #B81C26;
	border-radius: 25px;
	text-align: center;
	line-height:40px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	display: block;
	transition: all 0.6s;
}
.index-about .text-box .more a:hover{
	box-shadow:5px 5px 10px #cccccc;
}
.index-about .text-box .more a span{
	display: inline-block;
	padding-right:12px;
	background:url(../images/i-a-icon-02.png) no-repeat right center;
}
.index-about .text-box .number{margin-top:40px;}
.index-about .text-box .number ul li{width:30%;float:left;margin-left:5%;}
.index-about .text-box .number ul li:first-child{
	margin-left:0;
}
.index-about .text-box .number ul li .li-inner{
	padding-left:35px;
}
.index-about .text-box .number ul li.fac .li-inner{
	background:url(../images/i-a-icon-03.png) no-repeat left 5px;
}
.index-about .text-box .number ul li.we .li-inner{
	background:url(../images/i-a-icon-04.png) no-repeat left 5px;
}
.index-about .text-box .number ul li.ac .li-inner{
	background:url(../images/i-a-icon-05.png) no-repeat left 5px;
}
.index-about .text-box .number ul li .li-inner p{line-height:1;}
.index-about .text-box .number ul li .li-inner p b{
	font-size: 33px;
	font-weight: 900;
	color: #666666;
}
.index-about .text-box .number ul li .li-inner p i{
	font-size: 33px;
	font-weight: 900;
	color: #666666;
}
.index-about .text-box .number ul li .li-inner span{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #B3B3B3;
}
.index-about .pic-box{width:49.4375%;float:right;}
.index-about .pic-box a{display: block;}
.index-about .pic-box a img{width:100%;height:auto;}

.index-solution .s-tit{
	padding:45px 0;
	text-align: center;
}
.index-solution .s-tit h6{
	font-size: 50px;
	font-weight: 700;
	color: #0F223C;
}
.index-solution .s-tit p{
	font-size: 14px;
	font-weight: 500;
	color: #A5A5A5;
}
.index-solution .solution-slider{
	padding:0 50px;
	position: relative;
}
.index-solution .solution-slider .swiper-container{padding:10px 10px;}
.index-solution .solution-slider .swiper-slide{
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.5);
	transition: all 0.6s;
}
.solution-slider .swiper-slide .img-box a{display: block;}
.solution-slider .swiper-slide .img-box a img{width:100%;height:auto;}
.solution-slider .swiper-slide .text-box{
	padding:20px;
}
.solution-slider .swiper-slide .text-box .tips{
	height: 54px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 18px;
	margin-bottom:35px;
	transition: all 0.6s;
}
.solution-slider .swiper-slide .text-box a span{
	display:inline-block;
	padding-right:15px;
	background:url(../images/i-s-icon-01-h.jpg) no-repeat right center;
	font-size: 14px;
	font-weight: 600;
	color: #B81C26;
	transition: all 0.6s;
}
.solution-slider .swiper-slide:hover{background:#B81C26;}
.solution-slider .swiper-slide:hover .text-box .tips{color:#FFFFFF;}
.solution-slider .swiper-slide:hover .text-box a span{color:#FFFFFF;background:url(../images/i-s-icon-01.png) no-repeat right center;}
.index-solution .solution-more{
	margin:40px 0 60px;
	text-align: center;
}
.index-solution .solution-more a{
	display: inline-block;
	width: 119px;
	height: 40px;
	background: #B81C26;
	border-radius: 25px;
	line-height:40px;
	transition: all 0.6s; 
}
.index-solution .solution-more a:hover{
	box-shadow:5px 5px 10px #cccccc;
}
.index-solution .solution-more a span{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	display: inline-block;
	padding-right:15px;
	background:url(../images/i-s-icon-01.png) no-repeat right center;
}
.index-solution .swiper-button-next, .index-solution .swiper-button-prev{
	width:40px;
	height:40px;
	top: auto;
	margin-top:auto;
	bottom:100px;
}
.index-solution .swiper-button-prev{background:url(../images/i-s-left.png) no-repeat center;left:0;}
.index-solution .swiper-button-next{background:url(../images/i-s-right.png) no-repeat center;right:0;}

.about-text .pic-box{
	width:42.25%;
	float:left;
}
.about-text .pic-box img{width:100%;height:auto;}
.about-text .text-box{width:52%;float:right;}
.about-text .text-box h6{
	font-size: 26px;
	font-weight: 600;
	color: #333333;
}
.about-text .text-box article{
	margin-top:40px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height:2;
}

.about-numbeer{
	margin-top:60px;
	background: linear-gradient(180deg, #FAFAFA 0%, #F8F7F7 100%);
	border: 1px solid #EAEAEA;
	padding:0 10%;
}
.about-numbeer ul li{width:30%;float:left;margin-left:5%;padding:50px 0;}
.about-numbeer ul li:first-child{
	margin-left:0;
}
.about-numbeer ul li .li-inner{
	padding-left:50px;
}
.about-numbeer ul li.fac .li-inner{
	background:url(../images/about-icon-01.png) no-repeat left 15px;
}
.about-numbeer ul li.we .li-inner{
	background:url(../images/about-icon-02.png) no-repeat left 15px;
}
.about-numbeer ul li.ac .li-inner{
	background:url(../images/about-icon-03.png) no-repeat left 15px;
}
.about-numbeer ul li .li-inner p{line-height:1;}
.about-numbeer ul li .li-inner p b{
	font-size: 60px;
	font-weight: 900;
	color: #B63039;
}
.about-numbeer ul li .li-inner p i{
	font-size: 60px;
	font-weight: 900;
	color: #B63039;
}
.about-numbeer ul li .li-inner span{
	font-size: 20px;
	font-weight: 600;
	color: #B3B3B3;
}
.about-content{padding-bottom:60px;}
.about-content .ac-item{
	text-align: center;
	margin-top:45px;
}
.about-content .ac-item h6{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	margin-bottom:20px;
}
.about-content .ac-item article{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 2.2;
}

.product-box{
	padding-bottom:60px;
}
.product-box .index-product .index-pro-menu .tit{margin-top:0;}
.product-box .index-product .index-pro-con{padding-top:0;}
.product-box .index-product .index-pro-con .con ul li{width:18%;margin-left:2.5%;margin-bottom:35px;}
.product-box .index-product .index-pro-con .con ul li:nth-child(5n+1){margin-left:0;}
.product-box .index-product .index-pro-con .con .con-tit{
	padding: 15px 0;
}
.product-box .index-product .index-pro-con .con .con-tit h6{
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
.product-box .page-box{
	padding:15px 0 0;
}
.product-box .index-product .index-pro-menu .list > ul > li:hover{border-bottom:1px solid #B81C26;}
.product-box .cons-tit{
	background:url(../images/pro-icon-01.png) no-repeat;
	padding:5px 10px;
	margin-bottom:15px;
}
.product-box .cons-tit h6{
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
.prodis-pic-text .pic-box{
	width:40%;
	float:left;
	box-sizing:border-box;
	padding:25px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
}
.prodis-pic-text .pic-box img{width:100%;height:auto;}
.prodis-pic-text .text-box{
	width:50%;
	float:right;
}
.prodis-pic-text .text-box .t{
	font-size: 30px;
	font-weight: 700;
	color: #333333;
}
.prodis-pic-text .text-box .list{
	margin:40px 0;
}
.prodis-pic-text .text-box .list ul li{
	padding:5px 0;
}
.prodis-pic-text .text-box .list ul li label{
	font-size: 20px;
	color: #8C8C8C;
	display: inline-block;
	min-width:100px;
}
.prodis-pic-text .text-box .list ul li span{
	font-size: 20px;
	font-weight: 700;
	color: #2E2E2E;
}
.prodis-pic-text .text-box .tel{
	padding-left:60px;
	background:url(../images/proidis-icon-01.png) no-repeat left 5px;
}
.prodis-pic-text .text-box .tel p{
	font-size: 16px;
	font-weight: 600;
	color: #A9A9A9;
}
.prodis-pic-text .text-box .tel a{
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #B81C26;
	line-height: 36px;
}
.prodis-pic-text .text-box .chat{margin-top:80px;}
.prodis-pic-text .text-box .chat a{
	display: block;
	line-height:1;
	padding:20px;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: 700;
	background:#B81C26;
	text-align: center;
	transition: all 0.6s;
}
.prodis-pic-text .text-box .chat a:hover{
	box-shadow:5px 5px 10px #cccccc;
}
.prodis-details{
	padding:20px 0 40px;
}
.prodis-details .t{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
}
.rp-box .rp-tit{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
}
.rp-box .rp-list{margin-top:20px;}

.rp-box .rp-list ul li{width:18%;margin-left:2.5%;
	float:left;
	box-sizing:border-box;
	background: #F4F4F4;
	border: 1px solid #EAEAEA;
	transition: all 0.6s;
}
.rp-box .rp-list ul li:nth-child(5n+1){margin-left:0;}
.rp-box .rp-list ul li:hover{
	background:#B81C26;
}
.rp-box .rp-list ul li .img-box{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom:94.68085%;
	background:#FFFFFF;
}
.rp-box .rp-list ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	transition: all 0.6s;
}
.rp-box .rp-list ul li .tit-box{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:10px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.rp-box .rp-list ul li:hover .tit-box{color:#FFFFFF;}


.prodis-details .text{
	margin-top:20px;
	font-size: 17px;
	color: #666666;
	line-height:2;
}
.prodis-box .table{
	margin-bottom:40px;
}
.prodis-box .text table tr td{
	padding:20px 5%;
	background:#EFF3F5;
	border:1px solid #DADADA;
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.prodis-box .text table{width:100%;}
.prodis-box .text table tr td p{
	padding-left:30px;
	background:url(../images/prodis-icon-02.png) no-repeat left top;
}

.prodis-box .table table tr td{
	padding:20px 5%;
	background:#EFF3F5;
	border:1px solid #DADADA;
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.prodis-box .table table tr td p{
	padding-left:30px;
	background:url(../images/prodis-icon-02.png) no-repeat left top;
}
.prodis-box .spe-tit{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	margin-bottom:20px;
}
.prodis-box .spe-list table{width:100%;}
.prodis-box .spe-list table td{
	padding:5px 0;
	width:50%;
	font-size: 17px;
	color: #666666;
	line-height: 30px;
}
.solution-list{padding-bottom: 10px;}
.solution-list ul li{
	width:31.5%;
	float:left;
	margin-left:2.75%;
	margin-bottom:60px;
}
.solution-list ul li:nth-child(3n+1){margin-left:0;}
.solution-list ul li .img-box{display: block;position: relative;padding-bottom:60%;overflow: hidden;}
.solution-list ul li .img-box img{width:100%;height:auto;position: absolute;left:0;top:0;transition: all 0.6s;transform: scale(1);}
.solution-list ul li .img-box img:hover{transform: scale(1.05);}
.solution-list ul li .text-box .t{
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:15px 0;
	transition: all 0.6s;
}
.solution-list ul li .text-box .t:hover{
	color:#B81C26;
}
.solution-list ul li .text-box .tips{
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
}
.solution-list .page-box{
	padding:0 0 50px;
}

.solution-dis-box .tit{
	max-width:930px;
	margin:0 auto;
	text-align: center;
}
.solution-dis-box .tit h6{
	font-size: 40px;
	font-weight: 600;
	color: #333333;
	line-height:1.2;
}

.solution-dis-box .share-box{
	text-align: center;
	padding:15px 0;
}
.solution-dis-box .share-box a{
	display: inline-block;
	width:28px;
	height:28px;
	margin-left:11px;
	transition: all 0.6s;
}
.solution-dis-box .share-box a:first-child{
	margin-left:0;
}
.solution-dis-box .share-box a.f{
	background:url(../images/h-s-01.png) no-repeat center;
}
.solution-dis-box .share-box a.i{
	background:url(../images/h-s-02.png) no-repeat center;
}
.solution-dis-box .share-box a.y{
	background:url(../images/h-s-03.png) no-repeat center;
}
.solution-dis-box .share-box a.w{
	background:url(../images/h-s-04.png) no-repeat center;
}
.solution-dis-box .share-box a.x{
	background:url(../images/h-s-05.png) no-repeat center;
}

.solution-dis-box .share-box a.f:hover{
	background:url(../images/h-s-01-h.png) no-repeat center;
}
.solution-dis-box .share-box a.i:hover{
	background:url(../images/h-s-02-h.png) no-repeat center;
}
.solution-dis-box .share-box a.y:hover{
	background:url(../images/h-s-03-h.png) no-repeat center;
}
.solution-dis-box .share-box a.w:hover{
	background:url(../images/h-s-04-h.png) no-repeat center;
}
.solution-dis-box .share-box a.x:hover{
	background:url(../images/h-s-05-h.png) no-repeat center;
}
.solution-dis-box .solution-text{
	padding:40px 0 60px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}
.solution-dis-box .solution-text img{max-width:100%;height:auto;}
.solution-dis-box{padding-bottom:60px;}
.rd-pro .rd-tit{
	text-align: center;
	position: relative;
}
.rd-pro .rd-tit::after{
	content: '';
	width:30%;
	height:1px;
	background:#DFDFDF;
	position: absolute;
	left:50%;
	top:50%;
	transform: translateX(-50%);
}
.rd-pro .rd-tit h6{
	display: inline-block;
	background:#FFFFFF;
	z-index:3;
	position: relative;
	padding:0 20px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

.rd-list{padding-top:30px;}
.rd-list ul li{
	width:12%;
	float:left;
	margin-left:5.6%;
	background: #FCFCFC;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
}
.rd-list ul li:hover{background:#B81C26;}
.rd-list ul li:first-child{margin-left:0;}
.rd-list ul li .img-box{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom:94.68085%;
}
.rd-list ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	transition: all 0.6s;
}
.rd-list ul li .tit-box{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:10px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.rd-list ul li:hover .tit-box{color:#FFFFFF;}
.solution-dis-box .time{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #999999;
}
.support-box{
	padding:0 0 60px;
}
.support-box .cer-box{
	margin-bottom:60px;
	text-align: center;
}
.support-box .cer-box .cer-tit{margin-bottom:20px;}
.support-box .cer-box .cer-tit h6{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
}
.support-box .cer-box .cer-text{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.support-box .cer-box .cer-list{
	margin-top:50px;
}
.support-box .cer-box .cer-list ul li{
	width:18%;
	float:left;
	margin-left:2.5%;
}
.support-box .cer-box .cer-list ul li:first-child{margin-left:0;}
.support-box .cer-box .cer-list ul li .img-box{
	padding:10px;
	background:#EEACAC;
}
.support-box .cer-box .cer-list ul li .img-box img{width:100%;height:auto;}


.support-box .val-box{
	margin-bottom:60px;
	text-align: center;
}
.support-box .val-box .val-tit{margin-bottom:20px;}
.support-box .val-box .val-tit h6{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
}
.support-box .val-box .val-text{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.support-box .val-box .val-list{
	max-width:1140px;
	margin:50px auto 0;
}
.support-box .val-box .val-list ul li{
	width:48.5%;
	float:left;
}
.support-box .val-box .val-list ul li:nth-child(even){float:right;}
.support-box .val-box .val-list ul li .img-box img{width:100%;height:auto;}

.support-box .sco-box{
	text-align: center;
}
.support-box .sco-box .sco-tit{margin-bottom:20px;}
.support-box .sco-box .sco-tit h6{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
}
.support-box .sco-box .sco-text{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}

.news-box .news-list ul li{
	margin-bottom:60px;
	background:#F4F4F4;
}
.news-box .news-list ul li .li-inner{
	padding:35px 60px 35px 35px;
}
.news-list ul li .li-inner .img-box{
	width:31.5%;
	border:3px solid #FFFFFF;
	float:left;
}
.news-list ul li .li-inner .img-box a{display: block;overflow: hidden;}
.news-list ul li .li-inner .img-box a img{width:100%;height:auto;transition: all 0.6s;transform: scale(1);}
.news-list ul li .li-inner .img-box a img:hover{transform: scale(1.05);}
.news-list ul li .li-inner .text-box{width:60%;float:right;}
.news-list ul li .li-inner .text-box .time{
	font-size: 24px;
	font-weight: 600;
	color: #616161;
}
.news-list ul li .li-inner .text-box .share-box{
	padding:25px 0;
}
.news-list ul li .li-inner .text-box .share-box a{
	display: inline-block;
	width:28px;
	height:28px;
	float:left;
	margin-left:11px;
	transition: all 0.6s;
}
.news-list ul li .li-inner .text-box .share-box a:first-child{
	margin-left:0;
}
.news-list ul li .li-inner .text-box .share-box a.f{
	background:url(../images/h-s-01.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.i{
	background:url(../images/h-s-02.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.y{
	background:url(../images/h-s-03.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.w{
	background:url(../images/h-s-04.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.x{
	background:url(../images/h-s-05.png) no-repeat center;
}

.news-list ul li .li-inner .text-box .share-box a.f:hover{
	background:url(../images/h-s-01-h.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.i:hover{
	background:url(../images/h-s-02-h.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.y:hover{
	background:url(../images/h-s-03-h.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.w:hover{
	background:url(../images/h-s-04-h.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .share-box a.x:hover{
	background:url(../images/h-s-05-h.png) no-repeat center;
}
.news-list ul li .li-inner .text-box .tit{
	padding-bottom:20px;
	border-bottom:1px solid #CDCDCD;
}
.news-list ul li .li-inner .text-box .tit a{
	display: block;
	height: 66px;
	overflow: hidden;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	line-height: 33px;
}
.news-list ul li .li-inner .text-box .text{
	margin-top:30px;
	height:99px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #9B9B9B;
	line-height: 33px;
}
.news-box{padding:0 0 60px;}
.news-list ul li:last-child{margin-bottom:0;}
.news-box .page-box{padding:50px 0 0;}
.contact-box{
	padding-bottom:60px;
}
.contact-box .list{
	width:33.875%;
	float:left;
	border:1px solid #DFDFDF;
	box-sizing:border-box;
	padding:0 40px;
}
.contact-box .list ul li{
	padding:0 0 0 40px;
	margin:25px 0;
	width:80%;
	border-bottom:1px solid #E1E1E1;
}
.contact-box .list ul li:last-child{border-bottom:none;}
.contact-box .list ul li.em{
	background:url(../images/youxiang.png) no-repeat 10px 5px;
}
.contact-box .list ul li.tel{
	background:url(../images/tel.png) no-repeat 10px 3px;
}
.contact-box .list ul li.add{
	background:url(../images/dizhi.png) no-repeat 10px 3px;
}
.contact-box .list ul li label{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #AD1620;
}
.contact-box .list ul li a ,.contact-box .list ul li span{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	display: block;
	margin-top:10px;
}
.contact-box .list ul li a:hover{
	color:#AD1620;
}
.contact-box .msg-box{
	width:64%;
	float:right;
}
.contact-box .contact-map{margin-top:60px;}
.contact-box .contact-map iframe{width:100%;}

.error-text {
  text-align: center;
  padding:50px 0;
}
.error-text .e-tit {
  font-size: 320px;
  line-height: 1;
  font-weight: 900;
  color: #B81C26;
}

.error-text .e-p {
  font-size: 36px;
  color: #B81C26;
  margin-bottom: 30px;
}
.see-btn{
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  background-color: #B81C26;
  line-height: 28px;
  padding: 10px 25px;
}
.see-btn:hover{
	color:#FFFFFF;
	box-shadow: 0px 7px 22px 5px rgba(0, 0, 0, 0.15);
}

.search-warp{padding-bottom:50px;}
.search-warp .search-tool {
    padding: 60px 60px 60px;
}
.search-tool .search-tool-inner {
    width: 500px;
    position: relative;
    margin: 0 auto;
}
.search-tool .search-tool-inner input {
    width: 100%;
    height: 61px;
    line-height: 61px;
    padding: 0 20% 0 30px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 32px;
    box-sizing: border-box;
    font-size: 18px;
}

.search-tool .search-tool-inner button {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: transparent;
    border: none;
}
.search-tool .search-tool-inner .iconfont{
    font-size: 26px;
}
.search-list ul li {
    box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 35px;
}
.search-list ul li .btn {
    padding: 8px 10px;
}
.search-list ul li .li-inner {
    padding: 40px;
}
.search-list ul li .li-inner .img-box {
    width: 15%;
    float: left;
    overflow: hidden;
}
.search-list ul li .li-inner .img-box a {
    display: block;
}
.search-list ul li .li-inner .img-box img {
    width: 100%;
    height: auto;
}
.search-list ul li .li-inner .img-text {
    width: 80%;
    float: right;
}
.search-list .img-text .t span {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    margin-right: 20px;
    padding-right: 20px;
    float: left;
    position: relative;
}
.search-list .img-text .t span:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.search-list .img-text .t a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #444444;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    float: left;
    transition: all 0.4s;
}
.search-list .img-text .t a:hover {
    color: #AD1620;
}
.search-list .img-text .d {
    margin: 20px 0;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.search-list .see-more {
    margin-top: 20px;
    display: inline-block;
    color: #AD1620;
    line-height: 20px;
}
.search-list .see-more .iconfont {
    font-size: 20px;
    margin-left: 12px;
}
.search-list .see-more span,
.search-list .see-more i {
    float: left;
}
.search-list .see-more:hover span {
    text-decoration: underline;
}
.contact-tit{margin-bottom:20px;}
.contact-tit h6{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}
.index-product{margin-bottom:60px;}

@media only screen and (max-width: 1660px) {
	.m-width-1600{max-width:1200px;}
	.index-product .index-pro-menu .list > ul > li > a{padding:15px 20px 15px 0;}
	
	.index-product .index-pro-menu .list > ul > li .dl-box{width:939px;}
	.index-about .text-box .tit h6{font-size:32px;}
	.index-solution .s-tit h6{font-size:32px;}
	.index-product .index-pro-con .con ul li{width:18%;margin-left:2.5%;}
	.about-numbeer ul li .li-inner p b{font-size:40px;}
	.about-numbeer ul li .li-inner p i{font-size:40px;}
	.about-numbeer ul li .li-inner span{font-size:14px;}
	.news-list ul li .li-inner .img-box{width:36%;}
	.news-list ul li .li-inner .text-box .share-box{padding:10px 0;}
	
}





@media only screen and (max-width: 1240px) {
	.ipd-20{padding:0 20px;}
	#menuPc{display: none;}
	#menuWap{display: block;}
	#page{background:#FFFFFF;}
	.btn-nav{position: relative;background: transparent;border: none;padding:6.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:#B24249;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 .search-share{display:none;}
	.index-product .index-pro-menu{display:none;}
	.index-product .index-pro-con{width:100%;float:none;}
	.index-product{margin-bottom:0;}
	.index-about .text-box{width:100%;float:none;}
	.index-about .pic-box{width:100%;float:none;margin-top:40px;}
	.index-about{padding:20px 0;}
}	
@media only screen and (max-width: 767px) {
	.prodis-details .text{overflow-x:scroll;}
	.prodis-details .text table{width:200%;}
	
	
	
	.index-product .index-pro-con .con ul li{width:48%;float:left;margin-left:0;margin-bottom:20px;}
	.index-product .index-pro-con .con ul li:nth-child(even){float:right;}
	.index-about .text-box .number ul li{width:100%;float:none;margin-left:0;margin-bottom: 20px;}
	.index-solution .solution-slider .swiper-container{}
	.footer-nav-search .f-nav{display:none;}
	.footer-nav-search .f-search{float:none;width:100%;}
	.footer-con .contact{display:none;}
	.footer-con .f-msg{display:none;}
	.footer-con .logo-tips{width:100%;padding-right:0;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{bottom:10px;}
	.inner-banner{display:none;}
	.crumbs-box{padding:20px 0;}
	.about-text .pic-box{width:100%;float:none;}
	.about-text .text-box{width:100%;float:none;margin-top:40px;}
	.about-numbeer{margin-top:30px;}
	.about-numbeer ul li{width:100%;float:none;padding:20px 0;}
	.about-content .ac-item h6{font-size:32px;}
	.product-box .index-product .index-pro-con .con ul li{width:48%;float:left;margin-left:0;}
	.product-box .index-product .index-pro-con .con ul li:nth-child(even){float:right;}
	.prodis-pic-text .pic-box{width:100%;float:none;}
	.prodis-pic-text .text-box{width:100%;float:none;margin-top:20px;}
	.prodis-details .t{font-size:32px;}
	.prodis-box .spe-tit{font-size:32px;}
	.prodis-box .table{overflow-x: scroll;}
	.prodis-box .table table{width:200%;}
	.solution-list ul li{width:48%;margin-left:0;}
	.solution-list ul li:nth-child(even){float:right;}
	.support-box .cer-box .cer-list ul li .img-box{padding:2px;}
	.support-box .cer-box .cer-tit h6{font-size:32px;}
	.support-box .val-box .val-tit h6{font-size:32px;}
	.support-box .sco-box .sco-tit h6{font-size:32px;}
	.news-box .news-list ul li .li-inner{padding:20px;}
	.news-list ul li .li-inner .img-box{width:100%;float:none;}
	.news-list ul li .li-inner .text-box{width:100%;float:none;margin-top:20px;}
	.contact-box .list{width:100%;float:none;}
	.contact-box .msg-box{width:100%;float:none;margin-top:20px;}
	.solution-dis-box .tit h6{font-size:32px;}
	.rd-list ul li{width:48%;margin-left:0;margin-bottom:20px;}
	.rd-list ul li:nth-child(even){float:right;}
	.error-text .e-tit{font-size:100px;}
	.search-warp .search-tool{padding:60px 20px;}
	.search-tool .search-tool-inner{width:100%;}
	.search-list ul li .li-inner{padding:20px;}
	.search-list ul li .li-inner .img-box{width:100%;float:none;}
	.search-list ul li .li-inner .img-text{width:100%;float:none;margin-top:20px;}
	.search-list .img-text .t a{width:100%;}
	.rp-box .rp-list ul li{width:48%;margin-left:0;margin-bottom:20px;}
	.rp-box .rp-list ul li:nth-child(even){float:right;}
}
 .alignleft {
   float: left;
   margin-right: 20px;
 } 
 .aligncenter {
   clear: both;
   display: block;
   margin: 0 auto;
 } 
 .alignright {
   float: right;
   margin-left: 20px;
 }