@charset "utf-8";

html {
	/* min-width: 1200px; */
}

.logo {
	margin-top: 20px;
	height: 52px;
}

.fixWidth {
	width: 1200px;
	margin: auto;
}

/* 导航 */
.navTop li {
	display: inline-block;
}

.navTop li a {
	color: #333333;
	margin-left: 30px;
	font-size: 18px;
}

.navTop li:hover a {
	color: #2f82ff;
}

.default {
	color: #2f82ff !important;
}

/* banner */
.banner {
	background: url(../images/bannerIndex.jpg) no-repeat center center;
	width: 100%;
	height: 900px;
}

.longxin {
	width: 33%;
}

.longxin p:nth-child(1) {
	font-size: 40px;
	color: #fefefe;
	letter-spacing: 10px;
	margin-top: 220px;
	padding-bottom: 40px;
	font-weight: bold;
	background: url(../images/bannerLine.png) no-repeat left bottom;
}

.longxin p:nth-child(2) {
	font-size: 14px;
	color: #fefefe;
	margin-top: 40px;
	line-height: 28px;
}

.more {
	perspective: 200px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #2f82ff;
	border-radius: 50px;
	color: #fefefe;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: border-color 2s, color 4s;
	transition: border-color 0.4s, color 0.4s;
	margin-top: 50px;
	font-size: 14px;
}

.more:hover {
	color: #fff;
	border-color: #1070cf;
	border-radius: 50px;
}

.more a {
	display: block;
	color: inherit;
	color: #fff;
}

.more:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.more::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.more {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.more:before {
	content: '';
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 50px;
	border-radius: 50px;
	z-index: -1;
}

.more:before {
	content: '';
	background: #1e57ad;
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 50px;
	border-radius: 50px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.2, 1, 1);
	transform: scale3d(0.2, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.project {
	float: right;
	width: 62%;
	margin-top: 130px;
}

.project a {
	float: left;
	padding: 0 15px;
}

.bannerImg1 {
	background: url(../images/1.png) no-repeat center center;
	width: 33%;
	height: 320px;
}

.bannerImg2 {
	background: url(../images/2.png) no-repeat center center;
	width: 33%;
	height: 320px;
}

.bannerImg3 {
	background: url(../images/3.png) no-repeat center center;
	width: 33%;
	height: 320px;
}

.bannerImg4 {
	background: url(../images/4.png) no-repeat center center;
	width: 33%;
	height: 320px;
}

.bannerImg5 {
	background: url(../images/5.png) no-repeat center center;
	width: 33%;
	height: 320px;
}

.bannerImg6 {
	background: url(../images/6.png) no-repeat center center;
	width: 33%;
	height: 320px;
}

.project a p:first-child {
	text-align: center;
	color: #333333;
	font-size: 24px;
	margin-top: 110px;
}

.project a p:last-child {
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}

/* 企业介绍 */
.firm {
	background: url(../images/firm.jpg) no-repeat center center;
	width: 100%;
	height: 900px;
}

.firm .introduce,
.firm .firmMore {
	width: 30%;
	overflow: hidden;
}

.firm p:nth-child(1) {
	text-align: right;
	font-size: 40px;
	color: #333333;
	padding-top: 267px;
	padding-bottom: 25px;
	font-weight: bold;
}

.firm p:nth-child(2) {
	text-align: right;
	font-size: 14px;
	color: #333333;
	margin-top: 40px;
	/* width: 294px; */
	float: right;
	line-height: 28px;
}

/* 企业优势 */
.advantage {
	background: url(../images/advantage.jpg) no-repeat center center;
	width: 100%;
	height: 900px;
}

.advantageTitle {
	text-align: center;
	color: #333333;
	font-size: 40px;
	padding-top: 220px;
}

.piclist {
	width: 32%;
	background-color: rgba(12, 49, 129, 0.8);
	height: 400px;
	margin-top: 30px;
	cursor: pointer;
	padding-top: 100px;
	display: inline-table;
	transition: all 1s;
}

.piclist p {
	color: #c9c9c9;
	text-align: center;
	margin: 10px 0;
	transition: all 1s;
}

.piclist .iconImg {
	background: url(../images/icon1-moren.png) no-repeat center center;
	height: 60px;
}

.piclist .iconImg2 {
	background: url(../images/icon2-moren.png) no-repeat center center;
	height: 60px;
}

.piclist .iconImg3 {
	background: url(../images/icon3-moren.png) no-repeat center center;
	height: 60px;
}

.piclist .aline {
	font-size: 36px !important;
}

.piclist:hover {
	background-color: #0c3181;
}

.piclist:hover p {
	color: #fff;
}

.piclist:hover .iconImg {
	background: url(../images/icon1.png) no-repeat center center;
	height: 60px;
}

.piclist:hover .iconImg2 {
	background: url(../images/icon2.png) no-repeat center center;
	height: 60px;
}

.piclist:hover .iconImg3 {
	background: url(../images/icon3.png) no-repeat center center;
	height: 60px;
}

/* 三块大图 */
.qiye {
	color: #fff;
	padding: 0 5%;
	position: relative;
}

.qiye div:first-child {
	font-size: 28px;
	font-weight: bold;
	margin-top: 220px;
}

.qiye div:nth-child(2) {
	margin: 15px 0 50px;
}

.qiye1 {
	background: url(../images/qiye1.jpg) no-repeat center center;
	height: 900px;
}

.qiye2 {
	background: url(../images/qiye2.jpg) no-repeat center center;
	height: 900px;
}

.qiye3 {
	background: url(../images/qiye3.jpg) no-repeat center center;
	height: 900px;
}

.black {
	width: 100%;
	height: 900px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.qiye:hover .black {
	background-color: rgba(0, 0, 0, 0);
}

.qiye:hover div {
	color: #fff;
}

/* 合作伙伴 */
.partnerBox {
	background: #eeeeee;
}

.partner {
	padding: 100px 0 200px 0;
}

.partnerTitle {
	background: url(../images/partner.png) no-repeat center center;
	text-align: center;
	color: #333333;
	font-size: 40px;
	padding-top: 90px;
}

.partnerImg {
	margin-top: 100px;
}

.partnerImg img {
	margin-top: 60px;
	width: 19%;
}

.partnerImg img:nth-child(5),
.partnerImg img:nth-child(10) {
	margin-right: 0;
}

.footer {
	background: #333333;
	padding: 10px 0 35px 0;
	overflow: hidden;
}

.footerTitle {
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.footerLeft {
	float: left;
	width: 80%;
}

.footerLeft li {
	display: inline-block;
	color: #fff;
}

.footerLeft li a {
	color: #fff;
	padding: 5px;
	font-size: 14px;
}

.footerRight {
	color: #fff;
	width: 20%;
	float: right;
	margin-top: 3rem;
}
.footerRight img{
	width: 124px;
}
.copyright {
	background: #333;
	text-align: center;
	color: #fff;
	border-top: 1px solid #535353;
	padding: 10px;
}


/* 集团概况页面 */
.jtgkBanner img {
	width: 100%;
}

.groupBox {
	padding-bottom: 100px;
}

.groupBox p {
	color: #333;
	text-indent: 30px;
	line-height: 28px;
	text-align: justify;
}

.groupTitle {
	background: url(../images/jtjs.png) no-repeat center center;
	text-align: center;
	color: #333333;
	font-size: 40px;
	padding-top: 90px;
	margin: 50px;
	background-size: contain;
}

.numberBox {
	background-color: #f5f5f7;
	padding: 50px 15px;
}

.numberBox .itemBox-left {
	width: 25%;
	float: left;
	text-align: center;
	border-right: 1px solid #333333;
	color: #333333;
}

.numberBox .itemBox-left:last-child {
	border-right: none;
}

.numberBox .itemBox-left i {
	font-size: 54px;
	color: #333;
}

.courseBox {
	padding: 100px 15px;
}

.courseBox .courseLeft {
	width: 30%;
	margin-right: 5%;
	float: left;
}

.courseBox .courseLeft div {
	color: #333;
	font-size: 40px;
	background: url(../images/lctLine.png) no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.courseBox .courseLeft p {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}

.courseBox .courseRight img {
	width: 65%;
	float: right;
}

.enterpriseBox {
	margin-bottom: 80px;
}

.enterpriseBox .enterprise {
	color: #333;
	font-size: 40px;
	background: url(../images/lctLine.png) no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.enterpriseBox .enterprisePicList {
	width: 32%;
	margin-right: 2%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.enterpriseBox .enterprisePicList:nth-child(3),
.enterpriseBox .enterprisePicList:nth-child(6) {
	float: right;
	margin-right: 0;
}

.enterpriseBox .enterprisePicList img {
	width: 100%;
}

.enterpriseBox .enterprisePicList p {
	color: #333;
	margin: 10px 0;
}

.enterpriseBox .enterprisePicList:hover p {
	color: #2f82ff;
}

/* 项目页面 */
.projectBanner img {
	width: 100%;
}

.businessBox {
	background-color: #f4f4f4;
	padding: 70px 0 125px 0;
}

.businessTitle {
	color: #333333;
	font-size: 40px;
	padding-bottom: 50px;
}



.leftsidebarBox {
	overflow: hidden
}

.leftsidebarBox ::-webkit-scrollbar {
	width: 0px;
}

#leftsidebar2 {
	background: #fff;
}

#leftsidebar2 li {
	float: left;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #eee;
	width: 20%;
}

.cur2 {
	border-top: 2px solid #2f82ff !important;
}

.none {
	display: none;
}
.qh2{
	border: 1px solid #eee;
	overflow: hidden;
}
.businessLeft{
	float: left;
	background: #fff;
}
.businessLeft img{
	background-color: #fff;
	padding: 30px 60px;
	width: 60%;
	float: left;
}
.businessLeft:last-child a{
	border: none;
}
.businessLeft a{
	background-color: #fafafa;
	width: 40%;
	float: left;
	height: 416px;
	padding: 10px 50px 50px 50px;
	border-bottom: 1px solid #bfbfbf;
	outline: none!important;
	text-decoration:none
}
.businessLeft a p:first-child{
	color: #333333;
	font-size: 30px;
	margin-top: 50px;
}
.businessLeft a p:last-child{
	color: #333333;
	font-size: 14px;
	margin-top: 30px;
	line-height: 26px;
}
/* 文化页面 */
.cultureBanner img{
	width: 100%;
}
.cultureBox{
	padding: 80px 0;
}
.cultureBox img{
	width: 32%;
}
.personBanner img{
	width: 100%;
}
.personBox{
	padding: 70px 0;
}
.rcLeft{
	width: 60%;
	float: left;
}
.rcRight {
	width: 38%;
	float: right;
}
.rcRight img{
	float: right;
	width: 100%;
}


.personBox .rcTop div {
	color: #333;
	font-size: 40px;
	background: url(../images/lctLine.png) no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.personBox .rcTop p {
	color: #333;
	font-size: 14px;
}
.personBox .rcBottom div:nth-child(1){
	color: #333;
	font-size: 40px;
	margin-top: 100px;
}

.personBox .rcBottom div:nth-child(2){
	color: #333;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.personBox .rcBottom div:nth-child(3){
	color: #666666;
	font-size: 14px;
	padding-right: 50px;
	line-height: 28px;
}
.personBox .jtfl img{
	width: 100%;
	padding: 70px 0;
}
.personBox .rcIconBox{
	width: 50%;
	float: left;
}
.personBox .rcIcon{
	margin-bottom: 60px;
}

.personBox .rcIcon span{
	font-size: 20px;
	color: #333;
}
.personBox .rcIcon p{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	padding-left: 40px;
}
.personBox .rcIcon1 span{
	background: url(../images/rcIcon1.jpg) no-repeat left center;
	padding-left: 40px;
}
.personBox .rcIcon2 span{
	background: url(../images/rcIcon2.jpg) no-repeat left center;
	padding-left: 40px;
}
.personBox .rcIcon3 span{
	background: url(../images/rcIcon3.jpg) no-repeat left center;
	padding-left: 40px;
}
.personBox .rcIcon4 span{
	background: url(../images/rcIcon4.jpg) no-repeat left center;
	padding-left: 40px;
}
.personBox .rcIcon5 span{
	background: url(../images/rcIcon5.jpg) no-repeat left center;
	padding-left: 40px;
}
.personBox .rcIcon6 span{
	background: url(../images/rcIcon6.jpg) no-repeat left center;
	padding-left: 40px;
}