@charset "utf-8";
/*视频*/
.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;
}

.head{
	height: 100px;
}
.logo{
	display: inline-block;
	height: 47px;
}
.nava{
	display: block;
	height: 100px;
	line-height: 100px;
	border-bottom: 3px solid rgba(0,0,0,0);
	font-size: 16px;
}
.nav span{
	margin-right: 35px;
	display: block;
}
.nav span.active .nava,.nav span:hover .nava{
	border-bottom: 3px solid #02b2b5;
	color: #02b2b5;
}
.hidebox{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	z-index: 9;
}
.nav span:hover .hidebox,.hidehover:hover .hidebox{
	opacity: 1;
	visibility: inherit;
}
.navhide{
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 9;
	background: #f7f7f7;
	padding: 50px 0;
}
.nhl{
	font-size: 20px;
	margin-right: 50px;
	padding-right: 50px;
	border-right: 1px solid #ddd;
	line-height: 32px;
}
.nhr{
	width: 370px;
}
.nhr p{
	width: 50%;
}
.nhr p a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
	color: #666;
}
.nhr p a:hover{
	color: #02B2B5;
}
.hdr1 i{
	display: flex;
	align-items: center;
	height: 100px;
	cursor: pointer;
	width: 40px;
}
.scbox input{
	width: 200px;
	height: 35px;
	background: #fff;
	padding: 0 12px;
	background: #fff;
}
.scbox button{
	width: 40px;
	height: 35px;
	background: url(../images/scico_03.png) no-repeat center;
	background-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.hdr1_hide{
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99;
	display: none;
}
.hdr1 .hdr1_hide{
	border-top: 1px solid #285a86;
	right: 0;
}
.hdr2 i{
	display: flex;
	align-items: center;
	width: 120px;
	height: 100px;
	cursor: pointer;
}
.hdr2_hide{
	border-top: 1px solid #285a86;
	padding: 10px 0;
	background: #fff;
	width: 120px;
	top: 100%;
	right: 0;
}
.hdr2_hide a{
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #666;
	padding: 0 10px;
}
.hdr2_hide a:hover{
	background: #02B2B5;
	color: #fff;
}
.pd15{
	padding: 15px;
}

.md{
	padding: 70px 0;
}
.mdtop h3{
	font-size: 36px;
	font-weight: normal;
}
.mdtop i.line{
	width: 30px;
	height: 3px;
	background: #02B2B5;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.m1a{
	max-width: 20%;
	color: #666;
}
.m1a i{
	width: 200px;
	height: 200px;
	background: #f5f5f5;
	border-radius: 100%;
	transition: .5s;
}
.m1a i img{
	max-width: 80%;
	max-height: 80%;
}
.m1a p{
	margin: 15px 0;
}
.morea{
	color: #999;
	line-height: 35px;
	padding: 0 20px;
	background: #f5f5f5;
	display: inline-block;
	border-radius: 35px;
	transition: .25s;
}
.m1a:hover{
	color: #02B2B5;
}
.m1a:hover i{
	transform: scale(1.06);
}
.m1a:hover .morea,.morea:hover{
	background: #02B2B5;
	color: #fff;
}
.mdtopwt h3{
	color: #fff;
}
.m2w{
	width: 101%;
}
.m2a{
	width: 19%;
	margin-right: 1%;
	background: #fff;
	margin-top: 12px;
	text-align: center;
}
.m2aimg{
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m2aimg img{
	/*max-width: 70%;*/
	/*max-height: 70%;*/
	max-width: 100%;
	max-height: 100%;
}
.m2a p{
	transition: .25s;
	line-height: 40px;
}
.m2a:hover p{
	background: #02B2B5;
	color: #fff;
}
.m3t li{
	line-height: 50px;
	width: 24%;
	background: #eaeaea;
	color: #666;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	transition: .25s;
}
.m3t li.active{
	background: #02B2B5;
	color: #fff;
}
.m3bw{
	width: 102%;
}
.m3ba{
	width: 31.3333%;
	margin-right: 2%;
	margin-top: 25px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.m3baimg{
	height: 250px;
	overflow: hidden;
}
.m3batxt{
	padding: 15px;
}
.m3ba:hover{
	color: #02B2B5;
}

.foot{
	background: #232323;
	color: #808080;
}
.foot a{
	color: #808080;
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 45px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.ftl,.ftm,.ftr{
	width: 28%;
}
.ftl1 a{
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.ftl1 a:hover{
	background: #fff;
	color: #02B2B5;
}
.ftl2a{
	width: 100px;
	margin-right: 15px;
	padding: 5px;
	background: #fff;
}
.ft_title{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.ftma{
	line-height: 20px;
	margin-bottom: 10px;
}
.ftma:last-child{
	margin-bottom: 0;
}
.ftma span{
	color: #fff;
	width: 87px;
}
.ftra{
	width: 49%;
	margin-bottom: 7px;
}
.ftra_w100{
	width: 100%;
}
.ftra input{
	width: 100%;
	height: 42px;
	background: #fff;
	padding: 0 10px;
}
.ftra button{
	height: 42px;
	background: #02B2B5;
	width: 100%;
	cursor: pointer;
	color: #fff;
	transition: .25s;
}
.ftra button:hover{
	opacity: .85;
}
.fb{
	padding: 15px 0;
	line-height: 30px;
	font-size: 12px;
}
.right{
	width: 50px;
	background: #fff;
	position: fixed;
	right: 0;
	bottom: 15%;
	z-index: 99;
}
.rta{
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
.rta a.rta_a{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rtahide{
	line-height: 50px;
	width: 175px;
	position: absolute;
	right: 0;
	top: 0;
	background: #1c9ef6;
	color: #fff;
	padding: 0 10px;
	transition: .5s;
	margin-right: -175px;
	opacity: 0;
	visibility: hidden;
}
.rta:hover .rtahide{
	margin-right: 0;
	opacity: 1;
	visibility: inherit;
}
.rtahide a{
	color: #fff;
}
.rtagtp{
	padding: 5px 0;
}
#gotop{
	display: none;
}

.listbn{
	height: 420px;
}
.listnav{
	padding: 15px 0;
	line-height: 30px;
	color: #666;
}
.listnav a{
	color: #666;
}
.listnav a:hover{
	color: #02B2B5;
}
.listbg{
	padding-top: 50px;
}
.lsl{
	width: 280px;
	margin-right: 20px;
}
.lsla{
	margin-bottom: 5px;
}
.lsla_a{
	line-height: 70px;
	background: #f0f0f0;
	font-size: 16px;
	color: #666;
	padding: 0 15px;
}
.lsla_a i{
	transition: .25s;
	font-size: 20px;transform:rotate(0deg);
}
.lsla_active .lsla_a,#lsla_active .lsla_a{
	background: #02B2B5;
	color: #fff;
}
.lsla_active .lsla_a i,#lsla_active .lsla_a i{
	transform:rotate(90deg);
}
.lslahide{
	background: #fff;
	display: none;
}
.lsla_active .lslahide{
	display: block;
}
.lslahide a{
	display: block;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.lslahide a.active,.lslahide a:hover,.lslahide a.on{
	background: #ecf4f4;
	color: #02B2B5;
}
.pdw{
	width: 101%;
}
.pdw .m2a{
	width: 32.3333%;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-top: 0;
}
.pdw .m2aimg{
	height: 200px;
}
.pdw .m2a p{
	font-size: 18px;
}
.pdw .m2a:hover p{
	background: no-repeat;
	color: #02B2B5;
}
.page a{
/*
	display: inline-block;
	width: 36px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-left: 5px;
	background: #fff;
	color: #999;
*/
}
.page a:last-child,.page a:first-child{
/*	font-size: 18px;*/
}
.page a.active,.page a:hover{
	background: #02B2B5;
	color: #fff;
}
.page{
	justify-content: flex-end;
}

.pi1{
	padding: 55px;
}
.pi1l,.pi1r{
	width: 48%;
}
.pi1la{
	padding: 40px 0;
}
.pi1la img{
	max-width: 70%;
	margin: 0 auto;
	min-width: 70%;
}
.pi1lb{
	padding: 0 40px;
}
.pi1lba{
	border: 1px solid #e6e6e6;
	transition: .25s;
	overflow: hidden;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pi1lba img{
	max-width: 60%;
}
.pi1lb .swiper-slide-thumb-active .pi1lba{
	border: 1px solid #02B2B5;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	background: none;
	height: 100%;
	background: #f7f7f7;
	font-size: 20px;
	margin-top: -15px;
	text-align: center;
	color: #999;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	margin-top: 0;
}
.swiper-button-next-pi1{
	right: 0;
}
.swiper-button-prev-pi1{
	left: 0;
}
.pilrt h3{
	font-size: 30px;
	color: #02B2B5;
	margin-bottom: 15px;
}
.pilrm{
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
}
.pilrb a{
	margin-right: 15px;
}
.pi2t{
	border-bottom: 1px solid #E6E6E6;
}
.pi2t li{
	line-height: 50px;
	width: 250px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	transition: .25s;
}
.pi2t li.active{
	background: #02B2B5;
	color: #fff;
}
.pi2b{
	padding: 40px;
}
.pi2b img{
    /*width: 100%!important;*/
    height: auto!important;
	max-width: 100%!important;
}
table {
    display: block;
    max-width: 100%!important;
    width: max-content !important;
    overflow-x: auto;
    margin: auto;
}
tbody {
    max-width: 100%!important;
    width: 100%!important;
    overflow-x: auto;
}
table tr {
    max-width: 100%!important;
    width: 100%!important;
}
table tr td {
    width: auto!important;
}
.color333{
	color: #333;
}

.lst{
	border: 1px solid #ccc;
	background: #eaeaea;
}
.lst a{
	display: block;
	flex: 0;
	flex-grow: 1;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.lst a:last-child{
	border: 0;
}
.lst a:hover{
	color: #02B2B5;
}
.lst a.active{
	background: #02B2B5;
	color: #fff;
}
.lst li{display: block;flex: 0;flex-grow: 1;font-size: 16px;color: #666;line-height: 50px;text-align: center;border-right: 1px solid #ccc;cursor: pointer;}
.lst li.on{background: #02B2B5;color: #fff;}
.lst li:last-child{border: 0;}

.m3baimg{
	position: relative;
}
.date{
	padding: 0 20px;
	font-size: 12px;
	background: #333;
	color: #fff;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	transition: .25s;
}
.m3ba:hover .date{
	background: #02B2B5;
}
.page_center{
	justify-content: center;
}

.nit{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
}
.nit h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 15px;
}
.nit p{
	color: #999;
}
.nitxt img{
    /*width: 100%!important;*/
	max-width: 100%;
	height: auto!important;
}
.nib a{
	width: 48%;
	line-height: 55px;
	background: #F5F5F5;
	padding: 0 15px;
}
.nib a:hover{
	background: #eee;
}

.colorindex{
	color: #02B2B5;
}
.nit_bdn{
	border: 0;
}

.cor{
	padding: 20px 30px;
}
.cortitle{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
}
.cora{
	line-height: 50px;
	padding: 0 20px;
	transition: .25s;
}
.cora:nth-child(odd){
	background: #F5F5F5;
}
.cora span{
	color: #999;
	margin: 0 100px 0 20px;
	display: block;
	transition: .25s;
}
.cora:hover{
	color: #02B2B5;
}
.cora:hover span{
	color: #02B2B5;
}

.cortitle_bd{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
}
.co1{
	align-items: flex-end;
}
.co1l h3{
	color: #02B2B5;
	font-size: 20px;
	font-weight: normal;
}
.co1l i{
	display: block;
	margin: 15px 0;
	width: 25px;
	height: 3px;
	background: #02B2B5;
}
.co1r img{
	width: 100px;
}

.msga{
	width: 48.7%;
	margin-bottom: 20px;
}
.msga input{
	width: 100%;
	height: 48px;
	border: 1px solid #E6E6E6;
	padding-left: 65px;
}
.msgaslt{
	width: 100%;
	height: 48px;
	border: 1px solid #E6E6E6;
	padding-left: 65px;
}
.msga input::-webkit-input-placeholder,.msga textarea::-webkit-input-placeholder{
	color: #999;
}
.msga_w100{
	width: 100%;
}
.msga span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.slta{
	line-height: 46px;
	cursor: pointer;
}
.slti{
	line-height: 48px;
	position: absolute;
	right: 15px;
	top: 0;
}
.slta_hide{
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 8;
	border: 1px solid #E6E6E6;
	display: none;
}
.slthidea{
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	line-height: 30px;
}
.slthidea img{
	width: 24px;
	vertical-align: middle;
	margin-top: -3px;
}
.slthidea:hover{
	background: #F5F5F5;
}
.msga textarea{
	width: 100%;
	resize: none;
	height: 180px;
	border: 1px solid #E6E6E6;
	padding: 15px;
	padding-left: 65px;
}
.msga button{
	width: 210px;
	height: 50px;
	background: #02B2B5;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: .25s;
}
.msga button:hover{
	opacity: .85;
}
.xiaocms-page {
    font-family: "微软雅黑";
    padding: 5px;
    text-align: center;
    margin: auto;
}
.xiaocms-page a {
    border-right: #ddd 1px solid;
    padding-right: 10px;
    border-top: #ddd 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: #ddd 1px solid;
    color: #02b2b5;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}
.xiaocms-page a:hover {
    border-right: #02b2b5 1px solid;
    padding-right: 10px;
    border-top: #02b2b5 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #02b2b5 1px solid;
    color: #fff;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #02b2b5 1px solid;
    background-color: #02b2b5;
}
.xiaocms-page a:active {
    color: #000;
}
.xiaocms-page span {
    border-right: #02b2b5 1px solid;
    padding-right: 10px;
    border-top: #02b2b5 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #02b2b5 1px solid;
    color: #fff;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #02b2b5 1px solid;
    background-color: #02b2b5;
}
.xiaocms-page span.disabled {
    border-right: #02b2b5 1px solid;
    padding-right: 10px;
    border-top: #02b2b5 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: #02b2b5 1px solid;
    color: #02b2b5;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #02b2b5 1px solid;
}



@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.swiper-container-bn .bnimg{
		height: 650px;
	}
	.m1a i{
		width: 160px;
		height: 160px;
		overflow: hidden;
	}
	.m1a i img{
		max-width: 60%;
		max-height: 60%;
	}
	.m3baimg{
		height: 210px;
	}
	.lsl{
		width: 230px;
	}
	.lsla_a{
		line-height: 50px;
		font-size: 14px;
	}
	.pdw .m2aimg{
		height: 180px;
	}
	.pdw .m2a p{
		font-size: 14px;
	}
	.pi1,.pi2b{
		padding: 30px;
	}
	.pi1lba{
		height: 90px;
	}
	.nit h3{
		font-size: 24px;
	}
	.cora span{
		margin: 0 50px 0 20px;
	}
}
@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: 25px;
	}
	/*视频*/
	.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{
		border: 1px solid #e6e6e6;
	}
	.m3baimg{
		height: 180px;
	}
	.swiper-container-bn .bnimg{
		height: 400px;
	}
	.pdw{
		width: 102%;
	}
	.pdw .m2a{
		width: 48%;
		margin-right: 2%;
	}
	.listbn{
		height: 250px;
	}
	.cora span{
		margin: 0 20px 0 20px;
	}
	.cor{
		padding: 20px;
	}
	
}
@media only screen and (max-width:768px) {
    img {
	max-width: 100%!important;
}

.nitxt img{
    width: 100%!important;
    margin: 5px 0;
}
.pi2b img{
    width: 100%!important;
    margin: 5px 0;
}
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.right{
		transform: scale(.6);
	}
	.swiper-container-bn .bnimg{
		height: 200px;
	}
	.md{
		padding: 25px 0;
	}
	.m1w{
		flex-wrap: wrap;
		margin: 0;
	}
	.m1a{
		margin-top: 20px;
		max-width: 50%;
		width: 50%;
	}
	.m1a i{
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}
	.m1a i img{
		max-width: 60%;
		max-height: 60%;
	}
	.m2a{
		width: 48%;
		margin-right: 0;
	}
	.m2aimg{
		height: 140px;
	}
	.m3t ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.m3t li{
		width: 48%;
		margin-top: 15px;
		font-size: 14px;
		line-height: 35px;
	}
	.m3ba {
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.m3baimg{
		height: 120px;
	}
	.m3batxt{
		padding: 10px;
	}
	.ft{
		padding: 20px 0;
	}
	.ftl, .ftm, .ftr{
		width: 100%;
	}
	.ftm{
		padding: 20px 0;
	}
	.ftl{
		text-align: center;
	}
	.ftl1 ,.ftl2{
		justify-content: center;
	}
	.ftl1 a,.ftl2a{
		margin: 0 10px;
	}
	.lsl{
		width: 100%;
	}
	.lsla_a{
		line-height: 50px;
		font-size: 14px;
	}
	.pdw .m2a{
		margin-right: 0;
	}
	.pdw .m2aimg{
		height: 140px;
	}
	.pdw .m2a p{
		font-size: 14px;
	}
	.lsr{
		margin-top: 15px;
	}
	.page{
		justify-content: center;
	}
/*
	.page a{
		width: 30px;
		line-height: 30px;
		height: 30px;
		margin: 5px;
	}
*/
	.listbn{
		height: 130px;
	}
	.listnav{
		padding: 10px 0;
		line-height: 28px;
	}
	.lnavr {
		margin-top: 10px;
	}
	.lnavr a img{
		width: 18px;
	}
	.pi1,.pi2b{
		padding: 20px;
	}
	.pi1l, .pi1r{
		width: 100%;
	}
	.pi1r{
		margin-top: 20px;
	}
	.pilrt h3{
		font-size: 20px;
	}
	.pilrb a img{
		width: 30px;
	}
	.pi2t li{
		font-size: 14px;
		width: auto;
		padding: 0 25px;
	}
	
	.date{
		line-height: 30px;
		padding: 0 10px;
	}
	.nit h3{
		font-size: 20px;
	}
	.nib a{
		line-height: 40px;
		width: 100%;
	}
	.lst a{
		font-size: 13px;
		width: 50%;
		flex: inherit;
		flex-grow: inherit;
		border: 0;
	}
	.cora {
		flex-wrap: wrap;
		height: auto;
		padding: 10px 15px;
		line-height: 30px;
	}
	.corar{
		width: 100%;
		margin-top: 10px;
		justify-content: space-between;
	}
	.cora span{
		margin: 0;
	}
	.co1r{
		margin-top: 15px;
	}
	.msga{
		width: 100%;
	}
	.msga span{
		width: 50px;
	}
	.msga input,.msga textarea,.msgaslt{
		padding-left: 50px;
	}
	
}