/*reset*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "微软雅黑";
	color: #666666;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "微软雅黑";
	color: #666666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "微软雅黑";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "微软雅黑";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

#wapbody {
	width: 7.5rem;
	margin: 0 auto;
}

.hearder {
	height: 1rem;
	padding: 0 0.24rem;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	z-index: 9999;
	background: #FFFFFF;
}

.hearder .logo {
	float: left;
	height: 0.58rem;
	margin-top: 0.2rem;
	font-size: 20px;
	color: #ff8787;
}

.hearder .logo img {
	max-height: 100%;
}

.hearder .icon {
	float: right;
	margin-top: 0.27rem;
	background: url(../images/../images/nav.png) no-repeat center;
	width: 0.54rem;
	height: 0.45rem;
	background-size: contain;
}

.menu_list_bor {
	position: fixed;
	height: 100%;
	width: 100%;
	right: -100%;
	top: 0;
	z-index: 8888;
}

.colse_menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

.menu_right {
	width: 60%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	overflow-x: hidden;
}

.menu_top {
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #bbbbbb;
}

.clo {
	line-height: 1rem;
	color: #333;
	font-size: 0.3rem;
	width: 1.8rem;
	margin-left: 0.3rem;
	height: 1rem;
	background-size: auto 0.25rem;
	padding-left: 0.35rem;
}

.menu_list {
	width: 100%;
}

.clo b {
	float: left;
	height: 100%;
	width: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	background: url(../images/fl.png) no-repeat right center;
	background-size: 40%;
}

.clo span {
	display: inline-block;
	line-height: 1rem;
	margin-left: 0.1rem;
}

.menu_list>ul>li,
.menu_list>ul>li>ul>li {
	line-height: 0.8rem;
	*height: 0.8rem;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}

.menu_list>ul>li>ul {
	display: none;
}

.menu_list>ul>li>a,
.menu_list>ul>li>ul>li>a {
	line-height: 0.8rem;
	*height: 0.8rem;
	color: #333;
	font-size: 0.28rem;
	display: inline-block;
	padding-left: 0.65rem;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 0.6rem;
}

.menu_list>ul>li>ul>li {
	border: 0;
	border-top: 1px solid #e9e9e9;
	padding-left: 0.3rem;
}

.menu_list>ul>li>ul>li>a {
	color: #575757;
}

.menu_list>ul>li>b,
.menu_list>ul>li>ul>li b {
	position: absolute;
	display: block;
	width: 20%;
	height: 0.8rem;
	right: 0;
	top: 0;
	background: url(../images/'fl.png') no-repeat center;
	background-size: 0.14rem 0.26rem;

}

.menu_list>ul>li>ul>li li {
	border-top: 1px solid #e9e9e9;
}

.menu_list>ul>li>ul>li li a {
	padding-left: 1rem;
	color: #333;
	font-size: 0.28rem;
	display: inline-block;
	line-height: 0.4rem;
	vertical-align: middle;
}

.menu_list>ul>li>b.nex,
.menu_list>ul>li>ul>li b.nex {
	background: url(../images/'nex.png') no-repeat center;
	background-size: 30%;
	background-size: 0.26rem 0.14rem;
}

.menu_list>ul>li {
	line-height: 0.8rem;
}

/*  */
.banner {

	max-width: 7.5rem;
	width: 100%;
	height: 3rem;
	position: relative;
	margin: 1rem auto 0;
}

.banner img {
	max-width: 7.5rem;
	width: 100%;
}

.banner .flex-control-nav {
	max-width: 750px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0rem;
	text-align: center;
	height: 0.4rem;
	font-size: 0;
	line-height: 0.4rem;
}

.banner .flex-control-nav li {
	display: inline-block;
	margin: 0 0.1rem;
}

.banner .flex-control-nav li a {
	width: 0.2rem;
	height: 0.2rem;
	background: #fff;
	/*border-radius: 50%;*/
	display: block;
	text-align: center;
	line-height: 0.2rem;
	color: #fff;
	font-size: 0;
	border-radius: 0.2rem;
	font-size: 0;
	transition: all 0.3s;
}

.banner .flex-control-nav li a.flex-active {
	background: #ff8787;
	/* width: 1rem; */
}

/*   */
.indexpadd25 {
	overflow: hidden;
	padding: 0 0.2rem;
}

.indexitem-title {
	border-left: 0.06rem solid #ff8787;
	height: 0.28rem;
	line-height: 0.28rem;
	margin: 0.69rem 0 0.3rem 0;
}

.indexitem-title span {
	padding-left: 0.19rem;
	color: #333333;
	font-size: 0.3rem;
}

.indexitem-title a {
	display: block;
	float: right;
	font-size: 0.28rem;
	color: #666666;
	padding-right: 0.25rem;
	background: url(../images/morebg1.png) right center no-repeat;
	background-size: 0.13rem 0.21rem;
}

.sgye-taocan ul li {
	width: 3.45rem;
	height: 4.5rem;
	float: left;
	margin-right: 0.2rem;
}

.sgye-taocan ul li:nth-child(2n) {
	margin-right: 0;
}

.sgye-taocan ul li img {
	width: 3.45rem;
	height: 2.66rem;
	border-radius: 0.05rem;
}

.sgye-taocan ul li .stc {
	margin-top: 0.15rem;
}

.sgye-taocan ul li .stc h3 {
	font-size: 0.22rem;
	color: #f68888;
}

.sgye-taocan ul li .stc h3 em {
	font-size: 0.36rem;
	padding: 0 0.05rem;
}

.sgye-taocan ul li .stc h3 span {
	font-size: 0.24rem;
	color: #9f9f9f;
	padding-left: 0.2rem;
}

.sgye-taocan ul li p {
	font-size: 0.28rem;
	clear: #333333;
}

/**   **/
.zylcindex {
	height: 2.78rem;
	background: url(../images/index-bg01.jpg) center no-repeat;
	background-size: 7.5rem 3.37rem;
	padding: 0.59rem 0.2rem 0;
	overflow: hidden;
}

.zylcindex .indexitem-title {
	margin: 0;
	border-left: 0.06rem solid #FFFFFF;
}

.zylcindex .indexitem-title span {
	color: #FFFFFF;
}

/*  */
.sgyelclist {
	height: 1.65rem;
	position: relative;
	margin-top: 0.4rem;
}

.sgyelclist dl {
	text-align: center;
}

.sgyelclist dl dt img {
	width: 0.8rem;
	height: 0.8rem;
}

.sgyelclist dl dd {
	font-size: 0.26rem;
	color: #FFFFFF;
	margin-top: 0.2rem;
	white-space: nowrap;
}

.sgyelclist .swiper-pagination-bullet {
	width: 0.32rem;
	height: 0.03rem;
	background-color: #f7d1cb;
	opacity: 1;
	border-radius: inherit;
}

.sgyelclist .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0 !important;
}

/*  */
.sgyelist ul li {
	width: 100%;
	height: 1.62rem;
	padding-bottom: 0.18rem;
	border-bottom: 0.01rem solid #EFEFEF;
	margin-top: 0.2rem;
}

.sgyelist ul li:last-child {
	border-bottom: none;
}

.sgyelist ul li img {
	width: 2.67rem;
	height: 1.62rem;
	display: block;
	float: left;
	border-radius: 0.05rem;
}

.sgyelist ul li .slright {
	width: 3.78rem;
	float: left;
	margin-left: 0.3rem;
	position: relative;
	height: 1.62rem;
}

.sgyelist ul li .slright h3 {
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	margin-top: 0.1rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.sgyelist ul li .slright span {
	position: absolute;
	bottom: 0.17rem;
	left: 0;
	z-index: 1;
	font-size: 0.22rem;
	color: #bababa;
	padding-right: 0.4rem;
	height: 0.21rem;
	line-height: 0.21rem;
	display: block;
	padding-left: 0.27rem;
	background: url(../images/bg3.png) left center no-repeat;
	background-size: 0.19rem 0.21rem;
}

.sgyelist ul li .slright span.sis2 {
	left: 1.6rem;
	padding-left: 0.3rem;
	background: url(../images/bg4.png) left center no-repeat;
	background-size: 0.23rem 0.17rem;
}

/*  */
.qtgg img {
	max-width: 100%;
}

.qtlist {
	width: 100%;
	height: auto;
	padding-bottom: 0.25rem;
	background: url(../images/indexbg3.jpg) left bottom no-repeat;
	background-size: 100%;
}

.qtlist ul {
	padding: 0.25rem;
	padding-bottom: 0;
	background: url(../images/indexbg2.jpg) center repeat-y;
	background-size: 100%;
}

.qtlist ul li {
	line-height: 0.6rem;
	font-size: 0.28rem;
	color: #666666;
}

.qtlist ul li span {
	font-size: 0.28rem;
	color: #ff8787;
	padding-right: 0.2rem;
}

/*  */
.ieitnews {
	width: 100%;
	height: 1.68rem;
	padding-bottom: 0.18rem;
	border-bottom: 0.01rem solid #EFEFEF;
	margin-top: 0.2rem;
}

.ieitnews img {
	width: 2.34rem;
	height: 1.68rem;
	display: block;
	float: right;
	border-radius: 0.05rem;
}

.ieitnews .slright {
	width: 4.48rem;
	float: left;
	position: relative;
	height: 1.68rem;
}

.ieitnews .slright h3 {
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	margin-top: 0.1rem;
}

.ieitnews .slright span {
	position: absolute;
	bottom: 0.17rem;
	left: 0;
	z-index: 1;
	font-size: 0.22rem;
	color: #bababa;
	padding-right: 0.4rem;
	height: 0.21rem;
	line-height: 0.21rem;
	display: block;
	padding-left: 0.27rem;
	background: url(../images/bg3.png) left center no-repeat;
	background-size: 0.19rem 0.21rem;
}

.ieitnews .slright span.sis2 {
	left: 1.6rem;
	padding-left: 0.3rem;
	background: url(../images/bg4.png) left center no-repeat;
	background-size: 0.23rem 0.17rem;
}

.newswap ul li {
	width: 100%;
	height: 0.99rem;
	line-height: 0.99rem;
	border-bottom: 0.01rem solid #EFEFEF;
	background: url(../images/morebg2.png) right center no-repeat;
	background-size: 0.13rem 0.21rem;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newswap ul li a {
	font-size: 0.32rem;
	color: #333333;
}

/*  */
.hzfriend {
	margin-bottom: 0.7rem;
	height: 1.59rem;
	position: relative;
}

.hzfriend a {
	display: block;
	width: 2.27rem;
	height: 1.26rem;
	background: url(../images/indexhz.png) center no-repeat;
	background-size: 2.27rem 1.26rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hzfriend img {
	width: 90%;
}

.hzfriend .swiper-pagination-bullet {
	width: 0.32rem;
	height: 0.03rem;
	background-color: #ffcbcb;
	opacity: 1;
	border-radius: inherit;
}

.hzfriend .swiper-pagination-bullet-active {
	background-color: #ff8787;
}

/*  */
.footer {
	margin: 0 auto;
	max-width: 7.5rem;
	border-top: 1px solid #ececec;
	background: #f68888;
	height: 1.7rem;
}

.footer dl {
	float: left;
	width: 25%;
}

.footer dl dt {
	width: 0.6rem;
	height: 0.6rem;
	font-size: 0;
	margin: 0.2rem auto;
	line-height: 0.6rem;
	text-align: center;
}

.footer dl dt img {
	max-width: 100%;
}

.footer dl dd {
	font-size: 0.32rem;
	color: #ffffff;
	text-align: center;
}






/*  */
.neibanner img {
	width: 100%;
	height: 2.4rem;
	margin: 1rem auto 0;
}

.neiwap {
	padding: 0 0.2rem;
}

.classname {
	width: 100%;
	height: 1.03rem;
	line-height: 1.03rem;
	border-bottom: 0.01rem solid #EFEFEF;
}

.classname h3 {
	width: 1.7rem;
	color: #333333;
	font-size: 0.32rem;
	float: left;
}

.classname h3 span {
	color: #ff8787;
}

.classname .path {
	float: left;
	text-align: right;
	padding-left: 0.42rem;
	font-size: 0.24rem;
	color: #afafaf;
	background: url(../images/bg5.png) left center no-repeat;
	background-size: 0.3rem 0.24rem;
}

.classname .path a {
	color: #afafaf;
	font-size: 0.24rem;
}

.classname .path a:last-child {
	color: #ff8787;
}

/*  */
.jjtext {
	font-size: 0.3rem;
	color: #333333;
	margin-top: 0.3rem;
	line-height: 0.5rem;
	text-indent: 0.6rem;
}

.jjtxt-img img {
	max-width: 100%;
}

.wuslxq {
	margin-top: 0.3rem;
}

.wuslxq .wuslxq-top h3 {
	font-size: 0.36rem;
	color: #ff8787;
}

.wuslxq .wuslxq-top p {
	font-size: 0.24rem;
	color: #606060;
}

.shilius {
	margin-top: 0.4rem;
}

.shilius dl {
	width: 25%;
	text-align: center;
	float: left;
}

.shilius dl dt {
	font-size: 0.6rem;
	color: #ff8787;
	line-height: 0.43rem;
	height: 0.43rem;
}

.shilius dl dt img {
	width: 0.43rem;
	height: 0.42rem;
}

.shilius dl dt em {
	font-size: 0.16rem;
	font-weight: bold;
}

.shilius dl dd {
	font-size: 0.24rem;
	color: #ff8787;
	margin-top: 0.2rem;
}

/*  */
/* .aboutjjg {
	margin: 0.48rem 0 1.1rem 0;
} */

.aboutjjg dl {
	width: 50%;
	float: left;
	position: relative;
}

.aboutjjg dl dt {
	width: 100%;
	height: 3rem;
	overflow: hidden;
}

.aboutjjg dl dt img {
	width: 100%;
}

.aboutjjg dl:nth-child(1) dd,
.aboutjjg dl:nth-child(2) dd {
	height: 1.99rem;
}

.aboutjjg dl:nth-child(3) dd,
.aboutjjg dl:nth-child(4) dd {
	height: 2.68rem;
}

.aboutjjg dl:nth-child(1) dd,
.aboutjjg dl:nth-child(4) dd {
	background-color: #F2F2F2;
}

.aboutjjg dl:nth-child(2) dd,
.aboutjjg dl:nth-child(3) dd {
	background-color: #E4E4E4;
}

.aboutjjg dl dd h3 {
	color: #333333;
	font-size: 0.24rem;
	padding: 0.2rem 0 0.1rem 0.14rem;
	font-weight: bold;
}

.aboutjjg dl dd p {
	padding: 0 0.16rem;
	color: #333333;
	font-size: 0.22rem;
}

.aboutjjg dl:nth-child(3),
.aboutjjg dl:nth-child(4) {
	height: 5.7rem;
}

.aboutjjg dl:nth-child(3) dt,
.aboutjjg dl:nth-child(4) dt {
	position: absolute;
	top: 2.68rem;
	left: 0;
}

/*  */
.djyslist {
	margin-top: 0.5rem;
}

.djyslist dl {
	width: 100%;
	height: 4.52rem;
	position: relative;
	margin-bottom: 0.4rem;
}

.djyslist dl dt {
	width: 100%;
	height: 3.38rem;
	overflow: hidden;
}

.djyslist dl dt img {
	width: 100%;
}

.djyslist dl dd {
	position: absolute;
	bottom: 0;
	left: 0.19rem;
	width: 6.7rem;
	height: 1.41rem;
	background: #FFFFFF;
	box-shadow: 0 0 10px #bacbdd;
}

.djyslist dl dd p {
	padding: 0 0.3rem 0 1rem;
	color: #3e3e3e;
	font-size: 0.28rem;
	background: url(../images/djys-bg01.png) 0.3rem center no-repeat;
	background-size: 0.45rem 0.38rem;
	height: 1.41rem;
	line-height: 1.41rem;
}

.djyslist dl:nth-child(2) dd p {
	line-height: 0.45rem;
	height: 0.89rem;
	margin-top: 0.28rem;
}

.djyslist dl:nth-child(2) dd p {
	background: url(../images/djys-bg02.png) 0.3rem center no-repeat;
	background-size: 0.4rem 0.42rem;
}

.djyslist dl:nth-child(3) dd p {
	background: url(../images/djys-bg03.png) 0.3rem center no-repeat;
	background-size: 0.36rem 0.44rem;
}

/*  */
.jys-bottom {
	width: 100%;
	height: 5.2rem;
	background: url(../images/ysbg1.jpg) center no-repeat;
	margin-bottom: 1rem;
	background-size: 100% 5.2rem;
}

.jys-bottom-c {
	padding: 0.38rem 0.19rem 0;
}

.jbc-con {
	background: rgba(255, 255, 255, 0.36);
	width: 100%;
}

.jbc-con h3 {
	font-size: 0.3rem;
	color: #752727;
	font-weight: bold;
	padding-top: 0.4rem;
	text-align: center;
}

.jbc-con .jbc-con-text {
	font-size: 0.24rem;
	color: #752727;
	margin-top: 0.25rem;
	padding: 0 0.3rem 0.58rem 0.3rem;
	line-height: 0.4rem;
}

/*  */
.newshto dl {
	width: 100%;
	height: 1.68rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem solid #EFEFEF;
	margin-top: 0.2rem;
}

.newshto dl img {
	width: 2.67rem;
	height: 1.68rem;
	display: block;
	float: left;
	border-radius: 0.05rem;
}

.newshto dl dd {
	width: 3.78rem;
	float: left;
	margin-left: 0.3rem;
	position: relative;
	height: 1.62rem;
}

.newshto dl dd h3 {
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	margin-top: 0.1rem;
}

.newshto dl dd span {
	position: absolute;
	bottom: 0.14rem;
	left: 0;
	z-index: 1;
	font-size: 0.22rem;
	color: #bababa;
	padding-right: 0.4rem;
	height: 0.21rem;
	line-height: 0.21rem;
	display: block;
	padding-left: 0.27rem;
	background: url(../images/bg3.png) left center no-repeat;
	background-size: 0.19rem 0.21rem;
}

.newshto dl dd span.sis2 {
	left: 1.6rem;
	padding-left: 0.3rem;
	background: url(../images/bg4.png) left center no-repeat;
	background-size: 0.23rem 0.17rem;
}

/*  */
.newinfotitle {
	padding-bottom: 0.39rem;
	color: #EFEFEF;
	border-bottom: 0.01rem solid #EFEFEF;
}

.newinfotitle h3 {
	color: #333333;
	font-size: 0.38rem;
	line-height: 0.5rem;
	padding: 0.4rem 0 0.3rem 0;
}

.newinfotitle span {
	color: #bababa;
	font-size: 0.22rem;
	line-height: 0.21rem;
	background: url(../images/bg3.png) left center no-repeat;
	background-size: 0.19rem 0.21rem;
	padding-left: 0.28rem;
	margin-right: 0.5rem;
}

.newinfotitle span.nts2 {
	padding-left: 0.35rem;
	background: url(../images/bg4.png) left center no-repeat;
	background-size: 0.23rem 0.17rem;
}

.newinfo-text {
	padding: 0.25rem 0 0.55rem 0;
	border-bottom: 0.1rem solid #f7f7f7;
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.55rem;
}

.newinfo-text img {
	max-width: 100% !important;
}

/* .neiwap .newswap {
	margin-bottom: 1rem;
} */

.cjwtwap {
	margin-top: 0.3rem;
}

/*  */
/* .tcprice-wap {
	margin: 0.5rem 0 0.9rem 0;
} */

.tcprice-wap ul li {
	width: 3.45rem;
	float: left;
	margin: 0 0.2rem 0.2rem 0;
}

.tcprice-wap ul li:nth-child(2n) {
	margin-right: 0;
}

.tcprice-wap ul li img {
	width: 3.45rem;
	height: 2.66rem;
	border-radius: 0.05rem;
}

.tcprice-wap ul li .stc {
	border: 0.01rem solid #e1e1e1;
	border-top: none;
	padding: 0.15rem 0.2rem;
}

.tcprice-wap ul li .stc h3 {
	font-size: 0.22rem;
	color: #f68888;
}

.tcprice-wap ul li .stc h3 em {
	font-size: 0.36rem;
	padding: 0 0.05rem;
	font-weight: bold;
}

.tcprice-wap ul li p {
	color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tcprice-wap ul li .stc span {
	display: block;
	width: 1.64rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	background: #ff8787;
	border-radius: 0.5rem;
	font-size: 0.26rem;
	color: #FFFFFF;
	margin: 0.3rem 0 0.4rem 0;
}

/*  */
/* .lcwap {
	padding: 0.5rem 0 1rem 0;
} */

.lcwap ul li {
	position: relative;
}

.lcwap ul li .lcwap-left {
	color: #333333;
	font-size: 0.24rem;
	float: left;
	width: 1.07rem;
	line-height: 0.35rem;
}

.lcwap ul li .lcwap-left em {
	color: #333333;
	font-size: 0.24rem;
	padding-left: 0.1rem;
}

.lcwap ul li .lcwap-right {
	width: 5.6rem;
	float: right;
	padding-left: 0.3rem;
	border-left: 0.01rem solid #e4e4e4;
	padding-bottom: 0.45rem;
}

.lcwap ul li:last-child .lcwap-right {
	border: none;
}

.lcwap ul li .lcwap-right h3 {
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.35rem;
}

.lcwap ul li .lcwap-right p {
	font-size: 0.24rem;
	color: #666666;
	margin-top: 0.1rem;
}

.lcwap ul li .yd {
	width: 0.17rem;
	height: 0.17rem;
	background: url(../images/dian.png) center no-repeat;
	position: absolute;
	left: 1.12rem;
	top: 0.1rem;
	z-index: 1;
	background-size: 0.17rem;
}

.lcwap ul li:first-child .yd {
	top: 0;
}

.lcwap ul li:last-child .yd {
	background: url(../images/dian2.jpg) center no-repeat;
	top: 0;
	height: 0.26rem;
	left: 1.11rem;
	background-size: 0.17rem 0.26rem;
}

.lcwap ul li:hover .yd {
	width: 0.27rem;
	height: 0.27rem;
	background: url(../images/dian-hover_03.jpg) center no-repeat;
	left: 1.05rem;
	top: 0.05rem;
	background-size: 0.27rem;
}

.lcwap ul li:first-child:hover .yd {
	top: 0;
}

/*   */
.lxwm-top {
	padding: 0.5rem 0 0.38rem 0;
	border-bottom: 0.01rem solid #EFEFEF;
}

.lxwm-top2 {
	border-bottom: none;
}

.lxwm-top .lt1 {
	padding-left: 0.5rem;
	font-size: 0.28rem;
	background: url(../images/address.png) left top no-repeat;
	padding-bottom: 0.38rem;
	background-size: 0.34rem 0.38rem;
}

.lxwm-top .lt2 {
	background: url(../images/tel.png) left top no-repeat;
	padding-bottom: 0;
	background-size: 0.31rem 0.38rem;
}

.lxwm-top .lt1 h3 {
	line-height: 0.38rem;
	color: #787777;
	margin-bottom: 0.2rem;
}

.lxwm-top .lt1 p {
	color: #333333;
}

.map-c {
	width: 100%;
}

.layui-form ul li {
	height: 0.99rem;
	line-height: 0.99rem;
	width: 100%;
	border-bottom: 0.01rem solid #efefef;
}

.layui-form ul li span {
	width: 1.3rem;
	text-align: right;
	color: #f83535;
	font-size: 0.3rem;
	display: inline-block;
}

.layui-form ul li:nth-child(1) span {
	background: url(../images/contactbg01.png) 0.41rem center no-repeat;
	background-size: 0.39rem;
}

.layui-form ul li:nth-child(2) span {
	background: url(../images/contactbg02.png) 0.41rem center no-repeat;
	background-size: 0.32rem 0.39rem;
}

.layui-form ul li:nth-child(3) span {
	background: url(../images/contactbg03.png) 0.41rem center no-repeat;
	background-size: 0.37rem 0.39rem;
}

.layui-form ul li input {
	width: 5rem;
	padding-left: 0.1rem;
	font-size: 0.3rem;
	color: #b5b5b5;
	height: 0.98rem;
	line-height: 0.98rem;
	border: none;
}

.layui-form ul li input::-webkit-input-placeholder {
	color: #b5b5b5;
}

.layui-form ul li input:-moz-placeholder {
	color: #b5b5b5;
}

.layui-form ul li input::-moz-placeholder {
	color: #b5b5b5;
}

.layui-form ul li input:-ms-input-placeholder {
	color: #b5b5b5;
}

.texliuyan {
	margin-top: 0.3rem;
}

.texliuyan .layui-textarea {
	padding: 0.18rem;
	width: 100%;
	height: 3.8rem;
	background-color: #EFEFEF;
	font-size: 0.3rem;
	color: #b5b5b5;
	border: none;
}

.texliuyan textarea::-webkit-input-placeholder {
	color: #b5b5b5;
}

.texliuyan textarea:-moz-placeholder {
	color: #b5b5b5;
}

.texliuyan textarea::-moz-placeholder {
	color: #b5b5b5;
}

.texliuyan textarea:-ms-input-placeholder {
	color: #b5b5b5;
}

.layui-form .layui-btn {
	width: 100%;
	height: 0.84rem;
	background-color: #ff8787;
	text-align: center;
	line-height: 0.84rem;
	font-size: 0.32rem;
	color: #FFFFFF;
	border: none;
	margin: 0.43rem 0 1rem 0;
}

.layui-layer {
	top: 150px !important;
}

/*  */
.layui-laypage {
	margin: 0.4rem 0rem;
	width: 100%;
	text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #ff8787;
}

.layui-laypage-prev.layui-disabled {
	display: none;
}

.layui-laypage a {
	margin: 0 5px;
	background-color: #ff8787;
	color: white;
}

.layui-laypage .layui-laypage-count {
	padding: 0px 15px;
	margin-right: 5px;
	color: white;
	background-color: #ff8787;
}

.layui-laypage .layui-laypage-curr {
	margin: 0 5px;
}

.layui-laypage span {
	margin-bottom: 0px;
}

/*  */
.dycontent {
	font-size: 0.3rem;
	color: #333333;
	margin: 0.4rem 0 1rem 0;
	line-height: 0.5rem;
	text-indent: 0.6rem;
}