 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */  dl, dt, dd, ul, ol, li, /* list elements 列表元素 */  pre, /* text formatting elements 文本格式元素 */  fieldset, lengend, button, input, textarea, /* form elements 表单元素 */  th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 2 none;
	box-shadow: none;
	outline: none;
}
/* 设置默认字体 */

@font-face {
	font-family: PingFang SC;

}
@font-face {
	font-family: PingFang Bold;

}
body, button, input, select, textarea {
	font-family: "PingFang SC";
	color: #3c3c3c;
}
b {
	font-family: 'PingFang Bold'
}
h1 {
	font-size: 18px;
	font-family: 'PingFang Bold'
}
h2 {
	font-size: 16px;
	font-family: 'PingFang Bold'
}
h3 {
	font-size: 14px;
	font-family: 'PingFang Bold'
}
h4, h5, h6 {
	font-size: 100%;
	font-family: 'PingFang Bold'
}
* h1, * h2, * h3, * h4, * h5, * h6 {
	margin: 0px;
	font-family: 'PingFang Bold'
}
/* 重置列表元素 */

ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */

a {
	text-decoration: none;
	color: #3c3c3c;
	word-wrap: break-word;
}/*英文换行*/
a:hover {
	text-decoration: none;
}
/* 重置表单元素 */

legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */



/* 全局 */

html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* 浏览器滚动轴修改 */

* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0;
}

::-webkit-scrollbar {
width:4px;
height:4px
}

::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
border-radius:0;
background:rgba(0,0,0,0.1)
}

::-webkit-scrollbar-thumb {
border-radius:5px;
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
background:rgba(0,0,0,0.2)
}

::-webkit-scrollbar-thumb:hover {
border-radius:5px;
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
background:rgba(0,0,0,0.4)
}
input, textarea {
	-webkit-user-select: text
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

html {
	overflow-y: scroll;
}
/*设置浮动*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*清除浮动*/

.header .logo img {
	display: block;
	height: 85px;
}
.header_04 .logo img {
	height: 85px;
	display: block;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
/* -- 页面整体布局 -- */

.content {
	width: 1200px;
	margin: 0 auto;
}
.header, .footer {
	width: 100%;
	margin: 0 auto;
}
.auto {
	margin: 0 auto
}
/*分页样式*/

.pglist {
	padding: 25px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
}
.pglist a {
	color: #333333;
	padding: 0 10px;
	margin: 0 5px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding-bottom: 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #0061a6;
}
.pglist a:hover {
	display: inline-block;
	color: #fff;
	background: #0061a6;
}
.pglist .curpage {
	display: inline-block;
	color: #fff;
	background: #0061a6;
}
/*顶部01*/

.header {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	height: 110px;
}
.header .logo {
	margin: 40px 0
}
.header .mid {
	margin: 40px 0 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666;
	letter-spacing: 5px;
	font-weight: bold;
	/*width: 180px;*/
	text-align: center;
	line-height: 180%
}
.header .mid span {
	background: #08bf45;
	padding: 3px 15px;
	border-radius: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}
.header .pho {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 40px 0 0 0
}
.header .pho i{
	float: left;
	width: 24px;
	height: 24px;

	background-size: 100%;
	margin-top: 2px;
	margin-right: 4px;
}
.header .pho span {
	color: #08bf45;
	font-size: 20px
}
.nav {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	/*background: #08bf45;*/
	background: #08bf45;
}
.nav ul {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.nav ul li {
}
.nav ul li a {
	width: 30px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}
.nav ul li a:hover {
	width: 30px;
	border-bottom: 2px solid #ff9e02;
}
.nav ul .current {
	background: #ff9e02
}
.nav_1 {
	width: 30%;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.nav_1 a {
	color: #fff;
	padding: 0 10px 0 40px
}
.nav_1_1 {
	margin-right: 1px;
	background: url(../image/nav_1_1.png) no-repeat 10px 12px;
}
.nav_1_2 {
	background: url(../image/poste.gif) no-repeat 10px 12px;
}
/*顶部02*/

.header_02 {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	height: 110px;
}
.header_02 .logo {
	margin: 15px 0 0
}
.header_02 .mid {
	margin: 27px 0 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	letter-spacing: 5px;
	font-weight: bold;
	width: 180px;
	text-align: center;
	line-height: 180%
}
.header_02 .mid span {
	background: #08bf45;
	padding: 3px 15px;
	border-radius: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}
.header_02 .pho {

	font-size: 20px;
	font-weight: bold;
	padding-left: 35px;
	color: #606060;
	margin: 40px 0 0 0
}
.header_02 .pho span {
	color: #ff9e02;
	font-size: 24px
}
.nav_02 {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: #08bf45;
}
.nav_02 ul {
	width: 100%;
}
.nav_02 ul li {
	display: inline-block;
	position: relative;
}
.nav_02 ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 40px
}
.nav_02 ul li:before {
	content: "|";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: -2px;
	color: #fff
}
.nav_02 ul li:last-child:before {
	content: "";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: -2px;
	color: #fff
}
/*顶部03*/

.header_03 {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	height: 59px;
	background: #000000
}
.header_03 .logo {
	margin: 7px 0 0
}
.header_03 .mid {
	margin: 27px 0 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	letter-spacing: 5px;
	font-weight: bold;
	width: 180px;
	text-align: center;
	line-height: 180%
}
.header_03 .mid span {
	background: #08bf45;
	padding: 3px 15px;
	border-radius: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}
.header_03 .pho {
	background: url(/template/default/images/pho-nianhui.png) no-repeat 0 2px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 35px;
	color: #ffffff;
	margin: 20px 0 0 0
}
.header_03 .pho span {
	color: #fff;
	font-size: 16px
}
.nav_03 {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: #08bf45;
}
.nav_03 ul {
	width: 100%;
}
.nav_03 ul li {
	display: inline-block;
	position: relative;
}
.nav_03 ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 40px
}
.nav_03 ul li:before {
	content: "|";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: -2px;
	color: #fff
}
.nav_03 ul li:last-child:before {
	content: "";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: -2px;
	color: #fff
}
/*顶部04*/

.header_04 {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	height: 110px;
}
.header_04 .logo {
	margin: 15px 0 0
}
.header_04 .mid {
	margin: 27px 0 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	letter-spacing: 5px;
	font-weight: bold;
	width: 180px;
	text-align: center;
	line-height: 180%
}
.header_04 .mid span {
	background: #08bf45;
	padding: 3px 15px;
	border-radius: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}
.header_04 .pho {

	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	color: #606060;
	padding-top: 40px
}
.header_04 .pho span {
	color: #08bf45;
	font-size: 24px
}
.nav_04 {
	overflow: hidden;
	width: 500px;
	box-sizing: border-box;
	padding-top: 47px
}
.nav_04 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.nav_04 ul li {
}
.nav_04 ul li a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 0 30px
}
/*banner*/

.slideBox {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
	z-index: 1;
}
.slideBox .fl {
}
.slideBox .fr {
	padding: 40px 0;
	box-sizing: border-box;
}
.in-banner {
	width: 100%;
	height: 450px;
	background-size:cover;
}
.in-banner img {
	width: 100%;
}
/*tit*/

.tit {
	font-size: 20px;
	font-weight: bold;
	color:#7f7d7d;
}
.tit span {
	font-size: 16px;
	padding: 0 8px;
	font-weight: normal;
}
.tit_1 {
	font-size: 16px;
	line-height: 300%
}
.tit_2 {
	font-size: 24px;
}
.tit_2 span {
	font-size: 16px;
	display: block;
	line-height: 240%;
	color: #999
}
.tit_3 {
	font-size: 32px;
	font-weight: bold;
}
.tit_3 span {
	font-size: 18px;
	display: block;
	line-height: 240%;
	color: #333;
	font-style: normal;
}
.tit_4 {
	font-size: 40px;
	font-weight: bold;
}
.tit_4 span {
	font-size: 18px;
	display: block;
	line-height: 240%;
	color: #333;
	font-style: normal;
}
.tit_5 {
	font-size: 24px;
}
.tit_5 span {
	font-size: 18px;
	line-height: 240%;
	color: #757575;
	font-style: normal;
}
.tit_5_w {
	font-size: 24px;
	color: #fff
}
.tit_5_w span {
	font-size: 18px;
	line-height: 240%;
	color: #fff;
	font-style: normal;
}
/*more*/

.more {
	border: 1px solid #c9c9c9;
	color: #c9c9c9;
	border-radius: 3px;
	font-size: 12px;
	font-family: 'Arial';
	padding: 2px 6px;
}
.more {
	position: absolute;
	right: 0;
	top: 0
}
.more:hover {
	background: #08bf45;
	color: #fff;
	border-color: #08bf45
}
.suggestionsBox {
	position: absolute;
	margin-top: 30px;
	width: 250px;
	background: white;
	border: 1px solid #dcdcdc;
	color: #323232;
	z-index: 999;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	position: relative;
	padding: 3px;
	cursor: pointer;
	list-style: none;
	padding-left: 5px;
	height: 20px;
	overflow: hidden
}
.suggestionList li:hover {
	background-color: #00a0e9;
}
.suggestionList li a {
	color: #333;
}
.jr {
	position: absolute;
	top: 9px;
	right: -5px
}
/*底部*/

/*ad*/

.ad {
	background: #08bf45;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	font-size: 32px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.ad a {
	border: 1px solid #fff;
	padding: 5px 30px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 140px;
}
.ad a:hover {
	background: #fff;
	color: #08bf45;
}
/*service03*/

.service03 {
	background: #08bf45;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0
}
.service03_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service03_con dl {
	width: 22%;
	box-sizing: border-box;
	padding: 20px 20px 20px 95px;
	color: #fff
}
.service03_con dl dt {
	font-size: 18px;
}
.service03_con dl dd {
	font-size: 14px;
	color: #fff;
	padding: 5px 0;
	line-height: 150%;
	letter-spacing: 0
}
.service03_con dl:nth-child(1) {
	background: url(/template/default/images/s03-1.png) no-repeat 10px 20px;
}
.service03_con dl:nth-child(2) {
	background: url(/template/default/images/s03-2.png) no-repeat 10px 20px;
}
.service03_con dl:nth-child(3) {
	background: url(/template/default/images/s03-3.png) no-repeat 10px 20px;
}
.service03_con dl:nth-child(4) {
	background: url(/template/default/images/s03-4.png) no-repeat 10px 20px;
}
.footer .left {
	width: 75%
}
.footer .left .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px
}
.footer .left .menu a:first-child {
	padding-left: 0
}
.footer .left .menu a {
	padding: 0 15px;
	font-size: 14px;
	line-height: 240%;
	border-bottom: 1px solid #000;
	position: relative;
	font-weight: bold;
}
.footer .left .menu a:after {
	content: '|';
	font-size: 14px;
	color: #000;
	position: absolute;
	right: 0
}
.footer .left .menu a:last-child:after {
	display: none
}
.footer .left .bottom {
	text-align: left;
	line-height: 180%;
	font-size: 14px;
	margin-top: 20px
}
.footer .right {
	width: 25%;
	text-align: right;
	padding-top: 20px
}
.footer .right img {
	width: 60%
}
/*面包削导航*/

.mbx {
	margin: 10px auto;
	line-height: 50px;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
	background: url(/template/default/images/icon02.png) no-repeat 0 10px;
	padding-left: 20px;
	color: #999
}
.mbx a {
	line-height: 50px;
	color: #999;
	font-size: 14px;
}
.search_1 {
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 100px;
}
.search_1 form {
	height: 36px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
}
.search_1 form input {
	float: left;
	border-radius: 5px 0 0 5px;
	width: 185px;
	height: 32px;
	outline: none;
	text-indent: 5px;
	color: #999999;
	border: 1px solid #c9c9c9;
	border-right: none;
}
.search_1 form .btn {
	width: 47px;
	height: 36px;
	margin-top: -2px;
	border: none;
	float: right;
	border-radius: 0 5px 5px 0;
	background: #08bf45 url(../image/icon.png) -465px -195px no-repeat;
}
.search_1 .hot p {
	color: #555555;
	font-size: 15px;
	border-left: 1px solid #d2d2d2;
	height: 30px;
	line-height: 30px;
	color: #555555;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	margin-left: 15px;
}
.search_1 .hot a {
	color: #08bf45;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}
/*screen*/
.screen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
}
.screen {
	line-height: 180%
}
.screen a {
	margin-right: 10px;
	padding: 0 5px;
	font-size: 14px;
	color: #3c3c3c;
}
.screen .on {
	background: #08bf45;
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px
}
.screen a:hover{
	background: #08bf45;
	color: #fff;
	font-size: 14px;
	border-radius: 3px
}
.screen a.active {
	background: #08bf45;
	color: #fff;
	font-size: 14px;
	border-radius: 3px
}
/*choose*/

.choose {
	font-size: 14px;
	color: #3c3c3c;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.choose {
	line-height: 240%
}
.choose a {
	padding: 0 5px;
	font-size: 14px;
	color: #3c3c3c;
}
.choose .on {
	background: #08bf45;
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px
}
.choose a:hover, .choose a.active {
	background: #08bf45;
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px
}
.choose b {
	text-align: left;
	display: inline-block;
	margin: 10px auto;
	font-weight: normal;
}
.choose span {
	background: #08bf45;
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px
}
/*内页二级导航*/

.navtow {
	margin: 20px auto 0;
	display: flex;
}
.navtow li {
}
.navtow li a {
	color: #fff;
	font-size: 16px;
	padding: 5px 50px;
	line-height: 40px;
	background: #009be3;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px
}
.navtow li a:hover {
	background: #0061a6;
	color: #fff
}
.navtow .on {
	background: #0061a6;
	color: #fff
}
/* 浮动工具 */

.c-tools {
	position: fixed;
	z-index: 9999;
	text-align: center;
	right: 0;
	bottom: 50%;
	margin-bottom: -144px;
}
.c-tools ul li {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position: relative;
	width: 62px;
	height: 62px;
	margin: 1px;
	background: #333 url(/template/default/images/tools-ico.png) no-repeat;
}
.c-tools ul li:hover {
	background-color: #000;
}
.c-tools ul li span {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: none;
	position: absolute;
	right: 63px;
	width: 135px;
	padding: 0 10px;
	background: #ff9601;
	color: #ffffff;
}
.c-tools ul li .ewmPic {
	width: 168px;
}
.c-tools ul li .ewmPic img {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 168px;
	height: 168px;
}
.c-tools ul .tel-ico {
	background-position: center -22px;
}
.c-tools ul .tel-ico span {
	height: 62px;
	line-height: 62px
}
.c-tools ul .ewm-ico {
	background-position: center 21px;
}
.c-tools ul .qq-ico {
	background-position: center -69px;
}
.c-tools ul .top-ico {
	background-position: center -115px;
}
/*下一篇、下一篇*/

.sx {
	line-height: 30px;
	overflow: hidden;
	margin: 15px 0px;
	padding: 0 0;
}
.sx span {
	overflow: hidden;
	height: 30px;
	display: block;
	margin: 0 0 10px 0
}
.sx a {
	color: #201618;
}
/*page*/



.page {
	display: table;
	margin: 20px auto;
	font-size: 14px
}
.page li {
	display: block;
	border: 1px solid #d2d2d2;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	margin: 0 5px;
	border-radius: 5px;
	float: left;
}
.page a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	float: left;
}
.page .active {
	background: #08bf45;
	color: #fff;
	border: none;
}
.page .active a {
	color: #fff;
}
.page select {
	margin-top: 5px;
}
.page span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	border-radius: 5px;
	float: left;
}
.page ul {
	float: left;
}
.page ul li {
	float: left;
}
/*shouyebanner*/



.banner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.banner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 45%;
	bottom: 10px;
	z-index: 1;
}
.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.banner .hd ul li {
	float: left;
	margin-right: 25px;
	width: 50px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	background: #fff;
}
.banner .hd ul li.on {
	background: #00a0e9;
}
.banner .bd {
	position: relative;
	z-index: 0;
	width: 100%;
}
.banner .bd li {
	zoom: 1;
	width: 100%;
	height: 497px;
	vertical-align: middle;
	background-size: 100% 100% !important;
}
.banner .bd img {
	width: 100%;
	display: block;
}
.banner .prev,  .banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -3%;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.banner .next {
	font-size: 58px;
	color: #fff;
}
.banner .prev {
	font-size: 58px;
	color: #fff;
}
.banner .prev:hover,  .banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.banner .prevStop {
	display: none;
}
.banner .nextStop {
	display: none;
}
.banner .fr {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 40px;
	/*display: none;*/
}
.banner .main {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	transform: translateY(-50%);
}
.banner .demand {
	width: 520px;
	background: #fff;
	/* border: 2px solid #08bf45; */

	margin-top: 0px;
	box-shadow: 0 0 10px 1px #272727;
}
.banner .demand .tit {
	width: 485px;
	height: 34px;
	border-bottom: 2px solid #08bf45;
	margin: 0 auto;
	background: url(../image/icon.png) no-repeat -470px 5px;
	margin-top: 10px;
}
.banner .demand .tit p {
	color: #08bf45;
	font-size: 18px;
	line-height: 36px;
	margin-left: 40px;
}
.banner .demand form {
	width: 485px;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 14px
}
.banner .demand form ul {
	height: auto;
	overflow: hidden;
}
.banner .demand form ul li {
	width: 235px;
	height: 32px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.banner .demand form ul li:nth-child(2n) {
	float: right;
}
.banner .demand form ul li p {
	color: #555555;
	font-size: 15px;
	line-height: 30px;
	float: left;
}
.banner .demand form ul li .input-parent {
	width: 158px;
	height: 30px;
	border: 1px solid #c9c9c9;
	float: right;
}
.banner .demand form ul li input {
	background-image: none !important;
	border: none;
	width: 158px;
	height: 28px;
	text-indent: 10px;
	color: #999999;
}
.banner .demand form ul li select {
	width: 160px;
	height: 30px;
	border: 1px solid #c9c9c9;
	color: #999999;
	text-indent: 10px;
	outline: none;
	float: right;
}
.banner .demand form ul .city {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
}
.banner .demand form ul .city div {
	float: right;
	width: 410px;
}
.banner .demand form ul .city select {
	width: 130px;
	float: left;
	margin-left: 10px;
}
.banner .demand form ul .city select:nth-child(1) {
	margin-left: 0;
}
.banner .demand form ul .req {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner .demand form ul .req label {
	display: table;
	float: left;
	line-height: 25px;
	font-size: 13px;
	margin-right: 20px;
	color: #555555;
}
.banner .demand form ul .req input[type='checkbox'] {
	width: 15px;
	height: 15px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: #fff;
	margin-top: 5px;
	float: left;
	border: 1px solid #c9c9c9;
	margin-right: 3px;
}
.banner .demand form ul .req input[type=checkbox]:checked {
	background: #08bf45;
}
.banner .demand form ul .req div {
	width: 410px;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
	float: right;
}
.banner .demand .phone {
	float: left;
	width: 265px;
}
.banner .demand .phone input {
	width: 150px;
	border: 1px solid #ccc;
	margin-left: 10px;
	outline: none;
	height: 28px;
}
.banner .demand form .btn {
	width: 240px;
	height: 45px;
	background: #08bf45;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	border: none;
}
.banner .demand .adx {
	width: 480px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.banner .demand .adx p {
	color: #555555;
	font-size: 14px;
	text-align: center;
}
.banner .demand .adx b {
	color: #08bf45;
	font-size: 14px;
	font-weight: normal;
}
.banner .demand .btn-box {
	position: absolute;
	right: 0px;
	bottom: 16px;
}
.banner .demand .btn-box .btn {
	margin: 0;
	width: 200px;
	font-size: 16px;
	height: 40px;
}
/*公告*/



.conv {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}
.an {
	float: left;
	margin-top: 15px;
}
.an .tit {
	width: 50px;
	height: 35px;
	float: left;
	overflow: hidden;
	position: relative;
	background: url(../image/icon_notice.png) no-repeat;
}
.an .tit:after {
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	background: #d2d2d2;
}
.an .tit p {
	color: #08bf45;
	font-size: 16px;
	float: right;
	margin-right: 5px;
	line-height: 35px;
}
.an .bd {
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	overflow: hidden;
}
.an .bd ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.an .bd ul li a {
	color: #555555;
	font-size: 15px;
}
.an .bd ul li:hover a {
	text-decoration: underline;
	color: #08bf45;
}
.search {
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 8px;
	width: 600px
}
.search form {
	height: 36px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
}
.search form input {
	float: left;
	border-radius: 5px 0 0 5px;
	width: 185px;
	height: 32px;
	outline: none;
	text-indent: 5px;
	color: #999999;
	border: 1px solid #c9c9c9;
	border-right: none;
	font-size: 14px
}
.search form .btn {
	width: 47px;
	height: 36px;
	margin-top: -2px;
	border: none;
	float: right;
	border-radius: 0 5px 5px 0;
	background: #08bf45 url(../image/icon.png) -465px -195px no-repeat;
}
.search .hot p {
	color: #555555;
	font-size: 15px;
	border-left: 1px solid #d2d2d2;
	height: 30px;
	line-height: 30px;
	color: #555555;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	margin-left: 15px;
}
.search .hot a {
	color: #08bf45;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}
.crumbs {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
.pro-list ul li .intro .t h4 a:link  border-bottom: 1px solid #d2d2d2;
}
.crumbs img {
	display: block;
	float: left;
	margin-top: 5px;
}
.crumbs p {
	color: #999999;
	font-size: 13px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.crumbs > a {
	display: block;
	float: left;
	color: #999;
	font-size: 13px;
	padding-right: 15px;
	position: relative;
	margin-top: 10px;
}
.crumbs > a:after {
	content: ">";
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 0;
}
.crumbs > a:last-child:after {
	width: 0;
	height: 0;
	overflow: hidden;
}
.focusShow {
	width: 824px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.focusShow .bd {
	width: 824px;
	height: auto;
	overflow: hidden;
}
.focusShow .bd img {
	display: block;
	width: 100%;
	height: 462px;
}
.focusShow .hd {
	height: auto;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}
.focusShow .hd ul {
	float: left;
	width: 744px;
}
.focusShow .hd ul li {
	height: 100%;
	margin: 0 2px;
	float: left;
	width: 19.45%;
	position: relative;
}
.focusShow .hd ul li:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	transition: .5s;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.focusShow .hd ul .on:after {
	background: rgba(0,0,0,0);
}
.focusShow .hd ul li img {
	display: block;
	width: 100%;
	height: 100px;
}
.focusShow .next {
	width: 40px;
	height: 100px;
	float: left;
	background: #333 url(/template/default/images/icon-btn-img-left.png) no-repeat center;
}
.focusShow .prev {
	width: 40px;
	height: 100px;
	float: right;
	background: #333 url(/template/default/images/icon-btn-img-right.png) no-repeat center;
}
.chamber td {
	line-height: 30px;
}
.hc tr td:last-child {
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1C2127;
	padding-top: 40px;
}
.footer .main {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.footer .intro {
	float: left;
	width: 277px;
}
.footer .intro .tel p {
	color: #fff;
	font-size: 22px;
	width: 100%;
}
.footer .intro .tel img {
	display: block;
	margin-top: 15px;
}
.footer .intro .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
.footer a {
	color: #fff;
}
.footer .fn {
	width: 140px;
	margin-left: 40px;
	float: right;
}
.footer .fn p {
	color: #fff;
	font-size: 20px;
}
.footer .fn ul {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .fn ul li {
	float: left;
	width: 100%;
	line-height: 35px;
}
.footer .fn ul li:nth-child(2n) {
	width: auto;
}
.footer .fn ul li a {
	display: block;
	font-size: 14px;
}
.footer .ewm {
	float: right;
	margin-top: 45px;
}
.footer .ewm ul li {
	float: left;
	width: 104px;
	margin-left: 40px;
}
.footer .ewm img {
	display: block;
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.footer .ewm p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}
.city-name a {
	color: #fff;
}
.rz-message {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FAFAFA;
	box-sizing: border-box;
}
.rz-message .main {
	width: 1200px;
	margin: 0 auto;
}
.rz-message .bd {
	width: 1000px;
	margin: 0 auto;
	padding: 0 60px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	box-sizing: border-box;
}
.rz-message .tit {
	margin-top: 30px;
}
.rz-message .tit p {
	color: #333;
	font-size: 22px;
	text-align: center;
}
.rz-message form {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.rz-message form ul li {
	float: left;
	width: 100%;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.rz-message form ul li p {
	font-size: 16px;
	color: #292929;
	float: left;
	width: 80px;
	text-align: justify;
	line-height: 45px;
}
.rz-message form ul li input {
	width: 400px;
	height: 40px;
	float: left;
	border: none;
	color: #757575;
	margin-left: 15px;
}
.rz-message .city {
	float: left;
	margin-left: 15px;
}
.rz-message .city select {
	border: none;
	height: 40px;
	color: #757575;
	background: none;
	margin-right: 5px;
}
.rz-message .city select option {
	background: none;
}
.rz-message .btn {
	width: 100%;
	height: 50px;
	background: #196AF1;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	text-height: max-size;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 40px;
}
 .rz-message input:-webkit-autofill,  .rz-message textarea:-webkit-autofill,  .rz-message select:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 1000px white inset;
}
.rz-message form ul .se select {
	width: 300px;
	height: 45px;
	border: none;
	outline: none;
	color: #757575;
	border: none;
	margin-left: 15px;
	background: none;
}
.rz-message form ul .se option {
	background: none;
	margin-left: 15px;
	color: #757575;
	border: none;
	outline: none;
}
.fk-message {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FAFAFA;
	box-sizing: border-box;
}
.fk-message .main {
	width: 1200px;
	margin: 0 auto;
}
.fk-message .bd {
	width: 1000px;
	margin: 0 auto;
	padding: 0 60px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	box-sizing: border-box;
}
.fk-message .tit {
	margin-top: 30px;
}
.fk-message .tit p {
	color: #333;
	font-size: 22px;
	text-align: center;
}
.fk-message form {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.fk-message form ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.fk-message form ul li p {
	font-size: 16px;
	color: #292929;
	width: 100%;
	text-align: justify;
	line-height: 45px;
}
.fk-message form ul li textarea {
	width: 100%;
	height: 200px;
	resize: none;
	text-indent: 1em;
	padding-top: 10px;
	border: 1px solid #DFDFDF;
}
.fk-message form ul li input {
	width: 100%;
	height: 45px;
	text-indent: 1em;
	border: 1px solid #DFDFDF;
}
.fk-message .btn {
	width: 100%;
	height: 50px;
	background: #196AF1;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.headers .city-name i {
	background: url(/template/default/images/pin-white.png) no-repeat center !important;
}
.footer .tel span {
	color: #fff;
	display: block;
	margin-top: 15px;
}
.footer .cr {
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	line-height: 25px;
	padding: 15px 0;
	margin-top: 15px;
	border-top: 1px solid #666262;
}
.header .zb {
	float: left;
	margin-left: 310px;
	margin-top: 42px;
}
.header .zb img {
	display: block;
	float: left;
	height: 30px;
}
.header .zb a {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.list-gg {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-gg ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px 2px #f3f3f3;
}
.list-gg ul li img {
	display: block;
	height: 150px;
	width: 257px;
	float: left;
}
.list-gg ul li .info {
	float: left;
	margin-left: 30px;
	width: 680px;
	margin-top: 25px;
}
.list-gg ul li a {
	display: block;
	width: 100px;
	height: 35px;
	background: #eee;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #333;
	float: right;
	margin-top: 60px;
}
.list-gg ul li .info p {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	height: 45px;
}
.list-gg ul li .info span {
	color: #666;
	font-size: 12px;
	margin-top: 10px;
	display: block;
}
.marquee-box {
	display:flex;	
	font-size: 16px;
	color: #727272;
	margin: 0 auto;
	margin-top: 25px;
	width: 420px;
}
.marquee-box img {
	display: block;
	float: left;
	height: 30px;
}
.marquee span {
	color: #FF9627;
}
.marquee-box .marquee {
	float: right;
	width: 370px;
	line-height: 30px;
}
.scroll-text li{
	padding-left: 3px;
	padding-right: 5px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.scroll-text span{
	color: #ff820d;
}
.scroll-text .swiper-container {
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.scroll-text .swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.link-section {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.link-section .menu {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.link-section .menu ul li {
	float: left;
	padding: 0 10px;
	line-height: 30px;
}
.link-section .menu ul li a {
	color: #fff;
	font-size: 14px;
}
.link-section .links {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.link-section .links ul li {
	float: left;
	padding: 0 10px;
	line-height: 30px;
}
.link-section ul li a {
	color: #fff;
	font-size: 14px;
}
.submit .banner-content {
	height: 540px;
}
.submit .banner-content .demand-cont {
	width: 800px;
	position: initial;
	margin: 0 auto;
}
.submit .demand-cont dl dd {
	width: 390px;
}
.submit .demand-cont dl dd .select-wrap {
	width: 320px;
}
.submit .demand-cont .bd {
	height: 175px;
}
.submit .banner-content .demand-cont .form .check-btn {
	margin: 0 auto;
}
.submit .marquee {
	width: 100%;
}
.hy-content {
	overflow: initial;
}
.hy-content .submit {
	overflow: initial;
}
.hy-content .banner-content .demand-cont .result .submit-tip {
	left: 50%;
	transform: translateX(-50%);
}
.hy-content .banner-content .demand-cont .result .result-tel-wrap {
	left: 50%;
	transform: translateX(-50%);
}
.hy-content .banner-content .demand-cont .result .result-btn {
	left: 50%;
	transform: translateX(-50%);
}
.hy-content .banner-content .demand-cont .result .submit-agreement {
	left: 50%;
	transform: translateX(-50%);
}
.gotop {
	position: fixed;
	right: 0;
	bottom: 100px;
	display: none;
}
.gotop img {
	display: block;
	width: 90px;
}
.ad img {
	width: 100%;
}

.filter-box{
	margin:auto;
	padding: 0 10px;
	background: #fff;
	border-radius: 10px;
	
}
.filter-box ul{
	clear:both;
}
.filter-box ul li{
	margin: 15px auto;
}
.filter-box ul li .name{
	width: 76px;
	color: #000;
	font-size: 14px;
	line-height: 26px;
}
.filter-box ul li .value{
	text-align: left;
	width: 1200px;
}
.filter-box ul li{
	display:flex;
	justify-content: flex-start;
}
.filter-box ul li a{
	display:inline-block;
	color: #3c3c3c;
	font-size: 14px;
	padding: 0 10px;
	line-height: 26px;
	margin-bottom: 10px;
}
.psearch{
	float: right;
	width: 400px;
}
.psearch .button-raius:hover{
	background: rgba(3,110,226,0.7);
}
.pfilter{
	border-radius: 0!important;
}
.pfilter ul li a.active, .pfilter ul li a:hover{
	background: #036ee2;
	color: #fff!important;
	border-radius: 5px;
}