/* 头部导航 */
.nav-box{
	box-shadow: 1px 1px 10px rgba(134, 134, 134, 0.5);
	position: sticky;
	z-index: 99;
	top:0;	
}
.nav-text{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-text img{
	width: 180px;
	height: auto;
}
.nav-text li{
	float: left;
	position: relative;
	line-height: 80px;
	font-size: 18px;
}
.nav-text-now a{
	color:#19079c;
}
.nav-text li dl {
	display: none;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	z-index: 999;
	padding:10px;
	width: 120px;
	border-radius: 0 0 8px 8px;
	text-align: center;
	left: 0px;
	line-height: 40px;
	font-size: 16px;
}
.nav-text li:hover dl {
	display: block;
}
.nav-text li:hover dl a {
	color: #000;
}
.nav-text li:hover dl a:hover{
	color: #19079c;
}
/* 股市行情 */
.market{
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.market-left{
	width:170;
}
.market-right{
	flex: 1;
	display: flex;
}
.market-info{
	width:14.2%;
	border-right: 1px dashed #d3d4d5;
}
.market-info:last-child{
	border: 0;
}
.market-info-box{
	width: 130px;
	margin: 0 auto;
}

.market-info-top{
	display: flex;
	align-items: center;
	line-height: 30px;
	justify-content: space-between;
}
.market-info-top cite{
	color: #666;
	font-weight: 700;
}
.market-info-bottom{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
}
.market-info-top cite.marketred,.market-info-bottom.marketred{
	color:#db2015;
}
.market-info-top cite.marketgreen,.market-info-bottom.marketgreen{
	color:#03860f;
}
/* 新闻动态 */
.index-news{
	display: flex;
	justify-content: space-between;
}
.index-news-icon{
	display: flex;
	align-items: center;
	position:relative;
}
.index-new-search-box{
	display: none;
}
.index-new-search{
	position: relative;
	width: 320px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #f4f4f4;
	border-radius: 20px;
	font-size: 14px;
	color: #666;
	display: flex;
	justify-content: space-between;
	left: 30px;
}
.index-new-search-left{
	display: flex;
	align-items: center;
}
.index-new-search-left i{
	margin-right: 10px;
}
.swiper-news-prev{
	margin:0 10px 0 20px;
	cursor: pointer;
}
.swiper-news-next{
	cursor: pointer;
}
.swiper-news-prev:hover .icon-Arrowleftback:before,.swiper-news-next:hover .icon-Arrowrightnext:before{
	color: #19079c;
}
.index-news-textbox{
	display: flex;
	justify-content: space-between;
}
.index-news-textbox-info{
	width: 31.5%;
}
.index-news-text{
	width: 100%;
	background: #f6f6f6;
}
.index-news-text-img{
	width: 100%;
	max-height: 220px;
	overflow: hidden;
}
.index-news-text-img img{
	width: 100%;
	height: auto;
	transition: all .4s;
}
.index-news-text-img img:hover {
	transform: scale(1.2);
}
.index-news-info{
	padding: 20px 40px;
	box-sizing: border-box;
}
.index-news-info h4{
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-size:22px;
}
.index-news-info p{
	color: #888;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.index-news-icon{
	display: flex;
	justify-content: space-between;
	color: #19079c;
	padding-bottom:40px;
}
.index-news-icon-left{
	display: flex;
}
.index-news-icon-left span{
	margin-left: 40px;
}
.index-news-icon em{
	border: 1px solid #19079c;
	border-radius: 20px;
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	margin-right: 40px;
}

/* 搜索结果页窗口 */
.ny-global-search{
	margin: 20px auto;
	background-color: #f1f1f1;
	border-radius: 30px;
	width: 100%;
}
.search-form {
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: space-evenly;
	width: 50%;
	margin: 0 auto;
}
.report-box {
	width: 70%;
}
.report-input,.report-all-select {
	
	border: 1px solid #ccc;
	line-height: 36px;
	height: 36px;
	background: #fff;
	border-radius: 20px;
	text-indent: 20px;

}
.report-input input{
	line-height: 32px;font-size: 18px;
}
.report-all {
	width: 280px;
	display: flex;
	justify-content: space-between;
}
.report-all-select {
	width: 180px;
}
.report-all-select select{
	line-height: 32px;
	height: 32px;
	font-size: 18px;
	width: 80%;
}
.report-button {
	background-color: #03860f;
	border-radius: 20px;
	color: #fff;
	width: 80px;
}

/* 关于我们 */
.index-about-title{
	width: 310px;
	height: auto;
}
.index-about-title img{
	width: 100%;
	height: auto;
}
.index-about{
	display: flex;
	justify-content: space-between;
}
.index-about-left{
	width: 44%;
	color: #666;
	box-sizing:border-box;
}
.index-about-left p{
	line-height: 36px;
	font-size: 20px;
}
.index-about-left-text{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.index-about-left-box{
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.index-about-left-box:nth-child(1),.index-about-left-box:nth-child(3){
	border-right: 1px solid #e3e4e6;
	box-sizing: border-box;
}
.index-about-left-box:nth-child(3),.index-about-left-box:nth-child(4){
	border-top: 1px solid #e3e4e6;
}
.index-about-left-box-lt span{
	font-size: 24px;
}
.index-about-left-box-lt span i{
	font-size: 48px;
	color: #19079c;
	font-family:'黑体';
	font-weight: 700;
}

.index-about-right{
	width: 43%;
	display: flex;
	justify-content: space-between;
	align-items: top;
	background: #000;
	position: relative;
}
.index-about-right video{
	width: 100%;
}
.index-about-right span{
	position: absolute;
	top:16%;
	left:-10%;
	z-index: 99;
}
.index-about-right span img{
	width: 100%;
	height: auto;
}
.index-about-right i{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%); 
	opacity: 0.8;
}
.index-about-more{
	font-size: 14px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #19079c;
	width:150px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.index-about-more-one{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.index-about-more-two{
	display: none;
}

.index-about-more:hover .icon-jiantou_xiangyou_o:before {
	color: #fff;
}

.index-about-more:hover .index-about-more-one{
	display: none;
}
.index-about-more:hover .index-about-more-two{
	display: block;
}
.index-about-more:hover{
	color: #fff;
	background-color: #19079c;
	width: 180px;
	transition: 0.8s;
}

/* 产品中心 */
.index-product-box{
	width: 95%;
	margin-left: 5%;
}
.index-product{
	display: flex;
}
.index-product-list{
	background: url(../images/cp_bg.jpg) no-repeat center;
	background-size: 100%;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding:8% 0 3% 0;
}
.index-product-img{
	position: relative;
	width: 70%;
	margin-left: 10%;
}
.index-product-img img{
	transition: all .4s;
}
.index-product-img:hover img{
	transform: scale(1.1);
}
.index-product-img span{
	position: absolute;
	bottom: 4%;
	font-size: 30px;
	width: 100%;
	text-align: center;
}
.index-product-img a{
	color: #333;
}
/* 党建工作和可持续发展 */
.index-develop{
	display: flex;
	flex-wrap: wrap;
}
.index-develop-box{
	width: 50%;
}
.index-develop-box img{
	width: 100%;
	height: auto;
}
.index-develop-bg{
	position: relative;
	overflow: hidden;
}
.index-develop-img{
	position: absolute;
	background:rgba(000, 000, 000, 0.3);
	width: 100%;
	height: 100%;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s;
}
.index-develop-img img{
	width: 23%;
}
.index-develop-bg:hover .index-develop-img{
	top:-100%;
}
@keyframes mynone{
	display: none;
}

.index-develop-text{
	position: absolute;
	bottom:0;
	width: 100%;
	background:rgba(000, 000, 000, 0.5);
	display: none;
	height: 100px;
	animation:myfirst 1s;
}
.index-develop-bg:hover .index-develop-text{
	display: block;	
}
@keyframes myfirst{
	display: block;
}
.index-develop-list{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	height: 100px;
}
.index-develop-list span{
	width: 33%;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index-develop-list span a{
	color: #fff;
}
.index-develop-list span a:hover{
	background:rgba(000, 000, 000, 0.4);
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}
.index-develop-list span:last-child{
	border: 0;
}

/* 通用底部样式 */
.footer-bg{
	background: #222222;
	color: #868686;
	padding-top: 20px;
}
.footer-box{
	position: relative;
}
.footer-link{
	display: flex;
}
.footer-linktext{
	display: flex;
	font-size: 16px;
}
.footer-linktext-icon{
	margin-left: 10px;
}
.footer-line{
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
	position: absolute;
	top:50px;
	width: 100%;
}
.footer-nav{
	position: absolute;
	right: 0;
	top:10px;
	display: flex;
}

.footer-nav dl dt{
	margin-bottom: 20px;
	line-height: 50px;
}
.footer-nav dl dt a{
	color: #bdbdbd;
}
.footer-nav dl dt a:hover{
	color: #868686;
}
.footer-nav dl dd{
	margin-inline-start: 0;
	font-size: 16px;
	line-height: 40px;
}

.footer-nav dl dd a,.footer-bt-list a{
	color: #868686;
}
.footer-nav dl dd a:hover,.footer-bt-list a:hover{
	color: #bdbdbd;
}

.footer-bt{
	background: #151515;
	margin-top: 10px;
	line-height: 60px;
	color: #868686;
}
.footer-bt-list{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.footer-icon{
	display: flex;
	align-items: center;
}
.footer-icon-weixin{
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}
.footer-icon-weixin span{
	display: none;
}
.footer-icon-weixin:hover span{
	display: block;
}
.footer-icon-box{
	width: 102px;
	height: 102px;
	background: #fff;
	position: absolute;
	bottom: 35px;
	left: -25px;
	border-radius: 5px 5px 0 0;
}
.footer-icon-box img{
	width: 98px;
	height: 98px;
	margin: 2px 0 0 2px;
}
.footer-icon-box-sjx{
	position: absolute;
	width:0;
	height:0; 
	border:8px solid; 
	border-top-color:#fff; 
	border-left-color:rgba(255, 255, 255, 0); 
	border-right-color:rgba(255, 255, 255, 0); 
	border-bottom-color:rgba(255, 255, 255, 0); 
	bottom: 20px;
	left:15px;
}
/* 走进龙桥样式 */
.ny-banner{
	width: 100%;
	height: 450px;
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
	flex-direction: column;
}
h3.ny-ban-font{
	font-size: 50px;
	font-family: oswald;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.ny-banner span{
	font-size: 20px;
	margin-top: 20px;
}

.ny-nav{
	border-bottom: 1px solid #dedede;
	height: 80px;
}
.ny-navbox{
	display: flex;
	justify-content: space-between;
}
.ny-nav-left{
	display: flex;
}
.ny-nav-left-list{
	border-right: 1px solid #e5e5e5;
	padding: 0 30px;
	height: 20px;
	margin-top: 36px;
}
.ny-nav-left-list:last-child{
	border: 0;
}
.ny-nav-left-list h5{
	border-bottom: 3px solid #fff;
	font-size: 18px;
	padding-bottom: 16px;
}
.ny-nav-now,.ny-nav-now a{
	color: #19069d;
}
.ny-nav-now h5{
	border-bottom: 3px solid #19069d;
}
.ny-nav-right{
	color: #888;
	margin-top: 36px;
	font-size: 16px;
}
.ny-nav-right a{
	color: #888;
}
.ny-nav-right a:hover{
	color: #333;
}
/* 公司简介 */
.about-our-top{
	background: #f6f6f6;
	width: 90%;
	margin-left: 10%;
	display: flex;
	justify-content: space-between;
	margin-top: 7%;
	padding-bottom: 3%;
}
.about-our-topvideo{
	width: 55%;
	margin-left: -10%;
	margin-top: -40px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about-our-pz{
	width: 100%;
	position: relative;
}
.about-our-pz video{
	width: 100%;
	height: auto;
}
.about-our-pz img{
	position: absolute;
	opacity: 0.8;
	width: 9%;
	z-index: 99;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.about-our-toptext{
	width: 55%;
	padding: 4% 6% 0 6%;
	box-sizing: border-box;
}
.about-our-toptextinfo{
	line-height: 36px;
}
.about-our-bg{
	background: #eaeaea;
	margin-top: -10%;
	position: relative;
	z-index: -999;
	padding-top: 10%;
}
.about-our-bt-bg{
	background: url(../images/about-bg1.png) no-repeat center bottom;
	height: 500px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.about-our-cpbox{
	display: flex;
	margin-top: 50px;
	width: 100%;
}
.about-our-cpbox-wd{
	width: 33%;
	display: flex;
	justify-content: center;
}

.about-our-cirle{
	width: 190px;
	height: 190px;
	background: rgba(255, 255,255, 0.7);
	border-radius: 50%;
	border: 18px solid;
	border-color: rgba(000, 000, 000, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 24px;
	position: relative;
}
.about-our-cirle span{
	font-size: 36px;
	margin-top: 30px;
}
.about-our-cirle i{
	position: absolute;
	right: 45px;
	font-size: 36px;
	top:55px
}
/* 荣誉资质 */
.honor-content{
	display: flex;
	width: 100%;
	margin: 4% 0;
	align-items: center;
	padding-bottom: 40px;
}
.honor-left{
	width:55%;
	text-align: center;
}
.honor-left h3{
	font-size: 36px;
	margin-bottom: 30px;
}
.honor-right{
	flex: 1;
	padding-left: 6%;
	position: relative;
}
/* 发展历程 */
.history-content{
	width: 70%;
	margin: 0 auto;
}
.history-box{
	position: relative;
	width: 100%;
	margin-top: 120px;
}
.history-info{
	display: flex;
	align-items: center;
}
.history-info i{
	cursor: pointer;
}
.history-line{
	flex: 1;
	height: 4px;
	background: #f0f2f5;
}
.history-text{
	display: flex;
	align-items: stretch;
	margin-bottom: 150px;
}
.history-text-right{
	background: #352e66;
	writing-mode:vertical-rl;
	color: #fff;
	font-size: 30px;
	padding: 60px 40px;
	box-sizing: border-box;
	letter-spacing: 10px;
	display: flex;
	justify-content: center;
}
.gallery-text{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 400px;
	overflow-y: auto;
	margin: 40px 90px 40px 90px;
	padding: 80px 0;
}
.gallery-text h4{
	font-size: 48px;
	color: #352e66;
	font-family: '黑体';
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.gallery-info{
	line-height: 30px;
	margin-left: 90px;
	width: 100%;
	text-align: left;
}
.gallery-info p{
	margin-bottom: 20px;
}
/* 控股子公司 */
.share-box{
	display: flex;
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.share-box:nth-child(2n){
	flex-direction: row-reverse;
}
.share-box-left{
	width: 45%;
}
.share-box-left img{
	width: 100%;
	height: auto;
}
.share-bg{
	background:rgba(246,246,246,0.6);
	flex: 1;
	margin: 2% 0 2% -50px;
	display: flex;
	align-items: center;
}
.share-bg.sharebg1{
	margin: 2% -50px 2% 0;
	z-index: 9;
}
.share-text{
	padding: 5% 5% 5% 10%;
}
.share-text.shareml{
	padding: 5% 10% 5% 5%;
}
.share-text span{
	line-height: 30px;
	color: #666;
	margin-top: 40px;
	display: block;
}
/* 联系我们 */
.link-box-map {
	width: 100%;
	min-height: 550px;
}
.link-box{
	width: 100%;
	position: relative;
	margin: 90px 0 150px 0;
}
.link-box-map img{
	width: 100%;
}
.link-address{
	width: 80%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(108, 146, 225, 0.2);
	padding: 60px 80px 80px 80px;
	box-sizing: border-box;
	position: absolute;
	bottom:-80px;
	left : 50% ; 
	transform : translate(-50%,0) ;
	color: #666;
}
.link-text{
	display: flex;
	align-items: center;
}
.link-title{
	background: url(../images/linkfont-bg.png) no-repeat;
	width: 260px;
	height: 60px;
	color: #000;
	align-items: center;
	display: flex;
	font-weight: 700;
	margin-bottom: 20px;
}
.link-text-left{
	margin-right: 18%;
	font-size: 18px;
}
.link-text-right{
	line-height: 45px;
	margin-top: 10px;
}
.link-text-rightfont{
	display: flex;
	margin-top: 15px;
}
.link-text-rightfont i{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f3f3f3;
	display:block;
	text-align: center;
	margin-right: 10px;
}
/* 产品中心 */
.product-title{
	font-size: 22px;
	color: #666;
	padding: 75px 0 60px 0;
	line-height: 40px;
}
.product-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-list-info{
	background: #f2f2f2;
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 3%;
}
.product-list-info img{
	width: 35%;
	transition: all .4s;
	cursor: pointer;
}
.product-list-info img:hover{
	transform: scale(1.1);
}
.product-txt{
	font-size: 30px;
	display: flex;
	flex-direction: column;
	margin-right: 5%;
	margin-top: -15%;
	margin-left: -15%;
}
.product-txt cite{
	line-height: 80px;
}
.product-txt span i{
	font-size: 48px;
}
/* 图片链接 */
.linkpic{
	display: flex;
	margin-top: 30px;
}
.linkpic-text{
	width: 33.3%;
	overflow: hidden;
	position: relative;
}
.linkpic-text img{
	width: 100%;
	height: auto;
	transition: all .4s;
}
.linkpic-text:hover img{
	transform: scale(1.2);
}
.linkpic-text span{
	position: absolute;
	left:50px;
	bottom:40px;
	font-size: 30px;
	color: #fff;
}
/* 新闻中心列表页面 */
.news-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
	justify-content: space-between;
}
.news-text{
	width: 31%;
	background: #f6f6f6;
	margin-top: 60px;
}
/* 新闻中心详情页面 */
.detail-box{
	width: 1100px;
	margin: 0 auto;
}
.detail-top{
	width: 100%;
	color: #999;
	border-bottom: 1px solid #e6e6e6;
	margin: 30px 0;
	padding-bottom: 20px;
	font-size: 18px;
}
.detail-top a{
	color: #999;
}
.detail-top a:hover{
	color: #19079c;
}
.detail-top h2{
	font-size: 48px;
	color: #333;
	padding: 40px 0;
}
.detail-top span{
	font-size: 16px;
	color: #666666;
}
.detail-top span cite{
	margin-left: 40px;
}
.detail-text img{
	max-width: 900px;
}
.detail-next{
	border-top: 1px solid #e6e6e6;
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	color: #9d9d9d;
	line-height: 40px;
	padding-top: 15px;
}
.detail-next a{
	color: #9d9d9d;
}
.detail-next a:hover{
	color: #19079c;
}
/* 分页 */
.paginate{
	border-bottom: 5px solid #3d366c;
	margin-bottom: 45px;
}
.paginate-list{
	width: 100%;
	border-bottom: 2px solid #3d366c;
	margin-bottom: 2px;
	padding-bottom: 40px;
	padding-left: 40px;
	box-sizing: border-box;
}
.paginate-list li{
	border: 1px solid #3d366c;
	background: #f1f1f1;
	padding: 5px 10px;
	color: #3d366c;
	margin-right: 10px;
	line-height: 24px;
}
.paginate-list a {
	
	padding: 5px 10px;
	line-height: 32px;
}
.paginate-list a.paginate-now,.paginate-list a:hover{
	background: #3d366c;
	color:#fff;
}
.paginate-list ul{
	display: flex;
	margin-top: 30px;
}
.paginate-list .active{
	border: 1px solid #3d366c;
	background: #3d366c;
	padding: 10px 18px;
	color: #fff;
	margin-right: 10px;
}
/* 党建工作 */
.party-bg{
	background: #f6f6f6;
	padding: 70px 0;
}
.party-top{
	display: flex;
}
.party-top-left{
	width: 40%;
	overflow: hidden;
}
.party-top-left img{
	width: 100%;
	height: auto;
	transition: all .4s;
}
.party-top-left img:hover{
	transform: scale(1.2);
}
.party-top-right{
	width: 60%;
}
.party-top-right .party-text{
	width: 80%;
	margin: 0 auto;
	font-size:18px;
	color: #666;
	margin-top: 20px;
}
.party-top-right .party-text h4{
	font-size: 30px;
	color: #333;
	padding: 40px 0;
}
.party-top-right .party-text p{
	line-height: 30px;
}
.party-top-right .party-text cite{
	border-radius:30px;
	display:flex;
	background: #fff;
	text-align: center;
	width: 150px;
	line-height: 30px;
	border: 1px solid #19079c;
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	
}
.party-list{
	border-bottom: 1px solid #e5e5e5;
	padding: 65px 40px;
	box-sizing: border-box;
	display: flex;
}
.party-list-time{
	width: 120px;
	text-align: center;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	color: #979797;
}
.party-list-time i{
	font-size: 74px;
}
.party-list-time cite{
	font-size: 26px;
}
.party-list-text{
	flex: 1;
	overflow: hidden;
}
.party-list-text h3{
	font-size: 30px;
	color: #333;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.party-list-text p{
	line-height: 30px;
	height: 60px;
	margin-top: 20px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.party-list:hover .party-list-text h3{
	color: #19079c;
}
.party-list:hover{
	border-bottom: 1px solid #19079c;
}
/* 用人理念 */
.idea-box{
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.idea-box-left{
	width: 40%;
	font-size: 20px;
	line-height: 40px;
}
.idea-box-left h4{
	font-size: 36px;
	margin-bottom: 30px;
}
.idea-box-right{
	width: 50%;
	margin-top: 30px;
}
/* 招聘岗位*/
.jop-title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.job-hr-qrcode {
	margin-top: 20px;
}
.jop-title h4{
	font-size: 30px;
	margin: 60px 0 10px 0;
}
.jop-title i{
	width: 40px;
	height: 4px;
	background: #393867;
	display: block;
}
.jop-title p{
	padding: 30px 0;
	font-size: 22px;
}
.jop-list{
	width: 100%;
	margin-bottom: 80px;
}
.jop_dt{
	background:#f7f7f7;
	color:#333;
	width:100%;
	line-height: 90px;
	border-radius: 5px;
	cursor:pointer;
	padding:0 40px;
	box-sizing: border-box;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}
.jop_dt:hover{
	background:#f7f7f7
}
.jop_dt_left{
	display: flex;
	align-items: center;
}
.jop_dt_left i{
	margin-right: 40px;
}
#open{
	background:#343464;
	color: #fff;
}
#open .icon-V:before {
  color: #fff;
}
.jop_dt_icon{
	display:block;
	transition: all .4s;
}
#open .jop_dt_icon{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all .4s;
}
#open .icon-jiantou_liebiaoshouqi_o:before {
  color: #fff;
}
.jop_dd{
	display:none;
	background: #f7f7f7;
	margin-inline-start:0;
	padding: 30px 100px;
	box-sizing: border-box;
}
.jop_li{
	background:#4e4e4e;
	list-style-type:none;
	color:#fff;
	width:120px;
	padding:0 30px;
	height:34px;
	line-height:34px;
	cursor:pointer;
	border-bottom:1px solid #6b6b6b;
}
.jop_li:hover{
	background:#4285f4;
}
/* 对联广告 */
.couplet-left{
	position: fixed;
	top:40%;
	z-index: 9999;
}
.couplet-right{
	position: fixed;
	top:40%;
	right: 0;
	z-index: 9999;
}