@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}

a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}

h1,h2,h3,h4 {
	margin: 0;
}


/*****************************
			页内css
*****************************/
#header {
	position: relative;
	overflow: hidden;
	z-index: 10;
	min-height: 500px;
}

#header .top {
	padding: 15px 0;
	border-bottom: 1px solid #CCC;
}

#header .top .sub {
	margin: 0 auto;
	width: 1250px;
}

#header .top p {
	font-size: 15px;
	float: left;
}

#header .top .tel {
	padding-left: 25px;
	float: right;
	color: #333;
	line-height: 1.7;
	font-size: 15px;
	background: url(../images/icon01.png) no-repeat left center;
	background-size: 20px auto;
}

#header .hInner {
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	position: absolute;
	background: rgba(225,225,225,.7);
	box-shadow: 0 0 5px #000;
}

#header .hBox {
	margin: 0 auto;
	width: 1250px;
	position: relative;
	z-index: 100;
}

#header h1 {
	padding-top: 25px;
	float: left;
}

#gNavi {
	width: 750px;
	float: right;
	position: relative;
}

#gNavi ul {
	z-index: 10;
	position: relative;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 40px 0;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	-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;
}

#gNavi li a span {
	margin-top: 10px;
	display:block;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

#gNavi li a:hover {
	color: #fff;
	-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;
}

/*#gNavi li a:hover {
	color: #fff;
	background: #289FE3;
	-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;
}
*/
#gNavi .back {
	width: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #289FE3;
	z-index: 1;
	opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.mainImg {
	height: 100vh;
	min-height: 800px;
	z-index: 1;
}

.mainImg .slider li {
	width: 100%;
	height: 100vh;
	min-height: 900px;
	float: left;
	overflow: hidden;
}

.mainImg .slider li .photo {
	margin: 0 -20px;
	width: 100%;
	height: 100%;
	font-size: 15px;
	transition: transform 6s linear;
	-webkit-transition: transform 6s linear;

	transform: scale(1) rotate(.01deg);
	-webkit-transform: scale(1) rotate(.01deg);
}

.mainImg .slider li .textImg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 30;
	text-align: center;
}

.mainImg .slider li .textImg img {
	width: 100%;
	max-width: 1200px;
	display: inline-block;
}

.mainImg .slider li.slick-active .photo {
 	-webkit-transform: scale(1.15) rotate(.01deg);
	transform: scale(1.15) rotate(.01deg)
}

.mainImg .pic01 .photo {
	background: url(../images/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 .photo {
	background: url(../images/mainimg04.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 .photo {
	background: url(../images/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .slider .slick-dots {
	width: 15px;
	position:absolute;
	left: 20px;
	top: 50%;
	z-index: 20;
	text-align: center;
}

.mainImg .slider .slick-dots li {
	margin: 0 0 15px;
	width: 14px;
	min-height: inherit !important;
	height: 14px;
	display: block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.mainImg .slider .slick-dots li button {
	display: none;
}
	
.mainImg .slider .slick-dots .slick-active {
	background: #1078F1;
}

#slogan {
	color: #fff;
	font-size: 40px;
	line-height: 800px;
	text-align: center;
	text-shadow: 0 0 5px #333;
}

@-webkit-keyframes opener {
    100% {
        top: 15px
    }
}
@keyframes opener {
    100% {
        top: 15px
    }
}

.scrollbtn {
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 100;
}

.scrollbtn a {
	margin-left: -25px;
	top: 0;
	position: absolute;
	left: 50%;
	width: 50px;
	cursor: pointer;
    -webkit-animation: opener .5s ease-in-out alternate infinite;
    animation: opener .5s ease-in-out alternate infinite;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out, transform .5s ease-in-out .2s;
    transition: opacity .2s ease-in-out, transform .5s ease-in-out .2s;
}

.scrollbtn a img {
	width: 40px;
}

#main .hotBox {
	background: #EEEEEE;
}

#main .hotBox .sub {
	margin: 0 auto;
	width: 1250px;
}

#main .hotBox .ttl{
	width: 350px;
	padding: 30px 0 0 50px;
	height: 94px;
	float: left;
	color: #fff;
	font-size: 18px;
	background: #289FE3;
}

#main .hotBox .ttl span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	font-size: 15px;
	font-style: italic;
	position: relative;
}

#main .hotBox .ttl span:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 50px;
	height: 3px;
	background: #fff;
}

#main .hotBox ul {
	padding-right: 50px;
	width: 700px;
	float: right;
}

#main .hotBox li {
	width: 33.333333333%;
	float: left;
	font-size: 18px;
	text-align: center;
}

#main .hotBox li a {
	padding: 20px 0 0;
	height: 104px;
	display: block;
	z-index: 5;
	position: relative;
	-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 .hotBox li a:hover {
	color: #fff;
}

#main .hotBox li a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 0;
	z-index: -1;
	background: #E97618;
	-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 .hotBox li a:hover:before {
	height: 100%;
}

#main .hotBox li img {
	margin: 0 auto 15px;
	display: block;
}

#main .hotBox li img.over {
	display: none;
}

#main .hotBox li a:hover img.over {
	display: block;
}

#main .hotBox li a:hover img.out {
	display: none;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main {
	margin-bottom: 50px;
}

/*#main h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(../images/h2_img.png) no-repeat center center;
}

#main h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}
*/

#main .product {
	margin-bottom: 100px;
	padding: 50px 0 0;
}

@keyframes loop {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2000px 0;
	}
}

@-webkit-keyframes loop {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2000px 0;
	}
}

#main .headLine01 {
	margin-bottom: 30px;
	color: #333;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	-moz-animation: loop 26s linear infinite;
	animation: loop 26s linear infinite;
	background: url(../images/scroll_h2.png) repeat-x 0 0;
}

#main .headLine01 span {
	margin-top: 15px;
	padding-top: 15px;
	display: block;
	color: #888;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.8;
	position: relative;
}

#main .headLine01 span:before {
	margin-left: -25px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 50px;
	height: 3px;
	background: #E97618;
}

#main .product .section {
	padding: 20px 0 10px;
	width: 1250px;
}

#main .listBox {
	padding: 0 10px 30px;
}

#main .topList {
	padding: 30px 0;
	position: relative;
}

#main .topList ul {
	margin: 0 auto;
	width: 1250px;
}

#main .topList li {
	margin: 0 1% 15px;
	width: 23%;
	float: left;
}

#main .topList li a {
	margin: 0 10px 6px;
	padding: 10px 10px;
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	transition: all .2s ease;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	-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 .topList li a:hover {
	color: #fff;
	background: #289FE3;
}

#main .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 700px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll {
	padding: 0 0 5px;
}

#main .srcoll li {
	margin: 0 1% 55px;
	width: 23%;
	float: left;
}

#main .srcoll li .photo {
	height: 230px;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
}

#main .srcoll li p {
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #ddd;
}

#main .srcoll li .tel {
	margin: 0 30px;
	padding: 10px 0;
	font-weight: normal;
	color: #5c3718;
	font-size: 15px;
	border: 1px dotted #323b76;
}

#main .aboutBox {
	margin-bottom: 100px;
	min-height: 700px;
	background: url(../images/about_bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .aboutBox .about {
	margin: 0 auto;
	padding: 1px;
	width: 1250px;
}

#main .aboutBox h2 {
	margin-top: -50px !important;
	position: relative;
	float: left;
}

#main .aboutBox .textBox {
	padding-top: 315px;
	width: 840px;
	float: right;
}

#main .aboutBox .textBox .sub {
	margin-bottom: -50px;
	padding: 50px;
	background: #F2F2F3;
}

#main .aboutBox .textBox h3 {
	font-size: 30px;
	color: #289FE3;
	font-weight: bold;
}
 
#main .aboutBox .textBox p {
	margin-top: 20px;
	color: #707070;
	font-size: 14px;
	line-height: 1.8em;
}

#main .aboutBox .textBox ul {
	margin-top: 50px;
}

#main .aboutBox .textBox li {
	margin-right: 20px;
	width: 225px;
	float: left;
}

#main .aboutBox .textBox li a {
	padding-left: 40px;
	display: block;
	color: #666;
	height: 64px;
	line-height: 64px;
	font-size: 15px;
	text-align: center;
	-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 .aboutBox .textBox li a:hover {
	color: #fff;
}

#main .aboutBox .textBox .link01 a {
	background: url(../images/icon04.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link01 a:hover {
	background: #289FE3 url(../images/icon04_over.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link02 a {
	background: url(../images/icon05.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link02 a:hover {
	background: #289FE3 url(../images/icon05_over.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link03 a {
	background: url(../images/icon06.png) no-repeat 50px center;
}

#main .aboutBox .textBox .link03 a:hover {
	background: #289FE3 url(../images/icon06_over.png) no-repeat 50px center;
}

#main .youshi {
	margin-bottom: 100px;
	text-align: center;
}

#main .case {
	margin-bottom: 70px;
	padding: 40px 0;
}

#main .case li {
	width: 400px;
	height: 300px;
	float: left;
}

#main .case li a {
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

#main .case li img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .case li a p {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0;
	height: 50px;
	line-height: 50px;
	bottom: -50px;
	color: #fff;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	-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 p {
	bottom: 0;
}

#main .news {
	margin-bottom: 100px;
}

#main .news ul {
	margin: 0 auto;
	width: 1200px;
}

#main .news li {
	margin: 0 1% 20px;
	width: 48%;
	float: left;
}

#main .news li a {
	display: block;
	overflow: hidden;
}

#main .news li .photo {
	width: 170px;
	height: 120px;
	float: left;
}

#main .news li .photo img {
	width: 100%;
	height: 100%;
}

#main .news li .textBox {
	padding-left: 190px;
}

#main .news li .textBox .ttl {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

#main .news li .textBox .txt {
	margin-bottom: 20px;
	font-size: 15px;
}

#main .news li .textBox .date {
	color: #999;
	font-size: 14px;
	text-align: right;
}

#main .contact {
	padding: 100px 0;
	height: 300px;
	background: url(../images/contact_bg.jpg) no-repeat center center;
}

#main .contact .headLine01 {
	margin-bottom: 50px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background: none;
}

#main .contact .headLine01 span {
	color: #fff;
}

#main .contact .headLine01 span:before {
	background: #fff;
}

#main .contact ul {
	margin: 0 auto;
	width: 1200px;
}

#main .contact li {
	width: 33.333333333%;
	float: left;
	color: #fff;
	font-size:18px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

#main .contact li img {
	margin: 0 auto 20px;
	display: block;
}

#main .conPage {
	margin-bottom: 100px;
}

#main .conPage ul {
	margin: 0 auto;
	width: 1200px;
}

#main .conPage li {
	width: 33.333333333%;
	float: left;
	color: #000;
	font-size:18px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

#main .conPage li img {
	margin: 0 auto 20px;
	display: block;
}



#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#dituContent {
	width: 100%;
	height: 500px;
}

.iw_poi_title {
	padding: 0 30px 15px 0;
	color: #279FE2 !important;
	font-size: 25px !important;
}


#footer {
	background: #262626;
}

#footer .sub {
	margin: 0 auto;
	padding: 80px 0;
	width: 1200px;
}

#footer .tel {
	width: 260px;
	float: left;
	text-align: center;
}

#footer .tel .num {
	margin: 15px;
	display: block;
	color: #F6F6F6;
	font-size: 30px;
	font-family: Impact;
}

#footer .tel .ttl {
	margin-bottom: 30px;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	text-align: center;
}

#footer .tel a {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #0356d2;
	border-radius: 30px;
}

#footer .navi {
	margin-left: 20px;
	padding: 20px 40px;
	width: 478px;
	min-height: 150px;
	float: left;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
}

#footer .navi li {
	margin-bottom: 20px;
	width: 33.333333%;
	float: left;
	color: #7c7c7c;
}

#footer .navi li a {
	color: #7c7c7c;
	font-size: 15px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .boxinfo {
	padding-top: 15px;
	width: 300px;
	float: right;
}

#footer .boxinfo {
	color: #7c7c7c;
}

#footer .boxinfo p {
	font-size: 17px;
	line-height: 2;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #000;
}

#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
	border: 1px solid #999;
}

#side .sLink h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #1078F1;
}

#side .sLink h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

#side ul {
}

#side li {
}

#side li a {
	padding: 20px 10px 20px 45px;
	display: block;
	text-align: left;
	background: url(../images/icon04.png) no-repeat 10px center;
	border-bottom: 1px dotted #CCC;
	-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;

}

#side li a:hover {
	color: #fff;
	background: #0988EA url(../images/icon04.png) no-repeat 10px center;
}

#side .sconttact {
	padding: 5px 5px 15px;
	border: 1px solid #999;
}

#side .sconttact h2 {
	margin: 0 0 20px;
	font-size: 20px !important;
	color: #000 !important;
	font-weight: bold !important;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#side .sconttact h2 span {
	margin-bottom: -2px;
	padding: 10px 20px 15px;
	display: inline-block;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 20px !important;
	border-bottom: 2px solid #1078F1;
}

#side .sconttact p {
	margin: 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

#conts {
	width: 890px;
	float: right;
}

#main .pageTitle {
	margin: 0 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

#main .pageTitle h2 {
	padding: 1px 0 3px 30px;
	margin: 0;
	float: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../images/home.png) no-repeat left center;
}

.pagePath {
	padding: 20px 0;
	margin: 0 0 50px;
	color: #fff;
	font-size: 15px;
	background: #279FE2;
}

.pagePath img {
	margin-right: 10px;
}

.pagePath .sub {
	margin: 0 auto;
	width: 1250px;
}

.pagePath a:hover{
	color: #fff;
	text-decoration: underline;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}


#main .proList {
	margin: 0 -20px 50px 0;
}

#main .proList li {
	margin: 0 1% 30px;
	width: 23%;
	float: left;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

#main .proList li a {
	display: block;
}

#main .proList li .photo {
	padding: 4px;
	height: 210px;
	border: 1px solid #e6e6e6;
}

#main .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#main .proList li p {
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	background: #F0F0F0;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #279FE2;
	border: 1px solid #279FE2;
}

.pagelist .thisclass {
}

.pagelist .thisclass a {
	color: #fff;
	background: #279FE2;
	border: 1px solid #279FE2;
}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

#main .newsList  {
	margin-bottom: 50px;
}

#main .newsList li {
	margin-bottom: 15px;
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	border: 1px solid #ccc;
	-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:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .newsList li a {
	display: block;
	overflow: hidden;
	position:relative;
}

#main .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#main .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .newsList li .textBox {
	padding: 0 200px 0 220px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #279FE2;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

#main .newsList li .date {
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 16px;
	float: right;
	position: absolute;
	right: 20px;
	top: 40px;
	text-align: center;
	background: #279FE2;
}

#main .newsList li .date span {
	padding-top: 5px;
	display: block;
	font-size: 38px;
	font-style: italic;
}


#main .aboutPage {
	margin-bottom: 100px;
}

#main .aboutPage h2 {
	margin-bottom: 50px;
	color: #000;
	font-size: 36px;
	font-weight: normal;
}

#main .aboutPage h2 span {
	display: block;
	color: #279fe2;
	font-size: 36px;
	font-weight: bold;
}

#main .aboutPage p {
	color: #707070;
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}



.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #0070D8;
  border: 1px solid #0070D8;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0070D8;
  border: 1px solid #0070D8;
}

