﻿@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
.articleC {
	background: #FFFFFF;
	padding: 0 50px;
}

.articleTitle {
	clear: both;
	line-height: 43px;
	font-size: 24px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
}

.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #00479d;
}

.articlePage a.hover {
	color: #fff;
	background: #00479d;
}

.articleBox {
	line-height: 25px;
	padding: 10px 0;
	color: #666666;
	font-size: 14px;
}

.articleBox img {
	max-width: 100%;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/*** 文章阅读页-内容上部大图*/
#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #00479d;
	background: #00479d;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

.pageUp {
	display: block;
	line-height: 34px;
	padding: 10px 0 20px 0;
	color: #999999;
	font-size: 16px;
}

.pageUp a {
	font-size: 16px;
	color: #999999;
}

.articleShare {
	display: inline;
}

.articleShare .bshare-custom {
	display: inline;
}

.articleShare a {
	padding: 0 !important;
	height: 30px !important;
	width: 30px !important;
	background: url(../images/atIco.png)no-repeat !important;
}

.articleShare .bshare-sinaminiblog {
	background-position: 0px 0px !important;
}

.articleShare .bshare-qqmb {
	background-position: -32px 0px !important;
}

.articleShare .bshare-qzone {
	background-position: -65px 0px !important;
}

.articleShare .bshare-douban {
	background-position: -96px 0px !important;
}

.articleShare .bshare-qqim {
	background-position: -128px 0px !important;
}

.pageUp a:hover {
	color: #00479d;
}
/*单篇+文章页end*/


/* ==================== 集团刊物 start ==================== */
.periodicalDl {
	overflow: hidden;
	margin-right: -20px;
}

.periodicalDl dd {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.periodicalDl dd .con {
	margin-right: 20px;
	background: #FFFFFF;
}

.periodicalDl dd .con .picBox {
	padding: 0 20px;
	box-sizing: border-box;
	-webktit-box-sizing: border-box;
	overflow: hidden;
}

.periodicalDl dd .con .pic::before {
	padding-top: 150%;
}

.periodicalDl dd .con .text {
	font-size: 16px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	-webktit-box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.periodicalDl dd .con:hover .text {
	color: #00479d;
}

/* ==================== 集团刊物 end ==================== */

/*企业文化开始*/
.cultre{
	background: #FFFFFF;
	padding: 50px;
	box-sizing: border-box;
}
.cult {
	position: relative;
	overflow: hidden;
	padding-top: 98.5074%;
}
.cult dd{
	position: absolute;
	overflow: hidden;
}
.cult dd img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	top: 0;
	left: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	
}
.cult .dd1{
	width: 40.2985%;
	top: 0;
	left: 0;
	padding-top: 17.9104%;
}
.cult .dd2{
	width: 28.3582%;
	left: 41.7885%;
	top: 0;
	padding-top: 17.9104%;
	
}
.cult .dd3{
	padding-top: 17.9104%;
	width: 28.3582%;
	top: 0;
	right: 0;
}
.cult .dd4{
	padding-top: 17.1641%;
	width: 62.6865%;
	top: 19.4004%;
	left: 0;
}
.cult .dd5{
	padding-top: 35.8208%;
	width: 35.6716%;
	top: 19.4004%;
	right: 0;
}
.cult .dd6{
	width: 30.5970%;
	padding-top: 17.1641%;
	left: 0;
	top:38.5008% ;
}
.cult .dd7{
	width: 30.5970%;
	padding-top: 17.1641%;
	left: 32.087%;
	top: 38.5008%;
}
.cult .dd8{
	width: 40%;
	padding-top: 23.8805%;
	left: 0;
	top: 57.1549%;
}
.cult .dd9{
	width: 28.3582%;
	padding-top: 23.8805%;
	left: 41.9%;
	top: 57.1549%;
}
.cult .dd10{
	width: 28.3582%;
	padding-top: 23.8805%;
	right: 0;
	top: 57.1549%;
}
.cult .dd11{
	width: 48.8805%;
	padding-top: 16.4179%;
	left: 0;
	bottom: 0;
}
.cult .dd12{
	width: 48.8805%;
	padding-top: 16.4179%;
	right: 0;
	bottom: 0;
}
.cult dd .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	padding: 20px 40px;
	box-sizing: border-box;
	color: #FFFFFF;
}
.cult dd .text .title{
	height: 59px;
	line-height: 59px;
	font-size: 20px;
}
.cult dd .text .title::after{
	display: block;
	content: '';
	width: 20px;
	height: 4px;
	background: #FFFFFF;
}
.cult dd .text .textC{
	height: 63px;
	line-height: 63px;
	overflow: hidden;
	font-size: 16px;
}
.cult dd:hover img{
	transform: scale(1.05);
}
/* 企业文化结束 */

/* 频道页开始 */
.channl1{
	background: url(../images/channlbg1.jpg)no-repeat center center;
	background-size: cover;
	padding: 36px 0 57px 0;
}
.channltitle{
	text-align: center;
}
.channltitle .title{
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 30px;
}
.channltitle .span{
	display: block;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	color: #999999;
}
.chann1-con{
	padding-top: 30px;
	overflow: hidden;
}
.channl1-giht{
	width: 43.1944%;
	overflow: hidden;
	position: relative;
	margin-left: 12.5%;
}
.channl1-giht .pic{
	
	margin: 43px 0;
	margin-right: 65px;
	position: relative;
	z-index: 6;
}
.channl1-giht .right-bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../images/chann1con.png)no-repeat center center;
	background-size: cover;
}
.channl1-left{
	overflow: hidden;
	padding-top: 54px;
}
.channl1-left .title{
	height: 105px;
	line-height: 105px;
	color: #333333;
	font-size: 20px;
	overflow: hidden;
}
.channl1-left .text{
	height: 116px;
	line-height: 29px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}
.channlbut{
	padding-top: 40px;
	overflow: hidden;
}
.channlbut a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 22px;
	background: #00479d;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.channlbut a:hover{
	opacity: 0.8;
}
.channlbut a i{
	display: inline-block;
	height: 14px;
	width: 8px;
	background: url(../images/channlgeduo.png)no-repeat center center;
	position: relative;
	top: 3px;
	margin-left: 10px;
}
.channl2 {
	background: url(../images/channlbg2_15.jpg)no-repeat center center;
	background-size: cover;
	padding: 35px 0;
	position: relative;
}
.channl-con {
	position: relative;
	padding-top: 58px;
	padding-bottom: 100px;
	z-index: 9;
}
.channl-con .myslide{
	margin-right: 95px;
	outline: none;
	
}
.channl-con .myslide .title{
	height: 62px;
	display: inline-block;
	line-height: 62px;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	padding-top: 67px;
}
.channl-con .myslide .title a{
	color: #999999;
}
.channl-con .myslide .title::before{
	display: block;
	content: '';
	width: 18px;
	height: 28px;
	background: url(../images/evenyuan.png)no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -9px;
}
.channl-con .slick-list{
	margin-right: -95px;
	
}
.channl-con .myslide .title a:hover{
	color: #00479d;
}
.channl-con .myslide .text{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}
.channl-con .myslide .pic {
	width: 59.1016%;
	overflow: hidden;
}
.channl2 div.xian{
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	position: absolute;
	left: 0;
	top: 31%;
}
.channl-con .myslide.slick-current .title a{
	color: #00479d;
} 
.channl-con .myslide.slick-current .title::before{
	background: url(../images/evenyuanl.png)no-repeat center center;
}
.channl-con .slick-arrow {
	display: block;
	height: 53px;
	width: 53px;
	border-radius: 50%;
	position: absolute;
	top: 20%;
	margin-top: -26px;
	z-index: 6;
	cursor: pointer;
}
.channl-con .slick-arrow.prev {
	background: url(../images/channl2jiantou.png)no-repeat center center #FFFFFF;
	left: -82px;
}
.channl-con .slick-arrow.next{
	background: url(../images/channl2jiantou2.png)no-repeat center center #FFFFFF;
	right: -82px;
}
.channl-con .slick-arrow.prev:hover{
		background: url(../images/channl)no-repeat center center #00479d;
}
.channl-con .slick-arrow.next:hover{
		background: url(../images/channl2jiantou2b.png)no-repeat center center #00479d;
}
/* 第三通栏开始 */
.channl3Dl{
	overflow: hidden;
	margin: 0 -30px;
}
.channl3{
	background: url(../images/chann3bg_39.jpg)no-repeat center center;
	background-size: cover;
	padding: 80px 0 52px 0;
}
.channl3Dl dd{
	float: left;
	width: 33.33%;
	overflow: hidden;
}
.channl3Dl dd .con{
	overflow: hidden;
	margin: 0 30px;
}
.channl3Dl dd .con .wai{
	background: #f5f5f5;
	border-radius: 50%;
	padding: 20px;
	overflow: hidden;
	
}
.channl3Dl dd .con .wai .pic{
	border-radius: 50%;
	overflow: hidden;
}
.channl3Dl dd .con .wai .pic a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	transform: scale(0);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 50%;
}
.channl3Dl dd .con .wai .pic a span{
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.channl3Dl dd .con .wai .pic::before{
	padding-top: 100%;
}
.channl3Dl dd .con .text{
	height: 77px;
	line-height: 77px;
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.channl3Dl dd .con .wai .pic:hover a{
	transform: scale(1);
}
/* 第三通栏结束 */
/* 频道页结束 */

/* 全图列表 */
.imglist1{
	overflow: hidden;
	margin-right: -20px;
}
.imglist1 dd{
	float: left;
	width: 33.33%;
	overflow: hidden;
	margin-bottom: 20px;
}
.imglist1 dd .con{
	margin-right: 20px;
	overflow: hidden;
}
.imglist1 dd .con .pic img{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imglist1 dd .con .text{
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	background: #FFFFFF;
}
.imglist1 dd .con:hover .pic img{
	transform: scale(1.05);
}
.imglist1 dd .con:hover .text a{
	color: #00479d;
}
/* 全图列表结束 */
/* 三级栏目开始 */
.subnav{
	overflow: hidden;
	padding: 20px 0;
}
.subnav dd{
	float: left;
	margin-right: 20px;
}
.subnav dd a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	border-radius: 20px;
	text-align: center;
	padding: 0 15px;
	background: #FFFFFF;
	
}
.subnav dd.hover a{
	color: #FFFFFF;
	background: #46489f;
}
.subnav dd:hover a{
	color: #FFFFFF;
	background: #46489f;
}
/* 三级栏目结束 */

/*图文列表开始*/
.textList{
	overflow: hidden;
}
.textList  dd{
	overflow: hidden;
	margin-bottom: 20px;
}
.textList dd .con{
	background: #FFFFFF;
	padding: 20px;
}
.textList dd .con .pic{
	width: 23.5714%;
	margin-right: 20px;
	
}
.textList dd .con .pic img{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd .con .text{
	overflow: hidden;
}
.textList dd .con .text .title{
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	overflow: hidden;
}
.textList dd .con .text .title a{
	color: #333333;
}
.textList dd .con .text .textC{
	height: 62px;
	line-height: 31px;
	font-size: 14px;
	color: #666666;
}
.textList dd .con .text .det{
	height: 53px;
	line-height: 53px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}
.textList dd .con:hover .pic img{
	transform: scale(1.05);
}
.textList dd .con:hover .title a{
	color: #00479d;
}
/* 图文列表结束 */

/* 发展历程开始 */
.event{
	background: #FFFFFF;
	padding: 50px;
	box-sizing: border-box;
}
.event .eventitle{
	color: #333333;
	font-size: 36px;
	text-align: center;
}
.event .eventitle span{
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
}
.eventDl{
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}
.eventDl dd{
	overflow: hidden;
	position: relative;
}
.eventDl dd i.dian{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -10px;
	background: #FFFFFF;
	z-index: 2;
}
.eventDl dd i.dian::before{
	display: none;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00479D;
	position: absolute;
	left: 5px;
	top: 5px;
}
.eventDl dd .con-left{
	float: left;
	overflow: hidden;
	padding: 0 50px;
	width: 50%;
	box-sizing: border-box;
	text-align: right;
}
.eventDl dd .con-left .title{
	
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
}
.eventDl dd .con-left .title a{
	color: #333333;
}
.eventDl dd .con-left .text{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 75px;
}
.eventDl dd .con-img {
	overflow: hidden;
	width: 50%;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.eventDl dd .con-img .pic{
	width: 200px;
	overflow: hidden;
	margin-top: 10px;
	display: inline-block;
}
.eventDl dd .con-img .pic img{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventDl dt{
		width: 1px;
		position: absolute;
		top: 10px;
		bottom: 10px;
		left: 50%;
		background: #e6e6e6;
}
.eventDl dd:nth-child(even) .con-left{
	float: right;
	text-align: left;
}
.eventDl dd:nth-child(even) .con-img{
	text-align: right;
}
.eventDl dd:hover .con-left .title a{
	color: #00479d;
}
.eventDl dd:hover .con-img .pic img{
	transform: scale(1.05);
}
.eventDl dd:hover i.dian::before{
	display: block;
}
/* 发展历程结束 */

/* 联系我们开始 */
.contac-top{
	background: url(../images/cottopbg1_02.jpg)no-repeat center center;
	background-size: cover;
}
.contac-topcon{
	padding: 20px;
	background: #FFFFFF;
}
.contacDl{
	overflow: hidden;
	padding: 37px 0 53px 0;
}
.contacDl dd{
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.contacDl dd i{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.contacDl dd.dizhi i{
	background: url(../images/cotdizhi.png)no-repeat center center;
}
.contacDl dd.phohe i{
	background: url(../images/cotphohe.png)no-repeat center center;
}
.contacDl dd.mail i{
	background: url(../images/cotmail.png)no-repeat center center;
}
.contacDl dd.chuanzhen i{
	background: url(../images/contchuanzhen.png)no-repeat center center;
}
.contacDl dd .title{
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}
.contacDl dd .text{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.contacDl dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	background: #f0f0f0;
	top: 20px;
	bottom: 20px;
	
	right: 0;
}
.contacDl dd:last-child::before{
	background: none;
}
#allmap{
	height: 400px;
	width: 100%;
	overflow: hidden;
}
.contac-bot{
	background: url(../images/cont-botbg_46.jpg)no-repeat center center;
	background-size: cover;
	padding:50px 0;
}
.conBotDl{
	overflow: hidden;
	margin-right: -30px;
	padding-top: 27px;
}
.conBotDl dd{
	float: left;
	overflow: hidden;
	width:50%;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}
.conBotDl dd .con{
	background: #f5f5f5;
	padding: 0 10px;
	margin-right: 30px;
	height: 100%;
	overflow: hidden;	
}
.conBotDl dd .con .title{
	font-size: 14px;
	color: #999999;
}
.conBotDl dd .con .title span{
	color: #ff0000;
	margin-right: 10px;
}
.conBotDl dd .con .input1{
	overflow: hidden;
	height: 100%;
}
.conBotDl dd .con .input1 input,textarea{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0 15px;
	color: #999999;
	font-size: 14px;
}
textarea{
	padding-top: 15px;
}
.conBotDl dd.dd1{
	width: 100%;
	height: 145px;
}
.conBotDl dd .yznm{
	height: 50px;
	width: 120px;
	overflow: hidden;
}
.conBotDl dd .yznm img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contbut{
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
}
.contbut a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 14px;
	padding: 0 50px;
	background: #b3b3b3;
	margin: 0 15px;
	border-radius: 5px;
}
.contbut a.hover{
	background: #00479d;
}
.contbut a:hover{
	opacity: 0.9;
}
/* 联系我们结束 */

/* 招聘列表 */
.recruitListBox {
	overflow: hidden;
}

.recruitTitle {
	height: 50px;
	line-height: 50px;
	background: #b3b3b3;
}

.recruitTitle .text {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.recruitTitle .text span {
	width: 16%;
	display: inline-block;
	text-align: center;
}

.recruitListDl {
	overflow: hidden;
	padding: 10px 0 0 0;
}

.recruitListDl dd {
	overflow: hidden;
	margin-bottom: 10px;
}

.recruitListDl dd .recruitT {
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitListDl dd .recruitT .text {
	background: #FFF;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	padding: 0 50px;
}

.recruitListDl dd .recruitT .text span.recruitIcon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: url(../images/showIcn.png) no-repeat center right;
}

.recruitListDl dd:hover .recruitT .text span.recruitIcon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: url(../images/showIcnb.png) no-repeat center right;
}

.recruitListDl dd .recruitT .text span {
	width: 16%;
	display: inline-block;
	height: 80px;
	overflow: hidden;
}

.recruitListDl dd .recruitT .text span.money {
	color: #00479d;
}

.recruitListDl dd .recruitT .btn {
	float: right;
	display: inline;
	width: 60px;
	height: 60px;
	background: url(../images/zpShow.png) no-repeat center center;
}

.recruitListDl dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	display: none;
	background: #FFF;
	padding: 10px 0 0;
}

.recruitText {
	overflow: hidden;
	margin: 20px 30px 0;
	padding-left: 80px;
}

.recruitText .rectitle {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 50px;
}
.recruitText .rectitle span{
	font-size: 14px;
	color: #777777;
	font-weight: normal;
}
.recrxiazai{
	padding-left: 110px;
	overflow: hidden;
}
.recrxiazai a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #666666;
	font-size: 14px;
	background: #f5f5f5;
}
.recrxiazai a i{
	display: inline-block;
	height: 26px;
	width: 20px;
	background: url(../images/rectxiazai.png)no-repeat center center;
	margin-right: 10px;
	position: relative;
	top: 7px;
}
.recruitText .rectext {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 0 0 20px 10px;
}
.contshanchuan{
	width: 100%;
	overflow: hidden;
}
.contshanchuan .con{
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	padding: 20px;
}
.contshanchuan .con .title{
	height: 30px;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}
.contshanDl{
	overflow: hidden;
}
.contshanDl dt.sc{
	height: 90px;
	width: 90px;
	border: 1px solid #e6e6e6;
	display: table;
	float: left;
	margin-right: 20px;
}
.contshanDl dt a{
	display: table-cell;
	text-align: center;
	color: #999999;
	font-size: 12px;
	vertical-align: middle;
	
	
}
.contshanDl dt a i{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/shanchuancon.png)no-repeat center center;
	margin-bottom: 10px;
	margin: 0 auto;
}
.contshanDl dd{
	width: 90px;
	height: 90px;
	border: 1px solid #e6e6e6;
	float: left;
	padding: 18px 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.recruitBtn {
	overflow: hidden;
	padding: 30px 30px 30px 110px;
}

.recruitBtn a {
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 55px;
	background: #00479d;
	font-size: 16px;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitBtn a:hover {
	opacity: 0.9
}

.recruitListDl dd:hover .recruitT .text,
.recruitListDl dd.active .recruitT .text,
.recruitListDl dd:hover .recruitT .text span.money {
	background: #00479d;
	color: #FFF;
}

/* 招聘表单开始 */
.resuFrom{
	padding: 50px 120px;
	background: #FFFFFF;
	box-sizing: border-box;
	margin-right: -30px;
}
.resiFromDl1{
	/* overflow: hidden; */
	width: 50%;
}
.resiFromDl1 dd{
	/* overflow: hidden; */
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}
.resiFromDl1 dd .con{
	background: #fafafa;
	margin-right: 30px;
	/* overflow: hidden; */
	height: 100%;
}
.resiFromDl1 dd .con .title{
	height: 50px;
	line-height: 50px;
	/* overflow: hidden; */
	color: #999999;
	font-size: 14px;
	position: relative;
	padding-left: 25px;
}
.resiFromDl1 dd .con .title span{
	position: absolute;
	left: 10px;
	top: 2px;
	color: #ff0000;
}
.resiFromDl1 dd .con .input1{
	/* overflow: hidden; */
	height: 100%;
	padding: 0 20px;
	position:relative;
	box-sizing: border-box;
	padding-left: 90px;
	
}
.resiFromDl1 dd .con .input1 input{
	width: 96%;
	height: 100%;
	outline: none;
	background: none;
	border: none;
	color: #000000;
	font-size: 14px;
}
.input1 .seljg{ padding-left:10px; line-height:46px; color:#333333; font-size:13px; cursor:pointer;}
.input1 .selIcn{ display:inline-block; width:48px; height:48px; background:url(../images/sanjiao.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.input1 .selTj{ width:100%; overflow:hidden; border:1px solid #dedede; border-top:none; max-height:120px; overflow-y:auto; position:absolute; left:-1px; top:38px; background:#FFF; display:none; z-index:100000}
.input1 .selTj a{ display:block; height:35px; line-height:35px; padding-left:10px; color:#666666; margin-bottom:1px; font-size: 12px;}
.input1 .selTj a:hover{ background:#1a83e0; color:#FFF;}
.input1 .selTj a.hover{background:#1a83e0; color:#FFF;}
.resiFromDl1 .dd1{
	height: 190px;
	overflow: hidden;
}
.resiFromDl1 .dd1 .con{
	overflow: hidden;
}
.resiFromDl1 .dd1 .con .input1{
	overflow: hidden;
	padding: 0 20px;
}
.resiFromDl1 dd .shanchuan a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #cccccc;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
}
.resiFromDl1 dd .shanchuan span{
	color: #999999;
	font-size: 14px;
	margin: 0 20px;
}
/* 招聘表单结束 */

/* 资质荣誉开始 */
.hohrList1 {
overflow: hidden;	
}
.hohrList1 dd{
	float: left;
	width: 25%;
	overflow: hidden;
	margin-bottom: 20px;
}
.hohrList1 dd .con{
	margin-right: 20px;
	padding: 20px;
	background: #FFFFFF;
	padding-bottom: 0;
}
.hohrList1 dd .con .text{
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
}
.hohrList1 dd .con .pic img{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.hohrList1 dd .con .text a{
	color: #333;
}
.hohrList1 dd .con:hover .pic img{
	transform: scale(1.05);
}
.hohrList1 dd .con:hover .text a{
	color: #00479D;
}
/* 资质荣誉结束 */
.resiFromDl1 .webuploader-container .webuploader-pick{
	padding: 0;
	background: none;
}
.contshanDl dt .webuploader-pick{
	background: none;
	color: #999999;
	padding: 0 ;
	left: 24px;
	top: 24px;
}
.imgWrap{
	width: 100%;
	overflow: hidden;
}
.imgWrap p img{
	width: 100%;
}

.slider{
    position: relative;
    width:38%;
    height: 480px;
	margin-right: 145px;
}
.slider .bt{
    display: block;
    width: 53px;
    height: 53px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -24px;
	border-radius: 50%;
	z-index: 555;
	
}
.slider .prev{
    left:-30px;
    background: url(../images/col5pext.png) no-repeat center center #fff;
}
.slider .prev:hover{
    background: url(../images/col5pextb.png) no-repeat center center #00479d;
}
.slider .next{
    right: -30px;
    background: url(../images/clo5nexb.png) no-repeat center center #fff;
}
.slider .next:hover{
    background: url(../images/clo5nexl.png) no-repeat center center #00479d;
}
#img-slider{
    height: 506px;
	overflow: hidden;
}
#img-slider li{
    width:345px;
    height:506px;
    position:relative;
	transform: scale(0.9);

}
#img-slider a{
	display: block;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
#img-slider a .honorImg{width: 100%; overflow: hidden;}
#img-slider li .pic::before{
	padding-top: 131.3043%;
}
#img-slider li  .text{
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
}
#img-slider li .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#img-slider li.roundabout-in-focus {
	transform: scale(1);
}
#img-slider li.roundabout-in-focus .bg{
	display: none;
}

#img-slider span{
	overflow: hidden;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
	font-weight: bold;
	display: none;
}
#img-slider .roundabout-in-focus span{
	display: block;
}
#img-slider li img{
    display:block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.roundabout-in-focus .honorName{
    display: block;
}
.honorName{
    display: none;
    overflow: hidden;
    font-size: 16px;
    color:#666;
    text-align: center;
    padding-top: 10px;
}

.dhjd_dl{
    overflow: visible !important;
}

.hohr2Dl {
	overflow: hidden;
}
.hohr2Dl dd{
	margin-right: 85px;
	float: left;
}
.hohr2Dl dd em{
	font-style: normal;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.2);
	    text-align: center;
}
.hohr2Dl dd span{
	display: block;
	line-height: 31px;
	height: 31px;
	color: #666666;
	font-size: 14px;
	
}
.hohr2Dl dd:last-child{
	margin: 0;
}


/*视频列表开始start*/
.videoList{
	overflow: hidden;
	margin-right: -30px;
}
.videoList dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.videoList dd a{
	display: block;
	margin-right: 30px;
	background: #fff;
}
.videoList dd a .pic span{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3) url(../images/videoIco.png) no-repeat center center;
    z-index: 1;
    opacity: 0.8;
}
.videoList dd a .text{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.videoList dd a:hover .text{
	color: #00479c;
}
.videoList dd a:hover .pic span{
	opacity: 1;
}
/*视频列表开始 end*/
.artclIntroduce{
	padding: 30px;
	background: #f5f9fe;
}
.artclIntroduce table{
	width: 100%;
	border: none;
}
.artclIntroduce table tr{
	border: none !important;
}
.artclIntroduce table td{
	line-height: 30px;
	font-size: 14px;
	border: none !important;
}

/* 新增企业文化 start */
/* ————— 公共部分 start ————— */

.jt_cultureDlCouter{
	overflow: hidden;
	background: #f5f5f5;
}
.jt_cultureDlCPic{
	float: left;
	display: inline;
	width: 720px;
}
.jt_cultureDl{
	overflow: hidden;
	padding-left: 50px;
	padding-top: 50px;
}

.jt_cultureDl dd .con{
	overflow: hidden;
	margin-bottom: 30px;
}
.jt_cultureDl dd .pic::before{
	padding-top: 60.4651%;
}
.jt_cultureDl dd .text{
	overflow: hidden;
}
.jt_cultureDl dd  .icon {
	float: left;
	display: inline;
	width: 50px;
	margin-right: 35px;
	margin-top: 25px;
}
.jt_cultureDl dd  .icon span{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.jt_cultureDl dd .text .title{
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #595959;
}
.jt_cultureDl dd .text .textC{
	padding: 12px 0;
	line-height: 34px;
	font-size: 22px;
	color: #666;
	overflow: hidden;
	font-weight: bold;
}
.jt_title1Box {
	overflow: hidden;
}

.jt_title1Box.center {
	text-align: center;
}

.jt_title1Box .title1 {
	font-size: 22px;
	color: #c7c7c7;
	font-weight: bold;
	height: 0px;
	line-height: 45px;
	overflow: hidden;
}

.jt_title1Box .title2 {
	font-size: 28px;
	color: #595959;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.jt_more1Box {
	font-size: 0;
	overflow: hidden;
}

.jt_more1Box.center {
	text-align: center;
}

.jt_more1Box a {
	display: inline-block;
	border: 2px solid rgb(230, 230, 230);
	padding: 0 26px;
	height: 48px;
	line-height: 48px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	border-radius: 26px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	position: relative;
}

.jt_more1Box a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #1e2188;
	transition: transform 0.2s linear;
	-webkit-transition: transform 0.2s linear;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	border-radius: 26px;
	overflow: hidden;
}

.jt_more1Box a span {
	display: block;
	padding-right: 30px;
	position: relative;
	z-index: 5;
}

.jt_more1Box a span:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #999999;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.jt_more1Box a span:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #999999;
	position: absolute;
	right: 7px;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.jt_more1Box a:hover {
	color: #fff;
}

.jt_more1Box a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.jt_more1Box a:hover span:before {
	border-left: 7px solid #fff;
}

.jt_more1Box a:hover span:after {
	background: #fff;
}

.jt_baseSlick .prev,
.jt_baseSlick .next {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.jt_baseSlick .prev {
	left: -60px;
}

.jt_baseSlick .next {
	right: -60px;
}

.jt_baseSlick .prev:hover,
.jt_baseSlick .next:hover {
	background: #1e2188;
}

.jt_baseSlick .prev::before,
.jt_baseSlick .next::before {
	display: block;
	content: '';
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jt_baseSlick .prev::before {
	left: 20px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
}

.jt_baseSlick .next::before {
	left: 18px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}

.jt_baseSlick .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.jt_baseSlick .slick-dots li {
	border: 1px solid #1e2188;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}

.jt_baseSlick .slick-dots li.slick-active {
	background: #1e2188;
}

.playBtnBox {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.35);
}

.playBtnBox .playBtn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.playBtnBox .playBtn:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 4px;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.jt_more2Box {
	font-size: 0;
	overflow: hidden;
}

.jt_more2Box a {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid rgb(230, 230, 230);
	width: 65px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 22px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 16px;
	color: #666666;
	text-align: center;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.jt_more2Box a:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background: #1e2188;
	z-index: -1;
	transform: scaleX(0.4);
	-webkit-transform: scaleX(0.4);
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border: none;
}

.jt_more2Box a.hover,
.jt_more2Box a:hover {
	color: #FFFFFF;
}

.jt_more2Box a.hover:before,
.jt_more2Box a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.jt_more2Box .a1 {
	padding: 0 15px;
	margin-right: 20px;
}

.jt_more2Box .a2.hover,
.jt_more2Box .a2:hover {
	border: 2px solid transparent;
}

.rightIcon:before {
	display: block;
	content: '';
	position: absolute;
	right: 4px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.jt_cultureColBox {
	background-repeat: no-repeat;
	background-size: cover;
}

.jt_cultureCol1 {
	padding: 60px 0 0px;
	overflow: hidden;
	background: url(../images/whBg1.png) bottom left no-repeat;
}
.jt_cultureDlCPic .pic{
	overflow: hidden;
}
.jt_cultureDlCPic .pic::before{
	padding-top:63.88889%;
}

.jt_cultureLRCon {
	overflow: hidden;
}

.jt_cultureLRCon .jt_cultureCon {
	width: 50%;
	float: left;
	display: inline;
	min-height: 50px;
}

.jt_cultureText1 {
	line-height: 45px;
	font-size: 18px;
	color: #595959;
	padding-right: 15px;
}

.jt_cultureLRCon1 {
	margin-bottom: 42px;
}

.jt_title2Box {
	margin-bottom: 15px;
	overflow: hidden;
}

.jt_title2Box .titleIcn {
	width: 80px;
	height: 50px;
	/* background: url("../images/titleImg1.png") no-repeat center left; */
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	margin-bottom: 25px;
}

.jt_title2Box .title1 {
	font-size: 22px;
	color: #595959;
	font-weight: bold;
	line-height: 38px;
}

.jt_cultureText2 {
	line-height: 36px;
	font-size: 16px;
	color: #666666;
}

.jt_cultureTextC {
	padding: 50px;
	overflow: hidden;
}

.jt_cultureImg1Box .pic {
	background: #FFFFFF;
}

.jt_cultureImg1Box .pic::before {
	padding-top: 39.3056%;
}

.jt_cultureTextC.bg2 {
	background: #f5f5f5;
}

.jt_cultureImg2Box {
	overflow: hidden;
	position: relative;
}

.jt_cultureImg2Box img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.jt_cultureImg1Box {
	background: #fcfcfc;
}

.jt_cultureImg1Box img {
	width: 100%;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.jt_cultureCol2 {
	overflow: hidden;
}

.jt_cultureCol2Con {
	overflow: hidden;
	margin-bottom: 77px;
}

.jt_cultureCol2Slick {
	position: relative;
	overflow: hidden;
	width: 54.1667%;
	float: left;
	margin-right: 90px;
	margin-left: 12.5%;
}

.jt_cultureCol2Slick .bd {
	overflow: hidden;
}

.jt_cultureCol2Slick .slick-list {
	overflow: visible;
}

.jt_cultureCol2Slick .myslide {
	float: left;
	display: inline;
}

.jt_cultureCol2Slick .slickCon {
	display: block;
	background: #FFFFFF;
}

.jt_cultureCol2Slick .pic:before {
	padding-top: 60.5769%;
}

.jt_cultureCol2Text {
	overflow: hidden;
	padding: 11px 0 0;
}

.jt_cultureCol2Text .jt_title1Box {
	margin-bottom: 50px;
}

.jt_cultureText3 {
	padding-left: 40px;
	position: relative;
	min-height: 48px;
	margin-bottom: 47px;
}

.jt_cultureText3:before {
	content: '';
	display: block;
	width: 8px;
	height: 48px;
	position: absolute;
	top: 4px;
	left: 0;
	background-color: rgb(199, 199, 199);
	z-index: 5;
}

.jt_cultureText3 .text1 {
	height: 24px;
	font-size: 22px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 25px;
}

.jt_cultureText3 .text2 {
	font-size: 20px;
	color: #999999;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
}

.jt_cultureText3 .text2 span {
	float: left;
	margin-right: 30px;
}

.jt_cultureText4 {
	font-size: 20px;
	color: #666666;
	line-height: 50px;
	font-weight: bold;
}

.jt_cultureText4 span {
	float: left;
	margin-right: 30px;
}

.jt_cultureCol2Con2 {
	float: left;
	margin-right: 174px;
}

.jt_cultureCol2Con2 .jt_title1Box {
	margin-bottom: 60px;
}

.jt_cultureCol2Img {
	overflow: hidden;
	width: 500px;
	border-radius: 50%;
}

.jt_cultureCol2Img .pic:before {
	padding-top: 100%;
}
.cultureBg{
	padding-bottom: 122px;
	position: relative;
	background: url(../images/whBg2.png) center bottom no-repeat;
}
.cultureBg .jt_cultureCol2Con2{
	padding-top: 70px;
}
/* ————— 第2通栏 end ————— */
/* 新增企业文化 end */