@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

#header {
	position: relative;
}

#header .inner {
	padding: 0 0 0 30px;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	background: rgba(255,255,255,.9);
}

#header h1 {
	width: 340px;
	margin: 12px 50px 0 0;
	float: left;
}

#header h1 img {
	width: 100%;
}

#header .tel {
	padding: 0 30px;
	height: 100px;
	float: right;
	font-size: 23px;
	color: #fff;
	background: #1b7ff2;
}

#header .tel span {
	padding: 0 0 0 45px;
	display: block;
	font-weight: bold;
	line-height: 100px;
	background: url(../images/tel_bg02.png) no-repeat left center;
	background-size: 30px;
}

#header .menu {
	display: none;
}

#gNavi {
	float: left;
}

.sp {
	display: none;
}

@media all and (min-width: 768px) {

	#gNavi {
		display: block !important;
	}
	
}

#gNavi ul {
}

#gNavi li {
	width: 120px;
	float: left;
}

#gNavi li a {
	height: 100px;
	line-height: 100px;
	display: block;
	color: #000;
	font-size: 16px;
	position: relative;
	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:hover {
	color: #fff;
	background: #1b7ff2;
	-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;
}

@media all and (min-width: 1200px) and (max-width: 1600px) {
	#header h1 {
		margin-right: 30px;
	}
	
	#gNavi li {
		width: 95px;
	}
	
	#header .tel {
		padding: 0 20px;
	}
}

@media all and (min-width: 0) and (max-width: 1080px) {
		body {
		min-width: inherit;
	}

	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}

	#header {
		margin-bottom: 0;
		position: relative;
	}
	
	#header .inner {
		padding: 0;
		margin: 0;
		width: 100%;
		position: relative;
		left: inherit;
		top: inherit;
		z-index: 100;
		box-sizing: border-box;
		background: rgba(255,255,255,1);
	}
	
	#header h1 {
		padding: 15px;
		width: 250px;
		margin: 0;
		float: left;
	}
	
	#header h1 img {
		width: 100%;
	}
	
	#header .tel {
		display: none;
	}
	
	#header .menu {
		margin-top: -15px;
		position: absolute;
		right: 15px;
		top: 50%;
		display: block;
	}

	#header .menu img {
		width: 30px;
	}
	
	#gNavi {
		display: none;
		width: 100%;
		float: none;
		position: absolute;
		left: 0;
		top: 73px;
		z-index: 1000;
		background: rgba(0,0,0,.7);
	}
	
	#gNavi ul {
	}
	
	#gNavi li {
		width: auto;
		float: none;
		border-bottom: 1px solid #fff;
	}
	
	#gNavi li a {
		padding: 15px 20px;
		height: auto;
		line-height: 1.8;
		display: block;
		color: #fff;
		font-size: 16px;
		position: relative;
		text-align: left;
		-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: 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;
	}

}
.mainImg {
	z-index: 1;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 700px;
	float: left;
	overflow: hidden;
}

.mainImg .pic01 img,
.mainImg .pic02 img,
.mainImg .pic03 img{
	display: none;
}

.mainImg .pic01 {
	background: url(../images/banner01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(../images/banner02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(../images/banner03.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .slick-dots {
	width: 15px;
	position:absolute;
	left: 20px;
	top: 50%;
	z-index: 20;
	text-align: center;
}

.mainImg .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 .slick-dots li button {
	display: none;
}
	
.mainImg .slick-dots .slick-active {
	background: #1078F1;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.mainImg {
		z-index: 1;
	}
	
	.mainImg .pic01,
	.mainImg .pic02,
	.mainImg .pic03 {
		height: auto;
	}
	
	.mainImg .pic01 {
		background: none;
	}
	
	.mainImg .pic02 {
		background: none;
	}
	
	.mainImg .pic03 {
		background: none;
	}
	
	.mainImg .pic01 img,
	.mainImg .pic02 img,
	.mainImg .pic03 img{
		width: 100%;
		display: block;
	}
	
	.mainImg .slick-dots {
		left: 10px;
	}
	
	.mainImg  .slick-dots li {
		margin: 0 0 5px;
		width: 8px;
		height: 8px;
		border: 2px solid #fff;
	}

}


@-webkit-keyframes opener {
    100% {
        top: 15px
    }
}
@keyframes opener {
    100% {
        top: 15px
    }
}

.scrollbtn {
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.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;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	
	.scrollbtn {
		height: 30px;
		bottom: 10px;
	}

	.scrollbtn a img {
		width: 20px;
	}

}

#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: #1B7FF2;
}

#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;
	width: 60px;
}

#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;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .hotBox {
		display: none;
}
}

.section {
	margin: 0 auto;
	width: 1200px;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.section {
		margin: 0;
		width: auto;
	}


}

#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: #1B7FF2;
	font-size: 50px;
	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: 17px;
	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;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .headLine01 {
		margin-bottom: 30px;
		font-size: 35px;
	}
	
	#main .headLine01 span {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 15px;
		line-height: 1.5;
	}
}

#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% 30px;
	width: 31.3333333%;
	float: left;
}

#main .srcoll li a:hover {
	opacity: 0.7;
}

#main .srcoll li .photo img {
	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;
}


@media all and (min-width: 0) and (max-width: 1080px) {
	
	#main .product {
		margin-bottom: 30px;
		padding: 20px 0 0;
	}

	#main .product .section {
		padding: 0 0 10px;
		width: auto;
	}

	#main .srcoll {
		padding: 0 0 5px;
	}
	
	#main .srcoll li {
		margin: 0 1% 10px;
		width: 48%;
	}
	
	#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: 80px;
	background: url(../images/about_bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .aboutBox .about {
	margin: 0 auto;
	padding: 80px 0;
	width: 1250px;
}

#main .aboutBox .rBox {
	padding-top: 50px;
	width: 500px;
	float: right;
}

#main .aboutBox .rBox p {
	margin-bottom: 50px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#main .aboutBox .rBox ul {
	text-align: center;
}

#main .aboutBox .rBox li {
	margin: 0 20px;
	width: 100px;
	height: 100px;
	display: inline-block; 
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
}

#main .aboutBox .rBox li span {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

#main .aboutBox .rBox .link {
	margin-top: 50px;
}
	
#main .aboutBox .rBox .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #FF5C01;
	border-radius: 50px;
}

#main .aboutBox .rBox .link a:hover {
	opacity: 0.8;
}

#main .aboutBox .textBox {
	width: 700px;
	float: left;
}

#main .aboutBox .textBox .sub {
	padding: 20px 40px;
	background: rgba(255,255,255,.9);
}

#main .aboutBox .textBox h3 {
	font-size: 30px;
	color: #FF5C01;
	font-weight: bold;
}

#main .aboutBox .textBox h3 span {
	display: block;
	color: #ccc;
	font-size: 20px;
}
 
#main .aboutBox .textBox p {
	margin-top: 20px;
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	text-indent: 2em;
}

#main .aboutBox .textBox ul {
	margin-top: 20px;
	background: #FF5C01;
}

#main .aboutBox .textBox li {
	padding: 10px 0;
	width: 33.3333333%;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#main .aboutBox .textBox li .year {
	display: block;
	font-size: 45px;
	font-family: Impact;
	font-weight: bold;
}

#main .aboutBox .textBox li .year span {
	margin-left: 5px;
	font-size: 20px;
	font-family: Microsoft YaHei, sans-serif;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .aboutBox {
		margin-bottom: 30px;
		padding: 0 20px;
	}
	
	#main .aboutBox .about {
		margin: 0 auto;
		padding: 30px 0;
		width: auto;
	}
	
	#main .aboutBox .rBox {
		padding-top: 20px;
		width: auto;
		float: none;
	}
	
	#main .aboutBox .rBox p {
		margin-bottom: 20px;
		font-size: 30px;
	}
	
	#main .aboutBox .rBox li {
		margin: 0 6px;
		width: 90px;
		height: 90px;
		font-size: 18px;
	}
	
	#main .aboutBox .rBox li span {
		font-size: 35px;
	}
	
	#main .aboutBox .rBox .link {
		margin-top: 30px;
	}
		
	#main .aboutBox .rBox .link a {
		padding: 5px 0;
		width: 150px;
		font-size: 16px;
	}

	#main .aboutBox .textBox {
		width: auto;
		float: none;
	}
	
	#main .aboutBox .textBox .sub {
		padding: 20px 20px;
	}
	
	#main .aboutBox .textBox h3 {
		font-size: 25px;
	}
	 
	#main .aboutBox .textBox p {
		margin-top: 10px;
	}
	
	#main .aboutBox .textBox li {
		font-size: 15px;
	}
	
	#main .aboutBox .textBox li .year {
		font-size: 30px;
	}
	
	#main .aboutBox .textBox li .year span {
		font-size: 16px;
	}

}

#main .case {
	margin: 0 auto 70px;
	padding: 40px 0;
	width: 1200px;
}

#main .case li {
	margin-right: 15px;
	width: 400px;
	float: left;
}

#main .case li a {
	display: block;
	position: relative;
	overflow: hidden;
}

#main .case li img {
	width: 100%;
}

#main .case li a p {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0;
	height: 50px;
	line-height: 50px;
	bottom: -50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	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;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .case {
		margin: 0 20px 30px;
		padding: 10px 0;
		width: auto;
	}
	
	#main .case li {
		width: 260px;
		float: left;
	}
	
	#main .case li a p {
		padding: 0 20px;
		bottom: 0;
		color: #fff;
		font-size: 16px;
	}
	
}

#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 a:hover {
	opacity: 0.7;
}

#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: 18px;
	font-weight: bold;
}

#main .news li .textBox .txt {
	margin-bottom: 10px;
	font-size: 15px;
}

#main .news li .textBox .date {
	color: #999;
	font-size: 14px;
	text-align: right;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .news {
		margin: 0 20px 30px;
	}
	
	#main .news ul {
		margin: 0;
		width: auto;
	}
	
	#main .news li {
		margin: 0 0 15px;
		width: auto;
		float: none;
	}
	
	#main .news li .photo {
		margin: 0 10px 10px 0;
		width: 120px;
		height: 100px;
	}
	
	#main .news li .textBox {
		padding-left: 0;
	}
	
	#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;
}

.iw_poi_title {
	padding: 0 30px 15px 0;
	color: #1B7FF2 !important;
	font-size: 20px !important;
}

#footer {
	background: #262626;
}

#footer .sub {
	margin: 0 auto;
	padding: 50px 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: 16px;
	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: #f0f0f0;
}

#footer .navi li a {
	color: #f0f0f0;
	font-size: 15px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .boxinfo {
	padding-top: 15px;
	width: 300px;
	float: right;
}

#footer .boxinfo {
	color: #f0f0f0;
}

#footer .boxinfo p {
	font-size: 17px;
	line-height: 2;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #000;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#footer .sub {
		margin: 0;
		padding: 30px 20px;
		width: auto;
	}
	
	#footer .tel {
		width: auto;
		float: none;
	}

	#footer .navi {
		margin: 15px 0;
		padding: 20px 40px 10px;
		width: auto;
		min-height: inherit;
		float: none;
		border-top: 1px dotted #363636;
		border-bottom: 1px dotted #363636;
		border-left: none;
		border-right: none;
	}
	
	#footer .navi li {
		margin-bottom: 10px;
	}

	#footer .boxinfo {
		padding: 15px 10px 0;
		width: auto;
		float: none;
	}
	
	#footer .boxinfo {
		color: #f0f0f0;
	}
	
	#footer .boxinfo p {
		font-size: 15px;
		line-height: 1.7;
	}
	
	#footer .copyright {
		padding: 10px 0;
		font-size: 14px;
	}

}

#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: 16px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
	font-size: 15px;
}

.qianhou .hou {
	width: 50%;
	float: right;
	font-size: 15px;
	text-align: right;
}

/*--------------äº§å“è¯¦ç»†é¡µ-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 25px;
	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: 25px;
	font-weight: bold;
	color: #1B7FF2;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

#main .newsList li .date {
	color: #666;
	font-size: 16px;
}


@media all and (min-width: 0) and (max-width: 1080px) {
	.detailBox {
		margin: 0 20px 30px;
	}

	.qianhou {
		margin: 0 20px 30px;
	}


	#main .newsList  {
		margin: 0 20px 30px;
	}
	
	#main .newsList li {
		padding: 10px;
		border: none;
		background: #f0f0f0;
	}
	
	#main .newsList li .photo {
		width: auto;
		height: auto;
		float: none;
	}
	
	#main .newsList li .textBox {
		padding: 10px 0;
	}
	
	#main .newsList li .textBox .ttl {
		margin-bottom: 10px;
		font-size: 17px;
	}
	
	#main .newsList li .textBox .txt {
		margin-bottom: 10px;
		font-size: 16px;
		color: #333;
		line-height: 1.7;
	}
	
	#main .newsList li .date {
		display: none;
	}
	
}

#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;
}

.mainBox {
	padding: 80px 0;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.mainBox {
		padding: 30px 0;
	}
	
	.page-status,
	.page-index,
	.page-last {
		display: none;
	}

}