* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: OpenSans, Roboto, Helvetica Neue, Helvetica, Arial;
	word-break: normal;
	word-wrap: break-word;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fe492c;
}

img, input {
	border: 0px;
}

ul li {
	list-style: none;
}

em, i {
	font-style: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

input::-webkit-input-placeholder {
	/*WebKit browsers*/
	font-size: 14px;
	color: #89898e;
}

.search-input:focus, .search-input2:focus {
	border: 0;
	outline: none;
}

input::-moz-input-placeholder {
	/*Mozilla Firefox*/
	font-size: 14px;
	color: #89898e;
}

input::-ms-input-placeholder {
	/*Internet Explorer*/
	font-size: 14px;
	color: #89898e;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 8px rgba(254, 73, 45, 0.8);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(254, 73, 45, 0.8);
}

.displaynone {
	display: none;
}

.input-label {
	font-weight: 800;
	font-size: 14px;
}

.signup-error {
	color: red;
	font-size: 12px;
	padding: 0 5px;
}

.signin-box {
	width: 100%;
	height: 100%;
	margin: 100px auto;
}

.mail-text {
	color: #fff;
	font-weight: 400;
}

.mail-title {
	color: #fff;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 800;
	position: relative;
	border-bottom: 4px solid #fff;
}

.h-top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #062844;
}

.ml {
	border-bottom: 4px solid #f0f0f0;
}

.h-search {
	width: 100%;
	padding-bottom: 30px;
	z-index: 8;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	top: 0px;
}

.h-top-li {
	color: #fff;
	margin-right: 20px;
}

.h-top-li:hover {
	color: #fe492c;
	margin-right: 20px;
}

.h-top-li-s {
	color: #000;
	font-weight: 600;
	margin-right: 20px;
}

.h-top-li-s:hover {
	color: #fe492c;
	margin-right: 20px;
}

.logo-top {
	width: 150px;
	margin-top: 30px;
}

.logo-top-s {
	width: 100px;
	margin-top: 10px;
}

.pagebox {
	width: 100%;
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	padding: 5px 10px;
	color: #4a4a4a;
	font-weight: 800;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
	.pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 3;
	cursor: default;
	padding: 5px 10px;
	color: #fff;
	font-weight: 800;
	background: #e43f25;
	border-radius: 20px;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a,
	.pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.search-box {
	height: 42px !important;
	margin-top: 30px;
	border: 2px solid #fe492c;
	border-radius: 50px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	background: #fff;
}

.yin-search {
	position: absolute;
	top: 40px;
	left: 0;
	width: 80%;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	z-index: 999;
	display: none;
	background: #fff;
}

.yin-box {
	padding: 5px 15px;
	line-height: 35px;
	border: 1px solid #062844;
	border-radius: 50px;
	color: #062844;
	white-space: nowrap;
}

.yin-box:hover {
	color: #fff;
	background: #fe492c;
	border: 1px solid #fe492c;
	text-decoration: none;
}

.search-sousuo {
	font-size: 22px !important;
	color: #89898e;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.search-input {
	width: 80% !important;
	border: none;
	font-size: 14px;
	color: #89898e;
	background: none;
}

.search-input2 {
	width: 80% !important;
	border: none;
	font-size: 14px;
	color: #89898e;
}

.search-btn {
	width: 20% !important;
	height: 41px !important;
	font-size: 14px;
	color: #fff;
	background: #fe492c;
	border-radius: 0 50px 50px 0;
	border: none;
	position: relative;
	top: -1px;
	right: -2px;
}

.search-btn2 {
	width: 20% !important;
	height: 41px !important;
	font-size: 14px;
	color: #fff;
	background: #062844;
	border-radius: 0 50px 50px 0;
	border: none;
	position: relative;
	top: -1px;
	right: -2px;
}

.search-btn2:hover {
	width: 20% !important;
	height: 41px !important;
	font-size: 14px;
	color: #fff;
	background: #061320;
	border-radius: 0 50px 50px 0;
	border: none;
	position: relative;
	top: -1px;
	right: -2px;
}

.company-search {
	padding: 0 10%;
}

.company-top {
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background: url("../images/e19.png") no-repeat top center #fe4127;
	background-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.company-title {
	width: 100%;
	height: 50px;
	line-height: 51px;
	font-size: 18px;
	border-bottom: 4px solid #062844;
	font-weight: 800;
	position: relative;
}

.company-a {
	padding: 3rem 10%;
	color: #fff;
}

.company-a a {
	color: #fff;
	padding: 10px 30px;
	margin: 5px 10px;
	height: 40px !important;
	line-height: 40px;
	font-size: 14px;
	color: #fe492c;
	background: #fff;
	border-radius: 60px;
}

.company-top-img {
	width: 200px;
}

.search-btn:hover {
	color: #fff;
	background: #e43f25;
}

.home-btn {
	padding-left: 20px;
	padding-right: 20px;
	height: 40px !important;
	font-size: 14px;
	color: #fe492c;
	background: #fff;
	margin-left: 10px;
	border-radius: 60px;
	border: 2px solid #fe492c;
}

.home-btn:hover {
	color: #fff;
	background: #fe492c;
}

.home-btn03 {
	padding-left: 20px;
	padding-right: 20px;
	height: 40px !important;
	font-size: 14px;
	color: #fff;
	background: #fe492c;
	margin-left: 10px;
	border-radius: 60px;
	border: 2px solid #fe492c;
}

.home-btn03:hover {
	color: #fff;
	background: #e43f25;
}

.login-box {
	margin-top: 30px;
	text-align: right;
}

.login-box-s {
	margin-top: 5px;
	text-align: right;
}

.h-menu {
	width: 100%;
	height: 50px;
	border-top: 1px solid #c1c1c2;
	border-bottom: 1px solid #c1c1c2;
	margin-bottom: 20px;
}

.menu-main {
	width: 100%;
}

.menu-box {
	float: left;
	height: 50px;
	padding: 0 20px;
	position: relative;
}

.menu-box a {
	line-height: 50px;
	font-size: 16px;
	color: #062844;
}

.menu-box .active a {
	line-height: 50px;
	font-size: 16px;
	color: #fe492c;
}

.menu-main .active {
	border-bottom: 3px solid #fe492c;
}

.submenu {
	position: relative;
}

.submenu-box {
	width: 400px;
	position: absolute;
	top: 50px;
	left: 0px;
	background: #fff;
	border-radius: 20px;
	padding: 20px 30px;
	box-sizing: border-box;
	z-index: 6;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	display: none;
}

.submenu-box a {
	float: left;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 35px;
	color: #062844;
}

.menu-box a:hover, .submenu-box a:hover {
	color: #fe492c;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent !important;
}

.home-title {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 60px;
	font-size: 18px;
	border-bottom: 4px solid #062844;
	font-weight: 800;
	position: relative;
}

.home-title02 {
	width: 100%;
	height: 50px;
	font-size: 18px;
	border-bottom: 4px solid #ececed;
	font-weight: 800;
	position: relative;
}

.home-title02 span {
	line-height: 58px;
	font-size: 18px;
	border-bottom: 4px solid #062844;
	font-weight: 800;
	padding-bottom: 5px;
}

.home-title-img {
	width: 30px;
	position: relative;
	top: 18px;
	margin-right: 10px;
}

.red-txt {
	color: #fe492c;
}

.bule-txt {
	color: #062844;
}

.home-company {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.home-company-box {
	float: left;
	width: 32%;
	margin-right: 1%;
	border-radius: 20px;
	cursor: pointer;
}

.home-company-top {
	border: 1px solid #ececed;
	border-radius: 20px 20px 0 0;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.home-company-box:hover .home-company-top {
	border: 1px solid #fe492c;
}

.home-company-bottom {
	width: 100%;
	background: #ececed;
	color: #062844;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
}

.home-company-box:hover .home-company-bottom {
	background: #fe492c;
	color: #fff;
}

.home-company-bottom p {
	word-break: break-all;
	height: 60px;
	overflow: hidden;
}

.home-company-top img {
	width: 100px;
}

.home-banner {
	width: 100%;
}

.home-banner-left {
	float: left;
	width: 68%;
	margin-right: 2%;
}

.home-banner-right {
	float: left;
	width: 30%;
	padding-top: 20px;
}

.news-relate {
	height: 255px;
	overflow: hidden;
}

.news-relate2 {
	height: 240px;
	overflow: hidden;
}

.news-content {
	border-top: 1px solid #eee;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
}

.news-content .first-letter {
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	line-height: 1;
	margin-right: 10px;
}

.news-content, .news-content * {
	font-size: 18px;
	line-height: 30px;
	font-family: OpenSans, Roboto, Helvetica Neue, Helvetica, Arial;
}

.news-content img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.focusBox {
	width: 100%;
	position: relative;
	max-height: 470px;
	overflow: hidden;
	font-family: Arial;
	text-align: left;
	background: #fff;
	margin-top: 20px;
}

.focusBox .pic {
	width: 100%;
	height: 470px;
	display: block;
	border-radius: 20px;
	margin: 2px;
	padding: 2px;
}

.focusBox .pic img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
	position: absolute;
	border: 1px solid #eee;
}

.banner-left-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
}

.focusBox .num {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 280px;
	bottom: 8px;
	height: 30px;
	z-index: 2;
}

.focusBox .num li {
	position: relative;
	width: 15px;
	border-radius: 20px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	background: none;
	border: 2px solid #fe492c;
	box-sizing: border-box;
}

.focusBox .num li.on {
	background: #fe492c;
	border: 2px solid #fe492c;
	box-sizing: border-box;
}

.modal-box {
	margin: 100px auto;
	width: 100%;
}

.mw600 {
	max-width: 600px;
}

.w600 {
	width: 600px;
}

.mw800 {
	max-width: 800px;
}

.w800 {
	width: 800px;
}

.modal-content {
	border-radius: 20px;
	border: 1px solid #eee;
}

.btn-Google {
	background: url("../images/p7.png") no-repeat left center;
	background-size: 20px 20px;
	font-weight: 800;
	background-position: 10px;
	margin: 10px;
}

.btn-Linkedin {
	background: url("../images/p8.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 10px;
	font-weight: 800;
	margin: 10px;
}

.btn-password {
	position: relative;
	background: url("../images/p9.png") no-repeat left center;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	border: 0px;
	right: 10px;
	top: -40px;
	float: right;
	display: inline;
}

.btn-password2 {
	background: url("../images/p10.png") no-repeat left center;
	background-size: 25px 25px;
}

.btn-Google:hover, .btn-Linkedin:hover {
	border: 1px solid #fe492c;
	color: #fe492c;
}

.txt-title {
	color: #062844;
	font-size: 22px;
	font-weight: 800;
	margin-top: 20px;
	max-height: 66px;
	overflow: hidden;
	position: relative;
}

.txt-title:hover {
	color: #fe492c;
	font-size: 22px;
	font-weight: 800;
	margin-top: 20px;
}

.txt-dec {
	color: #062844;
	font-size: 14px;
	margin-top: 10px;
	max-height: 42px;
	overflow: hidden;
	position: relative;
}

.txt-time {
	color: #828181;
	font-size: 12px;
	margin-top: 5px;
}

.txt-title2 {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	overflow: hidden;
}

.txt-title2 span {
	max-height: 54px;
	height: 54px;
	display: block;
	overflow: hidden;
	margin: 10px 0px 5px 0;
}

.txt-title3 {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	height: 42px;
	line-height: 14px;
	overflow: hidden;
	margin-bottom: 5px;
}

.txt-title4 {
	width: 100%;
	color: #062844;
	font-size: 18px;
	font-weight: 800;
	height: 81px;
	overflow: hidden;
}

.txt-title5 {
	color: #062844;
	font-size: 18px;
	font-weight: 800;
}

.news-type {
	color: #fe492c;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 15px;
	left: 25px;
	font-weight: 600;
}

.banner-right-box {
	width: 100%;
	margin-bottom: 20px;
}

.banner-right-img {
	width: 100%;
	height: 133px;
	overflow: hidden;
	border-radius: 10px;
}

.banner-right-img img {
	width: 100%;
	height: 133px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
}

.hotnews-txt-title {
	color: #062844;
	font-weight: 800;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.hotnews-txt-title span {
	font-size: 22px;
	background: linear-gradient(to right, #fe492c, #f6a9a9) no-repeat right bottom;
	background-size: 0 2px;
	transition: background-size 1300ms;
}

.hotnews-txt-title span:hover {
	color: #fe492c;
	background-position-x: left;
	background-size: 100% 2px;
}

.events-txt-title2 {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 16px;
	font-weight: 800;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hotnews-txt-title2 span, .hotevent-txt-title span, .events-txt-title span, .section113-txt-title span,
	.section113-txt-title2 span, .section145-txt-title span, .section145-txt-title2 span, .section145-txt-title3 span,
	.section114-txt-title span, .section114-txt-title3 span, .newsterm-txt-title span, .news-right-title span,
	.events-txt-title2 span {
	background: linear-gradient(to right, #fe492c, #f6a9a9) no-repeat right bottom;
	background-size: 0 1px;
	transition: background-size 1000ms;
}

.hotnews-txt-title2 span:hover, .hotevent-txt-title span:hover, .events-txt-title span:hover, .section113-txt-title span:hover,
	.section113-txt-title2 span:hover, .section145-txt-title span:hover, .section145-txt-title2 span:hover,
	.section145-txt-title3 span:hover, .section114-txt-title span:hover, .section114-txt-title3 span:hover,
	.newsterm-txt-title span:hover, .news-right-title span:hover, .events-txt-title2 span:hover {
	background-position-x: left;
	background-size: 100% 1px;
	color: #fe492c;
}

.hotnews-txt-dec {
	color: #062844;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
}

.hotnews-txt-time {
	color: #828181;
	font-size: 12px;
	margin-top: 5px;
	position: relative;
	float: left;
}

.hotnews-txt-title2 {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 10px;
}

.home-events {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.home-events li {
	float: left;
	width: 100%;
	height: 86px;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f1;
	margin-bottom: 10px;
}

.home-events-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 20px;
}

.home-events-img img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.home-events-txt {
	width: 100%;
	padding-left: 60px;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.hotevent-txt-title {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hotevent-txt-time {
	margin-top: 5px;
	color: #828181;
	font-size: 12px;
	position: relative;
	float: left;
}

/* */
.section145-box {
	width: 100%;
	margin-bottom: 20px;
}

.section145-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
}

.section145-img img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #eee;
}

.section145-middle-img {
	width: 100%;
	height: 133px;
	overflow: hidden;
	border-radius: 10px;
}

.section145-middle-img img {
	width: 100%;
	height: 133px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
}

.section145-txt-title {
	display: inline-block;
	width: 100%;
	color: #062844;
	font-size: 18px;
	font-weight: 800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 10px;
}

.section145-txt-title2 {
	display: inline-block;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-top: 10px;
}

.section145-txt-dec {
	color: #062844;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	position: relative;
}

.section145-txt-time {
	color: #828181;
	font-size: 12px;
	margin-top: 5px;
	position: relative;
	float: left;
}

.section145-right-box {
	float: left;
	width: 100%;
}

.section145-right-box li {
	float: left;
	width: 100%;
	height: 86px;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f1;
	margin-bottom: 10px;
}

.section145-right-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 20px;
}

.section145-right-img img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.section145-right-txt {
	width: 100%;
	padding-left: 60px;
	box-sizing: border-box;
}

.section145-txt-title3 {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.section114-box {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f0f0f1;
}

.section114-box-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.section114-box-img img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #eee;
}

.section114-txt-title {
	display: inline-block;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section114-txt-dec {
	color: #062844;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	position: relative;
}

.section114-right-box {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.section114-right-box li {
	float: left;
	width: 100%;
	height: 86px;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f1;
	margin-bottom: 10px;
}

.section114-right-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 20px;
}

.section114-right-img img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.section114-right-txt {
	width: 100%;
	padding-left: 60px;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.section114-txt-title3 {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 5px;
}

.section114-txt-time {
	color: #828181;
	font-size: 12px;
	position: relative;
	float: left;
}

.section113-box {
	width: 100%;
	margin-bottom: 20px;
}

.section113-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
}

.section113-img img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #eee;
}

.section113-txt-title {
	display: inline-block;
	width: 100%;
	color: #062844;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-top: 10px;
}

.section113-txt-title2 {
	display: inline-block;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-top: 10px;
}

.section113-txt-dec {
	color: #062844;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	position: relative;
}

.section113-txt-time {
	color: #828181;
	font-size: 12px;
	margin-top: 5px;
	position: relative;
	float: left;
}

.section113-right-box {
	float: left;
	width: 100%;
}

.section113-right-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	border-radius: 10px;
}

.section113-right-img img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
}

.section113-right-txt {
	width: 100%;
	padding-left: 60px;
	box-sizing: border-box;
}

.section113-txt-title3 {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.events-box {
	width: 100%;
	margin-bottom: 20px;
}

.events-box-img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 20px;
}

.events-box-img img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #eee;
}

.events-box-img2 {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 20px;
}

.events-box-img2 img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #eee;
}

.events-box-img3 {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 20px;
}

.events-box-img3 img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #eee;
}

.events-txt-title {
	display: inline-block;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 48px;
	padding-top: 10px;
}

.events-txt-time {
	color: #828181;
	font-size: 12px;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
}

.banner-right-img:hover, .news-right-img:hover, events-box-img:hover, events-box-img2:hover, events-box-img3:hover,
	.section145-right-img:hover, .section145-img:hover, .section114-right-img:hover, .section114-box-img:hover,
	.section113-right-img:hover, .section113-img:hover, .home-events-img:hover, .section145-middle-img:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5)
}

.more-event {
	background: #ececed;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
	cursor: pointer;
}

.news-right-box {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.news-right-box li {
	height: 86px;
	float: left;
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f1;
	margin-bottom: 10px;
}

.news-right-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 20px;
}

.news-right-img img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.news-right-txt {
	width: 100%;
	padding-left: 60px;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.news-right-title {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 14px;
	font-weight: 800;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-right-time {
	color: #828181;
	font-size: 12px;
	padding-top: 5px;
	line-height: 25px;
}

.icon-luyin {
	position: absolute;
	left: 0;
	top: 7px;
}

.advert-banner {
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 10px auto;
	background: #062844;
}

.advert-banner img {
	width: 900px;
	height: 104px;
	margin: 10px auto;
	border-radius: 20px;
}

.advert-banner2 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 10px auto;
}

.advert-banner2 img {
	width: 1170px;
	height: 135px;
	margin: 10px auto;
	border-radius: 20px;
}

.advert-side {
	width: 270px;
	height: 270px;
	overflow: hidden;
	border-radius: 20px;
}

.advert-side img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.advert-view {
	width: 100%;
	max-width: 900px;
	max-height: 120px;
	margin: 10px auto;
	overflow: hidden;
	border-radius: 20px;
}

.advert-view img {
	width: 100%;
	margin: 6px auto;
	padding: 5px;
	border-radius: 20px;
}

#advert_frame {
	text-align: center;
	width: 100%;
	text-align: center;
	margin: 220px auto;
}

#advert_frame .advertimg {
	width: 600px;
}

.advert_box {
	width: 600px;
	margin: auto;
}

.closebtn {
	width: 40px;
	height: 40px;
	position: relative;
	right: -610px;
	cursor: pointer;
}

.closebtn img {
	width: 100%;
}

.company-type {
	width: 100%;
	padding-top: 20px;
}

.company-type li {
	width: 100%;
	color: #062844;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	cursor: pointer;
}

.company-type .sel {
	width: 100%;
	color: #fe492c;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #fe492c;
	border-radius: 50px;
	padding-left: 10px;
	box-sizing: border-box;
	background: url("../images/you.png") no-repeat right center;
	background-size: 20px;
}

.company-box {
	background: #fff;
	margin-left: -15px;
	margin-top: 15px;
	height: 184px;
	border: 2px solid #ececed;
	border-radius: 20px;
	padding: 15px 20px;
	box-sizing: border-box;
	position: relative;
}

.company-box:hover {
	border: 2px solid #f9745f;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.company-img-two {
	width: 120px;
	height: 54px;
}

.company-txt {
	color: #062844;
	font-size: 16px;
	font-weight: 800;
	display: inline-block;
	height: 24px;
	overflow: hidden;
}

.company-txt:hover, .company-dec a:hover {
	color: #fe492c;
}

.company-tags {
	width: 100%;
	font-size: 12px;
	height: 38px;
	overflow: hidden;
}

.company-dec {
	width: 100%;
	padding-top: 5px;
	color: #062844;
	font-size: 12px;
	height: 38px;
	overflow: hidden;
}

.company-dec a {
	color: #062844;
	font-size: 12px;
}

.btn-company {
	border: 1px solid #062844;
	border-radius: 50px;
	margin-right: 10px;
	margin-top: 10px;
}

.btn-company:hover {
	border: 1px solid #062844;
	background: #062844;
	color: #fff;
}

.newsterm-top {
	float: left;
	width: 100%;
	background: #ececed;
	border-radius: 20px;
	margin-top: 0 20px;
	margin-left: 0;
	margin-right: 0;
}

.newsterm-top-left {
	float: left;
	width: 50%;
}

.newsterm-top-right {
	float: right;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.newsterm-top-img {
	width: 100%;
	height: 169px;
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 20px;
	border: 1px solid #eee;
}

.newsterm-top-img2 {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.newsterm-bottom {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 2px solid #ececed;
	margin-bottom: 20px;
}

.newsterm-main-box {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.newsterm-dec {
	width: 100%;
	padding-top: 10px;
	color: #062844;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newsterm-txt-title {
	float: left;
	width: 100%;
	color: #062844;
	font-size: 18px;
	font-weight: 800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.newsterm-txt-title span {
	font-size: 18px;
}

.avatar-box {
	width: 150px;
	height: 150px;
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	cursor: pointer;
	padding: 20px 0;
}

.avatar-box img {
	width: 150px;
	height: 150px;
	border-radius: 100px;
}

.avatar-edit {
	position: absolute;
	display: inline-block;
	right: 40px;
	top: 160px;
	width: 20px;
	height: 20px;
	background: url("../images/editicon.png") no-repeat;
	background-size: cover;
}

.form-radio {
	width: 20px;
	height: 20px;
	appearance: none;
	position: relative;
	outline: none;
}

.form-radio:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #fe492c;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}

.form-radio:checked:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #fe492c;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}

.form-radio:checked:after {
	content: "";
	width: 9px;
	height: 9px;
	text-align: center;
	background: #fe492c;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
}

.form-radio:checked+label {
	color: #edd19d;
}

.error-box {
	padding-left: 50px;
	color: #fe492c;
	font-weight: 600;
}

.home-xin {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px !important;
	cursor: pointer;
}

.txt-sm, .txt-sm a {
	font-size: 12px;
}

.display1 {
	display: none;
}

.display2 {
	display: block;
}

.icon-aixin1 {
	display: none;
}

.sel-xin {
	color: #e43f25 !important;
}

.Investment-box {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.Investment-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
}

.Investment-img img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
}

.Investment-right-box {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.Investment-right-box li {
	width: 100%;
	position: relative;
}

.Investment-right-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 20px;
}

.Investment-right-img img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
}

.Investment-right-txt {
	width: 100%;
	padding-left: 80px;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f1;
	margin-bottom: 10px;
}

.Investment-main {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
	border-bottom: 1px solid #f0f0f1;
}

.txt03 {
	position: relative;
	top: 2px;
}

.btn-Events {
	width: 100%;
	border: 1px solid #fe492c;
	color: #fe492c;
	border-radius: 50px;
	margin-top: 10px;
}

.btn-Events:hover {
	width: 100%;
	border: 1px solid #fe492c;
	color: #fff;
	background: #fe492c;
	border-radius: 50px;
}

.btn-create {
	border: 1px solid #fe492c;
	color: #fe492c;
	border-radius: 50px;
	padding: 5px 20px;
	position: absolute;
	right: 0;
}

.btn-create:hover {
	border: 1px solid #fe492c;
	color: #fff;
	background: #fe492c;
	border-radius: 50px;
}

.btn-share {
	border: 1px solid #062844;
	color: #062844;
	border-radius: 50px;
	padding: 5px 20px;
}

.btn-share:hover {
	border: 1px solid #062844;
	color: #fff;
	background: #062844;
	border-radius: 50px;
}

.share-box {
	width: 100%;
	padding-top: 10px;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	justify-content: space-between
}

.btn01 {
	background: #1a77f2;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px;
}

.btn01:hover {
	background: #1a70e3;
	color: #fff;
	border-radius: 50px;
}

.btn02 {
	background: #1ca0f1;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px;
}

.btn02:hover {
	background: #148fdb;
	color: #fff;
	border-radius: 50px;
}

.btn03 {
	background: #e60022;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px;
}

.btn03:hover {
	background: #c80522;
	color: #fff;
	border-radius: 50px;
}

.btn04 {
	background: #15151d;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px;
}

.btn04:hover {
	background: #010107;
	color: #fff;
	border-radius: 50px;
}

.btnsm {
	padding: .175rem .5rem;
}

.more {
	position: absolute;
	top: 5px;
	right: 0px;
	color: #fe492c;
}

.more a {
	color: #fe492c;
	text-decoration: none;
}

.more a:hover {
	color: #fe492c;
	text-decoration: none;
}

.more2 {
	padding-top: 10px;
	padding-left: 20px;
}

.more2 a {
	color: #fe492c;
}

.address-box {
	width: 100%;
	height: 200px;
	background: #fe492c;
	background: url("../images/e13.png") no-repeat top center;
	background-size: 100% 100%;
	margin-bottom: 20px;
	border-radius: 20px;
	padding: 20px;
}

.address-box2 {
	width: 100%;
	background: #fe492c;
	background: url("../images/e133.png") no-repeat top center;
	background-size: 100% 100%;
	margin-bottom: 20px;
	border-radius: 20px;
	padding: 20px;
}

.address-title {
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
}

.address-dec {
	width: 100%;
	color: #fff;
	font-size: 12px;
}

.address-input {
	border-radius: 50px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.address-btn {
	border-radius: 50px;
	border: 1px solid #fff;
	margin-right: 20px;
	color: #fff;
	padding: 10px 20px;
}

.address-btn:hover {
	border-radius: 50px;
	border: 1px solid #fff;
	background: #fff;
	margin-right: 20px;
	color: #e43f25;
}

.address-btn2 {
	border-radius: 50px;
	border: 1px solid #fff;
	margin-right: 20px;
	padding: 10px 20px;
	background: #fff;
	color: #e43f25;
}

.address-btn2:hover {
	border-radius: 50px;
	border: 1px solid #fff;
	margin-right: 20px;
	color: #fff;
	background: #e43f25;
}

.footer {
	float: left;
	width: 100%;
	background: #ececed;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
}

.footer-main {
	float: left;
	width: 100%;
}

.footer-menu {
	float: left;
	padding: 2px 15px;
}

.bottom-cookie-setting {
	height: 62px;
	width: 100%;
	z-index: 99999;
	background-color: #fe492c;
	position: fixed;
	bottom: 0px;
	display: none;
}

.bottom-cookie-setting strong {
	font-weight: 900;
	font-size: 16px;
	color: #fff;
}

.bottom-cookie-setting p {
	font-size: 12px;
	color: #fff;
}

.yellowlink {
	color: yellow;
	font-weigth: 600;
	text-decoration: underline;
}

.yellowlink:hover {
	color: #fff;
}

.bottom-cookie-setting img {
	width: 150px;
	margin: 5px;
	cursor: pointer;
}

.bottom-email-subscription {
	height: 62px;
	width: 100%;
	z-index: 99999;
	background-color: #fe492c;
	position: fixed;
	bottom: 0px;
	display: none;
}

.bottom-email-title {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 15px;
}

.bottom-email-content {
	padding: 0px;
	margin: 0px;
}

.bottom-email-side {
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 15px;
}

.big {
	font-size: 16px;
	font-weight: 800;
	color: #062844;
}

.small {
	font-size: 12px;
	color: #062844;
}

.big:hover, .small:hover {
	color: #fe492c;
}

.logo-bottom {
	width: 100px;
}

.h-bottom {
	padding: 30px 0 60px 0;
}

.btn-around {
	width: 37px;
	height: 37px;
	border-radius: 50px;
	color: #062844;
	border: 1px solid #062844;
	margin-left: 5px;
}

.btn-around:hover {
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fe492c;
	background: #fe492c;
}

.h-bottom-right {
	text-align: right;
}

.kefu {
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index: 666;
	width: 100px;
	height: 100px;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

#kefu1 {
	display: block;
}

#kefu2 {
	display: none;
}

.kefu-top {
	position: relative;
}

.kefu-top-img {
	width: 70px;
	height: 70px;
	margin-top: 30px;
}

.kefu-box {
	position: absolute;
	top: -400px;
	left: -250px;
	width: 300px;
	height: 400px;
	background: url("../images/kf3.png") no-repeat top center #fff;
	background-size: 100%;
	display: none;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 12px rgba(0, 0, 0, .04);
	padding: 15px;
	box-sizing: border-box;
}

.kefu-main {
	margin-top: 100px;
	background: url("../images/line.png") no-repeat top center #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 12px rgba(0, 0, 0, .04);
	padding: 15px;
	box-sizing: border-box;
	display: block;
	height: 260px;
}

.kefu-main2 {
	margin-top: 100px;
	background: url("../images/line.png") no-repeat top center #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 12px rgba(0, 0, 0, .04);
	padding: 15px;
	height: 260px;
	box-sizing: border-box;
	display: none;
}

.blue-border {
	border-radius: 20px;
	margin-bottom: 10px;
	border: 1px solid #ced4da;
}

.bule-border {
	border-radius: 20px;
	margin-bottom: 10px;
}

.exhibitors-main {
	width: 100%;
	text-align: center;
}

.exhibitors-img {
	width: 100%;
	border: 1px solid #ececed;
	border-radius: 10px;
}

.w50 {
	width: 48%;
}

.kefu-btn {
	width: 100%;
	background: #fe492c;
	border-radius: 50px;
	color: #fff;
}

.kefu-btn:hover {
	width: 100%;
	background: #e43f25;
	border-radius: 50px;
	color: #fff;
}

.kefu-img {
	width: 100%;
	text-align: center;
}

.kefu-img img {
	width: 80px;
	height: 80px;
}

.location {
	font-size: 14px;
	color: #062844;
	font-weight: 800;
}

.location-active {
	font-size: 14px;
	color: #062844;
}

.location:hover, .location-active:hover {
	color: #fe492c;
}

.Investment-top {
	float: left;
	width: 100%;
	background: #ececed;
	border-radius: 20px;
	margin-top: 0 20px;
	margin-left: 0;
	margin-right: 0;
}

.Investment-top-left {
	float: left;
	width: 50%;
}

.Investment-top-right {
	float: right;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.Investment-top-img {
	width: 100%;
	height: 140px;
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 20px;
	border: 1px solid #eee;
}

.Investment-top-img2 {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.Investment-bottom {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 2px solid #ececed;
	margin-bottom: 20px;
}

.Investment-main-box {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.mail-Submit-btn {
	width: 100%;
	background: #fff;
	border-radius: 50px;
	color: #fe492c;
	font-weight: 600;
}

.mail-Submit-btn:hover {
	background: #eee;
	color: #000;
}

.Submit-btn {
	width: 100%;
	background: #fe492c;
	border-radius: 50px;
	color: #fff;
	margin-bottom: 20px;
}

.Submit-btn:hover {
	width: 100%;
	background: #e43f25;
	border-radius: 50px;
	color: #fff;
}

.column-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background: url("../images/e15.png") no-repeat bottom center #fe5433;
	background-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

.column-top-title {
	color: #fff;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.column-top-title02 {
	color: #fff;
	font-size: 26px;
	margin-top: 20px;
}

.column-top-title03 {
	color: #fff;
	font-size: 16px;
}

.btn-column-top {
	padding-right: 0;
	text-align: right;
}

.column-btn {
	margin-top: 10px;
	border-radius: 50px;
	border: 1px solid #fff;
	margin-right: 20px;
	color: #fff;
	float: right;
}

.column-btn:hover {
	border-radius: 50px;
	border: 1px solid #fff;
	background: #fff;
	color: #e43f25;
}

.recommendations-main {
	width: 100%;
}

.recommendations-main ul {
	width: 100%;
}

.detail-column-top {
	float: left;
	width: 100%;
	border-radius: 20px 20px 0 0px;
	background-size: 100% 100%;
	padding-bottom: 20px;
	padding-left: 300px;
}

.detail-column-main {
	float: left;
	width: 100%;
	border: 1px solid #c1c1c2;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 180px;
	border-radius: 20px;
}

.detail-column-bottom {
	float: left;
	width: 100%;
	padding: 20px 20px 0 20px;
}

.detail-column-bottom-left {
	margin-top: -80px;
	text-align: center;
}

.detail-column-img {
	width: 222px;
	height: 100px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #c1c1c2;
}

#download_button {
	height: 60px;
	font-size: 26px;
	font-weight: 600;
}

.Share-text {
	position: relative;
	top: -10px;
}

.recommendations-main a {
	width: 100%;
	text-align: center;
	color: #062844;
	font-size: 15px;
}

.recommendations-main a:hover {
	width: 100%;
	text-align: center;
	color: #fe492c;
	font-size: 15px;
}

.recommendations-img {
	width: 100%;
	max-width: 333px;
	max-height: 150px;
	border: 1px solid #ececed;
	border-radius: 10px;
}

.recommendations-main ul li:hover .recommendations-img {
	width: 100%;
	border: 1px solid #fe492c;
	border-radius: 10px;
}

.mg20 {
	margin-bottom: 20px;
}

.mg10 {
	margin-bottom: 10px;
}

.Sponsored-box {
	margin-top: 10px;
	padding-left: 0;
	padding-right: -5px !important;
}

.pr5 {
	padding-right: 0 !important;
}

.Sponsored-box a img {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #eee;
}

.Sponsored-box a:hover img {
	border: 1px solid #fe492c;
}

.left-title {
	background: #062844;
	color: #fff;
	padding: 10px 50px;
	border-radius: 20px 20px 0 0;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.company-list-left {
	float: left;
	width: 100%;
	padding: 10px;
	border: 1px solid #c1c1c2;
	border-radius: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

.title-samll {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	color: #062844;
	font-weight: 800;
	border-bottom: 1px solid #c1c1c2;
	margin-bottom: 10px;
}

.company-list-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #062844;
}

.number {
	font-size: 24px;
	font-weight: 800;
	margin-right: 10px;
}

.Sort {
	font-size: 18px;
	font-weight: 800;
	margin-right: 10px;
}

.select-box {
	display: inline;
	cursor: pointer;
	padding: 5px 20px;
	border-radius: 50px;
	border: 2px solid #062844;
}

.company-list-bottom {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.company-list-box {
	border: 2px solid #eee;
	border-radius: 20px;
	margin-bottom: 20px;
}

.company-list-box .top {
	background: #ffffff;
	min-height: 200px;
	border-radius: 20px 20px 0 0;
	padding: 20px;
	box-sizing: border-box;
}

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

.company-list-box .top .img {
	width: 120px;
	border: 1px solid #ececed;
	border-radius: 10px;
}

.company-list-box .top .img:hover {
	width: 120px;
	border: 1px solid #fe492c;
	border-radius: 10px;
}

.company-list-box .bottom {
	background: #eaeaeb;
	min-height: 50px;
	border-radius: 0 0 20px 20px;
	padding: 10px 20px;
	box-sizing: border-box;
}

.company-btn {
	padding-left: 20px;
	padding-right: 20px;
	height: 40px !important;
	font-size: 14px;
	color: #fff;
	background: #fe492c;
	margin-left: 10px;
	border-radius: 60px;
	border: 2px solid #fe492c;
}

.company-btn:hover {
	height: 40px !important;
	font-size: 14px;
	color: #fff;
	background: #e43f25;
	margin-left: 10px;
	border-radius: 60px;
	border: 2px solid #e43f25;
}

.company-btn2 {
	padding-left: 30px;
	padding-right: 30px;
	height: 40px !important;
	font-size: 14px;
	color: #fff;
	background: #fe492c;
	margin-left: 10px;
	border-radius: 60px;
	border: 2px solid #fe492c;
}

.company-btn2:hover {
	height: 40px !important;
	font-size: 14px;
	color: #fff;
	background: #e43f25;
	margin-left: 10px;
	border-radius: 60px;
	border: 2px solid #e43f25;
}

.anxin {
	font-size: 20px !important;
	margin-right: 10px;
}

.anxin2 {
	font-size: 20px !important;
	margin-right: 10px;
	color: red;
}

.tag {
	font-size: 20px !important;
	margin-right: 10px;
}

.line {
	color: #999;
	margin-left: 10px;
	margin-right: 10px;
}

.btn-groungs {
	display: inline;
	position: relative;
	top: -5px;
	margin-left: 10px;
}

.main404 {
	width: 100%;
	padding: 20px 50px 50px 50px;
	text-align: center;
	background: #062844;
	border-radius: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.box404 {
	width: 50%;
	margin: 0 auto;
}

.box404 img {
	width: 100%;
}

.aboutus {
	width: 100%;
	margin: 20px 0;
}

.aboutus img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.about-logo {
	width: 100%;
	background: #eaeaeb;
	border-radius: 20px;
	padding: 150px 50px;
}

.about-logo img {
	width: 100%;
}

.about-title {
	width: 100%;
	font-size: 30px;
	color: #13121d;
	font-weight: 800;
}

.about-dec p {
	width: 100%;
	margin: 20px 0;
	font-size: 18px;
}

.about-img {
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0;
}

.about-img img {
	width: 100%;
	height: 100%;
}

.contact-main {
	width: 100%;
}

.contact-main li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e3;
	padding-top: 20px;
}

.contact-img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin-right: 20px;
}

.contact-main span {
	font-size: 20px;
	font-weight: 800;
}

.h250 {
	height: 250px !important;
}

.h150 {
	height: 150px !important;
}

.form-2 {
	display: flex;
	justify-content: space-between;
}

.about-map {
	width: 100%;
	margin: 40px 0 60px 0;
}

.about-map img {
	width: 80%;
}

.Cookie-main {
	border: 1px solid #c1c1c2;
	border-radius: 20px;
	margin: 20px 0;
}

.Cookie-top {
	background: #fe492c;
	color: #fff;
	font-size: 28px;
	border-radius: 20px 20px 0 0;
	padding: 10px 20px;
	box-sizing: border-box;
}

.Cookie-bottom {
	padding: 0 20px 40px 20px;
	box-sizing: border-box;
}

.faq {
	width: 100%;
	margin-bottom: 50px;
}

.faq_item {
	width: 100%;
	margin-bottom: 20px;
}

.faq_header {
	width: 100%;
	border-radius: 50px;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 18px;
	color: #13121d;
	border: 1px solid #acafb3;
	cursor: pointer;
	background: url("../images/02.png") no-repeat right center;
	background-size: 20px 20px;
	background-position: calc(100% - 20px) 50%;
}

.active-faq {
	background: url("../images/01.png") no-repeat right center;
	background-size: 20px 20px;
	background-position: calc(100% - 20px) 50%;
}

.faq_content {
	width: 100%;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #fe492c;
}

.welcome-main {
	border: 1px solid #c1c1c2;
	border-radius: 20px;
	margin: 20px 0;
}

.welcome-top {
	color: #fff;
	font-size: 28px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	box-sizing: border-box;
	background: url("../images/e15.png") no-repeat top center;
	height: 150px;
	background-size: 100% 100%;
	padding-top: 50px;
}

.welcome-bottom {
	padding: 0 10px 40px 10px;
	box-sizing: border-box;
}

.red {
	color: #f00;
	font-size: 16px;
	position: relative;
	top: 5px;
}

.red02 {
	color: #f00;
	font-size: 16px;
	font-weight: 800;
	margin-right: 10px;
}

.red03 {
	color: #f00;
	font-size: 14px;
	margin-right: 10px;
}

.bule {
	color: #062844;
	font-size: 16px;
}

.title-form {
	margin-bottom: 10px;
}

.size-l {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.form-line {
	position: relative;
	top: 30px;
}

.welcome-btn {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #fff;
	background: #062844;
	border-radius: 60px;
	border: 2px solid #062844;
	margin-right: 20px;
}

.welcome-btn:hover {
	color: #fff;
	background: #fe4127;
	border: 2px solid #fe4127;
}

.h40 {
	padding: 7px 20px;
}

.iconfont {
	margin-right: 5px;
}

.detail-title {
	font-size: 36px;
	line-height: 40px;
	color: #062844;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 30px;
}

.detail-title02 {
	font-size: 18px;
	color: #062844;
	font-weight: 800;
	margin-bottom: 20px;
}

.detail-time {
	font-size: 16px;
	color: #062844;
	margin-bottom: 10px;
}

.detail-icon {
	width: 20px;
}

.comment {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ececed;
	border-radius: 20px;
}

.comment li {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	padding-top: 20px;
}

.comment-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.comment-top-left {
	display: flex;
	justify-content: flex-start;
}

.comment-top-left span {
	font-size: 18px;
	color: #062844;
	font-weight: 800;
	line-height: 35px;
}

.comment-top-right a {
	color: #062844;
}

.comment-top-left img {
	width: 70px;
	height: 70px;
	border-radius: 100px;
	margin-right: 10px;
}

.comment-center {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.btn-Comment {
	position: absolute;
	right: 0px;
	margin-top: 10px;
}

.comment-box {
	background: #efefef;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 50px;
}

.detail-Column-top {
	float: left;
	width: 100%;
	border-radius: 20px 20px 0 0px;
	background: url("../images/e15.png") no-repeat top center #fff;
	background-size: 100% 100%;
	padding-bottom: 20px;
	padding-left: 300px;
}

.detail-Column-main {
	float: left;
	width: 100%;
	border: 1px solid #c1c1c2;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 180px;
	border-radius: 20px;
}

.detail-Column-bottom {
	float: left;
	width: 100%;
	padding: 20px 20px 0 20px;
}

.detail-Column-bottom-left {
	margin-top: -80px;
	text-align: center;
}

.detail-Column-img {
	width: 187px;
	height: 100px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #c1c1c2;
}

.btn05 {
	border: 1px solid #e43f25;
	border-radius: 20px;
	background: #fff;
	color: #e43f25;
	position: absolute;
	right: 0px;
	bottom: 3px;
}

.btn05:hover {
	border: 1px solid #e43f25;
	border-radius: 20px;
	background: #e43f25;
	color: #fff;
}

.btn06 {
	border: 1px solid #e43f25;
	border-radius: 20px;
	background: #fff;
	color: #e43f25;
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	transform: scale(0.8);
}

.btn06:hover {
	border: 1px solid #e43f25;
	border-radius: 20px;
	background: #e43f25;
	color: #fff;
}

.btn07 {
	border: 1px solid #e43f25;
	border-radius: 20px;
	background: #fff;
	color: #e43f25;
}

.btn07:hover {
	border: 1px solid #e43f25;
	border-radius: 20px;
	background: #e43f25;
	color: #fff;
}

.company-right-main {
	width: 100%;
	padding: 10px;
	border: 1px solid #c1c1c2;
	border-radius: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.downloads-box {
	float: left;
	background: #fe492c;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

.downloads-img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	margin-bottom: 10px;
}

.downloads-bottom {
	padding: 0px 10px 10px 10px;
}

.Videos-box {
	background: #121c4e;
	padding: 20px 1px;
	border-radius: 20px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.Videos-img {
	width: 100%;
	height: 80px;
}

.honor-box img {
	width: 100%;
}

.company-main {
	padding: 0 10px;
}

.company-main-title {
	font-size: 16px;
	font-weight: 800
}

.company-right-top {
	background: #eaeaeb;
	padding: 20px 20px 30px 20px;
	border-radius: 20px;
	border: 1px solid #c1c1c2;
	margin-top: 20px;
}

.screenshots-main {
	width: 100%;
}

.screenshots {
	position: relative;
	padding: 4px;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.screenshots .bigImg {
	width: 80%;
	margin: 10px;
}

.screenshots .bigImg li img {
	vertical-align: middle;
	width: 100%;
	border-radius: 20px;
}

.screenshots .smallScroll {
	width: 20%;
}

.screenshots .sPrev {
	float: left;
	display: block;
	width: 50%;
	height: 20px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	background: #fe492c;
	border-radius: 20px;
	margin-left: 25%;
}

.screenshots .sNext {
	float: right;
	display: block;
	width: 50%;
	height: 20px;
	color: #fff;
	text-align: center;
	background: #fe492c;
	margin: 10px 0;
	border-radius: 20px;
	margin-right: 25%;
}

.screenshots .smallImg {
	float: left;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.screenshots .smallImg ul {
	width: 100%;
	display: inline;
}

.screenshots .smallImg li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
}

.screenshots .smallImg li img {
	width: 100%;
	border-radius: 20px;
	border: 2px solid #eee;
}

.screenshots .smallImg .on img {
	border: 2px solid #fe492c;
}

.tempWrap {
	height: 350px !important;
}

.company-detail-main {
	border: 1px solid #c1c1c2;
	border-radius: 20px;
	margin-top: 20px;
}

.company-detail-main-top {
	width: 100%;
	min-height: 150px;
	background: url("../images/ctbg.png") no-repeat top center;
	background-size: 100% 100%;
	border-radius: 20px 20px 0 0;
	padding: 20px 0 0 20px;
}

.company-detail-main-bottom {
	width: 100%;
	padding: 20px 20px 20px 20px;
}

.red-txt {
	font-size: 28px;
	color: #fe492c;
	font-weight: 800;
}

.detail-company-top-left {
	margin-top: -60px;
	text-align: center;
}

.align-right {
	text-align: right;
}

.detail-company-img {
	width: 200px;
	height: 90px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #c1c1c2;
	margin-bottom: 10px;
}

.company-main-bottom2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.login_tan_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.login_tan_center {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.demo_line_05 {
	width: 100%;
	text-align: center;
	letter-spacing: -1px;
	color: #ddd;
}

.demo_line_05 span {
	letter-spacing: 0;
	color: #222;
	margin: 0 20px;
}

.login_txt {
	width: 100%;
	text-align: center;
}

.login_txt a {
	font-weight: 800;
	color: #fe492c;
}

.login_a {
	font-weight: 800;
	color: #fe492c;
}

.login_a:hover {
	font-weight: 800;
	color: #fe492c;
	text-decoration: underline;
}

.login_tan_bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.login_tan_bottom a {
	margin-left: 20px;
	font-size: 16px;
	color: #3d4044;
}

.login_tan_bottom a:hover {
	color: #fe492c;
}

.login_txt02 {
	width: 100%;
	text-align: left;
	margin-top: 30px;
}

.login_txt02 a {
	color: #148fdb;
	font-weight: 800;
}

.Google-box {
	width: 100%;
}

.Google-box li {
	width: 100%;
	padding: 20px 0px 0 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: flex-start;
}

.login_title {
	font-size: 22px;
	font-weight: 800;
	color: #202025;
}

.Google-img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 20px;
	position: relative;
	top: 3px;
}

.Google-img2 {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 20px;
	position: relative;
	top: -7px;
}

.Google-box li span {
	font-size: 16px;
	font-weight: 800;
	color: #3d4044;
}

.border-none {
	border: none;
	padding: 0 10px;
}

.radio-box {
	background-color: #fe492c !important;
	margin-right: 10px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

.fright {
	float: right;
}

.upimg {
	background: #efefef;
	text-align: center;
	width: 100%;
	padding: 50px 20px;
	margin-bottom: 20px;
}

.samll-txt {
	font-size: 12px;
}

.tan-img {
	width: 100%;
}

.Download-box {
	float: left;
	background: #fe492c;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

.Download-img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	margin-bottom: 10px;
}

.tan_Download {
	position: fixed;
	bottom: 0;
	padding: 20px 50px;
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
	display: none;
}

.btn-my {
	border: 1px solid #c5c5c6;
	border-radius: 50px;
	position: relative;
	padding-left: 50px;
	position: relative;
	background: #fff;
}

.my-vip {
	position: absolute;
	top: -5px;
	left: -10px;
	width: 20px;
	height: 20px;
	z-index: 8;
}

.my-avatar-box {
	width: 70px;
	height: 70px;
	border-radius: 80px;
	margin-right: 20px;
}

.my-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 20px;
	position: absolute;
	top: 0px;
	left: -1px;
	border: 1px solid #c5c5c6;
}

.my-avatar-img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.sub-my {
	position: absolute;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
	width: 250px;
	display: none;
	text-align: left;
	z-index: 8;
	left: 40px;
}

.sub-my li {
	width: 100%;
	padding: 8px 20px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #f0f0f0;
}

.sub-my li:hover {
	background: #ededee;
}

.sub-my a {
	color: #999;
}

.my-menu {
	position: relative;
	background: #ececed;
	padding: 20px 20px 50px 20px;
	border-radius: 20px;
	margin-top: 20px;
}

.my-menu li {
	width: 100%;
	padding: 10px 10px 10px 50px;
	border: 1px solid #ececed;
	color: #062844;
	cursor: pointer;
	margin: 5px 0;
}

.my-menu li:hover {
	width: 100%;
	border: 1px solid #062844;
	border-radius: 50px;
	text-decoration: none;
}

.my-menu .sel {
	width: 100%;
	border: 1px solid #062844;
	border-radius: 50px;
	text-decoration: none;
}

.my-menu .sel a {
	color: #fff !important;
	text-decoration: none;
}

.my-menu li:hover a {
	color: #fff !important;
	text-decoration: none;
}

.my-menu li a {
	color: #062844;
	text-decoration: none;
}

.my-bg1 {
	background: url("../images/mysel1.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg1:hover {
	background: url("../images/myicon1.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel1 {
	background: url("../images/myicon1.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg2 {
	background: url("../images/mysel2.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg2:hover {
	background: url("../images/myicon2.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel2 {
	background: url("../images/myicon2.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg3 {
	background: url("../images/mysel3.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg3:hover {
	background: url("../images/myicon3.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel3 {
	background: url("../images/myicon3.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg4 {
	background: url("../images/mysel4.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg4:hover {
	background: url("../images/myicon4.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel4 {
	background: url("../images/myicon4.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg5 {
	background: url("../images/mysel5.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg5:hover {
	background: url("../images/myicon5.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel5 {
	background: url("../images/myicon5.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg6 {
	background: url("../images/mysel6.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg6:hover {
	background: url("../images/myicon6.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel6 {
	background: url("../images/myicon6.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg7 {
	background: url("../images/mysel7.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg7:hover {
	background: url("../images/myicon7.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel7 {
	background: url("../images/myicon7.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg8 {
	background: url("../images/mysel8.png") no-repeat left center;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-bg8:hover {
	background: url("../images/myicon8.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.sel8 {
	background: url("../images/myicon8.png") no-repeat left center #062844;
	background-size: 20px 20px;
	background-position: 20px 10px;
}

.my-title {
	color: #062844;
	font-size: 24px;
	margin-top: 20px;
}

.my-information {
	background: #ececed;
	padding: 20px 30px;
	margin-top: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
}

.my-right span {
	color: #062844;
	font-size: 24px;
}

.my-right p {
	color: #062844;
	font-size: 12px;
	margin-top: 5px;
}

.icon-userinfo {
	color: #fe492c !important;
	margin-right: 10px;
}

.my-title-samll {
	color: #062844;
	font-size: 18px;
	margin-top: 20px;
}

.myicon-bg {
	background: #062844;
	color: #fff;
	border-radius: 20px;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.myicon-bg img {
	width: 40px;
	height: 40px;
	margin-top: 15px;
}

.myicon-bg span {
	color: #fe492c;
	font-size: 24px;
}

.myicon-bg p {
	color: #fff;
	font-size: 12px;
}

.myicon-right {
	text-align: right;
}

.my-Notifications {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 0px;
}

.icon-dot {
	margin-right: 5px;
}

.Switch {
	width: 100%;
}

.Switch li {
	clear: both;
	line-height: 40px;
	border: 1px solid #062844;
	padding: 0 10px;
	border-radius: 50px;
	list-style: none;
	margin-top: 10px;
}

.Switch input {
	display: none
}

.Switch label {
	width: 52px;
	background: #CCC;
	height: 28px;
	border-radius: 14px;
	float: right;
	margin: 8px 10px 0 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

.Switch label em {
	width: 26px;
	height: 26px;
	float: left;
	margin: 1px;
	border-radius: 13px;
	box-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
	background: #FFF;
	transition: 0.1s;
}

.Switch input:checked+label {
	background: #fe492c;
}

.Switch input:checked+label em {
	margin: 1px 1px 1px 25px;
}

.Switch input:disabled+label {
	opacity: 0.5
}

.sub-my-top {
	width: 100%;
	background: #ececed;
	padding: 20px 20px 10px 20px;
	border-radius: 20px 20px 0 0;
	margin-bottom: 5px;
}

.sub-my-top span {
	color: #062844;
	font-size: 18px;
}

.sub-my-top p {
	color: #062844;
	font-size: 12px;
}

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

.btn-yuan {
	border-radius: 50px;
}

.btn-one {
	background: #66cc00 !important;
	border: 1px solid #66cc00 !important;
}

.btn-two {
	background: #00ccff !important;
	border: 1px solid #00ccff !important;
}

.btn-three {
	background: #ff0033 !important;
	border: 1px solid #ff0033 !important;
}

.add-box {
	background: #fff;
	border: 2px solid #eee;
	padding: 50px;
	border-radius: 20px;
	text-align: center;
}

.more3 {
	background: #ececed;
	border-radius: 20px;
	text-align: center;
	color: #062844;
	padding: 5px 20px;
	margin-top: 20px;
	cursor: pointer;
}

.more3:hover {
	background: #e7e7e7;
	border-radius: 20px;
	text-align: center;
	color: #062844;
	padding: 5px 20px;
	margin-top: 20px;
	cursor: pointer;
}

.delete-btn {
	width: 100%;
	text-align: center;
}

.btn-my-box {
	width: 100%;
	padding: 50px;
	background: #efefef;
	display: flex;
	justify-content: flex-start;
	border-radius: 20px;
	margin: 20px 0;
}

.my-tou2 {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	margin-right: 10px;
}

.h-login-box {
	display: none;
}

.h-mob {
	display: none;
}

.h-sarch-box {
	display: none;
}

.nav_dot {
	display: none;
}

.login-box03 {
	display: none;
}

.masking {
	background: #000;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 300;
	left: 0;
	top: 0;
	display: none;
}

.login_tan {
	position: absolute;
	z-index: 4444444;
	width: 600px;
	background: #fff;
	border-radius: 12px;
	display: none;
	padding: 20px 50px;
}

.login-main {
	width: 100%;
	height: 60vh;
	overflow-y: auto;
}

.textr {
	text-align: right;
}

.burger {
	height: 40px;
	width: 20px;
	position: absolute;
	margin-top: 10px;
	right: 15px;
	cursor: pointer;
	z-index: 333333333333333;
	display: none;
}

div.x, div.y, div.z {
	position: absolute;
	margin: 3px auto;
	top: 0px;
	bottom: 0px;
	background: #0d2843;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.x, div.y, div.z {
	height: 3px;
	width: 28px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y.squize {
	width: 0;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y {
	top: 10px;
}

div.z {
	top: 20px;
}

div.open div.x, div.open div.z {
	top: 10px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.navbar {
	height: 73px;
	background: #385e97;
}

.m_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 100;
	display: none;
	z-index: 99999;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}

.m_menu_main {
	float: left;
	background: #fff;
	width: 80%;
	height: 100vh;
	overflow-y: auto;
}

.m_menu  ul {
	float: left;
	width: 100%;
}

.m_menu  ul li {
	float: left;
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c3c4;
}

.m-menu-main1, .m-menu-main2 {
	display: none;
}

.m-menu-box1, .m-menu-box2 {
	width: 100%;
	text-align: right;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
}

.m_menu ul li a {
	float: left;
	width: 80%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
	color: #062844;
}

.m_menu ul li a span {
	float: right;
	width: 20%;
}

.Back-btn {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	font-weight: 800;
	cursor: pointer;
	border-bottom: 1px solid #999;
}

.Back-img {
	width: 12px;
	height: 12px;
}
/* .m-menu-main1{
	display: none;
}
.m-menu-main2{
	display: none;
} */
.m-menu-main1 a, .m-menu-main2 a {
	padding-left: 30px !important;
	color: #666 !important;
	font-size: 14px !important;
}

.m_menu li {
	float: left;
	width: 100%;
	line-height: 35px;
}

.contant-form-title {
	text-align: center;
	padding: 30px;
}

.input-group-u {
	position: relative;
	margin-bottom: 20px;
}

.input-u {
	padding: 10px;
	border: none;
	border-radius: 30px;
	font: inherit;
	color: #000;
	width: 100%;
	background-color: transparent;
	border: 2px solid #ccc;
	outline: 0;
	font-size: 1em;
	font-family: system;
}

.label-u {
	position: absolute;
	top: 0;
	left: 0;
	color: #ccc;
	transform: translate(10px, 10px);
	transition: transform .3s;
}

.input-u:valid+.label-u, .input-u:focus+.label-u {
	transform: translate(10px, -14px) scale(.8);
	color: #062844;
	padding-inline: 5px;
	background-color: #fff;
}

.input-u:is(:focus) {
	border: 2px solid #fe492c;
	outline: 0;
}

.focus-border {
	border: 2px solid #fe492c;
	outline: 0;
}