@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	margin-bottom: 0;
}

.pnavBox {
	padding: 50px 0;
}

.pnav {
	width: 1080px;
	position: relative;
	padding-top: 1px;
	margin: 0 auto;
}

.pnav ul {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.pnav ul li {
	display: block;
	margin: 0 40px 0 0;
	transition: all .3s;
	float: left;
}

.pnav ul li a {
	display: block;
	position: relative;
}

.pnav ul li .photo {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
}

.pnav ul li a img {
	transition: 1s;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.pnav ul li a p {
	margin-top: 10px;
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	transition: .5s;
	z-index: 5;
	border-radius: 20px;
	text-align: center;
	box-sizing: border-box;
}

.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 18px;
	left: 123px;
	transition: .5s;
}

.pnav ul li a:hover img {
	filter: brightness(120%);
}

.pnav ul li a:hover {
}

.pnav ul li a:hover i {
	color: #fff;
}

.pnav .btnLeft, .pnav .btnRight {
	position: absolute;
	top: 40%;
	margin-top: -15px;
	width: 66px;
	height: 66px;
	transition: 0.5s;
}

.pnav .btnLeft {
	left: -65px;
	background: url(../images/leftbtn.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(../images/rightbtn.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}

.spNavi {
	margin: 20px 10px 20px;
}

.spNavi li {
	margin: 0 1% 10px;
	width: 48%;
	float: left;
}

.spNavi li a {
	padding: 8px 0;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #0163C7;
	border-radius: 5px;
}

#marqueesrcoll {
	margin: 0 auto;
	width: 1260px;
	height: 780px;
	background: none !important;
}

.proBox li {
	margin: 0 1% 20px;
	width: 23%;
	height: 267px;
	min-height: 240px;
	float: left;
}

.proBox li a {
	padding-bottom: 8px;
	display: block;
	clear: both;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.proBox li .photo {
	padding: 5px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.2);
}

.proBox li a img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proBox li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.proBox li a p {
	padding: 5px 10px;
	height: 36px;
	color: #333;
	font-size: 16px;
	line-height: 2.4;
	position: relative;
}

.proBox li a p span {
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 1.2;
	border: 1px solid #666;
	border-radius: 50px;
}

@media all and (max-width: 1080px) {
	.proBox {
		margin: 0 10px;
	}
	
	.proBox li {
		margin: 0 1% 15px;
		width: 48%;
		height: auto;
		min-height: inherit;
	}
	
	.proBox li a {
		padding-bottom: 8px;
		display: block;
		clear: both;
		border-bottom: 1px solid rgba(0,0,0,.3);
	}
	
	.proBox li .photo {
		padding: 5px;
		overflow: hidden;
		border: 1px solid rgba(0,0,0,.2);
	}
	
	.proBox li a p {
		padding: 5px 5px;
		height: auto;
		font-size: 15px;
		line-height: 1.5;
	}
	
}

.about {
	margin: 100px 0 0;
	padding: 100px 0 170px;
	background: url(../images/about_bg.jpg) no-repeat center bottom;
}

.about .inner {
	padding: 50px 50px 80px;
	margin: 0 auto;
	width: 1250px;
	position: relative;
	background: #0D88CE;
	box-sizing: border-box;
	border-radius: 30px;
	background: #62BAFA url(../images/line.jpg) repeat-x left top;
}

.about .inner .photo {
	padding-top: 50px;
	width: 40%;
	float: right;
}

.about .inner .photo span {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
}

.about .inner .photo img {
	width: 100%;
}

.about .inner .textBox {
	width: 55%;
	float: left;
}

.about .inner .textBox h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
	text-align: center;
}

.about .inner .textBox h2 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.about .inner .textBox p {
	margin-bottom: 15px;
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
	text-indent: 2em;
}

@media all and (max-width: 1080px) {
	.about {
		margin: 30px 0 0;
		padding: 30px 20px;
		clear: both;
		background: url(../images/about_bg02.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	.about .inner {
		margin: 0;
		padding: 0;
		width: auto;
		background: none;
	}
	
	.about .inner .photo {
		padding-top: 20px;
		width: auto;
		float: none;
	}
	
	.about .inner .photo span {
		display: none;
	}
	
	.about .inner .photo img {
		width: 100%;
	}
	
	.about .inner .textBox {
		padding: 15px;
		width: auto;
		float: none;
		background: #369FE1;
	}
	
	.about .inner .textBox h2 {
		margin-bottom: 10px;
		color: #fff;
		font-size: 20px;
		text-align: center;
	}
	
	.about .inner .textBox h2 span {
		display: none;
		display: block;
		font-size: 11px;
		font-weight: normal;
	}
	
	.about .inner .textBox p {
		margin-bottom: 15px;
		color: #fff;
		font-size: 15px;
		line-height: 1.7;
		text-indent: 2em;
	}
	
}

.section_seven {
	height: 807px;
	background: url(../images/ad_bg.jpg) center bottom no-repeat;
	padding-top: 145px;
}

@media all and (max-width: 1080px) {
	.section_seven {
		display: none;
	}
}

.section_seven .inner {
	margin: 0 auto;
	width: 1200px;
}

.section_seven .title {
	width: 780px;
	margin: 0 auto;
}

.section_seven .title .h3_box {
	height: 74px;
	border-left: 1px solid #ccc;
	padding-left: 16px;
	margin-left: 20px;
}

.section_seven .title h3 {
	font-size: 46px;
	font-weight: bold;
	color: #d20000;
	line-height: 44px;
}

.section_seven .title p {
	font-size: 18px;
	color: #2e2e2e;
	line-height: 30px;
}

.section_seven .item_box {
	position: relative;
	height: 574px;
}

.section_seven .item {
	position: absolute;
	width: 200px;
}

.section_seven .item .radius {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: #f68612;
	margin: 0 auto;
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.section_seven .item h3 {
	font-weight: bold;
	font-size: 22px;
	color: #f68612;
	text-align: center;
	margin: 6px 0 10px;
}

.section_seven .item p {
	font-size: 16px;
	color: #202020;
	line-height: 26px;
}

.section_seven .i1 {
	bottom: 0;
	left: 0px;
}

.section_seven .i2 {
	bottom: 220px;
	left: 175px;
}

.section_seven .i3 {
	bottom: 314px;
	left: 500px;
}

.section_seven .i4 {
	bottom: 220px;
	right: 175px;
}

.section_seven .i5 {
	bottom: 0px;
	right: 0px;
}

#main .numsrcoll {
	margin: 0 auto 60px;
	padding: 30px 50px;
	width: 1200px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
	box-sizing: border-box;
}

#main .numsrcoll .num {
	width: 25%;
	float: left;
	font-size: 17px;
	position: relative;
	text-align: center;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

#main .numsrcoll .num:before {
	width: 3px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: 0;
	content: "";
	background: #FF7A01;
}

#main .numsrcoll .js-counter {
	color: #FF7A01;
	font-size: 45px;
	font-weight: bold;
	font-style: italic;
}

@media all and (max-width: 1080px) {
	#main .numsrcoll {
		margin: 30px 20px 60px;
		padding: 0;
		width: auto;
	}
	
	#main .numsrcoll .num {
		padding: 10px 0;
		width: 50%;
		font-size: 15px;
		position: relative;
		text-align: center;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}
	
	#main .numsrcoll .num:before {
		display: none;
	}
	
	#main .numsrcoll .js-counter {
		font-size: 35px;
	}
}

#main .case .headLine01 {
	margin-bottom: 50px;
}

#main .case ul {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
}

#main .case li {
	margin: 0 25px 0 0;
	padding: 10px;
	width: 350px;
	float: left;
	background: #fff;
}

#main .case li .photo {
	height: 260px;
	overflow: hidden;
}

#main .case li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .case li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .case li p {
	padding: 15px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
}

@media all and (max-width: 1080px) {
	#main .case .headLine01 {
		margin-bottom: 20px;
	}
	
	#main .case ul {
		margin: 0 20px;
		width: auto;
		min-width: inherit;
	}
	
	#main .case li {
		margin: 0 15px 0 0;
		padding: 5px;
		width: 250px;
	}
	
	#main .case li .photo {
		height: auto;
		overflow: hidden;
	}
	
	#main .case li p {
		padding: 15px 0;
		font-size: 15px;
	}

}

.news {
	padding: 0 0 100px;
	width: 100%;
	background: url(../images/news_bg.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 50px;
}

.news .inner {
	margin: 0 auto;
	width: 1250px;
}

.news_left {
	width: 300px;
	height: 660px;
	float: left;
	background: #0163C7;
	color: #fff;
}

.news_left h2 {
	padding-top: 135px;
	font-weight: normal;
	font-size: 38px;
	padding-left: 120px;
}

.news_left p {
	font-size: 32px;
	font-family: Impact;
	text-transform: uppercase;
	padding-left: 20px;
	margin-top: 30px;
}

.news_left a {
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 110px;
}

.news_left a:hover {
	background: #fff;
	color: #0163C7;
}

.newsRight {
	width: 900px;
	padding-top: 50px;
	margin-bottom: 50px;
	float: right
}

.newsRight dl {
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	margin: 30px 10px;
}

.newsRight dl dd {
	padding-bottom: 10px;
	float: left;
	width: 585px;
	height: 82px;
	margin-left: 30px;
}

.newsRight dl dd a h4 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #262626;
	overflow: hidden;
}

.newsRight dl dd a span {
	height: 68px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #797979;
	line-height: 24px;
}

.newsRight dl:hover h4 {
	color: #fff
}

.newsRight dl:hover span {
	color: #fff
}

.newsRight dl:hover {
	background: #0076DE
}

.newsRight img {
	width: 170px;
	height: 120px;
	float: left
}

@media all and (max-width: 1080px) {
	.news {
		padding: 0 0 40px;
		margin-top: 30px;
	}
	
	.news .inner {
		margin: 0;
		width: auto;
	}
	
	.news_left {
		padding-bottom: 30px;
		width: auto;
		height: auto;
		float: none;
	}
	
	.news_left h2 {
		padding-top: 20px;
		font-weight: bold;
		font-size: 38px;
		padding-left: 0;
		text-align: center;
	}
	
	.news_left p {
		font-size: 20px;
		padding-left: 0;
		margin-top: 0;
		font-weight: normal;
		text-align: center;
	}
	
	.news_left a {
		display: block;
		width: 160px;
		height: 30px;
		line-height: 30px;
		border-radius: 50px;
		text-align: center;
		margin: 10px auto 0;
		font-size: 16px;
	}
	
	.news_left a:hover {
		background: #fff;
		color: #0163C7;
	}
	
	.newsRight {
		width: auto;
		padding-top: 30px;
		margin-bottom: 0;
		float: none
	}
	
	.newsRight dl {
		padding: 10px;
		margin: 0 15px 10px;
	}
	
	.newsRight dl dd {
		padding: 0 0 10px 140px;
		float: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	
	.newsRight dl dd a h4 {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		color: #262626;
		overflow: hidden;
	}
	
	.newsRight dl dd a span {
		height: 68px;
		overflow: hidden;
		display: block;
		font-size: 14px;
		color: #797979;
		line-height: 24px;
	}
	
	.newsRight dl:hover h4 {
		color: #fff
	}
	
	.newsRight dl:hover span {
		color: #fff
	}
	
	.newsRight dl:hover {
		background: #0076DE
	}
	
	.newsRight img {
		width: 130px;
		height: 110px;
	}


}



.pageContact {
	margin: 0 auto 80px;
	width: 1200px;
}

.pageAbout {
	margin: 0 auto;
	width: 1200px;
}

.pageAbout p {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

@media all and (max-width: 1080px) {
	.pageContact {
		margin: 0 20px 30px;
		width: auto;
	}
	
	.pageAbout {
		margin: 0 20px 30px;
		width: auto;
	}
	
}

.comPro li {
	float: left;
	width: 32.33%;
	margin: 0 0.5% 30px;
}

.comPro li .img {
	position: relative;
	overflow: hidden;
}

.comPro li img {
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.comPro li a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.comPro li .info {
	padding: 20px;
	background: url(../images/arrow.png) right 60px no-repeat;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comPro li strong {
	display: block;
	width: 95%;
	font-weight: 100;
	font-size: 18px;
}

.comPro li .line2 {
	width: 100%;
	height: 2px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden;
	background-color: #0076DE;
}

.comPro li p {
	display: none;
}

@media all and (max-width: 1080px) {
	.comPro {
		margin: 0 -10px;
	}
	
	.comPro li {
		width: 48%;
		margin: 0 1% 10px;
	}
	
	.comPro li .info {
		padding: 0;
		background: none;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	.comPro li strong {
		padding-top: 10px;
		display: block;
		width: auto;
		font-weight: 100;
		font-size: 15px;
	}
	
	.comPro li .line2 {
		width: 100%;
		height: 2px;
		transform-origin: 100%;
		-webkit-transform-origin: 100%;
		-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		visibility: hidden;
		background-color: #0076DE;
	}
	
	.comPro li p {
		display: none;
	}

}

@media all and (min-width: 1081px) and (max-width: 2500px) {
	.comPro li a:hover .line2 {
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform-origin: 0;
		-webkit-transform-origin: 0;
		visibility: visible;
	}
	
	.comPro li a:hover .info {
		background: url(../images/arrow.png) right center no-repeat;
	}
	
	.comPro li a:hover strong {
		border-right: 1px solid #f1f1f1;
	}
}


#main .newsList  {
	margin: 0 auto 50px;
	width: 1200px;
	border-top: 1px solid #eee;
}

#main .newsList li {
	margin: 0 0 20px;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .newsList li .sub {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .sub {
	padding-right: 30px;
}

#main .newsList li a {
	padding: 30px 0;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover {
}

#main .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

#main .newsList li .photo img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsList li .textBox {
	padding-left: 240px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

#main .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .newsList li a:hover .textBox .ttl,
#main .newsList li a:hover .textBox .txt,
#main .newsList li a:hover .textBox .date {
	color: #0076DE;
}

@media all and (max-width: 1080px) {
	#main .newsList  {
		margin: 0 20px 30px;
		width: auto;
	}
	
	#main .newsList li {
		margin: 0 0 10px;
		font-size: 15px;
	}
	
	#main .newsList li a:hover .sub {
		padding-right: 0;
	}
	
	#main .newsList li a {
		padding: 15px 0;
	}
	
	#main .newsList li .photo {
		margin: 0 15px 10px 0;
		width: 130px;
		height: 110px;
	}
	
	#main .newsList li .textBox {
		padding-left: 0;
		float: none;
	}
	
	#main .newsList li .textBox .ttl {
		margin-bottom: 5px;
		font-size: 18px;
		color: #333;
	}
	
	#main .newsList li .textBox .txt {
		margin-bottom: 10px;
		font-size: 14px;
		color: #999;
		line-height: 1.7;
	}
	
	#main .newsList li .textBox .date {
		font-size: 14px;
		color: #999;
	}
	
	#main .newsList li a:hover .textBox .ttl,
	#main .newsList li a:hover .textBox .txt,
	#main .newsList li a:hover .textBox .date {
		color: #0076DE;
	}

}

.img_big_box {
	padding: 8px;
    width: 53%;
    float: left;
	border: 1px solid #666;
	box-sizing: border-box;
}

.img_big_box img {
	width: 100%;
}

.info_big_box {
	width: 42%;
	float: right;
}
.info_big_box h1 {
	color: #444;
	line-height: 36px;
	font-weight: bold;
	font-size: 26px;
	margin-top: 40px;
}
.info_big_box .info_1 {
	margin: 30px 0 0;
}
.info_big_box .info_1 .dh {
	color: #555;
	min-height: 40px;
	line-height: 40px;
	cursor: help;
	margin-bottom: 10px;
}
.info_big_box .info_1 .dh img {
	float: left;
	width: 30px;
	margin-top: 5px;
}
.info_big_box .info_1 .dh span {
	float: right;
	width: 89%;
	font-size: 18px;
	color: #555;
	letter-spacing: 0px;a
	line-height: 40px;
}
.info_big_box .info_1 .dh span.num {
	font-family: impact;
	font-size: 26px;
	letter-spacing: 2px;
}
.info_big_box .info_2 {
	padding: 10px;
}

.info_big_box .info_3 span {
	display: inline-block;
	padding: 8px 0;
	line-height: 24px;
	color: #555;
	cursor: help;
	font-size: 12px;
}
.info_big_box .info_3 span img {
	display: inline-block;
	height: 20px;
	margin-bottom: 3px;
	margin-right: 6px;
}
.dtitle {
	padding: 10px;
	background-color: #fafafa;
	margin: 30px 0;
}
.dtitle h3 {
	color: #0076DE;
	border-left: 2px solid #0076DE;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
}

.article_content p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

.article_content img {
	margin: 0 auto;
	display: block;
}


@media all and (max-width: 1080px) {
	.img_big_box {
		padding: 8px;
		width: auto;
		float: none;
	}
	
	.info_big_box {
		width: auto;
		float: none;
	}
	
	.info_big_box h1 {
		line-height: 36px;
		font-weight: bold;
		font-size: 26px;
		margin-top: 20px;
		text-align: center;
	}
	.info_big_box .info_1 {
		margin: 20px 0 0;
	}
	.dtitle h3 {
		margin-bottom: 20px;
		color: #0076DE;
		border-left: 2px solid #0076DE;
		padding-left: 20px;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		font-size: 20px;
	}
	
	.article_content p {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.7;
		text-align: left;
	}
	
	.article_content img {
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}


}

@media all and (max-width: 1080px) {
	.comBox {
		margin: 0 20px;
	}
}
