body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

#menu-toggle {
	z-index: 1;
	font-size: 35px;
	float: right;
	border: 1px solid #fff;
	color: #fff;
	margin: 5px 0px;
	padding: 2px 10px;
	line-height: 0;
}

.top-bar {
	position: fixed;
	top: 0;
	display: flex;
	width: 100%;
	padding: 0px 30px;
	height: 60px;

	z-index: 500;
	align-items: center;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	justify-content: space-between;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.logo,
#header .toggleDrawer {
	font-family: 'Alegreya SC';
	color: white;
}

.solid {
	background: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 50px;
}

.main-logo {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../img/logo.png) center center no-repeat;
	background-size: 46px 46px;
}

/* .solid .main-logo{
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
} */
.carousel {
	height: 100vh;
}

.top-logo,
.top-menu {
	width: 50%;
}

.top-logo {
	display: flex;
	align-items: center;
}

.top-menu {
	display: flex;
}

.top-menu a {
	display: inline-block;
	font-size: 16px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	transition: 0.2s all ease-in-out !important;
}

.top-menu a:hover {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.9);
}

.top-menu .active {
	background-color: #e8a914;
	border-color: #e8a914;
	color: white;

}

.slide-container {
	width: 100%;
	display: flex;
	align-items: center;
}

.map-content {
	margin: 40px auto 20px;
	width: 100%;
	max-width: 960px;
	height: 500px;
	border-radius: 8px;
}

.amap-icon img,
.amap-marker-content img {
	width: 25px;
	height: 34px;
}

.cus_info_window {
	background-color: #fff;
	padding: 10px;
}

.contact-view {

	max-width: 960px;
	margin: 60px auto 0px;
	align-items: center;
	justify-content: center;

}

.contact-item {
	text-align: center;
	height: 215px;
}

.contact-text {
	margin-top: 10px;
}

.contact-item {}

.contact-view .line-box {
	display: inline-block;
	border-color: #191919;
}

/* .header_text {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: inline-block;
    font-size: 1.75em;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1;
}
.header_text:before, .header_text:after {
	-moz-transition: width 0.85s ease;
    -webkit-transition: width 0.85s ease;
    -ms-transition: width 0.85s ease;
    transition: width 0.85s ease;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
} */
.header_overlay {
	display: flex;
	align-items: center;
}

.slide-container .header_text {
	width: 100%;
}

.company-name {
	display: inline-block;
	width: 380px;
	height: 24px;
	margin-left: 20px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: bolder;
	word-spacing: 20px;
	letter-spacing: 4px;
	 /* background: url(../img/company-name.png) center center no-repeat;  */
}

.project_overlay {
	background: #000000 none repeat scroll 0 0 !important;
	opacity: 0.7;
}

.single_project h3 {
	color: #191919;
	font-size: 14px;
	margin: 0;
	padding: 25px 0;
	background: none;
}

.hireme_inner h2 {
	margin-bottom: 10px;
	font-weight: bolder;
}

.en-title {
	font-size: 24px;
	/**color: rgb(193, 193, 193);**/
	color: #191919;
	margin-top: 0px;
}

.en-title-w {
	font-size: 14px;
	/**color: rgb(193, 193, 193);**/
	color: #ffffff;
	margin-top: 0px;
}

.en-title-b {
	font-size: 14px;
	/**color: rgb(193, 193, 193);**/
	color: #191919;
	margin-top: 0px;
}

.hireme_inner p {
	/**width: 420px;**/
	width: 90%;
	margin-top: 30px;
}

.hireme_inner {
	padding-top: 150px;
}

.line-box {
	display: flex;
	width: 160px;
	height: 160px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 12px;
}

.line-box .line-txt {
	color: #fff;
	margin-top: 10px;
}

.line-inner {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.line-icon {
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center center;
}

.icon-ship {
	background-image: url(../img/icon-ship.png);
}

.icon-plane {
	background-image: url(../img/icon-plane.png);
}

.icon-truck {
	background-image: url(../img/icon-truck.png);
}

.icon-email {
	background-image: url(../img/icon-email.png);
}

.icon-map {
	background-image: url(../img/icon-map.png);
}

.icon-telephone {
	background-image: url(../img/icon-telephone.png);
}

.details-icon {
	display: block;
	width: 28px;
	height: 28px;
	background-position: center center;
	background-size: 28px 28px;
	margin: 0 auto;

}

.icon-g-1 {
	background-image: url(../img/icon-g-1.png);
}

.icon-g-2 {
	background-image: url(../img/icon-g-2.png);
}

.icon-g-3 {
	background-image: url(../img/icon-g-3.png);
}

.icon-g-4 {
	background-image: url(../img/icon-g-4.png);
}

.icon-g-5 {
	background-image: url(../img/icon-g-5.png);
}

.icon-g-6 {
	background-image: url(../img/icon-g-6.png);
}

.icon-g-7 {
	background-image: url(../img/icon-g-7.png);
}

.icon-g-8 {
	background-image: url(../img/icon-g-8.png);
}

.icon-g-9 {
	background-image: url(../img/icon-g-9.png);
}

.icon-g-10 {
	background-image: url(../img/icon-g-10.png);
}

.icon-g-11 {
	background-image: url(../img/icon-g-11.png);
}

.icon-g-12 {
	background-image: url(../img/icon-g-12.png);
}

.contact-item .line-box {
	align-items: center;
	text-align: center;
	width: 120px;
	height: 120px;
	line-height: 160px;
	margin-bottom: 10px;
}

.contact-item .line-icon {
	display: inline-block;
	background-size: 40px 40px;
}

.icon-yueying {
	background-image: url(../img/logo.png);
}

.sponsor_area h3 {
	margin-top: 10px;
	font-size: 14px;
}

.sponsor_inner h2 {
	color: #ffffff;
	margin-top: 10px;
}

.testmonial_overlay {
	background: url(../img/map-image.png) rgba(0, 0, 0, 1) no-repeat center center;
	opacity: 0.8;
}

.testmonial i {
	color: #ffffff;
	margin-bottom: 10px;
}

.test-title {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.white-color h2 {
	color: #ffffff;
	margin-bottom: 50px;
}

.white-color .en-title-b {
	color: #ffffff;
}

#sponsor_slide .item {
	padding: 0px 20px;
}

.news-item {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 170px;
	background: #fff;
	box-shadow: 0 2px 18px 2px rgb(217 223 231 / 60%);
	border-radius: 8px;
	transition: box-shadow .65s cubic-bezier(.19, 1, .22, 1);
	padding: 28px 30px;
	text-decoration: none;
	box-sizing: border-box;
	margin: 20px 0px 20px;
}

.news-header {
	width: 100%;
	height: 30px;
	white-space: nowrap;
	display: flex;
	font-weight: bolder;
	justify-content: space-between;
	align-items: center;
}

.news-num {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #ecad17;
	box-shadow: 0 6px 12px 0 rgb(182 134 18 / 30%);
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 6px;
}

.news-title {
	display: inline-block;
	max-width: 370px;
	font-size: 18px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.news-time {
	display: inline-block;
	color: #666;
	font-size: 12px;
}

.news-txt {
	color: #404040;
	font-size: 14px;
	line-height: 29px;
	text-align: justify;
	margin-top: 10px;
}

/*#f5c920*/
.yellow-txt {
	color: #ecad17 !important;
}

.yellow-block {
	background: #202020 !important;
}

.yellow-block .hireme_inner h2 {
	color: #ffffff !important;
}

.yellow-block .en-title {
	color: #ffffff !important;
}

.yellow-block p {
	color: #ffffff !important;
}

.yellow-block .quote-block::before {
	color: #ffffff !important;
}

.yellow-block .quote-block::after {
	color: #ffffff !important;
}

.project_overlay .button:hover,
.button:active {
	color: #ecad17 !important;
}

#hireme_slide .item img {
	width: 100% !important;
	height: auto !important;
}

.static-slide {
	height: 500px;
}

.intor-text {
	height: 500px !important;
}

.introduce1 {
	background-image: url(../img/introduce1.jpg) !important;
}

.introduce2 {
	background-image: url(../img/introduce2.jpg) !important;
}

.introduce3 {
	background-image: url(../img/introduce3.jpg) !important;
}

.intor-text p {
	margin-top: 10px !important;
}

.no-padding {
	padding: 0px !important;
}

.static-slide .hireme_slider {
	padding: 0px !important;
}

#static-slide .item {
	width: 100% !important;
	height: auto !important;
}

.block_txt .all-en {
	font-size: 14px;
}

.all-en {

	text-transform: uppercase;
}

.index_main {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.index_main .section1 {
	height: 100vh;
}

.main-title {
	width: 600px;
	height: 263px;
	background: url(../img/main-title.png);
	background-size: cover;
}

.main-title-wrapper {
	display: flex;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 99;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.5);
}

.main-title-wrapper .all-en {
	display: block;
	color: #ffffff;
	margin-top: 40px;
	font-size: 18px !important;
}

.arrows-view {
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 99;
	justify-content: center;
}

.arrows-down {
	width: 40px;
	height: 21px;
	background: url(../img/arrow-down.png);
	background-size: contain;
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*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(../img/ban_prev.png);
	left: 60px;
}

.index_main .section1 .slick_txt .next {
	background-image: url(../img//ban_next.png);
	right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
	background-image: url(../img//ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
	background-image: url(../img//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(../img/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;
}

.slide-a {
	background: url(../img/slide1.jpg) center center no-repeat;
}

.slide-b {
	background: url(../img/slide2.jpg) center center no-repeat;
}

.service_title p {
	margin-top: 10px !important;
	font-size: 14px !important;
}
.footer-image{
	display: inline-block;
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 10px;
}
.foot-message {
	background: #000000;
}
.footer-left span{
	margin-right: 10px;
}
.footer-right a{
	margin-right: 10px;
}
.foot-message div {
	font-size: 12px;
	color: #6a6a6a;
}

.foot-message a {
	color: #6a6a6a !important;
	text-decoration: none;
}

.footer-left a {
	display: inline-block;
	padding-right: 10px;
}

.footer-view {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.foot-view {
	display: flex;
	justify-content: space-between;
}

.more-view {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.box-view > div{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}
.box-view .line-box{
	margin-bottom: 10px;
}
.line-btn {
	display: inline-block;
	width: 160px;
	padding: 8px 20px;
	font-size: 14px;
	border-radius: 8px;
	cursor: pointer;
	color: #191919;
	text-align: center;
	border: 1px solid #191919;
	transition: 0.2s all ease-in-out;
}

.line-btn:hover,
.line-btn:hover {
	background: #ecad17 !important;
	color: #191919;
	border: 1px solid #ecad17;
	text-decoration: none;
}

.details_main {
	display: flex;
	width: 100%;
	height: 450px;
	align-items: center;
	justify-content: center;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/details1.jpg);
}

.details-contact-bg {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/details2.jpg);

}

.details-serve-bg {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/details1.jpg);

}

.details-new-bg {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/details4.jpg);
}

.details-introduce-bg {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/details3.jpg);
}

.details-title {


	text-align: center;

}

.details-title h2 {
	font-size: 56px;
	font-weight: bolder;
	margin-bottom: 0px;
}

.details-title-en {
	margin-top: 10px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.details-title-sup {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

.details-item {
	display: flex;
	margin-bottom: 20px;
	padding: 20px 0px 20px;
	border-bottom: 1px solid #f0f0f0;

}

.details-list .row .col-md-12:last-child .details-item {
	border-bottom: 0px;
}
.toggle-menu{
	z-index: 2024;
}
.top-dropdown .btn-default{
	background: none;
	color: #ffffff;
}
 .open .btn-default{
	background-color: #e8a914 !important;
	border-color: #e8a914 !important;
} 
.details-view {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding: 60px 0px;
}

.news-view {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding: 60px 0px;

}

.details-txt {
	margin-left: 50px;
	margin-top: 0px;

}

.details-block:nth-of-type(even) .details-txt {
	margin-left: 0px;

}

.details-txt h3 {
	font-size: 28px;
	color: #191919;
	margin-top: 0px;
	font-weight: bolder;
}

.details-txt p {
	width: 100%;
	color: #404040;
	font-size: 16px;
	line-height: 29px;
	margin-top: 20px;
}

.pull-left{
	text-align: left;
}
.pull-right{
	text-align: right;
	
}
.details-img img {
	display: inline-block;
	/* width: auto;
	height: 200px; */
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.details-tag-view {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 14px;
}

.details-tag-title {
	color: #191919;
	margin-top: 2px;
}

.details-list .news-item {
	cursor: pointer;
	margin-bottom: 20px;
}

.news-item.has-img {
	display: flex;

	justify-content: left;
	padding: 20px 30px 30px 20px;
	height: 160px;
}

.news-item.has-img .content {
	display: inline-block;
	width: 510px;
}

.news-img {
	display: inline-block;
	width: 260px;
	height: 120px;
	background-color: #dddddd;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
	background-size: cover;
	background-position: center;
}

/* .details-tag{
	width: 70px;
	height: 70px;
	background: #ecad17 !important;
    color: #fff;
    border: 1px solid #ecad17;
	margin-right: 10px;
	border-radius: 8px;
} */
.details-tag {
	width: 70px;
	height: 70px;

	color: #191919;
	text-align: center;
	padding: 0px 20px 20px;
	margin-right: 10px;
	border-radius: 8px;
}

.details-tag:first-child {
	padding-left: 0px;
}

.details-tag i {
	font-size: 24px;
}

.details-title {
	font-size: 12px;
	color: #ffffff;
}

.details-list-title {
	display: flex;
	justify-content: left;
	align-items: flex-end;
}

.details-list-title h5 {
	font-size: 24px;
	margin-left: 10px;

}

/* .details-tag i{
	font-size: 36px;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    font-size: .5em;
}
.details-tag{
	transform: rotate(-45deg);
    border-radius: 3px;
    border: solid 1px #191919;
    display: inline-block;
    font-size: 1.35em;
    height: calc(3em + 2px);
    line-height: 3em;
    text-align: center;
    width: calc(3em + 2px);
} */
/**分页样式**/
.pagination-view {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.pagination {
	display: block;
	text-align: center;
}

.center-title {
	text-align: center;
}

.pagination button {
	display: inline-block;
	background-color: #ffffff;
	border: none;
	color: #191919;
	padding: 8px 16px;
	text-decoration: none;
	cursor: pointer;
}

.pagination button.active {
	background-color: #ecad17;
	border-color: #ecad17;
	color: white;
}

.page-title {
	color: #202020;
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bolder;
}

.page-time {
	text-align: center;
	color: #666;
	font-size: 12px;
}

.page-content {
	width: 100%;
	max-width: 960px;
	margin: 40px auto 0px;
}

.page-image {
	width: 100%;
	max-width: 960px;
	padding: 0px 10px;
	height: 340px;
	margin: 20px auto 10px;
	background-size: cover;
	background-position: center center;
	border-radius: 8px;
	box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.1);
}

.page-content {
	color: #404040;
	font-family: "karlaregular";
	font-size: 16px;
	line-height: 29px;
	text-align: justify;
}

.page-content p {
	color: #404040;
}

.full-image-view {
	width: 100%;

}
.intor-text .hireme_inner{
	max-width: 580px;
	width: 100% !important;
}
.hireme_inner-left{
	float: left !important;
	margin-left: 30px;
}
.quote-block {
	position: relative;
}

.quote-block:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	position: absolute;
	left: -20px;
	padding-bottom: 10px;
	font-family: arial, sans-serif;

}

.quote-block::after {
	content: '\201D';
	bottom: -33px;
	right: 30px;
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	position: absolute;
	font-family: arial, sans-serif;
}

.num-view {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.num-item {
	text-align: center;
}

.num-num {
	font-size: 72px;
}

.num-text {
	font-size: 18px;
	padding-right: 10px;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}
.owl-nav{
	font-size: 42px;
	margin-top: 0px;
}
.owl-nav button{
	width: 90px;
}
@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: 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) {}

/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	/*   opacity: .25;*/
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/