@charset "utf-8";
::-webkit-scrollbar {

width: 0;

}
.xzcs a:hover {
      color: #28b8b9;
}
img{
    max-width: 100%;
}
.amt1{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.amt2{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.amt3{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt4{
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
}
.amt5{
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.icolor,.hvicolor:hover{
	color: #28b8b9;
}
.bgcolor,.hvbgcolor:hover{
	background: #28b8b9;
	color: #fff;
}
.head{
	height: 90px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 49px;
}
.logo img{
	height: 30px;
}
.logo img.img1{
	display: block;
}
.logo img.img2{
	display: none;
}
.pnavicon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	position: relative;
	cursor: pointer;
}
.pnavicon em{
	width: 26px;
	height: 2px;
	display: block;
	margin: 0 auto;
	transition: .25s;
	background: #fff;
}
.pnavicon::after,.pnavicon::before{
	content: "";
	width: 26px;
	height: 2px;
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	transition: .25s;
}
.pnavicon::after{
	top: 20px;
}
.pnavicon::before{
	bottom: 20px;
}
.pnavicon.active em{
	display: none;
}
.pnavicon.active::after{
	transform: rotate(46deg);
	top: 30px;
}
.pnavicon.active::before{
	transform: rotate(-46deg);
	bottom: 29px;
}
.head_active .pnavicon em{
	background: #000;
}
.head_active .pnavicon::after,
.head_active .pnavicon::before{
	background: #000;
}
.head_active .logo img.img1{
	display: none;
}
.head_active .logo img.img2{
	display: block;
}
.headhide{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	padding-top: 90px;
	color: #fff;
	background: rgba(49,49,49,.6);
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	top: -50px;
}
.headhide.active{
	opacity: 1;
	visibility: inherit;
	top: 0;
}
.hhbox{
	padding: 50px 0;
}
.nav li{
	position: relative;
	flex: 0;
	flex-grow: 1;
	text-align: center;
}
.nava{
	display: block;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.nav li.active .nava,.nav li:hover .nava{
	color: #28b8b9;
}
.navhide{
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform:translateX(10px);
}
.navhide a{
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
.navhide a:hover{
	color: #28b8b9;
	letter-spacing: 2px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	transform:translateX(0);
}
.bnbg{
	background: rgba(0,4,48,.3);
}
.ititle_60{
	font-size: 60px;
}
.ititle_48{
	font-size: 48px;
}
.md{
	padding: 90px 0;
}
.bnb{
	position: absolute;
	left: 0;
	bottom: 25%;
	width: 100%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bnb i{
	width: 50px;
	height: 50px;
	background: url(../images/bnico_03.png) no-repeat center;
	cursor: pointer;
}
.bnb i.bnbl{
	transform:rotate(180deg);
}
.bnico{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 3%;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.bnico i{
	display: block;
	width: 22px;
	height: 7px;
	background: url(../images/bnb_03.png) no-repeat center;
	background-size: 100% 100% !important;
	margin: 1px 0;
	transition: .25s;
	opacity: 0;
}
.bnico i:nth-child(1){
	animation: fadeIn1 1.2s ease-in-out alternate infinite;
    animation-delay: 0s;
}
.bnico i:nth-child(2){
	animation: fadeIn1 1.2s ease-in-out alternate infinite;
    animation-delay: 0.3s;
}
.bnico i:nth-child(3){
	animation: fadeIn1 1.2s ease-in-out alternate infinite;
    animation-delay: 0.6s;
}
@keyframes fadeIn1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.i2r{
	width: 40%;
	height: 100%;
}
.i2r1{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.i2r1::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/i1vd_03.png) no-repeat center;
}
.i2r2{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.i2r2 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i2r.active .i2r2{
	z-index: 10;
}
.i2l{
	padding: 0 5%;
}
#fp-nav.right{
	display: none;
}
.ibox{
	width: 100%;
	height: 100%;
	padding-top: 90px;
	display: flex;
	align-items: center;
}
.i2ltra{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.i2ltra i{
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 0 20px;
}
.i2ltra span{
	color: #666;
}
.i2ltr{
	border-left: 1px solid #ddd;
	padding-left: 30px;
	margin-left: 30px;
}
.i3a{
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s;
	position: relative;
}
.i3a:hover{
	width: 70%;
}
.i3a::after{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	transition: 1s;
}
.i3a:hover::after{
	opacity: 0;
}
.i3atxt h1{
	display: inline-block;
	padding: 25px 80px;
	background: rgba(255,255,255,.6);
	border-radius: 60px;
}
.i3atxt span,.morea{
	padding: 13px 30px;
	border-radius: 60px;
	background: #28b8b9;
	color: #fff;
	transition: .25s;
	display: inline-block;
}
.i3atxt span img,.morea img{
	transition: .25s;
	height: 12px;
	filter: grayscale(100%) brightness(500%);
}
.i3a:hover .i3atxt span,.morea:hover{
	background: #fff;
	color: #28b8b9;
}
.i3a:hover .i3atxt span img,.morea:hover img{
	filter:inherit;
}
.i4tr i{
	width: 60px;
	height: 60px;
	background: #28b8b9;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 20px;
	transition: .25s;
}
.i4tr i:hover{
	opacity: .85;
}
.i4tr i img{
	display: block;
}
.morea_i4{
	color: #28b8b9;
	background: #fff;
	box-shadow: 0 2px 6px rgba(55,152,220,.3);
}
.morea_i4 img{
	filter:inherit;
}
.morea_i4:hover{
	background: #28b8b9;
	color: #fff;
}
.morea_i4:hover img{
	filter: grayscale(100%) brightness(500%);
}
.i4a{
	display: block;
	position: relative;
	margin: 20px;
}
.i4aimg{
	position: relative;
}
.i4aimg_img{
	position: relative;
	z-index: 2;
}
.i4aimg::after{
	width: 100%;
	height: 100%;
	content: "";
	background: #28b8b9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: .5s;
	opacity: 1;
}
.i4a:hover .i4aimg::after{
	left: -20px;
	top: -20px;
	opacity: 1;
}
.i4aimg::before{
	width: 60px;
	height: 60px;
	content: "";
	background: #28b8b9;
	position: absolute;
	right: -20px;
	bottom: -20px;
	transition: .5s;
	opacity: 0;
	z-index: 3;
}
.i4a:hover .i4aimg::before{
	right: 0;
	bottom: 0;
	opacity: 1;
}
.i4a a:hover {
	color: #28b8b9;
}
.foot{
	background: url(../images/ftbg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #28b8b9;
}
.ftm a{
	padding: 15px 0;
	display: block;
}
.ftr{
	width: 250px;
}
.fb{
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,.1);
}

.listbn{
	position: relative;
}
.lbntxt{
	color: #fff;
	letter-spacing: 2px;
}
.lbntxt h1{
	text-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.pdl{
	position: sticky;
	z-index: 1;
	top: 60px;
	width: 230px;
}
.pdlaico{
	width: 80px;
	height: 80px;
	background: #28b8b9;
	position: relative;
	cursor: pointer;
}
.pdlaico::after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/add_03.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.pdla.active .pdlaico::after{
	transform:rotate(45deg);
}
.pdlar{
	/*width: 260px;*/
	position: absolute;
	left: 80px;
	top: 0;
	/*padding: 40px;*/
	color: #fff;
	background: #28b8b9;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	margin-left: 10px;
}
.pdla.active .pdlar{
	opacity: 1;
	visibility: inherit;
	margin-left: 0;
}
.pdlart{
	opacity: .1;
}
.pdlarb a{
	display: block;
	line-height: 55px;
	border-bottom: 1px solid #fff;
	color: #fff;
	opacity: .6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.gl {
    padding: 40px 0;
}
.gl h3 {
    padding: 0 40px;
}
.gl .pdlarb li {
    padding: 0 40px;
    min-width: 260px;
}
.gr {
    padding: 40px 0;
    position: absolute;
    left: 100%;
    top: 0;
    color: #858585;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    margin-left: 10px;
}
.gr .pdlarb li {
    padding: 0 40px;
    min-width: 260px;
}
.gr .pdlarb a {
	color: #858585;
	border-color: #d9d9d9;
}
.gr.active {
	opacity: 1;
	visibility: inherit;
	margin-left: 0;
}
.pdlarb li.active a,
.pdlarb li:hover a{
	opacity: 1;
}
.pdra{
	display: flex;
	align-items: center;
}
.pdra:first-child{
	margin-top: 0;
}
.gr .pdlarb li a:hover {
	color: #28b8b9;
	border-color: #28b8b9;
}
.gr .pdlarb li.active a {
	color: #28b8b9;
	border-color: #28b8b9;
}
.pdr {
    min-height: 400px;
}
.pdraimg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
	width: 50%;
}
.pdraimg img{
	max-width: 75%;
	max-height: 75%;
	display: block;
}
.pdrar{
	width: 55%;
	margin-left: -5%;
}
.pdrarr{
	font-size: 10vw;
	line-height: 1;
	color: #eeeeee;
}
.pi1l,.pi1r{
	padding: 150px 7.5%;
	background-size: cover !important;
	color: #fff;
	position: relative;
}
.pi1t{
	height: 100%;
	display: flex;
	align-items: center;
	width: 110px;
	position: absolute;
	left: 0;
	z-index: 9;
}
.pi1t .swiper-container::after{
	width: 1px;
	height: 100%;
	content: "";
	background: rgba(255,255,255,.2);
	position: absolute;
	left: 50%;
	top: 0;
}
.pi1t .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi1ta{
	width: 60px;
	height: 60px;
	border: 4px solid #28B8B9;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .6;
	transition: .25s;
}
.pi1ta img{
	max-width: 70%;
	max-height: 70%;
}
.gallery-thumbs{
	height: 350px;
	margin: 25px 0;
}
.pibtnl,.pibtnr{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #E6E6E6;
	border-radius: 100%;
	margin: 0 auto;
	font-size: 20px;
	cursor: pointer;
}
.pibtnl:hover,.pibtnr:hover{
	border: 1px solid #F0831E;
	color: #F0831E;
}
.swiper-slide-thumb-active .pi1ta{
	opacity: 1;
}
.pi1b{
	padding-left: 100px;
}
.pi1ba{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CDCDCD;
}
.pi1ta img,.pi1ba img{
	max-width: 85%;
	max-height: 85%;
}
.pi1ba{
	height: 500px;
	border: 0;
}
.pi1rline{
	border-bottom: 1px solid #434343;
}
.pi1rba{
	display: flex;
	padding: 8px 0;
}
.pi2r{
	width: 23.12%;
	margin-left: 25%;
	position: sticky;
	top: 90px;
}
.pi2a{
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0;
}
.pi2rb a{
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 45%;
	text-align: center;
	background: #28B8B9 !important;
	color: #fff !important;
}
.pi2rb a:first-child img{
	transform:rotate(180deg);
}
.pi2rb a img{
	filter: grayscale(100%) brightness(500%) !important;
}
.pi2rb a:hover{
	opacity: .85;
}

.ab1{
	background: url(../images/ab1bg_02.jpg) no-repeat left top;
	background-size: 95%;
}
.ab1txt .i2ltr{
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
.ab1img{
	position: relative;
}
.ab1img::after{
	width: 110px;
	height: 180px;
	content: "";
	background: #28B8B9;
	position: absolute;
}
.ab1img1::after{
	left: -40px;
	bottom: 30px;
}
.ab1txt .txt p{
	padding: 5px 0;
	text-indent: 2em;
}
.ab1img2 img{
	position: relative;
	z-index: 2;
}
.ab1img2::after{
	right: -40px;
	top: 30px;
}
.ab2{
	background: url(../images/ab2bg_02.jpg) no-repeat top center #313131;
	color: #fff;
}
.ab2at h1{
	line-height: 1;
	border-right: 1px solid #fff;
	padding-right: 15px;
	margin-right: 15px;
	color: #b3b3b3;
}
.ab2ab{
	background: #fff;
	overflow: hidden;
}
.ab3t{
	position: relative;
}
.ab3t ul::after{
	width: 100%;
	height: 1px;
	content: "";
	background: #E6E6E6;
	position: absolute;
	left: 0;
	top: 50%;
}
.ab3t li{
	flex: 0;
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.ab3t i{
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: .25s;
	margin: 0 auto;
	background: #e3e3e3;
	cursor: pointer;
}
.ab3t i img{
	max-width: 50%;
	display: block;
	transition: .25s;
}
.ab3t li.active i{
	background: #28B8B9;
}
.ab3t li.active i img{
	filter: grayscale(100%) brightness(500%);
}

.csa{
	padding-bottom: 0;
	padding-top: 0;
}
.csa_a{
	display: block;
	color: #666;
	line-height: 58px;
	height: 58px;
	overflow: hidden;
	padding: 0 15px;
	border-bottom: 1px solid #E6E6E6;
}
.csa_a:hover{
	color: #28B8B9;
}
.swiper-pagination-cs{
	position: static;
	height: 4px;
	background: #e5e5e5;
}
.swiper-pagination-cs .swiper-pagination-progressbar-fill{
	background: #28B8B9;
	transition: .25s;
}
.csbbr i{
	margin-left: 20px !important;
	margin-right: 0 !important;
}

.co1w{
	width: 102%;
}
.co1a{
	display: flex;
	align-items: center;
	width: 31.33%;
	margin-right: 2%;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 15px;
	color: #666;
}
.co1a.active{
	display: block;
	width: 100%;
	margin-right: 0;
	border-bottom: 0;
}
.co1al{
	margin-right: 10px;
	position: relative;
}
.co1al.active::after{
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 100%;
	background: #28B8B9;
	position: absolute;
	left: -5px;
	top: 0;
}
.co1ar{
	position: relative;
}
.co1ar input{
	width: 100%;
	height: 55px;
}
.co1ar textarea{
	height: 250px;
	padding: 15px;
	border: 1px solid #E6E6E6;
	resize: none;
	width: 100%;
}
.co1arcode{
	cursor: pointer;
	width: 100px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.co1b button{
	background: #28B8B9 !important;
	width: 160px !important;
	color: #fff !important;
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
	cursor: pointer;
	margin: 0 2%;
}
.co1b button img{
	filter: grayscale(100%) brightness(500%) !important;
}
.co1b button:hover{
	opacity: .85;
}
.co2{
	background: url(../images/co2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.co3a{
	background: #28b8b9;
	color: #fff;
	position: relative;
	padding: 50px;
	width: 48.5%;
	transition: .5s;
}
.co3a:hover{
	background: #fff;
	box-shadow: 0 3px 15px rgba(55,152,220,.3);
	color: #28B8B9;
}
.co3aline{
	width: 70px;
	border-bottom: 1px solid #fff;
	margin: 20px 0;
	transition: .5s;
}
.co3a:hover .co3aline{
	border-bottom: 1px solid #28B8B9;
	opacity: .2;
}
.co3ar{
	opacity: 1;
	line-height: 1;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .2;
}

.listnav{
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	z-index: 8;
}
.listnav a{
	color: #fff;
	line-height: 100px;
	flex: 0;
	flex-grow: 1;
	text-align: center;
}
.listnav a.active,.listnav a:hover{
	color: #28B8B9;
}
.new .i4a{
	width: 30.33%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 50px;
}
.page a{
	display: inline-block;
	padding: 8px;
	color: #999;
	margin: 5px 10px;
}
.page a:hover,.page a.active,.page .page-num-current{
	color: #28B8B9;
}

.nitxt p{
	text-indent: 2em;
	padding: 3px 0;
}
.nitxt *{
	max-width: 100%;
}
.nib a{
	width: 160px;
	margin: 0 15px;
}

/*20240619*/
.pl{
	width: 160px;
	margin-right: 3%;
}
.plul{
	border-top: 1px solid #E6E6E6;
}
.plul li{
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.pla{
	display: flex;
	align-items: center;
	line-height: 40px;
}
.pla i{
	transition: .25s;
}
.plul li.active .pla i{
	transform:rotate(180deg);
}
.plalist{
	margin-top: 5px;
}
.plalist a{
	line-height: 35px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #999;
}
.plalist a:hover{
	color: #28b8b9;
}
.plalist a.active{
	color: #28b8b9;
}
.pra{
	width: 25%;
}
.pra_a{
	display: block;
	text-align: center;
}
.praimg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eeeeee;
	overflow: hidden;
	height: 150px;
}
.praimg img{
	max-width: 85%;
	max-height: 85%;
	display: block;
}
.page1{
	align-items: center;
}
.page1 span{
	line-height: 26px;
	margin: 5px;
}
.page1 a{
	display: inline-block;
	line-height: 26px;
	border: 1px solid #E6E6E6;
	background: #fff;
	padding: 0 10px;
	color: #666;
	margin: 5px;
}
.page1 a:hover,.page1 a.active,.page1 .page-num-current {
	background: #28b8b9;
	border: 1px solid #28b8b9;
	color: #fff;
}


@media only screen and (max-width:1599px) {
	.ititle_60{
		font-size: 50px;
	}
	.ititle_48{
		font-size: 40px;
	}
	.md{
		padding: 80px 0;
	}
	.i3atxt h1{
		padding: 20px 60px;
	}
	.i4tr i{
		width: 50px;
		height: 50px;
	}
	.i3atxt span, .morea{
		padding: 10px 25px;
		font-size: 15px;
	}
	.i3atxt span img, .morea img{
		height: 10px;
	}
	.pdlaico{
		width: 60px;
		height: 60px;
	}
	.pdlar{
		left: 60px;
	}
	.pi1l, .pi1r{
		padding: 120px 5%;
	}
	
	.ab3t i{
		width: 120px;
		height: 120px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.ititle_60{
		font-size: 40px;
	}
	.ititle_48{
		font-size: 32px;
	}
	.md{
		padding: 60px 0;
	}
	
	.ab3t i{
		width: 100px;
		height: 100px;
	}
	
	.pra{
		width: 33.33%;
	}
}
.gtop {
      display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 15px;
  top: 37%;
  z-index: 999;
}
.gtop img {
    display: block;
    margin: auto;
    cursor: pointer;
}
@media only screen and (max-width:950px) {
    .gtop {
      width: 40px;
      height: 40px;
    }
	.ititle_60{
		font-size: 36px;
	}
	.ititle_48{
		font-size: 30px;
	}
	.md{
		padding: 50px 0;
	}
	
	.ab3t i{
		width:80px;
		height: 80px;
	}
	
	.pra{
		width: 50%;
	}
}
@media only screen and (max-width:768px) {
    .i4a {
        margin: 5px;
        width: calc(33.33% - 10px);
    }
    .i4a .text20 {
        font-size: 14px;
        white-space:nowrap;
          overflow:hidden;
          text-overflow:ellipsis;
    }
.praimg{
	height: 100px;
}
	.ititle_60{
		font-size: 26px;
	}
	.ititle_48{
		font-size: 22px;
	}
	.md{
		padding: 25px 0;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
	.bnico{
		bottom: 2%;
		transform: scale(.7);
	}
	.bnb i{
		background-size: 15px;
	}
	.ibox{
		padding-top: 60px !important;
	}
	.i2{
		flex-direction: column;
	}
	.i2ltr{
		margin-left: 15px;
		padding-left: 15px;
	}
	.i2l{
		height: auto;
	}
	.i2r{
		flex: 0;
		flex-grow: 1;
	}
	.i2r1::after{
		background-size: 40px;
	}
	.i3atxt h1{
		padding: 8px 20px;
		font-size: 16px;
	}
	.i4tr i{
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.i4tr i img{
		height: 8px;
	}
	.i3atxt span, .morea{
		padding: 4px 20px;
		font-size: 12px;
	}
	.i3atxt span img, .morea img{
		height: 7px;
	}
	.i3a::after{
		display: none;
	}
	.foot{
		text-align: center;
	}
	.flogo img{
		height: 30px;
	}
	.ftm{
		display: none;
	}
	.fb{
		padding: 12px 0;
		font-size: 13px;
	}
	.ftr{
		width: 100%;
		margin-top: 15px;
	}
	
	.listbn{
		min-height: 200px;
	}
	.lbntxt{
		padding-top: 40px;
	}
	.lbntxt h1{
		line-height: 1;
		font-size: 20px;
		margin-top: 10px !important;
	}
	.pdl{
		position: static;
	}
	.pdlaico{
		width: 40px;
		height: 40px;
	}
	.pdlaico::after{
		background-size: 12px;
	}
	.pdlar{
		left: 40px;
		padding: 20px;
	}
	.pdr {
  min-height: 220px;
}
	.gl .pdlarb li {
  padding: 0 20px;
  min-width: 200px;
}
.gr {
    display: none !important;
}
	
	.pi1l, .pi1r{
		padding: 60px 25px;
	}
	.pi1l{
		padding-bottom: 25px;
	}
	.pi1r{
		padding: 25px;
	}
	.pi1ta{
		width: 40px;
		height: 40px;
	}
	.pi1ba{
		height: 300px;
	}
	.gallery-thumbs{
		height: 200px;
	}
	.pi2ra img{
		height: 40px;
	}
	.pi2rat{
		padding: 0 25px;
	}
	
	.ab1{
		overflow: hidden;
	}
	.ab3t i{
		width: 40px;
		height: 40px;
	}
	.ab1txt .i2ltr{
		font-size: 14px;
	}
	.ab1img::after{
		transform: scale(.7);
	}
	
	.csa{
		width: 100%;
	}
	.csa_a{
		line-height: 45px;
		height: 45px;
		padding: 0;
	}
	
	.co1a{
		width: 100%;
	}
	.co1ar input{
		height: 45px;
	}
	.co1ar textarea{
		height: 120px;
	}
	.co1b button{
		width: 120px !important;
	}
	.co3a{
		margin-top: 15px !important;
		padding: 25px;
	}
	
	.new .i4a{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.page a{
		margin: 5px;
		font-size: 13px;
	}
	.listnav a{
		line-height: 40px;
		font-size: 13px;
	}
	
	.nitop{
		padding-bottom: 10px;
	}
	.nitop .txt{
		font-size: 13px;
	}
	.i2ltra i{
		margin: 0 12px;
	}
	
	.page1 a,.page1 span{
		font-size: 12px;
		margin: 3px;
		line-height: 24px;
	}
	.page1 a{
		padding: 0 8px;
	}
	
	.plalist {
		display: flex;
		flex-wrap: wrap;
	}
	.plalist a{
		width: 50%;
	}
	.pla{
		line-height: 30px;
	}
	.pr{
		margin-top: 25px;
	}
}