@charset "utf-8";
/* CSS Document */

.cresheading{color:#000; font-size:18px; font-weight:bold; font-family:Arial; line-height:30px; text-align:justify; padding-left:6px; padding-right:6px;}

.Crestbox{ width:250px; height:auto; float:left;}


.Crestpanel {
    width: 100%;
    height: 230px;
    margin: auto;
    position: relative;
	text-align:center;     margin: 10px 0;
}

.Crestcard {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.Crestfront {
  
	background:#1382af;
}

.Crestback {
   
    -webkit-transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);  
    transform: rotatey(-180deg);
	background:#e6e6e6;
	font-family:Arial;
	font-size:14px;
	text-align:justify;
	color:#4E4E4E;
	line-height:26px;
	padding-left:5px;
	padding-right:5px;
}

.Crestpanel:hover .Crestfront {
    
    -webkit-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.Crestpanel:hover .Crestback {
       
    -webkit-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    transform: rotatey(0deg);
	
}
.wecom{background:#fffff0; font-family:arial; font-size:12px; line-height:25px;}

.MenuControl_C_ctl00_HorizontalMenu_2{ width:1000px !important;}
