﻿/* 公共样式开始 */
/* 
*::-webkit-scrollbar,body::-webkit-scrollbar{
    display: none;
} */
html {
	scrollbar-face-color: #DDEEFF;
	/*ä¸»è‰²è°ƒ*/
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #689ee4;
	/*æè¾¹é¢œè‰²*/
	scrollbar-3dlight-color: #689ee4;
	/*å·¦ä¾§è¾¹é«˜å…‰é¢œè‰²*/
	scrollbar-arrow-color: #6688AA;
	/*å°ä¸‰è§’é¢œè‰²*/
	scrollbar-darkshadow-color: #DDEEFF;

}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #fff;
}

::-webkit-scrollbar-track {
	background-color: #fefefe;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4)
}

::-webkit-scrollbar-track:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	background-color: #fefefe;
}

::-webkit-scrollbar-track:active {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	background-color: #f0f0f0;
}

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

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, 0.6)
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
body,
ul,
dl,
dt,
dd,
ol,
li,
i,
em,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tbody,
td,
img,
div,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

:not(:root):-webkit-full-screen::backdrop {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: none;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", sans-serif !important;
	font-size: 14px;
	color: #222;
	/* overflow: hidden; */
}

ul,
li,
ol {
	list-style-type: none;
}

i,
em {
	font-style: normal;
}

select,
input,
img,
select {
	vertical-align: middle;
	font-family: "微软雅黑" !important;
	font-size: 100%;
}

textarea {
	font-size: 14px;
	font-family: "微软雅黑" !important;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	/* transition: all 0.3s ease; */
	cursor: pointer;
	color: #915936;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #915936;
	text-decoration: none;
}

.law-clearfix:before,
.law-clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.law-clearfix {
	zoom: 1;
}

img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

/* 公共样式结束 -------------- */
.yws-content{
	max-width: 1920px;
	margin: 0 auto;
}
.yws-w{
	width: 1200px;
	margin: 0 auto;
}
/* 底部 */
.yws-bottom{
	height: 539px;
	padding-top: 350px;
	background: url(../images/bottom-bg.jpg) center top no-repeat;
	overflow: hidden;
}
.yws-bottom p{
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: .9;
}
.yws-bottom p span{
	padding: 0 10px;
}
/* 返回顶部 */
.goTop{
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background: url(../images/gotoTop.png) left top no-repeat;
	cursor: pointer;
}
.goTop:hover{
	background: url(../images/gotoTop-hover.png) left top no-repeat;
}


/* 首页 */
.yws-home-header{
	height: 120px;
	background: url(../images/haeder-bg.jpg) center top no-repeat;
}
.yws-home-logo{
	padding-top: 31px;
}
.yws-home-banner{
	height: 500px;
	background-color: #c12425;
}
.yws-home-banner-0,
.yws-home-banner-1,
.yws-home-banner-2,
.yws-home-banner-3{
	width: 100%;
	height: 500px;
}
.yws-home-banner-0 a,
.yws-home-banner-1 a,
.yws-home-banner-2 a,
.yws-home-banner-3 a{
	display: block;
	height: 100%;
}
.yws-home-banner-0{
	background: url(../images/banner-1.jpg) center center no-repeat;
}
.yws-home-banner-1{
	background: url(../images/banner-2.jpg) center center no-repeat;
}
.yws-home-banner-2{
	background: url(../images/banner-3.jpg) center center no-repeat;
}
.yws-home-banner-3{
	background: url(../images/banner-4.jpg) center center no-repeat;
}
.layui-carousel-ind li.layui-this{
	width: 30px;
	border-radius: 5px;
}
/* 热门精选 */
.yws-home-hot{
	
}
.hot-title{
	height: 240px;
	background: url(../images/hot-bg.png) center center no-repeat;
}
.more-title{
	height: 120px;
	background: url(../images/more-bg.png) center center no-repeat;
}
.hot-subtitle{
	
}
.yws-huazhou{
	margin-bottom: 40px;
}
.yws-huazhou-left{
	float: left;
	width: 67px;
	height: 494px;
	overflow: hidden;
}
.yws-huazhou-center{
	float: left;
	width: 1066px;
	height: 494px;
	background: url(../images/huazhou-center.png) left center repeat-x;
}
.yws-huazhou-center ul{
	padding-top: 105px;
}
.yws-huazhou-center ul li{
	float: left;
	padding: 0 13px;
}
.yws-huazhou-center ul li a{
	position: relative;
	display: block;
	width: 240px;
	height: 282px;
	overflow: hidden;
}
.yws-huazhou-center ul li a img{
	transition: all 0.6s;
}
.yws-huazhou-center ul li a:hover img{
	transform: scale(1.4);
}
.yws-huazhou-center ul li a h4{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
	padding: 28px;
	font-size: 20px;
	font-weight: bold;
	color: #fed9c4;
	text-shadow: 0px 4px 4px rgba(108,13,15,.4);
}
.yws-huazhou-center.colorWhite ul li a h4{
	color: white;
}

.yws-huazhou-center ul li a p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #f6e5c1;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yws-huazhou-right{
	float: left;
	width: 67px;
	height: 494px;
	overflow: hidden;
}
/* 更多推荐 */
.yws-home-more{
	height: 750px;
	background: url(../images/home-bottom-bg.jpg) left bottom repeat-x;
	overflow: hidden;
}
.yws-home-tab{
	position: relative;
	padding-top: 30px;
}
.yws-home-mores{
	position: absolute;
	right: 0px;
	top: 50px;
}
.layui-tab-title{
	border-bottom: 0;
}
.layui-tab-title li{
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	color: #a81212;
	overflow: hidden;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #a81212;
}
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 0;
}
.yws-home-tab-text{
	float: left;
	display: inline-block;
	height: 60px;
	padding: 16px 10px 16px 45px;
}
.yws-home-tab-text img{
	display: block;
	height: 28px;
}
.yws-home-tab-right{
	float: left;
	display: inline-block;
	width: 35px;
	height: 60px;
	overflow: hidden;
}
.layui-tab-title .layui-this .yws-home-tab-text{
	background-color: #fef1e6;
	background: #fef1e6;
	background: -webkit-linear-gradient(45deg, #fce8d9 0%, #fef1e6 100%)!important;
	background: linear-gradient(45deg, #fce8d9 0%, #fef1e6 100%)!important;
}
.layui-tab-title .layui-this .yws-home-tab-right{
	background: url(../images/tab-right.png) left center no-repeat;
}

.yws-home-tab dl{
	padding-top: 40px;
}
.yws-home-tab dl dd{
	float: left;
	width: 50%;
	height: 70px;
	padding-right: 50px;
}
.yws-home-tab dl dd h3{
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yws-home-tab dl dd h3 a{
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #915936;
}
.yws-home-tab dl dd h3 a:hover{
	text-decoration: underline;
}
.yws-home-tab dl dd p{
	height: 30px;
	line-height: 1.5;
	font-size: 14px;
	color: #915936;
	opacity: 0.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 列表 */
.yws-list{
	padding: 110px 0 0 0;
	background: #fff7f1 url(../images/list-bg.jpg) center top no-repeat;
}
.yws-logo{
	height: 87px;
	text-align: center;
}
.yws-title{
	height: 210px;
	background: url(../images/wsLise-bg.png) center center no-repeat;
}
.yws-main{
	background: url(../images/list-bottom-bg.jpg) left bottom repeat-x;
}
.yws-panel{
	padding-top: 50px;
}
.yws-panel-header{
	height: 76px;
	overflow: hidden;
}
.yws-panel-footer{
	height: 71px;
	overflow: hidden;
}
.yws-panel-body{
	padding: 0 70px 15px 70px;
	background: url(../images/huazhou-center2.png) center top repeat-y;
}
.yws-panel-con{
	min-height: 1300px;
	padding: 30px 30px;
	background-color: #fff7f1;
}
.yws-list-group{
	padding: 20px 30px;
	border-bottom: 1px solid #f1e0d5;
	border-bottom: 1px solid rgba(231,208,194,.6);
}
.yws-list-group:hover{
	background-color: #fff;
}
.yws-item{
	margin-bottom: 10px;
}
.yws-item-title{
	line-height: 1.8;
	font-size: 16px;
	font-weight: bold;
	color: #915936;
}
.yws-item-title:hover{
	text-decoration: underline;
}
.yws-item-badge{
	float: left;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin-right: 15px;
	background-color: #fae6da;
	border-radius: 4px;
	cursor: default;
}
/* 列表分页 */
.yws-page{
	padding-top: 25px;
	text-align: center;
}
.layui-laypage{
	width: 100%;
}
.layui-laypage a, .layui-laypage span {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px 5px 0;
	border: 0;
	border-radius: 5px;
    background-color: #fae6da;
    color: #915936;
    font-size: 14px;
}
.layui-laypage .layui-laypage-limits{
	float: left;
	background: none;
}
.layui-laypage select{
	height: 26px;
	border: 0;
	border-radius: 5px;
	color: #915936;
	font-size: 14px;
	background: #fae6da;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 5px;
    background-color: #b61c11;
}
.layui-laypage a:hover {
    color: #b61c11;
}
.layui-disabled, .layui-disabled:hover {
    color: #999!important;
    cursor: not-allowed!important;
}
.layui-laypage .layui-laypage-count{
	float: right;
	background: none;
}
/* 详情 */
.yws-details-con{
	min-height: 1500px;
	max-height: 1700px;
	padding: 70px 60px;
	overflow-y: auto;
}
.details-header{
	margin-bottom:30px;
	border-bottom:1px solid #f1e0d5;
}
.details-header h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#915936;
}
.header-words{
	padding:24px 0 30px 0;
	text-align: center;
}
.header-words span{
	display: inline-block;
	padding:5px 9px;
	background-color: #fae6da;
	border-radius: 3px;
	margin:0 10px;
	font-size: 14px;
	color:#915936;
}
.details-body{
	min-height: 1220px;
	padding:50px 40px;
	background-color: #fff;
}
.details-body h3{
	text-align: center;
	font-size:18px;
}





