* {
	margin: 0;
	padding: 0;
	font-family: "Source Han Sans CN", Verdana, Sans-serif;
}
div{
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}

.row {
	margin: 0 -15px;
}

.row>[class*="col-"] {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: inherit;
	text-overflow: ellipsis;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-push-0 {
	left: 0%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-pull-0 {
	right: 0%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

@media screen and (min-width: 768px) {
	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-push-0 {
		left: 0%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-pull-0 {
		right: 0%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}
}

@media screen and (min-width: 992px) {
	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-push-0 {
		left: 0%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-pull-0 {
		right: 0%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-push-0 {
		left: 0%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-pull-0 {
		right: 0%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}
}

[class*="visible-"] {
	display: none;
}

[class*="hidden-"] {
	display: block;
}

/* 顶部导航栏 */
#topbar {
	width: 100%;
	border-radius: 0;
	position: fixed;
	height: 88px;
	line-height: 88px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 18px;
	color: #808080;
}

.firstmenu img {
	width: 30px;
	height: 30px;
}

.mine img,
.info img {
	filter: drop-shadow(40px 0 0 #2072ed);
}

.info .secondmenu img {
	display: inline-block;
	float: left;
}

ul {
	list-style-type: none;
}

.info .secondmenu ul {
	display: block;
	text-align: left;
	margin-left: 98px;
}


a {
	text-decoration: none;
}

.firstmenu .mine:hover ul {
	display: block;
}

.info:hover img {
	transform: translateX(-40px);
}

.firstmenu .mine:hover img {
	transform: translateX(-40px);
}


#topbar img {
	
	vertical-align: middle;
}
#topbar .logo{
	width: 100%;
	max-width: 126px;
}

#topbar .logo2{
	width: 100%;
	max-width: 113px;
}

.firstmenu ul li:hover a {
	color: #FFFFFF !important;
}

#topbar a {
	text-decoration: none;
	color: #B0B9BD;
}

#menu .active,.active2 {
	color: #2072ED;
}

#menu ul {
	list-style-type: none;
	color: #808080;
}

.secondmenu {
	width: 80px;
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 80px;
	left: -85%;
	z-index: 50;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	line-height: 0;
	display: none;
}

.firstmenu li {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.firstmenu .secondmenu {
	display: none;
}


#left_menus ul li a {
	color: #0a1a27;
	font-size: 20px;
}
#menu .nohover{
	position: relative;
	padding-bottom: 10px;
}
#menu .nohover:hover>a {
	color: #2072ED;
}
#menu .nohover:hover .secondary_menu {
	display: block;
}
.secondary_menu{
	padding:20px 30px;
	font-size: 18px;
	background-color: #fff;
	display: none;
	line-height: 44px;
	position: absolute;
	top: 96px;
	left: -76px;
	text-align: left;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.secondary_menu li{
	position: relative;
}
#topbar .secondary_menu a:hover{
	color: #2072ED;
}
.secondmenu li {
	height: 20px;
	line-height: 35px;
	display: block;
	padding-bottom: 12px;
	position: relative;
}
.firstmenu ul li:hover {
	color: #FFFFFF;
	background-color: #2072ED;
}

.info .secondmenu {
	width: 300px;
	left: -140px;
}

.info .secondmenu:before {
	content: "";
	display: block;
	clear: both;
}

.info .secondmenu ul li {
	display: block;
	margin-bottom: 0;
	position: relative;
}

.info:hover .secondmenu {
	display: block;
}


.secondmenu .secondmenu_img {
	width: 86px !important;
	height: 86px !important;
	filter: none !important;
	transform: none !important;
}

#lang {
	position: absolute;
	margin-left: 5px;
}

#topbar .active::after {
	content: "";
	display: block;
	width: 72px;
	height: 3px;
	background: rgba(33, 128, 215, 1);
	margin-top: -3px;
}
#topbar .active2::after{
	content: "";
	display: block;
	width: 3px;
	height: 24px;
	background: rgba(33, 128, 215, 1);
	margin-top: -3px;
	position: absolute;
	top: 12px;
	left: -10px;
}

#topbar #menu {
	height: 93px;
}

/* ---底部版本号---- */
.versions {
	height: 100px;
	width: 100%;
	background-color: #404F54;
	font-size: 14px;
	color: #8D9599;
	text-align: center;
}

.versions p {
	color: #fff;
	padding-bottom: 8px;
}

.versions p a{
	color: #fff;
}

#WidgetFloaterPanels {
	display: none !important;
}

#WidgetLogoPanel {
	display: none !important;
}

#left_menus .active {
	color: #2072ED;
	position: relative;
}

#left_menus .active:after {
	content: "";
	display: block;
	height: 20px;
	border-left: 4px solid #2072ED;
	position: absolute;
	top: 0px;
	left: -10px;
}

button {
	outline: none;
}
/*底部联系信息 第十一部分 */
.banner11 {
	width: 100%;
	margin-bottom: 145px;
	display: flex;
	justify-content: center;
}
.banner11_content{
	width: 20%;
}
.banner11_content:first-child{
	width: 30%;
}
.banner11_content_module{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.banner11 ul{
	list-style: none;
}
.banner11 ul li img{
	width: 120px;
	height: 120px;
}
.banner11 .content2{
	padding-left: 350px;
}
.banner11 .content2 div:first-child li{
	text-align: center;
}
.banner11 .content2 div:last-child ul{
	margin-top: 61px;
}
.banner11_p1{
	font-size: 20px;
	color: #404F54;
	font-weight: bold;
	margin-bottom: 30px;
}
.banner11_p2{
	font-size: 14px;
	color: #8D9599;
	margin-bottom: 10px;
}
.banner11_p3{
	font-size: 20px;
	color: #8D9599;
	margin-top: 136px;
}
.banner11_p4{
	font-size: 16px;
	color: #404F54;
}
.beian:hover{
	color: #50A3EF!important;
	
}

/* 个人中心 */
/* 左侧菜单 */
#left_menus {
	width: 200px;
	height: 600px;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	text-align: center;
	margin-bottom: 100px;
}

#left_menus .user {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 60px;
}

#left_menus .user img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

#left_menus .user p {
	font-size: 14px;
	color: #808080;
	padding-top: 20px;
}

#left_menus ul li {
	padding-bottom: 34px;
}


/* 新增地址 */
#add {
	width: 1000px;
	height: 435px;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

#add textarea {
	border: 1px dashed rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 3px 15px;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
}

#add p:last-child {
	text-align: center;
}

#add button {
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
	margin: 0 15px;
}

#add button:nth-child(1) {
	color: #2180D7;
}

#add button:last-child {
	color: #808080;
}

.demo {
	width: 320px;
	height: 30px;
	color: #808080;
	display: inline-block;
	border: 1px dashed rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	border-radius: 20px;
	margin-left: 30px;
	padding-left: 24px;
	position: relative;
	z-index: 9999;
	pointer-events: auto;
}

/* 单选按钮样式 */
input[type="radio"]+label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid #2180D7;
	text-indent: 5px;
	line-height: 10px;
	padding: 3px;
}

input[type="checkbox"]+label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid #2180D7;
	text-indent: 5px;
	line-height: 10px;
	padding: 3px;
}

input[type="checkbox"]:checked+label::before {
	background-color: #2180D7;
	background-clip: content-box;
	padding: 3px;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	opacity: 0;
}



input[type="radio"]:checked+label::before {
	background-color: #2180D7;
	background-clip: content-box;
	padding: 3px;
}

input[type="radio"] {
	width: 15px;
	height: 15px;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	opacity: 0;
}
/* 浮动模块 */
.float_left{
	width:200px;
	height:260px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(80,163,239,1);
	border-radius:10px;
	position: fixed;
    bottom: 10px;
	left: 8px;
	overflow: hidden;
}
.float_left img{
	width: 100%;
}
.float_left_top{
	width:100%;
	height:60px;
	line-height: 60px;
	text-align: center;
	background:rgba(80,163,239,1);
	border-radius:10px 10px 0px 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.float_right{
	position: fixed;
    bottom: 10px;
	right: 8px;
	display: flex;
	flex-direction: column;
}
.float_right a{
	position: relative;
}
.float_right img{
	margin-bottom: 4px;
}
.float_right .float_right_kf{
	width: 202px;
	height: 208px;
	background-image: url(../images/right4.png);
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	right: 80px;
	font-size: 16px;
	color: #50A3EF;
	text-align: center;
	line-height: 30px;
	padding-top: 20px;
}

.float_right .float_right_phone{
	width: 244px;
	height: 98px;
	background-image: url(../images/phone_bg.png);
	position: absolute;
	top: 0;
	right: 80px;
	font-size: 16px;
	color: #50A3EF;
	text-align: center;
	line-height: 30px;
	padding: 16px;
}

.hover{
	display: none;
}
.float_right>a:hover .hover{
	display: inline-block;
}
.float_right>a:hover .nohover{
	display: none;
}


/* 切换语言下拉选框样式 */
#change {
	width: 30px;
	height: 30px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: url("../images/lang.svg") no-repeat right center transparent;

}

/* 免费评估、提交信息弹出框 */
.banner1-part2{
	visibility: hidden;
}
.banner1-part2 .fade{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.banner1-part2 .part8_1_2{
	width:50%;
	max-width: 610px;
	background:rgba(255,255,255,1);
	box-shadow:0px 22px 24px rgba(0,0,0,0.11);
	padding: 2% 5%;
	position: absolute;
	top: 20%;
	left: 35%;
	z-index: 100;
}
.banner1-part2 .part8_1_2 h3{
	font-size: 30px;
	color: #404F54;
	margin-bottom: 39px;
	font-weight: 400;
}
.banner1-part2 .part8_1_2 .option{
	width:100%;
	background:rgba(255,255,255,1);
	border:1px solid rgba(80,93,104,0.2235294117647059);
	border-radius:2px;
	font-size: 14px;
	color: #8D9599;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 22px 16px;
}
.banner1-part2 .part8_1_2 .option input{
	display: inline;
	height: 100%;
	border: none;
	outline: none;
	padding-left: 10px;
	font-size: 16px;
	width: 75%;
}
.banner1-part2 .part8_1_2 .option textarea{
	border: none;
	outline: none;
	font-size: 16px;
	width: 100%;
}
.banner1-part2 .part8_1_2 .sumbit{
	width:100%;
	height:68px;
	background:rgba(253,152,67,1);
	border-radius:24px;
	color: #FFF5D4;
	font-size: 20px;
	border: none;
	margin: 0 auto;
	/* transition: all 0.2s; */
}
.banner1-part2 .part8_1_2 .sumbit:active{
	transform: scale(0.9);
}


@media screen and (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}

	.container {
		width: 750px;
	}

	#login .mascotcontent {
		width: 70%;
	}

	#topbar {
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.visible-md {
		display: block !important;
	}

	.hidden-md {
		display: none !important;
	}

	.container {
		width: 1024px;
	}

	.channel {
		height: 120px;
	}

	#login .mascotcontent {
		width: 70%;
	}

	#topbar {
		font-size: 16px;
	}
}

@media screen and (min-width: 1400px) {
	.visible-lg {
		display: block !important;
	}

	.hidden-lg {
		display: none !important;
	}

	.container {
		width: 1280px;
	}

	.bgwhite button {
		margin-bottom: 20px;
	}
}
