﻿@charset "utf-8";
.head_pc{
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
  	width:100%;
	z-index: 10;
}
.h_tel{ float:right; position:relative; line-height:100px; padding-left:30px; position:relative; font-size:18px;}
.h_tel img{ width:28px; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.logo{
	display: inline-block;
	height: 74px;
	margin-top: 13px;
}
.logo img{
	display: block;
	height: 100%;
}
.nav span{
	display: block;
	height: 100px; line-height:100px;
	padding: 0 16px;
	position: relative;
}
.nava{
	display:inline-block;
	border-bottom: 3px solid rgba(0,0,0,0);
	font-size: 18px;
	color: #666;
	line-height: 27px;
	/*margin-top: 50px;*/
}
.nav span:hover .nava,.nav span.active .nava{
	border-bottom: 3px solid #fd7e14;
	color: #FD7E14;
}
.navhide{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	background: #fff;
	width: 121%;
	box-shadow: 0 2px 15px rgba(0,0,0,.15);
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-top: 20px;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	height: 36px;
	line-height: 36px;
	color: #666;
	font-size: 16px;
	text-align: center;
}
.navhide a:hover{
	color: #fff;
	background: #FD7E14;
}
.md{
	padding: 60px 0;
}
.mtop h4{
	letter-spacing: 4px;
	font-size: 36px;
	color: #FD7E14;
}
.mtopidx h4{
	font-size: 30px;
}
.mtop p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 24px;
	margin-top: 15px;
}
.m1top ul,.m1top li{
	display: inline-block;
	font-size: 18px;
	color: #4c4c4c;
}
.m1top li span{
	cursor: pointer;
}
.m1top li i{
	color: #ccc;
	margin: 0 10px;
}
.m1top li.active span{
	color: #FD7E14;
}
.m1w{
	width: 102%;
}
.m1a{
	width: 48%;
	margin-right: 2%;
	height: 300px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	overflow: hidden;
	margin-bottom: 20px;
}
.m1aimg,.hvimg{
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain !important;
	background-color: #c4c4c4 !important;
	transition: 1s;
}
.m1a:hover .m1aimg{
	transform: scale(1.15);
}
.m1ab{
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/m1bg_03.jpg) repeat-y center;
	background-size: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	transition: .5s;
}
.m1a:hover .m1ab{
	opacity: 0;
	margin-bottom: -60px;
}
.m1atxt{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 0 40px;
	transition: .5s;
	opacity: 0;
	transform: scale(1.2);
}
.m1a:hover .m1atxt{
	opacity: 1;
	transform: scale(1);
}
.m1atxt h4{
	font-size: 24px;
	font-weight: normal;
	color: #FD7E14;
	margin-bottom: 20px;
}
.m1atxt p{
	line-height: 22px;
}
.m1atxt .distab{
	width: 100%;
	height: 100%;
}
.m1atxt .tab_cell{
	width: 100%;
}
.m1atxt1{
	height: 160px;
	overflow: hidden;
}
.m2{
	background: #f7f7f7;
}
.m2a{
	width: 28.3333333333333%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background: #fff;
	transition: .25s;
	padding: 0 25px 25px 25px;
	margin-bottom: 105px;
}
.m2a span{
	display: inline-block;
	width: 153px;
	height: 153px;
	border-radius: 153px;
	overflow: hidden;
	margin-top: -75px;
	transition: .25s;
}
.m2a span img{
	width: 100%;
	display: block;
	height: 200px;
	object-fit: cover;
}
.m2a h4{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m2a p{
	line-height: 26px;
	color: #666;
	text-align: left;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	height: 258PX;
}
.m2a i{
	display: block;
	width: 55px;
	height: 5px;
	background: #e6e6e6;
	margin: 15px auto;
}
.m2a a{
	display: inline-block;
	width: 138px;
	height: 37px;
	border-radius: 37px;
	background: #ebebeb;
	color: #333;
	text-align: center;
	line-height: 37px;
	font-size: 16px;
	margin-top: 15px;
	transition: .15s;
}
.m2a:hover a{
	background: url(../images/m1bg_03.jpg) repeat;
	background-size: 100% 100%;
	color: #fff;
}
.m2a:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.m2a:hover span{
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.m2w{
	margin-top: 120px;
}
.m3{
	padding: 90px 0;
	color: #fff;

	background-size: cover;
}
.m3 h4{
	font-size: 48px;
	letter-spacing: 2px;
}
.m3 p{
	font-size: 30px;
	margin-top: 20px;
}
.m4l{
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
}
.m4la{
	width: 100%;
	height: 370px;
	background-size: cover !important;
}
.m4latxt{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.6);
	padding: 15px;
}
.m4latxt p{
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
	transition: .25s;
}
.m4latxt span{
	display: inline-block;
	margin-top: 10px;
}
.swiper-pagination-m4{
	text-align: right;
	padding: 0 15px;
	bottom: 15px !important;
}
.swiper-pagination-m4 .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 16px;
	opacity: 1 !important;
	margin: 0 7px !important;
}
.swiper-pagination-m4 .swiper-pagination-bullet-active{
	background: #FD7E14;
}
.m4la:hover p{
	color: #FD7E14;
}
.m4r{
	width: 50%;
	background: #f7f7f7;
	min-height: 370px;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 30px 0 30px;
}
.m4top li{
	display: inline-block;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid #cccccc;
	height: 20px;
	line-height: 20px;
}
.m4top li:last-child{
	border-right: 0;
}
.m4top li span{
	border-bottom: 3px solid rgba(0,0,0,0);
}
.m4top li.active span{
	color: #FD7E14;
	border-bottom: 3px solid #FD7E14;
}
.m4bota p{
	width: 85%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	color: #333;
	float: left;
	transition: .25s;
}
.m4bota:hover p{
	color: #FD7E14;
}
.m4bota span{
	display: inline-block;
	width: 15%;
	height: 34px;
	text-align: right;
	line-height: 34px;
	color: #666;
	float: left;
}
.m5{
	padding: 70px 0;
	background: url(../images/m5bg_02.jpg) no-repeat center;
	background-size: cover;
}
.m5 .wrap{
	padding: 0 100px;
}
.m5b h4{
	font-size: 30px;
	color: #fff;
	text-align: left;
}
.m5b p{
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	text-align: left;
}
.m5ipt{
	width: 48.5%;
}
.m5text{
	width: 48.5%;
}
.m5ipt input{
	width: 100%;
	height: 53px;
	border: 2px solid #fff;
	background: #fff;
	padding-left: 15px;
	font-size: 18px;
	margin-top: 25px;
	color: #333;
	transition: .25s;
}
.m5text textarea{
	width: 100%;
	height: 210px;
	border: 2px solid #fff;
	background: #fff;
	padding: 15px;
	font-size: 18px;
	margin-top: 25px;
	color: #333;
	transition: .25s;
	resize: none;
}
.m5ipt input:focus,.m5text textarea:focus{
	border: 2px solid #FD7E14;
}
.m5ipt input::-webkit-input-placeholder,.m5text textarea::-webkit-input-placeholder{
	color:#ccc;
}
.m5sbm input{
	width: 183px;
	height: 52px;
	background: url(../images/sbmbg_03.jpg) repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.m5sbm input:hover{
	opacity: .9;
}
.foot{
	padding: 25px 0;
	background: #fafafa;
	box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.fttop{
	font-size: 18px;
	color: #666;
}
.fttop a{
	color: #666;
	margin: 0 5px;
}
.foot p{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.foot p a{
	color: #999;
}
.fttop a:hover,.foot p a:hover{
	color: #FD7E14;
}
.listbn{
	width: 100%;
	height: 500px;
	background-size: cover !important; 
}
.listbn .wrap{
	height: 100%;
	position: relative;
}
.lbtxt{
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 45px;
	background: #FD7E14;
	color: #fff;
	padding: 35px;
	width: 410px;
}
.lbtxt p{
	font-size: 25px;
	color: #ffe3cb;
	font-weight: bold;
	letter-spacing: 2px;
}
.lbtxt h4{
	font-size: 36px;
	color: #fff;
	margin-top: 10px;
	letter-spacing: 5px;
}
.j1{
	padding: 20px 0 50px 0;
}
.j1top{
	font-size: 18px;
	color: #ccc;
	font-weight: bold;
}
.j1top1_active{
	position: fixed;
	left: 0;
	top: 100px;
	z-index: 999;
	background: #fff;
	width: 100%;
	margin-left: 0;
	/*box-shadow: 0 0 15px rgba(0,0,0,.15);*/
	padding: 20px 0;
	margin-top: 0;
  	border-bottom:1px solid #eee;
}
.j1_height{
	height: 64px;
	display: none;
}
.j1top1wrap{
	width: 1170px;
	margin: 0 auto;
}
.j1top i{
	margin: 0 10px;
}
.j1top a{
	color: #4c4c4c;
}
.j1top a.active,.j1top a:hover{
	color: #FD7E14;
}
.j1w{
	width: 101.5%;
}
.j1a{
	width: 23.5%;
	margin-right: 1.5%;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}
.j1a p{
    white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 10px;
}
.j1a>div:last-child{
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 7;
  height:134px;
}
.j1a:hover{
	color: #FD7E14;
}
.j1aimg{
	height: 195px;
	overflow: hidden;
	border-radius: 6px;
}
.j1a:hover .hvimg{
	transform: scale(1.15);
}
/*分页样式*/
.pages { padding: 30px 0 30px;text-align: center}
.pages li {display: inline}
.pages li.thisclass a, .pages a:hover {background: #FD7E14;color: #fff;text-decoration: none;border-radius:3px}
.pages a {padding: 5px 10px;
border: 1px solid #ddd;
background: #fff;color: #A4A4A4;
line-height: 18px;border-radius:3px;
}
.page a{
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #828282;
	font-size: 15px;
	margin: 0 5px;
}
.page a:last-child,.page a:first-child{
	width: auto;
	padding: 0 20px;
}
.page a:hover,.page a.active{
	background: #FD7E14;
	border: 1px solid #FD7E14;
	color: #fff;
}
.k1h4{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.k1bl{
	width: 22%;
	height: 165px;
	background-size: cover !important;
	border-radius: 6px;
}
.k1br{
	width: 75%;
}
.k1br a{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 30px;
}
.k1br a:hover{
	color: #FD7E14;
}
.k1brbot{
	margin-bottom: 20px;
}
.k1brbot:last-child{
	margin-bottom: 0;
}
.k1brbot span{
	width: 10%;
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 22px;
	float: left;
}
.k1brbot p{
	width: 90%;
	line-height: 22px;
	float: left;
	color: #333;
}
.c1{
	background: #f7f7f7;
}
.contactmap{
	/* height: 400px; */
}
.c1boxs{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.c1txt{
	padding: 30px 40px;
	background: url(../images/sbmbg_03.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.c1txt h4{
	font-size: 30px;
}
.c1txt p{
	font-size: 18px;
	margin-top: 10px;
}
.c1b{
	width: 31.333333%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	transition: .25s;
	border-radius: 4px;
	min-height: 160px;
	background: #FAFAFA;
}
.c1b:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.c1bh4{
	font-size: 24px;
	color: #FD7E14;
	font-weight: normal;
}
.c1b1 h5{
	font-size: 27px;
	color: #666;
	margin-top: 15px;
}
.c1bp{
	color: #666;
}
.c1b2 a{
	display: inline-block;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	background: #FD7E14;
	color: #fff;
	margin: 15px 0 4px 0;
}
.c1b2 a:hover{
	opacity: .85;
}
.c1b2 a img{
	margin-right: 5px;
}
.c1b3 p{
	line-height: 22px;
	font-size: 16px;
	color: #666;
}
.c1b3ewm{
	position: absolute;
	right: 30px;
	top: 30px;
	max-width: 104px;
}
.newa{
	margin-top: 30px;
}
.newimg{
	background-size: cover !important;
	width: 24%;
	height: 190px;
	border-radius: 8px;
	transition: .25s;
}
.newa:hover .newimg{
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.newtxt{
	width: 73%;
	height: 190px;
}
.newtxt .distab{
	width: 100%;
	height: 100%;
}
.newtxt .tab_cell{
	width: 100%;
}
.newtxt h4{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .25s;
}
.newa:hover h4{
	color: #FD7E14;
}
.newtxt span{
	display: block;
	color: #999;
	margin: 10px 0 15px 0;
}
.newtxt p{
	line-height: 22px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ni{
	padding: 30px 0;
}
.nib{
	box-shadow: 0 0 25px rgba(0,0,0,.15);
	padding: 20px 30px;
}
.nitit{
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.nitit a{
	color: #666;
}
.nitit a:hover{
	color: #FD7E14;
}
.nitop h4{
	font-size: 24px;
	color: #FD7E14;
	font-weight: normal;
}
.nitop p{
	color: #999;
	margin: 15px 0;
}
.nitop span{
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 1px;
	background: #eee;
}
.nitxt{
	margin-top: 25px;
}
.nitxtp p{
	line-height: 32px;
	color: #333;
	text-indent: 2em;
}
.nitxt img{
	max-width: 100%;
}
.nibot{
	height: 38px;
	background: #f7f7f7;
	border: 1px solid #f2f2f2;
	border-radius: 6px;
	overflow: hidden;
}
.niba{
	display: inline-block;
	padding: 0 25px;
	background: #FD7E14;
	color: #fff;
	line-height: 38px;
	height: 38px;
}
.bsBox{
	-webkit-box-sizing: content-box !important;
}
.bshare-custom{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.bshare-custom a{
	transition: 0s;
}
.bFind-wrapper-top{
	height: 22px !important;
}
.nibr{
	line-height: 38px;
}
.nibr span{
	display: inline-block;
	margin-right: 10px;
}
.nibta a{
	display: block;
	width: 50%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #666;
	float: left;
}
.nibta a:last-child{
	text-align: right;
}
.nibta a:hover{
	color: #FD7E14;
}
.a1{
	height: 500px;
	background: #fff;
}
.a2{
	background: #f2f2f2;
}
.a2b{
	height: 600px;
	background-size: cover !important;
	position: relative;
}
.a2btxt{
	position: absolute;
	width: 100%;
	padding: 30px;
	background: rgba(0,0,0,.6);
	color: #fff;
	left: 0;
	bottom: 0;
	padding-right: 200px;
}
.a2btxt h4{
	font-size: 18px;
}
.a2btxt p{
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper-pagination-a2{
	text-align: right;
	padding: 0 15px;
	bottom: 25px !important;
}
.swiper-pagination-a2 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 16px;
	opacity: 1 !important;
	margin: 0 7px !important;
}
.swiper-pagination-a2 .swiper-pagination-bullet-active{
	background: #FD7E14;
}
.mtop1 h4{
	font-size: 24px;
}
.a2box{
	margin-top: -500px;
}
.a2bl{
	width: 45%;
	background: #fff;
	height: 370px;
	line-height: 370px;
	border-radius: 6px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	text-align: center;
}
.a2bl img{
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.a2br{
	width: 51%;
}
.a2br h4{
	font-size: 24px;
	color: #FD7E14;
	letter-spacing: 4px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.a2br p{
	line-height: 25px;
	color: #333;
}

.k1{
	padding-top: 40px;
}
.head_pc .wrap{width:1400px}
@media(max-width:1420px){
.head_pc .wrap{width:1169px}
.nav span{ padding:0 8px;}
.nava{ font-size:16px;}
}



@media only screen and (min-width:768px) and (max-width:1169px) {
	.head_pc .wrap{width:1000px}
	.nav span{ padding:0 4px; }
	.nava{ font-size:12px;}
	
	.fttop{
		font-size: 12px;
	}
	.foot p{
		font-size: 12px;
	}
	.m1a{
		height: 280px;
	}
	.j1a{
		width: 31.833333333%;
	}
	.j1aimg{
		height: 220px;
	}
	.k1bl{
		width: 25%;
	}
	.k1br{
		width: 73%;
	}
	.newimg{
		width: 28%;
		height: 190px;
	}
	.newtxt{
		width: 70%;
		height: 190px;
	}
	.a2b{
		height: 500px;
	}
}
@media only screen and (max-width:950px) {
	.wlogo{
		margin-left: 15px;
	}
	.j1aimg{
		height: 190px;
	}
	.k1bl{
		width: 30%;
	}
	.k1br{
		width: 68%;
	}
	.k1brbot span{
		width: 15%;
	}
	.k1brbot p{
		width: 85%;
	}
	.newimg{
		width: 35%;
		height: 190px;
	}
	.newtxt{
		width: 63%;
		height: 190px;
	}
}
@media only screen and (max-width:768px) {
	.mtop h4{
		font-size: 24px;
	}
	.mtop p{
		font-size: 14px;
	}
	.md{
		padding: 30px 0;
	}
	.m1top ul, .m1top li{
		font-size: 14px;
	}
	.m1top li i{
		margin: 0 2px;
	}
	.m1w{
		width: 100%;
	}
	.m1a{
		width: 100%;
		margin-right: 0;
		height: 230px;
	}
	.m1ab{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.m2w{
		margin-top: 100px;
	}
	.m2a{
		width: 100%;
		margin: 0;
		margin-bottom: 80px;
	}
	.m2a:last-child{
		margin-bottom: 0;
	}
	.m2a span{
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.m3 h4{
		font-size: 24px;
	}
	.m3 p{
		font-size: 16px;
	}
	.m4l{
		width: 100%;
	}
	.m4la{
		height: 240px;
	}
	.m4latxt p{
		-webkit-line-clamp: 1;
	}
	.swiper-pagination-m4 .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.m4r{
		width: 100%;
		margin-top: 10px;
		padding: 15px;
		min-height: auto;
	}
	.m4top li{
		margin-right: 10px;
		padding-right: 10px;
	}
	.m4bot{
		margin-top: 20px;
	}
	.m5 .wrap{
		padding: 0 15px;
	}
	.m5b h4{
		font-size: 24px;
	}
	.m5b p{
		font-size: 16px;
	}
	.m5ipt{
		width: 100%;
	}
	.m5text{
		width: 100%;
	}
	.m5ipt input{
		height: 45px;
		margin-top: 15px;
		font-size: 15px;
	}
	.m5text textarea{
		margin-top: 15px;
		font-size: 15px;
		height: 150px;
	}
	.m5sbm{
		margin-top: 20px;
	}
	.fttop{
		font-size: 14px;
		line-height: 28px;
	}
	.fttop a{
		display: inline-block;
	}
	.listbn{
		height: 180px;
	}
	.lbtxt{
		padding: 15px;
		right: 20px;
		bottom: 20px;
		width: auto;
	}
	.lbtxt h4{
		font-size: 18px;
		margin-top: 5px;
		letter-spacing: 0;
	}
	.lbtxt p{
		font-size: 14px;
		letter-spacing: 0;
		font-weight: normal;
	}
	.j1w{
		width: 100%;
		margin-top: 25px;
	}
	.j1a{
		margin-right: 0;
		width: 48%;
		margin-bottom: 20px;
	}
	.j1a:nth-child(odd){
		float: left;
	}
	.j1a:nth-child(even){
		float: right;
	}
	.j1aimg{
		height: 120px;
	}
	.page a{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
		margin: 10px 2px;
	}
	.page {
		margin-top: 10px;
	}
	.j1top{
		line-height: 30px;
		font-size: 15px;
		margin-top: 0;
	}
	.k1{
		padding-top: 20px;
	}
	.k1bl{
		width: 100%;
		height: 220px;
	}
	.k1br{
		width: 100%;
		margin-top: 15px;
	}
	.k1br a{
		margin-bottom: 15px;
	}
	.k1brbot span{
		width: 20%;
	}
	.k1brbot p{
		width: 80%;
	}
	.k1brbot{
		margin-bottom: 15px;
	}
	.k1brbot:last-child{
		margin-bottom: 0;
	}
	.contactmap{
		height: 200px;
	}
	.c1txt{
		padding: 20px;
	}
	.c1txt h4{
		font-size: 20px;
	}
	.c1txt p{
		font-size: 14px;
	}
	.c1b{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 15px;
	}
	.c1w{
		margin-top: 0;
	}
	.newimg{
		width: 35%;
		height: 90px;
		border-radius: 4px;
	}
	.newtxt{
		width: 60%;
		height: 90px;
	}
	.newtxt h4{
		-webkit-line-clamp: 1;
		font-size: 18px;
		line-height: 25px;
		height: 25px;
	}
	.newtxt span{
		margin: 5px 0;
	}
	.newtxt p{
		-webkit-line-clamp: 1;
		font-size: 13px;
	}
	.nibbox{
		margin-top: 20px;
	}
	.nitop h4{
		font-size: 20px;
	}
	.nib{
		padding: 15px;
	}
	.nibta a{
		width: 100%;
		text-align: left !important;
	}
	.a2 .mt_50{
		margin-top: 30px;
	}
	.a2b{
		height: 220px;
	}
	.swiper-pagination-a2 .swiper-pagination-bullet{
		margin: 0 3px !important;
		width: 6px;
		height: 6px;
	}
	.a2btxt{
		padding: 15px;
		padding-right: 50px;
		margin-bottom: -110px;
		height: 110px;
	}
	.swiper-container-a2 .swiper-slide{
		padding-bottom: 110px;
	}
	.a2btxt h4{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	}
	.a2bl{
		width: 100%;
		height: 200px;
		line-height: 180px;
	}
	.a2br{
		width: 100%;
		margin-top: 15px;
	}
	.a2box{
		margin-top: -200px;
	}
	.a1{
		height: 200px;
	}
	.a2bl img{
		max-width: 100%;
	}
	.j1top1_active{
		top: 70px;
		padding: 10px 0;
	}
	.j1top1wrap{
		width: 100%;
	}
	.j1top1_active .j1top1wrap{
		width: 100%;
		padding: 0 15px;
	}
	.j1top1_active a{
		font-size: 13px;
	}
	.j1top i{
		margin: 0 5px;
	}
}