﻿.contact-company{
	padding: 80px 0;
	box-sizing: border-box;
}
.contact-company::after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.contact-us-title{
	line-height: 35px;
	text-align: center;
	color: #565656;
	font-size: 18px;
}
.contact-us-txt{
	line-height: 30px;
	text-align: center;
	color: #565656;
	font-size: 14px;
	text-transform: uppercase;
}

.contact-us-list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 35px 0;
}
.contact-us-list li{
	width: 20%;
	height: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/*justify-content: center;*/
	align-items: center;
}
.contact-us-list li img{
	width: 66px;
	height: 77px;
}
.contact-us-list li>p:first-of-type{
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #606060;
	font-weight: bold;
}
.contact-us-list li>p:last-of-type{
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #888888;
}
.contact-tu{
	width: 100%;
}

.contact-ewm-box{
	float: right;
	margin-top: 80px;
	width: 130px;
	height: 160px;
}
.contact-ewm-box span{
	display: block;
	width: 130px;
	height: 130px;
	border: 1px solid #ed6d00;
	padding: 9px;
	box-sizing: border-box;
}
.contact-ewm-box span img{
	width: 110px;
	height: 110px;
}
.contact-ewm-box p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #888888;
}


.contact-gd-nav{
	width: 100%;
}
.contact-gd-nav::after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.contact-gd-nav li{
	width: 120px;
	height: 40px;
	margin-right: 5px;
	background: #d2d2d2;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	float: left;
	cursor: pointer;
	transition: all 0.3s;
	margin-bottom: 5px;
}
.contact-gd-nav-dq{
	background: #ed6d00 !important;
	color: #FFFFFF !important;
}

.contact-gs-list{
	width: 100%;
	height: auto;
}
.contact-gs-list li{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
}
.contact-gs-list-left{
	width: 730px;
	height: auto;
}
.contact-gs-list-title{
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	background: #ECE5DA;
	font-weight: bold;
}
.contact-gs-list-details{
	background: #f9f7f4;
	padding: 15px 30px;
	box-sizing: border-box;
}
.contact-gs-list-details p{
	display: flex;
	line-height: 25px;
	margin: 5px 0;
	flex-direction: row;
}
.contact-gs-list-details p span{
	width: 50px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.contact-gs-list-details p font{
	flex: 1;
	line-height: 25px;
	font-size: 14px;
	color: #606060;
}



.contact-gs-list-right{
	width: 440px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ece5da;
	background: #ffffff;
}
.contact-gs-list-right img{
	width: 100%;
	height: auto;
}


.contact-zz-list{
	width: 100%;
	height: auto;
}
.contact-zz-list li{
	width: 100%;
	height: 50px;
	background: #faf7f0;
	margin-bottom: 5px;
}
.contact-zz-list li p{
	position: relative;
	line-height: 50px;
	font-size: 14px;
	color: #565656;
	padding-left: 20px;
	padding-right: 60px;
	box-sizing: border-box;
        overflow: hidden;
}
.contact-zz-list li p a.tit {
    color: #555;
    display: block;
}
.contact-zz-list li p a.tit:hover {
    color: #ed6d00;
}
.contact-zz-list li p a.down{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: block;
	background: #ed6d00;
}
.contact-zz-list li p a img{
	width: 50px;
	height: 50px;
}



.contact_xz_list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact_xz_list li{
	width: 20%;
	height: auto;
	margin-bottom: 30px;
}
.contact_xz_list li a{
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.contact_xz_list li a>img:first-of-type{
	width: 164px;
	height: 189px;
}
.contact_xz_list li a>img:last-of-type{
	display: none;
	width: 164px;
	height: 189px;
}
.contact_xz_list li a:hover>img:last-of-type{
	display: block;
}
.contact_xz_list li a:hover>img:first-of-type{
	display: none;
}
.contact_xz_list p{
	text-align: center;
	font-size: 14px;
	color: #000000;
	line-height: 35px;
	margin-top: 10px;
}

.contact_us_ts_title{
	font-size: 14px;
	line-height: 30px;
	color: #565656;
}
.contact_us_ts_form{
	width: 100%;
	height: auto;
	padding: 0 65px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}

.contact_us_ts_table1{
	position: relative;
	width: 44%;
	height: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}
.contact_us_ts_table1::after{
	content: '*';
	color: #ff0000;
	line-height: 35px;
	height: 35px;
	width: 20px;
	position: absolute;
	right: -20px;
	top: 0;
	text-align: center;
	font-size: 20px;
}
.contact_us_ts_table1 span{
	display: block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #000000;
}
.contact_us_ts_table1 input{
	flex: 1;
	height: 35px;
	line-height: 33px;
	font-size: 16px;
	color: #000000;
	border-style: none;
	outline: none;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 0 10px;
}
.contact_us_ts_table1 p{
	position: absolute;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #808080;
	left: 90px;
	bottom: 0;
}

.contact_us_ts_table2{
	width: 100%;
	height: 35px;
}
.contact_us_ts_table2 span{
	float: left;
	width: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #000000;
}
.contact_us_ts_table2 input{
	float: left;
	vertical-align: middle;
	margin-top: 11px;
	margin-right: 10px;
	cursor: pointer;
}
.contact_us_ts_table2 font{
	float: left;
	width: 60px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #565656;
}

.contact_us_ts_table3{
	position: relative;
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 10px;
	margin-top: 35px;
}
.contact_us_ts_table3::after{
	content: '*';
	color: #ff0000;
	line-height: 35px;
	height: 35px;
	width: 20px;
	position: absolute;
	right: -20px;
	top: 0;
	text-align: center;
	font-size: 20px;
}
.contact_us_ts_table3 span{
	display: block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #000000;
}
.contact_us_ts_table3 input{
	flex: 1;
	height: 35px;
	line-height: 33px;
	font-size: 16px;
	color: #000000;
	border-style: none;
	outline: none;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 0 10px;
}
.contact_us_ts_table4{
	position: relative;
	width: 100%;
	height: 125px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.contact_us_ts_table4 span{
	display: block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #000000;
}
.contact_us_ts_table4 textarea{
	flex: 1;
	height: 125px;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	border-style: none;
	outline: none;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 0 10px;
	resize: none;
}
.contact_us_ts_table5{
	width: 47%;
	height: 35px;
	margin-top: 35px;
}
.contact_us_ts_table5 img{
	width: 100px;
	height: 35px;
	float: left;
}
.contact_us_ts_table5 button{
	display: block;
	width: 50px;
	height: 35px;
	border-style: none;
	outline: none;
	line-height: 35px;
	text-decoration: underline;
	font-size: 14px;
	color: #808080;
	margin-left: 15px;
	cursor: pointer;
}

.contact_us_ts_table6{
	width: 100%;
	margin-top: 35px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.contact_us_ts_table6>input:first-of-type{
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: #df6f08;
	font-size: 16px;
	border-style: none;
	outline: none;
	cursor: pointer;
	font-weight: bold;
}
.contact_us_ts_table6>input:last-of-type{
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #565656;
	background: #eeeeee;
	font-size: 16px;
	border-style: none;
	outline: none;
	cursor: pointer;
	font-weight: bold;
}

.human-company{
	padding: 80px 0;
	box-sizing: border-box;
}

.human-company-title{
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #000000;
}
.human-company-txt{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #565656;
}
.human-company-txt span{
	color: #ed6d00 !important;
}

.human-company-rc_list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	padding: 60px 20px;
	padding-top: 0;
	box-sizing: border-box;
}
.human-company-rc_list li{
	width: 30%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 12px solid #ed6d00;
	padding: 50px 20px;
	box-sizing: border-box;
}
.human-company-rc_list li img{
	width: 95px;
	height: 95px;
}
.human-company-rc_list li>p:first-of-type{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #565656;
	margin-top: 35px;
}
.human-company-rc_list li>p:last-of-type{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #b8a095;
}

.human-company-jy_list{
	width: 100%;
	height: auto;
	padding: 0 110px;
	box-sizing: border-box;
}
.human-company-jy_list>li{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.human-company-jy_list_title{
	position: relative;
	width: 100%;
	height: 50px;
	background: #f4efe9;
	line-height: 50px;
	color: #000000;
	font-size: 18px;
	padding-left: 70px;
	box-sizing: border-box;
}
.human-company-jy_list_title i{
	display: block;
	position: absolute;
	height: 36px;
	width: 30px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	left: 20px;
	top: 7px;
}
.human-company-jy_list>li>div{
	width: 100%;
	min-height: 260px;
	padding: 0 140px;
	box-sizing: border-box;
	overflow: hidden;
    background-position: right 30px;
    background-repeat: no-repeat;
}
.human-company-jy_list>li>div>p{
	line-height: 30px;
	font-size: 14px;
	color: #565656;
	margin-top: 40px;
}
.human-company-jy_list>li>div>ul{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 84px;
}
.human-company-jy_list>li>div>ul>li{
	width: 151px;
	height: 77px;
	line-height: 77px;
	text-align: center;
	font-size: 14px;
	color: #565656;
        background: url(../../../../eWebEditor/uploadfile/20200312103115412.png) no-repeat center;
}


.join-in-content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.join-in-content>img{
	width: 100%;
	height: auto;
	margin-top: 80px;
}
.join-in-list-header{
	width: 100%;
	height: 60px;
	background: #e5e5e5;
	padding: 0 25px;
	box-sizing: border-box;
}
.join-in-list-header>span{
	display: inline-block;
	float: left;
	width: 20%;
	height: 60px;
	line-height: 60px;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.join-in-list-header>span:first-of-type{
	width: 40% !important;
	text-align: left !important;
}

.join-in-list{
	width: 100%;
}
.join-in-list>li{
	border-bottom: 1px solid #e5e5e5;
}
.join-in-list>li>p{
	position: relative;
	width: 100%;
	height: 60px;
	background: #ffffff;
	padding: 0 25px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
	border-bottom: 1px solid #ffffff;
}
.join-in-list>li>p>span{
	display: inline-block;
	float: left;
	width: 20%;
	height: 60px;
	line-height: 60px;
	color: #626262;
	font-size: 14px;
	transition: all 0.3s;
	text-align: center;
}
.join-in-list>li>p>span:first-of-type{
	width: 40% !important;
	text-align: left !important;
}
.join-in-list>li>p>font{
	position: absolute;
	width: 25px;
	height: 60px;
	top: 0;
	right: 20px;
	text-align: center;
	line-height: 60px;
	color: #c4c4c4;
	font-size: 18px;
	transition: all 0.3s;
}
.join-in-list-active>p{
	border-bottom: 1px solid #e5e5e5 !important;
}
.join-in-list-active>p>span:first-of-type{
	font-weight: bold;
	color: #ed6d00 !important;
}
.join-in-list-active>p>font{
	color: #ed6d00 !important;
}
.join-in-list-detiils{
	display: none;
	padding: 25px;
	box-sizing: border-box;
}
.join-in-list-detiils>h5{
	font-size: 14px;
	font-weight: bold;
	color: #828282;
	line-height: 45px;
}
.join-in-list-detiils>p{
	font-size: 14px;
	color: #828282;
	line-height: 30px;
}

.join-bottom-box{
	width: 100%;
	height: 40px;
	margin-top: 40px;
}
.join-bottom-box span{
	height: 40px;
	color: #828282;
	font-size: 14px;
	float: left;
	line-height: 40px;
}
.bshare-custom{
	margin-top: 10px;
}
.join-bottom-box>a:last-of-type{
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #ed6d00;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
.join-bottom-box>a:first-of-type{
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	color: #ed6d00;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ed6d00;
	box-sizing: border-box;
}







.dangqun-company{
	padding: 80px 0;
	box-sizing: border-box;
}
.dangqun-tu{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.dangqun-zz-box1::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.dangqun-zz-box1-left{
	width: 765px;
	height: 500px;
	float: left;
}
.dangqun-zz-box1-left-title{
	line-height: 130px;
	font-size: 20px;
	color: #000000;
}
.dangqun-zz-list{
	width: 765px;
	height: 350px;
	margin-bottom: 20px;
}
.dangqun-zz-list .swiper-slide{
	width: 700px;
	height: 50px;
	background: #faf7f0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
}
.dangqun-zz-list .swiper-slide span{
	width: 120px;
	float: left;
	font-size: 16px;
	color: #ed6d00;
	line-height: 48px;
	text-align: center;
}
.dangqun-zz-list .swiper-slide a{
	float: left;
	width: 580px;
	font-size: 14px;
	color: #565656;
	line-height: 48px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dangqun-zz-list .swiper-button-prev{
	width: 40px;
	height: 40px;
	left: auto;
	top: 0;
	right: 0;
	background-position: 0 40px !important;
	margin: 0;
}
.dangqun-zz-list .swiper-button-prev::before{
	content: '';
	display: none;
}
.dangqun-zz-list .swiper-button-prev::after{
	content: '';
	display: none;
}
.dangqun-zz-list .swiper-button-next{
	width: 40px;
	height: 40px;
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
	margin: 0;
}
.dangqun-zz-list .swiper-button-next::before{
	content: '';
	display: none;
}
.dangqun-zz-list .swiper-button-next::after{
	content: '';
	display: none;
}

.dangqun-zz-box1-right{
	width: 405px;
	height: 500px;
	float: left;
	position: relative;
	margin-left: 30px;
}
.dangqun-zz-box1-right>div{
	width: 50vw;
	height: 400px;
	background: #ed6d00;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.dangqun-zz-box1-right>img{
	width: 600px;
	height: 416px;
	background: #ed6d00;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.dangqun-zz-box2{
	width: 100vw;
	height: auto;
	background: #eee;
	position: relative;
	padding: 60px 0;
	box-sizing: border-box;
	right: calc((100vw - 1200px) / 2);
}

.dangqun-zz-box2-title{
	line-height: 90px;
	text-align: center;
	color: #000000;
	font-size: 20px;
	margin-bottom: 40px;
}

.swiper-container2{
	width: 1200px;
	margin: auto;
	height: 855px;
}
.swiper-container2 .swiper-slide{
	width: 1200px;
	height: 755px;
	margin-bottom: 100px;
}
.swiper-container2 .swiper-slide ul{
	width: 100%;
	height: 755px;
}
.swiper-container2 .swiper-slide ul li{
	width: 386.666666px;
	height: 238.3333333px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.swiper-container2 .swiper-slide ul li:nth-child(3n+3){
	margin-right: 0 !important;
}
.swiper-container2 .swiper-slide ul li:nth-child(7){
	margin-bottom: 0 !important;
}
.swiper-container2 .swiper-slide ul li:nth-child(8){
	margin-bottom: 0 !important;
}
.swiper-container2 .swiper-slide ul li:nth-child(9){
	margin-bottom: 0 !important;
}


.swiper-container2 .swiper-button-prev{
	width: 40px;
	height: 40px;
	left: auto;
	bottom: 30px;
	right: 60px;
	background-position: 0 40px !important;
	margin: 0;
	top: auto;
	transform: rotateZ(-90deg);
}
.swiper-container2 .swiper-button-prev::before{
	content: '';
	display: none;
}
.swiper-container2 .swiper-button-prev::after{
	content: '';
	display: none;
}
.swiper-container2 .swiper-button-next{
	width: 40px;
	height: 40px;
	bottom: 30px;
	right: 0;
	top: auto;
	left: auto;
	margin: 0;
	transform: rotateZ(-90deg);
}
.swiper-container2 .swiper-button-next::before{
	content: '';
	display: none;
}
.swiper-container2 .swiper-button-next::after{
	content: '';
	display: none;
}

.swiper-container2 .swiper-slide ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container2 .swiper-slide ul li a img{
	width: 100%;
	height: 100%;
}
.swiper-container2-list-mark{
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.swiper-container2-list-mark div{
	width: 65px;
	height: 40px;
	border-right: 1px solid #ffffff;
}
.swiper-container2-list-mark div span{
	display: block;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	color: #f7ca02;
}
.swiper-container2-list-mark div font{
	display: block;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #f7ca02;
}
.swiper-container2-list-mark p{
	flex: 1;
	line-height: 20px;
	color: #ffffff;
	font-size: 14px;
	margin-left: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



.culture_dq_box{
	width: 100%;
	height: auto;
}
.culture_dq_box::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.culture_dq_box_left{
	width: 780px;
	height: 465px;
	float: left;
	background: #f9f5ec;
}
.culture_dq_box_right{
	width: 405px;
	height: 465px;
	float: right;
}
.culture_dq_box_right img{
	width: 405px;
	height: 465px;
}

.culture_dq_list_top{
	width: 100%;
	height: 210px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.culture_dq_list_top::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.culture_dq_list_top_tu{
	width: 240px;
	height: 150px;
	float: left;
}
.culture_dq_list_top_tu img{
	width: 240px;
	height: 150px;
}
.culture_dq_list_top_details{
	width: 465px;
	height: 150px;
	float: right;
}
.culture_dq_list_top_details p:nth-child(1){
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #000000;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.culture_dq_list_top_details p:nth-child(2){
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ed6d00;
	font-size: 16px;
	margin-bottom: 10px;
}
.culture_dq_list_top_details p:nth-child(3){
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #565656;
	font-size: 14px;
	text-align: justify;
}

.culture_dq_list{
	width: 100%;
	height: 255px;
	overflow-y: auto;
	padding-right: 15px;
	box-sizing: border-box;
}
.culture_dq_list::-webkit-scrollbar{
	background: #f9f5ec;
	width: 6px;
}
.culture_dq_list::-webkit-scrollbar-thumb{
    width: 6px;
	background: #f7ca02;
	border-radius: 5px;
}
.culture_dq_list li{
	height: 51px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	box-sizing: border-box;
}
.culture_dq_list li a{
	display: flex;
	height: 50px;
	width: 100%;
	line-height: 50px;
	flex-direction: row;
	flex-wrap: nowrap;
}
.culture_dq_list li a span{
	display: block;
	width: 100px;
	height: 50px;
	color: #ed6d00;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-right: 20px;	
}
.culture_dq_list li a p{
	flex: 1;
	height: 50px;
	color: #565656;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.culture_dq_box2{
	width: 100%;
	height: 228px;
	margin: 15px 0;
}
.culture_dq_box2_left{
	width: 362px;
	height: 228px;
	float: left;
}
.culture_dq_box2_left img{
	width: 362px;
	height: 228px;
}
.culture_dq_box2_right{
	width: 822px;
	height: 228px;
	float: right;
}
.culture_dq_box2_right img{
	width: 822px;
	height: 228px;
}

.culture_qy_box{
	width: 100%;
	height: 700px;
	/* display: flex; */
	/* flex-direction: row; */
	/* flex-wrap: nowrap; */
	/* align-items: center; */
	/* justify-content: space-between; */
}
.culture_qy_box::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.culture_qy_box_left{
	width: 560px;
	height: 700px;
	/* display: flex; */
	/* flex-direction: row; */
	/* align-items: stretch; */
	/* justify-content: space-between; */
	/* flex-wrap: wrap; */
	/* overflow: hidden; */
	float: left;
}
.culture_qy_box_right{
	width: 640px;
	height: 700px;
	padding: 80px 38px 0;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0,0,0,.18);
	float: left;
	position: relative;
	background: #fff url(../images/quote.png) no-repeat 14px 20px;
}
.culture_qy_box_left li{
	width: 260px;
	height: 340px;
	padding: 50px 30px 0;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0,0,0,.18);
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.3s;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.culture_qy_box_left li span{
  display: block;
  width: 68px;
  height: 36px;
  background: #eeeeee;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
}
.culture_qy_box_left li span:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 17px solid #eeeeee;
  transition: all 0.3s;
}
.culture_qy_box_left li span:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 17px solid #eeeeee;
  transition: all 0.3s;
}
.culture_qy_box_left li span img{
	width: 68px;
	height: 68px;
	position: relative;
	z-index: 5;
}
.culture_qy_box_left_title{
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	line-height: 21px;
}
.culture_qy_box_left li div{
	width: 60px;
	height: 3px;
	background: #e5e5e5;
	margin: 14px auto;
	transition: all 0.3s;
}
.culture_qy_box_left_title2{
	width: 100%;
	height: 25px;
	font-size: 14px;
	text-align: center;
	color: #000000;
}
.culture_qy_box_left_details{
	width: 100%;
	font-size: 14px;
	color: #565656;
	text-align: center;
	margin-top: 20px;
}
.culture_qy_box_left li:hover span,
.culture_qy_box_left li.on span{
	background: #f7ca02 !important;
}
.culture_qy_box_left li:hover span::after,
.culture_qy_box_left li.on span::after{
	border-top: 17px solid #f7ca02 !important;
}
.culture_qy_box_left li:hover span::before,
.culture_qy_box_left li.on span::before{
	border-bottom: 17px solid #f7ca02 !important;
}
/*.culture_qy_box_left li:hover div,*/
.culture_qy_box_left li.on div{
	width: 120px !important;
	background: #df6f08 !important;
}
.culture_qy_box_left li:hover,
.culture_qy_box_left li.on{
	/*transform: scale(1.05);*/
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}


.culture_qy_box_right {
	text-align: justify;
}
.culture_qy_box_right b{
	color: #565656;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
}
.culture_qy_box_right p{
	color: #707070;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}


.culture_pp_box{
	padding: 0 120px;
	box-sizing: border-box;
}
.culture_pp_box>img{
	width: 100%;
}
.culture_pp_title{
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	margin: 40px 0;
}
.culture_pp_title2{
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #565656;
}
.culture_pp_box2{
	width: 100%;
	height: auto;
	padding-left: 325px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	margin-top: 40px;
	background-position: left center;
}
.culture_pp_box2 b{
	font-size: 14px;
	line-height: 40px;
	color: #ed6d00;
	margin-bottom: 10px;
}
.culture_pp_box2 p{
	font-size: 14px;
	line-height: 25px;
	color: #707070;
	margin-bottom: 10px;
}


.dangqun_sh_list{
	width: 100%;
	height: auto;
}
.dangqun_sh_list li{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #FFFFFF;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #faf7f0;
}
.dangqun_sh_list li span{
	display: block;
	width: 110px;
	height: 50px;
	margin-right: 35px;
	line-height: 50px;
	text-align: center;
	color: #ed6d00;
	font-size: 16px;
}
.dangqun_sh_list li p{
	flex: 1;
	height: 50px;
	margin-right: 10px;
	line-height: 50px;
	color: #565656;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dangqun_sh_list li a{
	display: block;
	width: 50px;
	height: 50px;
	background: #ed6d00;
}
.dangqun_sh_list li a img{
	display: block;
	width: 50px;
	height: 50px;
}
.dangqun_sh_list li font{
	width: 38px;
	height: 38px;
	line-height: 29.5px;
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 14px;
	background: #aba9a5;
	border-radius: 25px;
	border: 4px solid #dad7d0;
	box-sizing: border-box;
	margin: 6px;
	cursor: pointer;
	transition: all 0.3s;
}
.dangqun_sh_list li font:hover{
	background: #ed6d00 !important;
	border: 4px solid #f5bf8e !important;
}


.audio_play_box{
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 100;
}
.audio_play_box audio{
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 150px);
	width: 300px;
	height: 60px;
}
.close_audio_button{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 40px;
	top: 20px;
}



.investor-company{
	width: 1200px;
	margin: auto;
	height: auto;
	padding: 80px 0;
	box-sizing: border-box;
}
.investor_jb_title{
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #ed6d00;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}
.investor_jb_title::after{
	content: '》';
	width: 30px;
	height: 30px;
	transform: rotateZ(90deg);
	color: #565656;
	font-size: 30px;
	position: absolute;
	left: calc(50% - 15px);
	bottom: -30px;
	text-align: center;
	line-height: 30px;
}


.investor_jb_tu{
	width: 100%;
	margin-top: 40px;
}
.investor_jb_box{
	position: relative;
	right: calc((100vw - 1200px)/2);
	width: 100vw;
	height: auto;
	padding: 60px 0;
	box-sizing: border-box;
	background: #d2d2d2;
}
.investor_jb_list{
	width: 1200px;
	margin: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
}
.investor_jb_list li{
	width: 215px;
	height: auto;
	box-shadow: 0 0 5px #ccc;
}
.investor_jb_list_top{
	width: 100%;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}
.investor_jb_list_top img{
	width: 66px;
	height: 66px;
}
.investor_jb_list_bottom{
	width: 100%;
	height: 160px;
	background: #ed6d00;
	padding: 40px 15px 0;
	box-sizing: border-box;
	/*display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;*/
}
.investor_jb_list_bottom p:first-of-type{
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.investor_jb_list_bottom p:last-of-type{
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
}


.investor_jb_box2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.investor_jb_box2_left{
	display: inline-block;
	width: 50%;
	height: auto;
	padding: 40px 25px;
	box-sizing: border-box;
	padding-bottom: 0;
}
.investor_jb_box2_right{
	display: inline-block;
	width: 50%;
	height: auto;
	padding: 40px 25px;
	box-sizing: border-box;
	padding-bottom: 0;
}

.investor_jb_box2_left>p{
	font-size: 14px;
	color: #ed6d00;
	line-height: 30px;
	margin-bottom: 40px;
	font-weight: bold;
}
.investor_jb_box2_left>p a{
	text-decoration: underline;
}
.investor_jb_box2_left>p a,.investor_jb_box2_left>p font{
	color: #565656 !important;
	font-weight: initial;
}

.investor_jb_box2_list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 40px;
}
.investor_jb_box2_list li{
	width: 110px;
	height: auto;
}
.investor_jb_box2_list li div{
	width: 110px;
	height: 110px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.investor_jb_box2_list li div img{
	max-width: 90%;
}
.investor_jb_box2_list li>p{
	font-size: 14px;
	color: #565656;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
}

.investor_jb_box2_right b{
	line-height: 30px;
	font-size: 14px;
	color: #ed6d00;
	margin-bottom: 60px;
	display: inline-block;
}
.investor_jb_box2_right p{
	line-height: 30px;
	font-size: 14px;
	color: #565656;
	margin-bottom: 40px;
}





.investor-gs-nav{
	width: 100%;
	height: 60px;
	background: #f6f6f6;
}
.investor-gs-nav li{
	position: relative;
	width: 25%;
	height: 60px;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.investor-gs-nav li::after{
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: -1px;
	background: #ed6d00;
}
.investor-gs-nav-dq{
	background: #ed6d00;
}
.investor-gs-nav-dq::after{
	display: none !important;
}
.investor-gs-nav-dq::before{
	position: absolute;
	bottom: -10px;
	left: calc(50% - 5px);
	content: '';
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ed6d00;
}
.investor-gs-nav-dq span{
	color: #ffffff !important;
}
.investor-gs-nav-dq img:first-of-type{
	display: none !important;
}
.investor-gs-nav-dq img:last-of-type{
	display: block !important;
}
.investor-gs-nav li:last-child::after{
	display: none;
}
.investor-gs-nav li span{
	display: inline-block;
	font-size: 14px;
	color: #ed6d00;
	margin: 0 10px;
	font-weight: bold;
}
.investor-gs-nav li img{
	width: 38px;
	height: 38px;
}
.investor-gs-nav li img:last-of-type{
	display: none;
}




.investor-gs-box{
	display: none;
	width: 100%;
}
.investor-gs-box-title{
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 80px;
	margin-top: 40px;
}


.investor-gs-box-list{
	width: 100%;
	height: auto;
	margin: 30px 0;
}
.investor-gs-box-list>li{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50px;
	background: #f4f0e9;
	cursor: pointer;
	border-bottom: 2px solid #ffffff;
}
.investor-gs-box-list>li>a{
	width: 100%;
	height: 50px;
	display: block;
	font-size: 14px;
	color: #565656;
	line-height: 50px;
	padding-left: 35px;
	padding-right: 60px;
	box-sizing: border-box;
}
.investor-gs-box-list>li>span{
	position: absolute;
	right: 18px;
	top: 8px;
	  width: 20px;
	  height: 34px;
	  background: #f4f0e9;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  cursor: pointer;
    }
.investor-gs-box-list>li>span:before {
      content: "";
      position: absolute;
      top: 12px;
      left: -22px;
      width: 0;
      height: 0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-bottom: 10px solid #f4f0e9;
      transform: rotateZ(-90deg);
    }
.investor-gs-box-list>li>span:after {
      content: "";
      position: absolute;
      bottom: 12px;
      right: -22px;
      width: 0;
      height: 0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-top: 10px solid #f4f0e9;
      transform: rotateZ(-90deg);
    }
.investor-gs-box-list>li>span>img:first-of-type{
	width: 16px;
	height: 16px;
}
.investor-gs-box-list>li>span>img:last-of-type{
	width: 16px;
	height: 16px;
	display: none;
}

.investor-gs-box-list-dq>a{
	background: url(../images/sub_images/investor-gs-box-list-bg.png) no-repeat left center;
	background-size: 23px 50px;
}
.investor-gs-box-list-dq>span{
	background: #ed6d00 !important;
}
.investor-gs-box-list-dq>span::after{
	border-top: 10px solid #ed6d00 !important;
}
.investor-gs-box-list-dq>span::before{
	border-bottom: 10px solid #ed6d00 !important;
}
.investor-gs-box-list-dq>span>img:first-of-type{
	display: none !important;
}
.investor-gs-box-list-dq>span>img:last-of-type{
	display: block !important;
}


.investor-gs-box-sub-list{
	display: none;
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 20px 60px 20px 40px;
	box-sizing: border-box;
}
.investor-gs-box-sub-list>li{
	width: 100%;
	height: 45px;
}
.investor-gs-box-sub-list>li>a{
	display: block;
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 45px;
	line-height: 45px;
	transition: all 0.3s;
}
.investor-gs-box-sub-list>li>a::before{
	content: '>';
	width: auto;
	height: 45px;
	color: #565656;
	font-size: 14px;
	margin-right: 15px;
	transition: all 0.3s;
}
.investor-gs-box-sub-list>li>a:hover{
	color: #ed6d00 !important;
}
.investor-gs-box-sub-list>li>a:hover::before{
	color: #ed6d00 !important;
}

.investor_xx_nav{
	width: 100%;
	height: 60px;
	background: #f6f6f6;
	margin-bottom: 40px;
}
.investor_xx_nav li{
	position: relative;
	width: 16.6666666%;
	height: 60px;
	text-align: center;
	font-size: 14px;
	color: #ed6d00;
	font-weight: bold;
	line-height: 60px;
	float: left;
	cursor: pointer;
}
.investor_xx_nav li a {
	color: #ed6d00;
        display:block;
        height: 60px;
}
.investor_xx_nav_dq,
.investor_xx_nav_dq a{
	background: #ed6d00 !important;
	color: #ffffff !important;
}
.investor_xx_nav_dq:before{
	position: absolute;
    bottom: -10px;
    left: calc(50% - 5px);
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ed6d00;
}
.investor_xx_nav li::after{
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: -1px;
	background: #ed6d00;
}
.investor_xx_nav_dq::after{
	display: none !important;
}
.investor_xx_nav li:last-child::after{
	display: none;
}

.investor_xx_box{
	/*display: none;*/
	width: 100%;
	height: auto;
}
.investor_xx_box_nav{
	display: inline-block;
	width: 100%;
	height: 80px;
	float: right;
	text-align: right;
	margin-bottom: 40px;
}
.investor_xx_box_nav li{
	width: auto;
	display: inline-block;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
}
.investor_xx_box_nav li a {
	color: #565656;
}
.investor_xx_box_nav_dq,
.investor_xx_box_nav_dq a{
	color: #ed6d00 !important;
}
.investor_xx_sub_box{	
	width: 100%;
	height: auto;
	overflow: hidden;
}


.investor_xx_sub_box_list{
	width: 100%;
	height: auto;
}
.investor_xx_sub_box_list li{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #ffffff;
	background: #faf7f0;
}
.investor_xx_sub_box_list li a{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.investor_xx_sub_box_list li span{
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #ed6d00;
	text-align: center;
	font-weight: bold;
	margin-right: 30px;
}
.investor_xx_sub_box_list li p{
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #565656;
	margin-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.investor_xx_sub_box_list li font{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ed6d00;
	margin-left: 10px;
}
.investor_xx_sub_box_list li:hover{
	background: #ed6d00 !important;
}
.investor_xx_sub_box_list li:hover span{
	color: #ffffff !important;
}
.investor_xx_sub_box_list li:hover p{
	color: #ffffff !important;
}

.investor_xx_box_table{
	width: 100%;
}
.investor_xx_box_table tr:first-of-type{
	background: #ed6d00 !important;
}
.investor_xx_box_table tr:first-of-type td{
	color: #ffffff !important;
}
.investor_xx_box_table tr{
	width: 100%;
	height: 45px;
	background: #faf7f0;
	border-bottom: 2px solid #ffffff;
}
.investor_xx_box_table tr td{
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
    color: #565656;
    padding: 15px 30px;
    vertical-align: top;
}
.investor_xx_box_details{
	width: 100%;
	height: auto;
}
.investor_xx_box_details b{
	display: inline-block;
	font-size: 16px;
	line-height: 35px;
	color: #565656;
	margin-top: 35px;
}
.investor_xx_box_details p{
	font-size: 14px;
	line-height: 25px;
	color: #565656;
}




.investor_yb_list{
	width: 100%;
	height: auto;
}
.investor_yb_list li{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #ffffff;
	background: #faf7f0;
}
.investor_yb_list li a{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.investor_yb_list li span{
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #ed6d00;
	text-align: center;
	margin-right: 30px;
	font-weight: bold;
}
.investor_yb_list li p{
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #565656;
	margin-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.investor_yb_list li font{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ed6d00;
	margin-left: 10px;
}
.investor_yb_list li:hover{
	background: #ed6d00 !important;
}
.investor_yb_list li:hover span{
	color: #ffffff !important;
}
.investor_yb_list li:hover p{
	color: #ffffff !important;
}



.invto-red {padding-bottom: 50px;font-size: 14px;}
.invto-red .tit{ background:url(../images/icon1.jpg) no-repeat 0 2px; text-indent:15px; line-height:16px; margin-bottom:10px;}
.invto-red .tabList{ margin-bottom:15px;}
.invto-red table{ width:100%;}
.invto-red table th,.invto-red table td{padding:15px 30px;}
.invto-red table th{ background:#ed6d00; color:#ffffff; border-bottom:5px solid #ffffff; font-size:14px;}
.invto-red table td{ background:#f9f5eb; color:#636869; border-bottom:5px solid #ffffff;}
.invto-red table .tr_on td{ background:#e8e0c9}



.culture_qy_box_right-item {
	display: none;
}
.culture_qy_box_right-bottom {
	margin-top: 20px;
	overflow: hidden;
	position: absolute;
	left: 38px;
	bottom: 12px;
	width: 566px;
}
.culture_qy_box_right-bottom .icon img {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 28px;
	top: 50%;
	margin-top: -30px;
	z-index: 1;
}
.culture_qy_box_right-bottom .icon:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 17px solid #eeeeee;
  transition: all 0.3s;
}
.culture_qy_box_right-bottom .icon:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 17px solid #eeeeee;
  transition: all 0.3s;
}
.culture_qy_box_right-bottom .icon{
  display: block;
  width: 68px;
  height: 36px;
  background: #eeeeee;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-top: 17px;
}

.culture_qy_box_right-bottom .txt {
	float: right;
	width: 462px;
}
.culture_qy_box_right-bottom .name {
}
.culture_qy_box_right-bottom .en {
	font-weight: bold;
	color: #ed6d00;
	font-size: 18px;	
	float: left;
	line-height: 36px;
}
.culture_qy_box_right-bottom .en span {
	font-size: 36px;
	vertical-align: -1px;
}
.culture_qy_box_right-bottom .ch {
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-top: 13px;
	margin-left: 6px;
	font-weight: bold;
}
.culture_qy_box_right-bottom .info {
	font-size: 14px;
	color: #555;
}




.investor_jb_tuuu {
	overflow: hidden;
	margin-top: 40px;
}
.investor_jb_tuuu .txt {
	float: left;
	margin-left: 30px;
	margin-top: 86px;
}
.investor_jb_tuuu .txt .ch {
	font-size: 20px;
	color: #555;
	font-weight: bold;
}
.investor_jb_tuuu .txt .en {
	font-size: 24px;
	color: #fabd47;
	font-weight: bolder;
}
.investor_jb_tuuu .pic {
	float: right;
	width: 600px;
	position: relative;
}
.investor_jb_tuuu .pic p {
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	color: #000;
	right: 74px;
	font-weight: bold;
}






.culture_pp_txt {
	overflow: hidden;
	padding-bottom: 15px;
}
.culture_pp_txt img {
	float: left;
	width: 286px;
}
.culture_pp_txt .txt {
	float: left;
	width: 630px;
	text-align: justify;
	margin-left: 39px;
}
.culture_pp_txt .ch {
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
}
.culture_pp_txt .en {
	font-size: 18px;
	color: #000;
	letter-spacing: 2.3px;
}
.culture_pp_txt .word {
	margin-top: 20px;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	color: #555;
}



