﻿@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

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;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "宋体", "黑体";
}

#container {
	text-align: left;
}

.container {
	width: 78%;
	margin: 0 auto;
	max-width: 1300px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader .top {
	line-height: 30px;
	text-align: right;
}

#gHeader .top a {
	display: inline-block;
	margin-left: 6px;
	padding-right: 8px;
	line-height: 16px;
	font-size: 14px;
	color: #cbcdcf;
	border-right: 1px solid #efefef;
}

#gHeader .top a:last-child {
	border-right: none;
	padding-right: 0;
}

#gHeader .heaCon {
	padding: 0px 0 20px;
}

#gHeader .logo {
	width: 258px;
}

#gHeader .logo img {
	width: auto
}

#gHeader .text {
	margin-left: 13px;
	border-left: 1px solid #ddd;
	padding: 3px 0 3px 10px;
	margin-top: 3px
}

#gHeader .text strong {
	color: #f36e33;
	font-size: 22px;
	line-height: 32px;
	font-family: "黑体"
}

#gHeader .text p {
	font-size: 17px;
	line-height: 29px;
	color: #565656;
}

#gHeader .tel {
	background: url(../images/tel1.png) no-repeat left top;
	padding-left: 50px;
	background-size: 42px;
	font-size: 15px;
	color: #656565;
	margin-top: 5px;
}

#gHeader .tel strong {
	display: block;
	color: #1a8ee5;
	font-size: 28px;
	line-height: 36px;
}

#gNavi {
	line-height: 55px;
	background: #1a8ee5;
}

#gNavi ul li {
	width: 11.11%;
	float: left;
	text-align: center;
	position: relative;
}

#gNavi ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

#gNavi ul li:hover>a, #gNavi ul li.on>a {
	background: #f36e33;
}

#gNavi ul li .drop {
	position: absolute;
	left: 0;
	top: 55px;
	right: 0;
	background: #1a8ee5;
	display: none;
	z-index: 100;
}

#gNavi ul li .drop a {
	line-height: 45px;
	font-size: 15px;
}

#gNavi ul li .drop a:hover, #gNavi ul li .drop a.on {
	background: #f36e33;
}

/**内业公共***/

.mt {
	margin-top: 30px;
}

.hot .mt {
	margin-top: 20px;
}

.hot .form {
	width: 22%;
	margin-right: 30px;
	border: 1px solid #ddd;
	position: relative;
}

.hot .form input[type="text"] {
	width: 100%;
	line-height: 34px;
	height: 34px;
	background: #fff;
	border: none;
	padding: 0 5px;
	box-sizing: border-box;
}

.hot .form .btn {
	width: 80px;
	line-height: 34px;
	height: 34px;
	border: none;
	background: #1a8ee5;
	text-align: center;
	padding: 0;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 90;
}

.hot ul li {
	display: inline-block;
	line-height: 34px;
}

.hot ul li a {
	display: block;
	padding: 0 8px;
	color: #555;
	font-size: 14px;
}

.hot .line {
	height: 8px;
	margin-top: 20px;
	background: url(../images/line.png) repeat-x;
}

.sec .title {
	text-align: center;
	margin-bottom:20px;
}

.sec .title h2 {
	font-size: 32px;
	color: #1a8ee5;
}

.sec .title p {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	margin-top: 3px
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter {
	margin-top: 30px;
	background: url(../images/fbg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

#gFooter .link {
	margin: 30px 0;
	height: 40px;
	background: #1a8ee5;
}

#gFooter .link ul {
	width: 1100px;
}

#gFooter .link li {
	width: 11.11%;
	float: left;
	text-align: center;
}

#gFooter .link li a {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	border-right: 1px solid #fff;
}

#gFooter .link li:last-child a {
	border-right: none;
}

#gFooter h3 {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 8px;
}

#gFooter .nav {
	width: 30%;
}

#gFooter .nav li {
	width: 50%;
	float: left;
}

#gFooter .nav li a {
	display: block;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
}

#gFooter .lxText {
	width: 30%;
}

#gFooter .lxText p {
	line-height: 30px;
	font-size: 14px
}

#gFooter .ewm .box {
	display: inline-block;
	text-align: center;
	width: 150px;
	margin-left: 10px;
}

#gFooter .ewm p {
	margin-top: 5px;
}

#gFooter p.power {
padding:10px 0;
	line-height: 27px;
	font-size: 13px;
	border-top: 1px solid #fff;
	text-align: center;
	margin-top: 10px;
}

#gFooter p.power a {
	color: #fff;
}

.sp {
	display: none !important;
}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 50%;
	margin-top: -145px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 55px;
	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: #1a8ee5 url(../images/return.png) no-repeat 10px center;
	background-size: 35px;
}

.yb_bar .yb_phone {
	background: #1a8ee5 url(../images/tel1-1.png) no-repeat 10px center;
	background-size: 35px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #1a8ee5 url(../images/qq.png) no-repeat 10px center;
	background-size: 35px;
}

.yb_bar .yb_ercode {
	background: #1a8ee5 url(../images/ewm.png) no-repeat 10px center;
	background-size: 35px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

@media all and (min-width: 1023px) and (max-width: 1600px) {
	#gHeader .text {
		padding: 0 0 0 10px;
		margin-top: 6px
	}
	#gHeader .text p {
		font-size: 16px
	}
	#gNavi {
		line-height: 50px;
	}
	#gNavi ul li .drop {
		top: 50px
	}
	#gNavi ul li .drop a {
		font-size: 14px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
	#gHeader .top a {
		font-size: 13px;
	}
	#gHeader .heaCon {
		padding: 3px 0 12px;
	}
	#gHeader .logo {
		width: 230px;
	}
	#gHeader .logo img {
		width: 230px
	}
	#gHeader .text {
		padding: 0 0 0 10px;
		margin-top: 5px
	}
	#gHeader .text strong {
		line-height: 28px;
	}
	#gHeader .tel {
		margin-top: 0;
		background-size: 38px;
		padding-left: 42px;
		font-size: 14px;
	}
	#gHeader .tel strong {
		line-height: 32px;
	}
	#gNavi {
		line-height: 48px;
	}
	#gNavi ul li a {
		font-size: 15px;
	}
	#gNavi ul li .drop {
		top: 48px;
	}
	#gNavi ul li .drop a {
		font-size: 14px;
		line-height: 40px;
	}
	.mt {
		margin-top: 22px;
	}
	.sec .title h2 {
		font-size: 28px;
	}
	.sec .title p {
		font-size: 14px;
	}
	#gFooter .nav li a {
		font-size: 13px;
	}
	#gFooter .lxText p {
		font-size: 13px;
	}
	#gFooter .ewm .box {
		width: 130px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1400px) {
	.container {
		width: 85%;
	}
	#gHeader .text strong {
		font-size: 20px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1300px) {
	.container {
		width: 90%;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.container {
		width: 100%;
		max-width: inherit;
		box-sizing: border-box;
	}
	.fl, .fr {
		float: inherit;
	}
	#gHeader .top {
		display: none;
	}
	#gHeader .heaCon {
		padding: 10px;
	}
	#gHeader .logo {
		width: 180px;
	}
	#gHeader .logo img {
		width: 180px
	}
	#gHeader .logo h1 {
		line-height: 1;
	}
	#gHeader .text {
		display: none;
	}
	#gHeader .tel {
		display: none;
	}
	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 16px;
		width: 35px;
	}
	#gNavi {
		line-height: 45px;
		padding: 6px 0;
		background: #1a8ee5;
		position: absolute;
		left: 0;
		top: 70px;
		right: 0;
		z-index: 100;
		display: none;
	}
	#gNavi ul li {
		width: 100%;
		float: inherit;
	}
	#gNavi ul li a {
		font-size: 15px;
		text-align: left;
		padding-left: 30px;
	}
	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(3)>a, #gNavi li:nth-child(8)>a {
		background: url(../images/jt.png) no-repeat right 10px center;
		background-size: 15px;
	}
	#gNavi ul li .drop {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		background: #fff;
	}
	#gNavi ul li .drop a {
		line-height: 32px;
		font-size: 14px;
		padding-left: 50px;
		color: #333;
	}
	#gNavi ul li.on .drop {
		display: block;
	}
	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(8).on>a {
		background: url(../images/jt1.png) #f36e33 no-repeat right 10px center;
		background-size: 15px;
	}
	#gNavi ul li .drop a.on {
		color: #fff;
	}
	/**内业公共***/
	.mt {
		margin-top: 20px;
	}
	.hot .container {
		padding: 0 10px;
	}
	.hot .form {
		width: 100%;
		margin-right: 0px;
		max-width: 400px;
	}
	.hot .form input[type="text"] {
		line-height: 32px;
		height: 32px;
	}
	.hot .form .btn {
		width: 60px;
		line-height: 32px;
		height: 32px;
	}
	.hot ul li {
		line-height: 30px;
	}
	.hot ul li a {
		font-size: 13px;
	}
	.hot .line {
		height: 6px;
		margin-top: 6px;
	}
	.sec .title h2 {
		font-size: 26px;
	}
	.sec .title p {
		font-size: 12px;
	}
	/*------------------------------------------------------------
		底部
	------------------------------------------------------------*/
	#gFooter {
		margin-top: 18px;
	}
	#gFooter .link {
		margin: 10px 0;
		height: inherit;
	}
	#gFooter .link ul {
		width: 100%;
	}
	#gFooter .link li {
		width: 20%;
	}
	#gFooter .link li a {
		margin-top: 0px;
		line-height: 40px;
		font-size: 13px;
		border-right: none;
	}
	#gFooter h3 {
		font-size: 16px;
		margin-bottom: 5px;
		text-align: center;
	}
	#gFooter .nav {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#gFooter .nav li {
		width: 50%;
		float: left;
	}
	#gFooter .nav li a {
		line-height: 30px;
		font-size: 13px;
		text-align: center;
	}
	#gFooter .lxText {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#gFooter .lxText p {
		line-height: 20px;
		font-size: 13px;
	}
	#gFooter .fr {
		text-align: center;
		margin-top: 10px;
	}
	#gFooter .ewm .box {
		width: 110px;
		margin: 0px 8px;
	}
	#gFooter p.power {
		line-height: 20px;
		font-size: 12px;
		padding: 5px 0;
	}
	input {
		appearance: none;
		-webkit-appearance: none;
	}
	.yb_conct {
		display: none;
	}
}