*{box-sizing: border-box;}
body{background-color: #f2f2f2;font-size: 14px;}
.wrapper{max-width: 1200px;}

.evenone{pointer-events: none;}
.transition{transition: all 0.5s ease;}
.flexrow{
	display: flex;
	justify-content : space-between;
	/* space-around 两端对齐包含首尾留空 | space-between 两端对齐仅之间留空*/
	/* flex-flow: column; */
	flex-wrap:wrap;/*换行*/
	align-content: space-around;/*对齐轴线 上下*/
	align-items : center;/*行对齐 上下*/
}
.flex1{flex: 1;}
.justify-around{justify-content : space-around;}
.justify-center{justify-content: center;}
.justify-start{justify-content: start;}
.row-start{align-items : flex-start;}
.align-center{align-content: center;}
.flexcol{flex-flow: column;}

.writing-rl{writing-mode: vertical-rl;writing-mode: tb-rl;}

.swiper-container,.swiper-wrapper,.swiper-slide,.swiper-pagination{z-index: auto;}

#home{width: 100%;height: 400px;}
#banner{width: 100%;height: 400px;}
#banner .swiper-pagination-bullet{border-radius:0;width: 38px;height: 3px;background-color: white;margin: 0 12px !important;}
#banner .swiper-pagination-bullet-active{height: 4px;}
#banner .swiper-slide img{width: 100%;height: 100%;}
.bannerbox{
	width: 100%;height: 100%;backdrop-filter: blur(40px);position: absolute;left: 0;top: 0;
	background-size: auto 100%;background-position: center;background-repeat: no-repeat;
}

#top{
	background-color: #eee;overflow: hidden;
	width: 100%;height: 400px;position: relative;
}
#top a,#top a:hover{color: white;}
#top img.logo{display: block;margin-right: 1em;height: 100%;}
#top::after{
	content: '';position: absolute;left: 0;top: 0;z-index: 2; width: 100%;height: 100%;
	background: url(../images/dianbg.png);opacity: 0.07;pointer-events: none;
}

#menu{
	background-image: linear-gradient(rgba(49, 45, 100, 0.6), rgba(19, 17, 39, 0)); color: white;
	backdrop-filter: blur(4px);
	width: 100%; height: 70px;line-height: 70px;
	position: fixed;left: 0;top: 0;z-index: 99;
}
#menu h1{font-size: 22px;}
#menu .wrapper,#menu nav,#menu ul{height: 100%;}
#menu li{width: auto;height: 100%;line-height: 70px;font-size: 16px;color: white;transition: all 0.5s ease;}
#menu li a{display: block; height: 100%;padding: 0 1.6em;text-shadow: rgba(0, 0, 0, 0.6) 0 2px 4px;}
#menu li:hover,#menu li.active{
    height: 106%; background-color: rgba(49, 45, 100, 0.7);position: relative;z-index: 10;
    box-shadow: 0 6px 16px rgba(6, 15, 32, 0.3);
}
#menu li:hover a{color: white;}

.usermenu{height: 100%;}
.usermenu li{line-height: 70px;margin: 0 0.5em;}

.companytop{position: absolute;left: 0;top: 45%;width: 100%; text-align: center;font-size: 0}
.companytop >*{
	display: inline-block;font-size: 40px;vertical-align: middle;
	color: white;text-shadow: rgba(0, 0, 0, 0.3) 0 15px 30px,rgba(0, 77, 139, 0.5) 0 4px 6px;
}
.companytop dt,.companytop dd{
	position: relative;width: 0;height: 80px;
}
.companytop dt::after,.companytop dd::after{
	content: '';width: 160px;height: 1px;background-color: white;
	position: absolute;left: -20px;top: 0;
}
.companytop dt::before,.companytop dd::before{
	content: '';width: 2px;height: 40px;background-color: white;
	position: absolute;left: 0;top: -10px;
}
.companytop dd{transform: rotate(180deg)}
.companytop h1{margin: 0 30px;font-weight: bold;}

.topline{width: 100%;height: 8px;background-color: #312d64;margin: 2px auto;}


/*首页*/

.titleh2{
	width: 100%;height: 60px; margin: 36px auto 25px; clear: both;
	background: url(../images/h2title.png) bottom center no-repeat;
}
.titleh2 h2{font-size: 28px;color: black;margin: 0 auto;line-height: 1.7;text-align: center}

.shadow{box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08), 0 40px 26px -30px rgba(0, 0, 0, 0.08), 0 80px 36px -85px rgba(0, 0, 0, 0.2);}
.blueline{
	width: 30px;height: 6px;border-radius: 3px;
	background-color: #15d4ed;background-image: linear-gradient(90deg, #15d4ed, #0a6598);
}

.about_h{width: 100%;height: auto;padding-bottom: 50px;position: relative;}
.about_h::before{
	content: '';position: absolute;left: 0;bottom: 0;z-index: -1;
	width: 100%;height: 180px;background-color: #12415f;
}
.about_h dl{min-height: 260px;background-color: white;}
.about_h dt{width: 30%;height: 260px;margin: 0 auto;overflow: hidden;}
.about_h dd{
	width: 70%;height: auto;min-height: 260px;max-height: 360px;
	margin: 0 auto;padding: 20px 20px 50px;position: relative;overflow: hidden;
	box-shadow: -20px 0 15px -10px rgba(0, 0, 0, 0.1), -50px 0 35px -40px rgba(0, 0, 0, 0.2);
}
.about_h .pic{width: 90%;height: 240px;margin: 10px auto;overflow: hidden;}
.about_h .more{
	color: white;text-align: center;height: 30px;line-height: 30px;width: 60px;
	border-radius: 0 10px 0 10px;display: block;position: absolute;right: 30px;bottom: 10px;
}
.about_h .blueline{margin: 0 0 10px 20px;}
.about_h .endText{max-height: 300px;}


.business{height: auto; min-height: 290px;background-color: white;}
.business li{width: 200px;height: auto; min-height: 290px;margin: 0 auto;
	border-left: #bbb dotted 1px;overflow: hidden;text-align: center;
}
.business li:nth-child(1){border: none;}
.business li img{width: 100px;height: 100px;margin: 40px auto 0;display: block;}
.business li h3{width: 100%;margin: 40px auto 15px;text-align: center;font-size: 26px;color: #15d4ed;}
.business li i{display: block;margin: 0 auto;}
.business li h4{width: 95%; font-size: 14px;line-height: 1.4; color: #888;margin: 12px auto 0;}


/*项目块*/
.item_h{
	width: 100%;height: auto;margin-top: 60px; overflow: auto; padding-bottom: 30px;
	background: url(../images/cbg.jpg) repeat-x center top;position: relative;
}
.item_h .title{
	text-align: center;margin: 36px auto 0;min-width: 540px;color: #777;
	background: url(../images/ctitle.png) no-repeat center top 32px;
}
.item_h .title h2{font-size: 28px;color: #333;}
.item_h .more{
	position: absolute;left: 50%;bottom: 15px;margin-left: -50px;width: 100px;
	display: block; font-size: 16px;text-align: center;line-height: 2.2;
	background-color: #999;color: white;border-radius: 4px;
}
.item_h .more:hover{background-color: #15d4ed}

.itemlist{
	height: auto;min-height: 380px;overflow: hidden;background: white;
	margin-top: 26px;padding: 10px;
}
.pic_box{display: block; width: 270px;height: 200px;overflow: hidden;margin: 20px auto;border-radius: 6px;position: relative;}
.pic_box dl{
	width: 100%;height: 100%;color: white;position: absolute;left: 0;top: 0;
	text-align: center;text-shadow: rgba(0, 0, 0, 0.6) 0 2px 4px;overflow: hidden;
}
.pic_box dl h3{font-size: 20px;margin: 150px auto 15px;line-height: 24px;width: 90%}
.pic_box dl h4{font-size: 16px;margin: 0 auto;}

.pic_box:hover dl{background-color: rgba(0,0,0,0.5);}
.pic_box:hover .bg{transform: scale(1.1,1.1);}
.pic_box:hover h3{margin-top: 90px;}


/*新闻*/
.news_h li{width: 46%;}
.newsbox{
	width: 100%;height: 50px;line-height: 50px;border-bottom: #ddd 1px solid;background-color: white;
	font-size: 16px; color: #333; transition: all 0.5s ease;display: block;text-indent: 1em;margin: 10px auto;
	box-shadow: 0 8px 4px -8px rgba(17, 11, 50, 0.2);
}
.newsbox:hover{transform: translateY(-4px);box-shadow: 0 20px 18px -10px rgba(17, 11, 50, 0.3), 0 26px 30px -20px rgba(0, 0, 0, 0.2);}
.newsbox h3{margin: 0;padding: 0;}
.newsbox span{color: #888;margin-right: 1em;}


@media only screen and (max-width: 990px){
	.about_h dt{width: 80%;}
	.about_h dd{width: 90%;box-shadow: none}
}
@media only screen and (max-width: 750px){
	#top img.logo{display: none;}
}

/* 内容页 */

.news{max-width: 1200px;}
.news header{width: 100%;margin: 0 auto; overflow: hidden;}
.news h1{
    display: block; width: 100%;margin: 0 auto;line-height: 3.2; color: #333;text-align: center;
    border-bottom: #1F2932 2px solid;font-size: 18pt;
}
.news .author{width: 100%;margin: 0 auto;text-align: right;line-height: 2.6;}
.news article{
    width: 100%;margin: 0 auto;min-height: 400px;border-top: #d6e9f0 2px dotted;
    background-color: white;
}
.newstag{margin-top: 26px;height: auto;line-height: 3; float: right;color: #777;}
.endText iframe{width: 100%;min-height: 50vh;}

/* 商品页 */
.picturelist{width: 90%; margin: 0 auto;padding: 20px 0; border-bottom: #d6e9f0 1px dashed;}
.picturelist li{width: 30%;height: 300px;}

/* 列表页 */
.crumbs{width: 100%;background: #FFF;}
.crumbs ul{height: 50px;line-height: 50px;text-align: left;border-bottom: #eee 1px solid;}
.crumbs a{position: relative;margin: 0 10px;font-size: 15px;}
.crumbs a.active{color: #D20E3E;font-weight: bold;}
.crumbs a:last-child{color: #D20E3E;font-weight: bold;}
.crumbs.evlast a:last-child{color: #000;pointer-events: none;}
.crumbs a::before{content: '> ';margin-right: 1em;}
.crumbs a:first-child:before{content: '';}

.choice{width: 100%; background: #FFF;padding-top: 10px;}
.choice dl{display: table; text-align: left;border-bottom: #C7C7C7 1px dotted;}
.choice dl dt{
    background: #E7F4FA;text-align: right;color: #0a6598;
	padding:0 30px 0 0;height: 60px;line-height: 60px;font-weight: bold;
}
.choice dl dd{text-align: left;}
.choice dl dd a{font-size: 15px;line-height: 30px;padding: 0 10px;margin: 2px 10px; border-radius: 6px;border: transparent 1px dotted;}
.choice dl dd a.active{border-color: #16A2EE}
.choicebtn a{border: #B5B5B5 1px solid !important;}
.choicebtn a:after{content: '×';display: inline;margin-left: 6px;}

/*翻页页码*/

.wp-pagenavi {
	width:100%;height:auto; font-size:14px;line-height: 60px; clear:both;
    text-align: center;margin: 20px auto;
}
.wp-pagenavi A {
	font-size:14px;border: #EBEBEB 1px solid; padding:8px 12px; MARGIN: 2px;TEXT-DECORATION: none;
    background: #efefef;border-radius: 4px; color: #878787;
}
.wp-pagenavi SPAN {
	border: #EBEBEB 1px solid; padding:8px 12px; MARGIN: 2px; TEXT-DECORATION: none; background: #efefef; color: #9B9B9B;border-radius: 4px;
}
.wp-pagenavi A:hover {
	border-color: #D9D9D9;
}
.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold; color: #FFF; background: #007cc4;
}
.wp-pagenavi i{font-style: normal}
.wp-pagenavi b{color: #b30000}
.pagenavi{margin:12px auto;width:100%;height:auto; font-size:14px;line-height: 60px; clear:both;}
.pageleft {
	PADDING-LEFT: 10px; FLOAT: left; TEXT-ALIGN: left
}
.pageright {
	PADDING-RIGHT: 10px; FLOAT: right; TEXT-ALIGN: right
}

/* 底部 */
#footer{width: 100%;height: auto;margin-top: 30px; background-color: #383838;font-size: 16px;line-height: 1.6; color: white;}
#footer h3{margin: 10px 0;}
#footer .imgrow{display: block;height: 110px;}
#footer .copyright{width: 100%;height: 40px;line-height: 40px;background: #535353;font-size: 14px;text-align: center;}
#footer a,#footer a:hover{color: white;}
#footer .txt{margin: 20px 0;}