@charset "UTF-8";
html{ font-size: 100px; }
body {
	font: 14px 'Noto Sans SC','宋体';
	font-weight: 400;
	color: #222;

    min-width: 1200px;
    width: 100%;
    overflow-x: hidden;

	--swiper-navigation-size: 20px;
	--tpl-color: #222;
}
.wrap{ width: 95%; max-width: 1200px; margin: 0 auto; }
.wrap:before,
.wrap:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }
.pcshow{ display: block !important; }
.webshow{ display: none !important; }
@media only screen and (max-width: 768px){
	.pcshow{ display: none !important; }
	.webshow{ display: block !important; }
}
header{
	position: relative;
	width: 100%;
	z-index: 9;
	background: #fff;
}
.top{
	height: 32px;
	line-height: 32px;
	color: #959595;
	font-size: 12px;
	background: #f9f9f9;
	border-bottom: 1px solid #ededed;
}
.top p{
	display: inline-block;
}
.top ul{
	float: right;
}
.top li{
	position: relative;
	display: inline-block;
	height: 32px;
	margin-right: 30px;
	padding-left: 20px;
}
.top li .tp{
	position: absolute;
	width: 125px;
	z-index: 9;
	left: -20px;
	display: none;
}
.top li:hover .tp{
	display: block;
}
.top li:first-child{
	background: url(../images/top_li1.png) no-repeat left center;
}
.top li:nth-child(2){
	background: url(../images/top_li2.png) no-repeat left center;
}
.top li:last-child{
	margin-right: 0;
	background: url(../images/top_li3.png) no-repeat left center;
}
.top li a{
	display: block;
}
.top li a:hover{
	color: #222;
}
.top-wrap{
	padding: 38px 0;
}
.logo{
	float: left;
	display: flex;
	align-items: center;
}
.logo a{
	display: flex;
	align-items: center;
	color: #008cd7;
}
.logo .t p{
	font: .38rem '宋体';
	font-weight: bold;
}
.logo .t span{
	font-size: .15rem;
	letter-spacing: .01rem;
}
.logo img{
	height: .55rem;
}
.logo-info{
	margin-left: .25rem;
	padding-left: .25rem;
	border-left: .01rem solid #ccc;
}
.logo-info p{
	padding-top: .08rem;
	font-size: .15rem;
}
.top-tel{
	float: right;
}
.top-tel p:first-child{
	font-size: .15rem;
	color: #333;
	text-indent: .25rem;
}
.top-tel p:last-child{
	font-size: .3rem;
	font-weight: 700;
	color: #333;
	background: url(../images/top_tel.png) no-repeat left center;
	padding-left: .25rem;
}
.top-nav{
	position: relative;
	z-index: 999;
	background: #3b3b3b;
}
nav{
	margin: 0 auto;
	max-width: 1200px;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
}
nav ul>li{
	flex: 1;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #c5c5c5;
}
nav ul>li>a{
	display: block;
}
nav ul>li:hover>a,
nav ul>li>a.on {
	color: #fff;
	background: #008cd7;
}
/******
.search-box{
	position: relative;
	padding: 12px 0;
	margin-right: 45px;
	float: right;
	width: 300px;
}
.search-box input{
	float: left;
	height: 50px;
	font-size: 14px;
	border: 1px solid #ccc;
}
.search-box .text{
	width: 238px;
	text-indent: 15px;
}
.search-box .submit{
	width: 60px;
	background: url(../images/search_btn.png) no-repeat center center;
	border-left: none;
	cursor: pointer;
}
******/
.header-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
header .navbtn{ display: none; }
nav>ul>li>a:hover,
nav>ul>li>a.on{
}
@media only screen and (max-width: 1000px){
	.logo img{
		max-height: 55px;
	}
	.top ul{
		display: none;
	}
	.search-box{
		display: none;
	}
	.top-tel{
		width: 100%;
		padding: 0;
		text-align: center;
		border-top: 1px solid #e6e6e6;
	}
	.top-tel p{
		display: inline-block;
	}
	.top-wrap{
		padding: 10px 0;
	}
	.top-nav{
		display: none;
		position: absolute;
		top: 145px;
		width: 100%;
	}
	header .navbtn{
		position: absolute;
		display: block;
		align-items: center;
		padding: 15px 5px;
		right: 2.5%;
		top: 50px;
	}
	.navbtn i{
		float: left;
		display: block;
		position: relative;
		width: 25px;
		height: 2px;
		background-color: #222;
	}
	.navbtn i:before,
	.navbtn i:after{
		position: absolute;
		display: block;
		content: '';
		width: 25px;
		height: 2px;
		background-color: #222;
		left: 0;
	}
	.navbtn i:before{
		top: -8px;
	}
	.navbtn i:after{
		bottom: -8px;
	}
	nav ul{
		padding: 15px 0;
	}
	nav ul>li{
		flex: none;
		width: 100%;
	}
}
/*	Banner */
.banner{ width: 100%; overflow: hidden; z-index: 1; background: #fff; }
.banner img{ padding: 0; margin: 0; }
/**
 * =====*=====*=====*=====*=====*MAIN CSS*=====*=====*=====*=====*=====
 */
.p50{ padding: 50px 0; }
.swiper-box li{
	padding: 5px;
}
.swiper-box li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.swiper-box li a>div{
	width: 100%;
}
.swiper-box li a .t{
	line-height: 35px;
	text-align: center;
}
.swiper-box li a .t p{
	font-size: 12px;
	color: #999;
	text-align: left;
	line-height: 2;
}
@media only screen and (max-width: 768px){
}

a.wu-more{
	position: relative;
	padding: 0;
	width: 155px;
	height: 55px;
	line-height: 54px;
	text-align: center;
	font-size: 14px;
	display: block;
	margin-top: 25px;
	z-index: 0;
}
a.wu-more:hover{
	color: #fff;
}
a.wu-more:before,
a.wu-more:after{
	position: absolute;
	display: block;
	content: '';
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px solid #cecece;
	z-index: -1;
}
a.wu-more.c34:before,
a.wu-more.c34:after{
	border-color: #343434;
}
a.wu-more:before{
	top: 0;
	left: 0;
}
a.wu-more:after{
	bottom: 0;
	right: 0;
}
a.wu-more:hover:after{
	background: var(--tpl-color);
}


footer{
	color: #666;
	background: #222;
}
.footer-box{
	padding: .5rem 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	max-width: 12rem;
}
.footer-nav dl{
	position: relative;
	float: left;
	width: 2rem;
	margin-right: .5rem;
}
.footer-nav dl:before{
	position: absolute;
	content: "";
	width: .01rem;
	height: 2.2rem;
	right: 0;
	top: .1rem;
	background: #666;
}
.footer-nav dt a,
.footer-txt h4 a{
	position: relative;
	margin-bottom: .12rem;
	display: block;
	height: .4rem;
	line-height: 2;
	font-size: .2rem;
	color: #fff;
	background: url(../images/ico-1.png) no-repeat 1.15rem .15rem;
}
.footer-nav dd a{
	display: block;
	font-size: .14rem;
	line-height: 2;
}
.footer-nav dd a:hover{
	color: #fff;
}
.footer-nav .dd2 a:first-child{
	display: none;
}
.footer-txt .f-tel span{
	font-size: .15rem;
}
.footer-txt .f-tel p{
	padding: .08rem 0;
	display: block;
	font-size: .4rem;
	color: #fff;
	line-height: .4rem;
	font-weight: 700;
}
.footer-txt .t{
	padding: .2rem 0;
	line-height: 2;
}




.footer-cont{
	float: right;
	font-size: 14px;
	line-height: 2;
}
.footer-cont strong{
	font-size: 38px;
	line-height: 1;
	color: #fff;
	padding: 10px 0;
	display: inline-block;
}
.copyright{
	padding: .2rem 0;
	font-size: .13rem;
	line-height: 2;
	background: #000;
}


@media only screen and (max-width: 768px){
	.footer-box{
		padding: 30px 0;
	}
	.footer-nav{
		display: none;
	}
	.footer-cont{
		width: 100%;
		font-size: 12px;
		text-align: center;
	}
	.footer-cont strong{
		font-size: 28px;
	}
	footer a.wu-more{
		margin: 25px auto 0;
	}
	.copyright{
		text-align: center;
	}
}
/**
 * =====*=====*=====*=====*=====*SUBMAIN CSS*=====*=====*=====*=====*=====
 */
.subbanner{
	overflow: hidden;
	width: 100%;
}
.subBody{ 
	padding: 2rem 0; 
}

.editor{ padding: 1.2rem; line-height: 2; }
.editor img,.mbArticleSharePic{ max-width: 100%; }
.sub-left{margin-bottom: 15px;}
.sub-tit{ padding: 30px 0; text-align: center; }
.sub-tit p{ font-family: "宋体"; font-size: 32px; text-transform: uppercase; }
.sub-tit span{ display: block; line-height: 2; font-size: 18px; }
.sub-tit i{ display: inline-block; width: 50px; height: 2px; background: #8f011d; }
.submenu{
	width: 100%;
	white-space: nowrap;
	/*overflow-x: scroll;*/
	/*overflow-y: hidden;*/
	/*text-align: justify;*/
	display: flex;
}
.submenu::-webkit-scrollbar{
	display: none;
}
.submenu>li{
	position: relative;
	background: #f2f2f2;
}
.submenu>li>a{
	display: block;
	padding: 15px 10px;
	font-size: 13px;
	color: #666;
	background-size: 100%;
}
.submenu>li:hover>a,
.submenu>li.on>a{
	color: #fff;
	background: #0091d5;
}
.submenu>li>ol{
	position: absolute;
	display: none !important;
}
.submenu>li>ol{
	display: none !important;
	padding: 15px;
	width: 150%;
	position: absolute;
	border-radius: 8px;
	background: #f2f2f2;
	border: 1px solid #f9f9f9;
	/*background: rgba(255,255,255,.9);*/
	z-index: 9;
}
.submenu>li:hover>ol{
	display: block !important;
}
.submenu>li>ol>li>a{
	display: block;
	font-size: 13px;
	line-height: 2;
}
@media screen and (max-width: 768px){
	.sub-tit{
		padding: 20px 0;
	}
	.sub-tit p{
		font-size: 18px;
	}
	.sub-tit span{
		font-size: 14px;
	}
	.submenu li a{
		padding: 10px 15px;
		font-size: 13px;
	}
}
/** 面包屑导航 **/
.wu-crumb{
	width: 100%;
	font-size: .14rem;
	line-height: 3;
	border-bottom: .01rem dashed #ccc;
	margin-bottom: .2rem;
}
.wu-crumb b{
	padding-left: 10px;
	padding-right: 8px;
	font-weight: normal;
	border-left: 10px solid #222;
}
.wu-crumb span{
	padding: 0 8px;
	font-family: '宋体';
}
@media screen and (max-width: 768px){
	.wu-crumb{
		font-size: 13px;
		margin-bottom: 12px;
	}
}
/** 盾将军门窗 **/
.sub-menu-tit{
	display: none;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #000;
}
.sub-menu-tit span{
	float: right;
	margin-right: 20px;
	line-height: 45px;
	font-size: 25px;
}
.sub-wz{
	width: 100%;
	font-size: 12px;
	height: 80px;
	line-height: 80px;
	background: #f6f6f6;
}
@media only screen and (max-width: 768px){
	.sub-wz{
		line-height: 50px;
		height: 50px;
	}
}
.sub-menu{
	position: relative;
	z-index: 2;
	/*overflow: hidden;*/
}
.sub-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.sub-menu ul>li{
	position: relative;
	margin: 20px 0 40px;
	flex: 1;
	text-align: center;
}
.sub-menu ul>li>a{
	display: block;
	line-height: 38px;
	height: 38px;
	background: #fff;
	border-left: 1px solid #e6e6e6;
}
.sub-menu ul>li:first-child>a{
	border-left: none;
}
.sub-menu ul>li.on>a,
.sub-menu ul>li:hover>a{
	color: #fff;
	background: #000;
}
.sub-menu ol{
	position: absolute;
	padding: 20px 0;
	width: 100%;
	height: 0;
	border-radius: 5px;
	background: rgba(0,0,0,.7);
	opacity: 0;
	display: none !important;
}
.sub-menu ul>li:hover ol{
	opacity: 1;
	height: auto;
	display: block !important;
}
.sub-menu ol>li{
	padding: 5px 0;
	line-height: 30px;
}
.sub-menu ol>li>a{
	color: #fff;
	display: block;
	font-size: 13px;
}
@media only screen and (max-width: 768px){
	.sub-menu-tit{
		display: block;
	}
	.sub-menu ul{
		display: none;
		background: #fff;
	}
	.sub-menu ul>li{
		margin: 0;
		width: 100%;
		flex: none;
		text-align: left;
		text-indent: 20px;
		border-bottom: 1px solid #e6e6e6;
	}
	.sub-menu ul>li:first-child{
		margin-top: 1px;
	}
	.sub-menu ul>li:last-child{
		padding-bottom: 15px;
	}
	.sub-menu ul>li>a{
		font-size: 13px;
		border-left: 0;
	}
	.sub-menu ol{
		padding: 0;
		position: relative;
		display: block !important;
		opacity: 1;
		height: auto;
		background: #fff;
	}
	.sub-menu ol>li>a{
		color: #222;
		text-align: center;
	}
}
.content{
	padding: 20px 0;
}
.content p{
	padding: 2px 0 !important;
	line-height: 2 !important;
}


.sub-body{
    padding: .12rem 0 .38rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sidebar{
    width: 2.65rem;
}
.sidebar-tit{
    display: flex;
    height: .89rem;
    justify-content: center;
    align-items: center;
    background: #008cd7;
}
.sidebar-tit h3{
    position: relative;
    display: block; 
    width: 100%;
    color: #fff;
    font-size: .22rem;
    text-align: center;
    font-weight: 400;
}
.sidebar-tit h3 p{
    font-size: .14rem;
    line-height: .22rem;
    text-transform: uppercase;
}
.sidebar-tit h3 span{
    display: none;
}
.sidebar-ul{
    padding: .15rem 0;
    background: #fff;
}
.sidebar-ul li{
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.sidebar-ul li a{
    display: block;
    height: .5rem;
    line-height: .5rem;
    text-indent: .25rem;
}
.sidebar-ul li.on a,
.sidebar-ul li:hover a{
    text-indent: .35rem;
    color: #fff;
    background: #008cd7;
}
.sidebar-1{
    /* border-radius: 20px 0 0 0; */
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    border: 1px solid #f3f3f3;
    margin-bottom: .25rem;
}
.right-section{
    padding: .10rem;
    width: 9.1rem;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    border: 1px solid #f3f3f3;
}

@media only screen and (max-width: 768px){
    .sidebar{
        width: 100%;
    }
    .sidebar-tit{
        height: .38rem;
    }
    .sidebar-tit h3{
        font-size: .16rem;
    }
    .sidebar-tit h3 span{
        position: absolute;
        display: block;
        height: 100%;
        font-size: .2rem;
        line-height: .24rem;
        top: 0;
        right: .2rem;
    }
    .sidebar-ul{
        display: none;
    }
    .right-section{
        margin-top: .1rem;
        padding: .05rem;
        width: 100%;
    }
}

.sub-section{
    padding: 0.15rem;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    border: 1px solid #f3f3f3;
}
.case-name{
    padding-bottom: .2rem;
    display: flex;
}
.case-name li{
    flex: 1;
    line-height: 0.38rem;
    color: #fff;
    background: rgba(0,0,0,.7);
    border-right: .01rem solid #fff;
    text-align: center;
}
.case-name li:last-child{
    border: 0;
}
.case-lst{
    padding-bottom: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-lst .items{
    position: relative;
    width: 6.55rem;
    height: 3.6rem;
    cursor: pointer;
}
.case-lst img{
    width: 100%;
    height: 100%;
}
.case-lst ul{
    width: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-lst ul li{
    position: relative;
    margin-bottom: .1rem;
    width: 2.45rem;
    height: 1.75rem;
    cursor: pointer;
}
.case-lst p{
    padding-left: .3rem;
    position: absolute;
    width: 100%;
    height: .35rem;
    line-height: .35rem;
    font-size: .16rem;
    color: #fff;
    background: rgba(0,0,0,.7);
    bottom: 0;
    left: 0;
    transition-duration: .5s;
}
.case-lst .items p{
    padding-left: .3rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .2rem;
}
.case-lst .items:hover p,
.case-lst ul li:hover p{
    padding-left: .4rem;
}



/*	产品  */
.prolist ul{
    /* width: 100%; */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: .2rem;
}
.prolist li{
	width: 33.333333%;
    padding: .05rem;
}
.prolist li a{
	position: relative;
	display: block;
	padding: .08rem;
	border: .01rem solid #e6e6e6;
}
.prolist li .tp{
	text-align: center;
}
.prolist li .t{
	line-height: .3rem;
	text-align: center;
}
.prolist li:hover a{
    font-weight: 700;
	border: .01rem solid #008cd7;
}
@media only screen and (max-width: 768px){
	.prolist ul{
		margin-left: -.04rem;
		margin-right: -.04rem;
	}
	.prolist li{
		padding: .04rem;
		width: 50%;
	}
	.prolist li a{
		padding: .05rem;
	}
	.prolist li .t{
		font-size: .13rem;
		line-height: .3rem;
	}
}