/*元素过度效果*/

	
::-webkit-scrollbar {
	width: 3px;
	/*滚动条宽度*/
	height: 3px
		/*滚动条高度*/
}

#flip_index_line1 .swiper-slide {
	background-size: cover !important;
}

/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	/*滚动条的背景区域的内阴影*/
	box-shadow: 0px;
	/*滚动条的背景区域的圆角*/
	border-radius: 0px;
	/*滚动条的背景颜色*/
	background-color: #333;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	/*滚动条的内阴影*/
	box-shadow: 0px;
	/*滚动条的圆角*/
	border-radius: 0;
	/*滚动条的背景颜色*/
	background-color: #d4b15f;
}

::selection {
	color: #fff;
	background: #0477c2;
}

.art_anli_info p::-webkit-scrollbar {
	width: 2px;
	/*滚动条宽度*/
	height: 2px
		/*滚动条高度*/
}
.displaynone{
	display: none;
}

/*定义滚动条轨道 内阴影+圆角*/

.art_anli_info p::-webkit-scrollbar-track {
	/*滚动条的背景区域的内阴影*/
	box-shadow: 0px;
	/*滚动条的背景区域的圆角*/
	border-radius: 0px;
	/*滚动条的背景颜色*/
	background-color: #EEEEEE;
}

.swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: .8 !important;
}

.swiper-pagination-bullet-active {
	background: #ffd26b  !important;
}
.navbar {
			width: 100%;
			position: fixed;
			background: #fff;
			z-index: 999;
			left: 0;
			padding: 5px !important;
			border-bottom: 1px solid #f9f9f9;
			top: 0;
			box-shadow: 0 0 10px rgb(185 185 185 / 28%);
		}
		
		
		.navbar-body {
			height: 100vh;
			margin-top: 1px;
		}
		
		.nav .nav_2 a {
			font-size: 1.0rem;
		}
		
		.nav>li>a {
			font-size: 1.3rem;
		}
		
		.navbar-body>.nav>li>.nav {
			-moz-transition: all 0.5s ease 0s;
			-webkit-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
			-o-transition: all 0.5s ease 0s;
		}
		
		.navbar-body .nav .nav_2 li a {
			border: 0 !important;
			color: #666;
			font-weight: 400;
			text-align: left;
			font-size: 14px;
			padding: 0;
			line-height: 30px;
		}
		
		.nav .nav_2 {
			border: none !important;
			margin: 0.3rem 0 !important;
			padding: 0;
		}
		#navbody .nav_li1.active .fold-head a{
			color: #0a7ac4;
		}
		.nav_li1 .fold-head {
			padding: 10px;
		}
		
		.nav_li1 {
		
			border-bottom: 1px solid #e8e8e8;
			border-radius: 0 !important;
			border-top-left-radius: 0 !important;
			border-bottom-left-radius: 0 !important;
			text-align: left;
		}
		
		.nav_li1 span {
			float: right;
			margin-top: 7px;
			font-size: 14px;
			color: #666666;
			transition: all ease-in .3s;
		}
		
		.nav_li1:last-child {
			border-bottom: 0 !important;
		}
		
		.navbar-body .active .fold-head a span {
			transform: rotate(90deg);
			transition: all ease-in .3s;
			color: #0a7ac4 !important;
		}
		
		.nav .nav_li1 a {
			border-top: none !important;
			line-height: 20px;
			font-size: 16px;
		}
		
		.nav_2 i {
			font-size: 10px;
			color: #999;
			margin-top: 10px;
		}
		
		.navbar-body>.nav {
			flex-direction: column;
			width: 94% !important;
			margin: 1rem auto auto !important;
		}
		
		
		.pub_nav .logo {
			text-align: left;
		}
		
		.nav-open {
			background-size: contain !important;
			background: url(/template/youse/wap/html/img/close.png) no-repeat;
			transition: all ease-in .3s;
		}
		
		.nav-open li {
			display: none;
			transition: all ease-in .3s;
		}
		
		.nav.nav-switch {
			position: relative;
			width: 3em !important;
			height: 1.8em !important;
		}
		.fold .fold-item .fold-head{
			background:#f9f9f9 ;
		}
		.head .nav.nav-switch {
			float: right;
			z-index: 9999;
			top: 16px;
			right: 0.5rem;
		}
		.navbar-logo img {
		    height: 30px;
		  
		}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 70;
}

.scaleimg:hover img {
	transform: scale(1.1);
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

.scaleimg img {
	transform: scale(1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.pub_mid {
	max-width: 1400px;
	padding: 0 0.625rem;
}

.pub_mid2 {
	max-width: 1430px;
}

@keyframes fade-in {
	0% {
		margin-top: 30px;
		opacity: 0;
	}

	/*初始状态 透明度为0*/
	40% {
		margin-top: 15px;
		opacity: .5;
	}

	/*过渡状态 透明度为0*/
	100% {
		margin-top: 0;
		opacity: 1;
	}

	/*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {

	/*针对webkit内核*/
	0% {
		margin-top: 30px;
		opacity: 0;
	}

	40% {
		margin-top: 15px;
		opacity: .5;
	}

	100% {
		margin-top: 0px;
		opacity: 1;
	}
}

#menu li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 14px;
}

#menu a {
	float: left;
	padding: 10px 20px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

#menu .active a {
	color: #fff;
	background-color: #333;
}

#fp-nav ul li a span {
	background: #fabe00;
}

#flip_index_line1 .flip-prev,
#flip_index_line1 .flip-next {
	display: none !important;
}

#fullpage {
	/*width: 95%;
	float: right;*/
}


body {
	letter-spacing: 1px;
	font-family: "SourceHanSansCN", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53" !important;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pub_width {
	max-width: 94%;
	margin: auto;
}

.pub_width_small {
	max-width: 84%;
	margin: auto;
	z-index: 3;
	position: relative;
}

.pub_width_min {
	max-width: 70%;
	margin: auto;
}

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

* {
	padding: 0px;
	margin: 0
}

body {
	color: #fff;
	text-align: center;
}

.section {
	/*height: 100vh !important;*/
}

.index_pub_tit_left {
	text-align: left;
}

.index_pub_tit_center {
	text-align: center;
}

.index_pub_tit_center span {
	margin: auto !important;
}


/*
头部公共*/

.header .drop a {
	transition: all ease-in .3s !important;
	display: block;
	font-size: 16px;
	line-height: 80px;
	position: relative;
	text-transform: uppercase;
}

.header {
	box-shadow: 0 6px 15px rgb(0 0 0 / 8%);
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.header .nav-block {
	text-align: right;
}

.header .drop a,
.header {
	color: #333333;
	transition: all 0s ease;
}

.header {
	background: #FFFFFF;
}


/*.dropdown {
	width: 100% !important;
	position: fixed !important;
	left: 0 !important;
	top: 80px !important;
	background: #FFFFFF;
}*/

.dropdown .nav {
	margin-top: 0 !important;
}

.dropdown li a {
	line-height: 40px !important;
	padding: 0 10px;
}

.dropdown li a:hover {
	background: #0074c1;
	color: #ffffff;
}

.drop>.dropdown {
	min-width: 100% !important;
}

/*
第一屏开始*/
.index_banner .swiper-slide img {
	width: 100%;
}

.index_banner .swiper-slide {
	position: relative;
	height: 300px;
	background-size: cover !important;
	background-position: center !important;

}

.index_banner .swiper-slide .index_banner_txt {
	z-index: 2;
	text-align: center;
	padding: 0 20px;
	margin: 120px auto 0;
}

.index_banner .swiper-slide .index_banner_txt h3 {
	text-shadow: 2px 0px 3px rgb(90 90 90);
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
}

.index_banner .swiper-slide .index_banner_txt h3::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 2px;
	background: #D0A237;
	left: 50%;
	margin-left: -25px;
}

.index_banner .swiper-slide .index_banner_txt h4 {
	text-shadow: 2px 0px 3px rgb(90 90 90);
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 20px;
}

.index_line1 {
	height: 100vh;
}

.index_line1 .flip-item {
	height: 100vh;
	background-position: center;
	background-size: cover;
}


/*.index_line1 .flip_index_line1_item .flip_index_line1_item1_txt h5{
	position: relative;
	
	font-size: 14px !important;
	font-weight: 400;
}*/
.index_foot{
	height: 100px;

	overflow: hidden;
	width: 100%;
	line-height: 3.125rem;
	text-align: center;
	font-size: 0.8125rem;
	color: #999;
}
.index_line1 .flip_index_line1_item .flip_index_line1_item1_txt h3 {
	margin-top: 20%;
	font-size: 50px !important;
	font-weight: 800;
	position: relative;
	text-shadow: 2px 0px 3px rgb(0 0 0);
	letter-spacing: 8px;
}

.index_line1 .flip_index_line1_item .flip_index_line1_item1_txt h3:before {
	display: block;
	content: '';
	background: #fabe00;
	width: 90px;
	position: absolute;
	left: 50%;
	height: 3px;
	margin-left: -45px;
	bottom: -40px;
	letter-spacing: 10px;
}

.index_line1 .flip_index_line1_item .flip_index_line1_item1_txt h4 {
	margin-top: 80px;
	font-weight: 400 !important;
	font-size: 16px !important;
	letter-spacing: 2px;
	text-shadow: 1px 0px 3px rgb(0 0 0);
	line-height: 1.5;
}

.swiper-slide::before {
	content: '';
	left: 0px;
	top: 81px;
	width: 100%;
	height: 4px;
	background: #fabe00;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.swiper-slide-active::before {
	animation: middle 5s;
}

.swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 20px;
	height: 2px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.swiper-pagination-bullet span {
	width: 20px;
	height: 2px;
	background: #fff;
	display: block;
}

.swiper-pagination-bullet i {
	background: #fabe00;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 0px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.swiper-pagination-bullet-active i {
	animation: middle 5s;
	/*swiper延时的时间*/
}

@keyframes middle {
	0% {
		transform: scaleX(0);
		left: 0px;
	}

	/*1091*/
	100% {
		transform: scaleX(1);
		left: 0px;
	}

	/*0913*/
}

/*首页第二批开始*/

.index_line2 {
	position: relative;
	padding-top: 100px;
}

.index_line2_box {
	margin-top: 5%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}


.index_pub_tit_right {
	float: left;
	width: 30%;
	margin-top: 11%;
	text-align: left;
}

.index_pub_tit_right span {}

/* 首页公共标题开始 */
.index_pub_tit .index_pub_tit_line_left {
	width: 90px;
	height: 30px;
}

.index_pub_tit .index_pub_tit_line_left>div {
	width: 30px;
	height: 2px;
	float: left;
	margin-top: 14px;
}

.index_pub_tit .index_pub_tit_line_txt h2 {
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-size: 20px;
	margin: 0 0 0 10px;
}

.index_pub_tit .sp1 {
	background: #4a9de4;
}

.index_pub_tit .sp2 {
	background: #fabe00;
}

.index_pub_tit .sp3 {
	background: #b8c2c8;
}

.index_pub_tit .index_pub_tit_info {
	text-transform: uppercase;
	color: #ccc;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
}

/* 首页公共标题 */


.index_line2 .index_pub_tit1_txt {
	font-size: 20px;
	font-weight: 800;
	color: #000000;
	text-align: left;

}

.index_line2 .index_pub_tit1 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 0;
}

.index_line2 .index_pub_tit1_ico {
	font-size: 14px;
	text-align: right;
	font-weight: 800;
	color: #0075c2;
	padding-right: 2px;
}

.index_line2 .index_line2_left {
	border-right: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.index_line2 .index_line2_left_top .index_line2_left_top_img img {
	width: 100%;
	min-height: 350px;
}

.index_line2 .index_line2_left_top .index_line2_left_top_img {
	height: 420px;
	overflow: hidden;
	position: relative;
}

.index_line2 .index_line2_left_top .index_line2_left_top_img .index_line2_left_top_txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 93px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
	background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
	z-index: 333333;
	left: 0;
	color: #ffffff;
	height: 85px;
	background-position: 0 top;
	padding: 30px 20px;
}

.index_line2 .index_line2_left_top .index_line2_left_top_img .index_line2_left_top_txt h4 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	margin-top: 17px;

}

.index_line2 .flip-page {
	left: auto !important;
	right: -8px;
	bottom: 18px;
}

.index_line2 .index_line2_right {}

.index_line2 .index_line2_right .card-head {
	text-align: right;
}

.index_line2 .index_line2_right .card-head li {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	margin-left: -10px;
}

.index_line2 .index_line2_right .card-head .active {}

.index_line2 .index_line2_right .card-head .active a {
	color: #000000;
}

.index_line2 .index_line2_right .card-head .active a:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	background: #d44217;
	width: 90px;
	height: 3px;
	left: 50%;
	margin-left: -45px;
}

.index_line2 .index_line2_right .card-head li a {
	border: none;
	color: #999;
	line-height: 40px;
	font-size: 24px;
	font-weight: 800;
	display: block;
	margin: auto;
	height: 40px;
	position: relative;
	overflow: hidden;
}

.index_line2 .index_line2_right .card-head {
	background: none;
	border: none;
	padding: 0;
}

.index_line2 .index_line2_right .card-head ul {
	padding: 0;
	border-bottom: 3px solid #eaeaea;
	height: 40px;
}

.index_new_list_top .index_new_list_top_img img {
	width: 100%;
}

.index_new_list_top .index_new_list_top_img {
	height: 100px;
	overflow: hidden;
}

.index_new_list_top {
	border-bottom: 1px #bdbdbd dashed;
	overflow: hidden;
	padding: 20px 0;
	margin-top: 20px;
}

.index_new_list_top:hover a h3 {
	color: #0075c2;
}

.index_new_list {
	color: #333333;
	text-align: left;
}

.index_new_list .index_new_list_top h3 {
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	font-weight: 400;
	margin-bottom: 5px;
	padding-bottom: 5px;
	position: relative;
}

.index_new_list .index_new_list_top h4 {
	font-size: 13px;
	color: #0075c2;
	font-weight: 400;
	margin-bottom: 5px;
	position: relative;
}

.index_new_list .index_new_list_top p {
	font-size: 14px;
	color: #999;
	letter-spacing: 1.5px;
	font-weight: 400;
	line-height: 1.3;
}

.index_new_list .index_new_list_ul {
	margin-top: 20px;
	margin-left: 20px;
}

.index_new_list .index_new_list_ul2 {
	margin-top: 20px;
	margin-left: 20px;
}

.index_new_list .index_new_list_ul li a {
	display: inline;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.index_new_list .index_new_list_ul li a span,
.index_new_list .index_new_list_ul2 li a span {
	display: block;
	float: right;
}

.index_new_list .index_new_list_ul2 li {
	color: #fabe00;
	padding: 5px 0;
	line-height: 1.38;
}

.index_new_list .index_new_list_ul2 li a,
.index_new_list .index_new_list_ul li a {
	display: block;
}

.index_new_list .index_new_list_ul2 li:hover,
.index_new_list .index_new_list_ul li:hover {
	background: #f7fcff;
	color: #0075c2;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.index_new_list .index_new_list_ul2 li:hover a,
.index_new_list .index_new_list_ul li:hover a {
	color: #0075c2;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.index_new_list .index_new_list_ul li {
	color: #fabe00;
	padding: 5px 0;
	line-height: 1.2;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.index_new_list .index_new_list_ul li a,
.index_new_list .index_new_list_ul2 li a {
	color: #555555;
}

.index_line2_left_bot h4 {
	border: none;
	color: #000000;
	line-height: 40px;
	font-size: 24px;
	font-weight: 800;
	display: block;
	margin: auto;
	height: 60px;
	position: relative;
	overflow: hidden;
	text-align: left;
	margin-top: 40px;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

.index_line2_left_bot h4:before {
	display: block;
	content: '';
	background: #d44217;
	width: 0;
	position: absolute;
	height: 3px;
	bottom: 0;
	letter-spacing: 10px;
	transition: all .3s ease;
}

.index_line2_left_bot h4:hover:before {
	width: 100%;
	transition: all .8s ease;
}

.index_line2_left_bot h4 span {
	display: block;
	float: right;
	color: #d44217;
}

.index_gonggao {
	line-height: 50px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	color: #000;
}

.index_gonggao:hover {
	background: #f7fcff;
	color: #0075c2;
}

.index_gonggao .index_gonggao_ico {}

/*第三批开始*/

.index_line3_right {
	height: 100%;

	color: #333333;
}

.index_line3 {
	height: 65%;
	margin-top: 70px;
}


.index_line3_bg_img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
}


.index_line3 .index_line3_right .index_line3_right_li {
	height: 100%;
}

.index_line3 .index_line3_right .index_line3_right_li1 {
	/*background: url(/template/jjt/html/img/tz1.jpg);
	background-position: center;
	background-size: cover;*/
}

.index_line3 .index_line3_right .index_line3_right_li2 {
	/*background: url(/template/jjt/html/img/tz2.jpg);
	background-position: center;
	background-size: cover;*/
}

.index_line3 .index_line3_right .index_line3_right_li3 {
	/*background: url(/template/jjt/html/img/tz3.jpg);
	background-position: center;
	background-size: cover;*/
}

.index_line3 .index_line3_right .index_line3_right_li4 {
	/*background: url(/template/jjt/html/img/tz4.jpg);
	background-position: center;
	background-size: cover;*/
}

.index_line3 .index_line3_box {
	overflow: hidden;
	position: relative;
}

.index_line3 .index_line3_box .index_line3_box_txt {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	/*	opacity: 0.7;*/
}

.index_line3_right .index_line3_right_li:hover .index_line3_box_txt_line_com {
	opacity: 1;
}

.index_line3_right .index_line3_right_li .index_line3_box_txt_line_com {
	margin-top: 50px;
	opacity: 0;
}

.index_line3 .index_line3_box .index_line3_box_txt .index_line3_box_txt_line_com .index_line3_box_txt_line_com_li {
	display: block;
	margin-top: 14px;
	border: 1px solid #cee6ff;
	color: #cee6ff;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.index_line3 .index_line3_box .index_line3_box_txt .index_line3_box_txt_line_com span {
	font-size: 14px;
}

.index_line3 .index_line3_box .index_line3_box_txt .index_line3_box_txt_line_com .index_line3_box_txt_line_com_li:hover {

	background: #ffffff;
	border: 1px solid #ffffff;
	color: #0075c1;
}

.index_line3 .index_line3_box .index_line3_box_txt .index_line3_box_txt_line_com .index_line3_box_txt_line_com_more {
	border-radius: 15px;
	width: 107px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fabe00;
	display: block;
	margin: auto;
	margin-top: 50px;
	color: #fabe00;
}

.index_line3 .index_line3_box .index_line3_box_txt .index_line3_box_txt_line_com .index_line3_box_txt_line_com_more:hover {

	border: 1px solid #fabe00;
	background: #fabe00;
	color: #ffffff;
}

.index_line3 .index_line3_box .index_line3_box_txt .index_line3_box_txt_ico {
	width: 70px;
	margin: auto;
}

.index_line3 .index_line3_box img {
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_line3 .index_line3_box:hover img {
	transform: scale(1.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_line3 .index_line3_box:hover .index_line3_box_txt_ico img {
	transform: scale(1);
}

.index_line3 .index_line3_left_bot_txt .index_line3_left_bot_ico {
	margin-top: 90px !important;
	margin-bottom: 20px;

}

.index_line3 .index_line3_right_li {
	width: 31.1%;
	margin-right: 3.333%;
}

.index_line3 .index_line3_right_li2 {
	margin-top: -50px !important;
}

.index_line3 .index_line3_right_li3 {
	margin-right: 0 !important;
}

.index_line3 .index_line3_right_li .index_line3_box_txt_ico {
	margin-top: 45% !important;
	height: 75px;
	transform: scale(1.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_line3 .index_line3_right_li:hover .index_line3_box_txt_ico {
	margin-top: 15% !important;
	opacity: 1;
	transform: scale(1.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	overflow: hidden;
}

.index_line3 .index_line3_right_li:hover .index_line3_box_txt_line h4 {
	color: #fabe00;
}

.index_line3 .index_line3_box .index_line3_box_txt h4 {
	margin-bottom: 20px;
	position: relative;
	margin-top: 10px;
	font-weight: 800;
	font-size: 20px;
	color: #ffffff;
	;
}

.index_line3 .index_line3_box .index_line3_box_txt h4:before {
	display: block;
	content: '';
	background: #FFFFFF;
	width: 30px;
	position: absolute;
	left: 50%;
	height: 2px;
	margin-left: -15px;
	bottom: -13px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_line3 .index_line3_box:hover .index_line3_box_txt h4:before {
	width: 80%;
	margin-left: -40%;
}

.index_line3 .index_line3_box .index_line3_box_txt h5 {
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
}

.index_line3 .index_line3_box .index_line3_box_txt h6 a {
	opacity: 0;
	color: #d44217;
	font-size: 20px;
	display: block;
	margin: auto;
	font-size: 40px;
	font-weight: 400;
	margin-top: 50px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_line3 .index_line3_box:hover .index_line3_box_txt h6 a {
	opacity: 1;
	color: #d44217;
	margin-top: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_line3 .index_line3_box:hover .index_line3_box_txt {
	background: #0075c1;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}


/*.index_line3 .index_line3_box:hover .index_line3_box_txt .index_line3_box_txt_ico,.index_line3 .index_line3_box:hover .index_line3_box_txt h5,.index_line3 .index_line3_box:hover h4:before{
	opacity: 0.5;
}*/


.index_line3 .index_line3_box .index_line3_box_txt h5,
.index_line3 .index_line3_box h4:before {
	opacity: 0.5;
}

/*第四屏开始*/

.index_line4 {
	background: url(/template/jjt/html/img/about4.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
}

.index_jj .index_jj_left_box a {
	text-align: center;
	display: block;
	width: 32%;
	margin-right: 1.33333%;
	float: left;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;

}

.index_jj .index_jj_left_box a:hover {
	background: #0075c1;
	color: #ffffff;
	border: 1px solid #0075c0;
}

.index_jj .index_jj_left_box {
	width: 100%;
	margin-top: 20px;
}

.index_line4 {
	position: relative;
}

.index_line4 .title-style {
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}

.index_line4 .title-style h2 {
	color: #fff;
}

.index_line4 .title-style .line {
	margin: 20px auto auto;
}

.index_line4 .title-style h6 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 20px 0;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	opacity: .6;
}

.index_line4 .about-item {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 84%;
	margin-left: -42%;
	height: 100%;
	z-index: 3;
}

.index_line4 .about-item .content {
	width: 100%;
	margin-top: 17%;
	height: 470px;
	/* border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(0, 0, 0, 0.2) */
}

.index_line4 .about-item .left {
	padding: 6% 3% 0 0;
	overflow: hidden;
	width: 45%;
	height: 100%;
	position: relative;
	text-align: left;
}

/* .index_line4 .about-item .left::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .3;
} */

.index_line4 .about-item .left .title {
	overflow: hidden;
}

.index_line4 .about-item .left .title h2 {
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	text-align: left;
}

.index_line4 .about-item .left .title h4 {
	font-size: 20px;
	margin: 10px 0;
	color: #fff;
}

.index_line4 .about-item .left .title .line {
	width: 80px;
	height: 4px;
	background: #fabe00;
	margin: 25px 0;
}

.index_line4 .about-item .left .text {
	font-size: 14px;
	line-height: 22px;
	color: #cae1f0 !important;
}

.index_line4 .about-item .left .text a {
	color: #fabe00;
}

.index_line4 .about-item .left .text a:hover {
	color: #f3d68f;
}

.index_line4 .about-item .left .play {
	display: inline-block;
	margin-top: 30px;
}

.index_line4 .about-item .left .play a {
	display: block;
	overflow: hidden;
	background: #fabe00;
	border: 1px solid #fabe00;
	padding: 15px 20px;
	font-size: 0;
}

.index_line4 .about-item .left .play i {
	width: 13px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url("/template/jjt/html/img/play.png") center no-repeat;
	background-size: 100%;
}

.index_line4 .about-item .left .play span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.index_line4 .about-item .left .play a:hover {
	background: #efd088;
	border: 1px solid #efd088;
}

.index_line4 .about-item .left .play a:hover span,
.index_line4 .about-item .left .play a:hover i {
	opacity: 1;
}

.index_line4 .about-item .right {
	overflow: hidden;
	width: 55%;
	height: 590px;
	margin-top: -60px;
	position: relative;
}

.index_line4 .index_jj_right_img img {
	width: 100%;
}

.index_line4 .index_jj_right_img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

/* .index_line4 .about-item .right::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	opacity: .3;
} */

.index_line4 .about-item .right .item {
	position: relative;
	float: left;
	height: 50%;
	width: 33.3333333%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.index_line4 .about-item .right .item:hover {
	background: #fabe00;
}

.index_line4 .about-item .right .item li {
	color: #fff;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	padding: 30% 0 0 10%;
	height: 80%;
}

.index_line4 .about-item .right .item li h2 {
	font-weight: normal;
	margin: 0;
}

.index_line4 .about-item .right .item li h2 strong {
	font-size: 42px;
	font-family: fantasy;
	font-weight: 400;
}

.index_line4 .about-item .right .item li h2 span {
	font-size: 18px;
	font-weight: normal;
	margin-left: 5px;
}

.index_line4 .about-item .right .item li h6 {
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	opacity: .7;
	letter-spacing: 3px;
}

.index_line4 .about-item .right .item .img img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}

.index_line4 .about-item .right .item::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .3;
}

.index_line4 .about-item .right .item:last-child::after,
.index_line4 .about-item .right .item:nth-child(3)::after {
	display: none;
}

.index_line4 .img {}

.index_line4 .img img {
	display: block;
	width: 100%;
	height: auto;
}


/*
党建开始*/

.index_dangjian {
	background: url(/template/jjt/html/img/about4.jpg);
	background-size: cover;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.index_dangjian .index_dangjian_box_right {
	background: url(/template/jjt/html/img/dj1.jpg);
	height: 600px;
	background-size: cover;
}

.index_dangjian .index_dangjian_box {
	margin-top: 12%;
	height: 60%;
}

.index_dangjian .index_dangjian_box_left {
	margin-top: 50px;
	height: 500px;
	background: #FFFFFF;
	margin-right: -50px;
	box-shadow: -8px 8px 0 1px rgb(0 0 0 / 23%);
	z-index: 2;
	position: absolute;
}

.index_dangjian .index_dangjian_box_left_box {
	width: 80%;
	margin: 50px auto;
	text-align: left;
}

.index_dangjian .index_dangjian_box_left_box h4 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 30px;
	overflow: hidden;
	height: 30px;
}

.index_dangjian .index_dangjian_box_left_box h4 span {
	display: block;
	height: 3px;
	width: 126px;
	background: #d44217;
	margin-left: 110px;
	margin-top: -12px;
}

.index_dangjian .index_dangjian_box_left_box p {
	color: #333333;
	font-size: 18px;
}

.index_dangjian .index_dangjian_box_left_li {
	text-align: center;
	margin-top: 35px;
}

.index_dangjian .index_dangjian_box_left_li a {
	width: 24%;
	float: left;
	margin-right: 1%;
	border: 1px solid #F1F1F1;
	padding: 12px 0;
}

.index_dangjian .index_dangjian_box_left_li a:hover {
	background: #fabe00;
}

.index_dangjian .index_dangjian_box_left_li i {
	display: block;
	margin: 10px auto;
	width: 80px;
	height: 80px;
	background-size: cover !important;
}

.index_dangjian .index_dangjian_box_left_li .index_dangjian_box_left_li1 {
	background: url(/template/jjt/html/img/d1.png);
}

.index_dangjian .index_dangjian_box_left_li .index_dangjian_box_left_li3 {
	background: url(/template/jjt/html/img/d2.png);
}

.index_dangjian .index_dangjian_box_left_li .index_dangjian_box_left_li2 {
	background: url(/template/jjt/html/img/d3.png);
}

.index_dangjian .index_dangjian_box_left_li .index_dangjian_box_left_li4 {
	background: url(/template/jjt/html/img/d4.png);
}

.index_dangjian .index_dangjian_box_left_li a:hover .index_dangjian_box_left_li1 {
	background: url(/template/jjt/html/img/d11.png);
}

.index_dangjian .index_dangjian_box_left_li a:hover .index_dangjian_box_left_li3 {
	background: url(/template/jjt/html/img/d22.png);
}

.index_dangjian .index_dangjian_box_left_li a:hover .index_dangjian_box_left_li2 {
	background: url(/template/jjt/html/img/d33.png);
}

.index_dangjian .index_dangjian_box_left_li a:hover .index_dangjian_box_left_li4 {
	background: url(/template/jjt/html/img/d44.png);
}

.index_dangjian .index_dangjian_box_left_li a:hover p {
	color: #FFFFFF;
}


/* 产业信息 */
.chanye {
	margin-top: 50px;
}

.chanye_left {
	background: #ffffff;
	overflow: hidden;
	padding: 28px 0;

	border: 1px solid #f1f1f1;
}

.chanye_left .chanye_left_map {}

.chanye_left .chanye_left_map ul li {
	position: absolute;
	width: 30px;
	height: 50px;
}

.chanye_left .chanye_left_map ul li span {
	opacity: 0;

	display: table;
	line-height: 30px;
	background: #957100;
	padding: 0 20px;
	border-radius: 15px;
	color: #ffffff;
	width: auto;
	overflow: hidden;
	margin-top: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.chanye_left .chanye_left_map ul li:hover span {
	display: table;
	margin-top: 0px;
	opacity: 1;
	height: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.chanye_left .chanye_left_map ul li:hover img {
	opacity: .7;
}

.chanye_left .chanye_left_map ul li img {
	width: 90%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.chanye_left .chanye_left_map .chanye_left_map_li1 {
	left: 414px;
	top: 74px;
}

.chanye_left .chanye_left_map .chanye_left_map_li2 {
	left: 308px;
	top: 102px;
}

.chanye_left .chanye_left_map .chanye_left_map_li3 {
	left: 250px;
	top: 150px;
}

.chanye_left .chanye_left_map .chanye_left_map_li4 {
	left: 337px;
	top: 315px;
}

.chanye_left .chanye_left_map .chanye_left_map_li5 {
	left: 200px;
	top: 270px;
}

.chanye_left .chanye_left_map .chanye_left_map_img {
	position: relative;
	z-index: 1;
}

.chanye_left .chanye_left_map .card-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.chanye_left .chanye_left_text {
	color: #333;
}

.chanye_left_text .card-body {
	animation: fade-in;
	animation-duration: 0.5s;
	-webkit-animation: fade-in 0.5s;
}

.chanye .chanye_right1_box {
	margin-bottom: 15px;
}

.up1,.bm1{
	text-align: left;
}
.chanye .chanye_right2 ul li p{
	margin-bottom: 4px !important;
}
/* 股票和大宗 */
/* 上涨 */
			.gp-a .gp_box_l {
				color: #ff6257;
			}

			.gp-a .icon-down {
				display: none;
			}


			/* 下跌 */
			.gp-k .gp_box_l {
				color: #60bf49;
			}

			.gp-k .icon-up {
				display: none;
			}


			/* 股价 */
			#zxghXxky,#zxghXbhj {
				font-size: 50px;
				font-family: fantasy;
				display: block;
				height: 70px;
				line-height: 70px;
			}

			.gp_box_l_gujia {
				text-align: right;
				height: 70px;
				    width: 120px;
			}

			/* 幅度 */
			.gp_box_l_fudu {
				margin-top: -10px;
				font-size: 16px;
				    text-align: right;
				font-family: fantasy;
				letter-spacing: 0;
			}

			/* 右侧股票信息 */
			.page_yewu_line1 .gp_box_r1{
				color: rgb(0 0 0 / 66%) !important;
			}
			.page_yewu_line1 .gp_box_r2{
				color: rgb(0 0 0 / 95%) !important;
			}
			.page_yewu_line1 .gp_box_r3{
				color: rgb(0 0 0 / 66%) !important;
			}
			.gp_box_r {
				margin-top: 8px;
				text-align: left;
				padding-left: 20px;
				border-left: 1px solid #eee;
			}

			.gp_box_r .gp_box_r1 {
			      margin-top: 5px;
			      color: rgb(0 0 0 / 40%);
			      font-size: 16px !important;
			      margin-bottom: 3px;
			      font-weight: 400;
			      height: 18px;
			      line-height: 18px;
			}

			.gp_box_r .gp_box_r2 {
				    color: rgb(0 0 0);
				    font-size: 18px !important;
				    letter-spacing: 2px;
				    margin-bottom: 3px;
				    font-weight: 400;
				    line-height: 18px;
				    height: 18px;
			}

			.gp_box_r .gp_box_r3 {
				      font-size: 16px !important;
				      color: rgb(0 0 0 / 40%);
				      margin-bottom: 0;
				      font-weight: 400;
			}
			/* 盒子 */
			.gp_box {
				color: #333;
				width: 100%;
			}
			.gp_box_l {
				width: ;
				padding-right: 20px;
				
			}
			
			/* 大宗商品 */
			.shares_r{
				margin-top: 20px;
				width: 100%;
			}
			.shares_r ul li p{
				width: 15%;
				display: block;
				float: left;
				text-align: left;
			}
			.shares_r ul li .up1,
			.shares_r ul li .bm1
			{
				width: 25% !important;
				text-align: right !important;
			}
			.shares_r ul li .up2,
			.shares_r ul li .bm2
			{
				width: 25%;
				text-align: right !important;
			}
			.shares_r ul li .up3,
			.shares_r ul li .bm3
			{
				width: 35%;
				text-align: right !important;
			}
			.shares_r ul li i{
				font-style: normal;
			}
			.shares_r ul li{
				list-style-type: none;
				position: relative;
				overflow: hidden;
			}

			.shares_r {
				color: #333;
			}

			.shares_r .up .icon-up {
				color: #ff6257;
			}

			.shares_r .bm .icon-down {
				color: #60bf49;
			}


/*投资企业*/

.guide-slider {
	width: 100%;
	margin: 5% auto;
	background: #fff;
	height: 500px;
	box-shadow: 0 0 23px 4px rgb(0 0 0 / 9%);
}

.guide-slider .guide {
	width: 20%;
	height: 500px;
	float: left;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	position: relative;
	overflow: hidden;
}

.guide-slider .guide .display {
	border-right: 1px solid #d5d5d5;
	width: 100%;
	height: 500px;
	text-align: center;
	float: left;
	position: relative;
	z-index: 2;
	background: #ffffff;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.guide-slider .guide .behind {
	width: 0;
}

.guide-slider .guide .display .icon {
	display: inline-block;
	width: 100%;
	height: 100px;
	margin-top: 95px;
	font-size: 85px;
	font-family: fantasy;
	background-image: url(/template/youse/wap/html/css/function.png);
	color: #fabe00;
	transition: all ease-in .3s;
}

.guide-slider .guide.on .display .icon {
	/*margin-top: 45px;*/
	transition: all ease-in .3s;
}

.guide-slider .on .display .icon {
	color: #FFFFFF;
}

.guide-slider .guide .display .icon.icon1 {
	background-position: -592px 0;
}

.guide-slider .guide .display .icon.icon2 {
	background-position: 0 0;
}

.guide-slider .guide .display .icon.icon3 {
	background-position: -296px 0;
}

.guide-slider .guide .display .icon.icon4 {
	background-position: -444px 0;
}

.guide-slider .guide .display .icon.icon5 {
	background-position: -518px 0;
}

.guide-slider .guide .display .title {
	font-size: 22px;
	color: #000000;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.guide-slider .guide .display .introduction {
	border-top: 1px solid #ddd;
	width: 70%;
	letter-spacing: 1px;
	margin: 0 auto;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
}

.guide-slider .guide .display::after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
	border-width: 10px 15px;
	top: 100%;
	margin-top: 0;
	right: -1px;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.guide-slider .guide .behind {
	width: 60%;
	height: 500px;
	display: inline-block;
	border-right: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.guide-slider .guide .behind .function-list-wrap {
	width: 90%;
	margin: 0 auto;
}

.guide-slider .guide .behind .function-list {
	margin-right: -10px;
	margin-top: 27px;
}

.guide-slider .guide .behind .function-list>li {
	float: left;
	width: 100%;
	padding-right: 10px;
}

.guide-slider .guide .behind .function-list>li>a {
	display: block;
	border: 1px solid #f1f1f1;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 18px;
	color: #333333;
}

.guide-slider .guide .behind .function-list>li>a:hover {
	text-decoration: none;
	border: 1px solid #fabe00;
	background: #fabe00;
	color: #ffffff;
}

.guide-slider .guide .behind .function-list>li>a.important {
	color: #f58914;
}

.guide-slider .guide .behind .function-list>li>a.important:hover {
	border: 1px solid #f58914;
	background: #f58914;
	color: #ffffff;
}

.guide-slider .guide.on {
	width: 40%;
}

.guide-slider .guide.on .display {
	background: #666666;
	width: 40% !important;
	border-right-color: transparent;
}

.guide-slider .guide.on .behind {
	width: 60% !important;
}

.guide-slider .guide.on .display .title {
	color: #fff;
}

.guide-slider .guide.on .display .introduction {
	color: #fff;
}

.guide-slider .guide.on .display::after {
	top: 50%;
	margin-top: -5px;
}

.guide-slider .guide.on .display .icon.icon1 {
	background-position: -74px 0;
}

.guide-slider .guide.on .display .icon.icon2 {
	background-position: -148px 0;
}

.guide-slider .guide.on .display .icon.icon3 {
	background-position: -222px 0;
}

.guide-slider .guide.on .display .icon.icon4 {
	background-position: -370px 0;
}

.guide-slider .guide.on .display .icon.icon5 {
	background-position: -666px 0;
}

.guide-slider .qiye_more a {
	display: block;
	text-align: center;
	margin-top: 100px;
	opacity: 0;
	color: #ff8d55;
	font-size: 50px;
}

.guide-slider .guide.on .qiye_more a {
	margin-top: 10px;
	opacity: 1;
}


/*第二个投资企业*/

.footer,
.footer a {
	text-align: center;
	color: #949494;
	font-size: 14px;
	line-height: 26px;
}

.footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(0 0 0 / 18%);
}


/*
方案样式*/

.fa_body button:hover {
	color: #FFFFFF;
	background: #fabe00;
	border: 1px solid #fabe00 !important;
}

.fa_body button {
	margin-right: 15px;
	font-size: 14px;
	padding: 3px 15px;
}

.fa_body {
	text-align: left;
	height: 100vh;
	overflow: hidden;
	background-position: center;
	background: url(/template/youse/wap/html/faimg/fa.jpg);
}

.fa_body_box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: rgb(0 0 0 / 60%);
}

.button:active {
	opacity: 1 !important;
}

.fa_body_box_tit {
	margin-top: 5vh;
}

.fa_body_box_tit h4 {
	font-size: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 45px;
}

.fa_body_box_tit h5 {
	font-size: 30px;
}

.dialog-content {
	display: block !important;
}

.index_dialog .icon-danger-bg {
	font-size: 40px;
	color: #333333;
	width: 40px;
	height: 40px;
}

.index_dialog .icon-danger-bg:hover {
	color: #000000;
}

.index_dialog .dialog-text {
	/* 	height: 600px; */
	width: 100%;
	border: none;
	background: none;
	padding: 0 !important;
}

.index_dialog .dialog-confirm {
	background: none;
}

.dialog-body iframe {
	border: 0;
}

.dialog-confirm {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
	width: 30px !important;
	height: 30px;
	padding: 0 !important;
	line-height: 30px;
	text-align: center;
}

.dialog-body {
	margin-top: 0 !important;
}

.fa_line {
	text-align: left;
}

.fa_line h4 {
	margin: 20px 0 15px !important;
}

.fa_line1 {}

.fa_line p {
	margin-bottom: 0px !important;
	margin-top: 0px;
	font-size: 14px;
	line-height: 20x;
}

.fa_line p button {
	padding: 1px 8px !important;
	margin-left: 5px;
}

.index_line5 {

	background-size: cover !important;
	width: 100%;
	background:#eee;
	height: 100%;
	background-position: center;
}



.index_line5 .index_line5_box .index_line5_left {}

.index_line5 .index_line5_box .index_line5_left h4 {
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #333333;
	margin-bottom: 14px;
}

.index_line5 .index_line5_box .index_line5_left ul li a {
	font-size: 16px;
	font-weight: 400;
}

.index_line5 .index_line5_box .index_line5_left ul li {
	list-style-type: none;
}

.foot_nei .index_line5_box {
	padding-top: 0 !important;
}

.index_line5 .index_line5_box {
	text-align: left;
	padding-top: 20%;
}

.index_line5 .index_line5_box .index_line5_r_wx {
	text-align: center;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.index_line5 .index_line5_box .index_line5_r_wx img {
	width: 60%;
	display: block;
	margin: auto;
}

.index_line5 .index_line5_box .index_line5_r_wx p {
	color: #000;
}

.index_line5 .index_line5_box .index_line5_r_link img {
	width: 12%;
	margin-right: 3%;
	float: left;
}

.index_line5 .index_line5_r_link a {
	display: block;
	overflow: hidden;
}

.index_line5 .index_line5_box a>div {
	position: relative;
	overflow: hidden;
}

.index_line5 .index_line5_box a>div span {
	display: block;
	height: 20px;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	right: 0;
	width: 85%;
}

.index_line5 .index_line5_box .index_line5_r_link {
	font: 16px;
	color: #333333;
}

.index_line5 .index_line5_box .index_line5_r_link .index_line5_r_link1 {
	margin-bottom: 15px;
	overflow: hidden;
}

.index_line5_bot {
	margin-top: 20px;
}

.index_line5_bot .index_line5_bot_tit {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.index_line5_bot_txt{
	text-align: center;
}
.index_line5_bot .index_line5_bot_tit a {
	display: inline-block;
	    /* float: left; */
	    margin-right: 10px;
	    font-weight: 400;
	    font-size: 14px;
	    color: #999;
}

.index_line5_bot p,
.index_line5_bot a {
	margin-bottom: 0;
	font-size: 14px;
	color: #999;
}

.foot_nei {
	padding-top: 10px;
}

.foot_nei .index_line5_box {
	position: relative !important;
	height: 150px;
	top: 0 !important;
	position: absolute;
	left: 0 !important;
	margin-left: 0 !important;
	margin: auto !important;

}

.flip>.flip-body>.flip-item {
	width: 100% !important;
}

.rightFix {
	width: 48px;
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 99;
}

.rightFix .ico {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	transition: all ease 300ms;
	margin-top: 1px;
	padding: 0px;
	border-radius: 48px;
	border: 1px solid #eee;
	margin-bottom: 5px;
	background: #fff url(../img/fix-ico.png) no-repeat center 0;
	cursor: pointer;
}

.rightFix .ico img {
	width: 120px;
	height: 120px;
	position: absolute;
	left: -78px;
	top: 0;
	padding: 3px;
	background: #c7023a;
	border: 1px solid #c7023a;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
	border-radius: 10px;
}

.rightFix .ico .ftel {
	width: 0%;
	text-align: center;
	height: 266px;
	line-height: 48px;
	position: fixed;
	left: -78px;
	bottom: 122px;
	right: 4% !important;
	background: #fff;
	color: #fff;
	display: block;
	left: auto !important;
	font-weight: bold;
	font-size: 18px;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
	/* border-radius: 48px; */
}

.rightFix .ico .ftel {
	background: #FFFFFF;
	box-shadow: 0 6px 15px rgb(0 0 0 / 30%);
	overflow: hidden;
	width: 0;
}

.rightFix .ico:hover {
	background-color: #0075c2;
	border-color: #0075c2;
	overflow: visible;
}

.rightFix .ico:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -140px;
}

.rightFix .ico:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -215px;
}

.rightFix .fix-tel {
	background-position: 10px 12px;
}

.rightFix .fix-tel:hover {
	background-position: -33px 12px;
}

.rightFix .fix-qq {
	background-position: 10px -40px;
}

.rightFix .fix-qq:hover {
	background-position: -33px -40px;
}

.rightFix .fix-ewm {
	background-position: 10px -96px;
}

.rightFix .fix-ewm:hover {
	background-position: -33px -96px;
}

.rightFix .fix_top {
	background-position: 10px -150px;
}

.rightFix .fix_top:hover {
	background-position: -33px -150px;
}

.rightFix .fix-form {
	background-position: 10px -234px;
}

.rightFix .fix-form span {
	font-size: 14px;
	line-height: 23px;
	width: 180px;
}

.rightFix .fix-form:hover {
	background-position: -37px -234px;
}

.rightFix .qq {
	background-position: 10px -192px;
}

.rightFix .qq:hover {
	background-position: -33px -192px;
}

.rightFix .fix-tel1 {
	background-position: 10px -234px;
}

.rightFix .fix-tel1:hover {
	background-position: -36px -234px;
}

.rightFix .fix-tel1:hover .ftel {
	width: 96% !important;
}

.rightFix .fix-kf {
	background-position: 10px -41px;
}

.rightFix .fix-kf:hover {
	background-position: -33px -41px;
}

.index_zhanqun .index_zhanqun_li a {
	font-size: 16px;
	line-height: 2.35;
	font-weight: 400;
	display: block;
	text-indent: 1em;
	position: relative;
	text-align: left;
}

.index_zhanqun .index_zhanqun_li a::before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #D0A237;
	top: 16px;
	left: 0;
}

.index_zhanqun .index_zhanqun_li {
	padding: 50px;

	text-align: center;
	border-right: 1px solid #f1f1f1;
}

.index_zhanqun_li4 {
	background: #0069bc;
	color: #ffffff;
	height: 100%;
}

.index_zhanqun_li4 h4 {
	margin-top: 30px;
	font-size: 22px;
	font-weight: 800;
}

.index_zhanqun_li4_sou input,
.index_zhanqun_li4_sou input {
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	background: #fabe00;
	width: 90%;
	text-indent: 1em;
}

.index_zhanqun_li4_sou p {
	font-size: 14px;
	margin-bottom: 50px;
}

.wrap {
	border: 3px solid #f00;
	width: 600px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.wrap ul {
	overflow: hidden;
	position: absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height: 1px;
}

.wrap ul li {
	float: left;
	width: 200px;
}

/* 内页banner */
.nei_banner {
	background-size: cover !important;
	height: 90px;
	position: relative;
	width: 100%;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.nei_banner_mid {
	height: 90px;
	position: relative;
}

.nei_banner_txt {
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 0;
	text-align: left;
}

.nei_banner_txt h5 {
	font-size: 50px !important;
	text-transform: uppercase;
	color: rgb(255 255 255 / 48%);
	margin-top: 140px;
	position: relative;

}

.nei_banner_txt h2::after {
	display: block;
	content: '';
	position: absolute;
	width: 3px;
	height: 16px;
	background: #f9be00;
	/* top: 86px; */
	bottom: -19px;
	left: 1px;
}

.nei_banner_txt h2 {
	font-size: 18px;
	/* margin-top: 62px; */
	letter-spacing: 8px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}

.nei_banner_bak {
	display: block;
	width: 50px;
	height: 3.125rem;
	color: #fff;
	font-weight: 100;
	position: absolute;
	top: 10px;
	text-align: left;
	left: 10px;
	font-size: 18px;
	margin-top: -8px;
}

.top100 {
	height: 100px;
	width: 100%;
}

.snav {
	height: 65px;
	width: 100%;
	border-bottom: 1px solid #0075c2;
}

.snav .snav_box {
	text-align: left;
	line-height: 65px;
	color: #333333;
}

.nei_banner .snav_box_weizhi i {
	margin-top: 0 !important;
}

.nei_banner .snav_box_weizhi a {
	margin: auto 5px;
	color: #fff;
}

.nei_banner .snav_box_weizhi {
	font-size: 0.75rem;
}

.snav .snav_box .snav_box_erji .active {
	background: #0075c2;
	color: #FFFFFF;
}

.snav .snav_box_erji a {
	display: block;
	float: left;
	padding: 0 30px;
}

.pub_width_84 {
	width: 84%;
}

.max1270 {
	max-width: 1270px;
}

/* 内页banner */
.list_new {
	margin: 20px 0;
}

.list_new .list_new_li {
	border-radius: 5px;
	overflow: hidden;
	background: #FFFFFF;
	height: 200px;
	margin-bottom: 30px;

	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;

}

.list_new .list_new_li:hover {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 1px 2px 15px 0px rgb(0 0 0 / 43%);
}

.list_new .list_new_li .list_new_li_img {
	border-radius: 5px;
	float: left;
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.list_new .list_new_li:hover .list_new_li_img img {
	transform: scale(1.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_new .list_new_li .list_new_li_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	width: 100%;
	min-height: 200px;
}

.list_new .list_new_li .list_new_li_txt {
	float: right;
	text-align: left;
	padding-left: 60px;
}

.list_new .list_new_li .list_new_li_txt .list_new_li_txt_tit {
	font-size: 18px;
	color: #333333;
	font-weight: 800;
	margin-top: 30px;
}

.list_new .list_new_li:hover .list_new_li_txt .list_new_li_txt_tit {
	color: #0069bc;
}

.list_new .list_new_li .list_new_li_txt .list_new_li_txt_date {
	margin-bottom: 20px;
}

.list_new .list_new_li .list_new_li_txt_more {
	border: 1px solid #999;
	line-height: 36px;
	height: 36px;
	width: 150px;
	text-align: center;
	margin-top: 20px;
	color: #999;
}

.list_new .list_new_li:hover .list_new_li_txt_more {
	border: 1px solid #fabe00;
	background: #fabe00;
	color: #fff;
}

.list_new .list_new_li .list_new_li_txt_xiazai {
	border: 1px solid #999;
	line-height: 36px;
	height: 36px;
	width: 150px;
	text-align: center;
	margin-top: 20px;
	color: #999;
}

.list_new .list_new_li:hover .list_new_li_txt_xiazai {
	border: 1px solid #fabe00;

	color: #fabe00;
}

.list_new .list_new_li .time1 {
	font-size: 64px;
	font-family: fantasy;
	font-weight: 400;
	text-align: center;
	color: #666;
	line-height: 50px;
	margin-top: 60px;
}

.list_new .list_new_li .time2 {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	text-align: center;
}

.list_new .list_new_li .list_new_li_txt .list_new_li_txt_info {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.list_new_gonggao {}

.list_new_gonggao .list_new_li .list_new_li_txt_more,
.list_new_gonggao .list_new_li .list_new_li_txt_xiazai {
	margin-top: 10px !important;
}

.list_new_gonggao .list_new_li {
	height: 140px !important;
}

.list_new_gonggao .list_new_li .time1 {

	margin-top: 35px !important;
}

.list_new_jiazai,
.list_new_jiazai .list_new_more_none {
	position: relative;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	color: #666666;
}

.list_new_jiazai .list_new_more {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 0;
	line-height: 60px;
	z-index: 2;
}

.list_new .list_new_more {
	cursor: pointer;
	line-height: 60px;
	background: #F1F1F1;
	text-align: center;
	font-size: 18px;
	color: #333333;
	border-radius: 5px;
	margin-bottom: 30px;
}

.list_new .list_new_more:hover {
	background: #c23630;
	color: #FFFFFF;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.nei_body1 {
	background: #f7f7f7;
	position: relative;
	overflow: hidden;
}

@keyframes fadeintm {
	0% {
		opacity: .2;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: .2;
	}
}

@keyframes mymove {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}

}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

/* 业务架构 */
.page_jiagou .page_jiagou_top {
	text-align: left;
	color: #333333;
	overflow: hidden;
}

.page_jiagou {
	margin: 50px auto 40px;
	position: relative;
	overflow: hidden;
}

.page_jiagou .page_jiagou_top .page_jiagou_top_img img {
	width: 100px;
	opacity: .4;
}

.page_jiagou .page_jiagou_top .page_jiagou_top_img {
	text-align: center;
}

.page_jiagou .page_jiagou_top .page_jiagou_top_txt h3 {
	font-size: 20px !important;
	margin-bottom: 0;
	padding-left: 0.625rem;
	color: #000;
	display: inline-block;
	margin-top: 10px;
}

.page_jiagou .page_jiagou_top .page_jiagou_top_txt h4 {
	color: #d6d6d6;
	padding-left: 0.625rem;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 0;
	letter-spacing: 3px;
}

.page_jiagou .page_jiagou_top .page_jiagou_top_txt h5 {
	font-size: 15px;
	color: #000;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;

}

.page_jiagou .page_jiagou_top .page_jiagou_top_txt .page_jiagou_top_txt_tit {
	position: relative;
	overflow: hidden;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

.page_jiagou .page_jiagou_top .page_jiagou_top_txt .page_jiagou_top_txt_tit::before {
	display: block;
	content: "";
	height: 4px;
	width: 620px;
	background: #ededed;
	bottom: 0;
	position: absolute;
	z-index: 3;

}

.page_jiagou .page_jiagou_top .page_jiagou_top_txt .page_jiagou_top_txt_info {
	font-size: 13px;
	color: #666;
	margin-bottom: 0;
	line-height: 1.2;
}

.page_bankuai {
	background: #e8dfc8;
	padding: 100px 0;
	width: 100%;
}

.page_bankuai .page_bankuai_box {
	overflow: hidden;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_body {
	width: 98%;
	background: #FFFFFF;
	height: 420px;
	overflow: hidden;
	padding-left: 30px;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.page_bankuai .page_bankuai_box_li:hover .page_bankuai_box_li_body {
	background: #3e3e3e;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;

}

.page_bankuai .page_bankuai_box_li {
	text-align: left;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_tit .page_bankuai_box_li_tit_cn {
	font-size: 20px;
	color: #333333;
	line-height: 20px;
}

.page_bankuai .page_bankuai_box_li:hover .page_bankuai_box_li_tit .page_bankuai_box_li_tit_cn {
	font-size: 20px;
	color: #FFFFFF;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_tit {
	margin: 20px 0 40px 0;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_tit .page_bankuai_box_li_tit_en {
	font-size: 12px;
	color: #dad4c8;
	text-transform: uppercase;
}

.page_bankuai .page_bankuai_box_li:hover .page_bankuai_box_li_tit .page_bankuai_box_li_tit_en {
	color: #deceb1;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_img,
.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_img img {
	height: 57px;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_img {
	margin-top: 95px;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.page_bankuai .page_bankuai_box_li:hover .page_bankuai_box_li_img {
	margin-top: 65px;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.page_bankuai .page_bankuai_box_li .ico_jin {
	display: block;
	opacity: 0.8;
}

.page_bankuai .page_bankuai_box_li .ico_bai {
	display: none;
}

.page_bankuai .page_bankuai_box_li:hover .ico_jin {
	display: none !important;
}

.page_bankuai .page_bankuai_box_li:hover .ico_bai {
	display: block !important;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_txt {
	font-size: 14px;

	padding-right: 40px;
	color: #7f786b;
	line-height: 20px;
}

.page_bankuai .page_bankuai_box_li:hover .page_bankuai_box_li_txt {
	color: #e2e2e2;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_more {
	position: relative;
	cursor: pointer;
}

.page_bankuai .page_bankuai_box_li .page_bankuai_box_li_more .page_bankuai_box_li_more_img {
	position: absolute;
	left: -100px;
	top: 30px;
}

.page_bankuai .page_bankuai_box_li:hover .page_bankuai_box_li_more .page_bankuai_box_li_more_img {
	position: absolute;
	left: 0;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

.art_jiagou .h3 {
	position: relative;
	z-index: 2;
}

.art_jiagou .page_jiagou_top_txt h4 {
	margin: -84px 0 0 0 !important;
	letter-spacing: 0px !important;
	font-size: 71px !important;
	color: #f3f3f3 !important;
}

.art_jiagou .page_jiagou_top_txt h3 {
	z-index: 2;
	position: relative;
	margin-top: 42px;
}

.art_jiagou .page_jiagou_top_txt h3::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #f34231;
	right: -10px;
	top: 0;
}

.page_jiagou_info {}

.pub_art_body p {
	margin-bottom: 0 !important;
	line-height: 2;
}
.pub_art_body video{
	width: 100% !important;
	height: auto !important;
}
.pub_art_body {
	background: #f7f8fa;
	padding: 8px;
}

.pub_art_body img {
	width: 100%;
	display: block;
	height: auto !important;
	margin: 20px auto;
}

.pub_art_body p {
	text-align: justify;
}

.pub_art_body {
	margin-bottom: 50px;
	font-size: 16px;
	text-align: left;
	color: #333333;
	line-height: 36px;
}

.art_jiagou .art_ico1 {
	overflow: hidden;
	margin-top: 28px;
	height: 50px;
	width: 100%;
	text-align: right;
	background: url(/template/jjt/html/img/art_ico1.png) no-repeat;
}

.art_jiagou .art_ico1 a.active {
	display: none;
}

.art_jiagou .art_ico1 a {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 800;
	color: #333333;
	line-height: 50px;
}

.art_jiagou .art_ico1 a:hover {
	color: #0075c2;
}

.nei_body2 {
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.page_jiagou_info {
	padding: 50px 0;
	background: #f5f5f5;
}

.list_qiye {
	margin-left: -1%;
	color: #323333;
}

.list_qiye .list_qiye_li {
	width: 49%;
	float: left;
	margin-left: 1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.list_qiye .list_qiye_li,
.list_qiye .list_qiye_li .list_qiye_li_img,
.list_qiye .list_qiye_li .list_qiye_li_zhezhao {
	height: 380px;
}

.list_qiye .list_qiye_li .list_qiye_li_txt_logo img {
	width: 100%;
}

.list_qiye .list_qiye_li .list_qiye_li_txt_logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: auto;
	z-index: 3;
	overflow: hidden;
	margin-bottom: 30px;
	opacity: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_txt_logo {
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

}

.list_qiye .list_qiye_li .list_qiye_li_img img {
	width: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_img img {
	width: 100%;
	transform: scale(1.1);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li .list_qiye_li_zhezhao {
	background: rgb(0 0 0 / 40%);
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_zhezhao {
	background: rgb(0 0 0 / 80%);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li .list_qiye_li_txt {
	top: 115px;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_txt {
	top: 100px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li .list_qiye_li_txt h4 {
	position: relative;
	color: #FFFFFF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_txt h4 {
	margin-top: -100px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li .list_qiye_li_txt h4::before {
	display: block;
	position: absolute;
	content: "";
	bottom: -10px;
	height: 2px;
	background: #0075c2;
	width: 0;
	left: 50%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_txt h4::before {
	display: block;
	position: absolute;
	content: "";
	bottom: -23px;
	width: 10%;
	left: 45%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.list_qiye .list_qiye_li .list_qiye_li_txt_info {
	opacity: 0;
	font-size: 14px;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_txt_info {
	opacity: 1;
	color: #a9a9a9;
	width: 90%;
	margin: auto;
	padding: 20px 0;
}

.list_qiye .list_qiye_li .list_qiye_li_txt_more {
	opacity: 0;
	font-size: 14px;
	text-align: center;
}

.list_qiye .list_qiye_li:hover .list_qiye_li_txt_more {
	opacity: 1;
	font-size: 35px;
	color: #e64338;
	font-weight: 100;
	line-height: 35px;
}


#card_bankuai .card-head-nav li {

	display: inline-flex;
	margin: 0 20px;
	position: relative;
}

#card_bankuai .card-head-nav .active::before {
	position: absolute;
	content: "";
	bottom: -4px;
	width: 100%;
	height: 4px;
	background: #0075c2;
}

#card_bankuai .card-head-nav .active a {
	color: #333333;
	font-weight: 800;
}

#card_bankuai .card-head-nav li a {
	font-size: 30px;
	padding: 0;
	color: #666666;
	font-weight: 800;
}

#card_bankuai .card-head-nav {
	display: block;
	width: 700px;
	margin: 0 auto 37px auto;
	border-bottom: 4px solid #f1f1f1;
}

.page_jiagou_line1 {
	padding: 80px 0 100px;
}

.page_qy {
	padding: 30px 0;
	overflow: hidden;
}

.pub_shaixuan {
	background: #FFFFFF;
	text-align: left;
	margin-bottom: 30px;
	height: 60px;
}

.pub_shaixuan,
.pub_shaixuan a {
	line-height: 30px;
	font-size: 16px;
}

.pub_shaixuan .pub_shaixuan_left .pub_shaixuan_left_1 {
	background: #dfdace;
	color: #333333;
	text-align: center;
	padding-top: 15px;
	height: 60px;
}

.pub_shaixuan .pub_shaixuan_left .pub_shaixuan_left_2 a {
	color: #333333;
	font-size: 16px;
	display: block;
	padding: 0 15px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}

.pub_shaixuan .pub_shaixuan_left .pub_shaixuan_left_2 a.current,
.pub_shaixuan .pub_shaixuan_left .pub_shaixuan_left_2 a:hover {
	background: #0075c2;
	color: #FFFFFF;
	border-radius: 38px;
}

.pub_shaixuan .pub_shaixuan_right form input {
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	background: #dfdace;
	border: none;
	margin-top: 14px;
	text-indent: 1em;
	font-size: 14px;
	font-size: 0.875rem;
	color: #333333;
}

.pub_shaixuan .pub_shaixuan_right form button {
	width: 70px;
	height: 30px;
	line-height: 30px;
	margin-left: -20px;
	background: #0075c2;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
	border-radius: 0 20px 20px 0;
}

.pub_shaixuan .pub_shaixuan_right form {
	float: right;
	margin-right: 17px;
}

.div_h_100 {
	width: 100%;
	overflow: hidden;
	height: 100px;
}

.art_body .art_body_top {
	    margin-top: 70px;
	    FONT-WEIGHT: 600;
	    text-align: left;
}

.art_body .art_body_top .art_body_date {
	color: #0075c2;
}

.art_body .art_body_top .art_body_tit h1 {
	    color: #333333;
	    padding-bottom: 15px;
	    line-height: 1.5;
	    display: inline-block;
	    font-size: 16px;
	    font-weight: 400;
	    letter-spacing: 1px;
	    margin-bottom: 10px;
	    border-bottom: 4px solid #0075c2;
}

.art_body .art_body_top .art_body_info,
.art_body .art_body_top .art_body_info a {
	color: #666666;
	font-size: 14px;
}

.art_body .art_body_top .art_body_info a:hover {
	color: #0075c2;
}

.art_body .art_body_top .art_body_info {
	color: #999;
	    font-size: 13px;
	    margin-bottom: 20px;
	    border-top: 4px solid #e0e0e0;
	    padding-bottom: 10px;
	    margin-top: -14px;
	    letter-spacing: 1px;
	    padding-top: 10px;
	    font-weight: 400;
}

.pub_art_shangxia {
	margin: 50px 0;
	line-height: 30px;
	padding: 25px 0;
	background: #f7f8fa;
	color: #727b82;
	overflow: hidden;
}

.pub_art_shangxia .pub_art_shangxia_l .ico {
	background-position: 0% center;
	border-right: 1px solid #e4e6e5;
	text-align: center;
}

.pub_art_shangxia .x6 {}

.pub_art_shangxia .x6:hover ico,
.pub_art_shangxia .x6:hover a,
.pub_art_shangxia .x6:hover {
	color: #0075c2;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.pub_art_shangxia .pub_art_shangxia_r .ico {
	background-position: 0% center;
	border-left: 1px solid #e4e6e5;
}

.pub_art_shangxia .pub_art_shangxia_l .x10 {
	text-align: left;
	padding-left: 20px;
}

.pub_art_shangxia .pub_art_shangxia_r .x10 {
	text-align: right;
	padding-right: 20px;
}

/* 人才理念 */
.page_rencai {
	position: relative;
	height: 930px;
	margin: 100px 0;
	overflow: hidden;
}

.page_rencai .page_rencai_bg {
	position: relative;
	float: left;
	z-index: 1;
	height: 930px;
	text-align: left;
	overflow: hidden;
	width: 60%;
}

.page_rencai .page_rencai_body {
	position: absolute;
	width: 85%;
	right: 0;
	top: 100px;
	z-index: 12;
	height: 730px;
	overflow: hidden;
}

.page_rencai .page_rencai_body img {
	display: block;
	float: right;
}

.page_rencai_body_txt {
	position: absolute;
	width: 80%;
	color: #333333;
	top: 50px;
	left: 50px;
	text-align: left;
	height: 800px;
	overflow: hidden;
}

.page_rencai_body_txt p {
	margin-bottom: 0 !important;
	line-height: 1.5;
}

.page_rencai_body .page_rencai_tit .page_rencai_tit_en {
	font-size: 26px;
	font-weight: 400;
	color: #999999;
}

.page_rencai_body .page_rencai_tit .page_rencai_tit_cn {
	font-size: 36px;
	font-weight: 800;
	color: #333333;
	position: relative;
}

.page_rencai_body .page_rencai_tit .page_rencai_tit_cn::before {
	display: block;
	content: "";
	position: absolute;
	top: 0px;
	width: 100px;
	height: 5px;
	background: #0075c2;
}

.page_rencai_body .page_rencai_tit {
	margin-bottom: 30px;
}

.page_rencai_body_txt_box strong::before {
	display: block;
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #0075c2;
}

.page_rencai_body_txt_box strong {
	position: relative;
	/* text-indent: 1rem; */
	padding-left: 12px;
}

.list_zhiye .list_zhiye_li_img {
	width: 710px;
	height: 430px;
	overflow: hidden;
}

.list_zhiye .list_zhiye_li_img img {
	width: 100%;
	min-height: 430px;
}

.list_zhiye .list_zhiye_li_txt {
	width: 505px;
	text-align: left;

	padding-top: 100px;
	color: #333333;
}

.list_zhiye .list_zhiye_li_txt h3 {
	font-weight: 800;
	color: #333333;
	font-size: 21px;
	margin-bottom: 50px;
}

.list_zhiye .list_zhiye_li_txt_info {
	background: #e9e5db;
	padding: 30px;
	position: relative;
	border-radius: 0 81px;
}

.list_zhiye .list_zhiye_li_txt_info .list_zhiye_li_img_ico1 {
	position: absolute;
	left: 34px;
	width: 30px;
	height: 30px;
	top: -15px;
}

.list_zhiye .list_zhiye_li_txt_info .list_zhiye_li_img_ico2 {
	position: absolute;
	right: 34px;
	width: 30px;
	height: 30px;
	bottom: -15px;
}

.list_zhiye .list_zhiye_line {
	padding: 100px 0;
}

.list_zhiye .list_zhiye_line1 .list_zhiye_li_img,
.list_zhiye .list_zhiye_line3 .list_zhiye_li_img,
.list_zhiye .list_zhiye_line5 .list_zhiye_li_img,
.list_zhiye .list_zhiye_line7 .list_zhiye_li_img {
	float: left;
}

.list_zhiye .list_zhiye_line1 .list_zhiye_li_txt,
.list_zhiye .list_zhiye_line3 .list_zhiye_li_txt,
.list_zhiye .list_zhiye_line5 .list_zhiye_li_txt,
.list_zhiye .list_zhiye_line7 .list_zhiye_li_txt {
	float: right;
}

.list_zhiye .list_zhiye_line2 .list_zhiye_li_img,
.list_zhiye .list_zhiye_line4 .list_zhiye_li_img,
.list_zhiye .list_zhiye_line6 .list_zhiye_li_img,
.list_zhiye .list_zhiye_line8 .list_zhiye_li_img {
	float: right;
}

.list_zhiye .list_zhiye_line2 .list_zhiye_li_txt,
.list_zhiye .list_zhiye_line4 .list_zhiye_li_txt,
.list_zhiye .list_zhiye_line6 .list_zhiye_li_txt,
.list_zhiye list_zhiye_line8 .list_zhiye_li_txt {
	float: left;
}

.list_zhiye .list_zhiye_line2,
.list_zhiye .list_zhiye_line4,
.list_zhiye .list_zhiye_line6,
.list_zhiye .list_zhiye_line8 {
	background: #f6f8fb;
}


/* 人才招聘 */

.page_zhaopin .page_zhaopin_shaixuan {
	background: #FFFFFF;
	text-align: left;
	height: 30px;
}

.page_zhaopin .page_zhaopin_shaixuan,
.page_zhaopin .page_zhaopin_shaixuan a {
	line-height: 30px;
	font-size: 14px;
}

.page_zhaopin .page_zhaopin_shaixuan .pub_shaixuan_left .pub_shaixuan_left_1 {
	color: #333333;
	text-align: center;
	height: 30px;
}

.page_zhaopin .page_zhaopin_shaixuan .pub_shaixuan_left .pub_shaixuan_left_2 a {
	color: #333333;
	margin-top: 3px;
	font-size: 14px;
	display: block;
	padding: 0 15px;
	float: left;
	margin-left: 5px;
	line-height: 24px;
}

.page_zhaopin .page_zhaopin_shaixuan .pub_shaixuan_left .pub_shaixuan_left_2 a.current,
.page_zhaopin .page_zhaopin_shaixuan .pub_shaixuan_left .pub_shaixuan_left_2 a:hover {
	background: #0075c2;
	color: #FFFFFF;
	border-radius: 38px;
}

.page_zhaopin .zhiwei_sousuo {
	width: 100%;
	    background: #FFFFFF;
	    overflow: hidden;
	    padding: 10px;

}

.page_zhaopin .zhiwei_sousuo form input {
	height: 40px;
	line-height: 40px;
	background: #F1F1F1;
	border: 1px solid #dcdcdc;
	/* margin-top: 14px; */
	text-indent: 1em;
	font-size: 14px;
	font-size: 0.875rem;
	color: #333333;
	width: 75%;
	float: left;
}

.page_zhaopin .zhiwei_sousuo form button {
	width: 70px;
	background: #0075c2;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
	height: 40px;
	line-height: 40px;
	width: 25%;
}

.page_zhaopin .zhiwei_sousuo form {
	float: left;
	margin:10px 0;
	width: 100%;

}

.page_zhaopin .page_zhaopin_top {
	background: #FFFFFF;
	border-radius: 5px;
	/* padding: 30px 0; */
}

.page_zhaopin .page_zhaopin_top h3 {
	color: #333;
	text-align: left;
	/* text-indent: 1em; */
	padding-left: 20px;
}

.page_zhaopin .page_zhaopin_list {
	background: #FFFFFF;
	border-radius: 5px;
	margin: 10px 0;
}

.page_zhaopin_list {
	color: #333333;

}

.page_zhaopin_list .page_zhaopin_list_li {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px dashed #e0e0e0;
}

.page_zhaopin_list .page_zhaopin_list_li .page_zhaopin_list_li_left {
	text-align: left;
	padding-left: 20px;
}

.page_zhaopin_list .page_zhaopin_list_li .page_zhaopin_list_li_right {
	text-align: right;
	padding-right: 20px;
}

.page_zhaopin_list .page_zhaopin_list_li h4,
.page_zhaopin_list .page_zhaopin_list_li span {
	line-height: 40px;

}

.page_zhaopin_list .page_zhaopin_list_li span {
	color: #D44217;
	font-weight: 400;
	font-size: 16px;
}

.page_zhaopin_list .page_zhaopin_list_li h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #000;
}

.page_zhaopin_list .page_zhaopin_list_li .page_zhaopin_list_li_info,
.page_zhaopin_list .page_zhaopin_list_li .page_zhaopin_list_li_date {
	font-size: 14px;
	color: #999;
}

.page_zhaopin .page_zhaopin_r {
	overflow: hidden;
	text-align: left;
	color: #333333;
	width: 370px;
}

.page_zhaopin .page_zhaopin_r .page_zhaopin_r_box {
	background: #FFFFFF;
	margin-left: 20px;
	padding: 30px 20px 20px 20px;
}

.page_zhaopin .page_zhaopin_r .page_zhaopin_r_box h2 {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}


.page_zhaopin .page_zhaopin_r .page_zhaopin_r_box h6 {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 5px;
}

.page_zhaopin .page_zhaopin_r .page_zhaopin_r_box span {
	margin-right: 15px;
}

.page_zhaopin .page_zhaopin_left {
}

.page_zhaopin .page_zhaopin_r .page_zhaopin_r_box img {
	width: 310px;
}

.page_gongkai .page_gongkai_tit {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin: 30px 0 10px;
	overflow: hidden;
}

.page_gongkai .page_gongkai_tit a {
	font-size: 16px;
	color: #333333;
	display: block;
	float: left;
	line-height: 16px;
	border-right: 1px solid #CCCCCC;
	padding: 0 10px;
}

.page_gongkai .page_gongkai_tit a:hover,
.page_gongkai .page_gongkai_tit a.current {
	font-size: 16px;
	color: #0075c2;
}

.page_gongkai_list_li_date {
	text-align: center;
	color: #333333;
	height: 145px;
	width: 115px;
}

.page_gongkai_list_li_date_box {
	background: #f4f4f4;
	text-align: center;
	color: #333333;
	overflow: hidden;
	height: 105px;
	width: 95px;
	margin: 20px;
}

.page_gongkai_list_li_date_top {
	letter-spacing: 4px;
	border-bottom: 1px solid #d0d0d0;
	width: 80px;
	margin: 20px auto 0;
	color: #666;
}

.page_gongkai_list_li_date_bot {
	font-size: 18px;
	letter-spacing: 6px;
	color: #666;
}

.page_gongkai_list_li {
	background: #FFFFFF;
	overflow: hidden;
	margin-bottom: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.page_gongkai_list_mid {
	width: 960px;
	text-align: left;
	color: #333333;
	padding: 45px 0 0 20px;
}

.page_gongkai_list_mid a {
	font-size: 16px;
	color: #666;
}

.page_gongkai_list_mid h4 {
	margin-bottom: 10px;
	font-size: 20px;
}

.page_gongkai_list_li:hover a {
	color: #0075c2;
}

.page_gongkai_list_ico,
.page_gongkai_list_ico1 {
	width: 145px;
	height: 145px;
}

.page_gongkai_list {
	margin-top: 30px;
}

.page_gongkai_list_li:hover {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 1px 2px 15px 0px rgb(0 0 0 / 43%);
}

.page_gongkai_list_ico {
	background: url(/template/jjt/html/img/xiazai_ico.png);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background-position: center;
}


.page_gongkai_list_li:hover .page_gongkai_list_ico {
	background: url(/template/jjt/html/img/xiazai_ico_on.png);
	background-repeat: no-repeat;
	background-position: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.page_gongkai_list_ico1 {
	background: url(/template/jjt/html/img/xiazai_ico1.png);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background-position: center;
}

.page_gongkai_list_li:hover .page_gongkai_list_ico1 {
	background: url(/template/jjt/html/img/xiazai_ico_on1.png);
	background-repeat: no-repeat;
	background-position: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.page_lianxi_tit h3 {
	font-size: 18px;
	font-weight: 800;
	color: #333333;
	position: relative;
	text-align: left;
}

.page_lianxi_tit h3::before {
	       content: "";
	       display: block;
	       position: absolute;
	       bottom: 7px;
	       width: 82px;
	       left: 79px;
	       height: 2px;
	       background: #0074c1;
}
.page_lianxi_tit2 h3 {
    font-size: 18px;
    font-weight: 800;
    color: #333333;
    position: relative;
    text-align: left;
}
.page_lianxi_tit2 {
    margin: 50px 0 30px;
}
.page_lianxi_tit2 h3::before {
	       content: "";
	       display: block;
	       position: absolute;
	       bottom: 7px;
	       width: 82px;
	       left: 62px;
	       height: 2px;
	       background: #0074c1;
}


.page_lianxi_tit {
	margin: 50px 0 30px;
}

.page_lianxi_left {
	color: #333333;
	text-align: left;
}

.page_lianxi_left h5 {
	    font-size: 16px;
	    font-weight: 400;
	    color: #666666;
	    border-bottom: 1px solid #ced6de;
	    line-height: 26px;
	    margin-bottom: 0;
}
.page_lianxi_zigongsi{
	border-top: 5px solid #f1f1f1;
	    margin-bottom: 10px;
}
.page_lianxi_left_text {
	border-bottom: 1px solid #ced6de;
	overflow: hidden;
	padding: 30px 0;

}
.page_lianxi_zigongsi .fold{
	border-radius: 0;
	border: none;
}
.page_lianxi_zigongsi .fold-head{
	padding: 10px 0 !important;
	    background: #ffffff !important;
	    font-size: 0.9375rem;
	    letter-spacing: 0;
	    border-bottom: 1px solid #f9f9f9;
}
.page_lianxi_zigongsi .fold-head span{
	font-weight: 100;
	    color: #c5c5c5;
	font-size: 13px;
	margin-top: 6px;
}
.page_lianxi_zigongsi .active {
	color: #0074c1;
}
.page_lianxi_zigongsi .page_lianxi_zigongsi_box{
	color: #333;
	text-align: left;
}

.page_lianxi_zigongsi .fold-body{
	font-size:14px;
	line-height: 1.3;
}
.page_lianxi_zigongsi .fold-body p{
	margin-bottom: 0;
}
.page_lianxi_left_text h4 {
	font-size: 14px;
	font-weight: 400;
	color: #bdbdbd;
	margin-bottom: 0;
}

.page_lianxi_left_text h3 {
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 4px;
	color: #333333;
	margin-bottom: 0;
	font-family: fantasy;
	margin-top: 3px;
}

.page_lianxi_left_ewm {
display: inline-block;
    text-align: left;
}
.page_lianxi_left_ewm img{
	width: 6.25rem;
}

.page_lianxi_right .form-group1 input {
	width: 98%;
	float: left;
	margin-bottom: 10px;
}

.page_lianxi_right .form-group2 input {
	width: 98%;
	float: right;
	margin-bottom: 10px;
}

.page_lianxi_right input {
	height: 60px;
	line-height: 60px;
	color: #666666;
	text-indent: 1em;
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
}

.page_lianxi_right .form-group3 textarea {
	width: 100%;
	    color: #666666;
	    text-indent: 1em;
	    line-height: 40px;
	    min-height: 100px;
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
}

.page_lianxi_right button {
	height: 60px;
	width: 100%;
	border: none;
	background: #0075c2;
}

.page_lianxi_right button:hover {
	background: #e6c77f;
}

.page_lianxi_body .card-body {
	text-align: left;
	color: #333;
	padding: 20px 0;
}

.page_lianxi_body .card-head {
	border-bottom: 3px solid #eee;
	height: 65px;
}

.page_lianxi_body .card-head li {
	line-height: 60px;
	width: 90px;

}

.page_lianxi_body .card-head .active::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	height: 3px;
	margin-left: -45px;
	background: #0074c1;
	bottom: -3px;
	z-index: 2;
	width: 90px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	opacity: 1;
}

.page_lianxi_body .card-head li::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	height: 3px;
	margin-left: -45px;
	background: #0074c1;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	width: 90px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.g1,
.g2,
.g3,
.g4 {
	float: left;
}

/* 专题列表 */

.list_zt {
	padding: 50px 0;
}

.list_zt_li {
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_zt_li:hover {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 1px 2px 15px 0px rgb(0 0 0 / 43%);
}

.list_zt_li .list_zt_li_l .list_zt_li_l_img img {
	width: 100%;
	min-height: 300px;
}

.list_zt_li .list_zt_li_l .list_zt_li_l_img {
	margin: 20px;
	height: 400px;
	overflow: hidden;
}

.list_zt_li_r {
	padding: 20px;
	text-align: left;
}

.list_zt_li_r h4 a {
	font-size: 24px;
	color: #333333;
	margin-bottom: 0;
}

.list_zt_li_r h4 {
	border-left: 4px solid #c54030;
	padding-left: 10px;
}


.list_zt_li_r ul li {
	border-bottom: 1px dashed #eee;
	line-height: 40px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_zt_li_r ul li a {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_zt_li_r ul li:hover {
	padding-left: 20px;
	background: #F1F1F1;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_zt_li_r ul li a:hover {
	color: #c54030;
}

.list_zt_li_r_li_more {
	margin-top: 13px;
}

.list_zt_li_r_li_info {
	font-size: 14px;
	color: #333333;
	padding: 20px;
	border-radius: 5px;
	background: #f1f1f1;
	margin: 20px 0 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_zt_li_r_li_more a {
	width: 100px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #F1F1F1;
}

.list_zt_li:hover .list_zt_li_r_li_more a {
	color: #FFFFFF;
	background: #c54030;
	margin-left: 10px;
	border: 1px solid #c54030;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_zt_li_r_li_more a:hover {
	background: #e46354 !important;
}

.list_zt_dangjian .page_gongkai_list_mid {
	width: 1140px !important;
}

.list_zt_dangjian .page_gongkai_list_li_date_top {
	border-bottom: 1px solid #ffffff !important;
	color: #fff !important;
}

.list_zt_dangjian .page_gongkai_list_li_date_bot {
	color: #fff !important;
}

.list_zt_dangjian .page_gongkai_list_li_date_box {
	background: #b42b33 !important;
}

.list_zt_dangjian .page_gongkai_list_mid p {
	font-size: 14px !important;
	color: #666 !important;
	display: block !important;
	line-height: 20px !important;
}

.list_zt_dangjian .page_gongkai_list_mid h4 {
	color: #333333;
}

.tousu h4 {
	line-height: 20px;
	font-size: 20px;
	border-left: 4px solid #D0A237;
	margin: 20px 0;
	color: #333333;
	text-align: left;
	padding-left: 10px;
}

.tousu .tousu_txt {
	font-size: 16px;
	color: #333333;
	background: #F1F1F1;
	padding: 20px;
	height: 400px;
	overflow-y: scroll;
}

.tousu .page_zhaopin_left {
	padding: 20px;
	background: #fff;
}

.tousu_txt::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.tousu_txt::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.tousu_txt::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

.tousu_p {
	font-size: 16px;
	color: #333333;
	text-align: left;
	line-height: 50px;
}

.tousu_p span {
	color: #AA1111;
}

.tousu_form {
	/* margin-top: 30px; */
}

.tousu_form_line1_li_1 {
	width: 49%;
	float: left;

	margin-left: 1%;
}

.tousu_form_line1_li {
	margin-left: -1%;
	overflow: hidden;
	margin-bottom: 10px;
}

.tousu_form_line1_li_1 input {
	width: 100%;
	line-height: 40px;
	color: #000000;
	font-size: 14px;
	height: 40px;
	text-indent: 1em;
}

.tousu_form textarea {
	min-height: 80px;
	width: 100%;
	color: #000000;
	text-indent: 1em;
	font-size: 14px;
}

.tousu_form .tousu_form_btn {
	width: 100%;
	height: 40px;
	margin: 30px auto;
	line-height: 40px;
	border: none;
	text-align: center;
	color: #FFFFFF;
	background: #D0A237;
}

.tousu_form input,
.tousu_form textarea {
	border: 1px solid #EEEEEE;
}

.tousu_form .tousu_form_btn:hover {
	background: #e8be5b;
}

.tousu .page_zhaopin_left {
	margin: 30px 0;
}

.jiaocheng_box_fixd {
	position: fixed;
	left: 20px;
	top: 200px;
}

.jiaocheng_box_fixd p {
	text-indent: 0 !important;
	font-size: 14px !important;
}

/* 关于新百胜开始 */
.about1 .about1_tit {
	margin-top: 30px;
}

.about1 .about1_tit .about1_tit_en {
	font-size: 5rem;
	color: #ededed;
	text-align: left;
	    font-weight: 100;
	letter-spacing: 5px;

}

.about1 .about1_tit .about1_tit_en span {
	font-size: 2.25rem;
	color: #999999;
	font-family: sans-serif;
	font-weight: 100;
	letter-spacing: 0;
	margin-left: -23px;

}

.pub_body_top {
	height: 80px;
	width: 100px;
	position: relative;
	overflow: hidden;
}

.about1 .about1_tit .about1_tit_cn {
	color: #000;
	text-align: left;
	margin-top: -60px;
}

.about1 .about1_tit .about1_tit_cn h2 {
	margin-bottom: 0.3125rem;
}

/* 公共标题样式 */
.tit_line .sp1 {
	background: #4a9de4;
}

.tit_line .sp2 {
	background: #fabe00;
}

.tit_line .sp3 {
	background: #b8c2c8;
}

.tit_line span {
	height: 3px;
	display: block;
	float: left;
}

/* 公共标题样式 */

.about1_tit .sp1,
.about1_tit .sp2 {
	width: 20%;
}

.about1_tit .sp3 {
	width: 60%;
}

.about1_tit {
	margin-top: 0;
}

.about1_body {
	color: #666;
	text-align: left;
	padding: 30px 0;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.about1_body a {
	color: #fabe00;
}

.about1_biaoqian_ico {
	width: 60px;
	height: 60px;
	margin: 20px auto 5px;
}

.about1_biaoqian_ico img {
	width: 100%;
}

.about1_biaoqian>div:hover {
	background: #0069af;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.about1_biaoqian>div:hover .about1_biaoqian_tit {
	color: #ffe52e;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.about1_biaoqian1 {
	background: #0075c2;
}

.about1_biaoqian2 {
	background: #077dcb;
}

.about1_biaoqian3 {
	background: #1288d5;
}

.about1_biaoqian_tit {
	font-size: 18px;
	font-weight: 800;
}

.dialog-big {
	height: auto !important;
}

.about1_biaoqian_txt {
	padding: 10px;
	opacity: 0.9;
	font-size: 13px;
	line-height: 1.2;
}

.about_line1 {

	padding-bottom: 30px;
}

.about_line2 {
	background: #f9f9f9;
	padding: 50px 0;
	text-align: left;
	color: #333;
}

.about_line2 .sp1,
.about_line2 .sp2 {
	width: 20%;
}

.about_line2 .sp3 {
	width: 60%;
}

.about_line2_body {
	padding: 10px;
	margin: 20px 0;
	border-radius: 50px;
}

.about_line2_txt i {
	font-size: 150px;
	font-family: Arial;
	font-style: normal;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 184px;
	height: 65px;
	color: #dfdfdf;

}

.about_line2_txt em {
	font-size: 150px;
	font-family: Arial;
	font-style: normal;
	line-height: 128px;
	height: 65px;
	color: #dfdfdf;
	margin-left: -30px;

}

.about_line2_txt {
	padding: 20px 0;
	letter-spacing: 1px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.about_line2_txt .i1 {

	display: block;

	text-indent: -5px;
}

.about_line2_txt .i2 {

	position: absolute;

}

.about_line3 {
	    padding: 20px 0;
	/* background: url(/template/youse/wap/html/img/zz4.jpg) no-repeat; */
	background: #fff;
	background-position: right;
	background-attachment: fixed;
	background-size: cover;
}
.dialog-text img{
	width: 100%;
}
.about_line3_tit {
	color: #000;
	text-align: left;
}

.about_line3_tit .sp1,
.about_line3_tit .sp2 {
	width: 20%;
}

.about_line3_tit .sp3 {
	width: 60%;
}

.about_line3_txt {
	text-align: left;

	color: #333333;
	font-size: 14px;
	margin: 20px 0;
}

.about_line3 .pub_mid {
	overflow: hidden;
	box-sizing: border-box;
}

.about_line3_body {
	/* 	background: rgb(255 255 255 / 8%); */
	padding: 10px;
	margin: 40px 0;
	border-radius: 5px;
}

.pub_sub1 a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fabe00;
	border: 1px solid #fabe00;
	color: #fabe00;
}

.pub_sub1 a:hover {
	background: #fabe00;
	color: #ffffff;
}

.about_line4 {
	background: url(/template/youse/wap/html/img/dsj1.jpg) no-repeat;
	background-attachment: fixed;
	padding: 70px 0 40px 0;
	background-size: cover;
	background-position: -271px center;
}

.jianjie_dialog .dialog-body {
	background: #fff;
	padding: 10px;
}

.about_line4_head {
	height: 85px;
	text-align: center;
	color: #ffffff;

}

#licheng .swiper-pagination {
	top: -45px !important;
	left: 10%;
	width: 80%;
}

.about_line4_body {

	padding-top: 100px;
	background: url(/template/youse/wap/html/img/dsj-ico1.png) no-repeat;
	background-size: contain;
}


.dsj_tit {
	font-size: 1.125rem;
	font-weight: 800;
	color: #f9c300;
}

.dsj_txt {
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	padding: 20px 40px;
	opacity: .95;
}

#swiper-dashiji .swiper-slide::before {
	display: none;
}

#swiper-dashiji .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fabe00;
}

#swiper-dashiji .qiehuan {

	width: 150px;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
	height: 70px;

}

#swiper-dashiji .qiehuan>div {
	background: none !important;
	width: 60px;
	height: 30px;
	font-size: 3rem;
	color: #f9c300;
	text-align: center;
	border: 1px solid #f9c300;

}

#swiper-dashiji .qiehuan>div:hover {
	background: #f9c300 !important;
	color: #ffffff;
}

/* 
企业荣誉开始 */

.about_line5_head {

	text-align: center;
	color: #333333;

}

.about_line5 .about_line5_body {
	position: relative;
}

.about_line5 {
	background: url(/template/youse/wap/html/img/ry2.jpg) no-repeat;
	padding: 70px 0 85px;
	background-position: center -183px;
}

#swiper-ry .swiper-slide::before {
	display: none;
}

#swiper-ry .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fabe00;
}

#swiper-ry .qiehuan {

	width: 150px;
	position: relative;
	overflow: hidden;
	margin: 80px auto 0;
	padding: 20px 0;
	height: 70px;

}

#swiper-ry .qiehuan>div {
	background: none !important;
	width: 60px;
	height: 30px;
	color: #f9c300;
	font-family: cursive;
	text-align: center;
	border: 1px solid #f9c300;

}

#swiper-ry .qiehuan>div:hover {
	background: #f9c300 !important;
	color: #ffffff;
}

#swiper-ry .swiper-slide img {
	width: 94%;
	border: 1px solid #999;
	position: absolute;
	bottom: 0;
	left: 3%;
}

#swiper-ry .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 340px;
}

#swiper-ry .swiper-pagination {
	top: -5px !important;
	left: 10%;
	width: 80%;
}

/* 
企业文化页面开始 */
.wenhua_line1 {
	background: url(/template/youse/wap/html/img/wh1.jpg);
	padding: 50px 0;
}

.wenhua_line1_txt i {
	font-size: 100px;
	font-family: Arial;
	font-style: normal;
	line-height: 100px;
	height: 47px;
	color: #000;

}

.wenhua_line1_txt {
	padding: 20px 0 50px;
	text-align: left;
	color: #333333;
	font-size: 14px;
}

.wenhua_line1_txt .i1 {

	display: block;

	text-indent: -5px;
}

.wenhua_line1_txt .i2 {
	margin-top: -7px;
	position: absolute;

}

.wenhua_line1_box_txt {
	    position: absolute;
	    left: 10px;
	    top: 25px;
	    text-align: left;
}

.wenhua_line1_logo {
	text-align: left;
}
.wenhua_line1_logo img{
	width: 100%;
}

.wenhua_line1_box_txt h4 {
	    font-size: 16px;
	    color: rgb(255 255 255 / 30%);
	    text-transform: uppercase;
	    font-weight: 400;
	    margin-bottom: 5px;
}

.wenhua_line1_box_txt h2 {
	    font-size: 16px;
	    margin-bottom: 20px;
	    color: #fff;
}

.wenhua_line1_box_txt h3 {
	font-size: 18px;
	color: rgb(255 255 255 / 90%);
	font-weight: 400;
}

.wenhua_line1_box {
	overflow: hidden;
}

.wenhua_line1_box .x6 {
	overflow: hidden;

}

.wenhua_line1_box img {
	max-width: 100%;
	display: block;
}
.wenhua_line1_box>div,
.wenhua_line2_box>div{
	margin-bottom: 0.625rem;
}

.wenhua_line1_box1,
.wenhua_line1_box3 {

}

.wenhua_line1_box2,
.wenhua_line1_box4 {

}

.wenhua_line1_box {
	
}
.wenhua_line .wenhua_body,
.wenhua_line .xianjin_body {
	margin-top: 1.25rem;
}
.wenhua_tit {
	font-size: 20px;
	color: #333333;
	margin-bottom: 0;
}

.whbg {
	background: #f4f7ff;
}

.wenhua_line2 {
	padding: 50px 0;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.wenhua_line2_slide img {
	width: 100%;
}

.wenhua_line2_slide_img {
	margin-right: 10px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	height: 200px;

}
.wenhua_line2_slide_img img{
	min-height: 200px;
}

.wenhua_line2_slide_img h4 {
	background: rgb(51 51 51 / 71%);
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: block;
	left: 0;
	text-align: center;
	z-index: 2;
	margin-bottom: 0;
	line-height: 40px;
	padding: 0 10px;
	letter-spacing: 0;
}

#swiper-whzp .qiehuan {

	width: 150px;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
	height: 70px;

}

#swiper-whzp .qiehuan>div {
	background: none !important;
	width: 60px;
	height: 30px;
	color: #f9c300;
	font-family: cursive;
	text-align: center;
	border: 1px solid #f9c300;

}

#swiper-whzp .qiehuan>div:hover {
	background: #f9c300 !important;
	color: #ffffff;
}

#swiper-whzp .swiper-slide::before {
	display: none;
}

#swiper-xjrw .qiehuan {

	width: 150px;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
	height: 70px;

}

#swiper-xjrw .qiehuan>div {
	background: none !important;
	width: 60px;
	height: 30px;
	color: #f9c300;
	font-family: cursive;
	text-align: center;
	border: 1px solid #f9c300;

}

#swiper-xjrw .qiehuan>div:hover {
	background: #f9c300 !important;
	color: #ffffff;
}

#swiper-xjrw .swiper-slide::before {
	display: none;
}
#swiper-xjrw .swiper-pagination-progressbar{
	bottom: -20px;
	top: auto;
}
#swiper-xjrw .pub_swiper_right_img{
	height: 150px;
	overflow: hidden;
}
.wenhua_line  .swiper-pagination-progressbar{
	width: 100%;
	height: 3px;
	position: relative;
}
.wenhua_line3_slide_img {
	width: 100%;
	overflow: hidden;
	height: 400px;
}

.wenhua_line3_slide_img img {
	width: 100%;
}

#swiper-xjrw .wenhua_line3_slide_txt {
	margin-left: -1px;
	border-right: 1px solid #0075c2;
	border-top: 1px solid #0075c2;
	border-bottom: 1px solid #0075c2;
	height: 400px;
	background: #eff9ff;
	padding: 50px;
}



#swiper-xjrw .wenhua_line3_slide_txt h6 {
	display: block;
	width: 20px;
	background: #0075c2;
	height: 3px;
	margin-top: 50px;
	margin-bottom: 5px;
}

#swiper-xjrw .wenhua_line3_slide_txt h2 {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
}

#swiper-xjrw .wenhua_line3_slide_txt h3 {
	font-size: 14px;
	color: #666;
	line-height: 1.2;
	font-weight: 400;
}

#swiper-xjrw .wenhua_line3_slide_txt h4 {

	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 4;
	text-align: center;
	border: 1px solid #999;
}

#swiper-xjrw .wenhua_line3_slide_txt h4:hover {
	background: #f9c300;
	color: #fff;
	border: 1px solid #f9c300;
}
.xianjin_body{
}
.clg_slide_img img {
	width: 100%;
}
.xianjin .wenhua_body{
	height: 150px;
}
.xianjin  .pub_swiper_right_img img{
	width: 100%;
}

#swiper-clg .qiehuan {

	width: 150px;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
	height: 70px;

}

#swiper-clg .qiehuan>div {
	background: none !important;
	width: 60px;
	height: 30px;
	color: #f9c300;
	font-family: cursive;
	text-align: center;
	border: 1px solid #f9c300;

}

#swiper-clg .qiehuan>div:hover {
	background: #f9c300 !important;
	color: #ffffff;
}

#swiper-clg .swiper-slide::before {
	display: none;
}

.wenhua_line4_txt {
	
}

.wenhua_line4_txt h6 {
	display: block;
	width: 20px;
	background: #0075c2;
	height: 3px;


}

.wenhua_line4_txt h2 {

	color: #333333;
	font-size: 18px;
	font-weight: 400;
}

.wenhua_line4_txt h3 {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	font-weight: 400;
}

.wenhua_line4_txt h4 {

	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 4;
	text-align: center;
	border: 1px solid #999;
}

.wenhua_line4_txt h4:hover {
	background: #f9c300;
	color: #fff;
	border: 1px solid #f9c300;
}

.wenhua_body_r {
	
}

.pianyi {
	position: absolute;
	margin-top: -61px;
	top: 0;
	left: 0;
}

.wenhua_line {
	position: relative;
}
#swiper-pub-art .swiper-slide img{
	width: 100%;
}
#swiper-pub-art .swiper-slide::before {
	display: none;
}

#swiper-pub-art {
	position: relative;
	overflow: hidden;
	height: 200px;

}

#swiper-pub-art .swiper-pagination span {
	background: #f9be00 !important;

}

#swiper-pub-art .swiper-pagination {
	bottom: 0 !important;
	top: auto !important;
}

.art_swiper_bg {
	background: #eee;
}

.meiti_body {
	position: relative;
	overflow: hidden;
}

.art_body .art_body_top .art_body_tit .toudi a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f9be00;
	font-size: 16px;
	color: #fff;
}

.art_body .art_body_top .art_body_tit .toudi a:hover {
	background: #cb9d09;

}

.page_yewu_line1 {
	position: inherit;
	/* background: url(/template/youse/html/img/yw_bg1.jpg) center; */
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
}


.page_line1_right {
	height: 100%;
	margin-bottom: 20px;
	color: #333333;
}

.page_line1 {
	padding: 10px 0;
	overflow: hidden;



}




.page_line1 .page_line1_right .page_line1_right_li {}

.page_line1 .page_line1_right .page_line1_right_li1 {
	/*background: url(/template/jjt/html/img/tz1.jpg);
		background-position: center;
		background-size: cover;*/
}

.page_line1 .page_line1_right .page_line1_right_li2 {
	/*background: url(/template/jjt/html/img/tz2.jpg);
		background-position: center;
		background-size: cover;*/
	margin-right: 0;
}

.page_line1 .page_line1_right .page_line1_right_li3 {
	/*background: url(/template/jjt/html/img/tz3.jpg);
		background-position: center;
		background-size: cover;*/
}

.page_line1 .swiper-slide::before {
	display: none;
}

.page_line1 .page_line1_right .page_line1_right_li4 {
	/*background: url(/template/jjt/html/img/tz4.jpg);
		background-position: center;
		background-size: cover;*/
}

.page_line1 .page_line1_box {
	overflow: hidden;
	position: relative;
}

.page_line1 .page_line1_box .page_line1_box_txt h4 {
	position: relative;
	line-height: 32px;
}

.page_line1 .page_line1_box .page_line1_box_txt p {
	color: #666666;
	font-size: 14px;
	text-align: left;
}

.page_line1 .page_line1_box .page_line1_box_txt p a {
	color: #fabe00;
}



.index_pub_tit2 h4 {
	position: relative;
	display: block;
	min-height: 2px;
	width: 100%;
}

.index_pub_tit2 h4 span {
	display: block;
	width: 100%;
	background: #b8c2c8;
	height: 2px;
	float: right;
	margin-top: 0;
	/* margin-right: 20px; */
}

.index_pub_tit2 h4:before {
	display: block;
	content: "";
	background: #0069bc;
	width: 40px;
	height: 2px;
	left: 0;
	top: 0;
	z-index: 3;
	position: absolute;
}


.index_pub_tit2 h4::after {

	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;

	display: block;
	content: "";
	background: #fabe00;
	width: 40px;
	height: 2px;
	left: 40px;
	top: 0;
	z-index: 3;
	position: absolute;
}


.page_line1 .page_line1_box .page_line1_box_txt h4 span {
	display: block;
	width: 100%;
	background: #b8c2c8;
	height: 2px;
	float: right;
	margin-top: 0;
	position: absolute;
	/* margin-right: 20px; */
}

.page_line1 .page_line1_box .page_line1_box_txt h4:before {
	display: block;
	content: "";
	background: #0069bc;
	width: 40px;
	height: 2px;
	left: 0;
	top: 32px;
	z-index: 3;
	position: absolute;
}

.page_line1 .page_line1_box .page_line1_box_txt h4::after {

	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;

	display: block;
	content: "";
	background: #fabe00;
	width: 40px;
	height: 2px;
	left: 40px;
	top: 32px;
	z-index: 3;
	position: absolute;
}

.page_line1 .page_line1_box .page_line1_box_txt {
	position: relative;
	text-align: left;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	/*	opacity: 0.7;*/
}

.page_line1 .page_line1_box .gupiao img {
	margin-top: 30px;
}

.page_line1_right .page_line1_right_li .page_line1_box_txt_line {
	margin-top: 30px;
	    overflow: hidden;
}

.page_line1_right .page_line1_right_li .page_line1_box_txt_line_com {}

.page_line1 .page_line1_box .page_line1_box_txt .page_line1_box_txt_line_com .page_line1_box_txt_line_com_li {
	    display: block;
	    margin-top: 14px;
	    border: 1px solid #c3c3c3;
	    color: #828282;
	    font-size: 14px;
	    text-align: center;
	    line-height: 1.3;
	    padding: 10px;
}

.page_line1_box_txt_line_com_li2,
.page_line1_box_txt_line_com_li4,
.page_line1_box_txt_line_com_li6,
.page_line1_box_txt_line_com_li8,
.page_line1_box_txt_line_com_li10,
.page_line1_box_txt_line_com_li12 {
	margin-right: 0 !important;
}

.page_line1 .page_line1_box .page_line1_box_txt .page_line1_box_txt_line_com span {
	font-size: 14px;
}

.page_line1 .page_line1_box .page_line1_box_txt .page_line1_box_txt_line_com .page_line1_box_txt_line_com_li:hover {

	background: #0069bd;
	border: 1px solid #0069bd;
	color: #ffffff;
}

.page_line1 .page_line1_box .page_line1_box_txt .page_line1_box_txt_line_com .page_line1_box_txt_line_com_more {
	border-radius: 15px;
	width: 107px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fabe00;
	display: block;
	margin: auto;
	margin-top: 50px;
	color: #fabe00;
}

.page_line1 .page_line1_box .page_line1_box_txt .page_line1_box_txt_line_com .page_line1_box_txt_line_com_more:hover {

	border: 1px solid #fabe00;
	background: #fabe00;
	color: #ffffff;
}

.page_line1 .page_line1_box .page_line1_box_txt .page_line1_box_txt_ico {
	width: 180px;
	text-align: right;
	position: absolute;
	right: 0;
	top: -24px;

}

.page_line1 .page_line1_box .page_line1_box_txt .page_line1_box_txt_ico img {
	width: 68px;
}

.page_line1 .zigongsi {
	color: #333;
	margin-top: 50px;
	height: 50px;
	line-height: 50px;
}

.page_line1 .zigongsi {
	border: 1px solid #ffffff;
}

.page_line1 .zigongsi .swiper-slide:hover {
	color: #0069bd;
}

.page_line1 .zigongsi .zigongsi_tit {
	background: #ffffff;
}

.page_line1 .zigongsi .zigongsi_box {
	overflow: hidden;
}



.page_line1 .page_line1_left_bot_txt .page_line1_left_bot_ico {
	margin-top: 90px !important;
	margin-bottom: 20px;

}

.page_line1 .page_line1_right_li {
	width: 100%;

}

.page_line1 .page_line1_right_li3 {
	margin-right: 0 !important;
}

.page_line1 .page_line1_right_li .page_line1_box_txt_ico {
	height: 75px;
	transform: scale(1.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}



.page_line1 .page_line1_box .page_line1_box_txt h4 {
	margin-bottom: 20px;
	position: relative;
	margin-top: 10px;
	font-weight: 800;
	font-size: 18px;
	color: #000;
	text-align: left;
}





.page_line1 .page_line1_box .page_line1_box_txt h5 {
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
}

.page_line1 .page_line1_box .page_line1_box_txt h6 a {
	opacity: 0;
	color: #d44217;
	font-size: 20px;
	display: block;
	margin: auto;
	font-size: 40px;
	font-weight: 400;
	margin-top: 50px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}




/*.page_line1 .page_line1_box:hover .page_line1_box_txt .page_line1_box_txt_ico,.page_line1 .page_line1_box:hover .page_line1_box_txt h5,.page_line1 .page_line1_box:hover h4:before{
		opacity: 0.5;
	}*/


.page_line1 .page_line1_box .page_line1_box_txt h5,
.page_line1 .page_line1_box h4:before {
	opacity: 0.5;
}

.page_line2 {
	background-size: cover;
	background-position: center;
}

.page_line2 .page_line2_left {
	padding-top: 50px;
}

.page_line2 .page_line2_left .page_line2_left_ico {}

.page_line2 .page_line2_left h2 {}

.page_line2 .page_line2_left h3 {}

.page_line2 .swiper_zgs a {
	display: block;
	background: rgb(191 212 248 / 32%);
	color: #fff;
	width: 97%;
	padding: 20px 20px;
	float: right;
	letter-spacing: 2px;
	height: 96px;
	font-size: 15px;
}

.page_line2 .swiper_zgs a:hover {

	background: rgb(191 212 248);
	color: rgb(72 91 122);

}

.page_line2 .swiper_zgs .swiper-slide::before {
	display: none;
}

.page_line2 .page_line2_left_tit {
	background: url(/template/youse/html/img/zgs_ico2.png) no-repeat;
	background-position: left top;
	padding-left: 60px;
	height: 50px;
	margin-bottom: 20px;
	overflow: hidden;
	background-size: contain;
}

.page_line2 .page_line2_left_tit h2 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
}

.page_line2 .page_line2_left_tit h3 {
color: #d6d6d6;
    /* padding-left: 0.625rem; */
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.page_line2 .page_line2_left_info {
	    font-size: 14px;
	    font-weight: 400;
	    color: #999;
	    letter-spacing: 0;
	    border-top: 3px solid #eee;
	    padding-top: 20px;
}

.swiper_zgs .qiehuan {

	width: 150px;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
	height: 70px;

}

.swiper_zgs .qiehuan>div {
	background: none !important;
	width: 60px;
	height: 30px;
	color: #f9c300;
	font-family: cursive;
	text-align: center;
	border: 1px solid #f9c300;

}

.swiper_zgs .qiehuan>div:hover {
	background: #f9c300 !important;
	color: #ffffff;
}

.page_line2 #swiper-zgs1 {
	margin:20px 0 10px;
}

.page_line2 #swiper-zgs2 {
	margin-bottom: 10px;
}

.pub_wap_tit {
	background: #f9f9f9;
	position: relative;
	overflow: hidden;

}

.pub_wap_tit h2 {
	color: #0175c1;
	font-size: 1.1rem;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 0.625rem;
}

.pub_wap_tit h3 {
	color: #bfbfbf;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.875rem;
	padding-left: 0.625rem;
}

.pub_wap_tit .pub_wap_tit_more {
	line-height: 63px;
	color: #bfbfbf;
	text-align: right;
	padding-right: 0.625rem;
	font-size: 20px;
	font-family: fangsong;
}

.pub_wap_tit .pub_wap_tit_more a {
	color: #bfbfbf;
}

.pub_box_swiper_center {
	position: relative;
	padding: 0.625rem;
	box-sizing: border-box;
}

.pub_box_swiper_center {
	position: relative;
	padding: 0.625rem;
	box-sizing: border-box;
}

.pub_box_swiper_center .pub_box_swiper_center_slide_img img {
	width: 100%;
}

.pub_box_swiper_center .pub_box_swiper_center_slide_img {
	height: 200px;

}

.pub_box_swiper_center .pub_box_swiper_center_slide_img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.pub_box_swiper_center .pub_box_swiper_center_slide_img .pub_box_swiper_center_slide_txt {
	    background: url(/template/youse/wap/html/img/swiper_txt_ico3.png);
	    background-repeat: repeat-x;
	    background-position: top;
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	    left: 0;
	    height: 90px;
	    line-height: 25px;
	    /* background-size: contain; */
	    background-position: top;
}

.pub_box_swiper_center .pub_box_swiper_center_slide_img .pub_box_swiper_center_slide_txt h4 {
	    margin-bottom: 0;
	    line-height: 20px;
	    position: absolute;
	    top: 30px;
	    font-weight: 400;
	    padding: 0 10px;
	    font-size: 15px;
	    width: 100%;
	    text-align: left;
}

.pub_box_swiper_center .swiper-pagination {
	text-align: right;
	padding-right: 1.25rem;
}

.pub_box_swiper_center .swiper-pagination-bullet {
	margin: 0 0 0 5px !important;
}

.pub_box_line_new .pub_box_line_new_li_img {
	height: 80px;
	position: relative;
	overflow: hidden;
}
.pub_box_line_new .pub_box_line_new_li_img .list_v_ico{
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 50px;
	    height: 40px;
	    z-index: 2;
}
.pub_box_line_new .pub_box_line_new_li_img .list_v_ico img{
	    width: 100%;
	    position: relative;
	    margin-left: 0;
	    top: 0;
	    margin-top: 0;
	    left: 0;
}

.pub_box_line_new .pub_box_line_new_li_img img {
	width: 140%;
	position: absolute;
	left: 50%;
	margin-left: -70%;
	top: 50%;
	margin-top: -50%;

}

.pub_box_line_new {
	padding: 0 0.625rem;
}

.pub_box_line_new .pub_box_line_new_li>div {
	text-align: left;
	color: #333;
}

.pub_box_line_new .pub_box_line_new_li_txt {
	padding-right: 10px;
}

.pub_box_line_new .pub_box_line_new_li {
	overflow: hidden;
	padding: 1.25rem 0;
	border-bottom: 1px solid #f1f1f1;
}

.pub_box_line_new .pub_box_line_new_li_txt h4 {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0.625rem;
	font-size: 16px;
}
.pub_box_line_new .pub_box_line_new_li_txt h5{
	font-weight: 400;
	font-size: 14px;
	color: #999;
}

.pub_box_line_new .pub_box_line_new_li_txt h6 {
	font-size: 0.75rem;
	font-weight: 100;
	color: #999;
	margin-bottom: 0;
}

.pub_box_line_new_gonggao .pub_box_line_new_li_txt {
	height: auto;
}

.pub_line_more {
	line-height: 40px;
	font-size: 0.875rem;
	text-align: center;
	color: #999;
}
.pub_line_more_list {
margin-top: 10px;
	  background: #f9f9f9;
}

  
.pub_line_more i {
	font-style: initial;
}

.index_yewu {
	/* background: url(/template/youse/wap/html/img/cy_bg4.jpg); */
	padding-top: 10px;
}

.index_yewu .pub_wap_tit {
	background: none !important;
}

.index_yewu .index_yewu_line1 {
	background: url(/template/youse/wap/html/img/cy_bg44.png?v=123);
	border-radius: 0.625rem 0 0 0.625rem;
	background-size: cover;
	padding-left: 10px;
	margin-bottom: 10px;
}

.index_yewu .index_yewu_line2 {
	background: url(/template/youse/wap/html/img/cy_bg44.png?v=123);
	border-radius: 0.625rem 0 0 0.625rem;
	background-size: cover;
	    padding-left: 10px;
		margin-bottom: 10px;
}
.index_yewu .index_yewu_line3 {
	background: url(/template/youse/wap/html/img/cy_bg44.png?v=123);
	border-radius: 0.625rem 0 0 0.625rem;
	background-size: cover;
	    padding-left: 10px;
		margin-bottom: 10px;
		    padding-bottom: 20px;
}

.index_yewu .index_yewu_line4 {
	background: url(/template/youse/wap/html/img/cy_bg44.png?v=123);
	border-radius: 0.625rem 0 0 0.625rem;
	background-size: cover;
	    padding-left: 10px;
		margin-bottom: 10px;
		    padding-bottom: 20px;
}

.index_yewu .pub_swiper_right_img img{
	opacity: .7;
}
.index_yewu .swiper-slide-active .pub_swiper_right_img img{
	opacity: 1;
}
.index_yewu .pub_swiper_right_img {
	height: 220px;;
}

.index_yewu .pub_wap_tit1 {
	padding-left: 0 !important;
	margin: 30px 0;
}



.index_yewu .pub_wap_tit1 h2 {
	color: #fff !important;
	opacity: .9;
}

.index_yewu_line1 .pub_wap_tit2 h3,
.index_yewu_line2 .pub_wap_tit2 h3,
.index_yewu_line3 .pub_wap_tit2 h3,
.index_yewu_line4 .pub_wap_tit2 h3{
	color: #333 !important;
	opacity: .6;
}

.index_yewu_line1 .pub_wap_tit2,
.index_yewu_line2 .pub_wap_tit2,
.index_yewu_line3 .pub_wap_tit2,
.index_yewu_line4 .pub_wap_tit2 {
	margin: 20px 0 20px -10px;
	padding-left: 0 !important;

}

.index_yewu_line1 .pub_wap_tit2 h2 {
	color: #333 !important;
	opacity: 1;
	    font-weight: 400;
}





.index_yewu_line2 .pub_wap_tit2 h2,
.index_yewu_line3 .pub_wap_tit2 h2,
.index_yewu_line4 .pub_wap_tit2 h2{
	color: #333 !important;
	opacity: 1;
}

.index_yewu .index_yewu_line1 {
	font-size: 14px;
}



.gupiao {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.index_yewu .pub_line_more2 {
	margin-bottom: 30px;
}

.pub_line_more2 img {
	width: 50%;
}

.pub_line_more2 p {
	height: 20px;
	font-size: 0.875rem;
	color: #000;
	line-height: 20px;
	margin-bottom: 0;
}

/* 
.
右侧溢出公共样式 */
.pub_swiper_right {
	margin-left: 10px;
	overflow: hidden;
}

.pub_swiper_right .pub_swiper_right_img {
	width: 100%;

	overflow: hidden;
}

.pub_swiper_right .pub_swiper_right_img h4 {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 14px;
	left: 0;
	font-weight: 400;
	background: url(/template/youse/wap/html/img/swiper_txt_ico7.png);
	background-size: cover;
	background-position: top;
	color: #ffffff;
	z-index: 2;

	text-align: left;
	margin-bottom: 0;
	padding: 5px;
	    line-height: 30px;
}

.pub_swiper_right .pub_swiper_right_img img {
	width: 100%;
	min-height: 100%;
}

.pub_swiper_right .swiper-container {
	overflow: inherit !important;
}

#cy1 .swiper-pagination,
#cy2 .swiper-pagination, 
#cy3 .swiper-pagination, 
#cy4 .swiper-pagination {
	top: -30px;
	text-align: right;
	right: -25px;
	left: auto;
	height: 20px;
}

.wap_foot {
	border-top: 0.8px solid #f1f1f1;
	text-align: center;
}

.wap_foot .wap_foot_img {
	width: 100%;
	height: 20px;
	margin: 9px auto 3px auto;
}

.wap_foot .wap_foot_img img {
	height: 100%;
	width: auto;
	display: block;
	margin: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.wap_foot .active .wap_foot_img img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.wap_foot h2 {
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
	font-weight: 400;
}

.wap_foot .wap_foot_li {
	width: 20%;
}
.page_lianxi_zigongsi_box .card-body_box_txt{
	color: #333;
}
.page_lianxi_zigongsi_box .fold-body{
	background: #f1f1f1;
}<!--0.00026512145996094-->