body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	width: 100%;
}

.header {
	height: 1.2rem;
	color: #fff;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #F44236;
	padding: 0.1rem 0.2rem 0;
	box-sizing: border-box;
}

.header .logo {
	display: block;
	width: 3.6rem;
	margin: 0 auto;
}

.header .hImg {
	float: right;
	width: 5.4rem;
	margin-top: 0.3rem;
}

/* 幻灯片相关 */
.swiper-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 1.2rem;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.5);
	margin-left: .1rem;
	margin-right: .1rem
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff100
}

/* 滚动公告 */
.gonggao {
	height: 1.1rem;
    background: #fff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: .45rem;
}

.gonggao .title {
	margin-left: 0.4rem;
	color: #333;
	font-size: 0.37rem;
	width: 2.4rem;
	margin-top: 0.3rem;
	height: 0.8rem;
	line-height: 0.5rem;
	float: left;
	display: block;
}

.gonggao .title span {
	display: block;
	float: left;
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.2rem
}


.gonggao .title span.ico01 {
    background: url(../images/ico01.png) no-repeat;
    background-size: cover;
}
.gonggao .gundong {
	color: #555;
	font-size: 0.37rem;
	overflow: hidden;
	line-height: 1.1rem
}

/* 线路检测 */
.testing {
	line-height: 1;
}

.testing:after {
	clear: both
}


.login {
	margin-left: 0.4rem;
	padding-right: 0.4rem;
	overflow: hidden;
	margin-top: 0.333333rem;
	margin-bottom: 0.333333rem;
}

.login .nobd {
	width: 5.6rem;
	height: 0.88rem;
	line-height: 0.88rem;
	border: 2px solid #d4a43e;
	border-radius: 0.6rem;
	display: block;
	margin: 0 auto;
	color: #deb558;
	font-size: 0.35rem;
	text-align: center
}

.login .nobd .user {
	display: inline-block;
	background: url(../images/user.png) no-repeat;
	background-size: cover;
	width: 0.4rem;
	height: 0.4rem;
	vertical-align: middle;
	margin-right: 0.08rem;
}

.login .bding .row1 {
	width: 9.20rem;
	height: 0.88rem;
	line-height: 0.88rem;
	border: 2px solid #d4a43e;
	border-radius: 0.4rem;
	display: block;
	margin: 0 auto;
	color: #deb558;
	font-size: 0.35rem;
	text-align: center
}

.login .bding .row1 .user {
	display: inline-block;
	background: url(../images/user.png) no-repeat;
	background-size: cover;
	width: 0.4rem;
	height: 0.4rem;
	vertical-align: middle;
	margin-right: 0.08rem;
}

.login .bding .row1 span {
	color: #fff100
}

.login .bding .row1 span.s1,
.login .bding .row1 span.s2 {
	margin-right: 0.2rem
}

.login .bding .row1 .link1 {
	color: #fff;
	display: inline-block;
	width: 1.1rem;
	height: .53rem;
	line-height: .53rem;
	font-size: .32rem;
	-moz-border-radius: .1rem;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	text-align: center
}

.login .bding .row1 .link1 {
	background: #e60012;
	margin-left: 0.2rem
}

.login .bding .row1 .link2 {
	margin: 0
}

.testing .hd {
    height: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid #cccccc;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
    background: #ffffff;
    padding: 0 .4rem;
}
.testing .hd h3 {
    font-size: 0.37rem;
    float: left;
    display: block;
    font-weight: normal;
    color: #666666;
    font-weight: 800;
}
.testing .hd h3 span {
    display: block;
    background: url(../images/testing.png) no-repeat;
    float: left;
    width: 0.5rem;
    background-size: cover;
    height: 0.5rem;
    margin-top: 0.37rem;
    margin-right: 0.2rem;
}
.testing .hd .lines {
	font-size: 0.37rem;
	float: left;
	display: block;
	font-weight: normal;
	color: #333;
}

.testing .hd .lines span {
	display: block;
	float: left;
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.2rem
}

.testing .hd .service {
	float: right;
	color: #fff100;
}

.testing .hd .service span {
	font-size: 0.7rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
}

.testing .hd .rText {
	float: right;
	color: #c18532;
}

.testing .hd .rText span {
	color: #fff;
}

.testing .hd .qq {
	float: right;
	color: #deb558;
	font-size: 0.37rem;
	line-height: 1.3rem
}

.testing .hd .qq b {
	font-weight: normal;
	color: #fff;
}

.testing .hd .qq span {
	display: block;
	background: url(../images/qq.png) no-repeat;
	float: left;
	width: 0.48rem;
	background-size: cover;
	height: 0.533333rem;
	margin-top: 0.33rem;
	margin-right: 0.2rem
}

.testing .bd {
	padding-left: 0;
	padding-right: 0;
	padding-top: .4rem;
	padding-bottom: .15rem
}

.testing .bd ul {
	padding-left: .4rem;
	padding-right: .4rem;
	padding-top: 0;
	padding-bottom: 0
}

.testing .bd li {
	*zoom: 1;
	margin-bottom: .42rem;
}

.testing .bd .ms {
	float: left;
	font-size: .37rem;
	height: .85rem;
	line-height: .85rem;
	width: 1.4rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: .11rem;
	background: #fff;
	border: solid 1px #cccccc;
	margin-right: .3rem;
	color: #666666;
}

.testing .bd .url {
	display: block;
	font-size: .40rem;
	height: .85rem;
	line-height: .85rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: .11rem;
	background: #fff;
	border: solid 1px #cccccc;
	color: #666666;
	text-align: left;
	padding-left: .3rem
}

.testing .bd .btn-open {
	line-height: 1;
	float: right;
	margin-left: .3rem;
	font-size: .35rem;
	height: .85rem;
	line-height: .85rem;
	display: block;
	text-align: center;
	border: 0;
	border-radius: .11rem;
	background: #F44236;
	border: 1px solid #F44236;
}

.testing .bd .btn-open a {
	display: block;
	padding-left: .4rem;
	padding-right: .4rem;
	padding-top: 0;
	padding-bottom: 0;
	color: #FFF;
	font-weight: bold;
}

/* 新闻列表 */
.news {
	line-height: 1;
	*zoom: 1;
	padding-left: .4rem;
	padding-right: .4rem;
	padding-top: 0;
	padding-bottom: 0;
	background: #111727;
}

.news:after {
	clear: both
}

.news .hd {
	height: 1.2rem;
	line-height: 1.25rem;
	border-bottom: 1px solid #3C5596;
	padding-right: .21rem
}

.news .hd .promotions {
	font-size: .37rem;
	float: left;
	display: block;
	font-weight: normal;
	color: #deb558
}

.news .hd .promotions span {
	display: block;
	background: url(../images/gift.png) no-repeat;
	float: left;
	width: .5rem;
	background-size: cover;
	height: 0.5rem;
	margin-top: .35rem;
	margin-right: 0.2rem
}

.news .bd ul {
	counter-reset: sectioncounter;
	padding-top: .13rem;
}

.news .bd li {
	font-size: .36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0;
	padding-right: 0;
	padding-top: .4rem;
	padding-bottom: .7em;
	border-bottom: 1px dotted #27365E;
}

.news .bd li:before {
	content: counter(sectioncounter);
	counter-increment: sectioncounter;
	background: #deb558;
	color: #311d0f;
	width: .66rem;
	height: .66rem;
	line-height: .66rem;
	display: inline-block;
	-moz-border-radius: .66rem;
	-webkit-border-radius: .66rem;
	border-radius: .66rem;
	text-align: center;
	margin-right: .2rem
}

.news .bd li a {
	color: #c9c9c9;
}


.tccon {
	background: #42400f;
	border: 1px solid #42400f;
	width: 8.6rem;
	height: auto;
	padding: 0.56rem 0;
	border-radius: 0.15rem;
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.tccon h2 {
	color: #ffffa0;
	font-size: 0.4rem;
	text-align: center;
	background: url(../images/tctitle.png) no-repeat;
	background-size: cover;
	width: 5.306667rem;
	height: 0.333333rem;
	line-height: 0.333333rem;
	margin: 0 auto;
	margin-bottom: 0.5rem
}

.tccon p {
	line-height: 1.36rem;
	height: 1.36rem;
	margin-left: 0.64rem;
}

.tccon p input {
	width: 6.84rem;
	height: 0.933333rem;
	border: none;
	border-radius: 0.12rem;
	background: #fff;
	text-align: left;
	color: #1e1e1f;
	font-size: 0.4rem;
	padding-left: 0.333333rem
}

.tccon p input::-webkit-input-placeholder {
	color: #1e1e1f;
}

.tccon p input::-moz-placeholder {
	color: #1e1e1f;
	opacity: 1;
}

.tccon p input:-moz-placeholder {
	color: #1e1e1f;
	opacity: 1;
}

.tccon p .yzmimg {
	position: relative;
	margin-left: -1.8rem;
	width: 1.546667rem;
	height: 0.666667rem;
	vertical-align: middle;
}

.tccon p select {
	width: 7.14rem;
	height: 0.94333rem;
	color: #1e1e1f;
	font-size: 14px;
	padding-left: 0.333333rem;
	border: none;
	border-radius: 0.12rem;
}

.tccon p select option {}

.tccon .subbtn {
	background: url(../images/subbtn.png) no-repeat;
	background-size: cover;
	width: 7.146667rem;
	height: 0.946667rem;
	line-height: 0.906667rem;
	cursor: pointer;
	color: #5d2c0b;
	font-size: 0.4rem;
	text-align: center;
	border: none;
	padding: 0;
	font-weight: bold;
}

.closebtn {
	background: url(../images/close.png) no-repeat;
	background-size: cover;
	width: 0.666667rem;
	height: 0.666667rem;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	cursor: pointer;
}

.menuUl {
	margin: 0 20px 10px;
	overflow: hidden;
	zoom: 1;
}

.menuUl li {
	margin-right: 4%;
	width: 48%;
	float: left;
}

.menuUl li img {
	width: 100%;
}

.menuUl li:last-child {
	margin-right: 0;
}


#footer {
	padding: 10px 0;
}

#footer p {
	margin-bottom: 5px;
	text-align: center;
	color: #555;
	font-size: 0.35rem;
}

#footer .btmLink a {
	color: #555;
}

.fBox {
	margin-bottom: 0.2rem;
}

.fBox .fMenu {
	padding: 0.2rem 0;
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.fBox .fMenu li {
	width: 33.33%;
	float: left;
	font-size: 0.4rem;
	text-align: center;
}

.fBox .fMenu li i {
	color: #F44236;
	margin-right: 5px;
	font-size: 0.65rem;
	vertical-align: middle;
	display: inline-block;
}

.fBox .fMenu li i.f2 {
	font-size: 0.7rem;
}

.fBox .fMenu li a {
	display: block;
	color: #555;
	border-right: 1px solid #dddddd;
}
.fBox .fMenu li a span{
	    vertical-align: -7px;
}
.fBox .fMenu .li03 a,
.fBox .fMenu .li06 a,
.fBox .fMenu .li09 a {
	border-right: none;
}

.fBox .fMenu li img {
	margin-right: 5px;
	width: 18%;
	vertical-align: middle;
}

.fNavi {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #BE9D56;
	overflow: hidden;
	zoom: 1;
}

.fNavi li {
	float: left;
	width: 25%;
	font-size: 12px;
	text-align: center;
}

.fNavi li a {
	padding: 10px 0;
	display: block;
	border-right: 1px solid #C8AB62;
}

.fNavi li .img {
	display: block;
	width: 38%;
	margin: 0 auto 2px;
}

.fNavi li img {
	width: 100%;
}

.fNavi li .text {
	display: block;
	color: #e8e9eb;
	font-size: 0.40rem;
}

.fNavi li a:hover span {
	color: #FDE29A;
}

.fNavi li a:hover .img img {
	visibility: hidden;
}

.fNavi .li01 a:hover .img {
	display: block;
	background: url(../images/navi01_over.png) no-repeat;
	background-size: 100% auto;
}

.fNavi .li02 a:hover .img {
	display: block;
	background: url(../images/navi02_over.png) no-repeat;
	background-size: 100% auto;
}

.fNavi .li03 a:hover .img {
	display: block;
	background: url(../images/navi03_over.png) no-repeat;
	background-size: 100% auto;
}

.fNavi .li04 a:hover .img {
	display: block;
	background: url(../images/navi04_over.png) no-repeat;
	background-size: 100% auto;
}

#main {
	margin: 1.4rem 0 0.5rem;
	padding: 10px 10px;
	border-top: 1px solid #7b4726;
}

.tabUl {
	margin: 0 -10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7b4726;
	overflow: hidden;
	zoom: 1;
}

.tabUl li {
	width: 25%;
	text-align: center;
	float: left;
}

.tabUl li a {
	color: #FFF;
}

.tabUl .on a,
.tabUl .li a:hover {
	color: #ffd053;
}

.bannerUl li {
	margin-bottom: 10px;
}

.bannerUl a img {
	width: 100%;
}

.bannerUl .inner {
	padding: 10px;
	display: none;
}

.bannerUl .inner p {
	font-size: 0.4rem;
	color: #FFF;
}

.header .back {
	position: absolute;
	top: 0px;
	left: 10px;
	color: #ffd053;
}