/*皮肤 */
/*按钮箭头背景色*/
/*导航条半透明rgba样式*/
/*线*/
/*未选中字体颜色*/
/* 选中字体颜色*/
/* end 导航*/
/*内页 侧栏公共样式*/
/*子页面背景色*/
/* search */
/* footer */
/* */
/* function*/
/*右侧背景色*/
/*右侧边框颜色*/
.main {
  margin: 40px 0 0 0;
  padding: 0 0 50px 0;
  float: left;
  *display: inline;
  width: 73%;
  background: #fff;
  border: 1px solid #c9c9c9;
  /*在这里写接着往下写样式*/
}
.main .introduce {
  margin: 0 0 0 30px;
  width: 663px; 
  line-height:25px;
  font-size:15px;
}
.main .introduce .small-title {
  margin-top: 20px;
  padding: 12px 0 12px 0;
  font-size: 18px;
  color: #202020;
  line-height: 26px;
  font-weight: bold;
  text-transform: capitalize;
}
.main .introduce .small-dec {
  padding-left: 12px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.main .introduce .tags-details {
  padding-left: 12px;
  *zoom: 1;
}
.main .introduce .tags-details:before,
.main .introduce .tags-details:after {
  content: "";
  display: table;
}
.main .introduce .tags-details:after {
  clear: both;
}
.main .introduce .tags-details a {
  float: left;
  *display: inline;
  font-size: 16px;
  color: #868686;
  line-height: 29px;
  padding: 0 18px;
  border: 1px solid #8e8d89;
  margin: 0 4px 7px 0;
  text-transform: capitalize;
}
.main .flip {
  margin-top: 20px;
  padding: 15px 52px 15px 47px;
  font-size: 15px;
  line-height:22px;
  color: #868686;
  background: #e6e6e6;
  text-transform: capitalize;
  *zoom: 1;
}
.main .flip:before,
.main .flip:after {
  content: "";
  display: table;
}
.main .flip:after {
  clear: both;
}
.main .flip span a {
  color: #868686;
  text-decoration: underline;
}
.main .flip .previous {
  float: left;
  max-width:45%;
  *display: inline;
}
.main .flip .next {
  float: right;
  max-width:45%;
  *display: inline;
}
.main .small-titletwo {
  padding: 24px 0 24px 30px;
  font-size: 18px;
  line-height: 22px;
  color: #202020;
  text-transform: capitalize;
  font-weight: bold;
}
.main form ul li {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 20px;
  *zoom: 1;
}
.main form ul li:before,
.main form ul li:after {
  content: "";
  display: table;
}
.main form ul li:after {
  clear: both;
}
.main form ul li em {
  float: left;
  *display: inline;
  width: 160px;
  font-size: 16px;
  text-align: right;
  font-weight: normal;
  margin-right: 10px;
  vertical-align: top;
}
.main form ul li em i {
  color: #ff0f0f;
}
.main form ul li input {
  float: left;
  *display: inline;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  width: 34%;
  color: #201f1a;
  border: 1px solid #e9e9e9;
  text-indent: 10px;
}
.main form ul li textarea {
  height: 122px;
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
  width: 52.8%;
  color: #201f1a;
  border: 1px solid #e9e9e9;
}
.main form .form-agree {
  display: block;
  margin-top: -20px;
  font-weight: normal;
  color: #999;
  margin-left: 170px;
  font-size: 16px;
}
.main form .form-agree input {
  vertical-align: middle;
  margin-right: 4px;
}
.enlargebg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: #000;
  z-index: 99;
}
.enlarge {
  display: none;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.enlarge .enlargedown {
  overflow: hidden;
}
.enlarge .enlargeul {
  width: 300000px;
}
.enlarge .enlargeul li {
  display: none;
  float: left;
  *display: inline;
}
.enlarge .enlargeul li img {
  display: block;
  width: 100%;
}
.enlarge .enlarge-btn {
  position: absolute;
  top: 50%;
  width: 47px;
  height: 88px;
  cursor: pointer;
  margin-top: -44px;
  z-index: 10;
}
.enlarge .enlarge-btnleft {
  left: -90px;
  background: url("../enlarge-left.png")/*tpa=http://www.syil.net/Content/C_IMG/enlarge-left.png*/ no-repeat top center;
}
.enlarge .enlarge-btnright {
  right: -90px;
  background: url("../enlarge-right.png")/*tpa=http://www.syil.net/Content/C_IMG/enlarge-right.png*/ no-repeat top center;
}
@media screen and (max-width: 1200px) {
  .main {
    width: 714px;
  }
  .main .slider {
    margin: 30px 0 0 25px;
  }
  .main .slider .large-box {
    width: 520px;
    height: 233px;
    margin-top: 33px;
  }
  .main .introduce {
    width: 530px;
  }
  .main .flip {
    padding: 3% 5%;
  }
  .main .flip .previous {
	  max-width:100%;
  }
  .main .flip .next {
	  max-width:100%;
    *display: inline;
  }
}
@media screen and (max-width: 990px) {
  .main {
    float: none;
    margin: 5% auto 0;
    width: 94%;
    overflow: hidden;
  }
  .main .slider {
    width: 100%;
    height: auto;
    margin: 5% 0 0 4%;
  }
  .main .slider .large-box {
    width: 62%;
    height: 0;
    padding-bottom: 27%;
    margin-top: 3%;
  }
  .main .introduce {
    width: 92%;
    margin: 0 auto;
  }
  .enlarge .enlarge-btn {
    width: 24px;
    height: 44px;
    margin-top: -22px;
  }
  .enlarge .enlarge-btnleft {
    background-size: 100% 100%;
    left: -2%;
  }
  .enlarge .enlarge-btnright {
    background-size: 100% 100%;
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .main .slider .large-box {
    margin-top: 7%;
  }
}
@media screen and (max-width: 700px) {
  .main .slider .large-box {
    width: 66%;
    height: 0;
    padding-bottom: 28%;
  }
  .main .slider .small_box {
    width: 24%;
  }
  .main .slider .small_box .small-list {
    height: 0;
    padding-bottom: 192%;
  }
  .main .slider .small_box .small-list li {
    margin-bottom: 6px;
  }
  .main .slider .small_box .right-btn {
    margin-top: 6%;
  }
  .main .introduce {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .main .slider {
    width: 92%;
  }
  .main .slider .large-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3%;
    float: none;
  }
  .main .slider .small-box {
    float: none;
    margin: 0 auto;
  }
  .main form ul li {
    width: 100%;
    margin-bottom: 2%;
  }
  .main form ul li em {
    float: none;
    display: block;
    margin-left: 12%;
    width: 50%;
    text-align: left;
  }
  .main form ul li input {
    float: none;
    display: block;
    width: 70%;
    margin-left: 12%;
  }
  .main form ul li textarea {
    float: none;
    display: block;
    width: 70%;
    margin-left: 12%;
  }
  .main form .form-agree {
    margin-left: 12%;
    margin-top: 3%;
  }
}

.showtime{
	width:100%;
	border-bottom: 1px solid #c9c9c9;
	overflow:hidden;
	}
.tex-box{
	width:400px;
	float:right;
	}
.tex-box h1 {
  padding: 20px 10px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-transform:capitalize;
  font-weight: bold;
}
.tex-box .dec {
  font-size: 14px;
  color: #999;
  word-wrap: break-word;
  line-height: 20px;
  padding: 0 10px 20px;
}
.tex-box .btn-tool {
  width: 100%;
  margin-bottom: 6px;
  *zoom: 1;
}
.tex-box .btn-tool:before,
.tex-box .btn-tool:after {
  content: "";
  display: table;
}
.tex-box .btn-tool:after {
  clear: both;
}
.tex-box .btn-tool button {
  position: relative;
  width: 164px;
  text-align: left;
  text-indent: 18px;
  height: 47px;
  background: #2e2e2e;
  border: none;
  font-size: 20px;
  color: #69cdf1;
}
.tex-box .btn-tool button a{
	 color: #69cdf1;
	}
.tex-box .btn-tool button span {
  position: absolute;
  right: 0;
  top: 5px;
  background-color: #373737;
  width: 36px;
  height: 36px;
}
.tex-box .btn-tool button span:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #69cdf1;
  border-bottom: 10px solid transparent;
}
.tex-box .btn-tool button span:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 14px;
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #373737;
  border-bottom: 8px solid transparent;
}
.tex-box .btn-tool p {
  *display: inline;
  margin-top: 21px;
  margin-right: -12px;
}
.tex-box .btn-tool p a {
  float: left;
  *display: inline;
  margin-right: 12px;
}
.goods-box {
  width: 445px;
  height: 375px;
  float:left;
  padding:10px 10px;
}
.goods-box .roll-goods {
  position: relative;
  *zoom: 1;
}
.goods-box .roll-goods:before,
.goods-box .roll-goods:after {
  content: "";
  display: table;
}
.goods-box .roll-goods:after {
  clear: both;
}
.goods-box .roll-goods .large-box {
  width: 365px;
  height: 365px;
  overflow: hidden;
  float: left;
  position: relative;
}
.goods-box .roll-goods .large-box ul li img {
  width: 100%;
  height: 100%;
}
.goods-box .roll-goods .large-box .marquee {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  opacity: .5;
}
.goods-box .roll-goods .small-box {
  width: 17.5%;
  margin-top: 5%;
  float: right;
}
.goods-box .roll-goods .small-box img{
	max-width:100%;
	max-height:100%;
	}
.goods-box .roll-goods .small-box .btn {
  width: 100%;
  height: 0;
  padding-bottom: 22.5%;
  display: block;
  cursor: pointer;
}
.goods-box .roll-goods .small-box .btn-up {
  margin-bottom: 5%;
  background: url("roll-up.jpg")/*tpa=http://www.syil.net/Content/C_IMG/m115/roll-up.jpg*/ no-repeat center center;
  background-size: 50%;
}
.goods-box .roll-goods .small-box .btn-down {
  background: url("roll-down.jpg")/*tpa=http://www.syil.net/Content/C_IMG/m115/roll-down.jpg*/ no-repeat center center;
  background-size: 50%;
}
.goods-box .roll-goods .small-box .breviary-box {
  width: 73px;
  height: 288px;
  overflow: hidden;
  *zoom: 1;
}
.goods-box .roll-goods .small-box .breviary-box:before,
.goods-box .roll-goods .small-box .breviary-box:after {
  content: "";
  display: table;
}
.goods-box .roll-goods .small-box .breviary-box:after {
  clear: both;
}
.goods-box .roll-goods .small-box .breviary-box .breviary-item {
  float: right;
}
.goods-box .roll-goods .small-box .breviary-box .breviary-item li {
  border: 1px solid #dae0e2;
  margin-bottom: 6px;
  padding: 2px 3px;
  position: relative;
}
.goods-box .roll-goods .small-box .breviary-box .breviary-item li.on .bun-bg {
  display: block;
}
.goods-box .roll-goods .small-box .breviary-box .breviary-item li .bun-bg {
  display: none;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 65px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
}
.goods-box .roll-goods .show-box {
  position: absolute;
  display: none;
  width: 300px;
  height: 300px;
  overflow: hidden;
  left: 367px;
  top: 5px;
  background: red;
  z-index:99999999999999999;
}
@media screen and (max-width: 1240px){
	.tex-box{
		width:380px;
		}
		}
@media screen and (max-width: 1200px){
	.tex-box{
		width:240px;
		}
	}

@media screen and (max-width: 960px) {
  .goods-box {
    margin: 20px 5% 0 5%;
  }
  .tex-box{
	  width:90%;
	  padding:0 5%;
	  }
}
@media screen and (max-width: 720px) {
  .goods-box {
    position: static;
  }
}

@media screen and (max-width: 490px) and (min-width: 320px) {
 .goods-box {
    width: 80%;
    height: 40.76%;
  }
  .goods-box .roll-goods .large-box {
    width: 82%;
    height: 0;
    padding-bottom: 84%;
    overflow: hidden;
  }
  .goods-box .roll-goods .small-box .btn {
    width: 73px;
  }
  .goods-box .roll-goods .small-box .breviary-box .breviary-item {
    width: 100%;
  }
}

.productsTags{
	font-size:14px;
	line-height:18px;
	margin:10px 0;
	}

	.large-box li { width:365px; height:365px;}