body{
	background: #FFFFFF;
}

.index_name{
	position: relative;
	width: 100%;
	min-width: 1350px;
	height: 544px;
	background: url(../images/yjg_index_topBg.jpg) no-repeat center;
}
.index_name .name{
	display: block;
	text-align: center;
	font-size: 50px;
	color: #fefefe;
	padding-top: 175px;
	font-weight: lighter;
}

.index_brand{
	position: relative;
	width: 100%;
	min-width: 1350px;
	background: url(../images/brand_bg.jpg) no-repeat center;
}
.index_brand .brand_int{
	position: relative;
	z-index: 2;
	width: 960px;
	margin: 0 auto;
	padding-top: 70px;
}
.index_brand .title{
	text-align: center;
	position: relative;
	padding-bottom: 14px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.index_brand .title:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 56px;
	height: 1px;
	background: #333333;
}
.index_brand .brand_int p{
	width: 100%;
	font-size: 16px;
	color: #555555;
	line-height: 2;
	text-align: justify;
	margin-top: 15px;
}
.index_brand .brand_box{
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 70px;
}
.index_brand .brand_row{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}
.index_brand .brand_row .brand_link{
	width: 236px;
	height: 190px;
	background: #FFFFFF;
	border: 1px solid #ddebf3;
	box-sizing: border-box;
	margin-right: 85px;
	margin-top: 10px;
}
.index_brand .brand_row .brand_icon{
	display: block;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 20px;
}
.index_brand .brand_row .brand_txt{
	display: block;
	text-align: center;
}
.index_brand .brand_row .brand_link:nth-child(4n){
	margin-right: 0;
}

.index_brand .brand_row .brand_link:hover .brand_txt{
	display: none;
}
.index_brand .brand_link .brand_txt .name{
	font-size: 16px;
	color: #333333;
}
.index_brand .brand_link .brand_txt .notes{
	margin-top: 10px;
	font-size: 14px;
	color: #888888;
}
.index_brand .brand_link .brand_hover{
	width: 150px;
	height: 42px;
	border: 1px solid #1fa0e8;
	margin: 0 auto;
	box-sizing: border-box;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #1fa0e8;
	display: none;
}
.index_brand .brand_row .brand_link:hover .brand_hover{
	display: flex;
}
.index_brand .brand_link .brand_hover img{
	margin-left: 5px;
}

.index_culture{
	width: 100%;
	min-width: 1350px;
	position: relative;
	background: url(../images/culture_bg.jpg) no-repeat center;
}
.index_culture .title{
	position: relative;
	z-index: 2;
	padding-top: 60px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 15px;
}
.index_culture .title:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 56px;
	height: 1px;
	background: #ffffff;
}
.index_culture .cult_row{
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_culture .cult_view{
	width: 390px;
	height: 260px;
	position: relative;
}
.index_culture .cult_view .view_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.index_culture .cult_view .txt{
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	padding-top: 60px;
}
.index_culture .cult_view .icon{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index_honor{
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0;
}
.index_honor .title{
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 16px;
}
.index_honor .title:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #333333;
}
.index_honor .honor_row{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_honor .honor_view{
	position: relative;
	width: 395px;
	height: 353px;
	background: #f5f5f5;
}
.index_honor .honor_view .view_img{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.index_honor .honor_view .honor_btn{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: #308adf;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_honor .honor_view .honor_btn span{
	display: block;
	width: 220px;
	margin: 0 10px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}
.index_main .read_more{
	width: 150px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 40px;
	border: 1px solid #1fa0e8;
	font-size: 14px;
	color: #1fa0e8;
}
.index_main .read_more .more_icon{
	margin-left: 5px;
	width: 15px;
	height: 11px;
	background: url(../images/admore_icon.png) no-repeat;
	background-size: 100% 100%;
}
.index_main .read_more:hover{
	background: #1FA0E8;
	color: #FFFFFF;
}
.index_main .read_more:hover .more_icon{
	background: url(../images/swiper_r_icon_b.png) no-repeat;
	background-size: 100% 100%;
}


.index_environ{
	width: 100%;
	min-width: 1350px;
	background: #f5f5f5;
	padding: 50px 0;
}
.index_environ .title{
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 16px;
}
.index_environ .title:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #333333;
}

.index_dynamic{
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0 85px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.index_dynamic .dynamic_video{
	position: relative;
	width: 540px;
	height: 450px;
}
.index_dynamic .dynamic_video .video_bg{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 366px;
}
.index_dynamic .dynamic_video .dynamic_link{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #0c0a0a;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 25px;
	padding-top: 23px;
}
.index_dynamic .dynamic_video .dynamic_link span{
	display: block;
	width: 440px;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.4;
}
.index_dynamic .dynamic_video .dynamic_link img{
	margin-top: 5px;
}
.index_dynamic .dynamic_steps{
	width: 595px;
	margin-top: 5px;
}
.index_dynamic .steps_title{
	font-size: 28px;
	padding-bottom: 15px;
	color: #333333;
	font-weight: bold;
	position: relative;
}
.index_dynamic .steps_title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #333333;
}
.index_dynamic .steps_ul{
	padding-top: 10px;
}
.index_dynamic .steps_ul li{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 22px;
}
.index_dynamic .steps_ul .time_date{
	font-size: 20px;
	font-weight: bold;
	color: #888888;
}
.index_dynamic .steps_ul .time_year{
	text-align: right;
	margin-top: 15px;
	font-size: 14px;
	color: #888888;
}
.index_dynamic .steps_ul .text{
	width: 490px;
	padding-left: 25px;
	border-left: 1px solid #e6e6e6;
}
.index_dynamic .steps_ul .text .txt1{
	display: block;
	line-height: 1.2;
	white-space: nowrap;
	font-size: 20px;
	color: #000000;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index_dynamic .steps_ul .text .txt2{
	width: 100%;
	font-size: 13px;
	line-height: 2;
	margin-top: 10px;
	text-align: justify;
	color: #666666;
	display:-webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.index_dynamic .read_more{
	margin-top: 24px !important;
	margin-left: 0 !important;
}

.index_contact{
	position: relative;
	width: 100%;
	min-width: 1350px;
	height: 480px;
	background: url(/static/images/pc/map_bg.jpg) no-repeat center;
}
.index_contact .contact_map{
	position: absolute;
	z-index: 2;
	top: 55px;
	left: 50%;
	margin-left: -480px;
	width: 420px;
	height: 358px;
	background: #FFFFFF;
	box-shadow: 3px 6px 11px 0px rgba(60, 88, 101, 0.23);
}
.index_contact .map_top{
	width: 100%;
	height: 140px;
	position: relative;
}
.index_contact .map_top img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.index_contact .map_top span{
	position: relative;
	z-index: 2;
	display: block;
	padding-top: 48px;
	margin-left: 32px;
	padding-bottom: 17px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}
.index_contact .map_top span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 58px;
	height: 1px;
	background: #ffffff;
}
.index_contact .map_p{
	margin-left: 32px;
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
	line-height: 1.6;
}


.index_join{
	position: relative;
	width: 100%;
	min-width: 1350px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/join_bg.jpg) no-repeat center;
}
.index_join .join_btn{
	position: relative;
	z-index: 2;
	width: 360px;
	height: 70px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #1fa0e8;
}
.index_join .join_btn img{
	margin-left: 15px;
}


/*轮播图*/
.env_swiper{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.swiper-container{
	width: 1200px;
	margin: 0 auto;
	padding: 0 75px;
	box-sizing: border-box;
}
.swiper-button-prev{
	left: -80px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e5e5e5;
	border-radius: 0;
	opacity: 1;
	margin-top: -30px;
}
.swiper-button-prev .prev_icon{
	display: block;
	width: 26px;
	height: 17px;
	background: url(../images/swiper_l_icon.png) no-repeat;
	background-size: 100% 100%;
}
.swiper-button-prev:hover .prev_icon{
	background: url(../images/swiper_l_icon_b.png) no-repeat;
	background-size: 100% 100%;
}
.swiper-button-next{
	right: -80px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e5e5e5;
	border-radius: 0;
	opacity: 1;
	margin-top: -30px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	background: #1A95E8;
}
.swiper-button-next .next_icon{
	display: block;
	width: 26px;
	height: 17px;
	background: url(../images/swiper_r_icon.png) no-repeat;
	background-size: 100% 100%;
}
.swiper-button-next:hover .next_icon{
	background: url(../images/swiper_r_icon_b.png) no-repeat;
	background-size: 100% 100%;
}
.swiper-pagination-bullet{
	width: 30px;
	height: 1px;
	background: #9b9b9b;
	border-radius: 0;
}
.swiper-pagination-bullet-active{
	width: 36px;
	height: 4px;
	background: #298dff;
}
.layer-mask{
	opacity: 0.5;
	background: #FFFFFF;
}
