@font-face {
	font-family: 'Roboto-Thin';
	src: url("../font/Roboto-Thin.ttf");
}

.all_pc {
	display: block;
}

.all_mol {
	display: none!important;
}

.all_ban img {
	width: 100%;
}

.ti-annke-left {
	display: inline-block;
	width: 45px;
	height: 20px;
	background: url(../image/annke_left_icon.svg)center center no-repeat;
	border-radius: 0!important;
	background-size: 100%;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.ti-annke-left:hover {
	background: url(../image/ti_annke_left.svg)center center no-repeat;
}

.ti-annke-right {
	display: inline-block;
	width: 45px;
	height: 20px;
	background: url(../image/annke_left_icon.svg)center center no-repeat;
	border-radius: 0!important;
	background-size: 100%;
}

.ti-annke-right:hover {
	background: url(../image/ti_annke_left.svg)center center no-repeat;
}


/*共分页器*/

.rows {
	display: none;
}


/*公共标题Style*/

.all_tit {
	width: 100%;
	margin-bottom: 30px;
}

.all_tit p {
	font-size: 22px;
	line-height: 30px;
	color: #3D3D3D;
	margin: 0;
}

.all_tit span {
	font-size: 12px;
	color: #999;
	display: inline-block;
	width: 100%;
}

.all_tit span a {
	float: right;
	font-size: 13px;
	color: #999999;
	position: relative;
}

.all_tit span a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 9px;
	background: #3a7ce7;
	top: 10px;
	left: 0;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 1;
	z-index: -1;
}

.all_tit span a:hover {
	color: #333;
}

.all_tit span a:hover::before {
	opacity: 1;
	width: 115%;
	left: -5px;
}


/*底部公共Style*/

.foot_logo img {
	max-width: 90px;
	padding-top: 10px;
}

.foot_time ul {
	padding: 0;
	overflow: hidden;
}

.foot_time ul li {
	list-style: none;
	line-height: 35px;
}

.foot_time ul li a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
}

.foot_time ul li ul li a {
	color: #999999;
	font-size: 13px;
}

.foot_time_hover ul li ul li a:hover {
	color: #fff;
}

.foot_btm {
	width: 100%;
	border-top: 1px solid #2B3139;
	padding: 20px 0;
	text-align: center;
	margin-top: 50px;
}

.foot_btm p,
.foot_btm p a {
	color: #777777;
	font-size: 13px;
	margin: 0;
}


/*首页解决方案Style*/

.jjfa_time {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.jjfa_time img {
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.jjfa_time h3 {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.3);
	margin: 0;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.jjfa_time .jjfm_time_hover {
	position: absolute;
	text-align: center;
	top: 210px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 57px 77px;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.jjfa_time .jjfm_time_hover h4 {
	font-size: 16px;
	color: #fff;
}

.jjfa_time .jjfm_time_hover p {
	font-size: 13px;
	line-height: 23px;
	color: #ccc;
}

.jjfa_time:hover .jjfm_time_hover {
	top: 0;
}

.jjfa_time:hover img {
	opacity: 1;
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.jjfa_time:hover h3 {
	opacity: 0;
}


/*首页无规则模板Style*/

#gtco-portfolio .col-md-7,
#gtco-portfolio .col-md-5 {
	padding: 0;
}

.rule_box_lf {
	overflow: hidden;
}

.rule_box_lf .rule_left {
	float: left;
	max-width: 374px;
}

.rule_box_lf .rule_left img {
	width: 100%;
	min-height: 209px;
	transition: 0.5s
}

.rule_box_lf .rule_right {
	float: left;
	max-width: 209px;
}

.rule_box_lf .rule_right img {
	transition: 0.5s
}

.rule_text {
	min-height: 208px;
	padding-top: 45px;
}

.rule_text h4 {
	color: #fff;
	font-size: 17px;
}

.rule_text h4 span {
	color: rgba(255, 255, 255, 0.3);
	font-size: 12px;
	font-family: arial;
}

.rule_text p {
	color: #BDCBE0;
	font-size: 13px;
	display: inline-block;
	max-width: 325px;
	line-height: 23px;
}

.rule_right .rule_text {
	background-color: #fff;
	padding: 45px 30px 0 30px;
}

.rule_right .rule_text h4 {
	color: #3D3D3D;
}

.rule_right .rule_text h4 span {
	color: #cfcfcf;
}

.rule_right .rule_text p {
	color: #777;
	font-size: 13px;
	line-height: 23px;
}

.rule_box_rf .rule_right {
	overflow: hidden;
}

.rule_box_rf .rule_text {
	width: 50%;
	float: left;
}

.rule_box_rf img {
	max-width: 208px;
	float: left;
	transition: 0.5s
}

.rule_con_rf {
	max-width: 416px;
}

.rule_con_rf div:nth-child(even) .rule_text {
	float: right;
}


/*.rule_box_rf:hover{border: 2px solid red;}*/


/*.rule_box_rf:hover img{max-width: 206px;}
.rule_box_rf:hover .rule_text{min-height: 206px;}
.rule_box_lf .rule_right:hover{border: 2px solid red;}
.rule_box_lf .rule_right:hover img{max-width: 205px;}
.rule_box_lf .rule_left:hover{border: 2px solid red;}
.rule_box_lf .rule_left:hover .rule_text{min-height: 203px;}*/

.rule_box_lf .rule_left:hover img,
.rule_box_lf .rule_right:hover img,
.rule_box_rf:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}


/*首页手机端无规则Style*/

.rule_mol_time {
	overflow: hidden;
}

.rule_mol_time .rule_text {
	width: 50%;
	float: left;
	min-height: 168px;
	max-height: 168px;
	padding: 34px 20px 0 20px;
}

.rule_mol_time img {
	width: 50%;
	float: right;
	height: 168px;
	max-height: 168px;
}

.rule_mol_time .rule_text h4 {
	font-size: 15px;
	margin-bottom: 10px;
}

.rule_mol_time .rule_text h4 span {
	color: #cfcfcf;
	font-size: 10px;
}

.rule_mol_time .rule_text p {
	font-size: 11px;
	margin: 0;
	line-height: 18px;
}

.rule_mol div:nth-child(even) .rule_text {
	float: right;
}

.mol_tit {
	text-align: center;
	padding: 0 12%;
}

.mol_tit h4 {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
}

.mol_tit span {
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 15px;
	opacity: 0.6;
}

.mol_tit p {
	font-size: 14px;
	line-height: 21px;
	opacity: 0.6;
	color: #FFFFFF;
}


/*首页新闻模板Style*/

.index_news_lf {
	background-color: #F8F8F8;
	padding: 65px;
	max-width: 464px;
}

.index_news_lf h4 {
	font-size: 18px;
	color: #3D3D3D;
	margin-bottom: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 100%;
}

.index_news_lf p {
	transition: all .36s ease;
	padding-left: 0;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
	height: auto;
	max-height: 52px;
	border-left: 1px solid transparent;
	border-left-color: transparent;
	width: 100%;
	overflow: hidden;
	color: #999;
}

.index_news_lf .news_tttt {
	font-size: 24px;
	color: #777777;
	margin-bottom: 24px;
	font-weight: 100;
	font-family: Roboto-Thin;
	display: inline-block;
	margin-bottom: 20px;
}

.index_news_lf .index_news_img {
	width: 100%;
	overflow: hidden;
}

.index_news_lf .index_news_img img {
	width: 100%;
	transition: all .36s ease;
}

.index_news_lf:hover p {
	padding-left: 30px;
	border-color: #d3d3d3;
}

.index_news_lf:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.index_news_rf .news_time_box {
	padding: 27px 15px 28px 15px;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	transition: all .36s ease;
}


/*.index_news_rf .news_time_box:nth-child(1){
	border-top: 1px solid #e5e5e5;
}*/

.news_lf_box {
	float: left;
	max-width: 390px;
}

.news_lf_box .news_left_tit {
	font-size: 15px;
	line-height: 20px;
	color: #3D3D3D;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	height: 20px;
	padding-left: 26px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_lf_box h3:before {
	content: "";
	font-family: FontAwesome;
	speak: none;
	position: absolute;
	left: 0;
	top: 10px;
	margin-top: -5px;
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #666;
}

.news_lf_box p {
	transition: all .36s ease;
	padding-left: 0;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
	height: auto;
	max-height: 52px;
	width: 100%;
	overflow: hidden;
	color: #999;
	margin: 0;
	padding-left: 26px;
}

.news_rf_box {
	float: right;
	max-width: 60px;
}

.news_rf_box span {
	font-size: 20px;
	line-height: 43px;
	color: #999;
	font-weight: 100;
	font-family: Roboto-Thin;
}

.news_rf_box .news_i1 {
	margin-top: 22px;
	display: inline-block;
	width: 40px;
	height: 16px;
	border-left: 1px solid #e5e5e5;
	overflow: hidden;
	background: url(../image/news_icon.png)-30px center no-repeat;
	transition: all .36s ease;
}

.news_time_box:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	padding: 27px 10px 28px 25px;
}

.news_time_box:hover .news_lf_box h3:before {
	background-color: #233876;
}

.news_time_box:hover .news_lf_box h3 {
	color: #233876;
}

.news_time_box:hover .news_rf_box .news_i1 {
	background: url(../image/news_icon.png)15px center no-repeat;
}

#gtco-footer .dropdown {
	display: none;
}

#gtco-footer ul li.offcanvas-has-dropdown>a {
	display: block;
	position: relative;
}

#gtco-footer ul li.offcanvas-has-dropdown>a:after {
	position: absolute;
	right: 0px;
	top: 10px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#gtco-footer ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.foot_top_box {
	padding: 0 40px;
}

.banner_text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-left: -50%;
	margin-top: -100px;
}

.banner_text h3 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	/*padding-bottom: 10px;*/
}

.banner_text p {
	color: #fff;
	font-size: 48px;
	font-family: 'Roboto-Thin, Arial';
	font-weight: bold;
}

.banner_text p span{
	font-size: 20px;
}
/*首页整体768调整*/

@media screen and (max-width: 768px) {
	/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-right: 20px;
padding-left: 20px;}*/
	.gtco-nav {
		background-color: #fff;
	}
	.all_mol {
		display: block!important;
	}
	.mol_logo {
		text-align: center;
	}
	.mol_logo img {
		max-width:203px;
	}
	.all_pc {
		display: none!important;
	}
	.index_news_lf {
		display: none;
	}
	.news_rf_box {
		display: none;
	}
	.index_news_rf .news_time_box {
		padding: 20px 0;
	}
	.news_lf_box h3 {
		padding: 0;
	}
	.news_lf_box h3::before {
		opacity: 0;
	}
	.news_lf_box .all_mol {
		color: #777777;
		font-size: 18px;
		margin-bottom: 5px;
		font-family: Roboto-Thin;
	}
	#gtco-footer {
		padding: 30px 0 0 0;
	}
	.foot_logo {
		display: none;
	}
	#gtco-footer ul li ul li {
		border: none;
	}
	.foot_btm {
		border: none;
		background-color: #0C121C;
		padding: 5px 0 25px 0;
	}
	.foot_btm p,
	.foot_btm p a {
		font-size: 10px;
	}
	.jjfa_time:hover .jjfm_time_hover {
		opacity: 0;
	}
	.jjfa_time h3 {
		height: 100%;
		padding: 57px 77px;
	}
	#gtco-footer .dropdown {
		padding-bottom: 10px;
	}
	.foot_btm {
		margin-top: 0;
	}
	.foot_top_box {
		padding: 0;
	}
	#gtco-header .owl-nav {
		display: none;
	}
	.all_tit p {
		line-height: 22px;
	}
	.all_tit {
		margin-bottom: 15px;
		padding: 0;
	}
	#gtco-features .col-sm-12 {
		padding: 0;
	}
	#history .owl-carousel .owl-controls .owl-nav .owl-prev,
	#history .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
		left: -20px;
	}
	#history .owl-carousel .owl-controls .owl-nav .owl-next,
	#history .owl-carousel-posts .owl-controls .owl-nav .owl-next {
		right: -20px;
	}
	.news_lf_box p {
		max-height: 35px;
		line-height: 18px;
		width: 95%;
		padding: 0;
	}
	.news_time_tit h3 {
		margin-bottom: 10px;
		width: 95%;
	}
	.foot_time ul li:nth-child(1) {
		display: none;
	}
	.all_foot_mol p {
		text-align: center;
		font-size: 15px;
		color: #fff;
	}
	.foot_time ul li {
		text-align: center;
		border-left: 1px solid #616161;
		line-height: 15px;
	}
	.foot_time ul li:nth-child(2) {
		border: none;
	}
	.foot_time ul li a {
		color: #9a9a9a;
	}
	.banner_text {
		width: 100%;
		position: absolute;
		top: 210px;
		left: 123px;
		text-align: left;
	}
	.banner_text h3 {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.banner_text p {
		color: #fff;
		font-size: 28px;
	}
	.news_lf_box .news_left_tit {
		padding: 0;
	}
	.news_lf_box {
		max-width: 350px;
	}
}


/*关于我们Style*/

#about_con {
	overflow: hidden;
	width: 100%;
}

.indexnav_wrap {
	width: 100%;
	background-color: #F9FAFC;
}

.index_nav {
	padding: 0;
	overflow: hidden;
}

.index_nav li {
	list-style: none;
}

.index_nav li a {
	color: #3D3D3D;
	font-size: 13px;
	display: inline-block;
	padding: 21px 0;
	width: 100%;
	text-align: center;
}

.about_nav {
	overflow: hidden;
	margin: 0;
}

.about_nav li {
	width: 20%;
	float: left;
}

.about_nav li:hover {
	background-color: #303030;
}

.about_nav li:hover a {
	color: #fff;
}

#introduction {
	margin: 110px 0 90px 0;
}

#welfare {
	margin: 110px 0 90px 0;
}

#introduction .about_box_one {
	text-align: center;
}

#introduction .about_box_one h1 {
	font-size: 22px;
	line-height: 30px;
	color: #3D3D3D;
	margin-bottom: 5px;
}

#introduction .about_box_one span {
	font-size: 13px;
	line-height: 30px;
	color: #999;
	display: inline-block;
	margin-bottom: 45px;
}

#introduction .about_box_one .about_txt {
	text-align: left;
}

#introduction .about_box_one .about_txt p {
	font-size: 13px;
	line-height: 30px;
	color: #777;
}

#saying {
	width: 100%;
	background-color: #F9FAFC;
	padding: 70px 0 70px 0;
}

#join {
	width: 100%;
	background-color: #F9FAFC;
	padding: 100px 0 70px 0;
}

#saying .about_two_img img {
	max-width: 291px;
	width: 100%;
	box-shadow: 1px 4px 24px rgba(112, 126, 178, 0.07);
}

#saying .about_txt h3 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 0;
	color: #3D3D3D;
}

#saying .about_txt span {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 55px;
	color: #777;
}

#saying .about_txt p {
	font-size: 13px;
	line-height: 30px;
	color: #777;
}

#history {
	padding: 95px 0 140px 0;
	position: relative;
}

#job {
	padding: 95px 0 140px 0;
	position: relative;
}

#history .about_box_the_l {
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	top: 329px;
	z-index: -1;
}

#history .about_the_time {
	text-align: center;
	padding: 90px 65px 50px 65px;
	min-height: 243px;
}

#history .about_the_time:hover {
	box-shadow: 1px 4px 24px rgba(112, 126, 178, 0.07);
}

#history .about_the_time:hover h4::before {
	-webkit-transform: translateY(11px);
	-ms-transform: translateY(11px);
	transform: translateY(11px);
	width: 9px;
	height: 9px;
}

#history .about_the_time:hover h4 {
	color: #000;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

#history .about_the_time:hover p {
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
}

#history .about_the_time h4 {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding-bottom: 40px;
	color: #999;
	position: relative;
	box-sizing: border-box;
	transition: all .36s ease;
	font-family: Roboto-Thin;
}

#history .about_the_time h4::before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	bottom: 23px;
	left: 50%;
	z-index: -2;
	transition: all .36s ease;
	width: 7px;
		height: 7px;
		background-color: #777;
		border: 2px solid #fff;
}

#history .about_the_time p {
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	transition: all .36s ease;
	color: #777777;
}

.about_box_the .icon-arrow-up {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.about_box_the .icon-arrow-up-rf {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.about_box_the .icon-arrow-up::before {
	color: #777777;
}

.about_box_the .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
	padding: 0;
}

.about_box_the .owl-theme .owl-dots {
	display: none!important;
}

.about_box_the .owl-carousel .owl-controls .owl-nav .owl-next,
.about_box_the .owl-carousel .owl-controls .owl-nav .owl-prev,
.about_box_the .owl-carousel-posts .owl-controls .owl-nav .owl-next,
.about_box_the .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	margin-top: -50px;
	top: 40%;
}

.owl-carousel-carousel-one .owl-controls .owl-nav .owl-next,
.owl-carousel-carousel-one .owl-nav .owl-prev {
	margin-top: -50px;
	top: 50%;
}

.about_the_tit {
	text-align: center;
	margin-bottom: 50px;
}

.about_the_tit h3 {
	font-size: 22px;
	margin-bottom: 0;
	line-height: 25px;
	color: #3D3D3D;
}

.about_the_tit span {
	font-size: 12px;
	line-height: 30px;
	color: #999;
}

.about_fu_top {
	position: relative;
}

.about_fu_top img {
	width: 100%;
}

.about_fu_top .about_fu_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -32px;
}

.about_fu_top .about_fu_tit h3 {
	color: #fff;
}

.about_fu_top .about_fu_tit span {
	color: #fff;
}

.about_fu_box .col-md-6 {
	padding: 0;
}

.about_fu_l {
	background-color: #595B68;
	padding: 60px 56px 56px 0;
	min-height: 350px;
}

.about_fu_lt {
	background-color: #28335D;
	padding: 60px 0 56px 56px;
	min-height: 350px;
}

.about_fu_l .row,
.about_fu_lt .row {
	margin: 0;
}

.about_fu_lf {
	text-align: left;
}

.about_fu_lf h3 {
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 11px;
}

.about_fu_lf span {
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 25px;
}

.about_fu_lf h4 {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.about_fu_lf p {
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 0;
	opacity: 0.5;
}

#honor {
	padding: 80px 0 120px 0;
	background-color: #F9FAFC;
}

.index_5_time {
	overflow: hidden;
	padding: 0 100px;
}

.index_5_time .index_5_lf img {
	max-width: 270px;
	box-shadow: 1px 4px 9px rgba(67, 106, 255, 0.02);
}

.index_5_time .index_5_rf {
	padding: 40px 50px 0 20px;
}

.index_5_time .index_5_rf h4 {
	font-size: 18px;
	line-height: 30px;
	color: #3D3D3D;
}

.index_5_time .index_5_rf p {
	font-size: 13px;
	line-height: 30px;
	color: #777;
	margin: 0;
}


/*关于我们手机端Style*/

@media screen and (max-width: 768px) {
	.indexnav_wrap {
		display: none;
	}
	#introduction {
		margin: 30px 0 0 0;
		padding: 0;
	}
	#welfare {
		margin: 30px 0 60px 0;
		padding: 0;
	}
	#introduction .about_box_one span {
		margin-bottom: 25px;
	}
	#gtco-counter .col-sm-6 {
		overflow: hidden;
		width: 50%;
		float: left;
	}
	#gtco-counter sup {
		right: 10px;
		top: 7px;
		font-size: 13px;
	}
	#gtco-counter .sup_2 {
		right: 35px;
	}
	#gtco-counter .sup_3 {
		right: 15px;
	}
	#gtco-counter .sup_4 {
		right: 30px;
	}
	#saying {
		padding: 35px 0 0 0;
	}
	#join {
		padding: 35px 0 0 0;
	}
	.about_the_tit {
		margin-bottom: 30px;
	}
	#saying .about_two_img img {
		max-width: 112%;
		width: 112%;
		margin-left: -6%;
	}
	#saying .about_txt p {
		padding: 20px 0;
		margin: 0;
		color: #777;
		line-height: 25px;
	}
	#history {
		padding: 50px 0 20px 0;
	}
	#job {
		padding: 50px 0 20px 0;
	}
	#history .about_the_time {
		padding: 10px 0 0 0;
		min-height: 160px;
	}
	#history .about_the_time h4 {
		padding-bottom: 26px;
		color: #777;
	}
	#history .about_the_time h4::before {
		bottom: 13px;
	}
	#history .about_box_the_l {
		top: 178px;
	}
	#culture {
		padding: 30px 0;
		background-color: #28335D;
	}
	.about_fu_top img {
		width: 200%;
		background-size: cover;
	}
	.about_fu_l {
		padding: 40px 0 50px;
		background-color: #28335D;
		min-height: 0;
	}
	.about_fu_lt {
		padding: 0;
	}
	.about_fu_l .col-md-6 {
		width: 100%;
		padding: 0 15px;
	}
	.about_fu_lt .col-md-6 {
		width: 100%;
		padding: 0 15px;
	}
	.about_fu_lf h3 {
		font-size: 15px;
	}
	.about_fu_lf p {
		font-size: 12px;
	}
	.about_fu_lf h4 {
		display: none;
	}
	.about_fu_lf span {
		display: none;
	}
	.index_5_time {
		padding: 0 30px;
	}
	#index_5 {
		padding: 40px 0;
	}
	.about_fu_lt {
		min-height: 0;
		padding: 0 0 20px 0;
	}
	.index_5_time .index_5_rf {
		padding: 20px 0;
	}
	.index_5_time .index_5_rf h4 {
		text-align: center;
	}
	.index_5_time .index_5_lf img {
		margin: 0 auto;
		border-radius: 15px;
	}
	#gtco-counter .counter {
		font-weight: inherit;
	}
	#join .row {
		margin: 0;
	}
	.about_the_tit h3 {
		margin-bottom: 0;
		font-weight: 600;
	}
	#introduction .about_box_one .about_txt p {
		line-height: 25px;
	}
	#honor {
		padding: 45px 0 0 0;
	}
	#about_con .row {
		margin: 0;
	}
	#honor .owl-carousel .owl-controls .owl-nav .owl-prev,
	#honor .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
		left: -20px;
	}
	#honor .owl-carousel .owl-controls .owl-nav .owl-next,
	#honor .owl-carousel-posts .owl-controls .owl-nav .owl-next {
		right: -20px;
	}
	.about_box_the .owl-carousel .owl-controls .owl-nav .owl-next,
	.about_box_the .owl-carousel .owl-controls .owl-nav .owl-prev,
	.about_box_the .owl-carousel-posts .owl-controls .owl-nav .owl-next,
	.about_box_the .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
		margin-top: -60px;
	}
}


/*新闻页面Style*/

.news .news_time {
	overflow: hidden;
}

.news .news_img {
	width: 100%;
	overflow: hidden;
}

.news .news_img img {
	width: 100%;
	max-height: 240px;
	transition: all .36s ease;
}

.news .news_rf_box span {
	line-height: 22px;
}

.news .news_rf_box .news_i1 {
	margin-top: 40px;
}

.news_time .news_btm {
	padding: 30px 20px;
	overflow: hidden;
}

.news_time {
	transition: all .36s ease;
	margin-bottom: 50px;
}

.news_time:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.news_time:hover .news_img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.news_time:hover .news_rf_box .news_i1 {
	background: url(../image/news_icon.png)15px center no-repeat;
}

.news_time .news_lf_box h3::before {
	background-color: #fff;
}

.news_time_box_tt {
	padding: 0 15px;
}

.news_time_tit {
	max-width: 350px;
}

.news_time_tit h3 {
	padding: 0;
	width: 100%;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #3D3D3D;
}

.news_time_tit h3::before {
	display: none;
}

.news_time_tit p {
	padding: 0;
}


/*新闻页面手机端Style*/

@media screen and (max-width: 768px) {
	.news .news_img {
		display: none;
	}
	.news_time .news_btm {
		padding: 0;
	}
	.news .news_time {
		border-top: 1px solid #EBEBEB;
		padding-top: 15px;
		margin-bottom: 0;
		padding-bottom: 25px;
	}
	.news_time_box_tt {
		padding: 0;
	}
	.news_time:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0,0);
}
	.news_time_box:hover {
	     box-shadow: 0 0 0 rgba(0, 0, 0,0);
	}
}


/*新闻详情页Style*/

#news_details {
	width: 100%;
	background-color: #F9FAFC;
	padding: 120px 0 100px 0;
}

.news_details_tit h2 {
	font-size: 20px;
	color: #3D3D3D;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 30px;
}

.news_details_tit p {
	font-size: 12px;
	color: #777;
	,
	margin-bottom: 20px;
}

.news_details_con {
	background-color: #fff;
	padding: 40px;
	margin: 30px 0 50px 0;
}

.news_details_con p {
	font-size: 13px;
	color: #777;
	line-height: 26px;
	margin: 0;
}

.news_details_con img {
	width: 100%;
}

.news_details_btm {
	text-align: center;
}

.news_details_btm a {
	display: inline-block;
	padding: 10px 25px;
	background-color: #fff;
	margin: 0 20px;
	color: #999999;
	font-size: 13px;
	position: relative;
}

.news_details_btm a:hover {
	color: #fff;
	background-color: #111D4A;
}

.news_details_btm a:hover::before {
	color: #fff;
}

.news_nu::before {
	position: absolute;
	left: 5px;
	top: 10px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 15px;
	color: #999999;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.news_ov::before {
	position: absolute;
	right: 5px;
	top: 10px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 15px;
	color: #999999;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


/*新闻详情页手机端Style*/

@media screen and (max-width: 768px) {
	#news_details {
		background-color: #fff;
		padding: 80px 0 45px 0;
	}
	.news_details_con {
		padding: 0;
	}
	.news_details_btm a {
		margin: 0;
		border: 1px solid #EBEBEB;
		font-size: 11px;
	}
}


/*人才招聘页面Style*/

.rec_ent .col-md-3 {
	padding: 0 11px;
}

.rec_time {
	background-color: #fff;
	width: 100%;
	padding: 55px 45px 45px 45px;
	box-shadow: 1px 4px 73px 0px rgba(31, 64, 159, 0.04);
	border-radius: 10px;
	transition: all .36s ease;
	margin-bottom: 25px;
}

.rec_time:hover {
	box-shadow: 1px 4px 73px 0px rgba(31, 64, 159, 0.13);
}

.rec_time img {
	max-width: 40px;
	margin-bottom: 20px;
	max-height: 40px;
}

.rec_time h3 {
	font-size: 16px;
	color: #3D3D3D;
	margin-bottom: 20px;
	font-weight: bold;
}

.rec_time p {
	color: rgba(14, 14, 14, 0.73);
	font-size: 13px;
	line-height: 21px;
	margin: 0;
	display: inline-block;
	width: 100%;
	height: 38px;
	overflow: hidden;
}

.rec_time h4 {
	font-weight: 600;
	font-size: 17px;
}

.jr_lf_img {
	width: 50%;
	float: left;
}

.jr_lf_img img {
	width: 100%;
	max-height: 326px;
	min-height: 326px;
	transition: all .36s ease;
}

.jr_rec {
	overflow: hidden;
}

.jr_rec:hover .jr_lf_img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.jr_rf_text {
	background-color: #4081ED;
	padding: 115px 100px 0 100px;
	width: 50%;
	float: right;
	max-height: 326px;
	height: 100%;
	min-height: 326px;
}

.jr_rf_text h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.jr_rf_text p {
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	margin: 0;
	text-align: left;
}

.jr_rec .col-md-6 {
	padding: 0;
}

.jr_time_even div:nth-child(even) .jr_lf_img {
	float: right;
}

.jr_time_even {
	padding: 0;
}

.jr_time_even div:nth-child(even) .jr_rf_text {
	background-color: #E44134;
}

.jr_time_rf div:nth-child(even) .jr_lf_img {
	float: right;
}

.jr_time_rf {
	padding: 0;
}

.jr_time_rf .jr_rf_text {
	background-color: #F3B605;
}

.jr_time_rf div:nth-child(even) .jr_rf_text {
	background-color: #33A350;
}

.res_nav {
	margin: 0;
}

.res_nav li:hover {
	background-color: #303030;
}

.res_nav li:hover a {
	color: #fff;
}

.accordion {
	width: 100%;
	background: #FFF;
	padding: 0;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 30px 5px;
	color: #3D3D3D;
	font-size: 16px;
	font-weight: 400;
	border-top: 1px solid #F4F4F4;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion .link:hover {
	background-color: #f5f5f5;
	padding: 30px 0 30px 20px;
}

.accordion li {
	list-style: none;
}

.accordion li:last-child .link {
	border-bottom: 1px solid #F4F4F4;
}

.accordion li i {
	position: absolute;
	top: 30px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../image/zp_icon.png) center center no-repeat;
	background-size: 100%;
}

.accordion li.open i {
	background: url(../image/zp_icon_hover.png) center center no-repeat;
	background-size: 100%;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/**
 * Submenu
 -----------------------------*/

.submenu {
	display: none;
	background: #fff;
	font-size: 14px;
	padding: 50px;
}

.submenu li {
	list-style: none;
}


/*人才招聘页手机端Style*/

@media screen and (max-width: 768px) {
	.rec_ent .col-md-3 {
		padding: 0 6px;
	}
	.rec_time {
		padding: 30px 15px;
		margin-bottom: 10px;
	}
	.rec_time p {
		font-size: 12px;
		line-height: 18px;
		height: 35px;
	}
	.rec_time h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.jr_lf_img {
		float: none;
		width: 100%;
		height: 207px;
		overflow: hidden;
	}
	.jr_lf_img img {
		min-height: 0;
		margin-top: -35px;
	}
	.jr_rf_text {
		width: 100%;
		float: none;
		padding: 48px 15px;
		min-height: 0;
	}
	.jr_time_rf div:nth-child(even) .jr_lf_img {
		float: none;
	}
	.jr_time_even div:nth-child(even) .jr_lf_img {
		float: none;
	}
	.accordion {
		padding: 0;
	}
	.submenu {
		padding: 5px
	}
	.accordion .link:hover {
		background-color: #fff;
		padding: 30px 0;
	}
}


/*联系我们页面Style*/

.con_map {
	width: 100%;
}

.con_map img {
	width: 100%;
}

.map_text {
	padding: 35px 0 35px 25px;
}

.map_text h4 {
	font-size: 14px;
	color: #777777;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 30px;
}

.map_text p {
	margin: 5px 0;
	font-size: 14px;
	color: #777777!important;
	font-weight: 300;
	line-height: 30px;
}

#con_form {
	width: 100%;
	background-color: #F9FAFC;
	padding: 60px 0;
}

@media screen and (max-width: 768px) {
	.form-control {
		height: 40px;
		font-size: 14px;
	}
	.map_text {
		padding: 35px 0 0 0;
	}
	.con_map img {
		width: calc(100% + 70px);
		margin-left: -35px;
	}
}


/*Easehold ---Style*/

#easehold_box {
	padding: 120px 0;
	position: relative;
	clear: both;
	background-color: #F8F8F8;
}

#easehold_box .easehold_logo {
	text-align: center;
	padding-top: 60px;
}

#easehold_box .easehold_logo img {
	width: 100%;
	max-width: 125px;
}

.easehold_text {
	padding-right: 140px;
}

#easehold_box .easehold_text p {
	font-size: 13px;
	line-height: 30px;
	color: #777777;
}

#easehold_box_two {
	margin: 110px 0 160px 0;
}

.ys_bgm {
	width: 100%;
	overflow: hidden;
}

.ys_bgm img {
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#easehold_box_two .ys_box .row:hover .ys_bgm img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.ys_text {
	padding: 110px 200px 0 200px;
}

.ys_text h3 {
	font-size: 20px;
	color: #3D3D3D;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.ys_text p {
	font-size: 13px;
	color: #777777;
	line-height: 30px;
	margin: 0;
	text-align: left;
}

.ys_box .col-md-6 {
	padding: 0;
}

#ease_video {
	padding: 80px 100px;
	background: url(../image/video_bgm.png) center center no-repeat;
	background-size: cover;
}

.video_the_tit {
	margin-bottom: 35px;
}

.video_the_tit h3 {
	color: #FEFEFE;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.video_the_tit span {
	font-size: 12px;
	line-height: 30px;
	color: #999;
	margin-bottom: 40px;
	text-align: center;
}

.video_the_tit p {
	color: #CCCCCC;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
}

#ease_wrap {
	margin: 90px 0 120px 0;
}

.card {
	background: #fff;
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease-in-out;
	overflow: hidden;
}

.card:hover .card__picture {
	transform: scale(1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
}

.card:hover .card-infos {
	padding: 10px 0 20px 0;
}

.card__picture {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.card-infos {
	padding: 20px 0;
	background: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.card-infos::after {
	position: absolute;
	content: '';
	width: 0%;
	height: 1px;
	background: #f8f8f8;
	transition: all 0.3s ease-out 0s;
	bottom: 10px;
}

.card:hover .card-infos::after {
	width: 100%;
	background: #cecece;
}

.card__title {
	font-size: 17px;
	color: #3d3d3d;
	line-height: 1.4;
	margin: 0 0 5px;
}

.card__text {
	font-size: 13px;
	color: #777777;
	font-weight: 300;
	margin: 0;
}

.card__text--high {
	font-weight: 600;
}

.header {
	background: var(--main-bg-color);
	height: 160px;
	display: flex;
}

.header__title {
	margin: auto;
	font-weight: 300;
	font-size: 3.2rem;
	color: #fff;
}

.header__title--high {
	font-weight: 600;
}

.sortable__nav {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.nav__link {
	padding: 0 20px 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	display: block;
	border-bottom: 2px solid transparent;
}

.nav__link.is-active {
	border-color: var(--main-bg-color);
}

.footer__list.list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list__item.item {
	display: flex;
}

.item__link.link {
	margin: 0;
}

.item__link.link:not(:first-child) {
	margin-left: 20px;
}

.link__icon {
	height: 2rem;
	width: 2rem;
}


/*Easehold手机端 ---Style*/

@media screen and (max-width: 768px) {
	#easehold_box {
		padding: 50px 0;
	}
	#easehold_box .easehold_logo {
		padding: 0 0 35px 0;
	}
	#easehold_box_two {
		margin: 50px 0 0 0;
	}
	.ys_text {
		padding: 50px 35px 50px 35px;
	}
	#ease_video {
		padding: 60px 0;
	}
	#ease_wrap {
		margin: 35px 0 50px 0;
	}
	.video_the_tit h3 {
		margin-bottom: 0px;
	}
	.easehold_text {
		padding: 0;
	}
	#easehold_box .easehold_text p {
		line-height: 25px;
	}
	.ys_text h3 {
		margin-bottom: 20px;
	}
	.ys_text p {
		line-height: 25px;
	}
	.card__title {
		font-size: 16px;
	}
	.card__text {
		font-size: 12px;
	}
	.card-infos {
		padding: 10px 0;
	}
}


/*ANNKE---Style*/

#annke_ff {
	padding: 50px 0 0 0;
	margin-bottom: 120px
}

#annke_ff .col-md-6 {
	padding: 0;
}

#annke_ff .ys_text {
	background-color: #28335D;
	padding: 120px 50px;
	text-align: left;
	min-height: 430px;
	z-index: 1;
	position: relative;
	max-height: 430px;
}

#annke_ff .ys_bgm img {
	max-height: 430px;
	min-height: 430px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#annke_ff .ys_text h3 {
	color: #fff;
	font-size: 22px;
	text-align: left;
}

#annke_ff .ys_text p {
	color: #fff;
	display: inline-block;
	width: 40%;
	opacity: 0.6;
}

.w-imgText {
	position: relative;
	overflow: visible;
}

.w-imgText ul,
.w-imgText li {
	list-style: none;
	padding: 0;
}

.w-imgText .item {
	position: relative;
}

.w-imgText .item>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.w-imgText .swiperBox {
	overflow: hidden;
}

.w-imgText .imTB {
	overflow: hidden;
}

.w-imgText .img {
	width: 50%;
}

.w-imgText .img img {
	width: 100%;
}

.w-imgText .textB {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 15px 4%;
	line-height: 1.7;
}

.w-imgText .textB .bg_x {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.w-imgText .textB .text_x {
	position: relative;
	z-index: 1;
	max-height: 100%;
	overflow: hidden;
}

.w-imgText .textB .text_x .tt_h {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.w-imgText .textB .text_x p {
	color: #808080;
}

.w-imgText .textB .text_x .btn {
	margin-top: 2em;
	line-height: 2.5;
	padding: 0 3em;
	display: inline-block;
	border: 1px solid #bbb;
	color: #333;
}

.w-imgText .igt_page {
	position: absolute;
	z-index: 10;
	left: auto;
	width: auto;
	right: 0;
	top: -65px;
	font-size: 20px;
	color: #999;
}

.w-imgText .igt_page span.on {
	color: #222;
	font-size: 200%;
}

.igt_page_text ul,
.igt_page_text li {
	list-style: none;
	padding: 0;
}

.igt_page_text li {
	float: left;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.igt_page_text li:hover,
.igt_page_text li.on {
	opacity: 1;
}

.igt_page_text li .item_span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 1em 0 0;
	position: relative;
}

.igt_page_text li .item_span .adore {
	background: #F9FAFC;
	padding: 5px 15px;
	border-radius: 14px;
	color: #0E0E0E;
	font-size: 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.igt_page_text li.on .item_span .adore {
	background: #0B121C;
	color: #FFFFFF;
}

.igt_page_text li .item_span .adore:hover {
	background: #0B121C;
	color: #FFFFFF;
}

.igt_page_text ul {
	margin-bottom: 50px;
	padding: 0 60px;
}

.ys_bgm {
	overflow: hidden;
}

#imgText .item:hover .ys_bgm img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

#annke_video .video_the_tit h3 {
	color: #3D3D3D;
}

#annke_video video {
	width: 80%;
	margin: 0 10%;
}

#annke_video .video_the_tit p {
	color: #777777;
}

#annke_wspa {
	margin: 120px 0 0 0;
}

#annke_ff .row {
	padding: 0;
	margin: 0;
}

.annke_img_hover {
	position: absolute;
	top: 500px;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 50px 50px;
}

.annke_img_hover h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
}

.annke_img_hover p {
	color: #fff;
	font-size: 16px;
	text-align: left;
}

.annke_itme:hover .annke_img_hover {
	top: 0;
}

.annke_itme {
	overflow: hidden;
}

.annke_itme img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.annke_itme:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.annke_time_mol {
	overflow: hidden;
}

.annke_time_mol .annke_itme {
	width: 33.33%;
	float: left;
}

.annke_time_mol .annke_itme:nth-child(1) {
	width: 50%;
	float: left;
}

.annke_time_mol .annke_itme:nth-child(2) {
	width: 50%;
	float: left;
}

.annke_time_mol .annke_itme {
	position: relative;
}

.annke_time_mol .annke_itme img {
	width: 100%;
}

.annke_time_mol .annke_itme:nth-child(1) .annke_img_hover {
	padding: 55px 0 0 0;
}

.annke_time_mol .annke_itme:nth-child(2) .annke_img_hover {
	padding: 55px 0 0 0;
}

.annke_time_mol .annke_img_hover {
	top: 0;
	padding: 40px 0 0 0;
	text-align: center;
}

@media (max-width:768px) {
	.igt_page_text ul {
		margin-bottom: 25px;
		padding: 0;
	}
	.igt_page_text li {
		width: auto!important;
	}
	.igt_page_text li .item_span {
		padding: 0;
	}
	.igt_page_text li .item_span .adore {
		padding: 3px 10px;
		font-size: 12px;
		margin: 0 9px;
	}
	#annke_ff {
		padding: 45px 0 0 0;
		margin-bottom: 60px;
	}
	#annke_ff .ys_bgm img {
		min-height: 0;
		width: 100%;
	}
	#annke_ff .ys_text {
		background-color: #F9FAFC;
		padding: 40px;
		min-height: 0;
	}
	#annke_ff .ys_text h3 {
		text-align: center;
		color: #333333;
	}
	#annke_ff .ys_text p {
		color: #777;
		width: 100%;
	}
	.w-imgText .item .row {
		padding: 0;
	}
	.gtco-container .row {
		margin: 0;
	}
	#annke_wspa {
		margin: 50px 0 0 0;
	}
	.annke_img_hover {
		opacity: 1
	}
	.annke_img_hover h4 {
		font-size: 12px;
	}
	#annke_video video {
		width: 100%;
		margin: 0;
	}
}


/*Vacos Style*/

#vacos_video {
	padding: 80px 100px;
	background-size: cover;
}

#vacos_video .video_the_tit h3 {
	color: #3D3D3D;
}

#vacos_video .video_the_tit p {
	color: #777777;
	text-align: center;
}

@media (max-width:768px) {
	#vacos_video {
		padding: 0;
	}
}