﻿body 
{
    padding:0;
    margin:0;
}

#wapper
{
    width:1024px;
    height:auto;
    margin:auto;
}
#header
{
    width:100%;
    height:187px;
    background-color:#A2B130;
}
#header_top
{
    width:100%;
    height:141px;
}
#logo
{
    width:398px;
    height:139px;
  
    color:White;
    font-family:Segoe UI;
    background-image:url('imgs/Logo.png');
    background-position:center;
    background-repeat:no-repeat;    
    float:left;
}
#contact_info
{
    width:614px;
    height:126px;
    float:left;
    padding:15px 0 10px 0;
}
#phone
{
    width:244px;
    height:23px;
    background-image:url("imgs/call.png");
    background-repeat:no-repeat;
    background-position:left;
    float:left;
    padding:2px 0 0 26px;
    color:White;
    font-family:Segoe UI;
}
#mail
{
    width:297px;
    height:23px;
    background-image:url("imgs/mail.png");
    background-repeat:no-repeat;
    background-position:left center;
    padding:2px 0 0 33px;
    float:left;
    font-family:Segoe UI;
    color:White;
}
#menubar
{
    width:100%;
    height:46px;
    padding-bottom:10px;
   
 
}
#header_down_strip
{
    width:100%;
    height:11px;
    background-image:url("imgs/header_down_Strip");
}
#page
{
    width:100%;
    height:auto;
}
#page_top
{
    width:100%;
    height:283px;
    padding:15px 0 15px 0;
}
#banner_frame
{
    width:623px;
    height:283px;
    background-image:url("imgs/banner_frame.png");
    background-repeat:no-repeat;
    background-position:center;
    padding:0 35px 0 36px;
    float:left;
}
#banner_main
{
    width:569px;
    height:230px;
    padding:26px 27px 0 27px;
    overflow:hidden;
    
}
.news_box
{
    width:330px;
    height:283px;
    float:left;
}
.news_box_top
{
    width:280px;
    height:50px;
    background-image:url("imgs/news_event_navigation_top.png");
    color:White;
    font-family:Segoe UI;
    padding:7px 0 0 50px;
}
.news_box_down
{
    width:100%;
    height:216px;
    background-image:url("imgs/news_event_navigation_down.png");
}
#navigations
{
    width:994px;
    height:280px;
    background-image:url("imgs/navigation_bar.png");
    padding:10px 15px 10px 15px;
}
.navigation_box
{
    width:303px;
    height:auto;
    float:left;
}
.navigation_divider
{
    width:42px;
    height:300px;
    float:left;
    
}
.nav_box_top
{
    width:288px;
    height:40px;
    background-image:url("imgs/navigation.png");
    padding:17px 0 0 15px;
    color:White;
    font-family:Segoe UI;
}
.nav_box_middle
{
    width:293px;
    height:205px;
    background-image:url("imgs/navigation_middil.png");
    padding:10px 0px 0px 20px;
}
.nav_box_bottom
{
    width:303px;
    height:5px;
    background-image:url("imgs/navigation_bottom.png");
}
#page_main
{
    width:100%;
    height:auto;
    padding:10px 0 10px 0;
    overflow:hidden;
}

#page_left
{
    width:720px;
    height:auto;
    float:left;
    background-color:White;
}

#page_right
{
    width:304px;
    height:auto;
    float:left;
}

.page_title
{
    width:50%;
    height:26px;
    background-image:url("imgs/page_title1.png");
    font-family:Segoe UI;
    color:White;
    padding:5px 0 0 20px;
    border-radius:7px;
}
.page_contant
{
    width:1004px;
    height:auto;
    padding:10px;
    font-family:Segoe UI;
}
#footer
{
    width:1004px;
    padding:10px;
    height:150px;
    background-color:#7A7E76;
}


#footer_box_s
{
    width:580px;
    height:150px;
    
    float:left;
}
.footer_box
{
    width:115px;
    height:15px;
    float:left;
    padding:5px 20px 5px 10px;
}
.footer_box a
{
    color:Black;
    font-size:14px;
    text-decoration:none;
    font-family:Segoe UI;
    color:White;
}
.footer_box a:hover
{
    
    font-family:Segoe UI Semibold;
}
#google_map
{
    width:420px;
    height:150px;
    
    float:left;
}


