@charset "utf-8";
/* 公共样式css---*/
body {margin: 0px;padding: 0px; font-size: 16px;line-height:20px; color:#1e1e1e;}
.fl { float:left}
.fr { float:right}
ul,.li { list-style-type:none; margin:0px; padding:0px;}
a {color:#1d1d1d;text-decoration: none;}
a:hover { color:#005ed0;text-decoration: none;}

.zwzt_com { width: 1100px; margin: auto; overflow: hidden;}
.hb_topbanner{ width:100%; height:432px; background:url(../images/20240509_banner.jpg) center bottom; margin:0px auto; padding:0;}
.china_logo{ width:210px; margin:20px auto 0px 10px;}.china_logo a img{ width:210px;}
.hbzt_logo{ width:100%; margin:100px auto 0px auto;text-align:center;}.hbzt_logo img{ width:98%; text-align:center;}
.m_lead{    width:100%;    background: #e7fff4; height:auto;    min-height: 168px;    margin-bottom: 38px;	margin-top:-20px;}
.headlines{    width: 1107px;   margin: auto;}
.headlines h1 a{    display: block;    color: #086c75;    font-size: 28px;    font-weight: bold;    text-align: center;    padding-top: 15px;    margin:0 auto 10px 0;}
.headlines p {    text-indent: 2em;	line-height: 26px;	font-size: 16px;	color: #666666;}
.headlines p a{    font-size: 16px;    color: #666666;}
.animated {    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;}
.mt20{ margin-top:20px;}
.hb_left{ width:623px; float:left;}.hb_right{ width:426px; float:right;}.hb_right img{ width:100%;}.dt_link{ width:100%;}.dt_link a img{ width:100%;}.dt_link1{ width:100%; display:none;}.dt_link1 a img{ width:100%;}
.ywdt_list{    font-size: 18px;    line-height:56px;}
.ywdt_list li{    border-bottom: 1px dotted #d3cfcb;}
.ywdt_list li:last-child{    border-bottom:none;}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@media (max-width: 640px) {
.zwzt_com{ width:100%;}	.china_logo{ width:100%; margin:20px auto 10px 10px; text-align:center;}.china_logo a img{ width:180px;}.hb_topbanner{width:100%; height:232px;background:url(../images/20240509_banner.jpg) left center;}.hbzt_logo{ margin:40px auto 0px auto;}.headlines{    width:98%;   margin:0px 1%;}.headlines h1 a{font-size: 18px; line-height:24px; }.headlines p a{ font-size:14px;}.headlines p{ margin-top:4px; padding-bottom:10px;}.dt_link{ display:none;}.dt_link1{ display:block;}.hb_left{ width:100%;}.hb_right{ width:100%; margin-top:10px;}.hbjb a img{ width:100%; height:60px;}
}