*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
body{
	background-image: url(/template/tsjy/images//pageBG.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	font-family:"Microsoft Yahei";
}
.banner1{
    background-image: url(/template/tsjy/images//banner1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 951px;
	height: 103px;
	margin: 0 auto;
}
.banner2{
	background-image: url(/template/tsjy/images//banner2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 57px;
	
}
.banner2 ul{
  width: 1200px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  
}
.banner2 ul li{
    display: inline-block;
    border-left: 1px solid #000;
    text-align: center;
    width: 194.3px;
}
.banner2 ul li:first-child{
	margin: 0px;
	padding:0px;
	margin-left: 3.5px;
}
.banner2 ul li:last-child{
	border-right: 1px solid #000;
}
.banner2 ul li a{
	color: white;
	font-size:1.3em;
	padding:10px 0px;
}
.banner2 ul li a:hover{
	color: #ccc;
}
.content_wrapper{
	width: 1200px;
	margin: 0 auto;
}


.introduction{
	background-image: url(/template/tsjy/images//introduction.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 1193px;
	height: 300px;
	margin: 0 auto;
}
.introduction>p:first-child{
	padding-top: 30px;
}
.introduction p{
	font-size: 1em;
	font-weight: lighter;
	text-indent: 2em;
	width: 920px;
	color: white;
	padding-top: 10px;
	line-height: 2em;
       margin-top:20px;
}
.introduction p a{
	float: right;
	color: white;
}
.introduction p a:hover{
	color: #ccc;
}
.part-left{
	background-image: url(/template/tsjy/images//right-side-bar.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	float: left;
	width: 300px;
    height: 1000px;
    margin-top: 20px;
}

.part-left .touch-way{
	width: 250px;
	margin: 0 auto;
	margin-top: 60px;
}
.part-left .touch-way p{
	color: white;
	font-size: 1em;
	margin-top: 8px;
}
.part-right{
	float:left;
	width: 900px;
	height: 950px;
	
}

.part-right .part-right-logo{
	background-image: url(/template/tsjy/images//show-logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 885px;
	height:38px;
	margin-left: 15px;
	margin-top: 20px;
}
.part-right .wine-lists-wrapper{

}
.part-right .wine-lists-wrapper ul{
     width: 900px;
     margin:0 auto;
     margin-top: 20px;
}

.part-right .wine-lists-wrapper ul li{
	display: inline-block;
	width: 280px;
	height: 280px;
	margin-left: 15px;
	margin-top: 20px;
}
.part-right .wine-lists-wrapper ul li p{
	text-align: center;
	margin-top:20px;
	
}
.part-right .wine-lists-wrapper ul li img{
	width: 280px;
	height: auto;
}
.part-right-button{
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}
.part-right-button a{
    background-color: red;
    border-radius: 5px;
    padding: 3px 10px;
    color: white;
}
.content_show{
	height: 1020px;
}
footer{
	background-image: url(/template/tsjy/images//footer.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    height: 150px;
    margin-top: 40px;
}
footer p{
	text-align: center;
	margin-top: 20px;
	color: white;

}
footer ul{
	width: 430px;
	margin:0 auto;
	padding-top: 35px;
}
footer ul li{
	display: inline-block;
	width: 80px;

	border-right:1px solid white;
	text-align: center;
}
footer ul li:first-child{
	border-left: 1px solid white;
}
footer ul li a{
	color: white;
}
footer ul li a:hover{
	color: #ccc;
	text-decoration: underline;
}
.more_introduction{
	background-color: white;
	padding: 10px;
}
.more_introduction p{
	margin-top: 10px;
	line-height: 1.2em;
}
.more_introduction h1{
	text-align: left;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid blue;
}
.more-wine-lists-wrapper{
	width: 100%;
}
.more-wine-lists-wrapper ul{
    width: 1200px;
    margin-top: 30px;
}
.more-wine-lists-wrapper ul li{
    margin-left: 30px;
}
/*.more-wine-lists-wrapper ul >li:first-child{
	margin-left: 30px;
}*/
/*.more-wine-lists-wrapper ul >li:last-child{
	margin-left: 40px;
}*/
.more-wine-lists-wrapper ul p{
	text-align: center;
}
.more-wine-lists-wrapper ul li{
   float: left;
    width: 550px;
}
.more-wine-lists-wrapper ul li img{
	width: 550px;
	height: 590px;
}

/** LIGHTBOX MARKUP **//** LIGHTBOX MARKUP **//** LIGHTBOX MARKUP **//** LIGHTBOX MARKUP **//** LIGHTBOX MARKUP **//** LIGHTBOX MARKUP **//** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	margin-top: 10%;
	width: 30% !important;
	height: 65% !important;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.swiper-pagination-bullet{
    border-radius: 0px;
    width: 50px;
    height: 5px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: red;
}
.content_wrapper .swiper-pagination{
    margin-left: 400px;
}
.content_wrapper .swiper-container{
    height: 400px;
    width: 100%;
}
.part-left .swiper-container{
    height: 200px;
    width: 280px;
    padding-top: 70px;
}
.part-left .swiper-pagination{
    margin-left: 90px;
}
.part-left .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: gray;
}
.part-left .swiper-pagination-bullet-active{
    background-color: orange;
}
.part-left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px;
    margin-right: 5px;
}
#slider2{
    margin-top: 60px;

}
.introduction .introduction-img{
    background-image: url(/template/tsjy/images//introduction-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 183px;
    height: 127px;
    display: inline-block;
    

}
.introduction-ariticle-wrapper{
    float: right;
    margin-top: 18px;
    margin-right: 30px; 
}
.introduction-img-wrapper{
    display: inline-block;
    width: 183px;
    margin-left: 30px;
    margin-top: 85px;
}
p#introduction-img-title{
   width: 183px;
   text-indent: 0em;
   text-align: center;
}
.news-title{
	color: black;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 20px;
}
.news-list{
   background-color: white;
   padding: 10px;
}
.time{
	text-align: center;
}
.news-list li{
   border-bottom: 1px dashed #000;
   margin-top:15px;
   padding-bottom: 10px;
}
.news-list li a{
	color: #000;
}
.news-list li a:hover{
	color: red;
}
.news-list li span{
  float: right;
  color: gray;
}
.news-wrapper{
	background-color: white;
	padding: 20px;
	margin-top: 10px;
}
.news-wrapper p{
	text-indent: 2em;
	margin-top: 10px;
	line-height: 1.5em;
}
.banner1-wrapper{
	background-color: #0f34a6;
	width: 100%;
}
.button-group{
	width: 1200px;
	margin:0 auto;
	margin-top: 10px;
}
.button-group a{
	color: #000;
}
.button-group a:hover{
	color: red;
}
.button-group a+a{
	float: right;
}
.article_img{}
.article_img img{
   width: 90% !important;
   height: auto !important;
   margin: 0 auto !important;
}