@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;
}

@media all and (max-width: 1280px) {
	body {
		min-width: inherit;
	}
}

#container {
	text-align: left;
}

#main {
	padding:50px 0 60px;
	background: url(images/index_bg02.jpg) no-repeat center top;
	background-size: cover;
}

@media all and (min-width: 1280px) {
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
}

.sp {
	display: none !important;
}

@media all and (max-width: 1280px) {
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 0 30px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
}

#gHeader h1 {
	margin: 12px 40px 0 0;
	float: left;
}

#gHeader h1 img {
	width: 600px;
}

#gHeader .tel{
	margin-top: 33px;
    float: right;
}

#gHeader .tel span{
	padding-left: 45px;
    width: 290px;
    height: 55px;
	display: block;
    border-radius: 40px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 36px;
    letter-spacing: -1px;
	background: #FF7800 url(images/sp_tel02.png) no-repeat 15px center;
	background-size: 40px 40px;
}

#gHeader .click,
#gHeader .header_nav,
#gHeader .close,
#gHeader .header_height {
	display: none;
}

@media all and (min-width: 1581px) and (max-width: 1700px) {
	#gHeader h1 {
		margin-top: 16px;
	}
	
	#gHeader h1 img {
		width: 560px;
	}
	
	#gHeader .tel span{
		padding-left: 35px;
		width: 260px;
		font-size: 32px;
		background: #FF7800 url(images/sp_tel02.png) no-repeat 15px center;
		background-size: 35px 35px;
	}
}

@media all and (min-width: 1280px) and (max-width: 1580px) {
	#gHeader .tel {
		display: none;
	}
	
}

@media all and (max-width: 1280px) {
	#gHeader {
		width: auto;
		padding: 0;
		position: relative;
		left: inherit;
		top: inherit;
		z-index: 100;
		background: #fff;
		box-sizing: border-box;
	}
	
	#gHeader h1 {
		margin: 0;
		padding: 10px 15px;
		float: left;
	}
	
	#gHeader h1 img {
		width: 280px;
	}
	
	#gHeader .tel {
		display: none;
	}
	
	#gHeader .click,
	#gHeader .header_nav,
	#gHeader .close,
	#gHeader .header_height {
		display: block;
	}
	
	#gHeader .click {
		margin-top: -15px;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 15px;
		top: 50%;
		background: url(images/menu.png) no-repeat left top;
		background-size: 100% 100%;
	}

	#gHeader .header_nav {
		padding: 5px;
		display: block;
		position: fixed;
		width: 260px;
		height: 100%;
		overflow: auto;
		background-color: rgba(255,255,255,.9);
		box-sizing: border-box;
		top: 0;
		right: -260px;
		z-index: 9999999999;
	}

	#gHeader .header_nav .sub {
		height: 100%;
		border: 1px solid rgba(0,0,0,.1);
		box-sizing: border-box;
	}
	
	#gHeader .header_nav .spLogo {
		padding: 20px 0 20px;
		text-align: center;
	}
	
	#gHeader .header_nav .spLogo img {
		display: inline-block;
		width: 150px;
	}
	
	#gHeader .header_nav #navi {
		margin: 0 20px 20px;
	}
	
	#gHeader .header_nav #navi li {
		margin-bottom: 1px;
		border: none;
	}
	
	#gHeader .header_nav #navi li a {
		padding: 10px 0;
		display: block;
		border: none;
		color: #fff;
		text-align: center;
		background: #FF7A01;
	}
	
	#gHeader .header_nav .sptel {
		color: #3295F3;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	#gHeader .header_nav .sptel a {
		color: #3295F3;
	}
		
	#gHeader #close {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 999999999;
	}
	
	#gHeader .nav_button {
		margin-top: -13px;
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 660px;
	float: left;
}

@media all and (max-width: 1280px) {
	#gNavi {
		display: none;
	}
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	height: 120px;
	line-height: 120px;
	display: block;
	color: #fff;
	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:hover {
	background: #1488F5;
}

@media all and (min-width: 1581px) and (max-width: 1700px) {
	#gNavi {
		width: 600px;
	}
}

@media all and (min-width: 1280px) and (max-width: 1580px) {
	#gNavi {
		width: 45%;
		float: right;
	}
}

#gNavi li .er_con {
	display: none;
	padding: 20px 30px;
	width: 100%;
	top: 100%;
	position: absolute;
	left: 0;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
}

#gNavi li .er_con li {
	margin: 0 0.5% 20px;
	width: 10.11111%;
}

#gNavi li .er_con li a {
	height: auto;
	line-height: inherit;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

#gNavi li .er_con li a .photo {
	overflow: hidden;
}

#gNavi li .er_con 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;
}

#gNavi li .er_con li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#gNavi li .er_con li a span {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #1488F5;
}

@media all and (min-width: 1280px) and (max-width: 1400px) {
	#gNavi li .er_con li a span {
		font-size: 13px;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pageTitle {
	padding-right: 30px;
	border-bottom: 1px solid #ccc;
}

.pageTitle h2 {
	margin-top: 0px;
	padding: 7px 30px 12px;
	float: left;
	color: #fff;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 3px;
	background: #FF7800;
}

.pageTitle h2 span {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	letter-spacing: -0.5px;
}

.pageTitle .pagepath {
	margin-top: 15px;
	padding: 5px 0 5px 50px;
	float: right;
	font-size: 1.1rem;
	background: url(images/home.png) no-repeat left center;
	background-size: 35px 35px;
}

.pageTitle .pagepath a:hover {
	text-decoration: underline;
}

.pageTitle .pagepath span {
	color: #333;
	font-weight: bold;
}

@media all and (max-width: 1280px) {
	.pageTitle {
		padding: 10px 15px;
	}
	
	.pageTitle h2 {
		display: none;
	}
	
	.pageTitle .pagepath {
		margin: 0;
		padding: 5px 0 5px 40px;
		float: none;
		font-size: 16px;
		background: url(images/home.png) no-repeat left center;
		background-size: 25px 25px;
	}
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: url(images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gFooter .fInner {
	margin: 0 auto;
	padding: 60px 0;
	min-width: 1200px;
	max-width: 90%;
}

#gFooter .daohang {
	margin-right: 2%;
	width: 24%;
	float: left;
}

#gFooter .navi {
	margin-right: 2%;
	width: 30%;
	float: left;
}

#gFooter .title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}

#gFooter .list li {
	margin-bottom: 8px;
	color: #fff;
}

#gFooter .navi .list li {
	margin-bottom: 8px;
	width: 50%;
	float: left;
	color: #fff;
}

#gFooter .list li a {
	color: #fff;
	font-size: 16px;
}

#gFooter .info {
	margin-right: 2%;
	width: 30%;
	float: left;
}

#gFooter .info .text {
	color: #fff;
	font-size: 17px;
	line-height: 2;
}

#gFooter .code {
	margin-right: 2%;
	width: 19%;
	float: right;
}

#gFooter .code img {
	width: 160px;
}

#gFooter .copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #1488F5;
}

#gFooter .copyright a {
	color: #fff;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1280px) {
	#gFooter {
		padding-bottom: 50px;
	}
	
	#gFooter .fInner {
		padding: 30px 20px;
		min-width: inherit;
		max-width: inherit;
	}
	
	#gFooter .daohang {
		margin: 0 0 15px;
		width: auto;
		float: none;
	}
	
	#gFooter .navi {
		margin: 0 0 15px;
		width: auto;
		float: none;
	}
	
	#gFooter .title {
		font-size: 23px;
	}
	
	#gFooter .list li {
		width: 50%;
		float: left;
	}
	
	#gFooter .list li a {
		font-size: 15px;
	}
	
	#gFooter .info {
		margin: 0 0 15px;
		width: auto;
		float: none;
	}
	
	#gFooter .info .text {
		font-size: 16px;
		line-height: 1.6;
	}
	
	#gFooter .code {
		width: auto;
		float: none;
	}
	
	#gFooter .code img {
		width: 130px;
	}
	
	#gFooter .copyright {
		padding: 10px 10px;
		font-size: 14px;
	}
}

.comH2 {
	margin-bottom: 40px;
	position: relative;
	font-size: 60px;
	text-align: center;
}

.comH2 .en {
	margin-bottom: -70px;
	display: block;
	font-family: Impact;
	z-index: 10;
	opacity: 0.1;
	color: #fff;
	z-index: 1;
	text-align: center;
}

.comH2 .tit {
	display: block;
	z-index: 20;
	color: #fff;
	line-height: 1.5;
	z-index: 2;
	position: relative;
	text-align: center;
}

.comH2 .txt {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.comH2:before {
	width: 100px;
	height: 1px;
	position: absolute;
	left: 25%;
	top: 50%;
	content: "";
	opacity: 0.2;
	background: #fff;
}

.comH2:after {
	width: 100px;
	height: 1px;
	position: absolute;
	right: 25%;
	top: 50%;
	content: "";
	opacity: 0.2;
	background: #fff;
}
@media all and (max-width: 1280px) {
	.comH2 {
		margin-bottom: 20px;
		font-size: 40px;
	}
	
	.comH2 .en {
		margin-bottom: -30px;
		font-size: 35px;
	}
	
	
	.comH2 .txt {
		font-size: 14px;
	}
	
	.comH2:before {
		width: 40px;
		left: 20px;
	}
	
	.comH2:after {
		width: 40px;
		right: 20px;
	}

}

.section {
	margin: 0 auto;
	width: 96%;
	min-width: 1200px;
}

@media all and (max-width: 1280px) {
	.section {
		margin: 0 20px;
		width: auto;
		min-width: inherit;
	}

}


.pageVisual {
	z-index: 1;
	position: relative;
}

.pageVisual .pic01,
.pageVisual .pic02,
.pageVisual .pic03 {
	width: 100%;
	height: 600px;
	float: left;
}

.pageVisual .pic01 img,
.pageVisual .pic02 img,
.pageVisual .pic03 img {
	display: none;
}

.pageVisual .pic01 {
	background: url(images/banner01.jpg) no-repeat center center;
	background-size: cover;
}

.pageVisual .pic02 {
	background: url(images/banner02.jpg) no-repeat center center;
	background-size: cover;
}

.pageVisual .pic03 {
	background: url(images/banner03.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #1488F5;
}

@media all and (max-width: 1280px) {
	.pageVisual {
		height: auto;
	}
	
	.pageVisual .pic01,
	.pageVisual .pic02,
	.pageVisual .pic03 {
		height: auto;
	}
	
	.pageVisual .pic01 img,
	.pageVisual .pic02 img,
	.pageVisual .pic03 img {
		display: block;
		width: 100%;
	}
	
	.pageVisual .pic01,
	.pageVisual .pic02,
	.pageVisual .pic03 {
		background: none;
	}
	
	.slick-dots {
		bottom: 10px;
	}
	
	.slick-dots li {
		margin: 0 5px;
		width: 7px;
		height: 7px;
		display: inline-block;
		float: none;
		background: #fff;
		border: 2px solid #fff;
		border-radius: 11px;
		opacity: 0.9;
		cursor: pointer;
	}
	
}


.pageH2 {
	margin-bottom: 50px;
    position: relative;
	line-height: 1.2;
    text-align: center;
	background: url(images/h2_bg.png) no-repeat center center;
}

.pageH2 span {
	display: block;
    font-family: Impact;
    color: #efefef;
    font-size: 66px;
	text-align: center;
}

.pageH2 b {
	margin-top: -50px;
    display: block;
    font-size: 45px;
    color: #1488F5;
    font-weight: bold;
    position: relative;
}

@media all and (max-width: 1280px) {
	.pageH2 {
		margin-bottom: 30px;
		background: url(images/h2_bg.png) no-repeat center center;
		background-size: 330px auto;
	}
	
	.pageH2 span {
		font-size: 50px;
	}
	
	.pageH2 b {
		margin-top: -40px;
		font-size: 35px;
	}

}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	background: #fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi {
	margin: 30px 0 0;
	font-size: 16px;
	text-align: center;
}

.wp-pagenavi a {
	padding: 5px 10px !important;
	display: inline-block;
}

.wp-pagenavi span {
	padding: 5px 10px !important;
	display: inline-block;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #d40000;
	border-color: #d40000 !important;
}
.qianhou {
	margin-top: 50px;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	background: #1488F5;
}

.qianhou a {
	color: #fff;
}

.qianhou a:hover {
	text-decoration: underline;
}

.qianhou .page_up {
	width: 50%;
	float: left;
	text-align: left;
}

.qianhou .page_down {
	width: 50%;
	float: right;
	text-align: right;
}

@media all and (max-width: 1280px) {
	.qianhou {
		margin-top: 30px;
		padding: 10px;
		font-size: 15px;
	}
	
	.qianhou .page_up {
		width: 100%;
		float: left;
		text-align: left;
	}
	
	.qianhou .page_down {
		width: 100%;
		float: right;
		text-align: right;
	}

}

.detail {
	margin: 0 auto 40px;
	min-width: 1200px;
	width: 96%;
}

.detail .photo {
	width: 47%;
	float: left;
}

.detail .photo img {
	width: 100%;
	height: auto !important;
}

.detail .textBox {
	width: 48%;
	float: right;
}

.detail .textBox .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.detail .textBox .title:before {
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
}

.detail .textBox .update {
	margin-bottom: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px dotted rgba(255,255,255,.4);
	border-top: 1px dotted rgba(255,255,255,.4);
}

.detail .textBox .tel {
	padding-left: 60px;
	color: #FF7800;
	font-family: Impact;
	font-size: 60px;
	font-weight: bold;
	background: url(images/ca_f.png) no-repeat left center;
}

.detail .textBox .text {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

.detail .textBox .link {
	margin-top: 30px;
}

.detail .textBox .link a {
	padding: 10px 0;
	width: 180px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #FF7800;
	border-radius: 30px;
}

.infomation {
	margin: 0 auto 60px;
	min-width: 1200px;
	width: 96%;
}

.infomation h3 {
	margin-bottom: 30px;
	color: #fff;
	background: #1488F5;
}

.infomation h3 span {
	padding: 10px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background: #FF7800;
}

.infomation .infoText {
	font-size: 16px;
	line-height: 2;
}

.infomation .infoText img {
	display: none;
}

@media all and (max-width: 1280px) {
	.detail {
		margin: 0 20px 30px;
		min-width: inherit;
		width: inherit;
	}
	
	.detail .photo {
		margin-bottom: 20px;
		width: auto;
		float: none;
		padding: 5px;
	}
	
	.detail .textBox {
		width: auto;
		float: none;
	}
	
	.detail .textBox .update {
		font-size: 14px;
	}
	
	.detail .textBox .tel {
		padding-left: 45px;
		font-size: 40px;
		background: url(images/ca_f.png) no-repeat left center;
		background-size: 35px 35px;
	}
	
	.detail .textBox .link {
		margin-top: 20px;
	}
	
	.detail .textBox .link a {
		padding: 5px 0;
		width: 150px;
		font-size: 20px;
	}
	
	.infomation {
		margin: 0 20px 30px;
		min-width: inherit;
		width: inherit;
	}
	
	.infomation h3 {
		margin-bottom: 20px;
		background: #1488F5;
	}
	
	.infomation h3 span {
		padding: 10px 0;
		width: 120px;
		font-size: 20px;
	}
	
	.infomation .infoText {
		font-size: 15px;
	}

}


.topFix {
	display: none;
}

@media all and (min-width: 1281px) {
	.topFix {
		display: none !important;
	}

}

@media all and (max-width: 1280px) {
	.topFix {
		padding: 15px;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		box-sizing: border-box;
	}
		
	.topFix .sub {
		padding: 10px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 0 3px rgba(0,0,0,.3);
	}

	.topFix .sub .pic {
		margin-right: 10px;
		width: 60px;
		float: left;
	}

	.topFix .sub .pic img {
		width: 100%;
	}
	
	.topFix .sub p {
		float: left;
		font-size: 15px;
	}
	
	.topFix .sub p span {
		color: #d40000;
	}
	
	.topFix .sub .link {
		margin-top: 5px;
		float: right;
	}
	
	.topFix .sub .link a {
		padding: 5px 0;
		width: 90px;
		display: block;
		color: #fff;
		font-size: 15px;
		text-align: center;
		background: #d40000;
		border-radius: 10px;
	}
}

.fixTel {
	display: none;
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 100;
}

.fixTel a {
	padding-top: 10px;
	width: 50px;
	height: 50px;
	display: block;
	background: #d40000;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	z-index: 100;
}

.fixTel img {
	width: 50%;
}

@media all and (max-width: 1280px) {
	.fixTel {
		display: block;
	}
}



.xiaTel {
	padding: 10px 25px;
	width: 100%;
	left: 0;
	bottom: 0;
	display: none;
	position: fixed;
	background: #d40000;
	box-sizing: border-box;
}

.xiaTel a {
	padding: 5px 0;
	display: block;
	font-size: 16px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
}

@media all and (max-width: 1280px) {
	.xiaTel {
		display: block;
	}
}

