body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right:0px;
 margin-bottom: 0px;}

table{font-family:"宋體"; font-size:14px;}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}

.style1{font-size:12px; font-weight:bold; color:#b63400;}
.style2{font-size:14px; font-weight:bold; color:#005195; font-family:'方正姚體';}
.style3{font-size:12px; font-weight:bold; color:#e94700; font-family:'方正姚體';}
.style4{font-size:14px; font-weight:bold; color:#010101;}

.logo_back_css{
background-color:#87d7f2;
background-image: url(../images/banner7.jpg);
background-position:center top;
background-repeat: no-repeat;
vertical-align:bottom;
}
.more{color:#5891bd; font-family:'Copperplate Gothic Light'; font-size:10px; border:1px solid #5891bd; background-color:#fefefd;}

.bg_left_col{border-right: #83aaca 1px solid;vertical-align:bottom;text-align:center;}

.event-pic{
    width: 100%;
    overflow: hidden;
}
.event-pic img{
    width: 100%;
    moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.2s all ease;
}
.event-pic img:hover{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.03, 1.03);
}
