﻿@charset "utf-8";

/* CSS Document */



body { color:#666;font:15px "Microsoft Yahei";}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}

del,ins{text-decoration:none;}

li{list-style:none;}

caption,th{text-align:left;}

q:before,q:after{content:'';}

abbr,acronym{border:0;font-variant:normal;}

sup{vertical-align:baseline;}

sub{vertical-align:baseline;} 

input,button,textarea,select,optgroup,option,button{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;border: none;}

input,button,textarea,select{*font-size:100%;}

input,select{vertical-align:middle;}

i,em{ font-style:normal;}

select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}

table{font-size:inherit;font:100%; border-collapse:collapse;}

pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

dl,dt{font-weight: normal;}

a {text-decoration:none;color:#000000} 

a:focus,input, button, textarea, select{outline:0;} 

a:hover{text-decoration: none;}



.c{clear: both;}

.fl{float: left;}

.fr{float: right;}

.imgfd {
    overflow: hidden;
    /*width: 50%;
  max-height: 100%;
  height: 300px;
  position: relative;
  margin: 0 25px 25px;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 28, 45, 0.7);
  border: 1px solid #4a5070;
  border: 1px solid #eaebed;*/
    border-radius: 5px;
}
.aboutImgfdH {
    height: 150px;
}
.aboutImgfdV {
   
    height: 320px;
}
.aboutimgfd {
    overflow: hidden;
    padding: 15px;
    border: solid 1px #d4cfcf;
    border-radius: 8px;
    margin: 10px;
 
}
    .imgfd img, .aboutimgfd img {
        transition: all 0.5s ease;
        height: 100%;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        /*border-radius: 5px;*/
        box-shadow: 0 6px 15px rgba(26, 75, 158, 0.4);
    }

.imgfd:hover img{transform: scale(1.1);}
.aboutimgfd:hover img {
    transform: scale(1.1);
}
.imgfd {
    display: flex; /* 可选，用于其他内容布局 */

    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about.center {
    margin: 0 auto;
    background-color: white;
    background-color: white;
    margin: 10px;
    border-radius: 8px;
}
.show-pro2{
    /*display:none;*/
}
@media (max-width: 576px) { /* 平板 手机*/
    .aboutimgfd{
        border:none;
    }
}

@media (max-width: 992px) { /* 平板*/
}
