body{
    overflow-x: hidden;
}

.myflex{
	display:flex;
	justify-content: space-between;
}
.myflex .card-item-a{
	width:48%;
	margin-right:4%;
}
.myflex .card-item-b{
	width:48%;
}
.myflex .card-item-a .card-dz img{
	width:100%;
	height: 100%;
	display: block;
	border-radius: 10px;
}
.myflex .card-item-b .card-dz img{
	width:100%;
	height: 48%;
	display: block;
	border-radius: 20px;
}
.myflex .card-item-b .card-dz:first-child{
	margin-bottom: 4%;
}
.chwl-img{
    width: 96%;
    margin: 10px auto;
    border-radius: 10px;
}
.chwl-img img{
	width: 100%;
	display: block;
	border-radius: 10px;
}
.lj-img img{
	width: 100%;
}
.banner img{
   width: 100%;
   height: auto;
   display: block;
} 

/**首页通知--start**/
.roll-arc{ 
    width:96%;
    margin: 10px auto 0;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
}
.roll-arc .li-box{ 
    height:40px; 
    overflow:hidden; 
    background: url(/static/images/roll.png) no-repeat;
    background-position: 0 center;
    background-size:25px auto;
}
.roll-arc ul{ 
    position:relative; 
    /* animation: moveup 8s 1.2s infinite; 
    -webkit-animation: moveup 8s 1.2s infinite;  */
}
.roll-arc .swiper-slide{
 padding-left:30px;
 line-height:40px; 
 font-size:14px;
}
.roll-arc .swiper-slide a {
    display: block;
    height: 40px;
    line-height: 40px;
}
.areabox{
   background: #fff;
   padding: 10px 5% 30px;
   display: flex;
}
.areabox .area-title{
   width: 95px;
   font-size: 16px;
   line-height: 40px;
}
.areabox #distpicker3{
   display: flex;
   justify-content: space-between;
   margin: 0 auto;
}
.areabox #distpicker3 .form-box{

}

.areabox #distpicker3 .form-box input{
    border: 1px #333 solid;
    width: 200px;
    height: 38px;
    padding-left: 10px;
    display: inline-block;
}

.areabox #distpicker3 .form-box .mybtn{
    height: 40px;
    line-height: 40px;
    border: 0;
    display: inline-block;
    margin-left: -4px;
    background: #a88c4b;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.diqubox{
    width: 100%;
}
.diqubox .filter-cate ul{
    margin-top: 10px;
}
.diqubox .filter-cate ul li{
    margin-right: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.diqubox .filter-cate ul .dq-tit{
    font-weight: bold;
}
.diqubox .filter-cate ul li a{
    cursor:pointer;
    line-height: 25px;
    font-size: 12px;
}
.diqubox .filter-cate ul li a b{
    font-weight: normal;
    color: #d00c1d;
}
.diqubox .filter-nav ul{
    display: flex;
    flex-wrap: wrap;
}
.diqubox .filter-nav ul li{
    margin-right: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.diqubox .filter-nav ul .dq-tit{
    font-weight: bold;
}
.diqubox .filter-nav ul li a{
    cursor:pointer;
    line-height: 25px;
    font-size: 12px;
}
.diqubox .filter-nav ul li a b{
    font-weight: normal;
    color: #d00c1d;
}
.diqubox .area-title{
   width: 95px;
   font-size: 16px;
   line-height: 40px;
}

.diqubox .form-box{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: #e2e2e2;
}

.diqubox .form-box select{

}

.diqubox .form-box form{
   width: 96%;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   border-radius: 0 20px 20px 0;
   background: #fff;
}

.diqubox .form-box form input{
    border: 0;
    border-right: 0;
    width: 100%;
    height: 34px;
    padding-left: 15px;
    display: inline-block;
    color: #999;
}

.diqubox .form-box .mybtn{
    height: 36px;
    line-height: 36px;
    border: 0;
    display: inline-block;
    margin-left: -4px;
    background: url(/template/pc/skin/img/search.png) no-repeat;
    background-position: center;
    background-size: 20px 20px;
    color: #fff;
    width: 16%;
    cursor: pointer;
    border: 0;
    border-left: 0;
    border-radius: 0 20px 20px 0;
}
.diqubox .filter-nav:nth-child(3) {
    display: none;
}
.ey-container .ey-row{
   padding: 10px 5%;
}
.ey-container .item-from-flex .name-item{
   width: 100%;
}
.ey-container .item-from-flex .item-flex-l{
   display: flex;
}
.ey-container .item-from-flex .item-tit{
   color: #333;
   width: 12%;
   line-height: 40px;
}
.ey-container .item-from-flex .item-con{
   margin-top: 0;
}
.ey-container .item-from-flex .item-con .input-text{
   border:1px #e4eaec solid;
   height: 40px;
}
select.form-control{
   font-size: 14px;
   padding: 0 10px;
   background: #fff;
   color: #999;
   height: 36px;
   line-height: 36px;
   border: 0;
   border-right: 1px #ddd solid;
}
.home-title{
	width:100%;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:24px;
	margin:20px 0 10px;
}
.home-title h2{
	display: inline-block;
	padding: 0 20px;
	color: #a68d4b;
	font-size: 20px;
}
.home-title hr{
	display: inline-block;
	width: 15%;
	background: #a68d4b;
	color: #a68d4b;
	border-color: #a68d4b;
}
.home-list{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.home-list .home-list-item{
	width: 49%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 10px;
}
.home-list .home-list-item:nth-child(2n){
	margin-right:0;
}
.home-list .home-list-item img{
	width:100%;
	height: 6rem;
	border-radius:10px;
}
.home-list .home-list-item span{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	z-index: 9;
	font-size: 24px;

}
.home-list .home-list-item p{
	width: 100%;
	height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}
.home-list .home-list-item .desc {
    color: #999;
    line-height: 20px;
}
.getmore{
    width: 120px;
    margin: 20px auto 0;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #a68d4b;
}
.three-card{
	width: 100%;
    margin-top: 20px;
} 
.three-card .swiper-slide{
	width: 31%!important;
	display: block;
	margin-right: 2%;
} 
.nav-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0;
}
.nav-box li{
	width: 20%;
	display: inline-block;
	list-style-type: none;
}
.nav-box li a{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13px;
}
.nav-box li a img{
	width: 45px;
	border-radius: 50%;
}
.zs-bg{

}
.zs-content{
	width: 100%;
}
.zs-mg{
    position: relative;
    height: 8rem;
    margin: 10px 0;
}
.zs-mg img{
	width: 100%;
	height: 8rem;
    display: block;
}
.zs-mg .zs-title{
    position: absolute;
    width: 100%;
    height: 8rem;
    text-align: center;
    top: 0;
    color: #fff;
    /*background: #000;*/
    /*opacity: 0.6;*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zs-mg .zs-title h2{
    font-size: 18px;
}
.zs-content p{
	line-height: 30px;
}
.zs-content .zs-bold{
	font-weight: bold;
}
.zs-content .zs-center{
	text-align: center;
}
.zs-content .mytitle{
	text-align: center;
    font-weight: bold;
	font-size: 18px;
}
.dllogin{
	width: 180px;
	margin: 30px auto 0;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	color: #a68d4b;
}

.carousel-item{
	position:relative;
}
.header{
    position: relative;
}
.navlist {
    margin: 30px auto 20px;
}
.nav-list{
   width: 90%;
   margin: 30px auto 20px;
}
.nav-list ul{
   display:flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 100%;
   margin: 0 auto;
}
.nav-list ul li{
   text-align:center;
   height: 40px;
   line-height: 40px;
   width: 22%;
   margin-right: 3%;
   margin-bottom: 10px;
}
.nav-list ul li:nth-child(4n){
   margin-right: 0;
}
.nav-list ul li a{
   display: inline-block;
   width: 100%;
   border: 1px #ddd solid;
   font-size: 12px;
}
.nav-list ul .active{
   background: #a88c4b;
   color: #fff;
}
.page-main{
	width: 100%; 
    margin: 10px 0 0;
}
.full-screen .itemlist {
    display: none;
}
.about{
	margin: 50px auto 0;
}
.about-content{
	width: 100%;
	margin: 20px auto 0;
}
.probg{
	width: 100%; 
	background: url(/static/images/probg.jpg) no-repeat;
	background-size: cover;	
	padding: 50px 0 80px;
}
.conbox{
	padding: 30px 0 100px;
}
.conbox p span{
    font-size: 14px!important;
}
.conbox p img{
    max-width: 100%;
    height: auto;
}
.con-title-a, .con-title-b{
	border: 2px #ddd solid;
	height: 80px;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.con-title-a h2{
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
}
.con-title-a p{
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 240px;
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	padding: 0 10px;
}
.con-title-b h2{
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.con-title-b p{
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 240px;
	margin: 0 auto;
	font-size: 18px;
	background: #fff;
	padding: 0 10px;
}
.probox .pro-item{
	width: 1200px;
	height: 480px;
	margin: 80px auto 0;
	background: #fff;
	border-radius: 20px;
	display: flex;
}
.probox .pro-item p{
	display: inline-block;
	width: 40%;
	padding: 30px 50px;
	height: 480px;
	line-height: 30px;
}
.probox .pro-item img{
	display: inline-block;
	height: 480px;
	width: 60%;
}
.quebg{
	width: 100%;
	background: url(/static/images/probg.jpg) no-repeat;
	background-size: cover;	
	padding: 50px 0 80px;
}
.quebg .que-box{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.quebg .que-box .que-item{
	width: 360px;
	background: #fff;
	position: relative;
}
.quebg .que-box .que-item img{
	width: 60px;
	display: block;
	margin: -20px auto 0;
}
.quebg .que-box .que-item h5{
	text-align: center;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
}
.quebg .que-box .que-item p{
	line-height: 30px;
	padding: 0 20px 20px;
}
.buy-content{
	width: 100%;
	margin-top: 20px;
}

.conlist{
	width: 100%;
	padding-bottom: 20px;
}
.conlist ul{
	display: flex;
	flex-wrap: wrap;
}
.conlist ul li{
	width:48%;
	margin-right: 2%;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow:2px 2px 5px #ddd;
	padding-bottom: 10px;
}
.conlist ul li:nth-child(2n){
	margin-right: 0;
}
.conlist ul li a img{
	width: 100%;
	display: block;
	border-radius: 10px 10px 0 0;
}
.conlist ul li .card-info{
	display: flex;
	height: 40px;
	justify-content: space-between;
	padding: 0 5px;
}
.conlist ul li .card-info p{
	line-height: 40px;
	font-size: 14px;
}
.conlist ul li .card-info .con-title{
	margin-right: 10px;
}
.conlist ul li .card-info .price{
	color: #ac1617;
    margin-bottom: 0;
    line-height: 30px;
}
.conlist ul li .buy-card{
    display: inline-block;
    background: #999;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}


.catelist{
    width: 100%;
}
.catelist ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.catelist ul li{
    margin: 10px 10px 10px 0;
    height: 30px;
    border-radius: 15px;
    border: 1px #ddd solid;
}
.catelist ul li:nth-child(4n){
    margin-right: 0;
}
.catelist ul li a{
    font-size: 12px;
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
    display: block;
}
.catelist ul .active{
    background: #eeb800;
    border: 0;
    border-radius: 15px;
}
.catelist ul .active a{
    color: #fff;
}
.jdlist{
	width: 100%;
}
.jdlist ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.jdlist ul li{
    width: 49%;
    margin-right: 2%;
	margin-bottom: 10px;
}
.jdlist ul li:nth-child(2n){
   margin-right: 0;
}
.jdlist ul li a img{
	width: 100%;
	height:6rem;
	border: 1px #ddd solid;
	border-radius: 10px;
}
.jdlist ul li .item-info{

}
.jdlist ul li .item-info .jd-title{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
}
.jdlist ul li .item-info .jd-sub {
    line-height: 24px;
    color: #999;
}
.jdlist ul li .item-info .jd-price{
	line-height: 20px;
	font-size: 12px;
}
.reg-content{
	width: 100%;
	margin-top: 50px;
	background: url(/static/images/probg.jpg) no-repeat;
	background-size: cover;	
	padding: 50px 0 80px;
}
.regbox .reg-field{
	margin-top: 80px;
}
.regbox .reg-field input{
	display:block;
	margin: 0 auto 30px;
	width: 400px;
	border: 1px #ddd solid;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}

.regbox .sub{
	display:block;
	margin: 0 auto 30px;
	width: 200px;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0089c6;
	color: #fff;
}
.hlinks{
    width: 380px;
    margin:0 auto 80px;
    display:flex;
}

/*留言页面*/
.myguest {
    position: relative;
    width: 80%;
    margin: 20px auto;
    padding: 60px 20px;
    background: #83ade4;
    border-radius: 30px;
    border-top: 8px #0b97e4 solid;
}
.myguest h1 {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 20%;
    width: 60%;
    height: 40px;
    line-height: 40px;
    background: #eeb800;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    color: #fff;
}
.myguest .form-group{
    margin-bottom: 40px;
    height: 30px;
    display: flex;
    position: relative;
}

.myguest .submit{
    margin-bottom: 0;
}

.myguest .form-group p{
    line-height: 40px;
}
.myguest .form-group input{
    height: 38px;
    width: 100%;
    padding-left: 20px;
    border: 1px #fff solid;
    background: #fff;
    border-radius: 20px;
}
.myguest .form-group .form-button{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    border: none;
    color: #0b97e4;
    width: 120px;
}
.myguest .form-group .form-submit{
    background: #0b97e4;
    border: 1px #0b97e4 solid;
    color: #fff;
}

