.p2_top {
    float: left;
    width: 100%; margin-top:25px;
}
.left1-p2 {
    float: left;
    margin-top: 2px;
}
.mobile {
    display: none;
}
.p2_tleft {
    display: none;
}
.p2_tleft img {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
    max-width: 430px;
    max-height: 383px;
    float: left;
}
.p2_tright {
    float: right;
    width: 52%;
}
.p2_title {
    font-size: 26px;
    margin-bottom: 15px;
	font-weight:400;
}
.ny_c3{font-size: 16px; padding:2px; }
.p2_twz {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 10px;
}
.p2_tin {
    padding-top: 103px;
}
.f1 {
    float: left;
    width: 32.4%;
}
.fr {
    float: right;
}
.p2_tin a {
    display: block;
    font-size: 16px;
	border: solid 1px #92BDCD;
    color: #92BDCD;
    width: 124px;
    height: 35px;
    line-height: 33px;
    text-align: center;
}
.p2_tin a:hover {
    color: #fff;
    background: #92BDCD;
}
.clear {
    clear: both;
}
.p2_tshare {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
    width: 289px;
    margin-top: 52px;
}
.p2_tin li{ list-style:none}
.p2_tleft li{ list-style:none}
.magnifier {
    width: 500px;
    position: relative;
}
.magnifier-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
}
.images-cover img { position: absolute;}
.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.magnifier-btn {
    position: absolute;
    font-family: "ËÎÌå";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-btn .magnifier-btn-left { float: left;}
.magnifier-btn .magnifier-btn-right { float: right;}
.magnifier-btn span {
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #ececec;
    color: #8f8f8f;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}
.magnifier-line ul {
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 50;
}
.magnifier-line li {
    float: left;
    width: 100px;
    cursor: pointer;
}
.magnifier-line ul > .active .small-img {
    border-color: #ddd;
}
.small-img {
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-img img {
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img {
    display: block;     
	max-width: max-content;
    max-height: max-content;
}
@media screen and (max-width:767px){
.proside{ display:none}
}
@media (min-width: 1024px) and (max-width: 1280px){
.p2_tright {
    float: right;
    width: 48%;
}
}

@media screen and (max-width: 1024px){
.p2_tleft {  display: block;}
/*.magnifier {   display: none!important;}*/
.small-img {
    height: auto;
    padding: 1px;
    margin: 5px; border:none;
    overflow: hidden;
    text-align: center;
}
.small-img img{  border: 1px solid #ddd;}
.p2_tright {
    float: right;
    width: 100%;
}
.p2_tin {
    padding-top: 0px;
}
}
@media only screen and (max-width: 767px) {
.p2_tleft img { width:100%}
}