body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,button{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
body{font:12px "microsoft yahei","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%}
a{color:#000;text-decoration:none;font:12px;cursor:pointer;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
input{border:none;background:none;outline:none;}
button{border:none;background:none;cursor:pointer;outline:none;}
b{font-weight:normal;}
i{font-style:normal;}

/*  */
.v-fr{
	float: left;
}
.v-fl{
	float: left;
}
.v-fo{
	float: left;
}
.clearfix{
	zoom: 1;
}
.clearfix:after{
	display: block;
	content: "";
	clear: both;
}

/*  */
.flex{
  display: flex;
}
.flex__singleline{
  display: flex;
  align-items: center;
}
.flex__sa{
  display: flex;
  justify-content: space-around;
}
.flex__sb{
  display: flex;
  justify-content: space-between;
}
.flex__wrap{
  flex-wrap: wrap;
}
.flex__shrink{
  flex-shrink: 0;
}

.temp-head {
  width: 100%;
}
.ymain{
  margin: 50px auto;
  width: 1220px;
}
.yframe {
  width: 372px;
}
.ylabel {
  position: relative;
  margin: 0 auto 55px;
 /*  width: 450px;  */
  height: 130px;
  line-height: 130px;
}
.ylabel span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.swibox{
  position: relative;
  width: 100%; height: 300px;
}
.swislide {
  position: relative;
  width: 100%; height: 100%;
  cursor: pointer;
}
.swislide img {
  display: block;
  width: 100%; height: 90%;
  object-fit: fill;
}
.swislide h6 {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 38px;
  line-height: 38px;
  text-indent: 30px;
  background-color: rgba(0,0,0,.65);
  color: #fff;
  font-size: 14px;
}
.yframe.sty1 .ylabel {
  background: #f2e5db;
}
.yframe.sty1 .ylabel span {
  margin-left: 20px;
  color: #874c39;
}
.yframe.sty1 .ylabel:after {
  content: "";
  position: absolute;
  top: 0; right: 20px;
  display: block;
  width: 100%; height: 100%;
  background: url(../images/pic1.png) no-repeat right center;
}
.yframe.sty2 .ylabel {
  background: #ebf1fd;
}
.yframe.sty2 .ylabel span {
  margin-left: 175px;
  color: #3e5895;
}
.yframe.sty2 .ylabel:after {
  content: "";
  position: absolute;
  top: 0; 
 /*  left: 20px; */
  display: block;
  width: 100%; height: 100%;
  background: url(../images/pic2.png) no-repeat left center;
}
.yframe.sty3 .ylabel {
  background: #eeebfc;
}
.yframe.sty3 .ylabel span {
  margin-left: 20px;
  color: #3e5895;
}
.yframe.sty3 .ylabel:after {
  content: "";
  position: absolute;
  top: 0; right: 30px;
  display: block;
  width: 110%; height: 100%;
  background: url(../images/pic5.png) no-repeat left center;
}

.swi-prev-arrow {
  position: absolute;
  z-index: 1;
  top: 130px; left: 15px;
  width: 20px; height: 40px;
  background: url(../images/pic4.png) no-repeat center;
  cursor: pointer;
  opacity: .8;
  transition: .3s;
}
.swi-prev-arrow:hover {
  opacity: 1;
}
.swi-next-arrow {
  position: absolute;
  z-index: 1;
  top: 130px; right: 15px;
  width: 20px; height: 40px;
  background: url(../images/pic3.png) no-repeat center;
  cursor: pointer;
  opacity: .8;
  transition: .3s;
}
.swi-next-arrow:hover {
  opacity: 1;
}
.test-entry {
  float: right;
  line-height: 3;
  letter-spacing: 1px;
  font-size: 14px;
  color: #cbae83;
  cursor: pointer;
}
div.bread-crumbs span {
  margin: 0 10px;
}
div.bread-crumbs::before {
  height: 24px;
  width: 20px;
  vertical-align: text-bottom;
  display: inline-block;
  content: " ";
  background: url(../images/location.png) no-repeat 0 0/100% 100%;
}
div.bread-crumbs {
  padding-left: 30px;
  line-height: 50px;
  margin: 10px 0;
  font-size: 20px;
}