@font-face {
	font-family: 'iconfont';
	src: url(../icons/iconfont.eot);
	src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
		url(../icons/iconfont.woff) format('woff'),
		url(../icons/iconfont.ttf) format('truetype'),
		url(../icons/iconfont.svg#iconfont) format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Thin.woff2');
	font-weight: 200;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Light.woff2');
	font-weight: 300;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC.woff2');
	font-weight: 400;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
	font-weight: 500;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff2');
	font-weight: 600;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Black.woff2');
	font-weight: 700;
}

@font-face {
	font-family: BaiJamjuree-Bold;
	src: url('../fonts/BaiJamjuree-Bold.woff2');
}

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	list-style: none;
	color: var(--color2);
	font-family: 'HarmonyOSSansSC';
	font-weight: 400;
	font-size: 1.6rem;
}

p {
	line-height: 2;
	margin: 1rem 0;
	font-weight: 300;
	color: #666;
}

img {
	display: block;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color);
}

::selection {
	background: var(--color);
	color: #fff;
}

.flexBoxs {
	display: flex;
	flex-wrap: wrap;
}


html,
body {
	font-size: 62.5%;
	width: 100%;
	position: relative;
	--color: #00469B;
	--color2: #333333;
	--height: 70px;
}


.w_all {
	max-width: 1400px;
	margin: 0 auto;
}


header {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999999999;
	transition: all 0.6s ease;
	background: rgba(255, 255, 255, 1);
}

header .htop {
	background-color: #efefef;
}

header .htop .t0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .htop p {
	color: #999999;
	margin: 0;
	font-size: 1.5rem;
	line-height: 30px;
}

header .htop p span {
	font-size: 1.5rem;
	font-weight: 300;
	color: #999999;
}

header .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	background: url(../images/hbg.png) no-repeat center/contain;
}

header .logo a {
	display: flex;
}

header .logo img {
	height: 6rem;

}

header .logo h1 {
	font-size: 3.6rem;
	line-height: 1;

	font-weight: 500;
}

header .logo h6 {
	font-size: 1.5rem;
	margin-left: 2rem;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding-left: 2rem;
	display: flex;
	align-items: center;
}

header .rr {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}


.search {
	border: 1px solid rgba(0, 0, 0, .1);
	height: 4rem;
	display: flex;
	justify-content: space-between
}

.search input {
	width: 18rem;
	padding: 1rem 1.5rem;
	font-size: 1.5rem;
	background: none;
}

.search button {
	background: var(--color);
	color: #fff;
	padding: 0 1.5rem;
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 1.5rem;
	cursor: pointer;
}

.search i {
	color: #fff;
	font-weight: 400;
	font-size: 1.5rem;
	margin-right: 0.5rem;
}

.navbox {
	background: var(--color);
	position: sticky;
	top: 0;
	z-index: 1000;
}


.navbox ul {
	display: flex;
	justify-content: space-between;
}

.navbox ul li img {
	height: 2rem;
	padding: 1.5rem 0;
	margin: auto;
	filter: invert(1) brightness(1000);
}

.navbox ul li {
	position: relative;
	width: 100%;

}

.navbox ul li:first-of-type {
	width: 60rem;
}

.navbox ul li h2 {
	font-size: 1.5rem;
	transition: all 0.6s;
	padding: 1.5rem 0;
	color: #fff;
	text-align: center;
}

.navbox ul li:hover {
	background: rgba(255, 255, 255, 0.2);
}

.navbox ul li::after {
	content: "";
	position: absolute;
	right: 0%;
	top: 50%;
	width: 1px;
	transform: translateY(-50%);
	height: 50%;
	border-radius: 50%;
	background: #fff;
	opacity: 0.3;
}

.navbox ul li:first-of-type::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 50%;
	width: 1px;
	transform: translateY(-50%);
	height: 50%;
	border-radius: 50%;
	background: #fff;
	opacity: 0.3;
}

.navBtn {
	z-index: 99999;
	cursor: pointer;
	display: none;
	margin-left: 2rem;
}

.navBtn span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 4px auto;
}

.nav_btn_active {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.nav_btn_active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_btn_active span:nth-of-type(2) {
	opacity: 0;
}

.nav_btn_active span:nth-of-type(3) {
	margin-top: -59%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.s_menu {
	position: absolute;
	display: none;
	top: 100%;
	left: 0%;
	width: max-content;
	min-width: 100%;
	background: var(--color);
}

.s_menu dd {
	padding: 1.5rem 2rem;
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.s_menu dd:last-of-type {
	border: none;
}

.s_menu dd a {
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff;
}

.s_menu dd:hover {
	background: rgba(255, 255, 255, 0.2);
}

.btnss {
	margin: 0 2rem;
	width: 3rem !important;
	height: 3rem !important;
	padding: 0.1rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 2;
	transition: all 0.5s linear;
	cursor: pointer;
}

.btnss::after {
	transform: scale(0.8);
	font-size: 1.6rem !important;
	font-weight: 800 !important;
	transition: all 0.5s linear;
}

.swiper-button-black {
	margin: 0;
	border-color: rgba(0, 0, 0, 0.5);
}

.btnss:hover {
	background: var(--color);
}

.btnss:hover::after {
	color: #fff;
}

.more {
	border-radius: 5rem;
	display: flex;
	justify-content: space-between;
	padding: 1.2rem 3rem;
	align-items: center;
	width: max-content;
	margin: 4rem auto 0;
	border: 1px solid rgba(0, 0, 0, .2);
	cursor: pointer;
	transition: all 0.5s ease;
	font-size: 1.6rem;
	font-weight: 300;
}

.more:hover {
	background: var(--color);
	color: #fff;
}

.more:hover img {
	transform: rotate(180deg);
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.1rem solid rgba(0, 0, 0, .2);
	margin-bottom: 1rem;
	position: relative;
}

.title h3 {
	font-size: 2.2rem;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-bottom: 1.5rem;
	color: var(--color);
}

.title h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--color);
}

.title p {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	color: #999;
	margin: 0;
}

.title p a {
	font-size: 1.5rem;
	color: #999;
	transition: all 0.5s ease;
}

.title p a:hover {
	color: var(--color);
}

.title span {
	display: block;
	color: #999;
	font-size: 1.5rem;
	transition: all 0.5s ease;
}

.title span.on {
	color: var(--color);
}

.title span:hover {
	color: var(--color);
}

.titleCenter {
	text-align: center;
}

.index_bars {
	padding: 5rem 0;
	position: relative;
}

.index_bar1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(to bottom, #abbfef, #fff);
}

.index_bar1 .box {
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.index_bar1 .box .aa {
	width: 52.4%;
	overflow: hidden;
	position: relative;
}

.index_bar1 .box .aa .swiper-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index_bar1 .box .swiper-slide .img {
	position: relative;
	height: 100%;
}

.index_bar1 .box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.index_bar1 .box .swiper-slide h6 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10%;
	background: rgba(0, 0, 0, 0.5);
	padding: 1.2rem 2rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.5s ease 0.5s;
}

.index_bar1 .box .swiper-slide-active h6 {
	opacity: 1;
	bottom: 0;
}

.index_bar1 .box .bb {
	width: 45%;
}

.index_bar1 .box dl:not(:first-of-type) {
	margin-top: 2rem;
}

.index_bar1 .box dl dd {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 0.1rem dotted rgba(0, 0, 0, .2);
	padding: 0.5rem 0;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

.index_bar1 .box dl dd p {
	width: 77%;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	transition: all 0.5s ease;
	font-weight: 400;
}

.index_bar1 .box dl dd p:hover {
	color: var(--color);
}

.index_bar1 .box dl dd p strong {
	font-size: 1.5rem;
	font-weight: 500;
	margin-left: -6px;
	color: var(--color);
}

.index_bar1 .box dl dd span {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, 0.4);
}

.index_bar3 {
	padding-bottom: 0;
}

.index_bar3 img {
	width: 100%;
}

.index_bar4 .contain {
	justify-content: space-between;
}

.index_bar4 dl {
	width: 48%;
	margin-top: 4rem;
}



.index_bar4 dl dd {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 0.1rem dashed rgba(0, 0, 0, .2);
	padding: 0.6rem 0;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

.index_bar4 dl dd p {
	width: 77%;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	padding-left: 2rem;
	transition: all 0.5s ease;
}

.index_bar4 dl dd p::before {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0.8;
	background: url(../images/enter.png) no-repeat center/contain;
	filter: grayscale(1000);
	position: absolute;
	left: 0;
	top: 5px;
}

.index_bar4 dl dd p:hover {
	color: var(--color);
}

.index_bar4 dl dd p:hover:before {
	opacity: 1;
	filter: none;
}

.index_bar4 dl dd span {
	min-width: 9rem;
	text-align: right;
	font-size: 1.4rem;
	color: rgba(0, 0, 0, 0.4);
}

.index_bar2 .box {
	margin-top: 3rem;
}

.index_bar2 .box .bbs {
	position: relative;
}

.index_bar2 .swiper-container {
	width: 101%;
	margin-left: -0.5%;
	padding: 0 0.5%;
	box-sizing: border-box;
}

.index_bar2 .swiper-slide {
	height: initial;
}

.index_bar2 img {
	width: 100%;
	height: 90%;
	object-fit: cover;
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .3);
}

.index_bar2 p {
	text-align: center;
	font-weight: 400;
	font-size: 1.5rem;
	transition: all 0.5s ease;
}

.index_bar2 .swiper-slide:hover p {
	color: var(--color);
}

.index_bar2 .swiper-button-prev {
	margin-left: -5.5rem;
}

.index_bar2 .swiper-button-next {
	margin-right: -5.8rem;
}

.index_bar5 {
	padding-top: 0 !important;
}

.index_bar5 ul {
	display: flex;
	flex-wrap: wrap;
}

.index_bar5 ul li {
	padding: 1rem 2.5rem;
	font-size: 1.5rem;
	background: #f6f6f6;
	margin: 1.5rem 1.5rem 0 0;
	transition: all 0.5s ease;
}

.index_bar5 ul li:hover {
	background: var(--color);
	color: #fff;
}

footer {
	position: relative; 
	overflow: hidden;
}

footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color);
	opacity: 0.9;
}

footer .box {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .ll {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 5%;
}

footer h2 {
	font-size: 1.8rem;
	margin: 0 0 2.5rem 0;
	position: relative;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #fff;
}

footer h2 img {
	width: 2.4rem;
	margin-top: -2px;
	filter: invert(1) brightness(1000);
	margin-right: 0.6rem;
}

footer .ll p {
	font-size: 1.5rem;
	color: #fff;
	margin: 0.8rem 0 0;
	transition: all 0.5s ease;
}

footer a:hover p {
	opacity: 0.7;
}

footer dl {
	display: flex;
	margin: 0 2vw;
}

footer dl dd p {
	font-weight: 400;
	color: #fff;
	margin: 0 2vw;
	transition: all 0.5s ease;
}

footer dl dd p img {
	width: 3.3rem;
	filter: invert(1) brightness(1000);
	margin: 0 auto 1rem;
}

footer dl dd:hover p {
	opacity: 0.7;
}

footer .rr p {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
}

footer .rr p img {
	width: 10rem;
	display: block;
	margin: 0 auto 0.6rem;
}

footer .copy {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1rem 0;
	position: relative;
	z-index: 3;
}

footer .copy .tl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


footer .copy p {
	margin: 0;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.5);
}

footer .copy .tl a {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.5);
	margin-left: 20px;
	transition: all 0.5s ease;
}

footer .copy .tl a:hover {
	color: #fff;
}

.all_back {
	position: fixed;
	right: 1%;
	bottom: 3rem;
	z-index: 99999999;
	display: none;
}

.all_back .aa {
	background: #fff;
	border-radius: 50%;
	margin: 1rem 0;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .02);
	transition: all 0.4s ease;
	box-shadow: 0 3rem 5rem 0 rgba(23, 33, 30, 0.05);
}

.all_back img {
	width: 50%;
}

.all_back .aa:hover {
	background: var(--color);
	transform: scale(1.06);
}

.all_back .aa:hover img {
	filter: invert(1) brightness(1000);
}

.info dl {
	width: 100%;
}

.info dl:first-of-type {
	margin: 0;
}

.info dl dd p {
	width: 90%;
}

.pages {
	width: 100%;
}

.pages ul {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 4rem;
	justify-content: center;
}

.pages ul li {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	margin: 0 0.5rem;
	font-weight: 300;
}

.pages ul a {
	font-size: 1.5rem;
	width: 3rem;
	height: 3rem;
	background: #f4f4f4;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	cursor: pointer;
}

.pages ul li.active a {
	background: var(--color);
	font-weight: 400;
	color: #fff !important;
}

.pages ul li:hover a {
	color: #fff;
	background: var(--color);
}

.pages ul li input {
	display: block;
	margin: 0 5px;
	text-align: center;
	border: 1px solid #d5d5d5;
	line-height: 2.7rem;
	width: 4rem;
	font-size: 1.5rem;
}

.allBox .bar0,
.allBox .contain {
	display: flex;
	justify-content: space-between;
}

.allBox .lbox {
	width: 17vw;
}

.allBox .lbox h2 {
	background: var(--color);
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	padding: 2rem 0;
	margin-bottom: 6px;
	box-sizing: border-box;
}

.allBox .lbox p {
	background: rgba(7, 101, 174, 0.1);
	text-align: center;
	padding: 1.2rem 0;
	margin: 2px 0 0;
	font-weight: 400;
	color: var(--color2);
	box-sizing: border-box;
	transition: all 0.5s ease;
}

.allBox .lbox p:hover,
.allBox .lbox p.active {
	background: var(--color);
	color: #fff;
}

.allBox .rbox {
	width: calc(100% - 20vw);
}

.newsd .bar0 h4 {
	margin: 5rem 0 1.5rem;
	font-size: 2.6rem;
	line-height: 1.4;
	color: var(--color);
	font-weight: 600;
}

.newsd .bar0 .t0 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 0.5rem;
	display: flex;
}

.newsd .tt {
	margin: 3rem 0;
	min-height: 30vh;
}

.newsd .tt p {
	margin: 1rem 0;
	font-size: 1.5rem;
}

.newsd .tt p > img,.newsd .tt p a img {
	max-width: 100%;
	margin-bottom: 2rem;
}
.newsd .tt  p strong span{
    font-weight: 600;
}
.newsd .tt  p strong {
    font-weight: 600;
}
.newsd .tt table { 
    border-collapse: collapse;
    display: table;
    width: 100%;
}
.newsd .tt table td, .newsd .tt table th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.newsd .tt table th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}
.newsd .tt table thead th{
    font-weight: 500;
}
.sels {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 3rem 0;
	padding-bottom: 3rem;
}

.sels .s1 {
	display: flex;
	align-items: center;
	margin: 2rem 0;
}

.sels .s1 h5 {
	width: 10rem;
	font-weight: 500;
}

.sels .s1 select {
	border: 1px solid rgba(0, 0, 0, .1);
	margin-left: 2rem;
	padding: 0.8rem 1rem;
	box-sizing: border-box;
	width: 30%;
	font-size: 1.5rem;
	color: #666;
	opacity: 1 !important;
	cursor: pointer;
}

.sels .s1 option {
	padding: 1rem;
	color: #666;
	box-sizing: border-box;
	font-size: 1.5rem;
}

.sels .search {
	width: 50%;
	height: auto;
	margin: 4rem auto 1rem;
}

.sels .search input {
	width: 60%;
	padding: 1.7rem;
}

.sels .search input::placeholder {
	color: #999;
	font-weight: 300;
}

.sels .search button {
	font-weight: 400;
	padding: 0 3.5rem;
	box-sizing: border-box;
}

.policy1 dl h6 {
	margin-bottom: 2rem;
	color: #999;
	font-weight: 300;
}

.policy1 dl dd p {
	padding: 0;

}

.policy1 dl p::before {
	display: none;
}

.policy1 dl .tl {
	display: flex;
	align-items: center;
	width: 90%;
}

.policy1 dl .tl strong {
	background: var(--color);
	padding: 3px;
	display: block;
	color: #fff;
	margin-right: 1rem;
	font-size: 1.1rem;
}

.policy1 dl dd.disable strong {
	background: #c0c0c0;
}

.index_bar2b {
	padding-top: 0 !important;
}

.training .bbs {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem 3rem;
}

.training .bbs b {
	display: block;
	overflow: hidden;
	width: 100%;
}

.training .bbs img {
	width: 100%;
	transition: all 0.5s ease;
}

.training .bbs .bb:hover img {
	transform: scale(1.06);
}

.training .bbs p {
	font-weight: 400;
	margin: 1.5rem 0 0;
	font-size: 1.7rem;
}

.training .bbs .bb:hover p {
	color: var(--color);
}

.train2 {
	padding-top: 0 !important;
}

.train2 img {
	width: 100%;
}

.service .bbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem 3rem;
	padding-bottom: 0;
}

.service .bbs b {
	display: block;
	overflow: hidden;
	width: 100%;
}

.service .bbs img {
	width: 100%;
	transition: all 0.5s ease;
}

.service .bbs .bb:hover img {
	transform: scale(1.06);
}

.service .bbs p {
	font-weight: 400;
	margin: 1.5rem 0 0;
	text-align: center;
	font-size: 1.7rem;
}

.service .bbs .bb:hover p {
	color: var(--color);
}

.contact .bar1 {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	align-items: flex-end;
	padding: 4% 3%;
	box-sizing: border-box;
	box-shadow: 0rem 0.2rem 1rem 0rem rgba(15, 35, 65, 0.05);
}

.contact h1 {
	color: var(--color);
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 2.5rem;
}

.contact .ll p {
	text-align: left;
}

.contact .bar1 .ll ul li {
	margin: 1rem 0 0;
}


.contact .bar1 .ll ul li p {
	margin: 1.5rem 0 0;
	line-height: 1.6;
	color: var(--color4);
	display: flex;
	align-items: center;
	font-weight: 400;
}

.contact .ll p img {
	width: 2.2rem;
	margin-top: -1px;
	margin-right: 1rem;
}

.contact .ll p strong {
	font-weight: 500;
	display: none;
}

.contact .bar1 .ll ul li p a {
	font-size: 1.6rem;
	font-weight: 400;
	margin-right: 3rem;
	transition: all 0.5s ease;
}

.contact .bar1 .ll ul li p a:hover {
	color: var(--color);
}

.contact .bar1 .imgs {
	display: flex;
	margin-right: 10%;

}

.contact .bar1 .imgs p {
	text-align: center;
	margin: 0.5rem 0;
	line-height: 1.4;
	font-size: 1.5rem;
}

.contact .bar1 .imgs img {
	width: 11rem;
	border-radius: 0.6rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.contact .bar1 .message {
	width: 60%;
	padding: 3% 4%;
	background: #fff;
	border-radius: 1rem;
	box-sizing: border-box;
}

.contact .message .title {
	margin-bottom: 2rem;
}

.message .online .inps {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message .online .inps p {
	margin: 0 0 2rem;
	width: 32%;
}

.message .online .inps p span {
	font-size: 1.2rem;
	display: block;
	color: #333;
	margin-bottom: 5px;
}

.message .online .inps p img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.message .online .inputs {
	font-size: 1.5rem;
	background: none;
	display: block;
	line-height: 1.4;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 1rem;
	padding: 1rem;
	width: 100%;
	box-shadow: none;
	box-sizing: border-box;
}

.message ::placeholder {
	color: #666;
}

.message .online .inps .pp1 {
	width: 100%;
}

.message textarea {
	min-height: 15rem;
}

.message .submit {
	margin: 1rem 0 0;
	position: relative;
	background: var(--color2);
	width: 100%;
	padding: 1.3rem .0;
	box-sizing: border-box;
	display: flex;
	color: #fff;
	justify-content: center;
	cursor: pointer;
	transition: all 0.5s ease;
	font-size: 1.6rem;
	font-weight: 400;
}

.message .submit button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none !important;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.message .submit:hover {
	background: var(--color);
}

.follow {
	display: flex;
	margin-top: 3rem;
}

.follow p {
	position: relative;
	margin: 0;
	margin-right: 1.2rem;
	overflow: hidden;
	cursor: pointer;
}

.follow p .img1 {
	width: 3.2rem;
}

.follow p .img2 {
	position: absolute;
	left: 50%;
	top: 5rem;
	width: 10rem;
	transform: translateX(-50%);
	opacity: 0;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.follow p:hover {
	overflow: inherit;
}

.follow p:hover .img2 {
	opacity: 1;
	top: 4rem;
	transition: all 0.5s ease;
}
.policy2,.info {
    min-height: 65vh;
}