@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family:"microsoft yahei","微软雅黑";
}
body{
	font-size: 16px;
}
div{
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 1em;
	font-weight:normal;
}
a{
	text-decoration:none;
}
p{
	text-align: justify;
}
li{
	list-style-type:none;
}
iframe{
	border:none;
	vertical-align: top;
}
input,
button{
	border:none;
	outline: none;
}
textarea{
	vertical-align: top;
	outline: none;
	resize:none;
}
img{
	display:block;
	max-width: 100%;
	border: 0;
}
i{
	font-style:normal;
}
.clear{
	clear: both;
}
.aftercb::after{
	content: "";
	display: block;
	clear: both;
}
.img{
	position:relative;
	background: #eee;
}
.img img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.wrap{
	position:relative;
	width:7.5rem;
	margin:0 auto;
}
.w100{
	position:relative;
	width:100%;
	min-width:1200px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

/*@font-face {
  font-family: 'iconfont'; 
  src: url('../icon/iconfont.eot');
  src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../icon/iconfont.woff') format('woff'),
  url('../icon/iconfont.ttf') format('truetype'),
  url('../icon/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}*/
/*样式初始化*/

.wrap{
	box-sizing: border-box;
	padding: .88rem 0 .98rem;
	z-index: 0;
}
.pd{
	padding-left: .26rem;
	padding-right: .26rem;
}
.head{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items:center;
	position: fixed;
	top:0;
	left:0;
	padding:0 .26rem;
	width:100%;
	height:.88rem;
	background: #fff;
	z-index: 998;
}
.head h6{
	padding-left: .5rem;
	background: url(../img/return_03.png) left center/.24rem .4rem no-repeat;
	font-size: .38rem;
	color:#222;
}
.logo{
	height: .58rem;
}
.menu{
	height:.36rem;
}
.swiper-container-banner .swiper-pagination-bullet{
	width:.1rem;
	height:.1rem;
	border:1px solid #fff;
	background: transparent;
	opacity: 1;
}
.swiper-container-banner .swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-container-banner .swiper-pagination-banner{
	bottom:0 !important;
}
.fixed-tab{
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	left:0;
	bottom: 0;
	width:100%;
	height:.97rem;
	border-top: 1px solid #ccc;
	background: #f4f4f4;
	z-index: 998;
}
/*.fixed-tab-item img{
	margin:0 auto;
	width:.38rem;
	height:.38rem;
}*/
.fixed-tab-item h6{
	font-size: .26rem;
	color:#666;
}
.fixed-tab-item{
	padding-top: .45rem;
}
.fixed-tab-item:nth-child(1){
	background: url(../img/fixed_nav_05.png) center top/.42rem .42rem no-repeat;
}
.fixed-tab-item:nth-child(2){
	background: url(../img/fixed_nav_07.png) center top/.42rem .42rem no-repeat;
}
.fixed-tab-item:nth-child(3){
	background: url(../img/fixed_nav_09.png) center top/.42rem .42rem no-repeat;
}
.fixed-tab-item:nth-child(4){
	background: url(../img/fixed_nav_11.png) center top/.42rem .42rem no-repeat;
}

.fixed-tab-item-select h6{
	color:#123885 !important;
}
.vague{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    transition: .6s;
}
.vague::after{
	content: '';
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 999;
}
.menu-nav{
	position: fixed;
	top:0;
	right: 0;
	transform: translateX(100%);
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .6s;
}
.menu-nav-content{
	float:right;
	width:5.6rem;
	height:100%;
	background: #fff;
}
.menu-nav-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 .26rem;
	height:.88rem;
}
.menu-nav-top h6{
	font-size: .36rem;
	color:#fff;
}
.menu-nav-top img:first-child{
	width:3.35rem;
	height:.58rem;
}
.menu-nav-top img:last-child{
	width:.36rem;
	height:.36rem;
}
.menu-nav-link li{
	display: block;
	padding: 0 .26rem;
	/*height: .84rem;*/
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	transition: .6s;
}
.menu-nav-link li>a{
	line-height: .84rem;
	font-size: .3rem;
	color:#333;
}
.nav_l{width:100%;}
.nav_l li{float:left;margin:5px 10px;color:#666;line-height:30px;}
.nav_l li a{color:#666;font-size:14px;}
.nav_l li a.active{color:#f00;font-size:14px;}
.screen-two a{
	display: block;
	margin:.16rem 0;
	padding-left: .25rem;
	font-size: .26rem;
	color:#555;
}
.screen-select{
	background: #f0f3f8;
}
.screen-select img{
	transform: rotate(180deg);
}
.screen-select::before{
	content: '';
	float: left;
	margin-right: .2rem;
	margin-top: .28rem;
	width:.06rem;
	height:.28rem;
	background: #123885;
}
.screen-two-select{
	color:#123885 !important;
}
.content{
	padding: .5rem .26rem;
}
.foot{
	padding: .3rem 0 .2rem;
	background: #fff;
}
.foot-p{
	position: absolute !important;
	left:0;
	bottom: .98rem;
	width: 100%;
}
.foot ul{
	display: flex;
	justify-content: center;
}
.foot ul a{
	font-size: .26rem;
	color:#222;
}
.copyright{
	margin-top:.2rem;
	font-size: .22rem;
	text-align: center;
	color:#555;
}
.copyright a{
	color:#555;
}
.footer{
	position: relative;
}
.footer::before{
	content: '';
	position: absolute;
	left: 0;
	top:-.08rem;
	display: block;
	width: 100%;
	height:.08rem;
	background: #ddd;
}
/**/

.index-nav{
	display: flex;
	justify-content: space-around;
	padding: .4rem 0;
}
.index-nav img{
	margin:0 auto;
	width:.86rem;
	height:.86rem;
}
.index-nav h4{
	font-size: .3rem;
	font-weight: bold;
	text-align: center;
	color:#002288;
}
.index-case,
.index-news{
	padding-bottom: 1px;
	background: #f5f5f5;
}
.index-title{
	padding: .56rem 0 .5rem;
	text-align: center;
	color: #028;
}
.index-title h4{
	font-size: .34rem;
	font-weight: bold;
}
.index-title h5{
	margin-top: .1rem;
	text-transform: uppercase;
	font-size: .2rem;
}
.index-title h5::after{
	content: " -";
}
.index-title h5::before{
	content: "- ";
}
.index-case-item{
	float:left;
	margin-left: .14rem;
	margin-bottom: .2rem;
	width:3.42rem;
	background: #fff;
}
.index-case-item:first-child,
.index-case-item:nth-child(2n+1){
	margin-left: 0;
}
.index-case-item .img{
	height:2.6rem;
}
.index-case-item h4{
	margin: .2rem 0;
	padding: 0 .2rem;
	height:.8rem;
	font-size: .26rem;
	line-height: .4rem;
	color:#000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-more{
	display: block;
	margin: .5rem 0;
	line-height: .82rem;
	text-align: center;
	font-size: .36rem;
	color:#028;
	border:2px solid #028;
}
.index-about{
	font-size: .26rem;
	line-height: .4rem;
	color:#333;
}
.index-news-item:not(:last-child){
	margin-bottom: .35rem;
	border-bottom: 1px solid #ccc;
}
.index-news-item h4{
	margin-bottom: .1rem;
	font-size: .28rem;
	color:#000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news-item p{
	height: .8rem;
	font-size: .26rem;
	line-height: .4rem;
	color:#999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-news-item h6{
	margin: .1rem 0 .15rem;
	font-size: .2rem;
	color:#999;
}
.index-bottom{
	padding: .3rem .26rem;
	background: #028;
	color:#fff;
}
.index-bottom .fl{
	max-width: 4.25rem;
}
.index-bottom .fl h4{
	margin-bottom: .2rem;
	min-height: .42rem;
	padding-left: .65rem;
	line-height: .32rem;
	font-size: .24rem;
}
.index-bottom .fl h4:nth-child(1){
	background: url(../img/index_bottom_03.png) left top/.42rem .42rem no-repeat;
}
.index-bottom .fl h4:nth-child(2){
	background: url(../img/index_bottom_06.png) left top/.42rem .42rem no-repeat;
}
.index-bottom .fl h4:nth-child(3){
	background: url(../img/index_bottom_08.png) left top/.42rem .42rem no-repeat;
}
.index-bottom .fl h4:nth-child(4){
	background: url(../img/index_bottom_10.png) left top/.42rem .42rem no-repeat;
}
.index-bottom .fr img{
	margin: 0 auto .16rem;
	width:1.8rem;
	height:1.8rem;
}
.index-bottom .fr h3{
	font-size: .2rem;
	text-align: center;
}
/*首页*/

.case{
	padding-top: .4rem;
}
.paging{
	position: relative;
	margin:.6rem 0;
	line-height: .86rem;
	font-size: .36rem;
}
.paging a{
	display: block;
	width: 2.38rem;
	height:.86rem;
	text-align: center;
	background: #028;
	color:#fff;
}
.paging span{
	position: absolute;
	left:50%;
	top:0;
	transform: translateX(-50%);
	margin:0 auto;
	color:#222;
}
.paging span i{
	color:#028;
}

.about,
.news{
	padding: .4rem .26rem 0;
}
.about-text{
	margin-bottom: .5rem;
	font-size: .26rem;
	line-height: .4rem;
	color:#666;
}
.about-subtitle{
	margin: .1rem 0;
	font-size: .32rem;
	line-height: .32rem;
	color:#028;
}
.about-subtitle::before{
	content: '';
	float: left;
	margin-right: .14rem;
	width:.06rem;
	height:.32rem;
	background: #028;
	
}

.contact{
	padding: .4rem .26rem;
	font-size: .26rem;
	line-height: .4rem;
	color:#666;
}
