body {
	min-width: 1200px;
	font-family: ttf, Arial, 'Microsoft Yahei', '微软雅黑', '宋体';
	font-size: 12px;
	color: #333333;
}

@media only screen and (max-width: 1024px) {
	body {
		min-width: 1300px;
	}
	
}

input,
select,
textarea,
button {
	font-family: ttf, Arial, "microsoft yahei";
}

img {
	border: 0;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.ovh {
	overflow: hidden;
}

.oneline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_top {
	height: 143px;
	background: rgba(1, 1, 1, 0.25);
	font-size: 0;
	line-height: 143px;
	text-align: center;
}

.index_logo {
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s;
}

.index_logo img {
	vertical-align: middle;
}

.index_logo:hover {
	opacity: 0.75;
}

.index_nav {
	margin-right: 0.54rem;
	position: relative;
	display: inline-block;
	width: 123px;
	height: 100%;
	padding-top: 36px;
	box-sizing: border-box;
	line-height: normal;
	text-align: center;
	vertical-align: top;
}

.index_nav p {
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.index_nav:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #fffdff;
	transition: all 0.3s;
}

.index_nav:hover:before,
.index_nav.on:before {
	left: 0;
	width: 100%;
}

.index_lrline {
	margin-left: 0.5rem;
	display: inline-block;
	vertical-align: middle;
}

.index_lr {
	position: relative;
	display: inline-block;
	height: 65px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.1);
	font-size: 16px;
	color: #ffffff;
	line-height: 63px;
	vertical-align: middle;
	transition: all 0.2s;
}

.index_lr.l {
	border-right: 0;
	border-radius: 65px 0 0 65px;
}

.index_lr.r {
	border-left: 0;
	border-radius: 0 65px 65px 0;
}

.index_lr.l:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15.5px;
	width: 1px;
	height: 31px;
	background: #ffffff;
	opacity: 0.48;
}

.index_lr:hover {
	background: rgba(255, 255, 255, 0.3);
}

.index_searchbox {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	bottom: 1.8rem;
	width: 650px;
	font-size: 0;
	z-index: 10;
}

.search_gjc {
	height: 42px;
	padding-left: 28px;
	font-size: 14px;
	color: #ffffff;
}

.search_gjc a {
	margin: 5px;
	color: #ffffff;
	transition: all 0.2s;
}

.search_gjc a:hover {
	opacity: 0.6;
}

.index_searchbox select {
	width: 155px;
	height: 70px;
	border-radius: 70px 0 0 70px;
	padding-left: 30px;
	box-sizing: border-box;
	border: 0;
	background: #11a093 url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_indexselectjt.png) no-repeat right 18px top 31px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.search_inputline {
	position: relative;
	display: inline-block;
	width: 495px;
	vertical-align: top;
}

.search_inputline input {
	width: 100%;
	height: 70px;
	border-radius: 0 70px 70px 0;
	padding: 0 86px 0 20px;
	box-sizing: border-box;
	border: 0;
	background: #ffffff;
	font-size: 18px;
}

.search_inputline input:-ms-input-placeholder {
	color: #ccc;
}

.search_inputline input::-webkit-input-placeholder {
	color: #ccc;
}

.search_inputline button {
	position: absolute;
	top: 0;
	right: 0;
	width: 86px;
	height: 70px;
	border: 0;
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_indexsearch.png) no-repeat center;
	transition: all 0.2s;
	cursor: pointer;
}

.search_inputline button:hover {
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_indexsearch.png) no-repeat top 18px center;
}

@media only screen and (max-width: 1650px) {
	.index_top {
		height: 124px;
		line-height: 124px;
	}
	.index_logo {
		margin-right: 0.6rem;
	}
	.index_logo img {
		width: 200px;
	}
	.index_nav {
		padding-top: 26px;
	}
}

@media only screen and (max-width: 1550px) {
	.index_top {
		height: 115px;
		line-height: 115px;
	}
	.index_logo {
		margin-right: 0.6rem;
	}
	.index_logo img {
		width: 190px;
	}
	.index_nav {
		margin-right: 0.4rem;
		width: 113px;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 1550px) {
	.index_top {
		height: 115px;
		line-height: 115px;
	}
	.index_logo {
		margin-right: 0.6rem;
	}
	.index_logo img {
		width: 190px;
	}
	.index_nav {
		margin-right: 0.4rem;
		width: 113px;
		padding-top: 20px;
	}
	.index_lr {
		height: 57px;
		line-height: 55px;
	}
	#search_select {
		height: 65px;
		background: #11a093 url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_indexselectjt.png) no-repeat right 18px top 28.5px;
	}
	.search_inputline input,
	.search_inputline button {
		height: 65px;
	}
}

@media only screen and (max-width: 1400px) {
	.index_top {
		height: 110px;
		line-height: 110px;
	}
	.index_logo {
		margin-right: 0.55rem;
	}
	.index_logo img {
		width: 170px;
	}
	.index_nav {
		margin-right: 0.36rem;
		width: 110px;
		padding-top: 23px;
	}
	.index_nav img {
		width: 40px;
	}
	.index_nav p {
		font-size: 16px;
	}
	.index_lr {
		height: 52px;
		font-size: 14px;
		line-height: 50px;
	}
	.index_searchbox {
		width: 600px;
		bottom: 0.5rem;
	}
	#search_select {
		width: 130px;
		height: 60px;
		border-radius: 60px 0 0 60px;
		padding-left: 25px;
		background: #11a093 url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_indexselectjt.png) no-repeat right 15px top 28px;
		background-size: 13px;
		font-size: 14px;
	}
	.search_inputline input,
	.search_inputline button {
		height: 60px;
	}
	.search_inputline {
		width: 470px;
	}
	.search_inputline input {
		font-size: 16px;
		border-radius: 0 60px 60px 0;
	}
	.search_inputline button {
		width: 78px;
		background-size: 20px;
	}
	.search_inputline button:hover {
		background-size: 20px;
	}
}

.common_top {
	height: 120px;
	font-size: 0;
	line-height: 120px;
}

.ctop_in {
	margin: auto;
	width: 1200px;
}

.common_logo {
	margin-right: 92px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s;
}

.common_logo img {
	vertical-align: middle;
}

.common_logo:hover {
	opacity: 0.75;
}

.common_nav {
	margin: 0 10px;
	position: relative;
	display: inline-block;
	width: 100px;
	font-size: ;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
}

.common_nav img {
	width: 50px;
	height: 50px;
}

.common_nav:hover img:first-of-type,
.common_nav.on img:first-of-type,
.common_nav img:nth-of-type(2) {
	display: none;
}

.common_nav:hover img:nth-of-type(2),
.common_nav.on img:nth-of-type(2) {
	display: inline;
}

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

.common_nav:hover p,
.common_nav.on p {
	color: #cc0101;
}

.common_lrline {
	margin-left: 26px;
	display: inline-block;
	vertical-align: middle;
}

.common_lr {
	position: relative;
	display: inline-block;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	font-size: 16px;
	color: #333333;
	line-height: 49px;
	vertical-align: middle;
	transition: all 0.2s;
}

.common_lr.l {
	border-right: 0;
	border-radius: 50px 0 0 50px;
}

.common_lr.r {
	border-left: 0;
	border-radius: 0 50px 50px 0;
}

.common_lr.l:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15.5px;
	width: 1px;
	height: 31px;
	background: #9d9d9d;
	opacity: 0.48;
}

.common_lr:hover {
	border-color: #cc0101;
	color: #cc0101;
}

.common_banner {
	position: relative;
	height: 350px;
	padding-top: 70px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.common_banner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.common_banner {
	color: #ffffff;
}

.common_banner p {
	position: relative;
	z-index: 3;
}

.common_banner .title1 {
	font-size: 33px;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

.common_banner p.f18 {
	text-transform: uppercase;
}

.common_title {
	padding-top: 73px;
	text-align: center;
}

.common_title span {
	position: relative;
	display: inline-block;
	padding: 0 21px;
	font-size: 30px;
	vertical-align: middle;
}

.common_title span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -150px;
	margin-top: -0.5px;
	width: 150px;
	height: 1px;
	background: #d7d7d7;
}

.common_title span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -150px;
	margin-top: -0.5px;
	width: 150px;
	height: 1px;
	background: #d7d7d7;
}

.common_formbox {
	margin: 38px auto 0;
	width: 1200px;
	padding: 25px 44px 20px 66px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	background: #f7f7f7;
	font-size: 0;
}

.selecttype_box {
	margin-bottom: 13px;
}

.stb_title {
	display: inline-block;
	width: 99px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}

.right {
	display: inline-block;
	width: 894px;
	height: 28px;
	overflow: hidden;
	vertical-align: top;
}

.right.on {
	height: auto;
}

.select_a {
	margin: 0 12px 12px;
	display: inline-block;
	min-width: 84px;
	height: 28px;
	border-radius: 28px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid transparent;
	font-size: 16px;
	color: #333333;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
	transition: all 0.2s;
}

.select_a:hover,
.select_a.on {
	border-color: #cc0101;
	color: #cc0101;
}

.select_a:first-of-type {
	font-weight: bold;
}

.right_btn {
	margin-left: 23px;
	display: inline-block;
	width: 71px;
	height: 28px;
	border-radius: 2px;
	padding-right: 18px;
	box-sizing: border-box;
	border: 1px solid #d30149;
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_openicon.png) no-repeat right 10px center;
	font-size: 16px;
	color: #cc0101;
	line-height: 26px;
	text-align: center;
	transition: box-shadow 0.2s;
	cursor: pointer;
}

.right_btn:hover {
	box-shadow: 0 0 3px #d30149;
}

.right_btn.on {
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_closeicon.png) no-repeat right 10px center;
}

.company_box {
	margin: 10px 0 0 99px;
	padding: 10px 0 20px 20px;
	background: #e7e7e7;
}

.company_type {
	display: none;
}

.company_type li {
	display: inline-block;
	width: 120px;
	padding-bottom: 5px;
	vertical-align: top;
}

.company_type li .select_a {
	margin: 0;
	font-weight: normal;
}

.stb_searchline {
	margin-left: 130px;
}

.stb_searchline input {
	width: 826px;
	height: 48px;
	border-radius: 5px;
	padding: 0 13px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	background: #ffffff;
	font-size: 16px;
	vertical-align: top;
}

.stb_searchline button {
	margin-left: -3px;
	width: 135px;
	height: 48px;
	border-radius: 5px;
	border: 0;
	background: #cc0101;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.2s;
}

.stb_searchline button:hover {
	box-shadow: 0 0 5px #cc0101;
}

.zp_listbox {
	margin: 20px auto 60px;
	width: 1200px;
}

.zp_list {
	margin-bottom: 10px;
	display: block;
	height: 127px;
	padding: 0 30px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	font-size: 0;
	color: #333333;
	line-height: 125px;
	transition: all 0.2s;
}

.list_left {
	display: inline-block;
	width: 992px;
	line-height: normal;
	vertical-align: middle;
}

.list_left .oneline {
	display: inline-block;
	max-width: 830px;
}

.list_msg {
	margin-left: 11px;
	margin-right: 108px;
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
}

.list_msg:last-of-type {
	margin-right: 0;
}

.list_btn {
	display: inline-block;
	width: 135px;
	height: 48px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #cc0101;
	font-size: 16px;
	font-weight: bold;
	color: #cc0101;
	line-height: 46px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.zp_list:hover {
	background: #f7f7f7;
}

.zp_list:hover .list_btn {
	background: #cc0101;
	color: #ffffff;
}

.page {
	font-size: 0;
	text-align: center;
}

.page a {
	margin: 0 7.5px;
	display: inline-block;
	min-width: 34px;
	height: 34px;
	border-radius: 34px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666666;
	line-height: 33px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.page a.now,
.page a:hover {
	border-color: #cc0101;
	background: #cc0101;
	color: #ffffff;
}

.page a.disabled:hover {
	border-color: #e5e5e5;
	background: transparent;
	color: #666666;
}

.common_footer {
	padding: 26px 0 17px;
	background: #e4e7ee;
}

.footer_in {
	margin: auto;
	width: 1200px;
}

.footer_leftmsg {
	margin-left: 10px;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	vertical-align: middle;
}

.footer_a {
	margin: 6px 0 0 33px;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	vertical-align: middle;
	transition: all 0.2s;
}

.footer_a:hover {
	color: #cc0101;
}

.lh32 {
	line-height: 32px;
}

.footer_in p .footer_a {
	margin-top: 0;
}

.campus_navline {
	margin-top: 55px;
	font-size: 0;
	text-align: center;
}

.campus_nav {
	margin-right: 3px;
	display: inline-block;
	width: 250px;
	height: 75px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	background: #f7f7f7;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 73px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.campus_nav:hover,
.campus_nav.on {
	border-color: #cc0101;
	background: #cc0101;
	color: #ffffff;
}

.campus_nav:first-of-type {
	border-radius: 5px 0 0 5px;
}

.campus_nav:last-of-type {
	margin-right: 0;
	border-radius: 0 5px 5px 0;
}

.zpdet_box {
	margin: 72px auto 73px;
	width: 1200px;
}

.zpdet_title {
	font-size: 30px;
	font-weight: lighter;
	color: #cc0101;
	text-align: center;
}

.zpdet_content {
	margin-top: 38px;
	padding: 0 29px;
	border: 1px solid #d8d8d8;
	font-size: 0;
}

.zpdet_top {
	padding: 30px 0;
	border-bottom: 1px solid #d2d2d2;
}

.zpdet_msg {
	display: inline-block;
	min-width: 270px;
	padding: 0 10px 0 8px;
	box-sizing: border-box;
	line-height: 38px;
	vertical-align: top;
}

.zpdet_msg img {
	margin-right: 3px;
	vertical-align: middle;
}

.zpdet_msg span {
	vertical-align: middle;
}

.zpdet_infor {
	margin-top: 60px;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.zpdet_bottom {
	height: 56px;
	padding: 69px 0 73px;
	border-top: 1px solid #d2d2d2;
	line-height: 56px;
}

.zpdet_btn1 {
	margin-right: 20px;
	display: inline-block;
	width: 178px;
	height: 56px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #d30149;
	background: #cc0101;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 53px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.zpdet_btn1:hover {
	box-shadow: 0 0 5px #cc0101;
}

.zpdet_btn2 {
	margin-right: 20px;
	display: inline-block;
	width: 178px;
	height: 56px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #cc0101;
	font-size: 18px;
	font-weight: bold;
	color: #cc0101;
	line-height: 55px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.zpdet_btn2:hover {
	background: #cc0101;
	color: #ffffff;
}

.zpdet_btn3 {
	display: inline-block;
	width: 178px;
	height: 56px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	background: #f7f7f7;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 55px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.zpdet_btn3:hover {
	border-color: #cc0101;
	background: #cc0101;
	color: #ffffff;
}

.zpdet_bottom .bshare-custom {
	display: inline-block;
	vertical-align: middle;
}

.zpdet_bottom .bshare-custom a {
	vertical-align: middle;
}

.zpdet_bottom .bshare-custom.icon-medium a {
	margin-right: 1px !important;
	padding-left: 28px !important;
	height: 30px !important;
}

a.bshare-weixin {
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_fxicon1.png) no-repeat center !important;
	background-size: 28px !important;
}

a.bshare-sinaminiblog {
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_fxicon2.png) no-repeat center !important;
	background-size: 28px !important;
}

a.bshare-renren {
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_fxicon3.png) no-repeat center !important;
	background-size: 28px !important;
}

a.bshare-qzone {
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_fxicon4.png) no-repeat center !important;
	background-size: 28px !important;
}

a.bshare-qqmb {
	background: url( //stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_fxicon5.png) no-repeat center !important;
	background-size: 28px !important;
}


.section{
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
}
.section .section_list{
	width: 593px;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	padding: 28px 0;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
}
.section .section_list:nth-child(2n+1){
	margin-left: 0;
}
.section .section_list .section_list_left{
	width: 143px;
	height: 120px;
	border-right: 1px solid #cdcdcd;
	display: inline-block;
	vertical-align: middle;
}
.section .section_list .section_list_left img{
   width:143px;
   margin-top:-12px;
}
.section .section_list .section_list_left h1{
	font-size: 16px;
	color: #333333;
	width: 84px;
	height: 78px;
	text-align: center;
	line-height: 78px;
	margin-left: 32px;
	margin-top: 24px;
	background: url(//stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_quanquan1.png) no-repeat left center;
}
.section .section_list:hover .section_list_left h1{
	background: url(//stcms.beisen.com/cmsportal/11003305/11003305_themes_taikang2019_images_quanquan2.png) no-repeat left center;
}
.section .section_list .section_list_right{
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
}
.section .section_list .section_list_right h2{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
}
.section .section_list .section_list_right p{
	font-size: 16px;
	color: #666666;
}
.section .section_list:hover h2{
	color: #cc0000;
}
.section1_liucheng{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 166px;
}
.section2{
	padding-bottom: 120px;
}
.section2 p{
	padding-top: 50px;
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
}
.section3{
	width: 100%;
	height: 514px;
	background-color: #F7F7F7;
	padding-top: 84px;
	box-sizing: border-box;
}
.section3 .section3_wrap{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.section3 .section3_wrap .section3_wrap_left{
	width: 510px;
	height: 347px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.section3 .section3_wrap .section3_wrap_left img{
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.section3 .section3_wrap .section3_wrap_left:hover img{
	transform: scale(1.01);
}
.section3 .section3_wrap .section3_wrap_right{
	width: 394px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 166px;
}
.section3 .section3_wrap .section3_wrap_right{
	text-align: center;
}
.section3 .section3_wrap .section3_wrap_right h1{
	font-size: 30px;
	color: #333333;
	padding-bottom: 20px;
}
.section3 .section3_wrap .section3_wrap_right p{
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	padding-top: 48px;
}
.section4_title{
	width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	padding-top: 10px;
}
.section4_wrap{
	width: 1200px;
	margin: 50px auto;
	font-size: 0;
}
.section4_wrap .section4_wrap_li{
	width: 386px;
	height: 360px;
	overflow: hidden;
	border-radius: 16px;
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.section4_wrap .section4_wrap_li:nth-child(3n+1){
	margin-left: 0;
}
.section4_wrap .section4_wrap_li .section4_wrap_text{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	width: 217px;
	left: 38px;
}
.section4_wrap .section4_wrap_li:hover .section4_wrap_text{
	background-color: rgba(0,0,0,0.3);
	width: 386px;
	text-align: center;
	height: 360px;
	left: 0;
	bottom: 0;
}
.section4_wrap .section4_wrap_li:hover .section4_wrap_text p{
	width: 200px;
	margin: 0 auto;
	padding-top: 140px;
}
.section5{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	padding-bottom: 140px;
}
.section5_list{
	margin-top: 90px;
}
.section5_list:nth-child(1){
	margin-top: 0;
}
.section5 .section5_list_img{
	display: inline-block;
	vertical-align: middle;
	width: 580px;
	overflow: hidden;
	border-radius: 16px;
}
.section5 .section5_list_img img{
	max-width: 100%;
	transition: .3s;
}
.section5 .section5_list_img:hover img{
	transform: scale(1.03);
}
.section5 .section5_list_text{
	display: inline-block;
	vertical-align: middle;
	width: 620px;
	padding-left: 54px;
	box-sizing: border-box;
}
.section5 .section5_list_text h1{
	font-size: 30px;
	color: #333333;
}
.section5 .section5_list_text .text_title{
	font-size: 14px;
	color: #999999;
	padding-top: 5px;
}
.section5 .section5_list_text .text_text {
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	width: 505px;
}
.section5 .section5_list_text .text_ul{
	color: #333333;
	font-size: 0;
}
.section5 .section5_list_text .text_ul span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
}
.section5 .section5_list_text .text_ul:before{
	content: '■';
	font-size: 16px;
	padding-bottom: 3px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}















