@charset "utf-8";
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body{
	max-width:1920px;
	background: #fff;
}
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}
.pb0 { padding-bottom: 0 !important}
.mr0 { margin-right: 0 !important}
.floatR { float: right !important;}
.floatL { float: left !important;}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
------------------------------------------------------------*/
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;
	border: 0;
	outline: 0;

	font-size: 1em;
}


body {
	font-size: 62.5%;
	overflow-x: hidden;
}


body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul,li {
	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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
body {
	color: #444;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	position: relative;
	text-align: left;
}

#cover {
	background-color: #FFF;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	z-index: 111100;
	left: 0;
	width: 100%;
	top: 0;
	background-color: rgba(20,136,245,.8);
}

#gHeader .headerWrap {
	margin: 0 auto;
	max-width: 100%;
}

#gHeader h1 {
	padding: 1.5rem 0 0;
	float: left;
}

#gHeader h1 img {
}

#gHeader h1 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#gNavi {
	width: 58%;
	float: right;
}

#gNavi li {
	width: 14.28%;
	float: left;
	text-align: center;
	position: relative;
}

#gNavi li a {
	padding: 3rem 0;
	color: #fff;
	font-size: 1.1rem;
	display: block;
	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;
}

#gNavi li a:hover {
	color: #000;
	background: #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:before {
	background: #006987;
	-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 > ul > li:hover ul {
	display: block;
}

#gNavi li ul {
	margin-left: -120px;
	width: 240px;
	position: absolute;
	left: 50%;
	top: 100%;
	display: 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;
}

#gNavi li li {
	width: auto;
	float: none;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #fff;
}

#gNavi li li a {
	padding: 2px 0;
	color: #fff;
	background: #005ed0;
	
}

#gNavi li li a:hover {
	color: #005ed0;
	background: #fff;
}
#gNavi li a:hover:before{
	position:absolute;
	bottom:22px;
	left:50%;
	width:40px;
	height:2px;
	margin-left:-20px;
	background:#fff;
	content:" ";
	-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:before{
	display:none;
}
.mtp50{
	padding-top:50px;
	padding-bottom:46px;
}

@media all and (min-width: 901px) and (max-width: 1220px) {
	#gHeader h1 {
		padding: 18px 0;
		float: left;
	}
	
	#gHeader h1 img {
		width: 250px;
	}
	
	#gNavi {
		padding-left: 270px;
		width: auto;
		float: none;
	}
	
	#gNavi li a {
		font-size: 1rem;
	}
}

#main {
	margin-bottom: 0px;
	position: relative;
}

#mainImg .slider > li {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

@-webkit-keyframes opener {
    100% {
        top: 15px
    }
}

@keyframes opener {
    100% {
        top: 15px
    }
}
#mainImg{_height:900px !important;_overflow:hidden !important;}
#mainImg .pic01 .bg {
	height: 900px !important;
	background: url(../img/mainimg01.jpg) no-repeat center center;
	background-size: cover;
	transition: transform 6s linear;
	-webkit-transition: transform 6s linear;
}

#mainImg .slick-active .bg {
	transform: scale(1.2) rotate(.01deg);
	-webkit-transform: scale(1.2) rotate(.01deg);
 	-webkit-transform: scale(1.2) rotate(.01deg);
	transform: scale(1.2) rotate(.01deg)
}

#mainImg .textBox {
	padding-top: 180px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
	text-align: center;
	box-sizing: border-box;
}

#mainImg .textBox .yuan {
	margin: 0 auto;
	width: 700px;
	height: 700px;
	background: url(../img/yuan.png) no-repeat left top;
	background-size: 100% 100%;
}

#mainImg .textImg {
	padding-top: 210px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#mainImg .textImg img {
	display: inline;
}

#mainImg .pic01 .ttl {
	margin-bottom: 10px;
	padding: 210px 0 7px;
	color: #08263f;
	font-size: 3.5rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}

#mainImg .pic01 .ttl:before {
	margin-left: -75px;
	width: 150px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #08263f;
	text-align: center;
}

#mainImg .pic01 .en {
	margin-bottom: 10px;
	color: #03283a;
	font-size: 1.2rem;
	font-weight: normal;
	opacity: 0.9;
	text-align: center;
}

#mainImg .pic02 .bg {
	height: 900px !important;
	text-align: center;
	background: url(../img/mainimg02.jpg) no-repeat center center;
	background-size: cover;
	transition: transform 6s linear;
	-webkit-transition: transform 6s linear;
}

#mainImg .pic03 .bg {
	height: 900px !important;
	text-align: center;
	background: url(../img/mainimg03.jpg) no-repeat center center;
	background-size: cover;
	transition: transform 6s linear;
	-webkit-transition: transform 6s linear;
}

.slick-track{height:900px !important;overflow:hidden !important;}
.pageimg{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
	animation: pageimg 1600ms infinite linear alternate;
}
.pageimg img{
	padding-top:160px;
}

#pageLead {
	height: 600px;
	
}
.pagebg{
	background: url(../img/page_lead_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pagebg1{
	background: url(../img/page_lead_bg1.jpg) no-repeat center center;
	background-size: cover;
}
.pagebg2{
	background: url(../img/page_lead_bg2.jpg) no-repeat center center;
	background-size: cover;
}
.pagebg3{
	background: url(../img/page_lead_bg3.jpg) no-repeat center center;
	background-size: cover;
}
.pagebg4{
	background: url(../img/page_lead_bg4.jpg) no-repeat center center;
	background-size: cover;
}
.pagebg5{
	background: url(../img/page_lead_bg5.jpg) no-repeat center center;
	background-size: cover;
}
.pagebg6{
	background: url(../img/page_lead_bg6.jpg) no-repeat center center;
	background-size: cover;
}







#pageLead .ttl {
	margin-bottom: 10px;
	padding: 230px 0 7px;
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}

#pageLead .ttl:before {
	margin-left: -75px;
	width: 150px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #fff;
	text-align: center;
}

#pageLead .en {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	opacity: 0.9;
	text-align: center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 30px;
	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 #005ed0;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}

.slick-dots .slick-active {
	background: #005ed0;
}

.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}

.section {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 90%;
}

.pageTitle {
	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: #d11404;
}

.pageTitle h2 span {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	letter-spacing: -0.5px;
}

.pageTitle .pagepath {
	padding-top: 15px;
	float: right;
	font-size: 1.1rem;
}

.pageTitle .pagepath a:hover {
	text-decoration: underline;
}

.pageTitle .pagepath span {
	color: #333;
	font-weight: bold;
}

.menuCover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.01);
}

.menuBox {
	display: none;
	padding-left: 50px;
	width: 380px;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	right: -380px;
	top: 0;
}

.menuBox .subMenu {
	position: relative;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	background-color: #d11404;
}

.menuBox .menu {
	position: absolute;
	left: -40px;
	top: 0;
}

.menuBox .subBox {
	position: relative;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.menuBox .subCont {
	padding: 30px;
}

.menuBox .tel {
	margin-bottom: 30px;
}

.menuBox .tel span,
.menuBox .tel a {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}

.menuBox .tel .teltext{
	display: block;
	font-size: 1.8rem;
}

.menuBox .navi {
	margin-bottom: 30px;
}
	
.menuBox .navi li {
	color: #fff;
}

.menuBox .navi li a {
	color: #fff;
	font-size: 1rem;
}

.menuBox .navi li a {
	padding: 15px 0;
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
	border-bottom: 1px dotted rgba(255,255,255,.4);
}

.menuBox .navi li a span {
	display: block;
	font-size: 1rem;
	font-weight: 400;
}

.menuBox .link {
	margin-bottom: 47px;
}

.menuBox .link a {
	padding: 15px 0;
	display: block;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	background-color: #d40000;
	border:1px solid #fff;
}

.sp {
	display: none;
}

.sptel {
	display: none;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.sptel {
		padding: 15px 0;
		width: 120px;
		display: block;
		position: fixed;
		right: 0;
		bottom: 10%;
		text-align: center;
		background: #d40000;
		border-radius: 5px;
		z-index: 100;
	}

	.sptel img {
		width: 50%;
	}
	
	.sptel span {
		margin-top: 10px;
		display: block;
		color: #fff;
		font-size: 1.1rem;
	}
	
	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a:hover img,
	a:hover {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}
	/*------------------------------------------------------------
		body
	------------------------------------------------------------*/
	body {
		font-size: 12px;
		min-width: inherit;
		overflow-x: hidden;
	}
			
	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	
	#gHeader .headerWrap {
		padding: 0 10px;
		width: auto;
	}
	
	#gHeader h1 {
		padding: 15px 0;
	}
	
	#gHeader h1 img {
		width: 240px;
	}
	
	.menuBox {
		display: block;
	}
		
	.menuCover {
		z-index: 1;
		background-color: rgba(0,0,0,0.5);
	}
	
	.menuBox {
		padding-left: 50px;
		width: 280px;
		right: -280px;
		z-index: 2;
	}
	
	.menuBox .menu {
		left: -50px;
	}
	
	.menuBox .menu img {
		height: 50px;
	}

	.menuBox .subCont {
	}
	
	#gNavi {
		display: none;
	}

	#main {
		margin-bottom: 20px;
	}
	
	#mainImg .textBox {
		padding-top: 80px;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 90;
		text-align: center;
		box-sizing: border-box;
	}
	
	#mainImg .textBox .yuan {
		margin: 0 auto;
		width: 350px;
		height: 350px;
		background: url(../img/yuan.png) no-repeat left top;
		background-size: 100% 100%;
	}
	
	#mainImg .textImg {
		padding-top: 80px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}
	
	#mainImg .textImg img {
		width: 300px;
		display: inline;
	}
	
	#mainImg .slider > li {
		width: 100%;
		float: left;
		position: relative;
		overflow: hidden;
	}

	#mainImg .pic01 .bg {
		height: 400px !important;
		background: url(../img/mainimg01.jpg) no-repeat center center;
		background-size: cover;
		transition: transform 6s linear;
		-webkit-transition: transform 6s linear;
	}
		
	#mainImg .pic01 .ttl {
		margin-bottom: 10px;
		padding: 180px 0 15px;
		font-size: 2rem;
	}
	
	#mainImg .pic01 .ttl:before {
		margin-left: -50px;
		width: 100px;
		height: 4px;
	}
	
	#mainImg .pic01 .en {
		font-size: 1rem;
	}
	
	#mainImg .pic02 .bg {
		height: 400px !important;
	}
	
	#mainImg .pic03 .bg {
		height: 400px !important;
		background-size: auto 100%
	}
	.slick-track{height:400px !important;overflow:hidden !important;}
	
	
	.slick-dots {
		bottom: 0;
	}
	
	.slick-dots li {
		margin: 0 5px;
		width: 7px;
		height: 7px;
	}
		


	#pageLead {
		height: 320px;
	}
	#pageLead img{
		width:98%;
		padding-top:130px;
	}
	
	
	#pageLead .ttl {
		margin-bottom: 10px;
		padding: 180px 0 15px;
		font-size: 2rem;
	}
	
	#pageLead .ttl:before {
		margin-left: -50px;
		width: 100px;
		height: 4px;
	}
	
	#pageLead .en {
		font-size: 1rem;
	}
	
	.slick-dots {
		width: 100%;
		position:absolute;
		left: 0;
		bottom: 20px;
		text-align: center;
	}
		
	.section {
		margin: 0 auto;
		padding: 0 10px;
		max-width: 1200px;
	}
	.section1 {
		margin: 0 auto;
		padding: 0 15px;
		max-width: 1400px;
	}
	
	
	.pageTitle {
		margin-bottom: 30px;
		border-bottom: none;
		background:#f1f1f1;
	}
	
	.pageTitle h2 {
		margin-top: 0px;
		padding: 7px 10px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	
	.pageTitle h2 span {
		display: block;
		font-size: 0.75rem;
		font-weight: normal;
		letter-spacing: 0;
	}
	
	.pageTitle .pagepath {
		padding-top: 6px;
		float: right;
		font-size: 1rem;
	}
}

.headLine01 {
	color: #1488F5;
	font-size: 3rem;
	line-height: 1.5;
	position: relative;
	text-align: center;
	z-index:1;
}

.headLine01:before {
	width: 100%;
	position: absolute;
	left: 0;
	top: -24px;
	z-index: -1;
	color: #EFEFEF;
	font-size: 5rem;
	text-align: center;
	content:"YAXIN HUANBAO";
	font-family:Impact;
}

.headLine01 .en {
	display: block;
	line-height: 1.5;
	text-align: center;
}

.headLine01 .en span {
	display: inline-block;
	position: relative;
	color: #5e5f5f;
	font-size: 1rem;
	font-weight: normal;
	line-height: 2.5;
	letter-spacing: 2px;
	vertical-align: top;
}

/*.headLine01 .en span:before {
	width: 50px;
	height: 1px;
	position: absolute;
	left: -60px;
	top: 50%;
	text-align: center;
	content: "";
	background: #5e5f5f;
}

.headLine01 .en span:after {
	width: 50px;
	height: 1px;
	position: absolute;
	right: -60px;
	top: 50%;
	text-align: center;
	content: "";
	background: #5e5f5f;
}*/
.headLine01 em{
	font-weight:200;
	font-style:normal;
	color:#333;
}
.headLine01 i {
    display: inline-block;
    width: 55px;
    height: 2px;
    background-color: #ffa200;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.headLine01 {
		font-size: 1.5rem;
	}
	
	.headLine01:before {
		top: -25px;
		font-size: 2.4rem;
	}
	
	.headLine01 .en span {
		font-size: 0.6rem;
		letter-spacing: 0;
	}
	
	.headLine01 .en span:before {
		width: 40px;
	}
	
	.headLine01 .en span:after {
		width: 40px;
	}

}

#conts {
	width: 77%;
	float: right;
}

@media all and (min-width: 0) and (max-width: 900px) {
	#conts {
		width: auto;
		float: none;
	}
}

#main .topList {
	margin: 0 auto;
	padding: 0px 1%;
	max-width:98%;
	margin-top:40px;
	margin-bottom:80px;
}

#main .topList li {
	width: 25%;
	float: left;
	height: 270px;
	background:#0269e7;
}

#main .topList li span {
	margin: 0 auto;
	padding-top: 47px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 3px;
	text-align: center;
	box-sizing: border-box;
	font-weight:600;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}
#main .topList li p{
	text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    padding: 20px 25px 40px 25px;
    text-transform: uppercase;
    color: #eee;
}

/*#main .topList li span:hover {
	cursor: pointer;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}*/

#main .topList li span img {
	margin: 0 auto 12px;
	display: block;
}
#main .topList li:nth-child(2n){
	background:#1488F5;
}
#main .topList li{
	transition:all .3s ease-in-out;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
}
#main .topList li:hover{
	margin-top:-15px;
	background:#d11404;
}

@media all and (min-width: 0) and (max-width: 900px) {
	#main .topList {
		margin: 0 auto;
		padding: 30px 10px;
		text-align: center;
	}
	
	#main .topList li {
		width: 49%;
		float: none;
		display: inline-block;
		float:left;
		margin:0.5%;
		height:auto !important;
	}
	
	#main .topList li span {
		margin: 0 auto;
		padding-top: 20px;
		width: 100px;
		height: 100px;
		font-size: 0.8rem;
		letter-spacing: 0;
		height:auto;
	}
	
	#main .topList li span img {
		margin: 0 auto 5px;
		width: 40px;
	}
	#main .topList li p{
		padding-top:2px;
		font-size:10px;
		line-height:18px;
		padding:10px;
	}

}

#footer {
	padding: 40px 0 0;
	overflow: hidden;
	background: url(../img/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#footer .fFea {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

#footer .fFea li {
	width: 25%;
	float: left;
	color: #fff;
	position: relative;
	font-size: 0.85rem;
	text-align: center;
}

#footer .fFea li span {
	margin: 0;
	display: block;
	font-size: 1.15rem;
	font-weight: bold;
}

#footer .fFea li em {
	font-style: normal;
}

#footer .fFea li:before {
	width: 1px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 20px;
	content:"";
	background: rgba(255,255,255,.3);
}

#footer .fInfo {
	margin-bottom: 30px;
}

#footer .fInfo p {
	color: #fff;
	font-size: 1rem;
}

#footer .fInfo .ttl {
	margin-bottom: 7px;
	color: #cb0214;
	font-size: 1.2rem;
	font-weight: bold;
}

#footer .fInfo .navi01 {
	width: 250px;
	float: left;
}

#footer .fInfo .navi02 {
	width: 345px;
	float: left;
}

#footer .fInfo .navi03 {
	width: 200px;
	float: left;
}

#footer .fInfo .navi03 li {
	width: 50%;
	float: left;
	font-size: 1rem;
}

#footer .fInfo .navi03 li a {
	color: #fff;
}

#footer .fInfo .navi03 li a:hover {
	text-decoration: underline;
}

#footer .fInfo .telBox {
	padding-top: 20px;
	float: right;
}

#footer .fInfo .telBox .lead {
	margin-bottom: 15px;
	padding: 10px 50px 10px 0;
	color: #fff;
	font-size: 1.05rem;
	font-weight: bold;
	text-align: right;
	background: url(../img/tel.png) no-repeat right center;
}

#footer .fInfo .telBox .num span {
	padding: 0 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	background: #CB0214;
	border-radius: 30px;
}

#footer .fInfo .telBox .num a {
	padding: 0 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	background: #CB0214;
	border-radius: 30px;
}

#footer .copyright {
	padding: 18px 0;
	border-top: 2px solid #CB0214;
	background: #212121;
}

#footer .copyright .copy {
	color: #fff;
	float: left;
	font-size: 1.05rem;
}

#footer .copyright .beian {
	color: #fff;
	float: right;
	font-size: 1.05rem;
}
.foot{
	width: 100%;
	background:url(../img/foot.jpg) no-repeat center;
}
.footWrap{
	padding: 62px 0 60px 0;
	border-bottom: #000 1px solid;
}
.fUl{width:26%;margin-left:50px;}
.fUl b{font-size:26px;color:#fff;display:block;margin-bottom:20px;border-bottom:1px solid #888;padding-bottom:15px;}
.fUl li{
	float: left;
	width: 135px;
	line-height: 42px;
}
.fUl a{
	color: #fff;
	font-size:1rem;
}
.fUl li a:hover{color:#d00101;}
.contact{width:28%;margin-left:50px;}
.contact b{font-size:26px;color:#fff;display:block;margin-bottom:20px;border-bottom:1px solid #888;padding-bottom:15px;}
.contact p{color:#f1f1f1;line-height:30px;font-size:1rem;}
.ewm{width:15%;}
.ewm b{font-size:26px;color:#fff;display:block;margin-bottom:20px;border-bottom:1px solid #888;padding-bottom:15px;text-align:left;}
.footWrap03{
	padding: 15px 0 35px;
	border-top: #303030 2px solid;
	border-bottom: #303030 2px solid;
}
.footWrap03 p{
	color: #fff;
}
.footWrap03 li{
	float: left;
	width: 20%;
	color: #fff;
	line-height: 30px;
	padding-left: 50px;
}
.footWrap03 li:nth-child(1){
	background: url(../images/cc01.png) no-repeat 0 0;
}
.footWrap03 li:nth-child(2){
	background: url(../images/cc02.png) no-repeat 0 0;
}
.footWrap03 li:nth-child(3){
	background: url(../images/cc03.png) no-repeat 0 0;
}
.footWrap03 li:nth-child(4){
	background: url(../images/cc04.png) no-repeat 0 0;
}
.footWrap03 li:nth-child(5){
	background: url(../images/cc05.png) no-repeat 0 0;
}
.cen{
	padding-top: 40px;
}
.bMxin{
	/*border-top: #000 1px solid;*/
	background: #1488F5;
	height:50px;
}
.bMxin p{
	color: #fff;
	line-height: 50px;
	font-size:1rem;
}
.bMxin a{
	color: #fff;
	line-height: 50px;
}
.bMxin a:hover{
	text-decoration: underline;
}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }



@media all and (min-width: 0) and (max-width: 900px) {
	#footer {
		padding: 40px 0 0;
	}

	#footer .fFea {
		margin: 0 -10px;
	}
	
	#footer .fFea li {
		width: 25%;
		font-size: 0.8rem;
	}
	
	#footer .fFea li img {
		width: 30px;
	}

	#footer .fFea li span {
		margin: 0;
		font-size: 1rem;
	}
	
	#footer .fFea li em {
		display: none;
	}
		
	#footer .fInfo {
		margin-bottom: 0;
		padding: 30px 0;
	}
	
	#footer .fInfo p {
		color: #fff;
		font-size: 1rem;
	}
	
	#footer .fInfo .ttl {
		margin-bottom: 7px;
		color: #cb0214;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	#footer .fInfo .navi01 {
		margin-bottom: 15px;
		padding-bottom: 20px;
		width: auto;
		float: none;
		border-bottom: 1px dotted rgba(255,255,255,.5);
	}
	
	#footer .fInfo .navi02 {
		margin-bottom: 15px;
		padding-bottom: 20px;
		width: auto;
		float: none;
		border-bottom: 1px dotted rgba(255,255,255,.5);
	}
	
	#footer .fInfo .navi03 {
		margin-bottom: 15px;
		padding-bottom: 20px;
		width: auto;
		float: none;
		border-bottom: 1px dotted rgba(255,255,255,.5);
	}
	
	#footer .fInfo .navi03 li {
		padding-left: 10px;
		width: 50%;
		float: left;
		font-size: 1rem;
		position: relative;
		box-sizing: border-box;
	}

	#footer .fInfo .navi03 li:before {
		width: 5px;
		height: 1px;
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		background: #fff;
	}
	
	#footer .fInfo .navi03 li a {
		color: #fff;
	}
	
	#footer .fInfo .telBox {
		padding-top: 10px;
		float: none;
	}
	
	#footer .fInfo .telBox .lead {
		margin-bottom: 15px;
		padding: 5px 0;
		font-size: 1.05rem;
		text-align: center;
		background: none;
	}

	#footer .fInfo .telBox .lead span {
		padding: 5px 50px 5px 0;
		display: inline-block;
		background: url(../img/tel.png) no-repeat right center;
	}
	
	#footer .fInfo .telBox .num {
		text-align: center;
	}
	
	#footer .fInfo .telBox .num span {
		padding: 5px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		display: inline-block;
		background: #CB0214;
		border-radius: 30px;
	}
	
	#footer .fInfo .telBox .num a {
		padding: 5px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		display: inline-block;
		background: #CB0214;
		border-radius: 30px;
	}
	
	#footer .copyright {
		padding: 10px 0;
		text-align: center;
		border-top: 1px solid #CB0214;
	}
	
	#footer .copyright .copy {
		margin-bottom: 5px;
		float: none;
		font-size: 0.9rem;
	}
	
	#footer .copyright .beian {
		float: none;
		font-size: 0.9rem;
	}
	
}

.pagelist {
	padding-bottom: 30px;
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	padding: 0 10px;
	width: auto;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
	display: inline-block;
	border: 1px solid #ccc;
}

.pagelist li a{
	display:block;
	background:none !important;
}
.pagelist li:hover {
	color: #fff;
	background: #ff0000 !important;
	border: 1px solid #ff0000;
}

.pagelist li:hover a {
	color: #fff;
}


.pagelist .thisclass {
	color: #fff;
	background: #ff0000;
	border: 1px solid #ff0000;
}

.pagelist .thisclass a {
	color: #fff;
}
.pagelist span a{margin-bottom:3px;margin-top:3px;}
.page-status, .page-index, .page-pre, .page-next, .page-last{
	margin: 0 5px;
	padding: 0 10px;
	width: auto;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
	display: inline-block;
	border: 1px solid #ccc;
}
.page-numbar a{margin: 0 5px;
	padding: 0 5px;
	width: auto;
	min-width: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 0.9rem;
	display: inline-block;
	border: 1px solid #ccc;}
.page-num-current{background:#ff0000 !important;color:#fff !important;}
.pagelist li a.page-num-current{background:#ff0000 !important;color:#fff !important;}
.w1300{
	width:98%;
	margin:0 auto;
}
.bei{
		float:right;	
	}

@media all and (min-width: 0) and (max-width: 900px) {
	.pagelist li {
		margin: 0 3px 5px;
		padding: 0 5px;
		min-width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 0.9rem;
	}
	.w1300{
		width:94%;
		margin:0 3%;	
	}
	.foot{
		background-size: cover;	
	}
	.footWrap{
		padding:0 0 40px;	
	}
	.footWrap img{
		text-align:center;
		margin:0 auto;
		float:none;
	}
	.fUl{
		width:100%;
		margin-left:0;
		margin-top:15px
	}
	.contact{
		width:100%;
		margin-left:0;
		margin-top:35px
	}
	.fUl li{
		width:50%;
	}
	.fUl a{font-size:1rem;}
	.ewm{
		display: none;
		width:100%;
		margin-top:20px;
		text-align:center;
	}
	.bMxin{
		height:auto;	
	}
	.bei{
		float:none;	
		width:100%;
		display:block;
	}
	.bMxin p{
		text-align:left;
	}
	
	
}
@media all and (min-width: 901px) and (max-width: 1200px) {

#container{width:100%;}
#gHeader .headerWrap{
	max-width: none;
	width:100%;
	padding:0;
}
#gHeader h1{width:20%;}
#gHeader h1 img{
	width:90%;
	padding:24px 0;
}
#gNavi{
	padding-left:10px;
	width:77%;
	float:right;
}
#gNavi li{
	width:10.6%;
	padding-top:18px;	
}
#mainImg .pic01 .textImg img{
	width:70%;
	
	padding-top:100px;
}
#mainImg .pic02 .textImg img{
	width:70%;
	
	padding-top:100px;
}
#mainImg .pic03 .textImg img{
	width:70%;
	
	padding-top:100px;
}
#main .topList{
	max-width: 1000px;
}
#main .topList li{width:50%;margin-bottom:1%;}
.w1300{
		width:94%;
		margin:0 3%;
	}
.section{
		width:94%;
		margin:0 3%;
		max-width: none;	
		padding:0;
	}
.bMxin{height:auto;}	
.bei{float:right;}	
.foot{
		background-size: cover;	
	}
.fUl{
		width:50%;
		margin-left:0;
		margin-top:15px
	}
.cen{
	margin-left:15px;
}
.contact{width:50%;}
.ewm{width:50%;}
.contact{margin-left:0;}
#main .topList{
	max-width: none;
	width:100%;
	padding:0;
}

#container{
	
}
.menuBox {
		padding-left: 50px;
		width: 380px;
		right: -380px;
		z-index: 2;
	}

	
}
