﻿body{
	background-color: #F9F9F9;
}
* {
margin:0;
padding:0;
}

.pds{
	width:100%;
	overflow: hidden;
	
}
.aboutUs{
	width:100%;
	overflow: hidden;
	padding:0 0 20px 0;
}
.contact{
	width:100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0,0.05);
	padding:0 0 20px 0;
	margin-top:50px;
}
.aboutUs{
	line-height: 24px;margin-top:100px;
}
.aboutUs p{
	margin-bottom: 10px;
}
.pdsw{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.pdsw dl{
	width: 386px;
	float: left;
	margin-bottom: 0px;
}
.pdsw dl dt{
	display: block;
	background-color: #ffffff;overflow:hidden;height:260px;
}

.pdsw dl dt img.view{
	width:auto;
	display: block;
	height: 100%;
	vertical-align: middle;
	    margin: auto;
}
.pdsw dl dd img.see{
	    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;width:30px;
}
.mrl{
	    margin-left:21px;
	    margin-right:21px;
}
.pdsw dl dd{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
h2.title{
	font-size: 28px;
	text-align: center;
	color: #666666;
	position: relative;background-color:rgba(0,0,0,0)
	height:54px;
	line-height: 54px;
	margin-bottom: 25px;
	margin-top: 25px;
}
h2.title .line{
	position: absolute;
	height: 2px;
	width: 6%;
	background-color: #ff0000;
	bottom: 0;
	left: 47%;
}
.pdsw .tab{
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
	overflow:hidden;
}
.pdsw .tab span{
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	width: auto;
	float: left;
	color: #666666;
	border:1px solid #dddddd;
	padding:0 20px;
	font-size: 14px;
	margin:0 20px 10px 0;
	background-color: #ffffff;
	cursor: pointer;
}
.pdsw .tab span.cur{
	color: #ff0000;
	border: 1px solid #ff0000;
}
.pdsw .l,.pdsw .r{
	float: left;

}
pdsw .r{
width:50%;
}
pdsw .r img{
width:100%;}
.pdsw .l{
	line-height: 32px;
    font-size: 20px;
    color: #333333;
    margin: 50px 0 20px 30px;
    width: 40%;
}
.pdsw .r{
	margin: 0px 0 50px 30px;
    border: 1px solid #ccc;
}
.clr{ clear: both; }
span.btn{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 20px;
	display: block;
	margin:20px auto;
	text-align: center;
	cursor: pointer;
	background-color:rgba(255,0,0,0.76)
}


 .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;background: rgba(255,255,255,0)!important;    padding-bottom: 20px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);
background: rgba(255,255,255,0)!important;
      /* Center slide text vertically */
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;*/
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-pagination{
    	bottom:0px!important;

    }