.dis{
	display: flex;
	align-items: center;
}
.dis-w{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dis-c{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dis-w-s{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: flex-start;
}
.dis-w-st{
	display: flex;
	height: 360px;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
}

/* 主要样式 */
body{
	background: #f1f3f5;
	font-size: 15px;
}
.header-top{
	background: #333333;
	line-height: 40px;
	color: #fff;
	font-weight: 200;
	font-size: 13px;
}
.header-top .left img{
	display: block;
	height: 16px;
	margin-right: 8px;
}
.header-top .right img{
	display: block;
	height: 20px;
	margin-right: 8px;
}
.header{
	padding: 12px 0;
	background: #fff;
}
.header img{
	display: block;
}
.header .logo img{
	max-width: 397px;
}
.header .right img{
	max-width: 530px;
}

.nav{
	background: #008bd6;
}
.nav li{
	text-align: center;
	width: calc(100% / 9 - 0.5px);
	transition: all linear 0.2s;
	position: relative;
}
.nav li.active,.nav li:hover{
	background: #015faa;
}
.nav li a{
	color: #fff;
	font-size: 15px;
	line-height: 70px;
	display: block;
	text-transform: uppercase;
}
.nav li .down-nav{
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 5;
	display: none;
	border: 2px solid #015faa;
}
.nav li .down-nav a{
	color: #333;
	font-size: 14px;
	line-height: 40px;
	border-top: 1px solid #eee;
	text-transform: initial;
}
.nav li .down-nav a:hover{
	background: #015faa;
	color: #fff;
}
.banner .swiper-slide img{
	display: block;
	width: 100%;
}

/* 开平动画 */
.kpdh img{
	width: 100%;
	height: 100%;
	display: block;
}




.title{
	border: 1px solid #e9e9e9;
	padding-right: 15px;
}
.title .left-t{
	width: 350px;
	height: 60px;
	background: url(../images/til_bg_01.png) no-repeat center left;
	background-size: 100%;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 15px;
}
.title .left-t img{
	display: block;
	height: 36px;
	margin-right: 8px;
}
.title .left-t h4{
	/* font-weight: bold; */
}
.title .right-more{
	font-size: 16px;
	color: #008bd6;
}
.title .right-more:hover{
	color: #015faa;
}

.index-01{
	margin-top: 30px;
}
.index-com1{
	margin-bottom: 20px;
}
.index-com1 .left{
	width: 890px;
	background: #fff;
}
.index-com1 .cont{
	padding: 20px;
}
.index-01 .left-c{
	position: relative;
	width: 360px;
	height: 240px;
	overflow: hidden;
}
.index-01 .left-c img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.index-01 .left-c:hover img{
	transform: scale(1.05);
}
.index-01 .left-c h4{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all linear 0.3s;
}
.index-01 .left-c:hover h4{
	background: #008bd6;
}
.index-01 .right-c{
	width: calc(100% - 380px);
}
.index-01 .right-c a,
.index-02 .bottom-c a,
.index-com2 .bottom-c a{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.index-01 .right-c a:last-child,
.index-02 .bottom-c a:last-child,
.index-com2 .bottom-c a:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.index-01 .right-c p,
.index-02 .bottom-c p,
.index-com2 .bottom-c p{
	color: #333;
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-01 .right-c p:hover,
.index-02 .bottom-c p:hover,
.index-com2 .bottom-c p:hover{
	color: #008bd6;
}
.index-01 .right-c .time,
.index-02 .bottom-c .time,
.index-com2 .bottom-c .time{
	color: #aaa;
}


.index-com1 .right{
	width: 380px;
	background: #fff;
}
.index-01 form{
	display: block;
}
.index-01 form input{
	display: block;
	width: 100%;
	background: #f1f3f5;
	color: #333;
	padding: 0 15px;
	border-radius: 5px;
	line-height: 45px;
	border: none;
	margin-bottom: 15px;
}
.index-01 form button{
	display: block;
	width: 100%;
	background: #008bd6;
	color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	line-height: 45px;
	border: none;
	box-sizing: border-box;
	margin-bottom: 15px;
	transition: all linear 0.3s;
}
.index-01 form button:hover{
	background: #015faa;
}
.index-01 .right .cont .a_more{
	margin-bottom: 15px;
	color: #666;
}
.index-01 .right .cont .a_more b{
	color: #008bd6;
}
.index-01 .right .cont .a_more a{
	color: #666;
}
.index-01 .right .cont .a_more a:hover{
	color: #008bd6;
}
.index-com1 .right .cont .img{
	display: block;
	width: 100%;
	border-radius: 5px;
}

.index-02 .top-c{
	margin-bottom: 10px;
}
.index-02 .top-c img{
	display: block;
	width: 200px;
	height: 134px;
	transition: all linear 0.3s;
}
.index-02 .top-c:hover img{
	transform: scale(1.05);
}
.index-02 .top-c .world{
	width: calc(100% - 220px);
}
.index-02 .top-c h4{
	font-weight: bold;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
}
.index-02 .top-c .time{
	color: #888;
}
.index-02 .top-c .btn{
	width: 112px;
	line-height: 40px;
	text-align: center;
	background: #008bd6;
	color: #fff;
	border-radius: 20px;
	margin-top: 5px;
	transition: all linear 0.3s;
}
.index-02 .top-c:hover .world h4{
	color: #008bd6;
}
.index-02 .top-c .btn:hover{
	background: #015faa;
}
.index-02 .right .list{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.index-02 .right .list img{
	display: block;
	width: 20px;
}
.index-02 .right .list p{
	width: calc(100% - 25px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-02 .right .img{
	margin-top: 15px;
}

.index-03 {
	margin-bottom: 20px;
}
.index-03 .container,
.index-07 .container{
	background: #fff;
}
.index-03 .cont,
.index-07 .cont{
	padding: 20px 55px;
	position: relative;
}
.index-03 .swiper-slide img{
	display: block;
	width: 100%;
	height: 338px;
	border: 1px solid #e9e9e9;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}
.swiper-button-next, .swiper-button-prev{
	width: 36px !important;
	height: 80px !important;
}
.swiper-button-next img, .swiper-button-prev img{
	width: 100% !important;
	height: 100% !important;
}
.swiper-button-next img:hover, .swiper-button-prev img:hover{
	opacity: 0.8;
}

.index-com2{
	margin-bottom: 20px;
}
.index-com2 .group{
	background: #fff;
	width: calc(50% - 10px);
}
.index-com2 .cont{
	padding: 20px;
}
.index-com2 .cont .top-c{
	padding-bottom: 10px;
}
.index-com2 .cont img{
	display: block;
	width: 200px;
	height: 134px;
	transition: all linear 0.3s;
}
.index-com2 .cont img:hover{
	transform: scale(1.05);
}
.index-com2 .cont .world{
	width: calc(100% - 220px);
}
.index-com2 .cont h4{
	font-weight: bold;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-com2 .cont .time{
	color: #888;
}
.index-com2 .cont .btn{
	width: 112px;
	line-height: 40px;
	text-align: center;
	background: #008bd6;
	color: #fff;
	border-radius: 20px;
	margin-top: 5px;
	transition: all linear 0.3s;
}
.index-com2 .cont:hover .world h4{
	color: #008bd6;
}
.index-com2 .cont .btn:hover{
	background: #015faa;
}

.index-07 .swiper-slide{
	text-align: center;
	color: #333;
	overflow: hidden;
}
.index-07 .swiper-slide img{
	display: block;
	width: 100%;
	height: 193px;
	transition: all linear 0.3s;
	border: 1px solid #ddd;
}
.index-07 .swiper-slide h4{
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 10px;
	line-height: 1.6;
	position: relative;
	z-index: 1;
	background: #fff;
	color: #333;
}
.index-07 .swiper-slide:hover img{
	transform: scale(1.05);
}
.index-07 .swiper-slide:hover h4{
	color: #008bd6;
}
.index-07 .swiper-button-next,.index-07 .swiper-button-prev{
	top: 36%;
}
.index-08{
	margin: 20px 0;
}
.index-08 .container{
	background: #fff;
}
.index-08 .title .left-t{
	height: 90px;
	background: url(../images/til_bg_02.png) no-repeat left center;
	background-size: 100%;
}
.index-08 .right-icon img{
	display: block;
	margin-left: 15px;
	max-height: 50px;
	max-width: 200px;
}

.footer{
	background: #333333;
	padding-top: 40px;
}
.footer .top{
	color: #fff;
}
.footer .top a{
	color: #fff;
	display: block;
	margin: 0 15px;
}
.footer .top a:hover{
	color: #008bd6;
}
.footer .text{
	text-align: center;
	color: #fff;
	padding: 15px 0 40px 0;
}
.copyright {
	text-align: center;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background: #333;
	padding: 10px;
	color: #333;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #008bd6;
}

.top_back{
	position: fixed;
	right: 15px;
	bottom: 12%;
	z-index: 10;
}
.top_back img{
	display: block;
	cursor: pointer;
	width: 50px;	margin-bottom: 10px;
}

.index-page{
	border-bottom: 1px solid #e9e9e9;
	line-height: 50px;
	margin-bottom: 30px;
}
.index-page img{
	display: block;
	width: 22px;
	margin-right: 10px;
}
.index-page a{
	color: #666;
}
.index-page span{
	font-family: "宋体";
	display: block;
	margin: 0 3px;
	font-size: 18px;
}
.index-page a:hover{
	color: #008bd6;
}
.index-page a:last-child{
	color: #008bd6;
}

.inpage-com1{
	margin-bottom: 30px;
}
.inpage-com1 .title{
	background: url(../images/til_bg_03.png) no-repeat left center;
	background-size: 100%;
}
.inpage-com1 .left{
	width: 380px;
}
.cont-nav .item{
	border-bottom: 1px solid #eee;
	padding: 0 20px;
	line-height: 45px;
	color: #333;
}
.cont-nav .item i{
	display: block;
	width: 9px;
	height: 18px;
	background: url(../images/jt_g.png) no-repeat center;
	background-size: 100%;
}
.cont-nav .item.active i{
	background: url(../images/jt_l.png) no-repeat center;
	background-size: 100%;
}
.cont-nav .item:hover i{
	background: url(../images/jt_l.png) no-repeat center;
	background-size: 100%;
}
.cont-nav .item.active,
.cont-nav .item:hover{
	color: #008bd6;
}
.cont-nav .item:last-child{
	border-bottom: 0;
}
.title-nav .left-t{
	width: 100%;
}
.title-nav .left-t span{
	font-size: 20px;
	font-weight: normal;
}
.inpage-com1 .left .group{
	margin-bottom: 20px;
	background: #fff;
}
.inpage-com1 .left .cont{
	padding: 20px;
}
.inpage-com1 .left .list{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.inpage-com1 .left .list img{
	display: block;
	width: 20px;
}
.inpage-com1 .left .list p{
	width: calc(100% - 25px);
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	line-height: 20px;
}
.inpage-com1 .left .img{
	margin-top: 15px;
	display: block;
	width: 100%;
	border-radius: 5px;
}

.til-small{
	border-bottom: 1px solid #eee;
	line-height: 50px;
	padding: 0 20px;
}
.til-small h4{
	font-size: 26px;
	font-weight: bold;
	color: #008bd6;
}
.inpage-com1 .right{
	width: calc(100% - 400px);
	min-height: 656px;
	border-top: #008bd6 5px solid;
	background: #fff;
}
.inpage-com1 .right .detail{
	padding: 20px;
}
.inpage-com1 .right .detail img{
	display: block;
	max-width: 100%;
}
.inpage-com1 .right .detail h4{
	font-weight: bold;
	font-size: 24px;
	color: #222;
	margin-top: 20px;
}
.inpage-com1 .right .detail h6{
	font-weight: bold;
	font-size: 16px;
	color: #008bd6;
}
.inpage-com1 .right .cont{
	padding: 0 20px 10px 20px;
}
.inpage-com1 .right .cont a{
	border-bottom: 1px solid #eee;
	color: #333;
	line-height: 40px;
}
.inpage-com1 .right .cont a .time{
	font-size: 14px;
	color: #aaa;
}
.inpage-com1 .right .cont a .more{
	color: #008bd6;
	font-size: 14px;
}
.inpage-com1 .right .cont a p{
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inpage-com1 .right .cont a:hover p{
	color: #008bd6;
}


.page-number{
	margin: 15px 0 25px 0;
}
.page-number a{
	display: block;
	border: 1px solid #eee;
	padding: 0 10px;
	line-height: 32px;
	margin: 0 2px;
	color: #888;
	border-radius: 3px;
	transition: all ease 0.2s;
}
.page-number a.active{
	background: #008bd6;
	border-color: #008bd6;
	color: #fff;
}
.page-number a:hover{
	background: #008bd6;
	border-color: #008bd6;
	color: #fff;
}
.page-number a:nth-child(2),
.page-number a:nth-last-child(2){
	font-family: "宋体";
	font-size: 20px;
}


.common-detail .til-small h4{
	line-height: 1.5;
	padding: 7px 0;
}
.detail-com{
	padding: 20px;
	line-height: 1.8;
	font-size: 14px;
}
.detail-com img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.contact .right .cont{
	padding: 20px;
}
.contact .right .maps{
	height: 360px;
	width: 100%;
	overflow: hidden;
}
.contact .right iframe{
	display: block;
	width: 100%;
	height: 360px;
}
.contact .right .infor{
	color: #222;
	margin: 15px 0;
}
.contact .right .ewm-group .item{
	width: 110px;
	text-align: center;
	margin-right: 20px;
}
.contact .right .ewm-group .item img{
	display: block;
	width: 110px;
	height: 110px;
	margin-bottom: 6px;
}





/* 补充 */
.icon_menu{
	display: none !important;
}


/* 3/3新增 */
.index-com1 .cont .infor .list{
	margin-bottom: 8px;
}
.index-com1 .cont .infor .list img{
	width: 24px;
	margin-right: 10px;
}
.index-com1 .cont .infor .list p{
	width: calc(100% - 34px);
	line-height: 20px;
}




/* 手机 */
@media(max-width: 767px){
	body{
		padding-top: 55px;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	.header-top{
		display: none;
	}
	.header{
		padding: 8px 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 12;
	}
	.nav{
		position: fixed;
		right: 0;
		top: 55px;
		width: 200px;
		background: #fff;
		z-index: 12;
		display: none;
	}
	.nav .container{
		display: block;
		padding: 0;
	}
	.nav li{
		width: 100%;
		text-align: left;
		padding: 0 15px;
		border-top: 1px solid #eee;
	}
	.nav li a{
		color: #333;
	}
	.nav li>a,
	.nav .f-nav a{
		font-size: 15px;
		line-height: 45px;
	}
	.nav li.active{
		background: #fff;
	}
	.nav li:hover{
		background: #fff;
	}
	.icon_menu{
		display: block !important;
		width: 26px;
		cursor: pointer;
	}
	.nav .tdrop-down .f-nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav .tdrop-down .jt{
		background: url(../images/icon_nav_down.png) no-repeat center;
		background-size: 100%;
		width: 14px;
		height: 8px;
	}
	.nav .tdrop-down .jt.active{
		transform: rotate(180deg);
	}
	.nav li .down-nav{
		position: initial;
		top: 0;
		left: 0;
		border-top: 1px solid #eee;
		text-align: left;
	}
	.nav li .down-nav a{
		line-height: 32px;
	}
	.wap-nav-bg{
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		display: none;
	}
	
	
	.header .logo img{
		max-width: initial;
		width: 200px;
	}
	.header .right_icon img{
		display: none;
	}
	.banner .swiper-slide{
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner .swiper-slide img{
		height: 160px;
		width: auto;
	}
	.index-com1 .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.index-com1 .right{
		width: 100%;
	}
	.index-com1 .container{
		display: block;
	}
	
	.index-01{
		margin-top: 20px;
	}
	.title{
		border-left: 0;
		border-right: 0;
	}
	.title .left-t{
		width: 160px;
		height: 40px;
	}
	.title .left-t h4{
		font-size: 18px;
	}
	.title .left-t img{
		height: 20px;
	}
	.title .right-more{
		font-size: 14px;
	}
	.index-com1 .cont{
		padding: 15px;
		display: block;
	}
	.index-01 .left-c{
		width: 100%;
		height: auto;
	}
	.index-01 .left-c h4{
		font-size: 14px;
	}
	.index-01 .right-c{
		width: 100%;
		margin-top: 10px;
	}
	.index-01 .right-c .time, .index-02 .bottom-c .time, .index-com2 .bottom-c .time{
		display: none;
	}
	.index-01 .right-c p, .index-02 .bottom-c p, .index-com2 .bottom-c p{
		font-size: 14px;
		width: 100%;
	}
	.index-01 form button,
	.index-01 .right .cont .a_more{
		margin-bottom: 5px;
	}
	.index-02 .top-c img{
		width: 120px;
		height: auto;
	}
	.index-02 .top-c .world{
		width: calc(100% - 130px);
	}
	.index-02 .top-c h4{
		-webkit-line-clamp: 1;
	}
	.index-02 .top-c .btn{
		display: none;
	}
	.index-02 .right .list{
		padding: 0;
		margin: 0;
	}
	.index-02 .right .img{
		margin-top: 10px;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.index-03 .container,
	.index-07 .container{
		background: none;
	}
	.index-03 .title,
	.index-07 .title{
		background: #fff;
	}
	.index-03 .cont,
	.index-07 .cont{
		padding: 15px;
		background: #fff;
	}
	.index-03 .swiper-slide img{
		height: auto;
	}
	.index-com2 .container{
		display: block;
	}
	.index-com2 .group{
		width: 100%;
	}
	.index-com2 .group:nth-child(1){
		margin-bottom: 20px;
	}
	.index-com2 .cont img{
		width: 120px;
		height: auto;
	}
	.index-com2 .cont .world{
		width: calc(100% - 130px);
	}
	.index-com2 .cont .btn{
		display: none;
	}
	.index-07 .swiper-slide img{
		height: auto;
	}
	.index-07 .swiper-slide h4{
		font-size: 14px;
	}
	.index-08 .container{
		background: none;
	}
	.index-08 .title{
		display: block;
		border: 0;
		background: #fff;
		padding-right: 0;
	}
	.index-08 .title .left-t{
		height: 45px;
	}
	.index-08 .right-icon{
		width: 100%;
		padding: 15px;
		flex-flow: wrap;
		justify-content: space-between;
	}
	.index-08 .right-icon img{
		margin: 2px;
	}
	.footer .top{
		display: none;
	}
	.footer{
		padding: 20px 0;
	}
	.footer .text{
		padding: 0;
		font-size: 13px;
	}
	.copyright{
		font-size: 13px;
	}
	.top_back img{		display: block;
		width: 40px;		margin-bottom: 5px;
	}
	.inpage-com1 .left{
		display: none;
	}
	.inpage-com1 .right{
		width: 100%;
	}
	.index-page{
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 40px;
	}
	.index-page img{
		width: 18px;
		margin-right: 4px;
	}
	.index-page span{
		margin: 0;
	}
	.inpage-com1 .right .detail{
		padding: 15px;
		font-size: 14px;
	}
	.til-small{
		line-height: 40px;
		padding: 0 15px;
	}
	.til-small h4{
		font-size: 22px;
	}
	.inpage-com1 .right .detail h4{
		font-size: 20px;
		margin-top: 10px;
	}
	.inpage-com1 .right .cont{
		padding: 0 15px 10px 15px;
	}
	.inpage-com1 .right .cont a p{
		width: 100%;
		font-size: 14px;
	}
	.inpage-com1 .right .cont a .time{
		display: none;
	}
	.page-number{
		margin: 10px 0 20px 0;
	}
	.page-number a{
		font-size: 14px;
		padding: 0 5px;
		line-height: 30px;
	}
	.attestation-down .right .cont a{
		flex-flow: wrap;
		line-height: 24px;
		padding: 5px 0;
	}
	.inpage-com1 .right .cont a .more{
		width: 100%;
		margin-left: -6px;
	}
	.contact .right .maps{
		margin-top: 20px;
	}
	.contact .right .infor,
	.contact .right .ewm-group .item{
		font-size: 14px;
	}
	.dis-w-st{
		height: auto;
	}
	
	/* 3/3新增 */
	.index-01 .left-c img{
		max-height: 150px;
	}
	.title .left-t{
		width: 240px;
	}
	.title .left-t h4{
		font-size: 15px;
	}
	.index-07 .swiper-slide img{
		height: 120px;
	}
	
}