/*金信诺博*/

body {
	font: "微软雅黑" !important;
}

.jinNuo {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wid1080 {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

.green {
	color: #18b12a;
}

.red {
	color: #f00;
}

a:hover {
	color: #11afeb;
}


/*头部*/

.jinNuoHeader {}

.jinNuoHeader a.logo {
	display: block;
	padding: 20px 0;
}

.jinNuoHeader .nav {
	float: right;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.jinNuoHeader .nav a {
	display: block;
	float: left;
	margin: 0 15px;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px #fff solid;
}

.jinNuoHeader .nav a:last-child {
	margin-right: 0;
}

.jinNuoHeader .nav a.cur {
	color: #11afeb;
	border-bottom: 2px #11afeb solid;
}

.jinNuoHeader .nav a.jy {
	background: #11afeb;
	color: #fff;
	border-bottom: 0;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0 15px;
}

.jinNuoHeader .nav a:hover.jy {
	background: #0f9cd2;
}


/*首页*/


/*banner*/

.IndexBanner {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.IndexBannerCon {
	width: 100%;
	position: relative;
	height: 505px;
	overflow: hidden;
}

.IndexBannerCon ul {
	position: relative;
	height: 505px;
}

.IndexBannerCon ul li {
	width: 100%;
	height: 505px;
}

.IndexBannerCon ul li img {
	width: 1920px;
	height: 505px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}

.IndexBannerCon .inddot {
	position: absolute;
	padding: 0 20px;
	bottom: 12px;
	left: 50%;
	height: 14px;
	text-align: center;
	z-index: 10;
	margin-left: -84px;
	background: url(../images/GoldTD_05.png) repeat;
	border-radius: 16px;
	height: 32px;
}

.IndexBannerCon .inddot a {
	width: 22px;
	height: 4px;
	margin: 0px 5px;
	overflow: hidden;
	background: #fff;
	opacity: 0.2;
	display: inline-block;
	color: #fff;
	line-height: 1111px;
	margin-top: 9px;
}

.IndexBannerCon .inddot a.cur {
	background: #fff;
	color: #0068b7;
	opacity: 1;
}

.IndexBanner span {
	display: block;
	position: absolute;
	top: 203px;
	z-index: 9;
	width: 42px;
	height: 88px;
	cursor: pointer;
}

.IndexBanner span.prev {
	left: 50%;
	margin-left: -498px;
}

.IndexBanner span.next {
	left: 50%;
	margin-left: 498px;
}

.IndexBanner center img {
	display: block;
}

.IndexBannerCon ul li div {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 9;
	color: #fff;
	top: 177px;
}

.IndexBannerCon ul li div h4 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 15px;
}

.IndexBannerCon ul li div p {
	font-size: 16px;
	margin-bottom: 15px;
}

.IndexBannerCon ul li div a {
	color: #fff;
	font-size: 14px;
	border: 1px #fff solid;
	line-height: 30px;
	display: inline-block;
	padding: 0 30px;
}

.IndexBannerCon ul li div a:hover {
	background: #11afeb;
	border: 1px #11afeb solid;
}


/**/

.indexWarp {}

.indexCon1 {
	padding-top: 84px;
	padding-bottom: 75px;
}

.indexCon1 h4.top {
	text-align: center;
	font-size: 22px;
	color: #111111;
	line-height: 28px;
	font-weight: bold;
}

.indexCon1 h4.top:after {
	content: '';
	display: block;
	background: #11afeb;
	width: 64px;
	height: 2px;
	margin: 0 auto;
	margin-top: 9px;
}

.indexCon1 ul {
	padding-bottom: 20px;
	padding-top: 30px;
}

.indexCon1 ul li {
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	height: 170px;
	cursor: pointer;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.indexCon1 ul li a {
	display: block;
}

.indexCon1 ul li:hover {
	box-shadow: 0px 0px 20px #f4f4f4;
}

.indexCon1 ul li span {
	display: inline-block;
	width: 73px;
	height: 72px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexCon1 ul li:nth-child(1) span {
	background: url(../images/index_03.jpg) no-repeat;
}

.indexCon1 ul li:nth-child(1):hover span {
	background: url(../images/index_04.jpg) no-repeat;
}

.indexCon1 ul li:nth-child(2) span {
	background: url(../images/index_05.jpg) no-repeat;
}

.indexCon1 ul li:nth-child(2):hover span {
	background: url(../images/index_06.jpg) no-repeat;
}

.indexCon1 ul li:nth-child(3) span {
	background: url(../images/index_07.jpg) no-repeat;
}

.indexCon1 ul li:nth-child(3):hover span {
	background: url(../images/index_08.jpg) no-repeat
}

.indexCon1 ul li:nth-child(4) span {
	background: url(../images/index_09.jpg) no-repeat -1px 0px;
}

.indexCon1 ul li:nth-child(4):hover span {
	background: url(../images/index_10.jpg) no-repeat 0px 0px;
}

.indexCon1 ul li:nth-child(5) span {
	width: 72px;
	height: 71px;
	background: url(../images/index_54.jpg) no-repeat;
}

.indexCon1 ul li:nth-child(5):hover span {
	background: url(../images/index_55.jpg) no-repeat 0px 0px;
}

.indexCon1 ul li h4 {
	font-size: 16px;
	color: #32364f;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
}

.indexCon1 ul li p {
	margin: 0 auto;
	/* text-align: left; padding-left: 53px; padding-right: 35px;*/
}

.indexCon1 ul li:hover h4,
.indexCon1 ul li:hover p {
	color: #11afeb;
}

.indexCon2 {
	background: #363636;
	height: 407px;
	overflow: hidden;
}

.indexCon2 ul {}

.indexCon2 ul li {
	position: relative;
	float: left;
	width: 20%;
}

.indexCon2 ul li img.bg {
	width: 216px;
	height: 406px;
}

.indexCon2 ul li .con {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 125px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexCon2 ul li .con img {}

.indexCon2 ul li .con i.line {
	display: block;
	width: 42px;
	height: 2px;
	background: #fff;
	margin: 25px auto;
}

.indexCon2 ul li .con span {
	display: block;
	color: #fff;
	font-size: 18px;
}

.indexCon2 ul li .con a {
	font-size: 14px;
	display: inline-block;
	border: 1px #fff solid;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	color: #fff;
	margin-top: 45px;
	display: none;
}

.indexCon2 ul li .con:hover {
	background: #589deb;
	opacity: 0.8;
	padding-top: 72px;
}

.indexCon2 ul li .con:hover a {
	display: inline-block;
}

.indexCon2 ul li .con p {
	color: #fff;
	margin-top: 18px;
	display: none;
}

.indexCon2 ul li .con:hover p {
	display: block;
}

.indexCon3,
.indexCon4 {
	padding: 80px 0;
}

.indexCon3 h4.top,
.indexCon4 h4.top {
	text-align: center;
	font-size: 22px;
	color: #111111;
	line-height: 28px;
	font-weight: bold;
}

.indexCon3 h4.top:after,
.indexCon4 h4.top:after {
	content: '';
	display: block;
	background: #11afeb;
	width: 64px;
	height: 2px;
	margin: 0 auto;
	margin-top: 9px;
}

.indexCon3 h4.top {
	margin-bottom: 35px;
}

.indexCon3L {
	float: left;
	width: 455px;
}

.indexCon3L a {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.indexCon3L a img {
	display: block;
	width: 455px;
	height: 349px;
	background: url(../images/index_93.jpg) no-repeat top center;
}

.indexCon3L a p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 43px;
	background: #000;
	opacity: 0.8;
	width: 95%;
	font-size: 14px;
	line-height: 43px;
	color: #fff;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexCon3R {
	float: right;
	width: 602px;
	margin-bottom: 19px;
}

.indexCon3R dl {
	margin-bottom: 17px;
}

.indexCon3R dl:last-child {
	margin-bottom: 0;
}

.indexCon3R dl dt {
	float: left;
	width: 72px;
	height: 72px;
	background: #f2f2f2;
	text-align: center;
}

.indexCon3R dl dt span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 13px;
}

.indexCon3R dl dt i {
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.indexCon3R dl dd {
	float: right;
	width: 515px;
}

.indexCon3R dl dd h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexCon3R dl dd a:hover h4 {
	color: #11afeb;
}

.indexCon3R dl dd p {
	line-height: 22px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.indexCon3R dl dd a:hover p {
	color: #11afeb;
}

.indexCon4 {
	padding-top: 0;
	overflow: hidden;
}

.indexCon4Con {
	padding-top: 35px;
}

.indexCon4Con img {
	display: block;
	width: 100%;
}

.jinNuoFooter {
	padding-top: 40px;
	padding-bottom: 60px;
	background: #36383e;
}

.jinNuoFooter ul {}

.jinNuoFooter ul li {
	float: left;
	color: #fff;
	width: calc(100% / 6);
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
}

.jinNuoFooter ul li h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.jinNuoFooter ul li a {
	display: block;
	color: #b3b3b3;
	line-height: 30px;
}

.jinNuoFooter ul li a:hover {
	color: #11afeb;
}

.jinNuoFooter ul li.wx {
	text-align: center;
}

.jinNuoFooter ul li.wx img {
	width: 113px;
	height: 113px;
	margin-bottom: 12px;
}

.jinNuoFooter ul li.wx p {}


/*加入我们*/

.insideBanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 400px;
}

.insideBanner img {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 400px;
}

.joinUs {
	padding-top: 80px;
}

.joinUs .map {
	width: 605px;
	margin: 0 auto;
}

.joinUs dl.bot {
	padding-top: 28px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.joinUs dl.bot dt {
	float: left;
	font-size: 16px;
	line-height: 34px;
}

.joinUs dl.bot dd {
	float: right;
}

.joinUs dl.bot dd img {}

.joinUs dl.bot dd p {
	margin-top: 5px;
	font-size: 14px;
}


/*招聘*/

.recruitment {
	padding: 20px 0;
	margin-bottom: 80px;
}

.recruitment p {
	color: #999;
}

.recruitment p i {}

.recruitment p a {}

.recruitment h4 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 13px;
	margin-top: 20px;
}

.recruitment ul {
	border-top: 1px #e4e5ec solid;
	border-left: 1px #e4e5ec solid;
	margin-top: 25px;
}

.recruitment ul li {
	text-align: center;
}

.recruitment ul li span {
	display: block;
	float: left;
	width: 19.9%;
	border-bottom: 1px #e4e5ec solid;
	border-right: 1px #e4e5ec solid;
	padding: 8px 0;
	height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recruitment ul li span a {
	display: inline-block;
	background: #3cbe76;
	width: 80px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
}

.recruitment ul li span a:hover {
	background: #20a95d;
}

.recruitment ul li:first-child span {
	background: #f5f5f5;
}


/**/

.recruitment_Detail {
	padding: 55px 0;
	background: #f8f8f8;
}

.recruitment_Detail h2 {
	font-size: 26px;
	color: #11afeb;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 18px;
}

.recruitment_Detail div {}

.recruitment_Detail div p {
	line-height: 32px;
}

.recruitment_Detail div p i {
	display: inline-block;
	width: 225px;
}

.recruitment_Detail2 {
	padding: 38px 0;
}

.recruitment_Detail2 h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.recruitment_Detail2 p {
	line-height: 30px;
}

.recruitment_Detail3 {
	margin-bottom: 100px;
}

.recruitment_Detail3 span {
	font-size: 16px;
	color: #333;
}

.recruitment_Detail3 a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background: #11afeb;
	color: #fff;
	width: 120px;
	text-align: center;
	border-radius: 3px;
	margin: 0 10px;
}

.recruitment_Detail3 a:hover {
	background: #0da4de;
}

.recruitment_Detail3 a.lg {
	background: #21bda5;
}

.recruitment_Detail3 a:hover.lg {
	background: #1aab94;
}

.recruitment_Detail3 a.qc {
	background: #ef9224;
}

.recruitment_Detail3 a:hover.qc {
	background: #da8117;
}


/*新闻列表*/

.news {
	position: relative;
	margin-top: -50px;
}

.newsL {
	float: left;
	width: 200px;
}

.newsL h2 {
	font-size: 16px;
	color: #005597;
	font-weight: bold;
	border-bottom: 1px #005597 solid;
	padding: 0 20px;
	padding-bottom: 15px;
}

.newsL a {
	display: block;
	color: #333333;
	border-bottom: 1px #e5e5e5 solid;
	padding: 15px 20px;
}

.newsL a:hover,
.newsL a.cur {
	color: #3470a5;
}

.newsL a:last-child {
	border-bottom: 0;
}

.newsR {
	float: right;
	width: 879px;
	border-left: 1px #e5e5e5 solid;
	min-height: 200px;
}

.newsR h3.tit {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px #e5e5e5 solid;
	padding: 0 45px;
	padding-bottom: 15px;
}

.newsR a {
	display: block;
	border-bottom: 1px #e5e5e5 solid;
}

.newsR a:last-child {
	border-bottom: 0;
}

.newsR a dl {
	padding: 20px 24px 20px 45px;
}

.newsR a dl dt {
	float: left;
	width: 138px;
}

.newsR a dl dt img {
	display: block;
	width: 138px;
	height: 80px;
}

.newsR a dl dd {
	float: right;
	width: 650px;
}

.newsR a dl dd h4 {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsR a dl dd p {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsR a:hover {
	background: #f5f5f5;
}

.newsR a:hover dl dd h4 {
	color: #5286b3;
}

.page {
	float: right;
	margin: 50px 0;
	position: relative;
	right: 20px;
}

.page a.prve {}

.page a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 2px;
	margin: 0 5px;
}

.page a.cur {
	background: #2d8cf0;
	color: #fff;
}

.page a.next {}


/*新闻中心*/

.newsCenter {}

.newsCenter h3.bt {
	font-size: 22px;
	color: #111111;
	padding-bottom: 12px;
	border-bottom: 1px #e5e5e5 solid;
	font-weight: bold;
	margin-bottom: 38px;
	padding-left: 6px;
}

.newsCenter h3.bt a {
	display: block;
	float: right;
	font-size: 14px;
	color: #666666;
	background: url(../images/index_07.png) no-repeat right center;
	padding-right: 30px;
	font-weight: normal;
}

.newsCenter h3.bt a:hover {
	background: url(../images/index_08.png) no-repeat right center;
	color: #11afeb;
}

.newsCenter1 {
	padding-bottom: 85px;
	padding-top: 82px;
}

.newsCenter1L {
	float: left;
	width: 480px;
}

.newsCenter1L a {
	display: block;
}

.newsCenter1L a.img img {
	display: block;
	width: 480px;
	height: 180px;
	margin-bottom: 18px;
}

.newsCenter1L a.txt {
	color: #222;
	font-size: 18px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsCenter1L a:hover.txt {
	color: #11afeb;
}

.newsCenter1L p.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsCenter1L p.bot {
	margin-top: 10px;
}

.newsCenter1L p.bot a {
	display: block;
	float: right;
	background: #11afeb;
	color: #fff;
	width: 100px;
	height: 27px;
	text-align: center;
	border-radius: 3px;
	line-height: 26px;
}

.newsCenter1L p.bot a:hover {
	background: #0aa2dc;
}

.newsCenter1L p.bot i {
	font-size: 14px;
	font-size: 12px;
	color: #999;
}

.newsCenter1R {
	float: right;
	width: 555px;
}

.newsCenter1R dl {
	margin-bottom: 20px;
}

.newsCenter1R dl dt {
	float: left;
	border: 1px #f2f2f2 solid;
	width: 64px;
	height: 64px;
	color: #888888;
	text-align: center;
}

.newsCenter1R dl dt span {
	display: block;
	font-size: 22px;
	margin-top: 10px;
}

.newsCenter1R dl dt i {}

.newsCenter1R dl dd {
	float: right;
	width: 477px;
}

.newsCenter1R dl dd a {
	display: block;
}

.newsCenter1R dl dd h4 {
	font-size: 18px;
	color: #444444;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -3px;
}

.newsCenter1R dl dd p {
	color: #999999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsCenter1R dl dd a:hover h4 {
	color: #11afeb;
}

.newsCenter2 {
	padding: 50px 0;
	background: #f7f7f7;
}

.newsCenter2 ul {}

.newsCenter2 ul li {
	float: left;
	width: 340px;
	margin-right: 30px;
}

.newsCenter2 ul li:last-child {
	margin-right: 0;
}

.newsCenter2 ul li img {
	display: block;
	width: 338px;
	height: 194px;
}

.newsCenter2 ul li h4 {
	font-size: 20px;
	color: #444444;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsCenter2 ul li p {
	font-size: 16px;
	color: #999999;
	margin-top: 6px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.tst .right {
	float: right;
	position: relative;
	right: 25px;
}

.newsCenter3 {
	padding: 75px 0;
	background: #f7f7f7
}

.newsCenter3 ul {}

.newsCenter3 ul li {
	float: left;
	width: 340px;
	margin-right: 30px;
}

.newsCenter3 ul li:last-child {
	margin-right: 0;
}

.newsCenter3 ul li img {}

.newsCenter3 ul li h3 {
	font-size: 20px;
	color: #444444;
	margin: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsCenter3 ul li p {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


/*新闻详情*/

.newsDetail_R {
	float: right;
	width: 844px;
	border-left: 1px #e5e5e5 solid;
	padding-left: 35px;
	margin-bottom: 100px;
}

.newsDetail_R h3 {
	font-size: 22px;
	color: #555555;
	line-height: normal;
}

.newsDetail_R h4 {
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px #e5e5e5 solid;
	color: #999;
}

.newsDetail_R h4 i {
	margin-left: 75px;
}

.newsDetail_Rcon {
	padding-top: 30px;
}


/*企业文化*/

.companyCulture {}

.companyCulture h3.tit {
	font-size: 22px;
	text-align: center;
	line-height: normal;
	color: #111111;
}

.companyCulture h3.tit:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #60caf2;
	margin: 0 auto;
	margin-top: 8px;
}

.companyCulture1 {
	padding-top: 80px;
	padding-bottom: 76px;
}

.companyCulture1 dl {}

.companyCulture1 dl dt {
	float: left;
	width: 401px;
	height: 443px;
}

.companyCulture1 dl dt img {
	display: block;
	width: 401px;
	height: 443px;
}

.companyCulture1 dl dd {
	float: right;
	width: 660px;
	margin-top: -2px;
	font-size: 13px;
}

.companyCulture1 dl dd h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #111;
}

.companyCulture1 dl p {
	line-height: 23px;
}

.companyCulture2 {
	background: #000000;
	padding: 50px 0;
}

.companyCulture2 h3.tit {
	color: #fff;
}

.companyCulture2 h3.tit:after {
	background: #fff;
}

.companyCulture2 ul {
	padding: 45px 0;
}

.companyCulture2 ul li {
	float: left;
	width: 330px;
	margin-right: 42px;
	color: #fff;
}

.companyCulture2 ul li:last-child {
	margin-right: 0;
}

.companyCulture2 ul li img {
	display: block;
	width: 330px;
	height: 112px;
}

.companyCulture2 ul li h3 {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.companyCulture2 ul li p {
	color: #e5e5e5;
}

.companyCulture3 {
	padding: 70px 0;
	overflow: hidden;
}

.companyCulture3 dl {
	padding: 60px 0;
}

.companyCulture3 dl dt {
	float: left;
	width: 700px;
	text-align: justify;
	margin-bottom: 20px;
}

.companyCulture3 h4.top,
.companyCulture4 h4.top {
	font-size: 16px;
	color: #11afeb;
	margin-bottom: 10px;
	font-weight: bold;
}

.companyCulture3 dl dt p {
	line-height: 26px;
}

.companyCulture3 dl dd {
	float: right;
}

.companyCulture3 dl dd img {
	display: block;
	width: 353px;
	height: 350px;
}

.companyCulture3 ul {
	width: 1100px;
}

.companyCulture3 ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.companyCulture3 ul li img {
	display: block;
	width: 338px;
	height: 194px;
	background: url(../images/index_91.jpg) no-repeat top center;
}

.companyCulture4 {
	padding-bottom: 80px;
	width: 1080px;
	overflow: hidden;
}

.companyCulture4 p.img {}

.companyCulture4 p.img img {
	display: block;
	float: left;
	width: 540px;
}

.companyCulture4 ul {
	width: 1200px;
	margin-top: 30px;
}

.companyCulture4 ul li {
	float: left;
	text-align: center;
	border: 1px #e5e5e5 solid;
	padding: 20px 10px;
	width: 320px;
	margin-right: 23px;
	margin-bottom: 20px;
}

.companyCulture4 ul li img {
	display: block;
	width: 221px;
	height: 148px;
	margin: 0 auto;
}

.companyCulture4 ul li p {
	margin-top: 15px;
	font-size: 16px;
}


/*首页-合作伙伴*/

.indexCon4Con_span {
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 20px;
}

.indexCon4Con_span span {
	display: block;
	float: left;
	padding: 0 25px;
	font-size: 18px;
	cursor: pointer;
}

.indexCon4Con_span span.cur,
.indexCon4Con_span span:hover {
	color: #11afeb;
	font-weight: bold;
}

.indexCon4Con_span span:first-child {
	padding-left: 0;
}

.indexCon4Con0 {
	padding-top: 24px;
	display: none;
	height: 168px;
	overflow: hidden;
}

.indexCon4Con01 {}


/*加入我们*/

.joinUs {}

.joinUs dl.top {
	margin-bottom: 90px;
}

.joinUs dl.top dt {
	float: left;
	width: 435px;
}

.joinUs dl.top dt h3 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.joinUs dl.top dt p {
	font-size: 18px;
	line-height: 36px;
}

.joinUs dl.top dd img {
	display: block;
	width: 615px;
	height: 330px;
}

.joinUs dl.top dd {
	float: right;
	width: 615px;
}

.joinUs dl.bot dt {
	float: left;
	width: 600px;
}

.joinUs dl.bot dt iframe {
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.joinUs dl.bot dd {
	float: right;
	width: 447px;
	padding-top: 40px;
}

.joinUs dl.bot dd p.top {
	font-size: 18px;
	line-height: 36px;
}

.joinUs dl.bot dd p.wx {
	font-size: 18px;
	line-height: 36px;
}

.joinUs dl.bot dd div {
	text-align: center;
	padding-top: 100px;
}

.joinUs dl.bot dd div img {
	width: 113px;
	height: 113px;
}


/*新闻中心--轮播图*/

.newsCenter1L {}

.newsCenter1L .IndexBanner {
	width: 480px;
	height: 180px;
	margin-left: -240px;
}

.newsCenter1L .IndexBannerCon {
	height: 180px;
}

.newsCenter1L .IndexBannerCon ul li img {
	width: 480px;
	height: 180px;
	margin-left: -240px;
	background: url(../images/index_92.jpg) no-repeat top center;
}

.newsCenter1L .IndexBannerCon .inddot {
	padding: 0;
	bottom: -2px;
	right: 5px;
	left: auto;
}

.newsCenter1L .IndexBannerCon .inddot a {
	width: 12px;
	height: 12px;
	border-radius: 100%;
}


/*解决方案*/

.newsR {
	margin-bottom: 100px;
}

.joinUs dl.bot dd p.top a {
	/*color: #11afeb;*/
}

.joinUs dl.bot dd p.top a:hover {
	color: #11afeb;
}


/*二级导航*/

.secondNav {
	float: left;
	margin: 0 15px;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px #fff solid;
	cursor: pointer;
	position: relative;
}

.secondNav i {
	color: #414141;
}

.secondNav:hover i,
.secondNav.cur i {
	color: #11afeb;
}

.secondNav.cur {
	color: #11afeb;
	border-bottom: 2px #11afeb solid;
}

.secondNav_div {
	position: absolute;
	top: 79px;
	left: 50%;
	margin-left: -73px;
	background: #fff;
	box-shadow: 0px 0px 7px #ebebeb;
	width: 145px;
	text-align: center;
	z-index: 9;
	display: none;
}

.secondNav:last-child {
	margin-right: 0;
}

.secondNav_div a {
	border-bottom: 1px #f3f3f3 solid;
	float: none !important;
	height: 40px !important;
	line-height: 40px !important;
	border-bottom: 1px #ededed solid !important;
	font-size: 14px;
}

.secondNav_div a:last-child {
	border-bottom: 0;
}

.indexNav {
	z-index: 9;
	position: relative;
}

.jinNuoHeader {
	overflow: visible;
}

/*.secondNav:hover .secondNav_div {
	display: block;
}*/

.secondNav i.jy {
	display: block;
	background: #11afeb;
	color: #fff;
	border-bottom: 0;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0 15px;
}


/*2018-8-1*/

.companyCulture3 ul li img {
	width: 354px;
	height: 219px;
}

.indexCon3R dl dd p {
	height: 42px;
	overflow: hidden;
}

.newsCenter1R dl dd p {
	height: 44px;
	overflow: hidden;
}

.newsCenter1L p.txt {
	height: 69px;
	overflow: hidden;
}

.jinNuoFooter p.filing {
	width: 1080px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #b3b3b3;
	border-top: 1px #525252 solid;
	padding-top: 30px;
	margin-top: 30px;
}

.jinNuoFooter p.filing a {
	color: #b3b3b3;
}

.jinNuoFooter p.filing a:hover {
	color: #fff;
}


/*2018-8-14-顶部菜单栏优化*/

.secondNav_div a:last-child {
	margin-right: 15px !important;
}


/*商务合作*/

.joinUs dl.bot dd div {
	display: none;
}


/*2018年8月24日 党的建设*/

.newsCenter4 {
	padding: 50px 0;
}

.newsCenter4L {
	width: 470px;
	float: left;
	overflow: hidden
}

.newsCenter4L a {
	display: block;
}

.newsCenter4L .IndexBannerCon ul li img {
	width: 470px;
	height: 250px;
	margin-left: -235px;
	background: url(../images/index_92.jpg) no-repeat top center;
}

.newsCenter4L .IndexBanner .IndexBannerCon {
	width: 100%;
	height: 250px;
}

.newsCenter4L .IndexBanner .IndexBannerCon ul {
	height: 250px;
}

.newsCenter4L .IndexBanner .IndexBannerCon ul li {
	width: 100%;
	height: 250px;
}

#newsCenter4_content {
	overflow: hidden
}

#newsCenter4_content a {
	overflow: hidden;
	display: block;
	width: auto;
	height: auto;
	float: right
}

.newsCenter4R_content {
	overflow: hidden
}

.newsCenter4R {
	width: 580px;
}

.newsCenter4R_title {
	overflow: hidden;
	width: 100%;
	line-height: 24px;
}

.newsCenter4R_title h3 {
	font-size: 20px;
	font-weight: 600;
	float: left
}

.newsCenter4R_title span {
	font-size: 14px;
	font-weight: 600;
	color: #999999;
	float: right
}

.newsCenter4R p {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	margin-bottom: 13px;
}


/*2018-09-19*/

.jinNuoHeader a.logo {
	float: left;
}

.jinNuoHeader .nav {
	height: auto;
}