
.pdind1_left{
    
    width: 6.4rem;
    float: left;
    box-sizing: border-box;
    /* text-align: center; */
    border-right: 1px solid #e8e8e8;
}
.pdind1_left>.swiper-container-pdel{
    padding: 0;
    height: 5.8rem;
}
.pdind1_right{
    padding: 1.9rem 2.2rem  0 1.4rem;
    width: 12.8rem;
    float: left;
    box-sizing: border-box;
   
}
.clear{
    clear: both;
}
.pdindimg{
    width: 100%;
}
.pdindimg>img{
    width: 100%;
    
}
.pjt{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pjt>div{
    width: 100%;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-bottom: none;
    margin-top: 0rem;
    cursor: pointer;
    position: relative;
}
.pjt>div>img{
    width: .38rem;
    height: .2rem;
    position: relative;
    z-index: 998;
}
.pdind1_right>h5{
    font-size: .5rem;
    line-height: 1.1;
    color: #333;
    margin: 0;
    margin-bottom: .5rem;
    padding: 0;
}
.pdind1_right>p{
    font-size: .16rem;
    line-height:2;
    color: #666;
    margin: 0;
  
}
.pdind2con{
    display: flex;
    justify-content: space-between;
}
.pdind2con li{
    width: 6.4rem;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-left: none;
    text-align: center;
    line-height: 1rem;
}
.pdind2con li a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #333;
    font-size: .18rem;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.pd_y{
    padding: 1rem 1.6rem .90rem;
    box-sizing: border-box;
    border-bottom:1px solid #e8e8e8;
}
.pdtit{
    font-size: .5rem;
    line-height: 1;
    color: #333;
    margin: 0;
    margin-bottom: .5rem;
    padding: 0;
}
.pdtxt{
    font-size: .16rem;
    line-height:2;
    color: #666;
    margin: 0;
  
}
.pd_j_left{
    float: left;
    width: 6.4rem;
    padding: 1rem .8rem 1rem 1.6rem;
    border-right: 1px solid #e8e8e8;
}
.pd_j_right{
    float: left;
    width:12.8rem;
    padding: 1rem 1.6rem 1rem 1.1rem;
   
}
.pdindex3{
    padding: 1rem 1.6rem 1.2rem;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
}
.pd_j_left>h6{
    margin: 0;
    padding: 0;
    margin-bottom: .3rem;
    color: #666;
    font-size: .2rem;
    line-height: 1;
}
.pd3con{
    border-top: 1px solid #e8e8e8;
}
.pd3con>a>div{
    border: 1px solid #e8e8e8;
    border-top: none;
    width: 100%;
    height: 1rem;
    /* line-height: 1rem; */
    display: flex;
    justify-content: space-between;
    padding: 0 .4rem;
}
.pd3con>a>div>p{
    font-size: .16rem;
    color: #333;
    line-height: 1rem;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.pd3con>a>div>img{
    width: .47rem;
    height: .47rem;
    position: relative;
    top: .27rem;
}
.pdind2con>li>a:hover{
    color: #006bb7;
}
.pd3con>a>div>p:hover{
    color: #006bb7;
}
.pprev::before {
    content: '';
    display: block;
    width: 0;
    height: 110%;
    position: absolute;
    bottom: -5%;
    right: 0;
    background-color: #006bb7;
    transition: all 500ms ease;
}
.pnext::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #006bb7;
    transition: all 500ms ease;
}
.pnext:hover::before {
    right: initial;
    left: 0;
    width: 100%;
}
.pprev::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #006bb7;
    transition: all 500ms ease;
}
.pprev:hover::before {
    right: initial;
    left: 0;
    width: 100%;
}
.pdindex1{
    display: flex;
}
@media all and (max-width: 768px) {
    .pdindex1{
        display: inherit;
    }
   
.pdind1_left {
    width: 100%;
    float: left;
    box-sizing: border-box;
    /* text-align: center; */
    border-right: 1px solid #e8e8e8;
}
.pdind1_left>.swiper-container-pdel {
    padding: 0 ;
    height: auto;
}
.pjt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}
.pd_y{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
}
.pjt>div {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0;
    cursor: pointer;
    position: relative;
}
.pjt>div>img {
    width: 30px;
    height: 16px;
    position: relative;
    z-index: 1111;
    top: 5px;
}
.pdind1_right {
    padding: 30px 20px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.pdind1_right>h5 {
    font-size: 20px;
    line-height: 1;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
.pdind1_right>p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
}
.pdind2con li {
    width: 6.4rem;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-left: none;
    text-align: center;
    line-height: 40px;
}
.pdind2con li a {
    font-size: 16px;
}
.pd_y {
    padding: 30px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.pdtit {
    font-size: 20px;
    line-height: 1;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
.pdtxt {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
}
.pd_j_left {
    float: left;
    width: 100%;
    padding: 30px 20px;
}
.pd_j_left{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
}
.pd_j_right {
    float: left;
    width: 100%;
    padding: 0;
    border-left: 1px solid #e8e8e8;
}
.pdindex3 {
    padding: 30px 20px;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
}
.pd3con>a>div {
    border: 1px solid #e8e8e8;
    border-top: none;
    width: 100%;
    height: 30px;
    /* line-height: 1rem; */
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.pd3con>a>div>p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pd3con>a>div>img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
}