.center_div{
    margin: 0px auto;
}

.daohang{
    font-size: 17px;
    font-family: Barlow;
    font-weight: 400;
    color: #333333;
    margin: 20px auto;
}

.two_title{
    /* font-size: 38px; */
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin: 20px auto;
}

.div_left_80{
    display: inline-block;
    width: 80%;
}

.div_right_20{
    display: inline-block;
    width: 20%;
}

.img_div_middle{
    display: inline-block;
    vertical-align: middle;
}



.div3_1{
    border: 1px solid #EBEBEB;
    width: calc(100% - 24px);
    margin: 0px auto;
    padding: 12px;
}

.div3_1 h1{
    font-size: 21px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
}

.div3_1 p{
    margin-top: 12px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    width: 95%;
    line-height: 28px;
}

.div4{
    margin: 20px auto;
    position: relative;
    min-height: 1200px;
}

.div_left{
    display: inline-block;
    width: calc(100% - 380px);
    position: relative;
    margin-top: 30px;
}

.div_right{
    display: inline-block;
    width: 350px;
    text-align: right;
    position: absolute;
    right: 0px;
    top:0px;
}


.div_left .btn_ul li{
    background: #F3F3F3;
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 17px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    padding:10px;
    position: relative;
    cursor: pointer;
}

.div_left .btn_ul li img{
    display: none;
}

.choose_li_xsj{
    background: #0D50B3 !important;
    color: #FFFFFF !important;
}

.choose_li_xsj a{
    background: #0D50B3 !important;
    color: #FFFFFF !important;
}

.choose_li_xsj img{
    display: block !important;
}


.btn_ul li img{
    width: 14px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 7px);
}

.left_50_div{
    display: inline-block;
    width: calc(49% - 20px);
    margin-right: 20px;
    border: 1px solid #EEEEEE;
    margin-top:15px;
}

.left_50_div h1{
    padding: 10px;
}

.left_50_div h1 b{
    font-size: 19px;
    font-family: Barlow;
    font-weight: bold;
    color: #0B51B7;
    line-height: 46px;
	width:calc(100% - 85px);
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline-block;
	white-space: nowrap;
}

.left_50_div h1 span{
    font-size: 16px;
    font-family: DINPro;
    font-weight: 400;
    color: #0D50B3;
    float: right;
    padding-top: 18px;
}
.left_50_div h1 span img{
    vertical-align: middle;
}


.left_50_div ul{
    padding:0px 15px 15px 15px;
}

.left_50_div ul li{
    list-style: disc;
    color: #0B51B7;
    padding:15px 15px 15px 15px;
    margin-left: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.left_50_div ul li span{
    color: #000;
}


#div4_2,#div4_3{
    display: none;
}


.div4_left_fy{
    margin-top: 28px;
    width: 100%;
    text-align: center;
}

.div4_left_fy span{
    display: inline-block;
    width: 24px;
    height: 8px;
    background: #E1E1E1;
    margin-right: 10px;
}

.div4_left_fy_spanChoose{
    background: #0D50B3 !important;
}


.left_fy{
    width: 47px;
    height: 47px;
    background: #0B51B7;
    box-shadow: 3px 5px 16px 0px rgba(13,80,179,0.3);
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -20px;
    top: calc(50% - 20px);
    opacity: 0;
    cursor: pointer;
    animation-name: example_hidden;
    animation-duration: 1.5s;
}

.right_fy{
    width: 47px;
    height: 47px;
    background: #FFFFFF;
    border: 2px solid #0B51B7;
    box-shadow: 3px 5px 16px 0px rgba(13,80,179,0.3);
    border-radius: 50%;
    font-size: 30px;
    color: #0B51B7;
    text-align: center;
    position: absolute;
    right: -1px;
    top: calc(50% - 20px);
    opacity: 0;
    cursor: pointer;
    animation-name: example_hidden;
    animation-duration:  1.5s;
}

.div_left:hover .left_fy, .div_left:hover .right_fy{
    animation-name: example_show;
    animation-duration: 1s;
    opacity: 1;
}



@keyframes example_show {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes example_hidden {
    from {opacity: 1;}
    to {opacity: 0;}
}



.leftDiv_img{
    width: calc(100% - 30px) ;
    margin-top: 38px;

}

.content_div5Div_left{
    width: 100%;
    padding: 20px;
    position: relative;
}

.content_div4_left_bq{
    width: calc(100% - 350px);
}

.content_div5Div_btn{
    width: 170px;
    background-color: #6096E6;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    right: 80px;
    top:20px;
}


.content_div5_left_ul1{
    width: calc(98% - 40px);
    border-right: 0px;
}

.content_div5_left_ul1 .span_center{
    position: absolute;
    right: 150px;
}

.content_div5_left_li2_pdy{
    display: inline-block;
    font-size: 14px;
    font-family: Barlow;
    font-weight: 400;
    color: red;
    position: absolute;
    right: 100px;
}

.content_div5_left{
    width: 100%;
}

.div_db{
    margin:30px 0px;
}

.div_db img{
    width: 100%;
}

.pdy_ejfl_leftContent{
    border: 1px solid #EEEEEE;
    margin-top: 30px;
    padding: 35px;
}

.pdy_ejfl_leftContent_title{
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
}

.pdy_ejfl_leftContent_content{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 30px;
}

.pdy_ejfl_leftContent_ul{
    padding:20px;
    list-style:disc;
}


.pdy_ejfl_leftContent_ul li{
    color: #29BACB;
    margin: 30px;
}

.pdy_ejfl_leftContent_ul_span1{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
}

.pdy_ejfl_leftContent_ul_span2{
    color: #333333;
    font-size: 16px;
    font-family: Arial;
    line-height: 28px;
}

.leftDiv_imgDiv{
    width: calc(100% - 100px);
    margin: 0px auto;
}

.leftDiv_imgDiv img{
    width: 100%;
}

.pdy_ej_div5{
    width: calc(100% - 30px);
    height: 72px;
    background: #F6F6F6;
    font-size: 28px;
    font-family: Barlow;
    font-weight: bold;
    color: #0B51B7;
    line-height: 70px;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pdy_ej_div6 ul li{
    background-image: url("/statics/pc/static/img/pcindex/pdy_ejfl_bk.png");
    background-size: 100%  100%;
    width: 404px;
    height: 392px;
    display: inline-block;
    position: relative;
}
.pdy_ej_div6 ul{
    text-align: center;
}

.pdy_ej_div6_img{
    position: absolute;
    left: 28px;
    top:28px;
    width: 346px;
    height: 333px;
}

.pdy_ej_div6 ul li div{
    background: #000000;
    opacity: 0.62;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 35px;
    top:35px;
    z-index: 2;
    text-align: center;
    line-height: 38px;
}

/*图集页面 start*/

.pdy_ej_div6_1{
    height: 520px;
}


.pdy_ej_div6_1 ul li{
    /*background-image: url("/statics/pc/static/img/pcindex/pdy_ejfl_bk.png");*/
    /*background-size: 100%  100%;*/
    width: 200px;
    height: 200px;
    /*display: inline-block;*/
    margin: 15px;
    float: left;
    position: relative;
}
.pdy_ej_div6_1 ul{
    text-align: center;
}

.pdy_ej_div6_1_img{
    border-radius: 5px;
    position: absolute;
    left: 0px;
    /*top:28px;*/
    width: 200px;
    height: 200px;
}

.pdy_ej_div6_1 ul li div{
    background: #000000;
    opacity: 0.62;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 35px;
    top:35px;
    z-index: 2;
    text-align: center;
    line-height: 38px;
}

/*图集页面 end*/


.zhezhao{
    left: 28px;
    top:28px;
    width: 346px;
    height: 333px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    background-color: #000000;
    opacity: 0.49;
    text-align: center;
    display: none;
}

.zhezhao img{
   margin-top: calc(50% - 16px);
}


