@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #e60012;
}
.bgcolor,.hvbgcolor:hover{
	background: #e60012;
	color: #fff;
}
.md{
	padding: 45px 0;
}
.head,.head_height{
	height: 90px;
	background: #18302f;
}
.head{
	width: 100%;
	background: #18302f;
	border-bottom: 1px solid rgba(255,255,255,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .35s;
}
.head_active{
	top: -90px;
	opacity: 0;
	visibility: hidden;
}
.logo{
	display: inline-block;
	height: 80px;
}
.hd_wrap{
	padding: 0 30px;
}
.nav li{
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 25px;
}
.nava{
	display: block;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 50px;
	color: #dfdfdf;
	text-transform: uppercase;
}
.nav li:hover .nava{
	background: #223f3e;
	color: #fff;
}
.nav li.active .nava{
	background: none;
	border: 1px solid rgba(255,255,255,.2);
	color: #fff;
}
.navhide{
	width: 160px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -80px;
	background: #18302f;
	border: 1px solid rgba(255,255,255,.1);
	font-family: font-regular;
	border-radius: 20px;
	margin-top: 15px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.navhide_w{
	width: 400px;
	margin-left: -200px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	color: #dfdfdf;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	padding: 0 18px;
	line-height: 40px;
	border-radius: 50px;
	font-size: 16px;
}
.navhide a:hover{
	background: #223f3e;
	color: #fff;
}
.hdrsca{
	width: 42px;
	height: 42px;
	background: url(../images/scico.png) no-repeat center #fff;
	border-radius: 100%;
	cursor: pointer;
	background-size: 20px;
	transition: .25s;
}
.hdrsca:hover{
	opacity: .85;
}
.hdrscw{
	width: 320px;
	position: absolute;
	right: 30px;
	top: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	display: none;
}
.hdrscw input{
	width: 100%;
	height: 60px;
	padding: 0 50px;
}
.hdrscw button{
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/scico.png) no-repeat center;
	background-size: 18px;
}
.hdrscw i{
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/close.png) no-repeat center;
	background-size: 15px;
}
.bnbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.bntxt{
	color: #fff;
}
.bntxt h1{
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.bnmore{
	display: inline-block;
	padding: 8px 25px;
	border-radius: 50px;
	background: #18302f;
	color: #fff;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.hvfd:hover{
	transform: scale(1.06);
}
.bnmore:hover{
	background: #E60012;
}

.right{
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 1000;
}
#gotop{
	display: none;
}
.rta{
	margin-bottom: 10px;
	position: relative;
}
.rta_a{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #E60012;
}
.rta_a img{
	display: block;
	max-width: 50%;
}
.rta:hover .rta_a{
	transform:rotate(45deg);
}
.rta_1:hover .rta_a{
	background: #ce1f2c;
}
.rta_2:hover .rta_a{
	background: #0ec123;
}
.rta_3 .rta_a{
	border: 1px solid rgba(255,255,255,.2);
	background: #18302f;
}
.rta_3:hover .rta_a{
	transform:inherit !important;
}
.rta2hide{
	width: 220px;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	right: 100%;
	margin-right: 16px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	background: #fff;
}
.rta_2:hover .rta2hide{
	opacity: 1;
	visibility: inherit;
	margin-right: 8px;
}
.rta2hidea{
	height: 55px;
}
.rta2hidea:hover{
	background: #f2f9ff;
}
.rta_1{
	position: static;
}
.rta1hide{
	width: 400px;
	border-radius: 8px;
	padding: 30px;
	background: #18302f;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	display: none;
}
.r1htico img{
	width: 100%;
	display: block;
}
.r1htico{
	padding: 10px;
	width: 50px;
	cursor: pointer;
}
.r1hma{
	margin-top: 10px;
}
.r1hma input,.r1hma textarea{
	width: 100%;
	height: 44px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	background: none;
	color: #fff;
}
.r1hma input::-webkit-input-placeholder,.r1hma textarea::-webkit-input-placeholder{
	color:#999;
}
.r1hma textarea{
	resize: none;
	height: 110px;
}
.r1hma input:focus,.r1hma textarea:focus{
	border-bottom: 1px solid #E60012;
}
.rsbm{
	background: #E60012;
	border-radius: 50px;
	height: 50px;
	width: 100%;
	color: #fff;
	font-family: font-bold;
	border: 2px solid rgba(0,0,0,0);
}
.rsbm:hover{
	background: #18302f;
	border: 2px solid #E60012;
	color: #E60012;
}

.foot,.fh{
	background: #18302f;
	color: #fff;
}
.itopt i{
	width: 30px;
	height: 30px;
	background: #18302f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 12px;
}
.itopt span{
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #18302f;
	border-radius: 30px;
	color: #18302f;
}
.itop_wt{
	color: #fff;
}
.itop_wt .itopt i{
	background: #fff;
	color: #18302f;
}
.itop_wt .itopt span{
	border: 1px solid rgba(255,255,255,.2);
	color: rgba(255,255,255,.8);
}
.fhw .r1hma{
	width: 49%;
}
.fhw .r1hma.active{
	width: 100%;
}
.fhw .r1hma input,
.fhw .r1hma textarea{
	font-size: 16px;
	height: 60px;
}
.fhw .r1hma textarea{
	height: 140px;
	margin-top: 8px;
}
.fhwa .rsbm{
	padding: 0 60px;
	width: auto;
}
.foot{
	font-family: font-light;
}
.ft,.fm,.fb{
	border-top: 1px solid rgba(255,255,255,.2);
}
.fb{
	padding: 10px 0;
}
.fm .wrap{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-right: 5% !important;
}
.fm a{
	color: #fff;
}
.fm a:hover{
	text-decoration: underline;
}
.fmm a:hover{
	text-decoration: inherit;
	opacity: .85;
}
.fmm a{
	width: 26px;
	height: 26px;
	background: #4267b2;
	color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}
.fmm a:nth-child(2){
	background: #ff0000;
}
.fmm a:nth-child(3){
	background: #0077b5;
}
.fmm a:nth-child(4){
	background: #000000;
}
.fta{
	border-left: 1px solid rgba(255,255,255,.2);
	flex: 0;
	flex-grow: 1;
}
.ftl{
	width: 33%;
}
.ftaul{
	flex: 0;
	flex-grow: 1;
}
.ftaul li{
	margin-top: 15px;
}
.ftaul a{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50px;
	color:rgba(255,255,255,.6);
}
.ftaul a:hover{
	transform: scale(1.06);
	background: #fff;
	color: #18302f;
}
.flogo img{
	height: 130px;
}
.ftltxt a{
	color: #fff;
	text-decoration: underline;
}

.container_lr_30 .clra{
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
}
.container_lr_30_wt .clra{
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-left: 1px solid rgba(255,255,255,.2);
}
.container_lr_30 .clra:nth-child(odd){
	border-left: 0 !important;
}
.container_lr_30{
	margin-top: -30px !important;
}
.itxt p{
	padding: 10px 0;
}
.itxt *{
	max-width: 100%;
}
.morea{
	display: inline-block;
	padding: 6px 30px;
	border: 1px solid #18302f;
	border-radius: 50px;
	color: #18302f;
	transition: .25s;
}
.morea_min{
	padding: 4px 20px;
	font-size: 12px;
}
.morea.active{
	background: #18302f;
	color: #fff;
}
.morea:hover{
	transform: scale(1.06);
	background: #fff;
	color: #18302f;
}
.morea_wt{
	background: #fff;
	border: 1px solid #fff;
	color: #18302f;
}
.morea_wt:hover{
	background: none;
	color: #fff;
}
.ibg{
	background: #18302f;
	color: #fff;
}
.i2a_a{
	color: #fff;
}
.i3a{
	display: block;
	width: 33.33%;
	padding: 50px;
	border: 1px solid #E6E6E6;
	margin-left: -1px;
}
.i3a:hover{
	background: #18302f;
	color: #fff;
}
.i3a:hover .morea{
	border: 1px solid #fff;
	color: #fff;
}
.i3a:hover .morea:hover{
	color: #18302f;
}
.i4a{
	padding: 30px;
	border-right: 1px solid #E6E6E6;
	text-align: center;
}
.i5r{
	padding: 10px;
	border: 1px solid rgba(255,255,255,.2);
}
.i5lba{
	flex: 0;
	flex-grow: 1;
	margin: 1px;
	padding: 15px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 8px;
	text-align: center;
}
.i6a_a{
	padding: 35px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	min-height: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
}
.i6a_a:hover{
	background: #f8f8f8;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.i7ico1{
	display: block;
}
.i7ico2{
	display: none;
}
.i7a.active .i7ico1{
	display: none;
}
.i7a.active .i7ico2{
	display: block;
}
.i7at{
	cursor: pointer;
	padding: 15px 0;
	align-items: center;
}
.i7ab{
	display: none;
	padding-left: 15px;
}

.pda:first-child{
	margin-top: 0 !important;
}
.pda:nth-child(even){
	flex-flow: row-reverse;
}
.postk{
	position: sticky;
	top: 0;
}
.pbr .i7ab{
	padding-left: 0;
}

.listtop{
	padding: 20px 0;
}
.pit{
	padding-top: 20px;
}
.pitlb{
	padding: 0 45px;
	position: relative;
}
.swiper-button-next-pit,.swiper-button-prev-pit{
	width: 30px;
	height: 100%;
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-top: 0;
	top: 0;
	transition: .25s;
}
.swiper-button-next-pit:hover,.swiper-button-prev-pit:hover{
	background: #e60012;
	color: #fff;
}
.swiper-button-next-pit{
	right: 0;
}
.swiper-button-prev-pit{
	left: 0;
}
.pit_video{
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.2);
	background-size: 70px;
}
.pit_video_hd{
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.hv_vdshow:hover .pit_video_hd{
	opacity: 1;
	visibility: inherit;
}
.pitlb .swiper-slide{
	border: 1px solid rgba(0,0,0,0);
}
.pitlb .swiper-slide-thumb-active{
	border: 1px solid #E60012;
}
.pitrt{
	border-bottom: 2px solid #E60012;
	padding-bottom: 20px;
}
.pitrt a{
	color: #cdcdcd;
}
.pitrma{
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
}
.pitrma.w100{
	width: 100%;
}
.pitrb a{
	background: #E60012;
	width: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 12px 20px;
	margin-right: 20px;
	color: #fff;
	display: flex;
	align-items: center;
}
.pitrb a span{
	font-size: 30px;
}
.pi3a{
	width: 50%;
	background: #f7f6f5;
	padding: 40px;
}
.pi3a:nth-child(1),
.pi3a:nth-child(4){
	background: #18302f;
	color: #fff;
}
.pi3a:nth-child(1) img,
.pi3a:nth-child(4) img{
	filter: grayscale(100%) brightness(10000%);
}
.pi4a_a{
	text-align: center;
	min-height: 100%;
}
.pitab table{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.pitab table td,
.pitab table th{
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding: 12px 15px;
}
.pi9a{
	width: 16.66666%;
}
.pi10w .i4a{
	width: 33.33%;
}
.pibbg{
	background: #F8F8F8;
	border: 1px solid #ddd;
	padding: 25px;
}
.piba_a {
	display: block;
}
.piba_a .pit_video{
	background-size: 60px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.piba_a:hover .pit_video{
	opacity: 1;
	visibility: inherit;
}

.bctopb{
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.bctopba{
	text-align: center;
	width: 33.33%;
	padding: 25px;
	border-right: 1px solid rgba(255,255,255,.2);
}
.bctopba:last-child{
	border: 0;
}
.bc1w .i3a:hover{
	background: none;
	color: #18302f;
}
.bc1w .i3a.active{
	background: #18302f;
	color: #fff;
}
.bc1w .i3a.active img{
	filter: grayscale(100%) brightness(10000%);
}

.ab1la{
	padding: 15px 0;
}
.ab1rt{
	justify-content: space-between;
}
.ab1rt .i5lba{
	width: 49.9%;
	flex: inherit;
	flex-grow: inherit;
	margin: 1px 0;
	border: 1px solid #E6E6E6;
}
.ab2 .ab2a{
	border-bottom: 0;
}
.ab2md{
	padding: 35px 0;
}
.ab2ra{
	border: 0 !important;
	padding: 20px !important;
}
.ab3w .i2a_a{
	color: #18302f;
}
.ab4ra{
	border: 1px solid #E6E6E6;
	padding: 25px;
}
.ab5{
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.bs1a{
	padding: 50px;
	border: 1px solid #E6E6E6;
	margin-left: -1px;
	margin-top: -1px;
}
.bs1a:hover{
	background: #F8F8F8;
}
.bs1a img{
	height: 80px;
}
.bs2txt{
	padding: 60px 30px;
}
.bs2w:nth-child(even){
	flex-flow: row-reverse;
}
.bs3 .morea_min{
	padding: 1px 10px;
}

.sv1w{
	justify-content: space-between;
}
.sv1w .bs1a{
	padding: 25px 0 !important;
	border: 0 !important;
	margin: 0 !important;
	width: 30%;
	background: none !important;
}
.sv1w .bs1a img{
	height: 65px;
}

.vdmd{
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.vda_a .pit_video{
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.vda_a:hover .pit_video{
	opacity: 1;
	visibility: inherit;
}
.page1w{
	align-items: center;
}
.page1w a{
	font-size: 16px;
	line-height: 40px;
	margin: 0 15px;
	color: #999;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.page1 a.active{
	border-bottom: 1px solid #E60012;
	color: #E60012;
}
.page1a{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e6e6e6;
	color: #aaa;
	border-radius: 100%;
	margin: 0 5px;
}
.page1a:hover{
	background: #E60012;
	border: 1px solid #E60012;
	color: #fff;
}

.listtop_wt{
	background: #18302f;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.listtop_wt a{
	color: #fff;
}
.ifl{
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid rgba(255,255,255,.2);
}
.ifr{
	width: 33%;
}
.ifltop_txt{
	padding: 20px;
	background: rgba(255,255,255,.1);
	border-radius: 4px;
}
.pit_video_min{
	background-size: 35px !important;
}
.pit_video_min1{
	background-size: 55px !important;
}
.ifra:hover .pit_video{
	opacity: 1;
	visibility: inherit;
}

.cfb{
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.cf1 .pi9a{
	width: 20%;
}

.db1ba{
	border-bottom: 1px solid #ccc !important;
}
.db1ba .i7at{
	background: #eae6e4;
	align-items: center;
	padding: 10px 20px;
}
.db1ba .i7ab{
	background: #eae6e4;
	padding: 0 20px 10px 20px;
}
.db2a{
	width: 50%;
}
.db2a_a{
	padding: 20px;
	border: 1px solid #E6E6E6;
	min-height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
}
.db2a_a img{
	height: 50px;
	margin-right: 20px;
}

.csatxt{
	width: 50%;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #E6E6E6;
}
.csa{
	border-bottom: 1px solid #E6E6E6;
	padding: 30px 0;
}
.csa:last-child{
	border-bottom: 0;
}
.csba{
	width: 33.33%;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
}
.morea_icolor{
	background: #E60012;
	color: #fff;
	border: 1px solid #E60012;
}
.ci1art{
	border: 1px solid #E6E6E6;
}
.ci1box:first-child{
	margin-top: 0 !important;
}

.lsl,.lsr{
	padding: 20px 0;
}
.lsl{
	border-right: 1px solid #E6E6E6;
}
.lsr{
	width: 26%;
}
.lsra{
	padding: 20px;
	border: 1px solid #E6E6E6;
}
.lslaimg{
	width: 33%;
	margin-right: 30px;
}
.lsla{
	border-bottom: 1px solid #E6E6E6;
	padding: 25px 0;
}

.nimd{
	border-bottom: 1px solid #E6E6E6;
}
.nimd_wrap{
	border: 1px solid #E6E6E6;
	border-top: 0;
	border-bottom: 0;
	width: 1400px;
	max-width: 100%;
	padding: 0 40px;
	margin: 0 auto;
}
.nil,.nir{
	padding: 50px 0;
}
.nil{
	border-right: 1px solid #E6E6E6;
	margin-right: 30px;
	padding-right: 30px;
}
.nir{
	width: 32%;
}
.ifltop_txt_bg{
	background: #f5f5f5;
}
/* .ifltxt{
	color: #fff !important;
} */
.ifltxt *{
	max-width: 100%;
}
.iflb{
	padding-top: 15px;
}
.iflb a{
	width: 48%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}
.iflb a:last-child{
	text-align: right;
}
.iflb a:hover{
	color: #E60012;
	text-decoration: underline;
}
.ifltagw a{
	display: inline-block;
	padding: 2px 8px;
	border-radius: 2px;
	background: rgba(145,158,171,0.16);
	margin-top: 10px;
	margin-right: 10px;
	color: #666;
}
.ifltagw a:hover{
	color: #fff;
	background: #E60012;
}
.nir2 .i7ab,.nil .i7ab{
	padding: 0 !important;
}

.nil_r{
	border-left: 1px solid #E6E6E6;
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.fanav a{
	display: block;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0;
}
.downa{
	display: flex;
	align-items: center;
	padding: 15px 20px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}
.downa img{
	display: block;
	height: 30px;
}
.downa:hover{
	background: #f8f8f8;
	color: #E60012;
}

.co1line{
	border-left: 1px solid rgba(255,255,255,.2);
	margin: 0 30px;
}
.co1rw li{
	margin-top: 0 !important;
}
.co1ra{
	padding: 12px 0;
}
.ppm p{
	padding: 5px 0;
}

.itab{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.itab th,.itab td{
	padding: 10px;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.itab td:first-child{
	text-align: center;
}

.pi_pd{
	padding: 60px;
}
.api1ba{
	width: 100%;
	padding: 20px;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
	transition: .25s;
	margin-top: 20px;
}
.api1ba:hover{
	background: #18302f;
	color: #fff;
}
.swiper-pagination-public{
	position: static;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.swiper-pagination-public .swiper-pagination-bullet{
	background: #aaa;
	opacity: 1;
	margin: 0 5px;
}
.swiper-pagination-public .swiper-pagination-bullet-active{
	background: #E60012;
}

.bpi1img{
	width: 25%;
	margin-left: 4%;
}

.ptabt{
	background: #18302F;
	color: #fff;
	padding: 25px;
	text-align: center;
}
.ptab{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	width: 100%;
}
.ptab th{
	font-family: font-bold;
	background: #355e5c;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(255,255,255,.2);
}
.ptab td{
	padding: 10px;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	text-align: center;
}
.ptab td:first-child{
	text-align: center;
}
.ptabimg{
	width: 100px;
	margin: 0 auto;
}
.ptabimg img{
	display: block;
	width: 100%;
}

.tagtxt *{
	max-width: 100%;
}

@media only screen and (max-width:1699px) {
	.md{
		padding: 40px 0;
	}
	.hd_wrap{
		padding: 0 15px;
	}
	.wrap{
		padding: 25px;
	}
	.nav li{
		margin-left: 0;
	}
	.nava{
		font-size: 16px;
		padding: 0 14px;
	}
	.hdrsca{
		width: 35px;
		height: 35px;
		background-size: 15px;
	}
	.rta_a{
		width: 45px;
		height: 45px;
	}
	.rsbm{
		height: 44px;
	}
}
@media only screen and (max-width:1399px) {
	.i6a_a{
		padding: 25px;
	}
	.i5lba p{
		font-size: 13px;
	}
	.bdrls{
		border-radius: 6px;
	}
	.i4a{
		padding: 20px;
	}
	
	.pit_video{
		background-size: 50px;
	}
	
	.bc3a{
		width: 25%;
	}
	
	.pit_video_min{
		background-size: 35px !important;
	}
	.pit_video_min1{
		background-size: 45px !important;
	}
	
	.ptab th,.ptab td{
		width: auto;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 40px 0;
	}
	.wrap{
		padding: 20px;
	}
	.nava{
		font-size: 14px;
		padding: 0 12px;
	}
	.hdrsca{
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
	
	.bc3a{
		width: 33.33%;
	}
	
	.cf1 .pi9a{
		width: 33.33%;
	}
	
	.lsla{
		display: block;
	}
	.lslaimg{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.bc3a{
		width: 33.33%;
	}
}
@media only screen and (max-width:1050px) {
	.wrap{
		padding: 15px;
	}
	.nava{
		font-size: 12px;
		padding: 0 10px;
	}
	.hdrsca{
		width: 26px;
		height: 26px;
		background-size: 13px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 30px 0;
	}
	.right{
		z-index: 99999999;
	}
}
@media only screen and (max-width:768px) {
	.bdrls{
		border-radius: 4px;
	}
	.md{
		padding: 15px 0;
	}
	.wrap{
		padding: 10px 15px;
	}
	.bntxt .txt{
		display: none;
	}
	.bntxt h1{
		font-size: 22px;
	}
	.bnmore{
		font-size: 12px;
		padding: 5px 20px;
	}
	.rsbm{
		height: 40px;
	}
	.ftl{
		width: 100%;
	}
	.fta{
		display: none;
	}
	.flogo{
		display: flex;
		justify-content: center;
	}
	.flogo img{
		height: 100px;
		margin: 0 auto;
	}
	.ftltxt{
		text-align: center;
	}
	.fm{
		text-align: center;
	}
	.fm .wrap{
		justify-content: center;
	}
	.rta_a{
		width: 34px;
		height: 34px;
	}
	.rta1hide{
		width: 375px;
		padding: 20px;
		bottom: -10px;
	}
	.r1htxt {
		margin-top: 7px;
	}
	.r1hma{
		margin-top: 5px;
	}
	.r1hma textarea{
		height: 80px;
	}
	.fhw .r1hma{
		width: 100%;
	}
	.fhw .r1hma input, .fhw .r1hma textarea{
		font-size: 14px;
	}
	.fhw .r1hma textarea{
		height: 100px;
	}
	.fhwa .rsbm{
		padding: 0 35px;
	}
	
	.container_lr_30{
		margin-top: -5px !important;
	}
	.i1a,.i2a{
		width: 100%;
	}
	.container_lr_30 .clra{
		border: 0;
	}
	.morea{
		padding: 5px 22px;
	}
	.morea_min{
		padding: 3px 15px;
		font-size: 12px;
	}
	.i3a{
		padding: 20px;
	}
	.i3a img{
		height: 45px;
	}
	.i4a{
		padding: 20px;
		padding-bottom: 40px;
		border: 0;
	}
	.i5lba{
		flex: inherit;
		flex-grow: inherit;
		width: 50%;
		margin: 0;
	}
	.i6a_a{
		padding: 20px;
	}
	.i7at{
		padding: 8px 0;
	}
	.i7at h3{
		font-size: 16px;
	}
	.i7ab{
		padding-left: 0;
	}
	.i7atr {
		line-height: 25px;
	}
	.itopt i{
		width: 25px;
		height: 25px;
		margin-right: 8px;
	}
	.itopt span{
		line-height: 25px;
		padding: 0 15px;
	}
	
	.postk{
		position: static;
	}
	.listtop{
		padding: 12px 0;
	}
	.pit_video{
		background-size: 40px;
	}
	.pitlb{
		padding: 0 40px;
	}
	.pitr{
		margin-top: 20px;
	}
	.pitrma{
		padding: 10px 0;
		width: 100%;
	}
	.pitrb a{
		width: auto;
		padding: 8px 15px;
	}
	.pi3a{
		width: 100%;
		padding: 25px;
		background: #F7F6F5 !important;
		color: #18302f !important;
	}
	.pi3a img{
		height: 40px;
	}
	.pi3a:nth-child(2), .pi3a:nth-child(4){
		background: #18302f !important;
		color: #fff !important;
	}
	.pi3a:nth-child(1) img{
		filter:inherit;
	}
	.pi3a:nth-child(2) img,
	.pi3a:nth-child(4) img{
		filter: grayscale(100%) brightness(10000%);
	}
	.pi9a{
		width: 50%;
	}
	.pi10w .i4a{
		width: 100%;
	}
	
	.bc3a{
		width: 100% !important;
	}
	.bctopba{
		padding: 10px;
	}
	.bctopba p{
		font-size: 12px;
		line-height: 1;
	}
	
	.ab2md{
		padding: 15px 0;
	}
	.ab4ra{
		padding: 20px;
	}
	
	.bs1a{
		padding: 20px;
		margin-left: 0;
	}
	.bs1a img{
		height: 40px;
	}
	.bs2txt{
		padding: 20px;
	}
	
	.sv1w .bs1a{
		padding: 10px 0 !important;
	}
	.sv1w .bs1a img{
		height: 40px;
	}
	
	.page1w span{
		line-height: 30px !important;
	}
	.page1w a{
		font-size: 13px;
		line-height: 30px;
		height: 30px;
		margin: 5px 12px;
	}
	.page1a{
		width: 30px;
		height: 30px;
		margin: 5px;
	}
	
	.ifl{
		border-right: 0;
		padding-right: 0;
	}
	.ifltop_txt{
		font-size: 12px;
		padding: 12px;
	}
	.ifraimg {
		width: 35%;
	}
	
	.cf1 .pi9a{
		width: 50%;
	}
	
	.db1t{
		min-height: 220px;
	}
	.db2a{
		width: 100% !important;
	}
	.db2a_a{
		padding: 20px;
	}
	.db2a_a img{
		height: 45px;
	}
	.db1ba .i7at{
		padding: 10px 15px;
	}
	.db1ba .i7at img{
		width: 25px;
	}
	.db1ba .i7ab{
		padding: 0 15px 10px 15px;
	}
	
	.csa{
		padding: 20px 0;
	}
	.csatxt{
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
	}
	.csba{
		width: 100%;
		padding: 20px;
		border-bottom: 1px solid #E6E6E6;
	}
	
	.pit_video_min{
		background-size: 30px !important;
	}
	.pit_video_min1{
		background-size: 40px !important;
	}
	.ci1art{
		padding: 20px;
	}
	.ci1ar{
		border-bottom: 0;
	}
	
	.lsla:first-child{
		padding-top: 0 !important;
	}
	.lsla{
		padding: 20px 0;
	}
	.lsl .wrap{
		padding-top: 0;
	}
	.lsr{
		border-top: 1px solid #E6E6E6;
	}
	.lsra{
		padding: 15px;
	}
	
	.nimd_wrap{
		padding: 0 15px;
		border: 0 !important;
	}
	.nil{
		padding: 25px 0;
		margin: 0;
		border: 0;
	}
	.iflb a{
		width: 100%;
		text-align: left !important;
	}
	.iflb a i{
		display: none;
	}
	.nir{
		border-top: 1px solid #E6E6E6;
		padding: 25px 0;
	}
	
	.downa{
		padding: 12px 15px;
	}
	.downa img{
		height: 22px;
	}
	
	.pi_pd{
		padding: 15px;
	}
	.pi_pd h4{
		font-size: 11px;
	}
	.pi_pd h3{
		font-size: 13px;
	}
	.pi_pd h1{
		font-size: 18px;
	}
	.api1ba{
		padding: 15px;
	}
	
	.ptabb{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.ptab{
		width: 1000px;
	}
}