@charset "utf-8";
.amt1{
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.amt2{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt3{
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.amt4{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.amt5{
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.amt6{
	animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}
.amt7{
	animation-delay:2.1s;
	-webkit-animation-delay:2.1s;
}
.amt8{
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
}
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.ht{
	background: #0997BB;
	color: #fff;
	line-height: 40px;
}
.scbox input{
	background: #fff;
    border: 0;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 12px;
}
.scbox button{
	color: #fff;
	margin-left: 10px;
	background: none;
	font-size: 16px;
	cursor: pointer;
}
.hdrewm i{
	font-size: 16px;
}
.hdrewmhide{
	width: 150px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transform: scale(0);
	transition: .5s;
}
.hdrewm:hover .hdrewmhide{
	transform: scale(1);
}
.head{
	background: #fff;
	height: 100px;
}
.logo{
	height: 55px;
	display: inline-block;
}
.textcolor{
	color: #0997BB;
}
.bgcolor{
	background: #0997BB;
	color: #fff;
}
.nav span{
	position: relative;
	margin-left: 40px;
	height: 100px;
	display: flex;
	align-items: center;
}
.nava{
	font-size: 18px;
	line-height: 50px;
	position: relative;
	display: inline-block;
}
.nava::after{
	width: 0px;
	height: 2px;
	background: #0997BB;
	content: "";
	transition: .4s;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: 0;
}
.nav span:hover .nava,
.nav span.active .nava{
	color: #0997BB;
}
.nav span:hover .nava::after,
.nav span.active .nava::after{
	opacity: 1;
	width: 100%;
	left: 0;
}
.navhide{
	z-index: 9;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 150px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	padding: 7px;
	line-height: 25px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.navhide a:hover{
	color: #0997BB;
	background: #f5f5f5;
}
.md{
	padding: 80px 0;
}
.i1l{
	width: 260px;
	margin-right: 40px;
}
.i1ltop{
	background: url(../images/titlebg.png) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 30px 15px;
}
.i1lb{
	background: url(../images/titleline.png) no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 10px;
}
.i1lb li,.i1lb .i1lba{
	padding: 15px;
	line-height: 26px;
	font-size: 16px;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}
.i1lb li:hover,.i1lb .i1lba:hover{
	color: #0997BB;
}
.i1lb li:last-child,.i1lb .i1lba:last-child{
	border-bottom: 0;
}
.i1lb li.active,.i1lb .i1lba.active,.i1lb .i1lba:hover{
	color: #0997BB;
}
.i1lb .i1lba i{
	transition: .25s;
}
.i1lb .i1lba.active i{
	transform:rotate(90deg);
}
.prda{
	width: 33.33%;
	border: 1px solid #E6E6E6;
	margin-left: -1px;
	margin-top: -1px;
	padding: 20px;
	text-align: center;
	background: #fff;
	transition: .5s;
}
.prda:hover{
	position: relative;
	z-index: 1;
	color: #0997BB;
	border: 1px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.i2{
	background: url(../images/i2bg.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
}
.i2w{
	margin-top: 130px;
}
.itop h1{
	font-size: 42px;
}
.i2a i{
	display: block;
	width: 28px;
	height: 1px;
	background: #fff;
	margin: 20px auto;
}
.i2a img{
	transition: .5s;
}
.i2a:hover img{
	animation:swing 1s infinite linear;
}
.i3{
	background: url(../images/i3bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0;
}
.i3a{
	width: 31%;
}
.i3a h3{
	color: #0997BB;
}
.i3atxt{
	width: 90%;
	padding: 30px;
	padding-bottom: 40px;
	background: url(../images/titleline.png) no-repeat center bottom #fff;
	background-size: 100%;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
	z-index: 9;
}
.i3atxt p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 25px;
	height: 75px;
}
.i3a:nth-child(1) h3{
	color: #23B674;
}
.i3a:nth-child(2) h3{
	color: #F79321;
}
.i3a:nth-child(3) h3{
	color: #8FC54A;
}

.fb{
	padding: 15px 0;
	line-height: 30px;
	background: #0997BB;
	color: #fff;
}
.fb a{
	color: #fff;
}
.ft{
	background: #333;
	padding: 50px 0;
	color: #fff;
}
.ft a{
	color: #fff;
}
.ftl{
	width: 30%;
}
.fttitle{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 2px solid #fff;
}
.ftltxt p{
	text-indent: 2em;
}
.ftlba {
	padding: 10px 0;
}
.ftlba a{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	display: inline-block;
}
.ftlba:hover a{
	background: #0997BB;
	color: #fff;
}
.ftlewm{
	width: 120px;
	position: absolute;
	bottom: 110%;
	left: 50%;
	margin-left: -60px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.ftlba:hover .ftlewm{
	opacity: 1;
	visibility: inherit;
	bottom: 100%;
}
.ftlewm::after{
	width: 8px;
	height: 8px;
	background: #fff;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -4px;
	transform:rotate(45deg);
}
.ftm{
	width: 27.5%;
}
.ftmw a{
	line-height: 26px;
	margin-bottom: 10px;
	width: 33.33%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ftmw a:hover{
	text-decoration: underline;
	color: #0997BB;
}
.ftr{
	width: 27.5%;
}
.ftrw p i{
	width: 20px;
	text-align: center;
	margin-right: 5px;
}
.ftrw p i.fa-mobile-phone{
	font-size: 18px;
}
.ftrw img{
	width: 80%;
}
.right{
	z-index: 88;
	position: fixed;
	right: 0;
	bottom: 22%;
}
.rta{
	position: relative;
	margin-bottom: 7px;
}
.rta a{
	display: block;
	width: 70px;
	text-align: center;
	padding: 10px 0;
	background: #0997BB;
	color: #fff;
}
.rta a img{
	display: block;
	margin: 0 auto;
	filter: grayscale(100%) brightness(500%);
}
.rta a p{
	font-size: 12px;
	margin-top: 5px;
}
.rthide{
	position: absolute;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	padding-right: 10px;
}
.rthide_ewm{
	width: 140px;
	height: 140px;
	top: 50%;
	margin-top: -70px;
}
.rthide_phone{
	width: 200px;
	height: auto;
	padding: 10px;
}
.rthidew{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 10px;
	position: relative;
}
.rthidew::after{
	width: 10px;
	height: 10px;
	border-radius: 4px;
	transform:rotate(45deg);
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -5px;
	content: "";
	background: #fff;
	box-shadow: 10px 0 10px rgba(0,0,0,.15);
}
.rta:hover .rthide{
	opacity: 1;
	visibility: inherit;
}
.rthide_phone h3{
	font-size: 17px;
}
.rthide_phone p{
	font-size: 12px;
}
#gotop{
	display: none;
}

.listbn{
	height: 400px;
}
.lbnbg{
	background: rgba(0,0,0,.2);
}
.lbntxt h3{
	font-size: 42px;
	font-weight: normal;
}
.listnav{
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
	color: #666;
}
.listnav a{
	color: #666;
}
.listnav a:hover{
	color: #0997BB;
}
.ab1{
	background: url(../images/ab1bg.jpg) no-repeat center;
	background-size: cover;
}
.ab1ltxt p{
	text-indent: 2em;
	margin-top: 20px;
}
.ab1r{
	width: 35%;
	margin-left: 20px;
}
.ab2{
	background: url(../images/ab2bg.jpg) no-repeat bottom center #f7f7f7;
	background-size: 100%;
}
.ab2w{
	width: 102%;
}
.ab2a{
	width: 31.33%;
	margin-right: 2%;
	margin-top: 30px;
}

.listmd{
	padding-top: 50px;
}
.co1b{
	height: 400px;
}

.i1lbahide{
	margin-top: 10px;
	display: none;
}
.i1lbahide a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
	color: #666;
}
.i1lbahide a:hover,.i1lbahide a.active{
	color: #0997BB;
}
.i1lbahide a i{
	transform:rotate(0deg) !important;
}
.i1lba.active .i1lbahide{
	display: block;
}
.i1lba.active a.disflex{
	color: #0997BB;
}
/*分页*/
.pager {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
}
.pager a {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    color: #444;
    margin: 0 2px;
    border-radius: 3px;
    font-size: 12px;
}
.pager a:hover{
	background: #ddd;
}
.pager a.pageCurrent {
    background: #0997BB;
    border-color: #0997BB;
    color: #fff;
}
.pageTo {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 55px;
    border: 1px solid #ddd;
    padding-left: 5px;
    margin: 0 2px;
}

.pi1l{
	width: 400px;
	margin-right: 7%;
}
.pi1la{
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E6E6E6;
}
.pi1la img{
	max-width: 80%;
	margin: 0 auto;
	min-width: 80%;
}
.pi1lb{
	padding: 0 40px;
}
.pi1lba{
	border: 1px solid #e6e6e6;
	transition: .25s;
	overflow: hidden;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pi1lba img{
	max-width: 90%;
}
.pi1lb .swiper-slide-thumb-active .pi1lba{
	border: 1px solid #0997BB;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	background: none;
	height: 100%;
	background: #6e6e6e;
	font-size: 20px;
	margin-top: -15px;
	text-align: center;
	color: #999;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	margin-top: 0;
	transition: .25s;
}
.swiper-button-next-pi1{
	right: 0;
}
.swiper-button-prev-pi1{
	left: 0;
}
.pi1rt{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 30px;
}
.pi1rba a{
	width: 200px;
    height: 50px;
    background: #0997BB;
    line-height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
}
.pi1rba a:hover{
	opacity: .85;
}
.pi2t{
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
}
.pi2t span{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	border: 1px solid #E6E6E6;
	border-bottom: 1px solid #fff;
	width: 120px;
	text-align: center;
	font-size: 20px;
	border-top: 2px solid #0997BB;
}
.pi2txt *{
	max-width: 100%;
}
.morebox{
	padding-top: 15px;
	line-height: 30px;
	border-top: 1px solid #E6E6E6;
}
.morebox p{
	margin-top: 10px;
}
.morebox p a:hover{
	color: #0997BB;
}
.morea{
	display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    background: #0997BB;
    border-radius: 50px;
}
.morea:hover{
	opacity: .85;
	color: #fff;
}
.pi3w{
	width: 102%;
}
.prda1{
	width: 23%;
	margin-right: 2%;
	margin-top: 25px;
	margin-left: 0;
}

.nea{
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}
.nea:first-child{
	padding-top: 0;
}
.neaimg{
	width: 240px;
	margin-right: 30px;
}
.neatxt h3{
	transition: .25s;
}
.neatxt i{
	background: none;
    color: #666;
    padding: 5px 25px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: .25s;
}
.nea:hover h3{
	color: #0997BB;
}
.nea:hover .neatxt i{
	border: 1px solid #0997BB;
	background: #0997BB;
	color: #fff;
}

.nitop h3{
	font-size: 34px;
}
.nitxt *{
	max-width: 100%;
}

.csw{
	width: 102%;
}
.csa{
	width: 31.33%;
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
}
.csa::after{
	width: 0;
	height: 2px;
	background: #0997BB;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
}
.csaline{
	background: url(../images/csline.png) no-repeat bottom center;
	background-size: cover;
	height: 10px;
}
.csatxt{
	padding: 18px 0;
	border-bottom: 2px solid #333333;
}
.csatxt p{
	font-size: 15px;
	line-height: 22px;
	min-height: 44px;
	margin: 7px 0 12px 0;
	color: #666;
}
.csatxt span{
	border: 1px solid #333333;
    color: #333333;
    background: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 6px 20px;
    font-size: 13px;
    display: inline-block;
    transition: .25s;
}
.csa:hover{
	color: #0997BB;
}
.csa:hover::after{
	width: 100%;
}
.csa:hover .csatxt span{
	background:#0997BB;
	color: #fff;
}

.pi2txt ul,.pi2txt li,
.nitxt ul,.nitxt li{
	list-style: inherit;
}


@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.right{
		transform: scale(.85);
		margin-right: -5px;
	}
	.swiper-container-bn .bnimg{
		height: 400px;
	}
	.head{
		height: 80px;
	}
	.logo{
		height: 50px;
	}
	.nav span{
		height: 80px;
		margin-left: 30px;
	}
	.nava{
		font-size: 15px;
	}
	.i1l{
		width: 220px;
		margin-right: 20px;
	}
	.i1ltop{
		padding: 20px 10px;
	}
	.itop h1{
		font-size: 32px;
	}
	.i2,.i3{
		padding: 80px 0;
	}
	.i2w{
		margin-top: 80px;
	}
	.i2a img{
		height: 70px;
	}
	.i3atxt{
		padding: 20px;
		padding-bottom: 30px;
	}
	
	.lbntxt h3{
		font-size: 32px;
	}
	.listbn{
		height: 320px;
	}
	
	.pi1l{
		margin-right: 20px;
	}
	.pi1rba a{
		line-height: 40px;
		width: 130px;
		height: 40px;
		font-size: 14px;
	}
	.morea{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		width: 140px;
	}
	.morea img{
		height: 16px;
	}
	.pi2t span{
		font-size: 18px;
	}
	
	.csaline{
		height: 5px;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 35px;
	}
	.swiper-container-bn .bnimg{
		height: 300px;
	}
	.md{
		padding: 50px 0;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.scbox input{
		background: #f5f5f5;
		height: 30px;
		border-radius: 0;
	}
	.scbox button{
		margin-left: 0;
		background: #0997BB;
		height: 30px;
		width: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 13px;
	}
	.wapewm p{
		font-size: 12px;
	}
	.prda{
		width: 50%;
	}
	.i1lb li, .i1lb .i1lba{
		font-size: 15px;
	}
	
	.prda1{
		width: 48%;
	}
	
	.csa{
		width: 48%;
	}
}
@media only screen and (max-width:768px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.right{
		transform: scale(.5);
		margin-right: -15px;
	}
	.swiper-container-bn .bnimg{
		height: 150px;
	}
	.md{
		padding: 25px 0;
	}
	.i1ltop{
		padding: 20px 10px;
	}
	.i1ltop p{
		margin-top: 0;
	}
	.i1lb{
		padding-bottom: 5px;
		background-size: 100% 5px;
	}
	.itop h1{
		font-size: 22px;
	}
	.i2w{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.i2a {
		width: 48%;
		padding: 10px 0;
	}
	.i2a img{
		height: 50px;
	}
	.i2a i{
		margin: 10px auto;
	}
	.i2a p{
		font-size: 12px;
		line-height: 20px;
	}
	.i3w{
		margin-top: 10px;
	}
	.i3a{
		width: 100%;
		margin-top: 15px;
	}
	.i3atxt{
		background-size: 100% 5px;
		padding: 20px;
		padding-bottom: 25px;
	}
	.i3a h3{
		font-size: 15px;
	}
	.ftl,.ftm,.ftr{
		width: 100%;
		margin-bottom: 15px;
	}
	.ftr{
		margin-bottom: 0;
	}
	.fttitle{
		font-size: 17px;
		border-bottom: 1px solid #fff;
	}
	.ftltxt {
		font-size: 12px;
		line-height: 24px;
	}
	.ftmw {
		margin-top: 10px;
	}
	.ftmw a{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.fb{
		font-size: 12px;
		line-height: 24px;
		padding: 10px 0;
	}
	
	.listbn{
		height: 150px;
	}
	.lbntxt h3{
		font-size: 22px;
	}
	.lbntxt p{
		margin-top: 5px;
	}
	
	.co1b{
		height: 200px;
	}
	
	.pi1la{
		height: 300px;
	}
	.pi1rt{
		padding-bottom: 15px;
		margin-top: 25px;
	}
	.pi1rb {
		margin-top: 15px;
	}
	.pi1rba a{
		line-height: 40px;
		width: 130px;
		height: 40px;
		font-size: 14px;
	}
	.morea{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		width: 140px;
	}
	.morea img{
		height: 16px;
	}
	.pi2t span{
		font-size: 18px;
	}
	.pi3w{
		justify-content: space-between;
	}
	.prda1{
		margin-right: 0;
		width: 48%;
		margin-top: 15px;
	}
	
	.nea{
		display: block;
		padding: 15px 0;
	}
	.neaimg{
		margin-bottom: 15px;
	}
	.neatxt p{
		font-size: 12px;
		line-height: 22px;
	}
	
	.nitop h3{
		font-size: 22px;
		line-height: 32px;
	}
	
	.csw{
		width: 100%;
		justify-content: space-between;
	}
	.csa{
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.csaline{
		height: 3px;
	}
	.csatxt{
		padding: 12px 0;
		border-bottom: 1px solid #333;
	}
	.csatxt p{
		font-size: 12px;
		line-height: 20px;
		margin: 6px 0 8px 0;
	}
	.csatxt span{
		padding: 3px 12px;
		font-size: 12px;
	}
	.csatxt h3{
		font-size: 14px;
	}
}