@charset "utf-8";

.column_2 .pageBody .wrapper{
	margin: 0;
}

#columnContent_2 .titleBar{
	display: block;
	text-align: center;
	padding-top: 50px;
}
#columnContent_2 .columnName{
	display: block;
	font-size: 32px;
	color: #1a264f;
	line-height: 2em;
}
#columnContent_2 .slaveColumnName{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #2a59a7;
	line-height: 2em;
}


#columnContent_2 #company{
	/*background-image: url(../images/2/companyBg.jpg);*/
	background-position: top center;
	margin: 0 20px;
}

#columnContent_2 #company .content{
	max-width: 920px;
	margin: auto;
	padding-top: 30px;
}
#columnContent_2 #company p{
	line-height: 2em;
	text-indent: 2em;
}
#columnContent_2 #company .blockList{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
	padding-top: 30px;
}
#columnContent_2 #company li{
	width: 100%;
	height: 180px;
	background-color: #aabddc;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
#columnContent_2 #company li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#columnContent_2 #company li p{
	text-indent: 0;
	text-align: center;
	color: #fff;
	width: 100%;
}
#columnContent_2 #company li p:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
}
#columnContent_2 #company li p:nth-child(2){
	font-size: 14px;
	line-height: 2em;
}

#columnContent_2 #company li:nth-child(7){
	background-color: #aabddc;
}
#columnContent_2 #company li:nth-child(8){
	background-color: #7f9bca;
}
#columnContent_2 #company li:nth-child(9){
	background-color: #557ab9;
}

@media only screen and (max-width:480px) {
	#columnContent_2 #company .blockList{
		grid-template-columns: 1fr 1fr;
	}
	#columnContent_2 #company li{
		height: 110px;
	}
	#columnContent_2 #company .blockList li:nth-child(1){ display: none;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#columnContent_2 #company{
		height: 1160px;
	}
}


#columnContent_2 #speech{
	background-image: url(../images/2/speechBg.jpg);
	height: 800px;
	background-position: top center;
	display: none;
}
#columnContent_2 #speech .titleBar{
	width: 1000px;
	margin: auto;
	text-align: left;
	padding-top: 120px;
}
#columnContent_2 #speech .content{
	width: 1000px;
	margin: auto;
	padding-top: 10px;
	position: relative;
	height: 570px;
}
#columnContent_2 #speech p{
	width: 600px;
	text-indent: 2em;
	line-height: 2em;
}
#columnContent_2 #speech #chairman{
	position: absolute;
	right: -70px;
	bottom: 0px;
}


#columnContent_2 #honnor{
	background-image: url(../images/2/honnorBg.jpg);
	background-position: top center;
	background: none;
	position: relative;
	width: 100%;
	overflow:hidden;
	background-color: #f4f4f4;
}
#columnContent_2 #honnor .content {
	padding-top: 10px;
}
#columnContent_2 #honnor .content p{
	text-align: center;
	line-height: 2em;
	padding: 0 20px;
}
#columnContent_2 #honnor .content .honnorList{
	height: 480px;
	width: 140%;
	position: absolute;
	left: -20%;
	top: 250px;
}
#columnContent_2 #honnor .more{
	width: 200px;
	height: 50px;
	background-color: #2a59a7;
	color: #fff;
	display: block;
	border-radius: 5px;
	margin: auto;
	line-height: 50px;
	text-align: center;
	margin-top: 500px;
}
#columnContent_2 #honnor .honnorList{
	position: relative;
	overflow: hidden;
}
#columnContent_2 #honnor .honnorList li{
	position: absolute;
	/*right:-300px;*/
	/*animation: a1 50s;*/
	cursor: pointer;
	transform: scale(1.0);
	transition: all 0.5s;
}
#columnContent_2 #honnor .honnorList li img{
	width: 100%;
	box-shadow: 2px 2px 10px #999 ;
	border: solid 2px #fff !important;
}
#columnContent_2 #honnor .honnorList li:hover{
	transform: scale(1.2);
	z-index: 1000;
}
#columnContent_2 #honnor .honnorList .size1{ width: 120px;}
#columnContent_2 #honnor .honnorList .size2{ width: 140px;}
#columnContent_2 #honnor .honnorList .size3{ width: 140px;}
#columnContent_2 #honnor .honnorList .size4{ width: 140px;}
#columnContent_2 #honnor .honnorList .size5{ width: 160px;}

@media only screen and (max-width:480px) {
	#columnContent_2 #honnor{
		padding-bottom: 50px;
	}
	#columnContent_2 #honnor #honnorList1{
		display: none;
	}
	#columnContent_2 #honnor #honnorList2{
		display: block;
	}
	#columnContent_2 #honnor .more{
		margin-top: 400px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#columnContent_2 #honnor{
		height: 800px;
	}
	#columnContent_2 #honnor #honnorList1{
		display: block;
	}
	#columnContent_2 #honnor #honnorList2{
		display: none;
	}
}
@media only screen and (min-width:1025px) {
	#columnContent_2 #honnor{
		height: 800px;
	}
	#columnContent_2 #honnor #honnorList1{
		display: block;
	}
	#columnContent_2 #honnor #honnorList2{
		display: none;
	}
}













#columnContent_2 #history{
	background-image: url(../images/2/historyBg.jpg);
	height:940px;
	background-position: top center;
}
#columnContent_2 #history .titleBar{
	display: none;
}

#columnContent_2 #history .content img{
	display: none;
}


@media only screen and (max-width:480px) {
	#columnContent_2 #history{
		background: none;
		height: auto;
	}
	#columnContent_2 #history .content img{
		display: block;
	}
	
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
}


.column_2 .pageBody .wrapper{ max-width: 100%; /*width: 100%;*/}
.column_2 .pageBody .columnContent{ padding: 0;}






#columnContent_20,
#columnContent_21,
#columnContent_22,
#columnContent_23,
#columnContent_24,
#columnContent_25,
#columnContent_26,
#columnContent_27{
	/*background-image: url(../images/3/bg.png);
	height: 1800px;
	height: 1740px;
	background-position: center top;*/
}
/*
.rootColumn_20 .pageAside,
.rootColumn_21 .pageAside,
.rootColumn_22 .pageAside,
.rootColumn_23 .pageAside,
.rootColumn_24 .pageAside,
.rootColumn_25 .pageAside,
.rootColumn_26 .pageAside,
.rootColumn_27 .pageAside{ display: none;}
*/

/*

.column_20 .banner{ display: none;}
.column_20 .pageBody .wrapper{ width: 100%; max-width: 100%;}
#columnContent_20{
	background-image: url(../images/3/bg2.png);
	height: 1800px;
	height: 2620px;
	background-position: center top;
	padding: 0;
}*/

#columnContent_39{
	
}

#columnContent_39 p{
	line-height: 2em;
	color: #666;
}
#columnContent_39 div{
	/*padding: 20px 0;*/
}

#columnContent_39 h3{
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	width: 100%;
	color: #1a264f;
	border-top: solid 1px #ddd;
	line-height: 3em;
	margin-top: 20px;
}
#columnContent_39 h4{
	line-height: 2em;
	font-weight: normal;
	font-size: 18px;
	color: #1a264f;
}
#columnContent_39 h5{
	line-height: 2em;
	font-weight: normal;
	font-size: 14px;
	color: #2a59a7;
	text-transform: uppercase;
}


#columnContent_39 .company{
}
#columnContent_39 .company h4{
	font-size: 24px;
	font-weight: bold;
}
#columnContent_39 .company h5{
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#columnContent_39 .company{
	display: flex;
	flex-wrap: wrap;
}
#columnContent_39 .company div{
	width: 50%;
}
#columnContent_39 .company iframe{
	width: 50%;
	height: 400px;
}
#columnContent_39 .company p{
	line-height: 2em;
}


#columnContent_39 .net{
}
#columnContent_39 .sub{
	display: flex;
	flex-wrap: wrap;
}
#columnContent_39 .sub div{
	padding: 20px 0;
	width: 50%;
}
#columnContent_39 .office{
	display: flex;
	flex-wrap: wrap;
}
#columnContent_39 .office div{
	height: 148px;
	padding: 20px 0;
	width: 50%;
}
#columnContent_39 iframe{
	width: 100%;
	height: 500px;
}



@media only screen and (max-width:480px) {
	#columnContent_39 .company div{
		width: 100%;
	}
	#columnContent_39 .company iframe{
		width: 100%;
	}
	#columnContent_39 .sub div{
		width: 100%;
		height: auto;
	}
	#columnContent_39 .office div{
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
}




















.rootColumn_3 .pageAside{ display: none;}
#columnContent_3 ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
#columnContent_3 li{
	color: #fff;
	text-align: center;
	line-height: 2em;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 420px;
	width: 100%;
	margin: auto;
	background-color: #f6f6f6;
	border: solid 1px #eee;
}
#columnContent_3 li:hover{
	background-color: #2a59a7;
	color: #fff !important;
}
#columnContent_3 li a{
	border: none;
}
#columnContent_3 li img{
	width: 100%;
	height: 100%;
	border: none !important;
	object-fit: cover;
}
#columnContent_3 .columnName{
	position: absolute;
	left: 30px;
	top: 50px;
	font-size: 24px;
	color: #1a264f;
}
#columnContent_3 .slaveColumnName{
	position: absolute;
	left: 30px;
	top: 80px;
	color: #666;
	color: #2a59a7;
}
#columnContent_3 .intro{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 110px;
	font-size: 12px;
	line-height: 2em;
	color: #333;
}

#columnContent_3 li:hover .columnName,
#columnContent_3 li:hover .slaveColumnName,
#columnContent_3 li:hover .intro{
	color: #fff;
}




@media only screen and (max-width:480px) {
	#columnContent_3 ul{
		grid-template-columns: 1fr 1fr;
		margin: 0;
	}
	#columnContent_3 ul li{
		height: 240px;
	}
	#columnContent_3 .columnName{
		left: 20px;
		top: 30px;
	}
	#columnContent_3 .slaveColumnName{
		left: 20px;
		top: 60px;
		font-size: 10px;
		text-align: left;
	}
	#columnContent_3 .intro{
		display: none;
	}
	
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#columnContent_3 ul{
		grid-template-columns: 1fr 1fr;
		margin: 0;
	}
}
@media only screen and (min-width:1025px) {
}

#columnContent_16 #img1{ display: none;}
#columnContent_16 #img3{ display: none;}

#columnContent_17 #img1{ display: none;}
#columnContent_17 #img3{ display: none;}

@media only screen and (max-width:480px) {
	#columnContent_16 #img1{ display: block;}
	#columnContent_17 #img1{ display: block;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#columnContent_16 #img3{ display: block;}
	#columnContent_17 #img3{ display: block;}
}
@media only screen and (min-width:1025px) {
	#columnContent_16 #img3{ display: block;}
	#columnContent_17 #img3{ display: block;}
}


#columnContent_15 img{
	object-fit: contain;
}