@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
table{
margin:0 auto !important;
}
td{
border:1px solid #000 !important;
}
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;
}

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

.container {
	width: 80%;
	max-width: 1300px;
	margin: 0 auto
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑"
}

#container {
	text-align: left;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader {
	background: #fff;
}
#gHeader .heaCon {

}

#gHeader .top {
text-align:right;

}

#gHeader .top a {
display:inline-block;
height:16px;
line-height:16px;
color:#ccc;
margin-left:8px;
padding-right:10px;
border-right:1px solid #ddd
}

#gHeader .top a:last-child {
border-right:none;
padding-right:0
}

#gHeader .logo {
	width: 10%;
}

#gHeader .text {
	margin-left: 13px;
	padding-left: 13px;
	margin-top: 10px;
	border-left: 1px solid #ddd;
}

#gHeader .text strong {
	font-size: 21px;
	color: rgb(16,80,168);
	line-height: 1;
}

#gHeader .text p {
	font-size: 17px;
	color:rgb(213,24,0);
	margin-top: 7px;
}

#gHeader .tel {
	padding-left: 50px;
	font-size: 15px;
	color: rgb(213,24,0);
	background: url(../../images/common/tel.png) no-repeat left center;
	background-size: 45px;
}

#gHeader .tel strong {
	color: rgb(16,80,168);
	font-size: 26px;
	display: block;
}

/*------------------------------------------------------------
	导航
------------------------------------------------------------*/

#gNavi {
	line-height: 52px;
	background: rgb(16,80,168);
	height: 52px;
}

#gNavi li {
	width: 11.11%;
	float: left;
	text-align: center;
	position: relative;
}

#gNavi li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

#gNavi li:hover>a, #gNavi li.on>a {
	background: rgb(213,24,0);
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 52px;
	right: 0;
	background: rgb(16,80,168);
	z-index: 100;
	display: none;
}

#gNavi li .drop a {
	line-height: 45px;
	font-size: 14px;
}

#gNavi li .drop a:hover {
	background: rgb(213,24,0);
}

.hotBox {
	background: rgb(16,80,168);
	color: #fff;
	padding: 15px 0;
}

.hotBox .form form {
	overflow: hidden;
	margin-right: 40px;
}

.hotBox .form input[type="text"] {
	width: 220px;
	line-height: 32px;
	height: 32px;
	border: none;
	border-radius: 4px 0 0 4px;
	padding: 0 5px;
	box-sizing: border-box;
	margin: 0;
	float: left;
}

.hotBox .form input[type="submit"] {
	float: left;
	width: 50px;
	height: 32px;
	border: none;
	background: url(../images/ss.png) rgb(213,24,0) no-repeat center;
	background-size: 20px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.hotBox .hWords {
	line-height: 32px;
}

.hotBox .hWords a {
	display: inline-block;
	color: #fff;
	border-right: 1px solid #fff;
	line-height: 13px;
	padding: 0 10px
}

.hotBox .hWords a:last-child {
	border-right: none;
}

.hotBox .hWords a:hover {
	color: rgb(213,24,0);
}

/*------- -----------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter {
	background: rgb(16,80,168) url(../../images/common/ftBG.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0 0;
	color: #fff;
	margin-top: 30px;
}

#gFooter .fl {
	width: 30%;
}

#gFooter .fl h3 {
	font-size: 22px;
}

#gFooter .fl span {
	display: block;
	width: 45px;
	height: 4px;
	background: #ff6428;
	margin: 8px 0 12px;
}

#gFooter .fl p {
	font-size: 16px;
	line-height: 30px;
}

#gFooter .midd {
	width: 40%;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
}

#gFooter .midd li {
	width: 50%;
	float: left;
}

#gFooter .midd li a {
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

#gFooter .fr {
	width: 30%;
	text-align: right;
	margin-top: 30px;
}

#gFooter .fr .ewm {
	display: inline-block;
	width: 48%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}

#gFooter .fr .ewm p {
	font-size: 14px;
	line-height: 2em;
}

#gFooter .power p a {
	color: #fff;
}

#gFooter .power {
	padding: 20px 0;
	border-top: 1px solid #fff;
	text-align: center;
	margin-top: 30px;
}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 50%;
	margin-top: -100px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: rgb(16,80,168) url(../../images/common/fh1.png) no-repeat left 12px center;
	background-size: 30px
}

.yb_bar .yb_phone {
	background: rgb(16,80,168) url(../../images/common/tel1.png) no-repeat left 12px center;
	background-size: 30px
}

.yb_bar .yb_QQ {
	background: rgb(16,80,168) url(../../images/common/qq1.png) no-repeat left 12px center;
	background-size: 30px
}

.yb_bar .yb_ercode {
	background: rgb(16,80,168) url(../../images/common/ewm.png) no-repeat left 12px top 10px;
	background-size: 30px
}

.hd_qr {
	width: 150px;
	margin: 0 15px 15px 15px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.container {
		width: 85%;
	}
	#gNavi li a {
		font-size: 15px
	}
	#gNavi li .drop a {
		font-size: 13px
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	#gHeader .heaCon{
		
	}
	#gHeader .logo {
		width: 35%;
	}
	#gHeader .text {
		margin-top: 3px
	}
	#gHeader .text strong {
		font-size: 18px;
	}
	#gHeader .text p {
		font-size: 14px;
		margin-top: 6px;
	}
	#gHeader .tel {
		background-size: 35px;
	}
	#gHeader .tel strong {
		font-size: 22px;
	}
	#gNavi li .drop a {
		font-size: 12px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.fl, .fr {
		float: inherit;
	}
	.container {
		width: 100%;
		padding: 0 3%;
		max-width: inherit;
		box-sizing: border-box;
	}
	#gHeader {
		;
		border: 1px solid #ddd;
	}
	#gHeader .heaCon {
	padding:0;}
	#gHeader .logo {
		width: 170px;
		margin: 0 auto;
	}
	#gHeader .menu {
		width: 40px;
		overflow: hidden;
		position: absolute;
		right: 10px;
		top: 0px;
	}
	#gHeader .menu span {
		display: block;
		width: 40px;
		height: 4px;
		margin: 10px 0;
		background: #aaa;
		border-radius: 2px;
	}
	/*------------------------------------------------------------
		导航
	------------------------------------------------------------*/
	#gNavi {
		line-height: 50px;
		height: inherit;
		position: absolute;
		left: 0;
		right: 0;
		top: 80px;
		z-index: 100;
		padding: 10px 0;
		display: none;
	}
	#gNavi li {
		width: 100%;
		float: inherit;
	}
	#gNavi li.on>a {
		background: rgb(213,24,0);
	}
	#gNavi li:nth-child(2)>a
	
	{
		background: url(../../images/common/jt2-1.png) no-repeat right center;
		background-size: 16px;
	}
	#gNavi li:nth-child(2).on>a
	
	 {
		background: url(../../images/common/jt2.png) no-repeat right center;
		background-size: 16px;
	}
	#gNavi li.on .drop {
		display: block;
	}
	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: #0b944f;
	}
	#gNavi li .drop a.on {
		background: rgb(213,24,0);
	}
	.hotBox {
		padding: 8px 0;
	}
	.hotBox .form form {
		margin-right: 0px;
	}
	.hotBox .hWords {
		line-height: 24px;
		margin-top: 10px;
	}
	.hotBox .hWords a {
		display: inline-block;
		color: #fff;
		border-right: 1px solid #fff;
		line-height: 13px;
		padding: 0 10px
	}
	/*------- -----------------------------------------------------
		底部
	------------------------------------------------------------*/
	#gFooter {
		padding: 20px 0 0;
		margin-top: 20px;
	}
	#gFooter .fl {
		width: 100%;
	}
	#gFooter .fl h3 {
		font-size: 18px;
	}
	#gFooter .fl span {
		margin: 6px 0 8px;
	}
	#gFooter .fl p {
		font-size: 14px;
		line-height: 25px;
	}
	#gFooter .midd {
		width: 100%;
		float: inherit;
		padding: 10px 0%;
	}
	#gFooter .midd li {
		width: 20%;
		float: left;
	}
	#gFooter .midd li a {
		line-height: 30px;
		font-size: 13px;
	}
	#gFooter .fr {
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}
	#gFooter .fr .ewm {
		width: 42%;
	}
	#gFooter .fr .ewm p {
		font-size: 12px;
	}
	#gFooter .power {
		padding: 10px 6px;
		font-size: 13px;
		margin-top: 20px;
	}
	.return {
		position: fixed;
		right: 10px;
		bottom: 20%;
		background: rgb(16,80,168);
		text-align: center;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		z-index:100
	}
	.return img {
		width: 28px;
		vertical-align: middle;
	}
	input {
		appearance: none;
		-webkit-appearance: none;
	}
}