body {
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	background-color: #ffffff;
	font-size: 16px;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

/* .pc {
	min-width: 1280px;
	min-height: 600px;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	line-height: 1.4;
}

p {
	line-height: 1.8;
	color: #333333;
}

a {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

button:focus {
	outline: 0;
}

.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home Page 1 -----*/
/*-- Navbar --*/
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 0;
	height: auto;
}

#slide2 {
	background-color: #E8ECF0;
}

.dropdown-toggle::after {
	display: none;
}

.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	--swiper-navigation-color: #fff
}

.main-nav {
	background-color: #ffffff;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.main-nav nav {
	padding-top: 0;
	padding-bottom: 0;
}

.main-nav nav .navbar-nav {
	margin-left: 20px;
	margin-top: 10px;
	position: absolute;
	right: 0;
}

.main-nav nav .navbar-nav .nav-item {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a i {
	position: relative;
	display: inline-block;
	top: 1px;
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: #56b6e7;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background: #EFEEEE;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #56b6e7;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #56b6e7;
}

.main-nav nav .navbar-nav .nav-item a {
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	margin-left: 12px;
	margin-right: 12px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
	color: #56b6e7;
}

.menu-shrink {
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 0 15px 0 #ddd;
	box-shadow: 0 0 15px 0 #ddd;
}

.common-btn a {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	/* width: 120px;
  padding: 12px 0; */
	position: relative;
	z-index: 1;
}

.common-btn a i {
	display: inline-block;
	margin-right: 3px;
}

.common-btn .login-btn {
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
	color: #333333;
	margin-right: 10px;
}

.common-btn .login-btn:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: -1;
}

.common-btn .login-btn:hover {
	color: #ffffff;
}

.common-btn .login-btn:hover:before {
	width: 100%;
	opacity: 1;
}

.common-btn .sign-up-btn {
	color: #ffffff;
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
}

.common-btn .sign-up-btn:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: -1;
}

.common-btn .sign-up-btn:hover {
	color: #333333;
}

.common-btn .sign-up-btn:hover:before {
	width: 0;
	opacity: 0;
}

.modal-backdrop {
	z-index: 0;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	min-height: 605px;
}

.link_list ul {
	width: 95%;
	margin: 0 auto;
}

.link_list ul li {
	width: 33.3%;
	float: left;
}

ul,
li {
	list-style: none;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.link_list ul li a {
	display: block;
	margin: 2px;
	border: 1px solid #e8e8e8;
	text-align: center;
	background: #fff;
}

.link_list ul li a:hover {
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-one {
	background-image: url("../img/home-1/banner.jpg");
}

.banner-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 880px;
	position: relative;
}

.banner-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .60;
}

.banner-text {
	position: relative;
	text-align: center;
	margin-top: 75px;
}

.banner-text h1 {
	font-weight: 700;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 10px;
}

.banner-text h1 span {
	display: inline-block;
	color: #56b6e7;
}

.banner-text p {
	margin-bottom: 60px;
	font-size: 18px;
}

.banner-form-area {
	background-color: #ffffff;
	padding: 10px 30px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 0 15px #ffffff80;
	box-shadow: 0px 0px 0 15px #ffffff80;
}

.banner-form-area form {
	position: relative;
	padding-right: 150px;
}

.banner-form-area form .form-group {
	margin-bottom: 0;
	position: relative;
}

.banner-form-area form .form-group i {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-form-area form .form-group .form-control {
	height: 50px;
	border-radius: 0;
	border: 0;
	border-right: 1px solid #cacacd;
	padding-left: 0;
	padding-right: 40px;
}

.banner-form-area form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.form-group {
	margin-bottom: 15px;
	margin-top: 30px;
}

.modal-footer {
	margin-top: 60px;
}

.font {
	color: #000000;
}

.banner-form-area form .form-group ::-webkit-input-placeholder {
	color: #95969c;
}

.banner-form-area form .form-group :-ms-input-placeholder {
	color: #95969c;
}

.banner-form-area form .form-group ::-ms-input-placeholder {
	color: #95969c;
}

.banner-form-area form .form-group ::placeholder {
	color: #95969c;
}

.banner-form-area form .form-group label {
	margin-bottom: 0;
	position: absolute;
	top: 13px;
	right: 20px;
	display: block;
}

.banner-form-area form .form-group label i {
	font-weight: 700;
	font-size: 25px;
}

.banner-form-area form .form-group .nice-select {
	width: 100%;
	display: block;
	border-radius: 0;
	height: 50px;
	color: #95969c;
	line-height: 50px;
	border: 0;
	font-size: 16px;
	padding-left: 0;
}

.banner-form-area form .form-group .nice-select:after {
	height: 8px;
	right: 18px;
	width: 8px;
	border-color: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
}

.banner-form-area form .form-group .nice-select.open .list {
	width: 100%;
}

.banner-form-area .banner-form-btn {
	position: absolute;
	top: -10px;
	right: -31px;
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 21px 45px;
	border-radius: 45px;
	-webkit-transition: width 20s, opacity 0.6s;
	transition: width 20s, opacity 0.6s;
}

.banner-form-area .banner-form-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.banner-btn {
	margin-top: 70px;
	text-align: center;
}

.banner-btn a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #38a745;
	width: 210px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #ffffff;
}

.banner-btn a:hover {
	color: #ffffff;
	background-color: #333333;
}

.head_xiala_img {
	position: absolute;
	bottom: 20%;
	z-index: 999;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.section.active .pic1 {
	/* transition-delay: 0.7s;
	transform: scale(1, 1); */
	opacity: 1;
}

/* .section .pic1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -26%;
	transition: all 1s;
	transform: scale(0.5, 0.5);
	opacity: 0;
	width: 52%;
} */
.section .pic1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 140px;
	margin-left: -36%;
	transition: all 1s;
	transform: scale(1, 1);
	width: 80%;
}

/* .section .pic1 {
	margin-top: -150px;
} */

.head_xiala_img img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-animation: gogogo1 2.5s infinite linear;
	animation: gogogo1 2.5s infinite linear;
	-moz-animation: gogogo1 2.5s infinite linear;
	-o-animation: gogogo1 2.5s infinite linear;
}

@media (min-width: 1600px) {
	.section1 .pic1 {
		margin-top: -150px;
	}
}

@-webkit-keyframes gogogo1 {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 5px;
	}
}

@-moz-keyframes gogogo1 {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 5px;
	}
}

@-o-keyframes gogogo1 {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 5px;
	}
}

@keyframes gogogo1 {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 5px;
	}
}

/*-- End Banner --*/
/*-- Account --*/
.account-area {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding-top: 50px;
	padding-bottom: 20px;
}

.account-wrap {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}

.account-item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.account-item:before {
	position: absolute;
	content: '';
	width: 75%;
	height: 8px;
	right: -92px;
	top: 30px;
	background-color: #ffffff61;
}

.account-item:hover i {
	-webkit-box-shadow: 0 0 0 8px #56b6e7;
	box-shadow: 0 0 0 8px #56b6e7;
}

.account-item i {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: #000000;
	background-color: #ffffff;
	font-size: 30px;
	-webkit-box-shadow: 0 0 0 8px #ffffff61;
	box-shadow: 0 0 0 8px #ffffff61;
	margin-top: 8px;
	margin-bottom: 25px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.account-item span {
	display: block;
	font-weight: 500;
	font-size: 16px;
}

.account-last:before {
	display: none;
}

/*-- End Account --*/
/*-- Category --*/
.category-area .col-lg-3 {
	max-width: 20%;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.category-area .col-lg-3:hover {
	-webkit-box-shadow: 0px 0px 25px 0px #dddddd8c;
	box-shadow: 0px 0px 25px 0px #dddddd8c;
}

.category-item {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.category-item i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #cc6633;
	background-color: #f5e0d6;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.category-item a {
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	max-width: 145px;
	margin-left: auto;
	margin-right: auto;
}

.category-item a:hover {
	color: #cc6633;
}

.category-two i {
	color: #7264e5;
	background-color: #dad7f2;
}

.category-two a:hover {
	color: #7264e5;
}

.category-three i {
	color: #50cc59;
	background-color: #dbf5de;
}

.category-three a:hover {
	color: #50cc59;
}

.category-four i {
	color: #daa91f;
	background-color: #ece5d1;
}

.category-four a:hover {
	color: #daa91f;
}

.category-five i {
	color: #1e27f9;
	background-color: #ccceff;
}

.category-five a:hover {
	color: #1e27f9;
}

.category-six i {
	color: #726f6f;
	background-color: #cccccc;
}

.category-six a:hover {
	color: #726f6f;
}

.category-seven i {
	color: #1783b6;
	background-color: #ccf1ff;
}

.category-seven a:hover {
	color: #1783b6;
}

.category-eight i {
	color: #c455bf;
	background-color: #fccffa;
}

.category-eight a:hover {
	color: #c455bf;
}

.category-nine i {
	color: #cc6666;
	background-color: #f5cccc;
}

.category-nine a:hover {
	color: #cc6666;
}

.category-ten i {
	color: #116e18;
	background-color: #d0e6d2;
}

.category-ten a:hover {
	color: #116e18;
}

.category-border {
	border-right: 1px solid #efeeee;
	border-bottom: 1px solid #efeeee;
}

.category-border-two {
	border-right: 1px solid #efeeee;
}

.category-border-three {
	border-bottom: 1px solid #efeeee;
}

/*-- End Category --*/
/*-- Portal --*/
.portal-item {
	position: relative;
	margin-bottom: 30px;
}

.portal-item .portal-trusted {
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 12px;
	bottom: 30px;
}

.portal-item .portal-trusted span {
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	color: #ffffff;
	font-weight: 600;
	font-size: 28px;
	padding: 20px 70px;
	-webkit-box-shadow: 0 0 0 10px #cce6cf;
	box-shadow: 0 0 0 10px #cce6cf;
}

.portal-item h2 {
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 25px;
}

.portal-item p {
	color: #333333;
	margin-bottom: 35px;
}

.portal-item .common-btn a {
	width: 150px;
}

.portal-item .common-btn a i {
	font-size: 18px;
	position: relative;
	top: 1px;
}

.portal-right {
	padding-left: 50px;
}

.portal-right-two {
	margin-bottom: 0;
}

/*-- End Portal --*/
/*-- Jobs --*/
.section-title {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -10px;
}

.section-title h2 {
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 0;
}

.sorting-menu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	max-width: 770px;
	text-align: center;
}

.sorting-menu ul {
	margin: 0;
	padding: 25px 25px;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
}

.sorting-menu ul li {
	cursor: pointer;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border: 2px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
	padding: 10px 25px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	z-index: 1;
	transition: 0.5s all ease;
}

.sorting-menu ul li:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: -1;
	background: transparent;
}

.sorting-menu ul li.active,
.sorting-menu ul li:hover {
	color: #ffffff;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.sorting-menu ul li.active:before,
.sorting-menu ul li:hover:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.sorting-menu ul li:last-child {
	margin-right: 0;
}

.sorting-menu ul li:first-child {
	margin-left: 0;
}

.job-item {
	margin-bottom: 30px;
	border: 1px solid #c1c1c1;
	padding: 30px;
	position: relative;
}

.job-item img {
	position: absolute;
	top: 38%;
}

.job-item .job-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 80px;
}

.job-item .job-inner .job-inner-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.job-item .job-inner .job-inner-left h3 {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 600;
}

.job-item .job-inner .job-inner-left a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.job-item .job-inner .job-inner-left a:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.job-item .job-inner .job-inner-left ul {
	margin: 0;
	padding: 0;
}

.job-item .job-inner .job-inner-left ul li {
	list-style-type: none;
	display: block;
	font-size: 14px;
	color: #808291;
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
}

.job-item .job-inner .job-inner-left ul li:last-child {
	margin-bottom: 0;
}

.job-item .job-inner .job-inner-left ul li i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}

.job-item .job-inner .job-inner-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: right;
}

.job-item .job-inner .job-inner-right ul {
	margin: 0;
	padding: 0;
}

.job-item .job-inner .job-inner-right ul li {
	display: block;
	font-size: 14px;
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
	text-align: center;
	width: 95px;
	margin-bottom: 10px;
	margin-left: auto;
}

.job-item .job-inner .job-inner-right ul li:last-child {
	margin-bottom: 0;
}

.job-item .job-inner .job-inner-right ul li span {
	display: block;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding-top: 10px;
	padding-bottom: 10px;
}

.job-item .job-inner .job-inner-right ul li a {
	display: block;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:hover {
	color: #ffffff;
}

.job-item .job-inner .job-inner-right ul li a:hover:before {
	width: 100%;
	opacity: 1;
}

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

.job-pagination ul {
	margin: 0;
	padding: 0;
}

.job-pagination ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.job-pagination ul li a {
	display: block;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #ebebeb;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.job-pagination ul li a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.job-pagination ul li a:hover {
	color: #ffffff;
}

.job-pagination ul li a:hover:before {
	opacity: 1;
	width: 100%;
}

#container .mix {
	display: none;
}

/*-- End Jobs --*/
/*-- Counter --*/
.counter-area {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.counter-item {
	margin-bottom: 30px;
	text-align: center;
}

.counter-item i {
	display: block;
	font-size: 45px;
	margin-bottom: 5px;
}

.counter-item h3 {
	font-weight: 700;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 0;
}

.counter-item p {
	margin-bottom: 0;
	font-size: 18px;
}

/*-- End Counter --*/
/*-- Popular --*/
.popular-item {
	margin-bottom: 30px;
}

.popular-item img {
	width: 100%;
}

.popular-item .practice-inner img:nth-child(1) {
	margin-bottom: 25px;
}

.popular-item p {
	margin-bottom: 35px;
	color: #808192;
}

.popular-item ul {
	margin: 0;
	padding: 0;
}

.popular-item ul li {
	list-style-type: none;
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #033333;
	margin-bottom: 25px;
	padding: 7px;
}

.popular-item ul li:last-child {
	margin-bottom: 0;
}

.popular-item ul li i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #047211;
	background-color: #c0f3c6;
	margin-right: 10px;
	font-size: 26px;
	border-radius: 12px;
	position: relative;
	top: 2px;
}

.popular-wrap {
	position: relative;
}

.popular-wrap:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	background-color: #f8f8f8;
}

.popular-wrap:after {
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: #f8f8f8;
}

.popular-right {
	padding-left: 10px;
}

/*-- End Popular --*/
/*-- Companies --*/
.companies-area {
	/* background-color: #f7faf7; */
	/* padding-top: 90px;
	padding-bottom: 10px; */
}

.companies-area .section-title {
	margin-bottom: 25px;
}

.companies-area .owl-theme .owl-dots .owl-dot.active span {
	background: #56b6e7;
}

.companies-area .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 5px;
	background: #acacac;
	border-radius: 35px;
}

.companies-area .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
	line-height: 0;
}

.owl-dot.active span {
	background: #869791;
}

.companies-item {
	text-align: center;
	background-color: #ffffff;
	padding: 35px 20px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.companies-item:hover {
	-webkit-box-shadow: 0px 0px 20px 0px #ddd;
	box-shadow: 0px 0px 20px 0px #ddd;
}

.companies-item img {
	margin-bottom: 25px;
	width: 60px !important;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

.companies-item h3 {
	margin-bottom: 16px;
}

.companies-item h3 a {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #333333;
}

.companies-item h3 a:hover {
	color: #56b6e7;
}

.companies-item p {
	margin-bottom: 22px;
	color: #808291;
	font-size: 14px;
}

.companies-item p i {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 1px;
}

.companies-item .companies-btn {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	padding: 10px 18px;
	position: relative;
	z-index: 1;
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
}

.companies-item .companies-btn:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.companies-item .companies-btn:hover {
	color: #ffffff;
}

.companies-item .companies-btn:hover:before {
	width: 100%;
	opacity: 1;
}

/*-- End Companies --*/
/*-- Profile --*/
.profile-area-two {
	padding-bottom: 170px;
}

.profile-area-two .profile-item {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.profile-area .owl-theme .owl-dots .owl-dot.active span {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.profile-area .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 5px;
	background: #acacac;
	border-radius: 35px;
}

.profile-area .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.profile-item {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.profile-item img {
	width: 100%;
}

.profile-item:hover .profile-inner {
	max-width: 100%;
}

.profile-item .profile-inner {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px #dddddd78;
	box-shadow: 0px 0px 15px 0px #dddddd78;
	padding: 25px;
	position: relative;
	max-width: 95%;
	margin-top: -60px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.profile-item .profile-inner h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 8px;
}

.profile-item .profile-inner span {
	color: #808291;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

.profile-item .profile-inner a {
	display: inline-block;
	font-size: 14px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.profile-item .profile-inner a:hover {
	letter-spacing: 1px;
}

.profile-item .profile-inner .profile-heart {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.profile-item .profile-inner .profile-heart a {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border: 1px solid #dedede;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*-- End Profile --*/
/*-- App --*/
.app-area {
	background-image: url("../img/home-1/app-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.app-item {
	padding-top: 150px;
	padding-bottom: 130px;
	margin-bottom: 30px;
}

.app-item img {
	position: absolute;
}

.app-item img:first-child {
	bottom: 75px;
	right: 25px;
	z-index: 1;
	-webkit-animation: app-a-one 6s infinite linear;
	animation: app-a-one 6s infinite linear;
}

.app-item img:last-child {
	bottom: 8px;
	right: 130px;
	-webkit-animation: app-a-two 6s infinite linear;
	animation: app-a-two 6s infinite linear;
}

.app-item .section-title {
	margin-bottom: 20px;
}

.app-item .section-title h2 {
	color: #ffffff;
}

.app-item p {
	margin-bottom: 20px;
}

.app-item .app-btn .app-btn-one {
	background-color: #040707;
	display: inline-block;
	position: relative;
	color: #ffffff;
	padding: 10px;
	border-radius: 8px;
	margin-right: 15px;
	width: 165px;
}

.app-item .app-btn .app-btn-one i {
	font-size: 40px;
	position: absolute;
	top: 0;
}

.app-item .app-btn .app-btn-one span {
	display: block;
	font-size: 10px;
	padding-left: 50px;
	margin-bottom: -3px;
}

.app-item .app-btn .app-btn-one p {
	margin-bottom: 0;
	padding-left: 50px;
}

.app-item .app-btn .app-btn-two {
	width: 165px;
	background-color: #231f20;
	display: inline-block;
	position: relative;
	color: #ffffff;
	padding: 11px 10px;
	border-radius: 8px;
	top: -2px;
}

.app-item .app-btn .app-btn-two i {
	font-size: 40px;
	position: absolute;
	top: 0;
}

.app-item .app-btn .app-btn-two span {
	display: block;
	font-size: 8px;
	padding-left: 50px;
	margin-bottom: -3px;
}

.app-item .app-btn .app-btn-two p {
	margin-bottom: 0;
	padding-left: 50px;
}

@-webkit-keyframes app-a-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes app-a-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes app-a-two {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes app-a-two {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/*-- End App --*/
/*-- Blog --*/
.blog-area {
	padding-bottom: 170px;
	margin-top: -20px;
}

.blog-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
	box-shadow: 0px 0px 20px 0px #dddddd80;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.blog-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.blog-item:hover .blog-top span {
	bottom: -1px;
	opacity: 1;
}

.blog-item .blog-top {
	position: relative;
}

.blog-item .blog-top a {
	display: block;
}

.blog-item .blog-top a img {
	width: 100%;
}

.blog-item .blog-top span {
	font-weight: 500;
	font-size: 16px;
	color: #3eb34c;
	background-color: #ffffff;
	position: absolute;
	bottom: -10px;
	left: 0;
	padding: 10px 25px;
	opacity: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.blog-item .blog-bottom {
	padding: 25px 25px;
}

.blog-item .blog-bottom h3 {
	margin-bottom: 15px;
}

.blog-item .blog-bottom h3 a {
	display: block;
	font-weight: 600;
	font-size: 20px;
	color: #111111;
}

.blog-item .blog-bottom h3 a:hover {
	color: #3eb34c;
}

.blog-item .blog-bottom ul {
	margin: 0;
	padding: 0;
}

.blog-item .blog-bottom ul li {
	list-style-type: none;
	display: block;
	color: #808291;
	font-size: 14px;
	position: relative;
}

.blog-item .blog-bottom ul li img {
	margin-right: 10px;
}

.blog-item .blog-bottom ul li a {
	display: block;
	color: #3eb34c;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.blog-item .blog-bottom ul li a i {
	font-size: 16px;
	position: relative;
	top: 1px;
	left: -3px;
}

.blog-item .blog-bottom ul li a:hover {
	color: #333333;
}

/*-- End Blog --*/
/*-- Subscribe --*/
.subscribe-area {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
	box-shadow: 0px 0px 20px 0px #dddddd80;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	top: -100px;
}

.subscribe-area .subscribe-shape img {
	position: absolute;
}

.subscribe-area .subscribe-shape img:nth-child(1) {
	top: 10px;
	left: 5%;
	-webkit-animation: subscribe-a-one 5s infinite linear;
	animation: subscribe-a-one 5s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(2) {
	bottom: 10px;
	left: 10%;
	-webkit-animation: subscribe-a-two 10s infinite linear;
	animation: subscribe-a-two 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(3) {
	bottom: 100px;
	left: 50%;
	-webkit-animation: subscribe-a-three 10s infinite linear;
	animation: subscribe-a-three 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(4) {
	right: 20%;
	top: 20px;
	-webkit-animation: subscribe-a-four 10s infinite linear;
	animation: subscribe-a-four 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(5) {
	bottom: 10px;
	right: 5%;
	-webkit-animation: subscribe-a-five 10s infinite linear;
	animation: subscribe-a-five 10s infinite linear;
}

.validation-danger {
	color: #dc3545;
	margin-top: 10px;
	font-size: 15px;
}

.validation-success {
	color: #28a745;
	margin-top: 10px;
	font-size: 15px;
}

@-webkit-keyframes subscribe-a-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(10px, 10px);
		transform: translate(10px, 10px);
	}

	75% {
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes subscribe-a-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(10px, 10px);
		transform: translate(10px, 10px);
	}

	75% {
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes subscribe-a-two {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	75% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes subscribe-a-two {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	75% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes subscribe-a-three {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
	}

	75% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes subscribe-a-three {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
	}

	75% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes subscribe-a-four {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}

	75% {
		-webkit-transform: translate(-50px, 50px);
		transform: translate(-50px, 50px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes subscribe-a-four {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}

	75% {
		-webkit-transform: translate(-50px, 50px);
		transform: translate(-50px, 50px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes subscribe-a-five {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
	}

	75% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes subscribe-a-five {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(20px, 0);
		transform: translate(20px, 0);
	}

	75% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.subscribe-item {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.subscribe-item .newsletter-form {
	position: relative;
}

.subscribe-item .newsletter-form .form-control {
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
	height: 55px;
	font-size: 16px;
	padding-left: 25px;
}

.subscribe-item .newsletter-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
}

.subscribe-item .newsletter-form ::-webkit-input-placeholder {
	color: #333333;
}

.subscribe-item .newsletter-form :-ms-input-placeholder {
	color: #333333;
}

.subscribe-item .newsletter-form ::-ms-input-placeholder {
	color: #333333;
}

.subscribe-item .newsletter-form ::placeholder {
	color: #333333;
}

.subscribe-item .newsletter-form .subscribe-btn {
	color: #ffffff;
	font-size: 16px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 15px 30px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

.subscribe-item .newsletter-form .subscribe-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.subscribe-item .newsletter-form .btn.disabled,
.subscribe-item .newsletter-form .btn:disabled {
	opacity: 1;
}

/*-- End Subscribe --*/
/*-- Footer --*/
footer {
	/* background-image: url("../img/home-1/footer-bg.png"); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-item {
	margin-bottom: 30px;
}

.footer-item .footer-logo a {
	display: block;
	margin-bottom: 25px;
}

.footer-item .footer-logo p {
	margin-bottom: 20px;
	font-size: 15px;
}

.footer-item .footer-logo ul {
	margin: 0;
	padding: 0;
}

.footer-item .footer-logo ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}

.footer-item .footer-logo ul li:last-child {
	margin-right: 0;
}

.footer-item .footer-logo ul li a {
	display: block;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0;
}

.footer-item .footer-logo ul li a:hover {
	color: #333333;
}

.footer-item .footer-category h3 {
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff87;
	position: relative;
}

.footer-item .footer-category h3:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	bottom: -2px;
	left: 0;
	background-color: #ffffff;
}

.footer-item .footer-category ul {
	margin: 0;
	padding: 0;
}

.footer-item .footer-category ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
}

.footer-item .footer-category ul li:last-child {
	margin-bottom: 0;
}

.footer-item .footer-category ul li a {
	color: #ffffff;
	display: block;
	font-size: 15px;
}

.footer-item .footer-category ul li a:hover {
	color: #333333;
}

.footer-item .footer-find h3 {
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff87;
	position: relative;
}

.footer-item .footer-find h3:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	bottom: -2px;
	left: 0;
	background-color: #ffffff;
}

.footer-item .footer-find ul {
	margin: 0;
	padding: 0;
}

.footer-item .footer-find ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
}

.footer-item .footer-find ul li i {
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 2px;
}

.footer-item .footer-find ul li:last-child {
	margin-bottom: 0;
}

.footer-item .footer-find ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
}

.copyright-area {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #6bbf75;
	margin-top: 70px;
}

.copyright-item p {
	margin-bottom: 0;
}

.copyright-item p a {
	display: inline-block;
	color: #ffffff;
}

.copyright-item p a:hover {
	color: #333333;
}

.copyright-item ul {
	margin: 0;
	padding: 0;
}

.copyright-item ul li {
	list-style-type: none;
	display: inline-block;
}

.copyright-item ul li span {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.copyright-item ul li a {
	color: #ffffff;
	display: block;
}

.copyright-item ul li a:hover {
	color: #333333;
}

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

/*-- End Footer --*/
/*----- End Home Page 1 -----*/
/*----- Home Page 2 -----*/
/*-- Banner --*/
.banner-img-two {
	background-image: url("../img/home-2/banner.jpg");
}

.banner-area-two {
	height: 800px;
}

.banner-area-two .banner-text {
	text-align: left;
	margin-top: -45px;
}

.banner-area-two .banner-text .banner-form-area {
	border-radius: 0;
}

.banner-area-two .banner-text .banner-form-area .banner-form-btn {
	border-radius: 0;
}

/*-- End Banner --*/
/*-- Jobseeker --*/
.jobseeker-area {
	background-color: #f7faf7;
}

.jobseeker-item {
	margin-bottom: 30px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	position: relative;
	padding: 45px 35px;
}

.jobseeker-item .jobseeker-icon {
	position: absolute;
	top: 55px;
	left: 34px;
}

.jobseeker-item .jobseeker-icon i {
	display: inline-block;
	font-size: 40px;
	color: #ffffff;
	position: relative;
	top: -7px;
}

.jobseeker-item .jobseeker-inner {
	padding-left: 65px;
}

.jobseeker-item .jobseeker-inner span {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.jobseeker-item .jobseeker-inner h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
}

.jobseeker-item a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	position: absolute;
	top: 65px;
	right: 35px;
}

.jobseeker-item a:hover {
	color: #333333;
}

.job-wrap {
	margin-top: -110px;
	background-color: #ffffffa8;
	padding: 35px 20px 5px 20px;
	position: relative;
}

/*-- End Jobseeker --*/
/*-- Category --*/
.category-area-two {
	background-color: #f7faf7;
}

.category-area-two .col-lg-3:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.category-area-two .category-item {
	background-color: #ffffff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 25px 0px #dddddd8c;
	box-shadow: 0px 0px 25px 0px #dddddd8c;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.category-area-two .category-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-- End Category --*/
/*-- Account --*/
.account-area-two {
	padding-top: 100px;
	padding-bottom: 100px;
}

.account-area-two .banner-btn {
	margin-top: 40px;
}

/*-- End Account --*/
/*-- Portal --*/
.portal-counter-area .counter-item {
	text-align: center;
	margin-bottom: 30px;
}

.portal-counter-area .counter-item h3 {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: 28px;
}

.portal-counter-area .counter-item p {
	margin-bottom: 0;
	font-size: 14px;
}

/*-- End Portal --*/
/*----- End Home Page 2 -----*/
/*----- Home Page 3 -----*/
/*-- Navbar --*/
.navbar-area-two .menu-shrink {
	background-color: #ffffff !important;
	border-bottom: 1px solid transparent;
}

.navbar-area-two .main-nav {
	background-color: transparent;
	border-bottom: 1px solid #c1f5c6;
}

/*-- Navbar --*/
/*-- Banner --*/
.banner-area-three {
	height: 780px;
	background-color: #d0fed5;
}

.banner-area-three:before {
	display: none;
}

.banner-area-three .banner-text {
	text-align: left;
	position: relative;
	z-index: 1;
}

.banner-area-three .banner-text h1 {
	color: #393838;
}

.banner-area-three .banner-text h1 span {
	color: #38a745;
}

.banner-area-three .banner-text p {
	color: #393838;
}

.banner-area-three .banner-text .banner-form-area {
	border-radius: 0;
	max-width: 740px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 1;
}

.banner-area-three .banner-text .banner-form-area form {
	padding-right: 120px;
}

.banner-area-three .banner-text .banner-form-area .banner-form-btn {
	border-radius: 0;
}

.banner-area-three .banner-img img {
	position: absolute;
	right: 5%;
	bottom: 0;
}

/*-- End Banner --*/
/*-- Create --*/
.create-area {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding-top: 50px;
	padding-bottom: 20px;
}

.create-item {
	margin-bottom: 30px;
}

.create-item h2 {
	color: #ffffff;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 0;
}

.create-item .create-btn {
	text-align: right;
}

.create-item .create-btn a {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	background-color: #ffffff;
	padding: 18px 26px;
}

.create-item .create-btn a:hover {
	color: #ffffff;
	background-color: #333333;
}

/*-- End Create --*/
/*----- End Home Page 3 -----*/
/*----- Create Account Page -----*/
/*-- Page Title --*/
.page-title-area {
	height: 450px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.page-title-text {
	text-align: center;
	margin-top: 70px;
}

.page-title-text h2 {
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
}

.page-title-text ul {
	margin: 0;
	padding: 0;
}

.page-title-text ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
}

.page-title-text ul li a {
	display: block;
	color: #ffffff;
}

.page-title-text ul li a:hover {
	color: #333333;
}

/*-- End Page Title --*/
/*-- Create Photo --*/
.create-account-area {
	padding-bottom: 200px;
}

.create-photo {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

.create-photo .already-create {
	margin-bottom: 40px;
}

.create-photo .already-create span {
	display: inline-block;
	color: #7f7e7e;
	font-weight: 500;
	font-size: 16px;
}

.create-photo .already-create a {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 12px 27px;
	margin-left: 10px;
	display: inline-block;
}

.create-photo .already-create a:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-photo .create-photo-item .create-photo-left {
	text-align: center;
	background-color: #837d7e;
	width: 270px;
	height: 275px;
}

.create-photo .create-photo-item .create-photo-left .form-group {
	margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-left .form-group i {
	display: block;
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 15px;
}

.create-photo .create-photo-item .create-photo-right .form-group {
	margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control {
	border: 1px solid #d6d5d5;
	height: 60px;
	border-radius: 0;
	margin-bottom: 30px;
	padding-left: 30px;
	font-size: 15px;
	font-weight: 500;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d6d5d5;
}

.create-photo .create-photo-item .create-photo-right .form-group ::-webkit-input-placeholder {
	color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .form-group :-ms-input-placeholder {
	color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .form-group ::-ms-input-placeholder {
	color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .form-group ::placeholder {
	color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn {
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	border-radius: 0;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 15px 40px;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

/*-- End Create Photo --*/
/*-- Create Information --*/
.create-information {
	border: 1px solid #d6d5d5;
	padding: 60px 70px 40px;
	margin-bottom: 70px;
}

.create-information h3 {
	margin-bottom: 45px;
	font-weight: 600;
	font-size: 28px;
}

.create-information .create-information-btn {
	margin-bottom: 40px;
}

.create-information .create-information-btn a {
	display: inline-block;
	width: 200px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	color: #ffffff;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	margin-right: 35px;
}

.create-information .create-information-btn a:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-information .form-group {
	margin-bottom: 30px;
}

.create-information .form-group label {
	font-size: 16px;
	color: #7f7e7e;
	margin-bottom: 15px;
}

.create-information .form-group .form-control {
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding-left: 20px;
	font-size: 15px;
}

.create-information .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333333;
}

.create-information .form-group .gender-area span {
	display: block;
	margin-bottom: 20px;
	color: #7f7e7e;
	font-size: 16px;
}

.create-information .form-group .gender-area label {
	color: #333333;
	margin-right: 20px;
	margin-bottom: 0;
}

.create-information .form-group textarea {
	height: auto !important;
}

/*-- End Create Information --*/
/*-- Create Education --*/
.create-education {
	border: 1px solid #d6d5d5;
	padding: 60px 70px 40px;
	margin-bottom: 70px;
}

.create-education .create-education-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.create-education .create-education-wrap .create-education-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.create-education .create-education-wrap .create-education-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.create-education .create-education-wrap .create-education-right a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 16px 20px;
}

.create-education .create-education-wrap .create-education-right a:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-education h3 {
	margin-bottom: 45px;
	font-weight: 600;
	font-size: 28px;
	margin-top: 8px;
}

.create-education .form-group {
	margin-bottom: 30px;
}

.create-education .form-group label {
	font-size: 16px;
	color: #7f7e7e;
	margin-bottom: 15px;
}

.create-education .form-group .form-control {
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding-left: 20px;
}

.create-education .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333333;
}

/*-- End Create Education --*/
/*-- Create Skills --*/
.create-skills {
	border: 1px solid #d6d5d5;
	padding: 60px 70px 40px;
	margin-bottom: 70px;
}

.create-skills .create-skills-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.create-skills .create-skills-wrap .create-skills-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.create-skills .create-skills-wrap .create-skills-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.create-skills .create-skills-wrap .create-skills-right a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 16px 25px;
	margin-left: 15px;
}

.create-skills .create-skills-wrap .create-skills-right a:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-skills h3 {
	margin-bottom: 45px;
	font-weight: 600;
	font-size: 28px;
	margin-top: 8px;
}

.create-skills .form-group {
	margin-bottom: 30px;
}

.create-skills .form-group label {
	font-size: 16px;
	color: #7f7e7e;
	margin-bottom: 15px;
}

.create-skills .form-group .form-control {
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding-left: 20px;
}

.create-skills .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333333;
}

.skill {
	position: relative;
	overflow-y: hidden;
	margin-bottom: 30px;
}

.skill:before {
	width: 100%;
	height: 6px;
	content: "";
	display: block;
	position: absolute;
	background: #857e7e;
	bottom: 0;
}

.skill p {
	font-size: 16px;
	color: #7f7e7e;
	margin-bottom: 35px;
}

.skill .skill-bar {
	width: 100%;
	height: 6px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	display: block;
	position: relative;
}

.skill .skill-bar span {
	position: absolute;
	top: -43px;
	font-size: 16px;
	font-weight: 500;
	color: #9a9a9a;
}

.skill .skill1 .skill-count1 {
	right: 0;
}

.skill .skill1 {
	width: 60%;
	position: relative;
}

.skill .skill1:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 2px;
	height: 16px;
	background: #948d8d;
}

/*-- End Create Education --*/
.create-ac-btn {
	font-weight: 600;
	font-size: 18px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 16px 50px;
	color: #ffffff;
	border-radius: 0;
}

.create-ac-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
	color: #ffffff;
}

/*----- End Create Account Page -----*/
/*----- Post A Job Page -----*/
/*-- Job Area --*/
.post-job-area {
	padding-bottom: 200px;
}

.post-job-item {
	border: 1px solid #d6d5d5;
	padding: 60px 70px 40px;
}

.post-job-item .post-job-heading {
	text-align: center;
	margin-bottom: 60px;
}

.post-job-item .post-job-heading h2 {
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 0;
}

.post-job-item .form-group {
	margin-bottom: 30px;
}

.post-job-item .form-group .form-control {
	height: 50px;
	border-radius: 0;
	padding-left: 20px;
	border: 1px solid #ebebeb;
	font-size: 15px;
}

.post-job-item .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333333;
}

.post-job-item .form-group label {
	font-size: 16px;
	color: #7f7e7e;
	margin-bottom: 15px;
}

.post-job-item .form-group .job-category-area .nice-select {
	width: 100%;
	display: block;
	border-radius: 0;
	height: 50px;
	margin-bottom: 30px;
}

.post-job-item .form-group .job-category-area .nice-select span.current {
	color: #dbdbdb;
	line-height: 50px;
}

.post-job-item .form-group .job-category-area .nice-select .option {
	color: #dbdbdb;
	font-size: 13px;
}

.post-job-item .form-group .job-category-area .nice-select .option:hover,
.post-job-item .form-group .job-category-area .nice-select .option.focus,
.post-job-item .form-group .job-category-area .nice-select .option.selected.focus {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	color: #ffffff;
}

.post-job-item .form-group .job-category-area .nice-select.open .list {
	width: 100%;
}

.post-job-item .form-group ::-webkit-input-placeholder {
	color: #dbdbdb;
}

.post-job-item .form-group :-ms-input-placeholder {
	color: #dbdbdb;
}

.post-job-item .form-group ::-ms-input-placeholder {
	color: #dbdbdb;
}

.post-job-item .form-group ::placeholder {
	color: #dbdbdb;
}

.post-job-item .job-currency-area {
	position: relative;
}

.post-job-item .job-currency-area .nice-select {
	height: 50px;
	width: 100px;
	border-radius: 0;
	line-height: 50px;
	position: absolute;
	top: 39px;
	right: 0;
	background-color: #ebebeb;
}

.post-job-item .job-currency-area .nice-select:active,
.post-job-item .job-currency-area .nice-select.open,
.post-job-item .job-currency-area .nice-select:focus {
	border-color: none;
}

.post-job-item .job-currency-area .nice-select span.current {
	font-weight: 500;
	font-size: 16px;
	color: #8e8c8c;
}

.post-job-item .job-currency-area .nice-select.open .list {
	width: 100%;
}

.post-job-item .job-currency-area .nice-select .option {
	color: #8e8c8c;
	font-size: 13px;
}

.post-job-item .job-currency-area .nice-select .option:hover,
.post-job-item .job-currency-area .nice-select .option.focus,
.post-job-item .job-currency-area .nice-select .option.selected.focus {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	color: #ffffff;
}

.post-job-item .job-type-area span {
	display: block;
	margin-bottom: 20px;
	color: #7f7e7e;
	font-size: 16px;
}

.post-job-item .job-type-area label {
	color: #333333;
	margin-right: 20px;
	margin-bottom: 0;
}

.post-job-item textarea {
	height: auto !important;
}

/*-- End Job Area --*/
/*----- End Post A Job Page -----*/
/*----- Login Page -----*/
/*-- Job --*/
.login-area {
	padding-bottom: 200px;
}

.login-area h2 {
	text-align: center;
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 55px;
	margin-top: -8px;
}

.login-area .login-wrap {
	padding: 40px 40px 10px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

.login-area .form-group {
	margin-bottom: 30px;
}

.login-area .form-group .form-control {
	height: 50px;
	border-radius: 0;
	border: 1px solid #ebebeb;
	padding-left: 20px;
	font-size: 15px;
}

.login-area .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333333;
}

.login-area .form-group ::-webkit-input-placeholder {
	color: #808192;
}

.login-area .form-group :-ms-input-placeholder {
	color: #808192;
}

.login-area .form-group ::-ms-input-placeholder {
	color: #808192;
}

.login-area .form-group ::placeholder {
	color: #808192;
}

.login-area .login-sign-in {
	padding-top: 20px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.login-area .login-sign-in a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.login-area .login-sign-in a:hover {
	letter-spacing: 1px;
}

.login-area .login-sign-in ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.login-area .login-sign-in ul li {
	list-style-type: none;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	margin-left: 14px;
	margin-right: 14px;
}

.login-area .login-sign-in ul li a {
	display: block;
	font-size: 16px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.login-area .login-sign-in .login-btn {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	font-size: 18px;
	font-weight: 600;
	padding: 16px 140px;
	margin-top: 30px;
	border-radius: 0;
	margin-bottom: 50px;
}

.login-area .login-sign-in .login-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.login-area .login-social a {
	display: inline-block;
	width: 48%;
	padding-top: 22px;
	padding-bottom: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	background-color: #005b7f;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid transparent;
}

.login-area .login-social a:hover {
	border: 1px solid #005b7f;
	background-color: transparent;
	color: #005b7f;
}

.login-area .login-social a:hover i {
	color: #005b7f;
}

.login-area .login-social a i {
	color: #ffffff;
	margin-right: 10px;
	display: inline-block;
	font-size: 26px;
	position: relative;
	top: 2px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.login-area .login-social .login-google {
	background-color: #c80911;
}

.login-area .login-social .login-google:hover {
	border: 1px solid #c80911;
	color: #c80911;
}

.login-area .login-social .login-google:hover i {
	color: #c80911;
}

/*-- End Job --*/
/*----- End Login Page -----*/
/*----- Single Profile Page -----*/
/*-- Single Profile --*/
.single-profile-area {
	padding-bottom: 170px;
}

.single-profile-item {
	margin-bottom: 30px;
}

.single-profile-item img {
	width: 100%;
}

.single-profile-item .single-profile-left {
	padding: 50px 60px 20px;
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd87;
	box-shadow: 0px 0px 20px 0px #dddddd87;
}

.single-profile-item .single-profile-left .single-profile-contact {
	margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-contact h3 {
	font-weight: 600;
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-contact ul {
	margin: 0;
	padding: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li {
	list-style-type: none;
	display: block;
	font-size: 16px;
	color: #858585;
	margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li:last-child {
	margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	top: 2px;
	margin-right: 6px;
	font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a {
	color: #858585;
	display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a:hover {
	color: #56b6e7;
}

.single-profile-item .single-profile-left .single-profile-social {
	margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-social h3 {
	font-weight: 600;
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-social ul {
	margin: 0;
	padding: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-social ul li:last-child {
	margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	top: 2px;
	margin-right: 6px;
	font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-social ul li a {
	color: #858585;
	display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-social ul li a:hover {
	color: #56b6e7;
}

.single-profile-item .single-profile-left .single-profile-skills h3 {
	font-weight: 600;
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill {
	margin-bottom: 30px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill p {
	color: #9a9a9a;
	margin-bottom: 17px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill1:before {
	display: none;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill2 {
	width: 90%;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill3 {
	width: 75%;
}

.single-profile-item .single-profile-right .single-profile-name {
	margin-bottom: 70px;
}

.single-profile-item .single-profile-right .single-profile-name h2 {
	font-weight: 700;
	font-size: 38px;
	color: #51504e;
	margin-bottom: 8px;
}

.single-profile-item .single-profile-right .single-profile-name span {
	display: block;
	font-size: 18px;
	color: #999897;
	font-weight: 500;
	margin-bottom: 5px;
}

.single-profile-item .single-profile-right .single-profile-name p {
	margin-bottom: 30px;
	color: #838383;
	font-size: 16px;
}

.single-profile-item .single-profile-right .single-profile-name a {
	display: inline-block;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	font-weight: 600;
	font-size: 16px;
	padding: 15px 15px;
	margin-right: 20px;
	width: 200px;
	text-align: center;
}

.single-profile-item .single-profile-right .single-profile-name a i {
	margin-left: 4px;
}

.single-profile-item .single-profile-right .single-profile-name a:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.single-profile-item .single-profile-right .single-profile-textarea {
	padding-left: 60px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading {
	position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 3px;
	background: #dbf4de;
	left: -31px;
	top: 13px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading span {
	width: 13px;
	height: 13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 9px;
	left: -56px;
	display: inline-block;
	border: 4px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading h3 {
	font-weight: 600;
	font-size: 22px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph {
	position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	left: -51px;
	top: 0;
	background: #d9f1dc;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph .single-profile-p {
	padding-bottom: 10px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph p {
	margin-bottom: 0;
	color: #838383;
	padding-top: 10px;
	padding-bottom: 26px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul {
	margin: 0;
	padding: 0;
	padding-top: 14px;
	padding-bottom: 30px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li {
	list-style-type: none;
	display: block;
	color: #838383;
	margin-bottom: 15px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li:last-child {
	margin-bottom: 0;
}

/*-- End Single Profile --*/
/*----- End Single Profile Page -----*/
/*----- Job List Page -----*/
/*-- Job --*/
.job-area-two {
	padding-bottom: 170px;
}

/*-- End Job --*/
/*----- End Job List Page -----*/
/*----- Company List Page -----*/
/*-- Company --*/
.companies-area-two {
	padding-bottom: 170px;
}

.companies-area-two .companies-item {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/*-- End Company --*/
/*----- End Company List Page -----*/
/*----- Job Details Page -----*/
/*-- Job Details --*/
.job-details-area {
	padding-bottom: 170px;
}

.job-details-item {
	margin-bottom: 30px;
}

.job-details-item .job-description {
	margin-bottom: 40px;
}

.job-details-item .job-description h2 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 700;
	margin-top: -8px;
}

.job-details-item .job-description p {
	margin-bottom: 16px;
	color: #808291;
	font-size: 15px;
}

.job-details-item .job-knowledge {
	margin-bottom: 40px;
}

.job-details-item .job-knowledge h2 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 700;
}

.job-details-item .job-knowledge ul {
	margin: 0;
	padding: 0;
}

.job-details-item .job-knowledge ul li {
	list-style-type: none;
	display: block;
	color: #808291;
	margin-bottom: 12px;
	font-size: 15px;
}

.job-details-item .job-knowledge ul li:last-child {
	margin-bottom: 0;
}

.job-details-item .job-knowledge ul li i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.job-details-item .job-overview {
	padding: 40px 50px;
	margin-bottom: 30px;
	border: 1px solid #80829159;
}

.job-details-item .job-overview h3 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 22px;
	border-bottom: 1px solid #0080003d;
	position: relative;
}

.job-details-item .job-overview h3:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	bottom: -2px;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.job-details-item .job-overview ul {
	margin: 0;
	padding: 0;
}

.job-details-item .job-overview ul li {
	list-style-type: none;
	display: block;
	color: #808291;
	position: relative;
	margin-bottom: 20px;
	padding-left: 50px;
}

.job-details-item .job-overview ul li:last-child {
	margin-bottom: 0;
}

.job-details-item .job-overview ul li i {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 32px;
}

.job-details-item .job-overview ul li p {
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 2px;
}

.job-details-item .job-overview ul li span {
	display: block;
	font-size: 14px;
	color: #808291;
}

.job-details-item .job-company ul li {
	padding-left: 0;
}

.job-details-item .job-company ul li i {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 5px;
	display: inline-block;
}

.job-details-item .job-company ul li span {
	display: inline-block;
}

.job-details-item .job-company ul li a {
	display: inline-block;
	color: #808291;
}

.job-details-item .job-company ul li a:hover {
	letter-spacing: 1px;
}

.job-details-btn {
	display: block;
	color: #ffffff;
	padding-top: 17px;
	padding-bottom: 17px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	font-size: 16px;
}

.job-details-btn:hover {
	color: #ffffff;
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

/*-- End Job Details --*/
/*----- End Job Details Page -----*/
/*----- Single Resume Page -----*/
/*-- Single Resume --*/
.single-resume-area {
	padding-bottom: 170px;
}

.single-resume-item {
	margin-bottom: 30px;
}

.single-resume-profile {
	margin-bottom: 30px;
}

.single-resume-profile img {
	width: 100%;
}

.single-resume-profile h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 25px;
}

.single-resume-profile span {
	display: block;
	color: #838383;
	margin-bottom: 10px;
}

.single-resume-profile span i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	margin-right: 2px;
}

.single-resume-profile p {
	color: #838383;
	margin-bottom: 7px;
}

.single-resume-profile p i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	margin-right: 2px;
}

.single-resume-description {
	margin-bottom: 30px;
}

.single-resume-description h3 {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 25px;
}

.single-resume-description p {
	color: #838383;
	margin-bottom: 0;
	font-size: 15px;
}

.single-resume-skills {
	margin-bottom: 30px;
}

.single-resume-skills h3 {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 25px;
}

.single-resume-skills p {
	color: #838383;
	margin-bottom: 20px;
	font-size: 15px;
}

.single-resume-skills ul {
	margin: 0;
	padding: 0;
}

.single-resume-skills ul li {
	list-style-type: none;
	display: block;
	color: #838383;
	font-size: 15px;
	margin-bottom: 15px;
}

.single-resume-skills ul li:last-child {
	margin-bottom: 0;
}

.single-resume-skills ul li i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	margin-right: 2px;
}

.single-resume-education h3 {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 25px;
}

.single-resume-education span {
	display: block;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 6px;
}

.single-resume-education p {
	margin-bottom: 0;
	color: #838383;
	font-size: 15px;
}

.single-resume-category {
	padding: 40px 50px;
	margin-bottom: 30px;
	border: 1px solid #80829159;
}

.single-resume-category h3 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 22px;
	border-bottom: 1px solid #0080003d;
	position: relative;
}

.single-resume-category h3:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	bottom: -2px;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.single-resume-category ul {
	margin: 0;
	padding: 0;
}

.single-resume-category ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 16px;
	font-size: 15px;
	padding-left: 30px;
	position: relative;
}

.single-resume-category ul li:hover:before {
	background-color: #38a745;
}

.single-resume-category ul li:hover a {
	letter-spacing: 1px;
}

.single-resume-category ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #38a745;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.single-resume-category ul li span {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 4px;
}

.single-resume-category ul li:last-child {
	margin-bottom: 0;
}

.single-resume-category ul li a {
	display: inline-block;
	color: #838383;
}

.single-resume-types {
	margin-bottom: 0;
}

/*-- End Single Resume --*/
/*----- End Single Resume Page -----*/
/*----- Pricing Page -----*/
/*-- Pricing --*/
.pricing-area {
	padding-bottom: 170px;
}

.pricing-item {
	margin-bottom: 30px;
	text-align: center;
	border-radius: 10px;
	padding: 35px 35px 45px;
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
	box-shadow: 0px 0px 20px 0px #dddddd75;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.pricing-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.pricing-item span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 16px;
	color: #808291;
}

.pricing-item h2 {
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 5px;
}

.pricing-item p {
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #808291;
}

.pricing-item ul {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}

.pricing-item ul li {
	list-style-type: none;
	display: block;
	color: #808291;
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 15px;
}

.pricing-item ul li:last-child {
	margin-bottom: 0;
}

.pricing-item .pricing-btn {
	display: inline-block;
	color: #ffffff;
	padding: 12px 30px;
	margin-top: 38px;
	border-radius: 30px;
	font-weight: 600;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.pricing-item .pricing-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

/*-- End Pricing --*/
/*----- End Pricing Page -----*/
/*----- Dashboard Page -----*/
/*-- Dashboard --*/
.dashboard-area {
	padding-bottom: 170px;
}

.dashboard-area .text-left {
	margin-bottom: 30px;
}

.dashboard-area .dashboard-img {
	margin-bottom: 30px;
	text-align: center;
}

.dashboard-area .dashboard-img img {
	width: 100%;
	margin-bottom: 15px;
}

.dashboard-area .dashboard-img h3 {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 30px;
}

.dashboard-area .dashboard-img p {
	margin-bottom: 0;
	color: #7f7e7e;
	font-size: 15px;
}

.dashboard-area .dashboard-nav {
	margin-bottom: 30px;
}

.dashboard-area .dashboard-nav .nav-pills .nav-link.active,
.dashboard-area .dashboard-nav .nav-pills .show>.nav-link {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.dashboard-area .dashboard-nav ul {
	width: 100%;
	display: block;
	text-align: center;
}

.dashboard-area .dashboard-nav ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.dashboard-area .dashboard-nav ul li a {
	border: 2px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
	color: #333333;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	position: relative;
}

.dashboard-area .dashboard-nav ul li a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: -1;
}

.dashboard-area .dashboard-nav ul li a:hover {
	color: #ffffff;
}

.dashboard-area .dashboard-nav ul li a:hover:before {
	width: 100%;
	opacity: 1;
}

.dashboard-area .create-education-two .create-education-right a {
	margin-left: 15px;
}

.dashboard-area .skill .skill3 {
	width: 60%;
}

.dashboard-area .skill .skill4 {
	width: 95%;
}

.dashboard-area .change-password-area h2 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 28px;
}

.dashboard-area .change-password-area .form-group {
	margin-bottom: 30px;
}

.dashboard-area .change-password-area .form-group label {
	color: #333333;
	margin-bottom: 5px;
	font-size: 14px;
}

.dashboard-area .change-password-area .form-group .form-control {
	height: 45px;
	border-radius: 0;
	border: 1px solid #95969c;
	padding-left: 20px;
	color: #333333;
}

.dashboard-area .change-password-area .form-group .form-control:focus {
	border: 1px solid #333333;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dashboard-area .change-password-area .change-pass-btn {
	font-weight: 600;
	font-size: 18px;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	padding: 16px 50px;
	color: #ffffff;
	border-radius: 0;
	margin-top: 10px;
}

.dashboard-area .change-password-area .change-pass-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
	color: #ffffff;
}

.dashboard-area .dashboard-logout-area {
	padding-bottom: 30px;
}

/*-- End Dashboard --*/
/*----- End Dashboard Page -----*/
/*----- Company Details Page -----*/
/*-- Company Details --*/
.company-details-area {
	padding-bottom: 170px;
}

.company-details-item {
	margin-bottom: 30px;
}

.company-details-item .company-details-logo {
	margin-bottom: 30px;
}

.company-details-item .company-details-logo img {
	width: 130px;
	height: 100px;
}

.company-details-item .company-details-logo .company-logo-inner {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	top: 15px;
}

.company-details-item .company-details-logo .company-logo-inner h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 8px;
}

.company-details-item .company-details-logo .company-logo-inner p {
	margin-bottom: 0;
	color: #95969c;
}

.company-details-item .company-details-logo .company-logo-inner p i {
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.company-details-item .company-details-share {
	margin-bottom: 30px;
}

.company-details-item .company-details-share span {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	margin-right: 10px;
	color: #333333;
}

.company-details-item .company-details-share ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.company-details-item .company-details-share ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 16px;
}

.company-details-item .company-details-share ul li:last-child {
	margin-right: 0;
}

.company-details-item .company-details-share ul li a {
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
}

.company-details-item .company-details-find {
	margin-bottom: 30px;
}

.company-details-item .company-details-find h3 {
	font-weight: 600;
	font-size: 20px;
	margin-right: 10px;
	color: #333333;
	margin-bottom: 15px;
}

.company-details-item .company-details-find ul {
	margin: 0;
	padding: 0;
}

.company-details-item .company-details-find ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 20px;
}

.company-details-item .company-details-find ul li:last-child {
	margin-bottom: 0;
}

.company-details-item .company-details-find ul li a {
	display: block;
	color: #333333;
	font-size: 15px;
}

.company-details-item .company-details-find ul li a:hover {
	letter-spacing: 1px;
}

.company-details-item .company-details-find ul li a i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 22px;
	position: relative;
	top: 4px;
	margin-right: 6px;
}

.company-details-item .company-details-description {
	margin-bottom: 40px;
}

.company-details-item .company-details-description h3 {
	font-weight: 600;
	font-size: 25px;
	margin-right: 10px;
	color: #333333;
	margin-bottom: 15px;
}

.company-details-item .company-details-description p {
	margin-bottom: 0;
	color: #95969c;
	font-size: 15px;
}

/*-- End Company Details --*/
/*----- End Company Details Page -----*/
/*----- Error Page -----*/
/*-- 404 --*/
.error-item {
	height: 800px;
	text-align: center;
	margin-top: -30px;
}

.error-item h1 {
	font-size: 130px;
	font-weight: 700;
	margin-bottom: 8px;
}

.error-item p {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 35px;
	color: #646464;
}

.error-item span {
	display: block;
	color: #646464;
}

.error-item a {
	display: inline-block;
	color: #ffffff;
	background-color: #56b6e7;
	padding: 20px 45px;
	margin-top: 70px;
	font-size: 18px;
}

.error-item a:hover {
	background-color: #333333;
}

/*-- End 404 --*/
/*----- End Error Page -----*/
/*----- FAQ Page -----*/
/*-- Faq --*/
.faq-area {
	padding-bottom: 170px;
}

.faq-head h2 {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 25px;
}

.faq-wrap {
	margin-bottom: 50px;
}

.faq-wrap:last-child {
	margin-bottom: 30px;
}

.accordion {
	padding-left: 0;
	margin: 0;
	padding: 0;
}

.accordion p {
	font-size: 16px;
	display: none;
	padding: 20px 45px 15px 20px;
	margin-bottom: 0;
	color: #333333;
}

.accordion a {
	color: #333333;
	font-size: 17px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	padding: 15px 0 15px 18px;
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
}

.accordion a:hover {
	color: #333333;
}

.accordion a:after {
	position: absolute;
	right: 20px;
	content: "+";
	top: 10px;
	color: #232323;
	font-size: 25px;
	font-weight: 700;
}

.accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
}

.accordion li:first-child {
	border-top: 0;
}

.accordion li:last-child {
	margin-bottom: 0;
}

.accordion li a.active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
}

.accordion li a.active:after {
	content: "-";
	font-size: 25px;
	color: #ffffff;
}

/*-- End Faq --*/
/*----- End Faq Page -----*/
/*----- Privacy Policy Page -----*/
/*-- Privacy --*/
.privacy-area {
	padding-bottom: 150px;
}

.privacy-item {
	margin-bottom: 50px;
}

.privacy-item h2 {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
}

.privacy-item p {
	margin-bottom: 0;
	color: #646464;
}

.privacy-item ul {
	margin: 0;
	padding: 0;
}

.privacy-item ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 18px;
	color: #646464;
}

.privacy-item ul li i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	bottom: -2px;
}

.privacy-item ul li:last-child {
	margin-bottom: 0;
}

/*-- End Privacy --*/
/*----- End Privacy Policy Page -----*/
/*----- Blog Details Page -----*/
/*-- Blog Details --*/
.blog-details-area {
	padding-bottom: 170px;
}

.blog-details-item {
	margin-bottom: 30px;
}

.blog-details-item .blog-details-img {
	position: relative;
	padding-bottom: 20px;
}

.blog-details-item .blog-details-img:before {
	position: absolute;
	content: '';
	width: 80%;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #ebebeb;
}

.blog-details-item .blog-details-img img {
	width: 100%;
	margin-bottom: 20px;
}

.blog-details-item .blog-details-img h3 {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.blog-details-item .blog-details-img ul {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.blog-details-item .blog-details-img ul li {
	list-style-type: none;
	display: inline-block;
	color: #95969c;
	font-size: 14px;
	margin-right: 15px;
}

.blog-details-item .blog-details-img ul li a {
	display: inline-block;
	color: #95969c;
}

.blog-details-item .blog-details-img ul li i {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	margin-right: 5px;
}

.blog-details-item .blog-details-img p {
	margin-bottom: 15px;
	color: #95969c;
	font-size: 15px;
}

.blog-details-item .blog-details-social {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.blog-details-item .blog-details-social span {
	display: inline-block;
	color: #95969c;
	font-weight: 600;
	margin-right: 10px;
}

.blog-details-item .blog-details-social ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.blog-details-item .blog-details-social ul li {
	display: inline-block;
	color: #95969c;
	font-size: 18px;
	margin-right: 10px;
}

.blog-details-item .blog-details-social ul li a {
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog-details-item .blog-details-social ul li a:hover {
	background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
	background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.blog-details-item .blog-details-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.blog-details-item .blog-details-nav a {
	color: #333333;
	border: 1px solid #56b6e7;
	padding: 10px 22px;
	border-radius: 8px;
	display: inline-block;
}

.blog-details-item .blog-details-nav a:hover {
	color: #ffffff;
	background-color: #56b6e7;
}

.blog-details-item .blog-details-nav .previous-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-item .blog-details-nav .previous-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.blog-details-item .blog-details-form h3 {
	margin-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

.blog-details-item .blog-details-form .form-group {
	margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group .form-control {
	border-radius: 0;
	height: 45px;
	border: 1px solid #56b6e7;
	font-size: 15px;
	padding-left: 20px;
}

.blog-details-item .blog-details-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333333;
}

.blog-details-item .blog-details-form .form-group textarea {
	height: auto !important;
	padding-top: 10px;
}

.blog-details-item .blog-details-form .blog-details-btn {
	color: #ffffff;
	border: 1px solid #56b6e7;
	padding: 14px 25px;
	font-size: 15px;
	font-weight: 500;
	background-color: #56b6e7;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-radius: 0;
	opacity: 1;
}

.blog-details-item .blog-details-form .blog-details-btn:hover {
	background-color: transparent;
	color: #56b6e7;
}

.blog-details-item .blog-details-form .list-unstyled {
	color: #dc3545;
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 14px;
}

.blog-details-item .blog-details-form .text-danger {
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 0;
	color: #dc3545;
}

.blog-details-item .blog-details-form .text-success {
	color: #28a745;
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 0;
}

/*-- End Blog Details --*/
/*----- End Blog Details Page -----*/
/*----- Contact Page -----*/
/*-- Location --*/
.contact-location-item {
	margin-bottom: 0;
}

/*-- End Location --*/
/*-- Contact --*/
.contact-form-area {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.contact-form-area .form-group {
	margin-bottom: 30px;
}

.contact-form-area .form-group .form-control {
	background-color: transparent;
	border: 1px solid;
	border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
	border-image-slice: 1;
	border-radius: 0;
	height: 60px;
	padding-left: 30px;
	color: #333333;
	font-size: 15px;
}

.contact-form-area .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333333;
}

.contact-form-area .form-group ::-webkit-input-placeholder {
	color: #ababab;
}

.contact-form-area .form-group :-ms-input-placeholder {
	color: #ababab;
}

.contact-form-area .form-group ::-ms-input-placeholder {
	color: #ababab;
}

.contact-form-area .form-group ::placeholder {
	color: #ababab;
}

.contact-form-area .form-group textarea {
	height: auto !important;
	padding-top: 15px;
}

.contact-form-area .list-unstyled {
	color: #dc3545;
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 14px;
}

.contact-form-area .text-danger {
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 0;
	color: #dc3545;
}

.contact-form-area .text-success {
	color: #28a745;
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 0;
}

.contact-form-area .contact-btn {
	color: #ffffff;
	border: 1px solid #56b6e7;
	background-color: #56b6e7;
	opacity: 1;
	border-radius: 0;
	padding: 14px 45px;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.contact-form-area .contact-btn:hover {
	color: #333333;
	background-color: transparent;
}

/*-- End Contact --*/
/*-- Map --*/
#map {
	height: 600px;
}

/*-- End Map --*/
/*----- End Contact Page -----*/
/*----- Preloader -----*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #3aa947;
}

.spinner {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner>div {
	background-color: #ffffff;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

/*----- End Preloader -----*/
/*----- Back To Top -----*/
#toTop {
	position: fixed;
	bottom: 30px;
	right: 0;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.back-to-top-btn i {
	background-color: #333333;
	color: #ffffff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	border-radius: 50%;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin-right: 28px;
	-webkit-box-shadow: 0px 0px 14px 0px #333333;
	box-shadow: 0px 0px 14px 0px #333333;
}

.back-to-top-btn i:hover {
	background-color: #3aa947;
}

/*----- End Back To Top -----*/
/*# sourceMappingURL=style.css.map */
/*banner */
.index_main {
	background: #f7f7f7;
}

.index_main .section1 {
	position: relative;
}

.index_main .section1 .index_banner .item {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
	visibility: visible;
	-webkit-animation: scale-bg 6s linear forwards;
	animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.index_main .section1 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}

.index_main .section1 .index_banner .item .inner .block_txt {
	position: absolute;
	top: 44%;
	right: 10px;
	left: 10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
	width: 30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border: 0;
}

.index_main .section1 .left {
	left: 0;
}

.index_main .section1 .right {
	right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
	background-image: url(../image/ban_prev.png);
	left: 60px;
}

.index_main .section1 .slick_txt .next {
	background-image: url(../image/ban_next.png);
	right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
	background-image: url(../image/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
	background-image: url(../image/ban_next_hover.png);
}

.index_main .section1 .number {
	position: absolute;
	bottom: 8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
	font-family: "Myriad Pro", "Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right: 100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
	margin-right: 0;
}

.index_main .section1 .number span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

/* .index_main .section2 {
	background: #f5f5f5;
} */

.index_main .section2 h3 {
	text-align: center;
}

.index_main .section3 {
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}

.index_main .section3 h3 {
	text-align: center;
}

.index_main .section4 {
	background: #f5f5f5;
}

.index_main .section4 h3 {
	text-align: center;
}

@media only screen and (max-width: 1600px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 28px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 60px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1440px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 24px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 40px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 18px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 1366px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 20px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 26px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 16px;
	}

	.index_main .section1 .index_banner .slick-arrow {
		background-size: auto 30px;
	}
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 18px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 22px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 18px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 22px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 14px;
	}

	#footer {
		padding: 10px 0;
		color: #aaabae;
		background: #2c2f38;
		float: left;
		width: 100%;
	}

	#bottom {
		background: #3b3f4a;
		color: #aaabae;
		font-size: 14px;
		float: left;
		width: 100%;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.index_main .section1 .index_banner .item {
		height: 100vh;
	}

	.index_main .section1 .index_banner .item .inner .block_txt {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}

	.index_main .section1 .index_banner .slick-arrow {
		display: none !important;
	}

	.index_main .section1 .index_banner .slick-dots {
		position: absolute;
		bottom: 12px;
	}

	.index_main .section1 .index_banner .slick-dots li {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 2px solid #fff;
	}

	.index_main .section1 .index_banner .slick-dots li button {
		display: none;
	}

	.index_main .section1 .index_banner .slick-dots li.slick-active {
		background: #fff;
	}

	.index_main .section1 .number {
		bottom: 12%;
		display: none;
	}

	.index_main .section1 .number span {
		margin-right: 22px;
	}

	.index_main .section1 .number span:after {
		bottom: -14px;
	}

}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}


#footer {
	width: 100%;
	/* border-bottom: 1px solid #333; */
}

.footer {
	margin: 0 auto;
	box-sizing: border-box;
	/* padding-top: 30px; */
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between
}

.footer dl dd:first-child a {
	font-size: 18px;
	color: #ddd
}

.footer dl dd {
	color: #aaa
}

.footer dl dt {
	font-size: 28px;
	color: #fff;
	line-height: 52px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px
}

.footer dl dt p,
.footer dl dt span {
	color: #fff;
}

.footer dl dd p,
.footer dl dd * {
	color: #fff;
}

.footer dl dd a {
	color: #aaa;
	font-size: 16px;
	line-height: 42px
}

.footer dl dd a:hover {
	color: #fff
}

.footer dl:last-child {
	max-width: 230px
}

footer .bottom {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 15px
}

footer .bottom p {
	color: #aaa
}

footer .bottom p a {
	color: #fff
}

footer .bottom p a:hover {
	text-decoration: underline;
}


@media screen and (max-width:1290px) {
	.footer {
		width: 100%
	}

	.sectFive .swiper-container {
		padding: 70px 0;
		width: 99%;
		margin: 0 .5%;
	}

	#sectFive .swiper-pagination {
		bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.footer {
		/* display: none */
		min-height: 270px;
	}
	.footer img{
		display: none;
	}

	footer .bottom {
		font-size: 14px
	}
	.ab-info p {
	    font-size: 1.2em;
	    color: #5e5e5e;
	    line-height: 1.9em;
	    letter-spacing: 1px;
	    /* text-align: justify; */
	    text-align: center;
	}
	footer .bottom p:last-child {
		display: none;
		line-height: 1.5
	}
}

/* .intro1 {
	background-size: cover;
	background-position: center center;
	padding-bottom: 720px;
} */

.cta-area {
	background-size: cover;
	background-position: center center;
}

.intro1 {
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(../img/4.jpg);
	background-position: center center;
	background-size: 110% 100%;
}

.intro2 {
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(../img/5.jpg);
	background-position: center center;
	background-size: 110% 100%;
}

.cta-text h1 {
	font-size: 60px;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1.08;
	margin-top: 32px;
	margin-bottom: 37px;
}

.cta-text p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 0 50px;
	margin-bottom: 36px;
}


.cta-text {
	/* position: relative;
	left: 10%;
	top: 300px; */
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	-o-transform: scale(1.001);
	transform: scale(1.001);
}

.parBd {
	overflow: hidden;
}

/*********/
#partner {
	background: url(../img/bg5.jpg) bottom center no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 30px 0 100px;
}

.partners {
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0 50px;
}

.partners .slideBox {
	position: relative;
	width: 100%;
	float: left;
}

.partners .parBd .tempWrap {
	float: left;
}

.partners .parBd ul li {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
}

.partners .parBd ul li i {
	width: 100%;
	margin: 0 5px;
	display: block;
}

.p_title {
	width: 100%;
	float: left;
	margin: 30px 0;
	text-align: center;
}

.p_title h2 {
	font-size: 34px;
	font-weight: 400;
	background: url(../img/line.png) center bottom no-repeat;
	padding-bottom: 15px;
}

.p_title p {
	line-height: 40px;
	color: #d3d3d3;
	font-size: 24px;
}

.page7 {
	/* background: #f4f6f8; */
	padding-bottom: 30px;
}

.page_tit {
	/* padding: 120px 0; */
	text-align: center;
	/* padding-top: 80px; */
	padding-top: 120px;
}

.page_tit h3 {
	font-size: 44px;
	color: #000;
	letter-spacing: 5px;
}

.page_tit h3 span {
	color: #0098e8;
}

.page_tit p {
	height: 16px;
	margin-top: 20px;
}

.page-header-search {
	/* width: 400px;
	float: left; */
	/* padding-top: 45px; */
	/* margin-left: 20px; */
	padding-top: 25px;
}

/***********************
********* Footer ******
************************/
/***********************
********* Footer ******
************************/
#bottom {
	background: #3b3f4a;
	color: #aaabae;
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 40px;
}

#bottom ul li a {
	display: block;
	color: #aaabae;
}

#bottom ul li a:hover {
	color: #c52d2f;
}

#bottom ul {
	display: block;
	float: left;
	width: 60%;
	line-height: 30px;
}

#bottom ul li {
	display: block;
	float: left;
	width: 18%;
	min-height: 180px;
	border-right: 1px solid #272a34;
	margin-right: 5%;
	box-shadow: 1px 0px 0px #4e5362;
	/*水平阴影、垂直阴影、模糊距离，以及阴影的颜色*/
}

#bottom ul li:last-child {
	border-right: 0;
	box-shadow: none;
	width: 30%;
	margin-right: 0;
}

#bottom ul li span {
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: normal;
}

#bottom .fr {
	text-align: right;
}

/* #bottom .fr img{ float:right; width:89px; height:111px;} */
#bottom .fr p {
	display: block;
	float: right;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 16px;
}

#bottom .fr p b {
	color: #fff;
}

#bottom .fr p em {
	font-style: normal;
	font-size: 34px;
	line-height: 50px;
	color: #aaabae !important;
	font-family: "aparaj";
}


#footer {
	padding: 5px 0;
	color: #333;
	background: #FFFFFF;
	float: left;
	width: 100%;
	text-align: center;
}

#footer a {
	color: #aaabae;
}

#footer a:hover {
	color: #c52d2f;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul>li {
	display: inline-block;
	margin-left: 15px;
}

@media (max-width: 1500px) and (min-width: 768px) {
	.wrap {
		min-height: 300px;
	}
}

.ftsection {
	float: left;
	text-align: left;
	/* margin: 40px 15px 0 15px; */
	/* margin: 40px 25px 0 25px; */
	margin-top: 20px;
	margin-left: 7.5rem;
}

.qcode {
	width: 176px;
	height: 40px;
	line-height: 40px;
	background-image: url(../img/erweima.png);
	cursor: pointer;
	color: #FFFFFF;
}

.onlinechat {
	width: 176px;
	height: 40px;
	line-height: 40px;
	margin-top: 18px;
	background-image: url(../img/chat.png);
	cursor: pointer;
}

.onlinechat a {
	padding-left: 70px;
	color: #FFFFFF;
}

.wcode {
	display: none;
	position: absolute;
	margin-top: -200px;
	border: 1px solid #ccc;
}

/*回到顶部*/
.Totop {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 99999;
}

.Totop a {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff url(../img/tp_tb1.png) center center no-repeat;
}

.Totop a:hover {
	border: 1px solid #212121;
	background: #212121 url(../img/tp_tb2.png) center center no-repeat;
}

#toolbar {
	width: 68px;
	position: fixed;
	right: 0px;
	top: 60%;
	margin-top: -136px;
	z-index: 1000000;
}

#toolbar ul {}

#toolbar li {
	width: 68px;
	height: 68px;
	float: left;
	margin: 4px 0px;
	position: relative;
}

#toolbar li .t_item {
	width: 68px;
	height: 68px;
	background: #f79800;
	text-align: center;
	line-height: 68px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#toolbar li a.t_item:hover,
#toolbar li a.cur {
	background: #212021;
}

.t1 i {
	width: 68px;
	height: 68px;
	background: url(../img/u1.png) no-repeat center center;
	display: block;
}

.t2 i {
	width: 68px;
	height: 68px;
	background: url(../img/u2.png) no-repeat center center;
	display: block;
}

.t3 i {
	width: 68px;
	height: 68px;
	background: url(../img/u3.png) no-repeat center center;
	display: block;
}

.t4 i {
	width: 68px;
	height: 68px;
	background: url(../img/u4.png) no-repeat center center;
	display: block;
}

.t5 i {
	width: 68px;
	height: 68px;
	background: url(../img/u5.png) no-repeat center center;
	display: block;
}

.full1 {
	position: fixed;
	top: 60%;
	right: 0;
	z-index: 1001;
}

.full1 li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: #656d71;
	z-index: 1;
}

.full1 li a:hover span,
.full1 li a:hover label {
	color: #FFFFFF;
	background-color: #56b6e7 !important;
}

.full1 li:last-child a {
	border-bottom: 0;
}

.full1 li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}

.full1 li:nth-child(2) a,
.full li:nth-child(1) a {
	z-index: 2;
}

.full1 li a label {
	display: block;
	width: 120px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}

.full1 li a:hover label {
	left: -120px;
	z-index: 101
}

.full1 li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}

.full1 li a span.span1 {
	background-image: url(../img/full1.png);
}

.full1 li a span.span2 {
	background-image: url(../img/full2.png);
}

.full1 li a span.span3 {
	background-image: url(../img/full3.png);
}

.full1 li a span.span4 {
	background-image: url(../img/full4.png);
}

.pst_bg {
	width: 100%;
	height: 72px;
	/*background:url("../images/bg_5.jpg")*/
	/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/images/bg_5.jpg repeat-x;*/
}

.pst {
	width: 1100px;
	text-align: left;
	margin: 0px auto;
	height: 72px;
	line-height: 72px;
	padding-left: 24px;
	background: url("../images/address.png")
		/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/images/address.png*/
		left no-repeat;
	font-size: 16px;
	color: #777;
}

.pst a {
	color: #777;
}

.pst a:hover {
	color: #006FBF;
}

.scd {
	width: 1100px;
	margin: 0px auto;
	margin-bottom: 60px;
}

.scd .scd_l {
	width: 210px;
	float: left;
	position: relative;
	z-index: 99;
}

.scd_l .s_name {
	width: 210px;
	height: 50px;
	line-height: 50px;
	background: #56b6e8;
	position: relative;
	text-indent: 12px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.scd_l .s_name img {
	vertical-align: top;
	margin-top: 18px;
}

.scd_l .s_name i {
	display: block;
	width: 30px;
	height: 31px;
	background: url("../images/icon10.png")
		/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/images/icon10.png*/
		no-repeat;
	position: absolute;
	right: -30px;
	bottom: -1px;
}

.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}

.scd_l .s_nav {
	width: 210px;
	background: #f0f0f0;
	margin-bottom: 20px;
}

.scd_l .s_nav li {
	background: url("../images/icon.png")
		no-repeat right;
	margin: 0px 15px;
	/*width:100%; */
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
}

.scd_l .s_nav li a {
	/*width:190px;*/
	height: 45px;
	line-height: 45px;
	/*padding-left:20px; */
	font-size: 16px;
	display: block;
	*display: inline;
	zoom: 1;
	color: #000;
}

.border {
	float: left;
	width: 1px;
	height: 35px;
	background: rgb(171, 171, 174);
	margin-top: 10px;
	margin-left: -10px;
}

.scd_l .s_nav li.now a,
.scd_l .s_nav li a:hover {
	color: #0099FF;
}

.s_nav .now a {
	color: #0099FF;
	background: url("../images/hovericon.png")
		/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/images/hovericon.png*/
		no-repeat right;
}

.s_nav a:hover {
	color: #0099FF;
	background: url("../images/hovericon.png")
		/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/images/hovericon.png*/
		no-repeat right;
}

.scd_l .s_nav li:last-child {
	border-bottom: 0;
}

.scd .scd_r {
	width: 855px;
	float: right;
}

.scd_r .r_name {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.scd_r .r_name span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #007ED6;
	border-bottom: 1px solid #007ED6;
}

.about {
	width: 100%;
	padding: 30px 0;
	font-size: 14px;
	color: #555555;
	line-height: 255%;
	text-align: left;
}

.about img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.pages {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pages a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	font-size: 16px;
	color: #555555;
	margin: 0 3px;
}

.pages .now {
	color: #179EED;
}

.pages .prev,
.pages .next {
	color: #FFF;
	background: #646464;
	padding: 0 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pages .prev:hover,
.pages .next:hover {
	background: #00649F;
}

.new {
	width: 100%;
	padding: 30px 0;
}

.new dl {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.new dl dt,
.new dl dt img {
	width: 235px;
	height: 135px;
	float: left;
	vertical-align: top;
}

.new dl dt {
	border: 3px solid #eee;
}

.new dl dd {
	width: 595px;
	float: right;
	text-align: left;
}

.new dl dd .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.new dl dd .title p {
	width: 65%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #0063B3;
	font-size: 16px;
}

.new dl dd .title em {
	font-style: normal;
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #888;
}

.new dl dd .des {
	width: 100%;
	height: 69px;
	font-size: 14px;
	color: #555555;
	line-height: 170%;
	overflow: hidden;
	text-indent: 2em;
	margin-bottom: 6px;
}

.new dl dd .more1 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 82px;
	height: 24px;
	border: 1px solid #0063B3;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #0063B3;
}

.lianxi {
	margin: 15px 0;
}

.lianxi p {
	line-height: 30px;
}

.lianxi img {
	margin: 15px 0;
	display: block;
}

.sub {
	background: #f44234;
	color: #fff;
	border: 0;
	margin-top: 15px;
}

.lianxi span {
	color: red;
}

.new dl .newcontent {
	width: 855px;
}

.new dl .newcontent .des {
	height: 45px;
}

.new dl dd .des a {
	color: #555;
}

.detail {
	padding-bottom: 25px;
}

.detail h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}

.detail .lj {
	color: #666;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 30px;
	font-size: 12px;
}

.pagebox {
	border-top: 1px dashed #ddd;
	margin-bottom: 50px;
}

.pagebox a {
	width: 50%;
	float: left;
	line-height: 45px;
}

.pagebox .down {
	float: right;
	text-align: right;
}

@media screen and (max-width:770px) {

	.scd .scd_r,
	.scd .scd_l {
		width: 100%;
	}

	.scd_l .s_name i {
		display: none;
	}

	/* .scd .scd_l{ margin-top:25px;}*/
	.scd_l .s_name {
		width: 100%;
		background-size: 100% 100%;
		text-align: left;
	}

	.scd_l .s_name img {
		margin-left: 30px;
	}

	.scd_l .s_nav {
		width: 480px;
	}


	.pst {
		text-align: left;
		width: 480px;
	}

	.scd {
		width: 480px;
	}

	.new dl dd {
		width: 230px;
	}

	.new dl .newcontent {
		width: 100%;
	}

	.detail img {
		width: 100%;
	}

	.pagebox a {
		width: 100%;
	}

	.pagebox .down {
		text-align: left;
	}

	.pagebox {
		margin-top: 20px;
	}
}

@media screen and (max-width:510px) {
	.scd_l .s_nav {
		width: 320px;
	}

	.pst {
		font-size: 14px;
		width: 320px;
	}

	.scd {
		width: 320px;
	}

	.new dl dd {
		width: 100%;
	}

	.new dl dt,
	.new dl dt img {
		width: 314px;
		height: 180px;
	}

	.lianxi img {
		width: 100%;
	}

	.new dl .newcontent {
		width: 100%;
	}

	.detail img {
		width: 100%;
	}

	.pagebox a {
		width: 100%;
		line-height: 30px;
	}

	.pagebox .down {
		text-align: left;
	}

	.pagebox {
		margin-top: 20px;
	}


}

#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 0;
}

#recent-works {
	background: url("../images/main2.jpg")
		/*tpa=http://www.17sucai.com/preview/155563/2016-10-25/%E5%85%88%E8%88%AA/images/main2.jpg*/
	;
	background-size: cover;
	padding-bottom: 70px;
}

.recent-work-wrap {
	position: relative;
	display: block;
}

.recent-work-wrap img {
	width: 100%;
}

.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}

.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #000;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}

.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}

.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}

.scd_r .pro img {
	width: 100%;
}

.scd_r .pro p {
	text-align: center;
	background: #F5F5F5;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.scd_r .pro {
	margin-bottom: 20px;
}

/* .intro1 {
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url(https://www.weaver.com.cn/e9//img/index/bg_1.jpg);
    background-position: center center;
    background-size: 110% 100%;
} */
.intro1 {
	background-size: cover;
	background-position: center center;
	padding-bottom: 720px;
}

.cta-area {
	background-size: cover;
	background-position: center center;
}

.pb-130 {
	padding-bottom: 130px;
}

.pt-120 {
	padding-top: 120px;
}

.cta-text>span {
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.cta-text h1 {
	font-size: 60px;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1.08;
	margin-top: 32px;
	margin-bottom: 37px;
}

.cta-text p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 0 50px;
	margin-bottom: 36px;
}

.pt-150 {
	padding-top: 150px;
}

.cta-text .btn {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 26px 54px 26px 50px;
	position: relative;
	text-transform: uppercase;
	transition: 0.3s;
	margin-top: 360px;
	margin-left: -59px;
	border: 2px solid #fff;
	transition: 0.3s;
	position: absolute;
	left: 50%;
}

.tabBar {
	border-bottom: 2px solid #222
}

.tabBar span {
	background-color: #e8e8e8;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 15px
}

.tabBar span.current {
	background-color: #222;
	color: #fff
}

.tabCon {
	display: none
}

.modal-body>.nav-tabs>li {
	width: 50%;
}

/* .modal-body>.nav-tabs>li .active{
	background: #FFFFFF;
	color: #000000;
} */
.modal-body>.nav-tabs>li>a {
	background: #EEEEEE;
	color: #000000;
}

.modal-body>.nav-tabs>li>a :hover {
	color: #000000;
	background: #FFFFFF;
}

.modal-body>.nav-tabs>li.active>a,
.modal-body>.nav-tabs>li.active>a:focus,
.modal-body>.nav-tabs>li.active>a:hover {
	color: #000000;
	background: #FFFFFF;
}

.line {
	width: 1px;
	height: 198px;
	border-right: 1px solid #FFFFFF;
	float: left;
	/* margin: 95px 15px 0 15px; */
}

.code {
	margin-left: -10px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.op {
	opacity: 1;
}


a.buttom {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f7941d;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	outline-style: none;
	border-radius: 6px;
	margin: 20px 0;
}



.section.active .apply {
	opacity: 1;
	top: 50%;
}

.apply:hover,
.section3 .applybtn:hover,
.section5 .applybtn:hover,
#section7 .applybtn:hover {
	background-color: #fff;
	color: #1878c4;
	cursor: pointer;
}

.menu-left {
	display: inline-block;
	height: 100%;
	/* width: 80px; */
	vertical-align: top;
	position: relative;
	padding-top: 10px;
}

.menu-left li {
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight: 600;
	/* margin: 18px 0 10px; */
	padding-left: 5px;
	border-left: 3px solid transparent;
}

.menu-left li.active {
	color: #56b6e7;
	border-left: 3px solid #56b6e7;
}

.menu-right-ul {
	position: relative;
	margin: 0px auto;
	/* padding: 15px 0; */
	display: inline-block;
	vertical-align: top;
}

.menu-right-ul li {
	text-align: left;
}


.section1 .show {
	width: 210px;
	line-height: 40px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	border-radius: 20px;
	margin: 30px auto;
	cursor: pointer;
	position: absolute;
	z-index: 20;
	left: 50%;
	bottom: 250px;
	margin-left: -105px;
}

.section1 .show:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.video {
	position: fixed;
	z-index: 100;
	text-align: center;
	width: 100%;
	height: 100%;
	min-width: 1210px;
	overflow: hidden;
	background-color: #000000;
}

.video video {
	width: 100%;
}

.stay {
	position: absolute;
	z-index: 12;
	width: 1px;
	bottom: 0;
	left: 50%;
	height: 150px;
	background-color: rgba(255, 255, 255, 0.3);
}

.stay p {
	width: 1px;
	background-color: #ffffff;
	animation: chang ease-in-out 2s infinite;
	height: 0;
	margin-top: 0;
}

@keyframes chang {
	0% {
		height: 0;
		margin-top: 0;
	}

	60% {
		height: 150px;
		margin-top: 0;
	}

	100% {
		height: 150px;
		margin-top: 150px;
	}
}

.video-show {
	width: 1200px;
	background-color: #000000;
	text-align: center;
	display: none;
}

.video-show video {
	max-width: 100%;
	margin: 0 auto;
}

#bg-shadow {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: -1;
	transition: .5s opacity cubic-bezier(0.2, 0, 0.2, 1);
}

#bg-shadow.active {
	opacity: 1;
	z-index: 1000;
}

#bg-shadow .welfare-video {
	width: 1024px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(0, -50%);
	margin-left: -512px;
}

#bg-shadow .welfare-video video {
	width: 1024px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1002;
}

#bg-shadow .video-close {
	position: absolute;
	top: 0px;
	right: -48px;
	width: 48px;
	height: 48px;
	background: url(../images/video-close-icon.png) no-repeat;
	background-size: 22px 22px;
	background-color: #1E1E1E;
	background-position: center;
}

.section2 .left_box {
	width: 488px;
	height: 488px;
	position: absolute;
	top: 50%;
	margin-top: -244px;
	left: 0;
}

.section2 {
	height: 100%;
	overflow: hidden;
	background: url(../images/bg.jpg) repeat center;
}

#section .right_box {
	position: absolute;
	top: 50%;
	margin-top: -244px;
	right: 0;
	width: 540px;
}

#section .right_box h4 {
	line-height: 30px;
	color: #999;
}

#section .right_box h1 {
	font-size: 72px;
	color: #2c4e36;
}

.section2 .title {
	text-align: center;
	color: #00cf7d;
	font-size: 30px;
	margin-bottom: 30px;
}

.demo-list {
	list-style: none;
	padding: 0;
	margin: 22px 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.demo-list__item {
	width: 49%;
}

.footer-content {
	/* background: url(../images/foot_bg.jpg) center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.footer-content img {
	width: 65%;
}

hr {
	border-top: 1px solid #fff;
}

/* .layer.footer {
    background: rgba(0, 0, 0, 0.82);
} */

.footer-content h2 a {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 400;
	color: #faad83;
}

.last-w3ls-contact p {
	vertical-align: middle;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0;
	text-align: left;
}

.footer-top p {
	padding-right: 6em;
	color: #fff;
}

.last-w3ls-contact p a:hover {
	color: #15b915;
}
.footer-w3pvt h3{
	color: #fff;
}
.list-info-w3pvt li a {
	color: #fff;
	font-size: 0.85em;
	letter-spacing: 1px;
}

.list-info-w3pvt li a:hover {
	opacity: 0.8;
}

.layer.footer {
	background: rgba(0, 0, 0, 0.82);
}

.submenu_show .bg_hover {
	display: block !important;
	width: 100%;
	height: 445px;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
	position: absolute;
	top: 80px;
	left: 0px;
	-webkit-animation: a_bg_hover_show 0.2s ease-out both;
	-webkit-transform-origin: 50% 0%;
}

.hot-product {
	margin-top: 30px;
}

.hot-product a {
	display: block;
	border: 1px solid #ededed;
}

.hot-product img {
	width: 100%;
}

.hot-product span {
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	font-size: 16px;
	color: #333333;
}

.hot-product a:hover {
	border: 1px solid #0053a9;
}

.hot-product a:hover span {
	background-color: #0053a9;
	color: #fff;
}

.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #56b6e8;
	height: 50px;
	line-height: 50px;
}

.contact-sd {
	padding: 20px;
	line-height: 1.8;
	font-size: 14px;
	color: #333333;
}

.slide3 {
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
}

.slide3>img {
	width: 100%;
	height: 100%;
	position: absolute;
	/* top: -100%; */
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -2;
	/*  display: none; */
	opacity: 0;
	transition: opacity 0.5s linear;
}

.slide3 img.prevIndex {
	z-index: 1;
}

.slide3 img.active {
	z-index: -1;
	opacity: 1;
}


/* hover效果展示 */
.border-box::before,
.border-box::after {
	position: absolute;
	/* content: ' '; */
	width: 0;
	height: 0;
	border: 1px solid transparent;
	box-sizing: border-box;
	border-radius: 0.04rem;
}

.border-box::before {
	top: 0;
	left: 0;
	transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s,
		height 0.2s ease-in 0.4s;
}

.border-box::after {
	bottom: 0;
	right: 0;
	transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s,
		height 0.2s ease-in;
}


/*  */

.cooperation-back-box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cooperation-back-box::-webkit-scrollbar {
	width: 2px;
	height: 100%;
	/**/
}

.cooperation-back-box::-webkit-scrollbar-track {
	background: rgb(0, 0, 0, 0.1);
	border-radius: 2px;
	width: 2px;
}

.cooperation-back-box::-webkit-scrollbar-thumb {
	background: #4a7eb8;
	width: 8px;
}

.cooperation-back-box::-webkit-scrollbar-thumb:hover {
	background: #2f5886;
}

.cooperation-back-box::-webkit-scrollbar-corner {
	background: #fff;
}

.cooperation-back-box ul {
	overflow: visible;
}

.cooperation-back-box li {
	font-size: 0;
}

.cooperation-back-box .cooperation-back-item a::before {
	content: '|';
	font-size: 0.16rem;
	color: #007CD8;
	font-weight: bold;
	/*  display: inline-block;
  vertical-align: middle; */
	line-height: 0.3rem;
	margin-right: 0.1rem;
}

.cooperation-back-box .cooperation-back-item a {
	display: block;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cooperation-down-container .swiper-slide .cooperation-back>p::before {
	content: '|';
	font-size: 0.16rem;
	color: #007CD8;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.cooperation-down-container .swiper-slide .cooperation-back>p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cooperation-down-prev,
.cooperation-down-next {
	display: none;
	width: 0.286rem;
	height: 0.352rem;
	position: absolute;
	top: 76.177%;
	margin-top: -0.22rem;
	background-size: 0.27rem 0.44rem;
}

.cooperation-down-prev {
	left: 6.402%;
}

.cooperation-down-next {
	left: 93.598%;
}

/* 新闻公告 */
.slide5 {
	background: url(../images/news-bg.jpg) center center no-repeat;
	background-size: cover;
}

.pc .news-banner {
	min-width: 1280px
}

.news-banner .news-left-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 41.055%;
	height: 100%;
}

.news-banner .news-left-img>img {
	width: auto;
	height: 100%
}

.news-banner .news-container {
	height: 80%;
	width: 54.718%;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
}

.news-container .swiper-wrapper {
	height: 100%
}

.news-container .swiper-slide {
	height: 33.3% !important;
	border-bottom: 1px solid #2B374B;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: .2rem .2rem 0;
	transition: all .3s ease-out;
}

.news-container .news-img {
	width: 100%;
	height: 0;
	padding-top: 61.892%;
	position: relative;
	overflow: hidden;
}

.news-container .news-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s linear;
}

.news-container .swiper-slide:hover .news-img img {
	transform: scale(1.1);
	transition: all .3s linear;
}

.news-container .news-time {
	width: .78rem;
	color: #fff;
	/* transition: 1s; */
}

.news-container .news-time>span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
	font-size: 0.14rem;
	text-align: right;
}

.news-container .news-time>span:first-child {
	font-size: .26rem;
	line-height: .38rem;
	padding-top: .05rem
}

.news-container .news-cont {
	display: block;
	width: calc(100% - .78rem);
	padding: 0 0 0 0.35rem;
	overflow: hidden;
}

.news-container .news-cont>h2 {
	font-size: 0.22rem;
	line-height: 0.48rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 1s;
}

.news-container .news-cont>p {
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff
}

.news-time-phone {
	display: none
}

.news-container .swiper-slide:hover {
	background-color: #2B60B5;
	transition: all .3s ease-in;
}

.news-link {
	color: #fff;
	font-size: .14rem;
	position: relative;
	line-height: .19rem;
	display: inline-block;
	padding-right: .3rem;
}

.news-link:hover {
	color: #fff
}

/* .news-link:after{content:'\2192';position:absolute;left:50%;opacity:0;line-height: .19rem;} */
.news-container .swiper-slide:hover .news-link:after {
	left: .66rem;
	opacity: 1;
	transition: all .3s linear
}

/* 关于我们 */
.about-container {
	width: 76.042%;
	/* height: 51.43%; */
	height: 71.43%;
	position: absolute;
	left: 0;
	right: 0;
	/* top: 0.8rem; */
	bottom: 0;
	margin: auto;
	/* background: url(../images/about-bg.jpg) top left no-repeat; */
	background-size: 100% 100%;
}

.pc .about-container {
	min-width: 1280px
}

.about-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 48.115%;
	padding-top: 27.065%;
	height: 0;
	outline: 0;
	cursor: pointer;
}

.about-video>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.about-info {
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	max-width: 51.885%;
	width: 48.115%;
	max-height: 3.78rem;
}

.about-info>h3 {
	display: inline-block;
	font-size: 0.3rem;
	line-height: 0.4rem;
	margin: 0 0 0.17rem;
}

/* .about-info>h3:after{
  content:'';
  display:block;
  width:1.2rem;
  border-bottom:.04rem solid #1A2A45;
} */
.about-info>p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	text-align: justify;
}

.info-index {
	width: 100%;
	padding-top: .2rem;
	font-size: 0;
	text-align: center;
	border-top: 1px solid #B2B5D3;
	/* position:absolute;
  bottom:0; */
	display: flex;
	justify-content: space-between;
}

.info-index>li {
	display: inline-block;
	text-align: left;
	font-weight: bold;
}

.info-index>li+li {
	margin-left: 10.56%;
	text-align: center;
}

.info-index>li>span {
	font-size: 0.3rem;
}

.info-index>li>span:last-child {
	font-size: 0.14rem;
	display: block;
	text-align: center;
	margin-top: .1rem;
	font-weight: normal
}

.info-index>li>span>sup,
.info-index>li>span>sub {
	font-size: 0.28rem;
}

.info-index>li>span>sub>sup {
	font-size: .2rem
}

.info-index>li>span>b {
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 1;
}

.info-index>li>span:first-child {
	display: inline-block;
	height: .30rem;
	width: auto;
	font-size: .30rem;
	line-height: 1;
	vertical-align: middle;
}

/* .info-index>li:nth-child(3)>span:nth-child(2) {
  vertical-align: middle;
  font-size:.30rem;
} */
/* .info-index>li:nth-child(3)>span:first-child {
  width: 0.82rem;
}

.info-index>li:last-child>span:first-child {
  width: 0.6rem;
} */

.about-slogan {
	display: none;
	position: absolute;
	top: 0.4rem;
	right: 2.07rem;
	width: 3.34rem;
	text-align: justify;
	color: rgba(229, 243, 255, 0.45);
	font-size: 0.3rem;
}

.about-slogan span {
	display: inline-block;
}

.about-slogan span:last-child {
	width: 100%;
}

.slide6 .about-footer-left {
	width: 50%;
	position: absolute;
	left: 0;
	bottom: .74rem
}

.slide6 .about-footer-left>p {
	line-height: 2;
	font-size: .16rem
}

.slide6 .about-footer-left .phone {
	font-size: .24rem;
	font-weight: bold;
	line-height: .6rem
}

.slide6 .about-footer-right {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: .54rem
}

.slide6 .about-footer-right>div {
	float: right;
	text-align: center;
	font-size: .16rem
}

.slide6 .about-footer-right>div>div {
	width: 1.36rem;
	height: 1.36rem;
	padding: .1rem;
	background: #F2F4F7;
	box-shadow: 0px 0px 2px 0px rgba(52, 64, 103, 0.26);
	border-radius: 2px;
}

.slide6 .about-footer-right>div>div>img {
	width: 100%;
	height: 100%
}

.slide6 .about-footer-right>div>span {
	line-height: .35rem
}

.slide6 .about-footer-right::after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 100%
}

.slide6 .about-footer-info {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #A3A8B3;
	text-align: center;
	padding: .1rem 0;
	font-size: .14rem
}

.slide6 .about-footer-info>span {
	margin: 0 .5em
}

/* 视频小窗 */
.news-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	display: none
}

.news-video-box {
	width: 40%;
	padding-top: 22.624%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #000;
	border: .04rem solid #2b60b5
}

.news-video-box>video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.news-close {
	width: .3rem;
	height: .3rem;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #2b60b5;
	cursor: pointer;
}

.news-close:after,
.news-close:before {
	content: '';
	width: 80%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: .125rem;
	left: 10%;
}

.news-close:before {
	transform: rotate(45deg);
}

.news-close:after {
	transform: rotate(-45deg);
}

/* 联系我们 */
.slide7 {
	/* background: url(../images/contact-header.png) top left no-repeat; */
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 58.33%;
	background-color: #101217;
}

.two-dimensional-code {
	width: 40.75%;
	font-size: 0;
	text-align: center;
}

.two-dimensional-code>div {
	display: inline-block;
	width: 24.87%;
	margin: 0 4.23%;
	padding-top: 27.41%;
	height: 0;
}

.official-accounts {
	background: url(../images/official-accounts1.png) center center no-repeat;
	background-size: contain;
}

.service-weChat {
	background: url(../images/service-wechat1.png) center center no-repeat;
	background-size: contain;
}

.official-taobao {
	background: url(../images/official-taobao1.png) center center no-repeat;
	background-size: contain;
}

.contact-info,
.contact-link {
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	width: 76.042%;
	margin: auto;
}

.contact-link {
	top: 69%;
	display: flex;
	justify-content: space-between;
}

.pc .contact-info {
	min-width: 1280px;
}

.contact-info:before {
	content: '';
	position: absolute;
	top: .6rem;
	left: 0;
	width: 4.67rem;
	border: 1px solid rgba(255, 255, 255, .33)
}

.contact-info>p {
	min-width: calc(100% / 3);
	font-size: 0.16rem;
	line-height: .32rem;
	color: #C0C2C5
}

/* .contact-info>p::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.36rem;
  margin-right: 0.04rem;
  margin-top: -0.04rem;
} */
.contact-info .contact-number {
	color: #fff;
	font-size: 0.24rem;
	margin: 1.2rem 0 .4rem;
	line-height: 1.5;
	font-weight: bold;
}

/* .contact-info .contact-number>span:first-child:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:1.8rem;
	height:2px;
	background:#007CD8;
} */
/* .contact-number::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.37rem;
  height: 0.38rem;
  background: url(../images/phone.png) center center no-repeat;
  background-size: contain;
} */
/* .contact-info .contact-address {
  width: 100%;
  margin-top: 0.1rem;
} */

/*  .contact-info .contact-postcode::before {
  background: url(../images/postcode.png) center center no-repeat;
  background-size: contain;
}

.contact-info .contact-email::before {
  background: url(../images/email.png) center center no-repeat;
  background-size: contain;
}

.contact-info .contact-fax::before {
  background: url(../images/fax.png) center center no-repeat;
  background-size: contain;
}

.contact-info .contact-address::before {
  background: url(../images/address.png) center center no-repeat;
  background-size: contain;
} */
.contact-link-outer {
	color: #fff;
	line-height: .36rem
}

.contact-link-outer>p {
	font-size: .18rem;
}

.contact-link-outer li>a {
	font-size: .14rem;
	color: #fff
}
.footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	line-height: .74rem;
	text-align: center;
}

.footer>span {
	color: #fff;
	padding: 0.14rem;
	font-size: 0.14rem;
}

.swiper-pagination-body.swiper-pagination-bullets {
	right: .64rem
}

.swiper-pagination-body.swiper-pagination-bullets .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	margin: .12rem auto
}

.swiper-pagination-body.color .swiper-pagination-bullet {
	border: 1px solid #007cd8;
}

.swiper-pagination-body.color .swiper-pagination-bullet-active {
	border: 1px solid rgb(0, 124, 216);
	background-color: rgb(0, 124, 216);
}

/* 隐藏导航  */
.nav-hidden {
	display: none;
	width: 0.6rem;
	/* height: .8rem; */
	position: absolute;
	top: 0.21rem;
	right: 0.09rem;
	background-color: rgba(44, 94, 150, 0.3);
	padding: 0.1rem 0;
	z-index: 1;
	box-sizing: border-box;
	transition: background-color 0.2s linear;
}

.nav-hidden:hover {
	cursor: pointer;
	background-color: rgba(44, 94, 150, 0.5);
}

.nav-hidden>div {
	width: 0.3rem;
	height: 0.04rem;
	background-color: #fff;
	margin: 0.1rem auto;
}

/* #col5 {
	width: 50%;
} */

/* .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(3, 16, 31, 0.7);
  z-index: 12;
}

.swiper-pagination-mask {
  box-sizing: border-box;
  width: 3.54rem;
  height: 100%;
  padding-top: 1.98rem;
  background-color: rgba(3, 16, 31, 0.8);
  position: relative;
  top: 0;
  left: calc(100% - 3.54rem);
}

.swiper-pagination-mask>a {
  display: block;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.86rem;
  height: 0.86rem;
  border-radius: 0;
  position: relative;
}

.swiper-pagination-mask .background-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ff8a33;
  transition: all 0.5s ease-in;
  z-index: -1;
}

.swiper-pagination-mask .swiper-pagination-bullet-active {
  margin-left: -1.06rem;
  width: 4.6rem;
  outline: none;
}

.swiper-pagination-mask .swiper-pagination-bullet-active .background-box {
  width: 100%;
}


.swiper-pagination-mask>a>span {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  margin-right: 0.05rem;
  overflow: hidden;
  transition: width 1s ease;
}

.swiper-pagination-mask .swiper-pagination-bullet:hover span {
  width: 0.4rem;
}

.swiper-pagination-mask .swiper-pagination-bullet-active>span {
  width: 0.4rem;
} */

/* .exit-nav {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.21rem;
  right: 0.19rem;
  text-align: center;
  z-index: 13;
  cursor: pointer;
}

.exit-nav>div {
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
  width: 0.35rem;
  height: 0.04rem;
  background-color: rgb(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}

.exit-nav:hover>div {
  background-color: #fff;
}

.exit-nav>div:first-child {
  transform: rotate(-45deg);
}

.exit-nav>div:last-child {
  transform: rotate(45deg);
} */

/* 更多 */
.more {
	position: absolute;
	bottom: 4.185%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1.36rem;
	height: .46rem;
	line-height: .46rem;
	font-size: .14rem;
	text-indent: .4rem;
	color: #2B60B5;
	border: 1px solid #2B60B5;
	cursor: pointer;
	transition: text-indent .3s linear;
}

.slide5 .more {
	color: #fff;
	border: 1px solid #fff;
}

.slide6 .more {
	position: relative;
	right: auto;
	width: 1.3rem;
	margin: .45rem 0;
	display: block;
	border: 1px solid #3F4558;
	color: #3F4558;
}

.more::after {
	content: '\2192';
	font-size: .18rem;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	line-height: .46rem;
	color: #2B60B5;
	opacity: 0;
	transition: all .3s linear;
}

.more:hover {
	color: #fff;
	background-color: #2B60B5;
	text-indent: .35rem;
	transition: text-indent .3s linear;
}

.slide5 .more:hover {
	background-color: transparent;
}

.slide6 .more:hover {
	color: #3F4558;
	background-color: transparent;
}

.more:hover::after {
	color: #fff;
	opacity: 1;
	left: 75%;
	transition: all .3s linear;
}

.slide6 .more:hover::after {
	color: #3F4558;
}

/* 返回首页 */
.return-index {
	display: none;
	width: 0.38rem;
	height: 0.38rem;
	position: relative;
	bottom: auto;
	right: auto;
	background: #026cba url(../images/returnt.png) center center no-repeat;
	background-size: .14rem auto;
	/* padding: .3rem 0; */
	z-index: 1;
	cursor: pointer;
}

.return-index:hover {
	background: #007cd8 url(../images/returnt.png) center center no-repeat;
	background-size: .14rem auto;
}

.rightIn {
	animation: rightIn 0.2s linear both;
}

.rightOut {
	animation: rightOut 0.2s linear both;
}

.pc .phone-slide2 {
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

/* 移动端*/
/* .phone{overflow:auto} */
/* .phone .swiper-container-body{overflow:auto} */
/* .phone .swiper-container-body>.swiper-wrapper{overflow:auto;flex-direction:column} */
/*  banner*/
.phone .header.first {
	background: rgba(0, 0, 0, 0.5);
}

.phone .swiper-container-banner {
	display: none
}

.pc .swiper-phone-banner {
	display: none
}

.phone .banner-slide1 {
	background: url(../images/phone-bg.jpg) top left no-repeat;
	background-size: 100% 100%;
}

.phone .phone-slide2 {
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

.phone .banner-slide1 .banner-font {
	bottom: 40%;
	width: 78.434%;
	padding-top: 34.432%;
	left: 5%
}

.phone .banner-phone-img {
	position: absolute;
	right: 0;
	top: 48.12%;
	width: 58.698%;
	height: 31.8%
}

.phone .banner-phone-img>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.phone .slide1 {
	height: 14rem
}

/*解决方案*/
/* .phone .slide2{height:89.33%;height:10.5rem;} */
.phone .solution-nav-box {
	display: none
}

.phone .solution-container {
	/*width:89.33%;*/
	width: 80%;
	top: 2.16rem;
	height: 67.466%;
	margin: auto;
	left: -6%;
	overflow: visible;
}

.phone .solution-container .swiper-wrapper {
	width: 100%;
	height: 100%;
	top: 0
}

.phone .solution-title {
	background: none
}

.phone .solution-slide1 .solution-order {
	background: url(../images/vrs-100-h.png) left center no-repeat;
	background-size: 2.4rem 100%;
	transition: all .3s ease;
}

.phone .solution-slide2 .solution-order {
	background: url(../images/mcooc-h.png) left center no-repeat;
	background-size: 2.4rem 100%;
	transition: all .3s ease;
}

.phone .solution-slide3 .solution-order {
	background: url(../images/vsp-100-h.png) left center no-repeat;
	background-size: 2.4rem 100%;
	transition: all .3s ease;
}

.phone .solution-slide4 .solution-order {
	background: url(../images/vmc-100-h.png) left center no-repeat;
	background-size: 2.4rem 100%;
	transition: all .3s ease;
}

/* 各个标题 */
.phone .solution-title,
.phone .vrcourse-title,
.phone .cooperation-title,
.phone .news-title-cont,
.phone .about-title,
.phone .contact-title,
.phone .news-title {
	width: 89.33%;
	top: 1.65rem;
	margin-top: 0
}

.phone .about-title {
	z-index: 1;
	color: #fff
}

.phone .solution-title-font,
.phone .cooperation-title-font,
.phone .news-title-font,
.phone .about-title-font,
.phone .vrcourse-title-font,
.phone .contact-title-font,
.phone .news-title-font {
	width: auto;
	text-align: left;
	background: none
}

.phone .solution-title-font>h2,
.phone .vrcourse-title-font>h2,
.phone .cooperation-title-font>h2,
.phone .news-title-font>h2,
.phone .about-title-font>h2,
.phone .contact-title-font>h2,
.phone .news-title-font>h2 {
	font-size: .49rem;
	letter-spacing: 2px
}

.phone .solution-title-font>p,
.phone .vrcourse-title-font>p,
.phone .cooperation-title-font>p,
.phone .news-title-font>h3,
.phone .about-title-font>p,
.phone .contact-title-font>p,
.phone .news-title-font>p {
	font-size: .2rem
}

.phone .news-title-font>h2 {
	color: #192944;
}

.phone .solution-container .swiper-slide {
	top: 0;
	/*width:80%!important;*/
	width: 100%;
	height: 100%;
	box-shadow: none;
	padding: 0 .47rem .5rem .58rem;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #f5f5f5
}

.phone .solution-container .swiper-slide-active {
	background-color: #fff;
	box-shadow: 0px 3px .37rem 1px rgba(39, 44, 69, 0.23);
}

.phone .solution-container .swiper-slide .solution-order {
	margin-top: .51rem;
	padding-left: 10px;
	font-size: .38rem
}

.phone .solution-container .swiper-slide>h3,
.phone .solution-container .swiper-slide>.solution-item-title {
	padding-right: 10px;
	font-size: .38rem;
	width: 100%
}

.phone .solution-container .swiper-slide .solution-img {
	margin: .51rem 0;
	position: relative;
	width: 100%;
	padding-top: 62.02%
}

.phone .solution-container .swiper-slide .solution-words {
	width: 100%;
	font-size: .26rem;
	line-height: .34rem;
	max-height: 1.7rem;
	-webkit-line-clamp: 5;
}

.phone .solution-container .swiper-slide .solution-words>p,
.phone .solution-container .swiper-slide .solution-words>span {
	font-size: .14rem !important;
	line-height: 1.5 !important
}

.phone .solution-container .swiper-slide .solution-btn {
	display: none
}

.phone .phone-solution-pagination {
	top: 2.28rem;
	right: .4rem;
	left: auto;
	bottom: auto;
	position: absolute;
}

.phone .phone-solution-pagination .swiper-pagination-bullet {
	width: .1rem;
	height: .06rem;
	background-color: #BFC7D9;
	border-radius: 0;
	margin-right: .1rem;
	border: 0
}

.phone .phone-solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: .16rem;
	background-color: #007CD8
}

.phone .slide2 {
	background: url(../images/bg-phone.png) right center no-repeat;
	background-size: 50% auto;
}

/*虚拟课程  */
/* .phone .slide3{background:#295586;height:60%;height:7rem;} */
.phone .slide3 {
	background: url(../images/bg-phone.jpg) left center no-repeat;
	background-size: cover;
}

.phone .slide3>img {
	display: none
}

/* .phone .swiper-container-vrcourse{display:none} */
.pc .swiper-phone-vrcourse,
.swiper-phone-vrcourse {
	display: none
}

.phone .swiper-container-vrcourse {
	width: 89.33%;
	top: 27.481%;
	height: 60.13%
}

.phone .swiper-container-vrcourse .swiper-slide {
	height: calc(25% - 4px)
}

.phone .swiper-container-vrcourse .swiper-slide .border-box span {
	font-size: 0.32rem;
	height: 1.22rem;
	line-height: 0.61rem;
	text-align: center;
}

.phone .swiper-container-vrcourse .swiper-slide .border-box span>img {
	width: .61rem;
	height: .61rem;
	display: block;
	margin: auto;
}

/* .phone .swiper-phone-vrcourse{height:0;padding-top:56.5%;width:100%;margin-left:5%;top:50%;margin-top:-20.25%}
.phone .swiper-phone-vrcourse>.swiper-wrapper{position:absolute;top:0;height:88.27%}
.phone .swiper-phone-vrcourse>.swiper-wrapper>.swiper-slide{width:25%;height:100%;background-color:#ccc;border-radius: 5px}
.phone .swiper-phone-vrcourse>.swiper-wrapper>.swiper-slide>.slide-link{display:flex;flex-direction:column;width:100%;height:100%}
.phone .swiper-phone-vrcourse>.swiper-wrapper>.swiper-slide>.slide-link:hover::after{content:'';background-color:rgba(0,138,255,.3);height:100%;width:100%;position:absolute;top:0;left:0;display:block;border-radius:5px}
.phone .swiper-phone-vrcourse>.swiper-wrapper>.swiper-slide>.slide-link>img{display:block;height:75%;width:100%;object-fit: unset;background-color:blue;border-radius: 5px 5px 0 0;}
.phone .swiper-phone-vrcourse>.swiper-wrapper>.swiper-slide>.slide-link>p{height:25%;background-color:#fff;border-radius:0 0 5px 5px;text-align:center;display:flex;justify-content:center;align-items:center;font-size:.28rem}
.phone .swiper-phone-vrcourse>.phone-vrcourse-pagination{position:absolute;top:89.33%;left:5%;max-height:10%} */
.phone .phone-vrcourse-pagination .swiper-pagination-bullet {
	width: .3rem;
	height: .1rem;
	background-color: #4888bc;
	border-radius: 0;
	transform: skew(30deg)
}

.phone .phone-vrcourse-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: .05rem;
	background-color: #007CD8
}

/*合作案例  */
/* .phone .slide4{height:45%;height:5rem;} */
/* .phone .cooperation-top-container{display:none} */
.phone .solution-nav-box,
.phone .cooperation-nav-box {
	width: 89.33%
}

.phone .cooperation-nav {
	width: 35.46%;
	margin-left: 64.54%
}

.phone .cooperation-down-prev,
.phone .cooperation-down-next {
	display: none
}

.phone .solution-nav>li,
.phone .cooperation-nav>li {
	font-size: .28rem
}

.phone .cooperation-top-container {
	width: 89.33%;
	height: 60.72%;
	top: 26.612%;
	position: relative;
	padding: 0
}

.phone .cooperation-top-container .swiper-wrapper {
	width: 100% !important;
	height: 100%;
	top: 0;
}

.phone .cooperation-top-container .swiper-slide-active,
.phone .cooperation-top-container .swiper-slide-duplicate-active {
	transform: scale(1);
}

.phone .cooperation-top-container .swiper-slide {
	transform: scale(1);
	height: 21%;
	width: 45% !important;
}

.phone .cooperation-top-container .swiper-slide::after {
	content: none
}

.phone .cooperation-down-container {
	width: 89.33%;
	margin-left: 5%;
	/*padding-top:120%;*/
	padding-top: 0;
	height: 65%;
	top: 3.28rem
}

.phone .cooperation-down-container>.swiper-wrapper>.swiper-slide {
	border-image: none
}

.phone .cooperation-down-container .cooperation-down-logos {
	flex-direction: column;
}

.phone .cooperation-down-container .cooperation-down-logos .swiper-slide {
	height: calc(25% - 1px);
	width: 33.3%
}

.phone .cooperation-top-prev,
.phone .cooperation-top-next {
	display: none
}

/* 新闻 */
.phone .slide5 {
	/* height:74%; */
	background: url(../images/news-bg-phone.jpg) top left no-repeat;
	background-size: 100% 100%;
	height: 9.4rem
}

/* .phone .news-title{width:95%;margin:0;margin-left:5%;background:none} */
.phone .news-banner .swiper-slide {
	border-bottom: 1px solid #E7EBF1;
	padding: 5.9% 0;
	height: 23% !important;
	color: #192944;
}

.phone .news-banner .swiper-slide.no {
	border-bottom: none
}

.phone .news-container .news-img {
	position: absolute;
	left: auto;
	right: 0;
	width: 34.218%;
	padding-top: 21.829%
}

.phone .news-link {
	display: none
}

.phone .news-title-cont>p,
.phone .news-banner .swiper-button-prev,
.phone .news-banner .swiper-button-next {
	display: none
}

.phone .news-banner {
	width: 89.33%;
	height: 68.66%;
	padding-top: 0;
	left: 0;
	top: 20.84%
}

.phone .news-left-img {
	display: none
}

.phone .news-banner .news-container {
	height: 100%;
	width: 100%
}

.phone .news-container .news-time>span {
	font-size: .22rem;
	color: #fff;
	display: inline-block;
	width: auto
}

.phone .news-container .news-cont>h2 {
	font-size: 0.28rem;
	line-height: .36rem;
	height: .72rem;
	overflow: hidden;
	white-space: normal;
	color: #192944;
}

.phone .news-container .news-cont p,
.phone .news-container .news-cont span,
.phone .news-container .news-cont a,
.phone .news-container .news-cont strong {
	font-size: 0.24rem !important;
	line-height: .34rem !important
}

.phone .news-container .news-cont>p {
	display: none;
	height: .64rem;
}

.phone .news-container .news-time {
	display: none
}

.phone .news-container .news-cont {
	width: 100%;
	padding: 0
}

.phone .news-container .news-time-phone {
	display: block;
	width: 100%;
}

.phone .swiper-container-vertical>.swiper-pagination-bullets {
	display: none !important
}

.phone .slide5 .more,
.phone .slide6 .more {
	color: #647089;
	font-size: .24rem;
	text-align: center;
	height: .9rem;
	line-height: .9rem;
	border: 1px solid #647089;
	margin-top: .31rem;
	width: 76%;
	bottom: .27rem
}

/*关于我们  */
.phone .slide6 {
	background: url(../images/about-bg-phone.jpg) center center no-repeat !important;
	background-size: cover;
}

.phone .slide6 .more {
	color: #fff;
	border: 1px solid #fff
}

.phone .about-container {
	width: 6.7rem;
	height: 55.43%;
}

.phone .about-video {
	/* padding-top:56.567%; */
	padding-top: 0;
	height: 3.79rem;
	width: 100%
}

.phone .news-frame {
	display: none
}

.phone .about-info {
	width: 100%;
	right: 0
}

.phone .about-info>p,
.phone .about-info>h3,
.phone .slide6 .about-slogan {
	display: none
}

.phone .about-info .info-index {
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.phone .info-index {
	display: flex;
	flex-wrap: wrap
}

.phone .info-index>li {
	width: 50%;
	display: block;
	text-align: center
}

.phone .info-index>li+li {
	margin-left: 0
}

.phone .info-index>li:nth-child(3)>span {
	margin-top: .25rem
}

.phone .news-video-box {
	width: 90%;
	padding-top: 54%;
	z-index: 23333444
}

.phone .news-close {
	width: .6rem;
	height: .6rem;
}

.phone .news-close:after,
.phone .news-close:before {
	top: .25rem
}

/* .phone .info-index>li>span:last-child{font-size:.24rem} */
/*联系我们  */
/* .phone .slide7{height:auto} */
/* .phone .slide7 .cont-footer{margin-top:0}
.phone .slide7>.footer,.phone .slide7>.contact-info,.phone .slide7>.two-dimensional-code,.phone .slide7>.contact-title{display:none} */
.phone .contact-title {
	z-index: 1
}

/*.pc .cont-footer{display:none}*/
.phone .cont-footer:before,
.phone .cont-footer:after {
	content: none
}

.phone .slide7 .contact-info,
.phone .slide7 .contact-link,
.phone .slide7 .footer {
	display: none
}

.phone a.phone1,
.phone a.phone2 {
	color: #fff !important
}

/*更多  */
.phone .more {
	border: none;
	width: auto
}

.phone .more::after {
	/* content:none */
	width: .40rem
}

.rotate {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	-webkit-animation: rotate 2s linear infinite;
	-moz-animation: rotate 2s linear infinite;
	-o-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
}

.slide4 .cooperation-slide12>a {
	display: none
}

.slide4 .cooperation-top8>a {
	display: none
}

.phone .slide4 .cooperation-top8>a {
	display: block;
	width: 100%;
	height: 100%
}

.phone .slide4 .cooperation-top8 {
	background: url(../images/more-top.png) center center no-repeat !important;
	background-size: 100% 100%;
}

.phone .slide4 .cooperation-slide12>a {
	display: block;
	width: 100%;
	height: 100%
}

.phone .slide4 .cooperation-slide12 {
	background: url(../images/more-down.png) center center no-repeat;
	background-size: 100% 100%;
}

.phone .slide4 .more {
	display: none
}

/* .phone .slide4 .more{
width: 33.3%;
padding-top: 30%;
font-size: 0;
height: 0;
bottom: 0;
right: 0;
left: auto;
background:url(../images/more-down.png) center center no-repeat;
background-size:100% 100%;
z-index:1
} */
.phone .slide4 .more.prev {
	background: url(../images/more-top.png) center center no-repeat;
	background-size: 100% 100%;
}


.phone .cont-footer {
	height: 100%;
	padding-top: 1.12rem;
}

.phone .cont-footer .footer-info {
	height: calc(100% - 3.3rem)
}

.phone .cont-footer .footer-info-right {
	height: 100%;
	position: relative
}

.phone .cont-footer .footer-info .footer-info-right>div {
	padding-top: 0;
	height: 3.12rem;
}

.cont-footer .footer-info .footer-info-right .public-number {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none
}

.phone .cont-footer .record-info {
	line-height: .2rem
}

.news {
	padding-top: 50px;
	padding-bottom: 50px
}

/* 媒体查询 */
@media screen and (max-width: 1730px) {
	.solution-container .swiper-slide .solution-order {
		font-size: 0.4rem;
	}

	.solution-container .swiper-slide h3 {
		font-size: 0.21rem;
	}

	.about-info .info-index>li+li {
		margin-left: 8.56%;
	}

	.contact-info .contact-number {
		margin: .8rem 0 .3rem;
	}

	.contact-info>p {
		line-height: 1.5
	}
}

@media screen and (max-width: 1670px) {
	.news-title-cont>h2 {
		font-size: 0.65rem;
	}
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 90px;
	}

	.news-title-cont>h2 {
		font-size: 0.6rem;
	}

	.news-title-cont>p {
		font-size: 0.97rem;
	}

	.about-info .info-index>li+li {
		margin-left: 6.56%;
	}
}

@media screen and (max-width: 1573px) {
	.pc .header {
		padding: 0 .6rem;
	}
}

@media screen and (max-width: 1440px) {
	.about-info .info-index>li+li {
		margin-left: 4.56%;
	}
}

@media screen and (max-width: 1366px) {
	html {
		font-size: 85px;
	}

	.pc .header {
		padding: 0 .06rem;
	}

	.contact-info {
		bottom: 22%;
		height: 46%;
	}

	.two-dimensional-code {
		bottom: 1.4rem;
	}

	.contact-info .contact-number {
		margin: .2rem 0;
	}

	.contact-info>p {
		line-height: 1.5
	}
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 980px) {
	html {
		font-size: 13.33vw;
	}
}

@media screen and (max-width:350px) {
	.phone .solution-container .swiper-slide .solution-words:nth-of-type(2) {
		display: none
	}
}

@media screen and (max-height:784px) {
	.solution-container .swiper-slide .solution-order {
		margin-bottom: 0
	}

	.solution-container .swiper-slide .solution-words {
		-webkit-line-clamp: 2;
		line-clamp: 2;
		height: .44rem
	}

	.phone .solution-container .swiper-slide .solution-words {
		height: auto
	}

	.news-banner .news-left-img {
		width: 40.055%
	}

	.news-banner .news-container {
		width: 55.718%
	}

	.about-video {
		width: 38.492%;
		padding-top: 21.652%;
	}

	.about-info {
		max-width: 56.885%;
		width: 56.115%;
	}

	.slide6 .more {
		margin: .25rem 0;
	}

	.slide6 .about-footer-left,
	.slide6 .about-footer-right {
		bottom: .4rem
	}

	.swiper-pagination-body.swiper-pagination-bullets {
		right: .4rem
	}

	.info-index {
		padding: 0
	}
}

@media screen and (max-height:600px) {
	.phone .solution-container .swiper-slide .solution-words {
		-webkit-line-clamp: 3;
		line-clamp: 3;
		height: 1.0rem
	}

	.phone .news-container .news-cont>h2 {
		font-size: 0.24rem;
		line-height: .3rem;
		height: .6rem;
	}
}

/* 动画 */
@keyframes rightIn {
	0% {
		left: 100%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes rightOut {
	0% {
		left: 0;
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}
}

/* 
@keyframes topArrowOut {

  0%,
  70% {
    left: 0;
    opacity: 1;
  }

  89.33% {
    left: -50%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 0;
  }
}

@keyframes bottomArrowOut {

  0%,
  70% {
    left: 0;
    opacity: 1;
  }

  89.33% {
    left: 50%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 0;
  }
} */
@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.newsPage .list {
	padding-bottom: 30px;
	width: 78%;
	margin: 0 auto
}

.newsPage .item {
	transition: all .5s;
	border: 1px solid rgba(164, 164, 164, 0.3);
	display: block;
	margin-bottom: 20px;
}

.newsPage .item a {
	padding: 26px;
	display: block;
	color: #000000
}

.newsPage .item .imgs {
	width: 19%;
	float: left;
	display: inline;
	overflow: hidden;
}

.newsPage .item .i_about_r {
	float: right;
	display: inline;
	line-height: 22px;
	width: 78%;
	overflow: hidden;
}

.newsPage .item .i_about_r label {
	display: block;
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	/* background: url(../img/news_bg1.png) left center no-repeat; */
	margin-bottom: 1%;
}

.imgs img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news_con {
	overflow: hidden;
	padding: 40px 0 40px 0;
}

.news_con ul li {
	overflow: hidden;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
	display: block;
	background-color: #fff;
	padding: 20px 35px;
	visibility: hidden;
	opacity: 0;
	position: relative;
}

.news_con ul li .imgs {
	width: 19%;
	float: left;
	display: inline;
	overflow: hidden;
}

.news_con ul li .imgs img {
	width: 100%;
	/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news_con ul li:hover .imgs img {
	/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.news_con ul li .i_about_r {
	float: right;
	display: inline;
	line-height: 22px;
	width: 78%;
	overflow: hidden;
}

.news_con ul li .i_about_r h3 {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 1%;
}

.news_con ul li .i_about_r label {
	display: block;
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	/* background: url(../img/news_bg1.png) left center no-repeat; */
	margin-bottom: 1%;
}

.news_con ul li .i_about_r .p {
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
}

.wd1280 {
	max-width: 1280px;
	margin: auto;
}

.news_con ul li .i_about_r .news_more {
	margin-top: 2%;
	width: 106px;
	text-align: center;
	float: left;
	height: 34px;
	line-height: 34px;
	background-color: #f5f5f5;
	border: 1px solid #bababa;
	color: #828282;
	font-size: 13px;
	transition: all 0.3s;
}

.news_con ul li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
}

.news_con ul li:hover .i_about_r .news_more {
	background-color: #c19c6a;
	color: #fff;
	border: 1px solid #c19c6a;
}

.news_con ul li:hover .i_about_r h3 {
	color: #1184db;
}

.news_con ul li p {
	color: #333333;
	padding-top: 20px;
}

@media screen and (max-width: 1200px) {
	.wd1280 {
		padding: 0 15px;
	}
}

@media screen and (max-width: 640px) {
	.news_con ul li p {
		color: #333333;
		padding-top: 5px;
	}

	.news_con ul li .i_about_r .p {
		display: none;
	}

	.news_con ul li {
		padding: 10px 10px;
	}

	.news_con ul li .imgs {
		width: 29%;
	}

	.news_con ul li .i_about_r {
		width: 68%;
	}

	.news-left {
		float: none;
		width: auto;
	}

	.news-right {
		display: none;
	}
}

.news-title1 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-title1 h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}

.news-title1 p {
	margin: 10px 0 0;
	font-size: 0;
}

.news-title1 p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}

.news-title1 p span.i1 {
	background-image: url(../image/920_newscon1.png);
}

.news-title1 p span.i2 {
	background-image: url(../image/920_newscon2.png);
}

.news-title1 p span.i3 {
	background-image: url(../image/920_newscon3.png);
}

.news-content {
	line-height: 1.8;
	margin-bottom: 30px;
}

.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

.news-act-menu {
	overflow: hidden;
}

.news-act-menu li {
	float: left;
	width: 100%;
}

.news-act-menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}

.news-act-menu li.active a {
	background-color: #1184db;
	color: #fff;
}

.list-6 li {
	border-top: 1px solid #efefef;
}

.list-6 li a {
	display: block;
	padding: 20px;
	color: #000;
}

.list-6 li a:hover {
	background-color: #f5f5f5;
}

.list-6 li h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-6 li p {
	margin: 10px 0 0;
}

.list-6 li p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}

.list-6 li p span.i1 {
	background-image: url(../image/920_newscon1.png);
}

.list-6 li p span.i2 {
	background-image: url(../image/920_newscon2.png);
}

.news-box {
	margin-top: 20px;
	border: 1px solid #efefef;
	box-shadow: 0 5px 5px -5px #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.news-left {
	float: left;
	width: 800px;
	border-bottom: 1px dotted #BFBFBF;
}

.news-right {
	float: right;
	width: 340px;
}

/* 关于我们*/
.we-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 0;
	width: 100%;
	height: 6.8rem;
	text-align: center;
	background: url(../image/aboutWe/banner.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.we-banner .we-banner-text {
	text-align: center;
	width: 5.29rem;
	height: 1.01rem;
	font-size: .36rem;
	color: #fff;
	/* background: url(../image/aboutWe/banner-text.png) center center no-repeat;
  background-size: 100% 100%; */
	margin-top: -.3rem;
}

.we-banner .we-banner-text>p:first-child {
	color: #FEFEFF;
	margin-bottom: .27rem;
}

.we-banner-play {
	/* position: absolute;
  bottom: -0.384rem;
  left: 41.512%;
  font-size: .15rem;
  font-weight: 300;
  color: #FFFFFF;*/
	width: .48rem;
	cursor: pointer;
	margin: .39rem auto 0;
}

.we-banner-play .layui-icon {
	font-size: .48rem
}

/* .we-info {
  margin: .57rem auto;
  width: 76.198%;

} */
.we-info {
	width: 100%;
	/* background: url(../image/aboutWe/info-bg.png) center center no-repeat;
  background-size: 100% 100%; */
	/* padding-bottom:3.906% */
}

/* .we-info .we-info-title {
  width: 100%;
  font-size:.34rem;
  line-height:.6rem;
  color:#192944;
  text-align: center;
} */
/* .we-info .we-info-title:after{content:'';display:block;width:.7rem;height:0;border-bottom:.03rem solid #2B60B5;border-radius:.03rem;margin:auto;} */

.we-info .we-introduce {
	width: 67.708%;
	padding: 0 3.9583% 0 3.4375%;
	box-sizing: border-box;
	margin: 0 auto;
}

.we-info .we-introduce-word {
	background: url(../image/aboutWe/info-bg.png) center center no-repeat;
	background-size: 100% 100%;
	padding-bottom: 0.96rem
}

.we-info .we-introduce-num {
	background: url(../image/aboutWe/num-bg.png) center center no-repeat;
	background-size: 100% 100%;
}

.we-info .we-introduce .we-introduce-name {
	padding-top: 4.063%;
	box-sizing: border-box;
	font-size: .34rem;
	line-height: .6rem;
	color: #192944;
	text-align: center;
}

.we-info .we-introduce .we-introduce-name:after {
	content: '';
	display: block;
	width: .7rem;
	height: 0;
	border-bottom: .03rem solid #2B60B5;
	border-radius: .03rem;
	margin: auto;
}

.we-info .we-introduce .we-introduce-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
	/* margin-top: 2.737%;
  margin-bottom: 1.299%; */
	padding: 2.737% 0;
	width: 100%;
}

.we-introduce-data .date {
	font-size: .48rem;
	color: #fff;
	/* margin-right: 0.501%;
  width: 1.6875rem; */
	width: auto;
	margin-right: 1.5%;
	font-weight: 800;
	text-align: center
}

.we-introduce-data .date>span {
	margin: 0 .1rem;
}

.we-introduce-data .date>p {
	font-size: .18rem;
	color: #9fa7b5;
}

.we-introduce-data .area>span {
	margin-right: 0
}

/* .we-introduce-data .area sup{font-size: .14rem;} */
.we-introduce .we-introduce-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: .59rem;
}

.we-introduce .we-introduce-show .text {
	width: 100%;
	height: 100%;
}

.we-introduce .we-introduce-show p {
	/* text-indent: .32rem; */
	font-size: .14rem;
	line-height: .26rem;
	color: #424242;
	text-align: justify;
}

.we-introduce .we-introduce-show p+p {
	margin-top: .2rem;
}

.we-gain {
	width: 67.708%;
	margin: 0 auto
}

#bg-shadow {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: -1;
	transition: .5s opacity cubic-bezier(0.2, 0, 0.2, 1);
}

#bg-shadow.active {
	opacity: 1;
	z-index: 1000;
}

#bg-shadow .welfare-video {
	width: 1024px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(0, -50%);
	margin-left: -512px;
}

#bg-shadow .welfare-video video {
	width: 1024px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1002;
}

#bg-shadow .video-close {
	position: absolute;
	top: 0px;
	right: -48px;
	width: 48px;
	height: 48px;
	background: url(../images/video-close-icon.png) no-repeat;
	background-size: 22px 22px;
	background-color: #1E1E1E;
	background-position: center;
}

.solution-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 3.6rem;
	background: url(../images/sc_bg.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.solution-banner .solution-banner-text {
	width: 5.29rem;
	height: 1.01rem;
}


.topical-nav-box {
	margin-top: .47rem;
	width: 100%;
	background: #FFFFFF;
	/* height: .420096rem; */
	text-align: center;
	padding: .25rem 0 .34rem;
	/* background: url(../image/solveCase/line.png) bottom center no-repeat; */
	/* background-size: 77.031%; */
}

.topical-header-nav {
	position: relative;
	z-index: 0;
	font-size: 0;
}

.pc .topical-nav-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 3.1rem;
	left: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, .3);
}

.pc .topical-header-nav {
	width: 80%;
	margin: 0 auto;
}

.topical-header-nav>li {
	display: inline-block;
	font-size: 0.18rem;
	padding: 0 .1rem 0 .45rem;
	background-color: transparent;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 1;
}

.pc .topical-header-nav>li {
	max-width: 2.4rem
}

/* .pc .topical-header-nav>li+li {
	margin-left: .15rem;
} */
.topical-header-nav>li:before {
	content: '';
	width: .3rem;
	height: .3rem;
	position: absolute;
	left: .1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.topical-header-nav .solution-title1:before {
	background: url(../image/solveCase/title1-h.png) no-repeat center center;
	background-size: contain;
}

.topical-header-nav .solution-title2:before {
	background: url(../image/solveCase/title2-h.png) no-repeat center center;
	background-size: contain;
}

.topical-header-nav .solution-title3:before {
	background: url(../image/solveCase/title3-h.png) no-repeat center center;
	background-size: contain;
}

.topical-header-nav .solution-title4:before {
	background: url(../image/solveCase/title4-h.png) no-repeat center center;
	background-size: contain;
}

/* .topical-header-nav .solution-title1.active:before,.solution-title1:hover:before{
  background: url(../image/solveCase/title1-h.png) no-repeat center center;
  background-size: contain;
}
.topical-header-nav .solution-title2.active:before,.solution-title2:hover:before{
  background: url(../image/solveCase/title2-h.png) no-repeat center center;
  background-size: contain;
}
.topical-header-nav .solution-title3.active:before,.solution-title3:hover:before{
  background: url(../image/solveCase/title3-h.png) no-repeat center center;
  background-size: contain;
}
.topical-header-nav .solution-title4.active:before,.solution-title4:hover:before{
  background: url(../image/solveCase/title4-h.png) no-repeat center center;
  background-size: contain;
} */
.topical-header-nav>li .solution-nav-item {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	cursor: pointer;
}

.pc .topical-header-nav>li .solution-nav-item {
	height: .5rem;
	line-height: .5rem;
}

.topical-nav-box .topical-header-nav>li.active {
	background: #019df3;
}

.topical-nav-box .topical-header-nav>li:hover {
	background: #019ddf
}

/* .pc .topical-nav-box .topical-header-nav>li.active::after {
	content: ' ';
	display: block;
	height: 0px;
	width: 0;
	position: absolute;
	border-top: 10px solid #2b60b5;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: -10px;
	left: calc(50% - 7px);
} */

.topical-nav-box .topical-header-nav>li.active .solution-nav-item,
.topical-nav-box .topical-header-nav>li:hover .solution-nav-item {
	color: #FFFFFF !important;
}

/* .topical-header-nav>li:hover {
	border-bottom: 2px solid #f37b24;
	color: #f37b24;
}

.topical-header-nav>li:hover a {
	color: #f37b24;
} */

/* .topical-header-nav>li:nth-child(1),
.topical-header-nav>li:nth-child(2),
.topical-header-nav>li:nth-child(3) {
	border-right: 1px solid #e4e4e4;
} */

/* .slide1 p {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	text-align: justify;
	max-height: 240px;
	overflow-y: auto;
} */
.pc .topical-content {
	width: 78.125%;
	margin: 0 auto;
	padding-top: 2.604%;
	background-color: #fff;
}

.topical-content .topical-content-title {
	background: url(../image/solveCase/title.png) center center no-repeat;
	height: .43rem;
	width: 4.79rem;
	margin: 0 auto;
	background-size: 100% 100%;
	padding: 0 1.5rem;
}

.topical-content .topical-content-text {
	/* width: 73.85%; */
	width: 80%;
	margin: 0 auto;
}

.topical-content .topical-content-text>p {
	font-size: .16rem;
	/*text-indent: .32rem;*/
	line-height: .30rem;
	font-weight: 400;
}

.topical-content .topical-content-title>h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	/* -webkit-justify-content: center;
justify-content: center; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0px;
	height: 100%;
	color: white;
	font-size: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*合作案例*/
/* 合作案例 */
.cooperate-case {
	margin: .6rem auto 0 auto;
	width: 76.0416%;
}

.cooperate-case .title-warper {
	width: 100%;
	height: 40px;
}

.cooperate-case .title-warper .cooperate-case-title {
	background: url(../image/cooperateCase/9.png) center center no-repeat;
	background-size: 100% 100%;
	width: 4.8rem;
	height: 100%;
	margin: 0 auto;
}

.cooperate-case .cooperate-case-body {
	-webkit-box-lines: multiple;
	/* margin-top: .54rem; */
	width: 100%;
	overflow: hidden;
}

.cooperate-case .cooperate-item {
	position: relative;
	/* width: 4.67rem;
  height: 3.38rem; */
	width: 31.998%;
	/* height: 31.296vh; */
	margin-bottom: .555rem;
	margin-left: .114rem;
	background-color: #fff;
}

.cooperate-case .cooperate-item.national {
	width: 23.998%;
	float: left;
}

.cooperate-case .cooperate-item.national {
	box-shadow: 1px 0 7px 2px rgba(0, 0, 0, .13);
}

.pc .cooperate-case .cooperate-item .cooperate-school:first-child {
	display: none;
}

.cooperate-case .picture-outer {
	position: relative;
	width: 100%;
	padding-bottom: 55.833%;
}

.cooperate-case .cooperate-picture {
	/* width: 100%;
  height: 2.68rem; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-size 200ms ease-out;
	-moz-transition: background-size 200ms ease-out;
	/* Firefox 4 */
	-webkit-transition: background-size 200ms ease-out;
	/* Safari and Chrome */
	-o-transition: background-size 200ms ease-out;
	/* Opera */
	overflow: hidden;
}

.cooperate-case .cooperate-picture img {
	width: 100%;
	height: 100%;
	transition: transform 200ms ease-out;
	-moz-transition: transform 200ms ease-out;
	/* Firefox 4 */
	-webkit-transition: transform 200ms ease-out;
	/* Safari and Chrome */
	-o-transition: transform 200ms ease-out;
	/* Opera */
}

/* 合作案例背景图hover放大 */
/* .pc .cooperate-case .cooperate-item:hover .cooperate-picture {
  background-size: 110%;
} */
.pc .cooperate-case .cooperate-item:hover .cooperate-picture img {
	transform: scale(1.1);
	transition: transform 200ms ease-in;
}

.cooperate-case .cooperate-item .cooperate-content:first-child {
	display: none;
}

.cooperate-evaluate {
	position: relative;
	padding: 0 .2rem;
	margin: .2rem auto;
}

.cooperate-evaluate>span {
	font-size: .2rem;
	color: #ffb129;
}

.cooperate-evaluate>.national-icon {
	position: absolute;
	top: -.44rem;
	right: .2rem;
	width: .69rem;
	height: .69rem;
	background: url(../image/cooperateCase/national.png) no-repeat center center;
	background-size: 100%;
}

.cooperate-case .cooperate-school {
	margin-top: .1rem;
	width: 100%;
	text-align: center;
	font-size: .16rem;
	font-weight: 400;
	line-height: .30rem;
	color: rgba(51, 51, 51, 1);
}

.national .cooperate-school {
	border-top: 1px solid #e7e7e7
}

.national .cooperate-school>img {
	width: 100%
}

.cooperate-case .cooperate-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
	text-align: center;
	font-size: .16rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: .30rem;
}

.cooperate-case .national .cooperate-content {
	padding: 0 .2rem;
	margin-bottom: .2rem;
	font-size: .24rem;
	line-height: .32rem;
	height: .64rem;
	text-align: left;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cooperate-case .cooperation-back {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.pc .cooperate-item:hover .cooperation-back {
	opacity: 1;
	height: 1.4rem;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.cooperate-case .cooperation-back .level {
	width: 100%;
	height: 50%;
	text-align: center;
	line-height: .7rem;
	vertical-align: middle;
	font-size: .18rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	background: rgba(255, 255, 255, 1);
	opacity: 0.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.cooperate-case .cooperation-back .detail {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
	height: 50%;
	text-align: center;
	line-height: .7rem;
	background: #007cd8;
	font-size: .16rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

/* 分页 */
.cooperate-case .layui-laypage-molv {
	width: 100%;
	text-align: center;
}

.cooperate-case .layui-laypage-molv>a {
	margin-left: .12rem !important;
}

.cooperate-case .layui-laypage-molv>a:hover {
	color: #007CD8 !important;
}

.cooperate-case .layui-laypage input:focus,
.cooperate-case .layui-laypage select:focus {
	border-color: #007CD8 !important;
}


.cooperate-case .layui-laypage-molv>.layui-laypage-curr,
.cooperate-case .layui-laypage-molv>.layui-laypage-spr {
	margin-left: .12rem;
}

.back {
	display: block;
	margin-top: .63rem;
	font-size: 0.15rem;
	color: #448dca;
}

.back:hover {
	cursor: pointer;
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4,
.col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}


.portfolio-item img,
.portfolio-item1 img {
	width: 100%;
	overflow: hidden;
}

.portfolio-item .thumb {
	position: relative;
}


.portfolio-item .hover-effect .hover-content {
	position: absolute;
	text-align: left;
	width: 100%;
	bottom: 0;
	left: 0;
}


.full-screen-portfolio .portfolio-item h1,
.full-screen-portfolio .portfolio-item1 h1 {
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	/* color: #fff; */
	display: inline-block;
	padding-left: 20px;
	line-height: 15px;
	transform: translateY(25px);
	transition: .5s ease-in-out;
	letter-spacing: 0.5px;
	margin-bottom: 55px;
}

.full-screen-portfolio .portfolio-item em,
.full-screen-portfolio .portfolio-item1 em {
	font-style: normal;
	font-weight: 200;
}

.full-screen-portfolio .portfolio-item:hover h1,
.full-screen-portfolio .portfolio-item1:hover h1 {
	transform: translateY(0);
}

.full-screen-portfolio .portfolio-item p,
.full-screen-portfolio .portfolio-item1 p {
	padding-left: 20px;
	font-weight: 300 !important;
	letter-spacing: 0.5px;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	transform: translateY(10px);
	transition: .5s ease-in-out;
	text-transform: uppercase;
}

.full-screen-portfolio .portfolio-item,
.full-screen-portfolio .portfolio-item1 {
	text-align: center;
	line-height: 150%;
	text-transform: lowercase;
	cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p,
.full-screen-portfolio .portfolio-item1:hover p {
	opacity: 1;
	transform: translateY(0);
}

#portfolio .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-link {
	display: block;
}

.img_wenzi {
	padding: 25px;
	margin: 20px 0;
	text-align: center;
}

.img_wenzi h4 {
	line-height: 30px;
}

.ab-content-inner {
	padding-top: 5em;
	padding-bottom: 9em;
}

.ab-content-inner2 {
	padding-top: 10em;
	padding-bottom: 1em;
}

.ab-info h4 {
	font-size: 1.4em;
	letter-spacing: 0px;
	color: #3a3939;
	margin: 2em 0 1em 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* #fle {
	display: flex;
}

#col6 {
	width: 50%;
} */

.ab-info p {
	font-size: 1.2em;
	color: #5e5e5e;
	line-height: 1.9em;
	letter-spacing: 1px;
}

.showcase {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	width: 43%;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--primary-color) url('./https://traversymedia.com/downloads/cover.jpg') no-repeat center center/cover;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}

.content {
	z-index: 2;
	position: relative;
	top: -10%;
}
.content h1{
	font-size: 38px;
}
.banner2{width:100%;height:auto;}
.banner2 img{width:100%; height: auto; display: block}
.swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.banner2 .swiper-pagination-bullet{background: #fff; opacity: 1}
.banner2 .swiper-pagination-bullet-active{background: #fff; width: 25px; border-radius: 25px;}


.banner2{width: 100%; height: auto; position: relative;top: 0; z-index: 0; overflow: hidden;}
.banner2 .slideBox{width:100%; height:auto; overflow:hidden; position:relative; }
.banner2 .slideBox .hd{ height:22px; overflow:hidden; position:absolute; right:50%; bottom:25px; z-index:1;  margin-right: -173px;}
.banner2 .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner2 .slideBox .hd ul li{ float:left; margin-right:15px;  width:15px; height:15px;  border-radius:50%; border:1px solid #85d0ff; cursor:pointer; }
.banner2 .slideBox .hd ul li.on{ background:#85d0ff;}
.banner2 .slideBox .bd{ position:relative; height:100%; z-index:0;width:100%  }
.banner2 .slideBox .bd ul{height: 100%;width:100%}
.banner2 .slideBox .bd li{ zoom:1; vertical-align:middle; height: 100%;width:100%}
.banner2 .slideBox .bd li a{height: 100%;width:100%; display: block; overflow:hidden}
.banner2 .slideBox .bd img{ width:100%; height:100%; display:block;  }

.conmorebox{clear: both;margin: 0 auto;padding-top: 45px;width: 200px;text-align: center;}
.conmorebox a{display: block;background: #363e45;color: #FFF;font-weight: normal;font-size: 14px;line-height: 40px;}
.conmorebox a:hover{background: #104492;color: #FFF;}
.slideBox .bd ul {
    padding: 0;
}