@charset "UTF-8";
*,:after,:before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*{ margin: 0;padding: 0; }
ul,ol,li{ list-style: none; }
i,em{ font-style:normal; font-weight: normal; }
a{ text-decoration: none; transition-duration: .5s; color: inherit; }
a:focus, a:hover{ text-decoration:none; outline: none; color: inherit; }
input, button, textarea { border: 0; outline:none; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.plr10{ padding: 0 10px; }
.plr15{ padding: 0 15px; }
.plr20{ padding: 0 20px; }
.tran300{ transition:300ms ease-out; -webkit-transition:300ms ease-out; -ms-transition:300ms ease-out; -moz-transition:300ms ease-out; -o-transition:300ms ease-out; }
.tran500{ transition:500ms ease-out; -webkit-transition:500ms ease-out; -ms-transition:500ms ease-out; -moz-transition:500ms ease-out; -o-transition:500ms ease-out; }
.tran800{ transition:800ms ease-out; -webkit-transition:800ms ease-out; -ms-transition:800ms ease-out; -moz-transition:800ms ease-out; -o-transition:800ms ease-out; }
.tran1000{ transition:1000ms ease-out; -webkit-transition:1000ms ease-out; -ms-transition:1000ms ease-out; -moz-transition:1000ms ease-out; -o-transition:1000ms ease-out; }
.cle{ clear:both; width: 100%; height:0; overflow:hidden; }
.clearfix:before, .clearfix:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }
.clearfix{ zoom:1 }
.fl{ float:left; }
.fr{ float:right; }
img{ max-width:100%; border: 0; }
.pcshow{ display: block !important; }
.webshow{ display: none !important; }
@media only screen and (max-width: 768px){
	.pcshow{ display: none !important; }
	.webshow{ display: block !important; }
}
/*滚动条*/
@media screen and (max-width: 640px){
	/*仅作用于webkit*/
	body::-webkit-scrollbar {
		display: none;
	}
}
::-webkit-scrollbar{
	width: .5rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */
html{}
body {
	font: 14px "Microsoft YaHei",Arial,Helvetica,sans-serif;
	--swiper-navigation-size: 20px;
	--tpl-color: #3eb134;
}
.wrap{ width: 80%; max-width: 1535px; margin: 0 auto; }
.wrap:before,
.wrap:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }

header{
	position: fixed;
	width: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	background: #fff;
}
.header-box{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 100%;
}
.logo a{
	display: flex;
	height: 100%;
	align-items: center;
}
.top-nav{
	flex: auto;
	height: 100%;
}
nav{
	float: right;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
}
nav ul>li{
	text-align: center;
	font-size: 15px;
}
nav ul>li>a{
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 20px;
}
nav ul>li>a>span{
	display: block;
	position: relative;
	line-height: 35px;
	padding: 30px 0;
	color: #222;
	font-weight: normal;
	transition: all .5s ease;
	/*overflow: hidden;*/
}
nav ul>li>a>span:after{
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0d59c6;
}

nav ul>li>a i {
	position: absolute;
	display: block;
	/*content: '';*/
	background: #2e5dab;
	width: 20%;
	height: 2px;
	bottom: 0;
	left: 40%;
	opacity: 0;
}
nav ul>li>a.on i,
nav ul>li>a:hover i{
	width: 100%;
	opacity: 1;
	left: 0;
}

nav ul>li>a:hover>span{
	transform: translateY(-100%);
}
nav ul>li:hover>a,
nav ul>li>a.on {
	/*color: #fff;*/
}
.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 .navbtn{ display: none; }

nav>ul>li>a:hover,
nav>ul>li>a.on{

}
@media only screen and (max-width: 1000px){
	.top-nav{
		display: none;
		position: fixed;
		left: 0;
		top: 65px;
		width: 100%;
		height: 100vh;
		border-top: 1px solid #ececec;
		background: #fff;
	}
	nav{
		float: none;
	}
	nav ul>li>a>span{
		padding: 15px 0;
	}
	nav ul>li>a:hover>span{
		transform: none;
	}
	nav ul>li>a:hover i{
		width: auto;
		opacity: 1;
		left: 0;
	}
	.logo{
		padding: 10px 0;
	}
	.logo img{
		height: 45px;
	}
	.wrap{
		width: 94%;
	}
	header .navbtn{
		position: absolute;
		display: block;
		align-items: center;
		padding: 15px 5px;
		right: 0;
		top: 16px;
	}
	.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{ position: relative; width: 100%; overflow: hidden; z-index: 1; background: #fff; }
.banner img{ padding: 0; margin: 0; }
.banner .box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.banner .box .wrap{
	height: 100%;
}
.banner .box .conwr{
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
}
.banner .box .conwr div{
	position: relative;
	overflow: hidden;
	font-size: 20px;
}
.banner .box .conwr b{
	color: #2e5dab;
	text-transform: uppercase;
	font-family: Arial,"Microsoft Yahei",sans-serif;
}
.banner .box .conwr p{
	font-size: 45px;
	font-weight: bold;
	transform: translateY(200px);
}
.banner .box .conwr i{
	width: 50px;
	height: 4px;
	background: #2e5dab;
	margin: 20px 0;
}
.banner .box .conwr b,
.banner .box .conwr p,
.banner .box .conwr i,
.banner .box .conwr span{
	display: block;
	opacity: 0;
	transform: translateY(200px);
}
.banner .swiper-slide-active .conwr b,
.banner .swiper-slide-active .conwr p,
.banner .swiper-slide-active .conwr i,
.banner .swiper-slide-active .conwr span{
	opacity: 1;
	transform: translateY(0);
}
@media only screen and (max-width: 768px){
	.banner .box .conwr div{
		font-size: 13px;
	}
	.banner .box .conwr p{
		padding: 3px;
		font-size: 16px;
		font-weight: normal;
	}
	.banner .box .conwr i{
		width: 30px;
		height: 2px;
		margin: 10px 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){

}
/** footer **/

footer{
	color: #666;
	background: #222;
}
.footer-box{
	padding: 30px 0;
	border-bottom: 1px solid #454545;
}
.footer-nav{
	float: left;
	padding-top: 50px;
}
.footer-nav a{
	float: left;
	padding-right: 25px;
	font-size: 16px;
}
.footer-nav a:hover{
	color: #fff;
}
.footer-ewm{
	float: right;
	text-align: center;
	line-height: 2;
}
.footer-ewm img{
	width: 118px;
	height: 118px;
}
.footer-cont{
	display: none;
}
.copyright{
	padding: 20px 0;
	font-size: 13px;
	line-height: 2;
}
@media only screen and (max-width: 768px){
	.footer-ewm{
		float: none;
	}
	.footer-cont{
		display: block;
		width: 100%;
		font-size: 12px;
		text-align: center;
		padding-bottom: 25px;
		line-height: 2;
	}
	.footer-cont strong{
		font-size: 28px;
		color: #fff;
	}
	.footer-box{

	}
	.footer-nav{
		display: none;
	}
	.copyright{
		text-align: center;
	}
}

/**
 * =====*=====*=====*=====*=====*SUBMAIN CSS*=====*=====*=====*=====*=====
 */
.subbanner{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.subbanner img{
	position: relative;
	z-index: 0;
}
.subBody{ 
	padding: 2rem 0; 
}
.submain{

}
.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: Arial; 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;
	}
}
/** 盾将军门窗 **/
.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;*/
	background: #f6f6f6;
}
.sub-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.sub-menu ul>li{
	position: relative;
	margin: 20px 0 40px;
	text-align: center;
}
.sub-menu ul>li>a{
	display: block;
	padding: 0 30px;
	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: #2e5dab;
}
.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;
}
/*	产品  */
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
}
.prolist li{
	width: 33%;
	padding: 20px;
}
.prolist li a{
	position: relative;
	display: block;
	/*padding: 20px;*/
	border: 1px solid #e6e6e6;
}
.prolist li .tp{
	width: 100%;
	text-align: center;
	padding: 28px 0;
}
.prolist li .t{
	padding: 3px 0;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #2e5dab;
}
.prolist li .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.7);*/
	background: rgba(46,93,171,.7);
	top: 0;
	left: 0;
	opacity: 0;
}
.prolist li .bg div {
	position: absolute;
	transform: translateY(30px);
	opacity: 0;
}
.prolist li .bg .en {
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
	top: 70%;
	transition-delay: 100ms;
}
.prolist li .bg .en span {
	border-bottom: 1px solid #fff;
}
.prolist li .bg .icon {
	width: 43px;
	height: 41px;
	background: url(../images/ico3.png) no-repeat center center/cover;
	left: 50%;
	margin-left: -21.5px;
	top: 40%;
}
.prolist li:hover .bg {
	opacity: 1;
}
.prolist li:hover .bg div {
	position: absolute;
	transform: translateY(0);
	opacity: 1;
}
@media only screen and (max-width: 768px){
	.prolist ul{
		margin-left: -8px;
		margin-right: -8px;
	}
	.prolist li{
		padding: 8px;
		width: 50%;
	}
	.prolist li a{
		padding: 10px;
	}
	.prolist li .t{
		font-size: 13px;
		line-height: 30px;
	}
	.prolist li .bg .icon {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		background-size: 100%;
	}
	.prolist li .bg .en{
		font-size: 13px;
	}
}


/*  新闻  */
.newslist{
	padding-bottom: 50px;
}
.newslist .items .tp{
	float: left;
	width: 30%;
	height: 260px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newslist .items .conwr{
	float: right;
	width: 65%;
	margin-top: 50px;
}
.newslist .items{
	height: auto;
	padding: 15px 0;
	margin-top: -1px;
	border-top: 1px dotted rgb(211, 211, 211);
}
.newslist .items .time{
	width: 100%;
	color: #999;
	line-height: 30px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-family: Impact, Arial;
	position: relative;
}
.newslist .items p.title {
	font-size: 16px;
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #efefef;*/
	color: #000;
	padding: 0;
}
.newslist .items .time .sp1{
	margin-left: 60px;
	position: relative;
}
.newslist .items .time .sp1:after {
	content: '';
	display: block;
	border-bottom: 1px solid rgb(200, 200, 200);
	top: 48%;
	width: 35px;
	position: absolute;
	left: -48px;
	opacity: 1;
}
.newslist .items .desc{
	font-size: 13px;
	line-height: 2;
}
.shownews .title{
	color: #000;
	font-weight: normal;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 0;
	text-align: center;
}
.shownews .infos{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #c7c7c7;
}
.shownews .content{
	/*padding: 20px;*/
}
.shownews .content h2{
	position: relative;
	padding: 8px 0;
	font-size: 18px;
	line-height: 32px;
	/*font-weight: normal !important;*/
	text-indent: 18px;
}
.shownews .content h2:before{
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 32px;
	top: 8px;
	left: 0;
	background: var(--tpl-color);
}
.shownews .content h3{
	padding: 3px 0;
	font-size: 16px;
	/*text-indent: 18px;*/
}
.shownews .content img{
	max-width: 100% !important;
}
@media only screen and (max-width: 768px){
	.newslist .items .tp,
	.newslist .items .conwr{
		width: 100%;
		height: auto;
	}
	.newslist .items .conwr{
		margin-top: 25px;
	}
	.newslist .items .desc{
		font-size: 12px;
	}
	.shownews .title{
		font-size: 20px;
		padding-top: 20px;
	}
	.shownews .infos{
		font-size: 13px;
	}
}


/** 翻页 **/
.turnPage {
	margin-bottom: 20px;
	padding: 0 10%;
	border-top: 1px #ddd dashed;
	border-bottom: 1px #ddd dashed;
}
.turnPage li {
	line-height: 35px;
}
.turnPage li span {
	font-size: 12px;
}
.turnPage li a:hover {
	color: red;
}
.turnPage li.prev {
	float: left;
}
.turnPage li.next {
	float: right;
}
@media screen and (max-width: 640px){
	.turnPage li{
		width: 100%;
	}
}

/** 分页 **/
.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	text-align: center;
	height: 70px;
	padding:20px 0px;
}
.pagination a{
	display: inline-block;
	margin-right:10px;
	padding:2px 12px;
	height: 30px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}
.pagination p{
	display: inline-block;
	padding:2px 12px;
	font-size:12px;
	height:30px;
	line-height:24px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;

}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}
@media screen and (max-width: 640px){
	.pagination a,
	.pagination p{
		display: none;
	}
	.pagination .on{
		display: inline-block;
	}
}