@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
	padding: 0px;
	margin: 0px
}

body {
	font-size: 100px;
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.trans {
	transition: all .3s ease-in;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	font: .24rem/1.6 'PingFangSC-Light', 'microsoft yahei', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
	color: #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	position: relative;
}

body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}

body:before {
	height: 1rem;
}

body:after {
	/* height: 1.2rem; */
}

img {
	border: 0px;
}

em {
	font-style: normal;
}

s, i {
	font-style: normal;
}

ul, ol {
	list-style-type: none;
}

li {
	list-style: none outside none;
}

strong, b {
	font-weight: normal;
}
/*表单*/
input, button, select, textarea {
	outline: none;
	font-family: "Microsoft Yahei", Arial;
	font-size: .24rem;
	-webkit-appearance: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}
/*公用样式*/
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1;
}

.blue {
	color: #28a5f4;
}
/*链接*/
a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 /* 取消链接高亮 */
}

a:focus {
	outline: none;
}

a:hover, a:active {
	color: #ee2535;
	outline: none;
}
/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
/*字体*/
@media only screen and (min-width:641px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width:640px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width:540px) {
	html {
		font-size: 84.375px;
	}
}

@media only screen and (max-width:480px) {
	html {
		font-size: 75px;
	}
}

@media only screen and (max-width:414px) {
	html {
		font-size: 64.6875px;
	}
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 62.5px;
	}
}

@media only screen and (max-width: 375px) {
	html {
		font-size: 58.5938px;
	}
}

@media only screen and (max-width: 360px) {
	html {
		font-size: 56.25px;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 50px;
	}
}

.wrap {
	width: 95%;
	margin: 0 auto;
}

.icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}

.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
/*清除浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}


/*==========@@HTML默认 结束@@==========*/
.header {
	position: relative;
}

#top_main {
	width: 100%;
	height: 1rem;
	z-index: 9999;
	position: fixed;
	top: 0px;
	background: #fff;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}

#top {
	height: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top .logo {
	float: left;
	display: block;
	text-align: center;
}

#top .logo a {
	display: block;
}

#top .logo img {
	height: .75rem;
	vertical-align: top;
}

#top .topsearch {
	display: block;
	position: absolute;
	right: 1rem;
	top: 0px;
	text-align: center;
	cursor: pointer;
	width: .5rem;
	height: .5rem;
	margin: .25rem auto;
	background: url(../images/sou1.png) no-repeat center;
	background-size: .4rem auto;
	z-index: 6;
}

#top #nav {
	width: .55rem;
	height: 100%;
	cursor: pointer;
	z-index: 6;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .nav {
	width: .87rem;
	height: .44rem;
	background: url(../images/cd.png) center no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#top .cur .nav {
	background: url(../images/cd_hover.png) center no-repeat;
	background-size: contain;
}

#search {
	background: #f2f2f2;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	position: absolute;
	left: 0;
	top: .88rem;
	padding-top: .2rem;
	display: none;
	z-index: 999;
}

#search input {
	display: block;
	padding: 0;
	margin: 0;
}

#search .txt {
	border: none;
	width: 80%;
	height: 0.65rem;
	line-height: 0.65rem;
	margin-left: 4%;
	color: #666;
	font-size: 0.22rem;
	background: #fff;
	text-indent: 3%;
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

#search .btn {
	cursor: pointer;
	border: none;
	font-size: 0.24rem;
	width: 0.8rem;
	height: 0.65rem;
	text-align: center;
	background: #3ba86f url(../images/icon.png) no-repeat 0 -4.6rem;
	background-size: 2.4rem auto;
	color: #fff;
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
	background-size: 2.0rem auto;
	vertical-align: middle;
}

.searchinfo {
	background: #fff;
	padding: 0.2rem 0;
	height: 100%;
	width: 92%;
	margin: 0 auto;
}

.searchinfo h2 {
	color: #333;
}

.searchinfo .searchlist {
	padding: 0.2rem 0;
}

.searchinfo .searchlist a {
	display: inline-block;
	margin: 0 4% 4% 0;
	color: #333;
	background: #f5f5f5;
	font-size: 0.24rem;
	text-align: center;
	height: 0.64rem;
	line-height: 0.64rem;
	padding: 0 0.2rem;
	border-radius: 3px;
}

.searchinfo .searchlist a:hover {
	background: #913d23;
	color: #fff;
}

#top_main .pages_name {
	text-align: center;
	display: block;
	font-size: .32rem;
	color: #333;
	line-height: 1rem;
}

#top_main .back_out {
	width: 12%;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0;
}

#top_main .back_out i {
	width: .26rem;
	height: .42rem;
	background-position: 0 -1.5rem;
	display: block;
	margin-top: .3rem;
	margin-left: .3rem
}

.soupage {
	background: #fff;
}
/*subNav*/
/*subNav*/
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 1rem;
	bottom: 0;
	z-index: 9999;
	display: none;
	overflow-x: hidden;
	overflow-y: auto!important;
	background: #ffffff;
	margin-bottom: 1rem;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}

.subNav .subNavCon {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/subNavShow.png)no-repeat top center#fff;
	background-size: 100%;
}

.subNav .subNavCon .sao {
}

.subNav .subNavCon .sao img {
	width: 2rem;
	margin: 0 auto;
	display: block;
}

.subNav .subNavCon .sao p {
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.36rem;
}

.subNav .subNavCon .tel {
	text-align: center;
	font-size: 0.3rem;
	background: url(../images/tel.png)no-repeat left center;
	background-size: 0.3rem;
	width: 4.3rem;
	display: block;
	margin: 0.2rem auto;
}

.subNav ul {
	width: 100%;
	padding: .1rem 0 2rem;
	overflow-y: auto;
	height: auto;
}

.subNav li {
	width: 94%;
	display: inline-block;
	line-height: 0.92rem;
	margin: 0 3%;
	position: relative;
	border-bottom: 0.02rem solid #dddddd;
}

.subNav li a {
	display: block;
	color: #333;
	font-size: 0.28rem;
	width: 80%;
	float: left;
}

.subNav li .icobef {
	display: block;
	width: 100%;
	overflow: hidden;
}

.subNav li .icobef s {
	width: .32rem;
	height: .32rem;
	/*display: none;*/
	text-align: center;
	color: #333;
	font-size: .24rem;
	background: url(../images/jia01.png)no-repeat;
	background-size: contain;
	margin-top: .25rem;
	margin-right: .1rem;
	float: right;
}

.subNav li a.on {
	color: #e2791d;
}

.subNav li .icobef.on s {
	background: url(../images/jian01.png)no-repeat;
	background-size: contain;
}

.subNav li .box {
	display: none;
}

.subNav li .box a {
	border-color: #f9f9f9;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #333;
	font-size: .24rem;
}

.subNav li.hover a {
}

.subNav li .box dl {
	width: 98%;
	margin: 0 auto;
	display: grid;
}

.subNav li .box dl dt {
	width: 100%;
	display: inline-block;
	border-bottom: 0.02rem solid #dddddd;
}

.subNav li .box dl dt a {
	line-height: 0.95rem;
	color: #666666;
	height: 90%;
	width: 5rem;
	float: left;
}

.subNav li .box dl dt i {
	background: url(../images/bot.png)no-repeat center right;
	background-size: 0.28rem;
	width: 10%;
	height: 0.9rem;
	float: right;
	/*display: none;*/
}

.subNav li .box dl dt.on i {
	background: url(../images/topp.png)no-repeat center right;
	background-size: 0.28rem;
}

.subNav li .box dl dd {
	display: none;
}

.subNav li .box dl dd a {
	color: #999999;
	line-height: 0.6rem;
	border: none;
}

.subNav li.cur .icobef s,.subNav li .box dl.cur dt i {
	display: block;
}

.subNav li .box dl:last-child dt {
	border-bottom: none;
}

.subNavShow {
	display: block;
}

.subNav .tsearch {
	width: 100%;
	height: 1rem;
	padding: .2rem 3%;
	position: absolute;
	left: 0;
	top: 0.9rem;
	z-index: 1122;
	background: #f5f5f5;
}

.subNav .tsearch .txt {
	width: 75%;
	color: #000;
	text-indent: .3rem;
	color: #666;
	font-size: .22rem;
	height: .6rem;
	background: #fff;
	border: none;
	position: absolute;
	left: 3%;
	top: .2rem;
	border-bottom-left-radius: .5rem;
	border-top-left-radius: .5rem;
}

.subNav .tsearch .btn {
	color: #fff;
	font-size: .22rem;
	width: 20%;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	border: 0px;
	background: #0267ad;
	position: absolute;
	right: 3%;
	top: .2rem;
	border-bottom-right-radius: .5rem;
	border-top-right-radius: .5rem;
	background-size: .4rem auto;
}

.ntel {
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.8rem;
}

.ntel b {
	font-size: 0.3rem;
	color: #40929E;
	font-weight: bold;
}




/*版权信息*/
.footer_main {
	text-align: center;
	width: 100%;
	color: #eee;
	background: #333;
	padding: 0 0 1.8rem;
}

.footer_main .dbsjx {
	margin-top: -12px;
}

.footer_main .wrap {
	padding-top: .22rem;
}

.footer_main p,.footer_main a {
	font-size: .28rem;
	color: #eee!important;
	line-height: .48rem;
}

.copyright {
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
	font-size: .18rem;
}

.toTop {
	width: 0.9rem;
	height: 0.9rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: 0.9rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 10;
	display: none;
}

.footer_main a {
	color: #eee;
}
/* 工具栏 */
#toolbar {
    position: fixed;
    bottom: 0.2rem;
    z-index: 888;
    height: .98rem;
    left: 0;
    width: 100%;
}

#toolbar .list {
	width: 5.8rem;
	height: .98rem;
	margin: 0 auto;
	background: #40929E;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.16);
	border-radius: .49rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#toolbar .line {
	width: 1px;
	height: .48rem;
	background: #FFFFFF;
	opacity: 0.4;
	border-radius: 1px;
}

#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
}

#toolbar .list li:last-child {
	border-right: 0;
}

#toolbar .list a {
	display: block;
	font-size: 0.12rem;
	color: #fff;
	height: auto;
}

#toolbar .list li:first-child a {
	border-radius: 1rem 0 0 1rem;
}

#toolbar .list li:last-child a {
	border-radius: 0 1rem 1rem 0;
}

#toolbar .list a.hover {
	background: #3ba86f;
}

#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin-top: .05rem;
}

#toolbar .list a .too-home {
	background: url(../images/db01.png) no-repeat;
	background-size: 100%;
}

#toolbar .list a .too-qiao {
	background: url(../images/db02.png) no-repeat;
	background-size: 100%;
}

#toolbar .list a .too-map {
	background: url(../images/db04.png) no-repeat;
	background-size: 100%;
}

#toolbar .list a .too-tel {
	background: url(../images/db03.png) no-repeat;
	background-size: 100%;
}

.xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880;
}

#toolbar .list a s span {
	color: #fff;
	padding-top: .9rem;
	text-transform: initial;
	font-style: normal;
}


/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}

#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}

#wxnr img {
	width: 2.3rem;
	height: 2.3rem;
	display: block;
	margin: 0 auto;
}

#wxnr p {
	font-size: 0.24rem;
	line-height: 0.45rem;
	text-align: center;
}

#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}

#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
	background-color: #40929e;
}

#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}
