/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Microsoft YaHei",sans-serif;
	appearance:none;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**整体模块**/
.allblockbg
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	overflow:hidden;
}
.allblock
{
	width:85%;
	margin:auto;
	max-width:1440px;
	min-width:1200px;
}
/**整体模块 end**/
/**网站全局css end**/
/**网站头部**/
.pc_headfirbg
{
	width:100%;
	height:auto;
	background:#f4f3f3;
}
.pc_headfirbg .pc_headfir
{
	width:85%;
	min-width:1200px;
	max-width:1440px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pc_headfirbg .pc_headfir .left
{
	font-size:15px;
	line-height:40px;
	color:#000;
}
.pc_headfirbg .pc_headfir .right
{
	font-size:15px;
	line-height:40px;
}
.pc_headfirbg .pc_headfir .right .link
{
	font-size:15px;
	line-height:40px;
	display:block;
	transition:1s;
}
.pc_headfirbg .pc_headfir .right .link:hover
{
	color:#023793;
}
.pc_headsecbg
{
	width:100%;
	height:auto;
}
.pc_headsecbg .pc_headsec
{
	width:85%;
	margin:auto;
	min-width:1200px;
	max-width:1440px;
	height:106px;
	padding-bottom:20px;
	padding-top:20px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.pc_headsecbg .pc_headsec .left
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.pc_headsecbg .pc_headsec .left .logo
{
	height:100%;
	padding-left:30px;
	padding-right:80px;
}
.pc_headsecbg .pc_headsec .left .logo .link
{
	display:block;
	height:100%;
}
.pc_headsecbg .pc_headsec .left .logo .link .pic
{
	height:100%;
}
.pc_headsecbg .pc_headsec .left .logo .link .pic .image
{
	height:100%;
}
.pc_headsecbg .pc_headsec .left .line
{
	 height:100%;
	 width:1px;
	 background:#777;
	 margin-right:80px;
}
.pc_headsecbg .pc_headsec .left .by .by1
{
	font-size:18px;
	line-height:20px;
	color:#023793;
	font-weight:600;
	letter-spacing:2px;
}
.pc_headsecbg .pc_headsec .left .by .by2
{
	font-size:18px;
	line-height:20px;
	color:#777;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:300;
}
.pc_headsecbg .pc_headsec .left .by .by3
{
	font-size:14px;
	line-height:20px;
	color:#023793;
}
.pc_headsecbg .pc_headsec .right
{
	display:flex;
}
.pc_headsecbg .pc_headsec .right .tb
{
	 width:40px;
	 height:40px;
	 margin-top:5px;
	 border-radius:50%;
	 border:3px solid #023793;
}
.pc_headsecbg .pc_headsec .right .tb .image
{
	width:100%;
	height:auto;
}
.pc_headsecbg .pc_headsec .right .tel
{
	padding-left:10px;
}
.pc_headsecbg .pc_headsec .right .tel .rx
{
	font-size:16px;
	color:#777;
	line-height:20px;
	margin-bottom:5px;
}
.pc_headsecbg .pc_headsec .right .tel .num
{
	font-size:22px;
	font-weight:600;
	color:#023793;
	line-height:30px;
}
/**网站头部 end**/
/**导航**/
.navbg
{
	width:100%;
	height:50px;
	background:#023793;
}
.navbg .nav
{
	width:85%;
	margin:auto;
	min-width:1200px;
	max-width:1440px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.navbg .nav .grid
{
	position:relative;
	height:100%;
}
.navbg .nav .grid .firstlink
{
	height:100%;
	display:block;
	font-size:16px;
	color:#fff;
	line-height:50px;
	padding-left:60px;
	padding-right:60px;
	transition:1s;
}
.navbg .nav .grid.firsthover .firstlink
{
	background:#000;
}
.navbg .nav .grid:hover .firstlink
{
	background:#000;
}
.navbg .nav .grid .subnavbg
{
	position:absolute;
	top:50px;
	left:50%;
	transform: translate(-50%,0);
	z-index:10000;
	background:#023793;
	min-width:100%;
	display:none;
}
.navbg .nav .grid .subnavbg .subnav .record .secondlink
{
	font-size:15px;
	white-space:nowrap;
	text-align:center;
	color:#fff;
	padding:10px 25px;
	box-sizing: border-box;
	transition:1s;
	display:block;
}
.navbg .nav .grid .subnavbg .subnav .record:hover .secondlink
{
	background:#000;
}
/**导航 end**/
/**网站底部**/
.footbg
{
	background:#023793;
	padding-top:80px;
	padding-bottom:80px;
	overflow:hidden;
}
.foot
{
	width:85%;
	height:auto;
	margin:auto;
	max-width:1440px;
	min-width:1200px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.foot .fleft
{
	width:40%;
	height:auto;
}
.foot .fleft .footlogo
{
	width:160px;
	height:auto;
	overflow:hidden;
}
.foot .fleft .footlogo .link
{
	display:block;
	width:100%;
	height:auto;
}
.foot .fleft .footlogo .link .pic
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	border:2px solid #fff;
	margin-bottom:25px;
}
.foot .fleft .footlogo .link .pic .image
{
	width:100%;
	height:auto;
}
.foot .fleft .footinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot .fleft .footinfo .gsm
{
	font-size:18px;
	color:#fff;
	line-height:28px;
	margin-bottom:15px;

}
.foot .fleft .footinfo .infolist
{
	width:100%;
	height:auto;
}
.foot .fleft .footinfo .infolist .tbinfo
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;	
	margin-bottom:15px;
}
.foot .fleft .footinfo .infolist .tbinfo .tb
{
	width:25px;
	height:25px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.foot .fleft .footinfo .infolist .tbinfo .tb .image
{
	width:80%;
	height:80%;
}
.foot .fleft .footinfo .infolist .tbinfo .info
{
	width:calc(100% - 35px);
	margin-left:10px;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.foot .fleft .copy
{
	display:flex;
	flex-wrap:wrap;
}
.foot .fleft .copy p
{
	color:#fff;
	font-size:15px;
	line-height:25px;
	margin-right:10px;
}
.foot .fleft .copy p a
{
	color:#fff;
	transition:1s;
}
.foot .fleft .copy p a:hover
{
	color:#ccc;
}
.foot .fleft .copy p:last-child
{
	margin-right:0px;
}
.foot .fright
{
	width:56%;
	height:auto;
	overflow:hidden;
}
.foot .fright .footnav
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:15px;
}
.foot .fright .footnav .grid .firstlink
{
	font-size:18px;
	line-height:28px;
	color:#fff;
	display:block;
	margin-bottom:15px;
	text-align:center;
	transition:1s;
}
.foot .fright .footnav .grid .firstlink:hover
{
	color:#ccc;
}
.foot .fright .footnav .grid .subnav .subgrid .seclink
{
	display:block;
	font-size:15px;
	line-height:28px;
	text-align:center;
	color:#fff;
	transition:1s;
}
.foot .fright .footnav .grid .subnav .subgrid .seclink:hover
{
	color:#ccc;
}
.foot .fright .ftwocode
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
.foot .fright .ftwocode .twocode
{
	width:110px;
	height:auto;
	overflow:hidden;
}
.foot .fright .ftwocode .twocode .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.foot .fright .ftwocode .twocode .pic .image
{
	width:100%;
	height:auto;
}
.foot .fright .ftwocode .twocode .wz
{
	width:100%;
	text-align:center;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
/**网站底部 end**/
/**右侧菜单**/
.rightnav
{
	position: fixed;
    width: 78px;
    right: 0;
    top: 50%;
    margin-top: -250px;
    z-index: 100;
    background: #fff;
    border-bottom: 0;
    color: #333;
	z-index:10000;
}
.rightnav .grid
{
	width: 78px;
    height: 78px;
    float: left;
    position: relative;
    border-bottom: 1px solid #ccc;
    color: #333;
    line-height: 20px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.rightnav .grid:last-child
{
	border-bottom:0px;
}
.rightnav .grid a
{
	color: #333;
    font-size: 13px;
	display:block;
	cursor:pointer;
	transition: all .3s;
	position:relative;
}
.rightnav .grid a .twocode
{
	width:100px;
	height:auto;
	position:absolute;
	top:0px;
	left:-100px;
	z-index:1000;
	display:none;
}
.rightnav .grid a .twocode .image
{
	width:100%;
	height:auto;
}
.rightnav .grid a:hover .twocode
{
	display:block;
}
.rightnav .grid a .pic
{
	height: 40px;
    width: 40px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 5px auto 0px auto;
    transition: all .3s
}
.rightnav .grid1 a .pic
{
	background-image: url(../images/rightnav/i3.png);
    background-position: center top;
}
.rightnav .grid2 a .pic
{
	background-image: url(../images/rightnav/i4.png);
    background-position: center top;
}
.rightnav .grid3 a .pic
{
	background-image: url(../images/rightnav/i5.png);
    background-position: center top;
}
.rightnav .grid4 a .pic
{
	background-image: url(../images/rightnav/i6.png);
    background-position: center top;
}
.rightnav .grid5
{
	background: #0b52b2;
	color:#fff;
}
.rightnav .grid5 a
{
	color:#fff;
}
.rightnav .grid5 a .pic
{
	background-image: url(../images/rightnav/right_pic6_on.png);
    background-position: center top;
}
.rightnav .grid:hover
{
	background: #0b52b2;
    color: #fff;
}
.rightnav .grid:hover a
{
    color: #fff;
}
.rightnav .grid:hover a .pic
{
	background-position: center bottom;
}
/**右侧菜单 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:30px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:30px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#023793;
}
/**网站banner end**/
/**网站首页**/
/**标题**/
.indextitle
{
	margin-bottom:40px;
}
.indextitle .cn
{
	font-size:32px;
	line-height:1.5;
	margin-bottom:5px;
	font-weight:600;
	color:#023793;
}
.indextitle .en
{
	font-size:16px;
	line-height:1.5;
	font-weight:300;
	color:#999;
	text-transform:uppercase;
}
.indextitle .des
{
	font-size:15px;
	line-height:28px;
	margin-top:20px;
}
.indextitle .des p
{
	font-size:15px;
	line-height:28px;
}
/**标题 end**/
/**首页企业介绍**/
.indexblockbg1
{
	background:#f4f5f7;
}
.indexblock1
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
.indexblock1 .left
{
	width:46%;
	height:auto;
}
.indexblock1 .left .cont
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:28px;
	overflow:hidden;
	margin-bottom:30px;
}
.indexblock1 .left .cont p
{
	font-size:15px;
	line-height:28px;
}
.indexblock1 .left .aboutnav
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indexblock1 .left .aboutnav .grid
{
	margin-right:30px;
}
.indexblock1 .left .aboutnav .grid:last-child
{
	margin-right:0px;
}
.indexblock1 .left .aboutnav .grid .link
{
	display:flex;
	flex-wrap:wrap;
}
.indexblock1 .left .aboutnav .grid .link .tb
{
	width:30px;
	height:auto;
	margin-right:10px;
}
.indexblock1 .left .aboutnav .grid .link .tb .image
{
	width:100%;
	height:auto;
}
.indexblock1 .left .aboutnav .grid .link .tit
{
	font-size:16px;
	line-height:30px;
	transition:1s;
}
.indexblock1 .left .aboutnav .grid .link .tit:hover
{
	color:#023793;
}
.indexblock1 .right
{
	width:46%;
	position:relative;
	box-sizing:border-box;
	padding-left:50px;
	padding-bottom:80px;
}
.indexblock1 .right .pic
{
	box-sizing: border-box;
	border:10px solid #fff;
}
.indexblock1 .right .pic .image
{
	width:100%;
	height:auto;
}
.indexblock1 .right .pic1
{
	width:100%;
	height:auto;
}
.indexblock1 .right .pic2
{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:10;
	width:70%;
}
/**首页企业介绍 end**/
/**首页产品系列**/
.indexblockbg2
{
	background:url('../images/index/procatebg.png') no-repeat center center;
	background-size:cover;
}
.indexblock2 .indextitle .cn
{
	color:#fff;
}
.indexblock2 .indextitle .des
{
	color:#fff;
}
.indexblock2 .indextitle .des p
{
	color:#fff;
}
.indexblock2 .indprocatelist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indexblock2 .indprocatelist .grid
{
	 width:33.33%;
	 height:auto;
	 overflow:hidden;
	 box-sizing: border-box;
	 background:rgba(255,255,255,0.8);
	 transition:1s;
}
.indexblock2 .indprocatelist .grid:hover
{
	background:#023793;
}

.indexblock2 .indprocatelist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:50px;
}
.indexblock2 .indprocatelist .grid .link .title
{
	font-size:18px;
	text-align:center;
	line-height:28px;
	margin-bottom:20px;
	color:#023793;
	font-weight:600;
	transition:1s;
}
.indexblock2 .indprocatelist .grid:hover .link .title
{
	color:#fff;
}
.indexblock2 .indprocatelist .grid .link .des
{
	font-size:15px;
	line-height:28px;
	transition:1s;
}
.indexblock2 .indprocatelist .grid:hover .link .des
{
	color:#fff;
}
.indexblock2 .indprocatelist .grid .link .des p
{
	font-size:15px;
	line-height:28px;
	transition:1s;
}
.indexblock2 .indprocatelist .grid:hover .link .des p
{
	color:#fff;
}
/**首页产品系列 end**/
/**门店**/
.indstorelist
{
	overflow:hidden;
}
.indstorelist .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indstorelist .link .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:66.66%;
	overflow:hidden;
}
.indstorelist .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indstorelist .link:hover .pic .image
{
	transform:scale(1.1);
}
/**门店 end**/
/**新闻**/
.indexblockbg4
{
	background:url('../images/index/newbg.png') no-repeat center center;
	background-size:cover;
}
.indnewslist
{
	overflow:hidden;
}
.indnewslist .link
{
	width:100%;
	display:block;
	overflow:hidden;
}
.indnewslist .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:50%;
	position:relative;
	overflow:hidden;
}
.indnewslist .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	object-fit:cover;
	width:100%;
	height:100%;
	transition:1s;
}
.indnewslist .link:hover .pic .image
{
	transform:scale(1.1);
}
.indnewslist .link .text
{
	width:100%;
	padding:20px;
	background:#fff;
	box-sizing: border-box;	
}
.indnewslist .link .text .title
{
	width:100%;
	height:25px;
	font-size:18px;
	line-height:25px;
	overflow:hidden;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	margin-bottom:15px;
	transition:1s;
}
.indnewslist .link:hover .text .title
{
	color:#023793;
}
.indnewslist .link .text .des
{
	width:100%;
	height:56px;
	font-size:15px;
	line-height:28px;
	overflow:hidden;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:15px;
	transition:1s;
}
.indnewslist .link:hover .text .des
{
	color:#023793;
}
.indnewslist .link .text .moretext
{
	font-size:15px;
	line-height:25px;
	text-align:right;
}
.indnewslist .link:hover .text .moretext
{
	color:#023793;
}
/**新闻 end**/
/**荣誉**/
.indhonorlist
{
	overflow:hidden;
}
.indhonorlist .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indhonorlist .link .outpic
{
	width:100%;
	padding-left:5px;
	padding-bottom:5px;
	box-sizing:border-box;
}
.indhonorlist .link .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:140%;
	overflow:hidden;
	box-shadow:-5px 5px 8px #ccc;
	transition:1s;
}
.indhonorlist .link:hover .pic
{
	box-shadow:-5px 5px 8px #023793;
}
.indhonorlist .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.indhonorlist .link:hover .pic .image
{
	transform:scale(1.1);
}
/**荣誉 end**/
/**网站首页 end**/
/**网站内页**/
/**整体背景色**/
.insideblockbg
{
	background:#f4f5f7;
}
/**整体背景色 end**/
/**标题和分类**/
.catenavbg
{
	width:100%;
	border-bottom:1px solid #d5d5d5;
	background:#f4f5f7;
}
.catenavbg .catenav
{
	width:85%;
	max-width:1440px;
	min-width:1200px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
}
.catenavbg .catenav .grid .link
{
	display:block;
	padding:25px 25px;
	font-size:16px;
	font-weight:600;
	position:relative;
	line-height:1;
	transition:1s;
}
.catenavbg .catenav .grid:hover .link
{
	color:#023793;
}
.catenavbg .catenav .grid.hover .link
{
	color:#023793;
}
.catenavbg .catenav .grid .link::after
{
	content:'';
	position:absolute;
	width:calc(100% - 46px);
	bottom:0px;
	left:50%;
	transform: translate(-50%,0);
	height:2px;
	background:#023793;
	opacity:0;
	transition:1s;
}
.catenavbg .catenav .grid:hover .link::after
{
	opacity:1;
}
.catenavbg .catenav .grid.hover .link::after
{
	opacity:1;
}
/**标题和分类 end**/
/**网站内页整体部分**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
.inside_banner a .wenziblock
{
	width:85%;
	max-width:1440px;
	min-width:1200px;
	position:absolute;
	left:50%;
	bottom:0px;
	z-index:100;
	transform: translate(-50%,0px);
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.inside_banner a .wenziblock .wenzi
{
	background:rgba(2,55,147,0.4);
	padding: 70px 160px 70px 60px;
	position:relative;
}
.inside_banner a .wenziblock .wenzi .tit
{
	font-size:45px;
    padding-bottom: 10px;
	color:#fff;
}
.inside_banner a .wenziblock .wenzi .ex_tit
{
	font-size: 26px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
	color:#fff;
}
.inside_banner a .wenziblock .wenzi:before {
    content: '';
    position: absolute;
    bottom:80px;
    right:-100px;
	z-index:10;
    height: 4px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.5);
}
.inside_banner a .wenziblock .bannergzh 
{
	padding-top:70px;
}
.inside_banner a .wenziblock .bannergzh .pic
{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.inside_banner a .wenziblock .bannergzh .pic .image
{
	width:100px;
	height:auto;
	margin-bottom:10px;
}
.inside_banner a .wenziblock .bannergzh .info
{
	text-align:right;
	font-size:25px;
	color:#fff;

}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	margin:auto;
} 
.insidecontent p
{
	font-size:15px;
	line-height:25px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
}
.inside_bigtit
{
	width:100%;
	height:auto;
	font-weight:bold;
	font-size:20px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.prevnext .grid
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#023793;
}
/**上一篇下一篇 end**/
/**发布时间**/
.create_time
{
	width:100%;
	height:auto;
	font-size:15px;
	margin-top:15px;
	line-height:25px;
	color:#999;
	text-align:center;
	margin-bottom:30px;
}
/**发布时间 end**/
/**网站内页整体部分 end**/
/**关于我们**/
/**标题**/
.about_tit {
    position: relative;
    height: 160px;
}

.about_tit_l {
    position: absolute;
	width:100%;
}

.about_tit_l h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
	position:relative;
	z-index:2;
	letter-spacing:2px;
}

.about_tit_l .en {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
	position:relative;
	z-index:2;
}
.about_tit_l span {
    color: #dddddd;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 0px;
    top: -50px;
    z-index:1;
}

.about_tit_l span b {
    font-size:150px;
}

.about_tit_r {
    width: 100%;
    padding: 0px 0px 0px 500px;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
/**标题 end**/
/**简介**/
.jianjie
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.jianjie .fir
{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	margin-bottom:70px;
}
.jianjie .fir .cont
{
	width:64%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.jianjie .fir .cont p
{
	font-size:16px;
	line-height:30px;
}
.jianjie .fir .right
{
	width:28%;
}
.jianjie .fir .right .pic
{
	width:100%;
	margin-bottom:30px;
	box-sizing: border-box;
	border:10px solid #fff;
}
.jianjie .fir .right .pic .image
{
	width:100%;
	height:auto;
}
.jianjie .fir .right .pic:last-child
{
	margin-bottom:0px;
}
.jianjie .sec
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.jianjie .sec .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	overflow:hidden;
}
.jianjie .sec .grid:nth-child(3n)
{
	margin-right:0px;
}
.jianjie .sec .grid .pic
{
	width:100%;
	height:auto;
}
.jianjie .sec .grid .pic .image
{
	width:100%;
	height:auto;
}
/**简介 end**/
/**理念**/
.linian
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.linian .cont
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.linian .cont p
{
	font-size:16px;
	line-height:30px;
}
.linian .right
{
	width:42%;
}
.linian .right .pic
{
	width:100%;
	box-sizing: border-box;
	border:10px solid #fff;
}
.linian .right .pic .image
{
	width:100%;
	height:auto;
}
/**理念 end**/
/**荣誉**/
.honorlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.honorlist .grid
{
	width:22%;
	margin-right:4%;
	height:auto;
	margin-bottom:30px;
}
.honorlist .grid:nth-child(4n)
{
	margin-right:0px;
}
.honorlist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.honorlist .grid .link .outpic
{
	width:100%;
	padding-left:5px;
	padding-bottom:5px;
	box-sizing:border-box;
}
.honorlist .grid .link .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:140%;
	overflow:hidden;
	box-shadow:-5px 5px 8px #ccc;
	transition:1s;
}
.honorlist .grid .link:hover .pic
{
	box-shadow:-5px 5px 8px #023793;
}
.honorlist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.honorlist .grid .link:hover .pic .image
{
	transform:scale(1.1);
}
/**荣誉 end**/
/**历程**/
.lichenglist
{
	width:100%;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.lichenglist .mline
{
	width:1px;
	height:100%;
	position:absolute;
	z-index:1;
	background:#023793;
	top:1px;
	left:155px;
}
.lichenglist .grid
{
	margin-bottom:30px;
}
.lichenglist .grid:last-child
{
	margin-bottom:0px;
}
.lichenglist .grid .link
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.lichenglist .grid .link .title
{
	  width:100px;
	  text-align:right;
	  font-weight:600;
	  font-size:18px;
}
.lichenglist .grid .link .dian
{
	width:10px;
	height:10px;
	background:#000;
	border-radius:50%;
	margin-left:50px;
	margin-right:50px;
	position:relative;
	z-index:2;
}
.lichenglist .grid .link .contpic
{
	width:calc(100% - 210px);
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.lichenglist .grid .link .contpic .pic
{
	width:25%;
	height:auto;
	overflow:hidden;
}
.lichenglist .grid .link .contpic .pic .image
{
	width:100%;
	height:auto;
}
.lichenglist .grid .link .cont
{
	width:72%;
	font-size:15px;
	line-height:28px;
}
.lichenglist .grid .link .cont p
{
	font-size:15px;
	line-height:28px;
}
/**历程 end**/
/**关于我们 end**/
/**产品列表**/
.prolist
{
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:22%;
	margin-right:4%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
	box-sizing:border-box;
	padding-left:5px;
	padding-bottom:5px;
}
.prolist .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	background:#fff;
	box-shadow:-5px 5px 8px #ccc;
	transition:1s;
}
.prolist .grid:hover .link
{
	box-shadow:-5px 5px 8px #023793;
}
.prolist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:100%;
	position:relative;
	margin-bottom:15px;
}
.prolist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.prolist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:16px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	overflow:hidden;
	margin-bottom:30px;
	transition:1s;
	box-sizing: border-box;
	padding-left:5px;
	padding-right:5px;
}
.prolist .grid:hover .link .title
{
	color:#023793;
}
.listmore
{
	width:120px;
	height:30px;
	font-size:15px;
	color:#fff;
	text-align:center;
	line-height:30px;
	background:#023793;
	transition:1s;
}
.prolist .grid .link .listmore
{
	margin:auto;
	margin-bottom:15px;

}
.prolist .grid:hover .link .listmore
{
	background:#0b52b2;
}
/**产品列表 end**/
/**产品展示页**/
.proshow
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshow .first
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.proshow .first .picarr
{
	width:500px;
	height:auto;
	overflow:hidden;
	border:1px solid #eee;
	box-sizing:border-box;
	position:relative;
}
.proshow .first .picarr .picarrlist
{
	width:100%;
	height:auto;
}
.proshow .first .picarr .picarrlist .outpic
{
	width:100%;
	height:auto;
}
.proshow .first .picarr .picarrlist .outpic .pic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	position:relative;
}
.proshow .first .picarr .picarrlist .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
.proshow .first .picarr .arr
{
	width:30px;
	height:auto;
	overflow:hidden;
	position:absolute;
	top:50%;
	transform:translate(0px,-50%);
	z-index:100;
	cursor:pointer;
	opacity:0;
	transition:1s;
}
.proshow .first .picarr:hover .arr
{
	opacity:1;
}
.proshow .first .picarr .arr .image
{
	width:100%;
	height:auto;
}
.proshow .first .picarr .leftbtn-prev
{
	left:5%;
}
.proshow .first .picarr .rightbtn-next
{
	right:5%;
}
.proshow .first .text
{
	width:calc(100% - 530px);
	overflow:hidden;
}
.proshow .first .text .title
{
	width:100%;
	font-size:18px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	font-weight:600;
}
.proshow .first .text .des
{
	font-size:15px;
	line-height:28px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.proshow .first .text .des .grid
{
	width:48%;
	margin-right:4%;
	overflow:hidden;
	margin-bottom:30px;
}
.proshow .first .text .des .grid:nth-child(2n)
{
	margin-right:0px;
}
.proshow .first .text .des .grid:last-child
{
	margin-bottom:0px;
}
.proshow .productcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.proshow .productcontent .title
{
	width:100%;
	font-size:16px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#666;
}
/**产品展示页 end**/
/**新闻列表**/
.newslist
{
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:32%;
	margin-right:2%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.newslist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.newslist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:50%;
	position:relative;
}
.newslist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.newslist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .text
{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
}
.newslist .grid .link .title
{
	width:100%;
	height:56px;
	font-size:16px;
	line-height:28px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:600;
	transition:1s;
	margin-bottom:5px;
}
.newslist .grid:hover .link .title
{
	color:#023793;
}
.newslist .grid .link .time
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:25px;
	color:#666;
	margin-bottom:10px;
	transition:1s;
}
.newslist .grid:hover .link .time
{
	color:#023793;
}
.newslist .grid .link .des
{
	font-size:15px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	height:50px;
	line-height:25px;
	overflow:hidden;
	transition:1s;
}
.newslist .grid:hover .link .des
{
	color:#000;
}
.newslist .grid:hover .link .listmore
{
	background:#0b52b2;
}
/**新闻列表 end**/
/**案例列表**/
.caselist
{
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:32%;
	margin-right:2%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.caselist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.caselist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:66.66%;
	position:relative;
}
.caselist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.caselist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.caselist .grid .link .text
{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
}
.caselist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:16px;
	text-align:center;
	font-weight:600;
	line-height:28px;
	overflow:hidden;
	margin-bottom:30px;
	transition:1s;
}
.caselist .grid:hover .link .title
{
	color:#023793;
}
.caselist .grid .link .listmore
{
	margin:auto;
}
.caselist .grid:hover .link .listmore
{
	background:#0b52b2;
}
/**案例列表 end**/
/**案例展示**/
.caseshow .casebigtit
{
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.caseshow .casepicarr
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.caseshow .casepicarr .proview_big_picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caseshow .casepicarr .proview_big_picarr .outpic
{
	margin:auto;
	width:1000px;
	height:600px;
	overflow:hidden;
}
.caseshow .casepicarr .proview_big_picarr .outpic .pic
{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	
}
.caseshow .casepicarr .proview_big_picarr .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
	display:block;
}
.caseshow .casepicarr .smallblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	max-width:1200px;
	position:relative;
}
.caseshow .casepicarr .smallblock .proview_little_picarr
{
	width:calc(100% - 100px);
	margin:auto;
	overflow:hidden;
}
.caseshow .casepicarr .smallblock .proview_little_picarr .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:60%;
	position:relative;
	opacity:0.8;
}
.caseshow .casepicarr .smallblock .proview_little_picarr .swiper-slide-thumb-active .pic
{
	opacity:1;
}
.caseshow .casepicarr .smallblock .proview_little_picarr .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	align-content:center;
}
.caseshow .casepicarr .smallblock .proview_little_picarr .pic .image img
{
	max-width:100%;
	max-height:100%;
	display:block;
	cursor:pointer;
}
.caseshow .casepicarr .smallblock .btn
{
	width:50px;
	height:100%;
	position:absolute;
	top:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.caseshow .casepicarr .smallblock .button-next
{
	right:0px;
}
.caseshow .casepicarr .smallblock .button-prev
{
	left:0px;
}
.caseshow .casepicarr .smallblock .btn img
{
	display:block;
	max-width:100%;
	width:20px;
}
.caseshow .caseconent
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.caseshow .caseconent .bigtit
{
	width:100%;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}
.caseshow .caseconent .bigtit span
{
	display:inline-block;
	font-size:16px;
	line-height:25px;
	padding:10px 0px;
}
/**案例展示 end**/
/**赛车列表**/
.saichedes
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:28px;
	margin-bottom:50px;
}
.saichedes p
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:28px;
}
.saichelist
{
	display:flex;
	flex-wrap:wrap;
}
.saichelist .grid
{
	width:32%;
	margin-right:2%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.saichelist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.saichelist .grid:nth-child(3n)
{
	margin-right:0px;
}
.saichelist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.saichelist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:66.66%;
	position:relative;
}
.saichelist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.saichelist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.saichelist .grid .link .text
{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
}
.saichelist .grid .link .title
{
	width:100%;
	height:auto;
	font-size:16px;
	text-align:center;
	font-weight:600;
	line-height:28px;
	overflow:hidden;
	margin-bottom:30px;
	transition:1s;
}
.saichelist .grid:hover .link .title
{
	color:#023793;
}
.saichelist .grid .link .listmore
{
	margin:auto;
}
.saichelist .grid:hover .link .listmore
{
	background:#0b52b2;
}
/**赛车列表 end**/
/**联系我们**/
.contactblockbg1
{
	padding-bottom:0px;
}
.contactblockbg1 .biaoyu
{
	width:100%;
	font-size:16px;
	line-height:28px;
}
.contactblock .contacttit
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.contactblock .contacttit .wenzi
{
	 font-size:18px;
	 font-weight:600;
	 line-height:2;
	 margin-bottom:30px;
}
.contactblock2 .contactinfo
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.contactblock2 .contactinfo .grid
{
	height:auto;
	margin-bottom:5px;
	font-size:16px;
	line-height:28px;
	width:50%;
	display:flex;
	flex-wrap:wrap;
}
.contactblock2 .contactinfo .grid .twocode
{
	width:120px;
	height:auto;
	margin-left:10px;
	padding-top:5px;
}
.contactblock2 .contactinfo .grid .twocode .image
{
	width:100%;
}
.contactblockbg3
{
	background:#f4f5f7;
}
.contactblock3 .contactmsg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactblock3 .contactmsg .message
{
	width:100%;
	height:auto;
}
.contactblock3 .contactmsg .message .wenzi
{
	font-size:15px;
	line-height:2;
	margin-bottom:5px;
}
.contactblock3 .contactmsg .message .first
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:15px;
}
.contactblock3 .contactmsg .message .first  .grid
{
	width:32%;
}
.contactblock3 .contactmsg .message .first .input
{
	width:100%;
	height:35px;
}
.contactblock3 .contactmsg .message .first .input input
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #eee;
	outline:none;
}
.contactblock3 .contactmsg .message .sec
{
	width:100%;
	margin-bottom:15px;
}
.contactblock3 .contactmsg .message .sec textarea
{
	width:100%;
	height:250px;
	box-sizing: border-box;
	padding:15px;
	border:1px solid #eee;
	outline:none;
}
.contactblock3 .contactmsg .message .third
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactblock3 .contactmsg .message .third .submit
{
	display:block;
	cursor: pointer;
	width:120px;
	height:30px;
	color:#fff;
	border:1px solid #023793;
	font-size:16px;
	background:#023793;
	transition:1s;
}
.contactblock3 .contactmsg .message .third .submit:hover
{
	background:#0b52b2;
}
/**联系我们 end**/
/**全屏视频**/
.fullscreenvideobg
{
	width:100%;
	height:100vh;
	z-index:20000;
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.fullscreenvideobg .closebtn
{
	width:80px;
	height:80px;
	font-size:75px;
	color:#fff;
	line-height:75px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
}
.fullscreenvideo
{
    position:absolute;
    top:0px;
    left:0px;
	width:100%;
	height:100%;
    z-index:10;
}
.fullscreenvideobg .videoblock
{
	width:80%;
    height:80%;
	overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    z-index:30;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fullscreenvideobg .videoblock .video_1
{
    display:block;
    max-height:100%;
    max-width:100%;
}
/**全屏视频 end**/
/**视频列表**/
.videolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.videolist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
	cursor: pointer;
}
.videolist .grid:nth-child(3n)
{
	margin-right:0px;
}
.videolist .grid .link
{
	display:block;
	width:100%;
}
.videolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	overflow:hidden;
	position:relative;
}
.videolist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0.5);
	transition:1s;
}
.videolist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.videolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.videolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.videolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.videolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
/**视频列表 end**/
/**分页**/
.pages
{
	width:100%;
}
.Pagination__Nav {
    text-align: center;
    margin: 20px 0;
	margin-bottom:80px;
}

.Pagination__Nav span {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav a {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav .is-active {
    background: #023793;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #023793;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #023793;
	color:#fff;
}
/**分页 end**/
/**锚点**/
.maodian
{
	
}
/**锚点 end**/
/**网站内页 end**/


