@font-face {
	font-family: 'Conv_DINCondensedC';
	src: url('../fonts/DINCondensedC.eot');
	src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	/* font-family: "微软雅黑", Helvetica Neue, sans-serif, Arial; */
	height: 100%;
	position: relative;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 去除所有input类型的默认样式 */
input {
	/* 基础重置 */
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;

	/* 去除浏览器特定样式 */
	-webkit-appearance: none;
	/* 清除WebKit内核浏览器的默认样式（如iOS的圆角） */
	-moz-appearance: none;
	/* 清除Firefox的默认样式 */
	appearance: none;

	/* 字体与文本重置 */
	font-family: inherit;
	/* 继承父元素字体 */
	font-size: inherit;
	/* 继承父元素字体大小 */
	line-height: inherit;
	/* 继承父元素行高 */
	color: inherit;
	/* 继承父元素文本颜色 */

	/* 去除内置图标（如搜索框的叉号） */
	&::-webkit-search-cancel-button,
	&::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	/* 去除数字输入框的上下箭头 */
	&::-webkit-outer-spin-button,
	&::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	/* 针对Firefox的数字输入框箭头 */
	&[type="number"] {
		-moz-appearance: textfield;
	}

	/* 去除焦点状态的默认样式 */
	&:focus {
		outline: none;
		box-shadow: none;
	}

	/* 去除禁用状态的默认样式 */
	&:disabled {
		opacity: 1;
		/* 重置禁用时的透明度 */
		cursor: not-allowed;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	font-weight: 400;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

a {
	color: #6E6E6E;
	text-decoration: none
}

a:focus,
a:hover {
	transition: none
}

a.text-gray:hover {
	color: #6E6E6E
}

p {
	margin: 0
}

dl,
dd,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none
}

.fixed {
	z-index: 9999;
}

.bg-gray {
	background: #F7F7F7
}

.bg-sub {
	background: #6e6e6e
}

/* 标签 */
.tag {
	display: inline-block;
	transition: .5s
}

.tag.padding {
	padding: 5px 12px
}

.tags {
	color: #ff9600 !important;
	border: 1px solid #ff9600 !important;
	background-color: unset;
}

/* 英文字体begin */
.Conv_DINCondensedC {
	font-family: "Conv_DINCondensedC";
}

/* 英文字体end */

.mb5 {
	margin-bottom: 5px;
}

/* 行距 begin*/
.blank {
	height: 10px;
	line-height: 10px;
	clear: both;
	font-size: 0
}

.blank-small {
	height: 20px;
	line-height: 20px;
	clear: both;
	font-size: 0
}

.blank-middle {
	height: 30px;
	line-height: 30px;
	clear: both;
	font-size: 0
}

.blank-big {
	height: 50px;
	line-height: 50px;
	clear: both;
	font-size: 0
}

.blank-large {
	height: 80px;
	line-height: 80px;
	clear: both;
	font-size: 0
}

/* 行距 end*/


/* 常用TAB */
.tab-normal .tab-head {
	border-radius: 0;
	font-size: 0;
	-webkit-text-size-adjust: none;
	width: 100%;
}

.tab-normal .tab .tab-nav li {
	display: inline-block;
	width: auto;
	text-align: center
}

.tab-normal .tab .tab-nav li a {
	background: #fff;
	color: #6e6e6e;
	border-radius: 30px;
	padding: 0px 20px;
	height: 42px;
	line-height: 42px;
	margin: 0 10px;
	display: block;
	border: 0;
	font-size: 16px;
}

.tab-normal .tab .tab-nav .active a {
	background: linear-gradient(-45deg, #FFD100, #ff9600);
	cursor: default;
	color: #fff;
	border-bottom: 0px solid #FD3C6B;
}

.tab-normal .tab .tab-nav .active {
	background: none
}

.tab-normal .tab .tab-nav .active a:hover {
	color: #FFF
}

.tab-normal .tab .tab-nav li a:focus {
	outline: none;
}

.tab-normal .tab .tab-nav li a:hover {
	background: linear-gradient(-45deg, #FFD100, #ff9600);
	color: #fff
}

.tab-normal .tab .tab-body {
	padding: 0;
	border-radius: 0;
	border-top: 0px solid #ff0000
}

/* 常用TAB */

/* 常用css样式 */

.show-s {
	display: none;
}

.card-10 {
	border-radius: 10px;
	padding: 10px;
}

.card-20 {
	border-radius: 20px;
	padding: 20px;
}

/* PC导航 begin*/
#pc-header {
	height: 80px;
	z-index: 11;
}

#pc-header .logo img {
	max-width: none;
	max-height: 45px;
}

#pc-header.navbar {
	background: #FFF;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
	padding: 0;
}

.navbar-brand {
	margin-right: 30px;
}

#pc-header .navbar-nav .nav-item .nav-link {
	color: #383838;
	line-height: 80px;
	position: relative;
	padding: 0 0.8rem;
	font-size: 14px;
	font-weight: 400
}

/* #pc-header .navbar-nav li ul {
	top: 90px;
	padding: 0;
} */

#pc-header .navbar-nav .nav-item.active .nav-link,
#pc-header .navbar-nav .nav-item .nav-link:hover {
	color: #2183e9;
}



#pc-header .navbar-nav .nav-item.nav-item-product {
	position: static;
}


@keyframes dropdown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#pc-header .navbar-nav .nav-item.dropdown .dropdown-menu {
	display: none;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	height: 0;
	z-index: -1;
	top: 60px;
	/* overflow: hidden; */
	border: 1px solid #dcdcdc;
}

@media (hover: hover) {
	#pc-header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
		display: block;
		opacity: 1;
		height: auto;
		z-index: 1;
		top: 100%;
		border-radius: 0;
		animation-name: dropdown;
		animation-duration: 0.3s;
	}
}

#pc-header .navbar-nav .nav-item.dropdown.open .dropdown-menu {
	display: block;
	opacity: 1;
	height: auto;
	z-index: 1;
	top: 100%;
	border-radius: 0;
	animation-name: dropdown;
	animation-duration: 0.3s;
}

#pc-header .navbar-nav .nav-item.dropdown .dropdown-menu.dropdown-menu-product {
	position: absolute;
	top: 100%;
	padding-top: 0;
	padding-bottom: 0;
	left: 0;
	width: 100%;
	border: none;
	background: none;
}

#pc-header .navbar-nav .dropdown-menu-product .container {
	display: flex;
	margin: auto;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 0;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 40px 50px 0 rgb(0 0 0 / 20%);
	min-height: 300px;
	transition: all 0.3s ease-in-out;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-left {
	background: #F5F7FA;
	padding: 0;
	padding-top: 20px;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-left .dropdown-menu-product-left-item {
	font-size: 16px;
	line-height: 3;
	color: #383838;
	padding-left: 20px;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-left .dropdown-menu-product-left-item.active {
	background: #fff;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-left .dropdown-menu-product-left-item.active a {
	color: #2183e9;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right {
	background: #fff;
	padding: 0;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-container {
	display: none;
	padding: 20px;
	padding-top: 30px;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-container.active {
	display: block;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-container h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-list {
	display: flex;
	flex-wrap: wrap;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-list .dropdown-menu-product-right-item {
	margin-bottom: 30px;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-list .dropdown-menu-product-right-item a {
	display: flex;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-list .dropdown-menu-product-right-item img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-list .dropdown-menu-product-right-item-text {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-list .dropdown-menu-product-right-item-text h5 {
	font-size: 16px;
	color: #252b3a;
	margin-bottom: 6px;
	font-weight: bold;
}

#pc-header .navbar-nav .dropdown-menu-product .row .dropdown-menu-product-right .dropdown-menu-product-right-list .dropdown-menu-product-right-item-text p {
	font-size: 14px;
	color: #aaaaaa;
}

#pc-header .btn-group {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#pc-header .btn-group a {
	display: inline-block;
	width: 100px;
	height: 38px;
	border-radius: 8px;
	text-align: center;
	line-height: 38px;
	margin-right: 20px;
}

#pc-header .btn-group a:last-child {
	margin-right: 0px;
}

.btn-group .btn-login {
	border: 1px solid #eeeeee;
}

.btn-group .btn-login:hover {
	background: rgb(55, 106, 255);
	color: #fff;
	border: 1px solid rgb(55, 106, 255);
}


.btn-group .btn-try {
	background: #376aff;
	color: #fff;
}

.btn-group .btn-try:hover {
	background: rgb(33, 131, 233);
}

/* PC导航 end*/


/* 底部地图版权 begin*/
footer {
	padding: 75px 0 0 0;
}

footer h3 {
	font-weight: 700;
	color: #fff
}

footer ul li ul li a {
	line-height: 32px;
	color: #888
}

footer ul li ul li a:hover,
footer .contact .media .media-body a:hover {
	color: #fff;
}

footer .contact {
	padding-top: 3px
}

footer .contact .media {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
}

footer .contact .media span {
	width: 24px;
	height: 24px;
}

footer .contact .media i {
	line-height: 24px;
}

footer .contact .media .media-body a,
footer .contact .media .media-body {
	padding: 0;
	color: #888;
	line-height: 24px;
}

footer .qr {
	color: #656D78;
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

footer .qr img {
	width: 100%;
	margin-bottom: 10px;
}

footer .copyright {
	font-size: 14px;
	padding: 20px 0 50px 0;
	color: #656D78;
	border-top: 1px solid #636e80;
}

footer .copyright a {
	color: #656D78;
	margin-left: 5px;
}

footer .tab-head {
	border-radius: 0;
	font-size: 0;
	-webkit-text-size-adjust: none;
	padding: 0;
	border-bottom: 1px solid #404040
}

footer .tab .tab-nav li {
	display: inline-block;
	width: auto;
	margin: 0 20px 0 0
}

footer .tab .tab-nav li a {
	color: #888;
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	display: block;
	line-height: 20px;
	border-radius: 0;
	font-size: 16px;
}

footer .tab .tab-nav .active {
	border-radius: 0px;
}

footer .tab .tab-nav .active a {
	margin-bottom: -1px;
	cursor: default;
	border-bottom: 1px solid #FFB133;
}

footer .tab .tab-nav li a,
footer .tab .tab-nav .active a:focus {
	outline: none;
}

footer .tab .tab-body {
	border-radius: 0;
	border-top: solid 0px #ebebeb;
	padding: 25px 0
}

footer .tab .tab-body .flink a {
	display: inline-block;
	margin-right: 15px;
	line-height: 24px
}

footer .tab .tab-body .flink a img {
	width: 110px;
	height: 58px;
}

/* 底部地图版权 end*/
@media screen and (max-width:1440px) {
	.container-layout {
		max-width: 98%;
	}
}

body {
	padding-top: 80px;
}

.banner {
	position: relative;
	height: 520px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner img {
	width: 100%;
}

.section {
	padding: 40px 5%;
}

.section-title {
	margin-bottom: 64px;
}

.section-title.section-title-desc {
	margin-bottom: 30px;
}

.section-title h3 {
	color: #0b1636;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 22px;
}

.section-title p {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	color: #656D78;
}

.btn-blue {
	display: block;
	width: 140px;
	height: 38px;
	color: #fff;
	font-size: 12px;
	line-height: 38px;
	background: url(../images/index/btn_blue.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: 50% 50%;
	text-align: center;
	border-radius: 8px;
}

.footer-main {
	background: #282f3d;
}

.footer-main .footer-nav {
	display: flex;
	justify-content: space-between;
}

.footer-nav .footer-logo {
	filter: brightness(0) invert(1);
	margin-bottom: 17px;
}

footer .footer-logo-m {
	display: none;
	filter: brightness(0) invert(1);
	text-align: center;
	margin-bottom: 30px;
}

.footer-nav .nav-contact .nav-contact-item {
	margin-bottom: 10px;
}

.footer-nav .nav-contact .nav-contact-item span {
	font-size: 14px;
	line-height: 1.5;
	color: #636e80;
}

.footer-nav .nav-contact .nav-contact-item p {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.5;
}

.footer-nav .nav-footer-menu {
	padding-top: 15px;
}

.footer-nav .nav-footer-menu h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 34px;
}

.footer-nav .nav-footer-menu a {
	font-size: 14px;
	line-height: 2;
	color: #636e80;
	font-weight: normal;
}

.footer-nav .nav-qr {
	width: 111px;
	padding-top: 15px;
}

.footer-nav .nav-footer-menu-sub {
	display: flex;
	justify-content: space-between;
}

.footer-nav .nav-footer-menu-sub ul {
	margin-right: 20px;
}

.footer-nav .nav-footer-menu-sub ul:last-child {
	margin-right: 0px;
}

.banner-ny .banner-text {
	text-align: center;
}

.banner-ny .banner-text h3 {
	font-size: 54px;
	color: #0b1636;
	letter-spacing: 2px;
	font-weight: 700;
}

.banner-ny .banner-text h3 span,
.font-cai {
	background-image: linear-gradient(to right, #3C7FF8, #56EED3);

	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.banner-ny .banner-text p {
	color: #656D78;
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px;
	height: 32px;
	margin-bottom: 40px;
}

.banner-ny .banner-text .btn-group {
	display: flex;
	justify-content: center;
}

.banner-ny .banner-text .btn-group a {
	display: block;
	width: 130px;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	border-radius: 8px;
	margin: 0 10px;
}

.banner-ny .banner-text .btn-white {
	border: 1px solid #2183e9;
	color: #2183e9;
}

.bottom-form {
	background: url(../images/index/mfsybg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.bottom-form-container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;

	border: 1px solid #ffffff;
	background-color: #f3f8fd;
	caret-color: transparent;
}

.form-img {
	width: 220px;
	margin: 0 20px;
}

.bottom-form-body {
	flex-grow: 1;
	padding: 0 40px;
}

.bottom-form-body p {
	font-size: 18px;
	line-height: 1;
	color: #656D78;
	margin-bottom: 40px;
	width: 100%;
}

.bottom-form-body form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}

.bottom-form-body input {
	width: 25%;
	border: none;
	height: 48px;
	border-radius: 24px;
	background: #fff;
	font-size: 14px;
	line-height: 48px;
	padding: 0 20px;
	color: #656D78;
	margin-bottom: 20px;
	margin-right: 20px;
}

.bottom-form-body input:focus {
	caret-color: #383838;
	box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.53);
}

.bottom-form-body input::placeholder,
.bottom-form-body textarea::placeholder {
	color: #bbbbbb;
}

.bottom-form-body textarea {
	width: calc(80% - 20px);
	border: none;
	height: 91px;
	border-radius: 24px;
	background: #fff;
	font-size: 14px;
	line-height: 48px;
	padding: 0 20px;
	color: #656D78;
	margin-right: 20px;
	overflow: hidden;
	resize: none;
	margin-bottom: 20px;
}


.bottom-form-body .btn-submit {
	width: 16%;
	background: #376aff;
	color: #FFFFFF;
	margin-right: 0;
}

.pagination-container .pagination {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.pagination-container .pagination li {
	display: block;
	color: #999999;
	border: 1px solid #999999;
	font-size: 16px;
	line-height: 2;
	margin: 0 5px;
	min-width: 34px;
	text-align: center;
	padding: 0 10px;
}

.pagination-container .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pagination-container .pagination .active {
	border: 1px solid #317AF7;
	background: #317AF7;
	color: #fff;
}

.position {
	color: #c0c4cc;
}

.position a {
	font-size: 14px;
	color: #656D78;
}

.dropdown-item.active,
.dropdown-item:active {
	background: none;
}

#pc-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover a {
	color: #2183e9;
}

.hover-up-10 {
	transition: all 0.3s ease-in-out;
}

.hover-up-10:hover {
	margin-top: -10px;
	margin-bottom: 10px;
}

/* bgal begin */
.bgal-item {
	width: calc(100% - 20px);
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.53);
	transition: all 0.6s ease-in-out;
}

.bgal-item:hover {
	margin-top: 0px;
	margin-bottom: 20px;
}

.bgal-header {
	height: 220px;
	background-size: cover;
	transition: all 0.6s ease-in-out;

	display: flex;
	justify-content: center;
	align-items: center;
}

.bgal-header img {
	width: auto;
	height: 100px;
	margin-bottom: 20px;
	transition: all 0.6s ease-in-out;
}

.bgal-item:hover .bgal-header img {
	opacity: 0;
}

.bgal-content {
	background: #fff;
	margin-top: -20px;
}

.bgal-item .ywms-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.bgal-item .ywms-list .ywms-item {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	font-style: normal;
	color: #2c82ff;
	padding: 0 10px;
	border-radius: 8px;
	background: #e0ecff;
	margin: 2px;
}

.bgal-item .ywms-list .ywms-item:nth-child(2n) {
	background: #e0f3ff;
	color: #2cafff;
}

.bgal-content h3 {
	color: #2f3031;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}

.bgal-item .tdsz-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	background: rgba(224, 243, 255, 0.42);
	padding: 10px;
	margin-bottom: 20px;
}

.bgal-item .tdsz-item span {
	color: #2c82ff;
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

.bgal-item .tdsz-item p {
	color: #727a8e;
	font-size: 14px;
}

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

.bgal-footer .ljzx {
	color: #317af7;
	font-size: 14px;
	font-weight: 400;
}

.bgal-footer .ljzx img {
	width: 18px;
	height: 18px;
}

.bgal-footer .ljxq {
	font-size: 14px;
	color: #317af7;
	font-weight: 400;
}

.bgal-more .btn-blue {
	margin: auto;
}

/* bgal end */

@media (max-width: 1200px) {

	.bottom-form-body input {
		width: 45%;
	}

	.bottom-form-body .btn-submit {
		width: 45%;
	}
}


/* 移动端 */
@media (max-width: 992px) {
	#pc-header .navbar-nav {
		min-height: calc(100vh - 180px);
	}

	.offcanvas.offcanvas-end {
		width: 100%;
		border-left: 0;
	}

	#pc-header .offcanvas.offcanvas-end .offcanvas-body {
		padding-top: 0;
		padding-bottom: 0;
	}

	.container,
	.container-md,
	.container-sm {
		overflow: hidden;
	}

	#pc-header .navbar-nav .nav-item {
		border-bottom: 1px solid #e5e6eb;
	}

	#pc-header .navbar-nav .nav-item:first-child {
		border-top: 1px solid #e5e6eb;
	}

	#pc-header .navbar-nav .nav-item .nav-link {
		line-height: 50px;
	}

	#pc-header .navbar-nav .nav-item.dropdown .dropdown-menu {
		border: none;
		background: #fafafa;
		border-bottom: 1px solid #dcdcdc;
		border-radius: 0;
		padding: 0;
	}

	#pc-header .navbar-nav .nav-item.dropdown .fisrt-level-menu::after {
		content: "";
		position: absolute;
		right: 20px;
		top: calc(50% - 10px);
		width: 20px;
		height: 20px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAfNJREFUeF7tmEtOwzAQhj1klQtwCDgFjzWnoIDIAiTC4wg8ggSLIKCcgjWPU8AhuEBXwcgqkUppG9vJPKRM1+5kvm9+22nB9PwDPec3KkAT0HMDugV6HgA9BHUL6BbouQHdAj0PgN4CugU4t8Bg/+jGPX94d33I1QdbAhy8NebAgYMxt1wSWARMwteT55JALmAWPKcEUgGL4LkkkAnwgeeQQCIgBJ5aArqAGHhKCagCmuAB4NPBWmtX5r0HYN8OaAJ84JPUrDnwamTeuSSgCPCFvy+KLydgL8+XuSR0LiAUvo4+l4ROBcTCc0roTEBbeC4JnQjoCp5DQmsBzfDmI0lhvT7wfH/2js8E+2atWcW8IlsJwIL/mwRcCdECsOGpJEQJoIKnkBAsgBoeW0KQAC54TAneAnazk43KVi9zT2SIO+19b4UQCQkkmw/l5atPbW8Brtggy0+ttefThYEI3kcCAJwNy+LCB/73D1nfpeN10xKo4RdJCIWPEjApgQt+loQY+GgB7os72fH2UmqfQ9/wwvLWvNq9MX6PYOuxvHpqXv1/RdAZEPMA6d9RAdInhN2fJgDbsPT6mgDpE8LuTxOAbVh6fU2A9Alh96cJwDYsvb4mQPqEsPvTBGAbll5fEyB9Qtj9aQKwDUuvrwmQPiHs/n4AoydYUNdSeFUAAAAASUVORK5CYII=);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		background-size: 100% 100%;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#pc-header .navbar-nav .nav-item.dropdown.open .fisrt-level-menu::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#pc-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 16px;
		line-height: 2.5;
		border-top: 1px solid #dcdcdc;
	}

	#pc-header .navbar-nav .nav-item.dropdown .dropdown-menu.dropdown-menu-product {
		position: static;
	}

	#pc-header .navbar-nav .dropdown-menu-product .container {
		box-shadow: none;
	}




	.banner {
		height: 280px;
	}

	.banner-ny .banner-text h3 {
		font-size: 28px;
	}

	.banner-ny .banner-text p {
		font-size: 14px;
		line-height: 1.5;
	}

	.banner-ny .banner-text {
		top: calc(50% - 80px);
		left: 8%;
		width: 80%;
	}

	.hidden-s {
		display: none;
	}

	.show-s {
		display: block;
	}

	footer {
		padding-top: 30px;
	}

	.footer-main .footer-nav {
		justify-content: space-evenly;
		align-items: center;
	}

	footer .footer-logo-m {
		display: block;
	}

	.footer-nav .footer-logo {
		margin-bottom: 20px;
	}

	.footer-nav .nav-contact .nav-contact-item p {
		font-size: 20px;
	}

	footer .copyright {
		padding: 20px 0 20px 0;
		font-size: 14px;
		text-align: center;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.section-title h3 {
		font-size: 22px;
		line-height: 1.5;
	}

	.section-title p {
		margin-top: 10px;
	}

	.bottom-form-container {
		flex-direction: column;
		width: 90%;
		margin: auto;
	}

	.form-img {
		display: none;
	}

	.bottom-form-body p {
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 1.5;
	}

	.bottom-form-body form {
		flex-direction: column;
	}

	.bottom-form-body input,
	.bottom-form-body textarea {
		width: 100%;
		margin-right: 0;
	}

	.bottom-form-body {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.bottom-form-body .btn-submit {
		width: 100%;
		margin: 0;
	}

	.bgal-content h3 {
		font-size: 20px;
	}

	.bgal-item .tdsz-item p {
		font-size: 12px;
	}
}