*{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
li{
   list-style: none;
}
body{
    font-family: "ΞΆΘνΡΕΊΪ";
    font-size: 14px;
    line-height: 1.5em;
    color: #444444;
width:100%;
min-width:1200px;
}
.clear{
    clear: both;
}
.header_top{
    background: #e0e0e0;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #d9d8d8;
}
.header_top_link{
    width:1024px;
    text-align: right;
    margin: auto;
}
.header_top_link a{
    margin: 0px 10px;
    color: #666666;
}
.header_nav{
    width: 1024px;
    margin: auto;
    padding: 10px 0px;
}
.header_nav li{
    display: inline-block;
}
.header_nav li a{
    margin: 0px 10px;
    line-height: 50px;
    color: #4b4b4b;
}
.main{
    width: 1024px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
}
.title_line{
    margin-top: 70px;
    width: 1024px;
    height: 1px;
    background: #bab5b2;
    border-bottom: 1px solid #dedddd;
    position: relative;
    margin-bottom: 40px;
}
.title_div{
   position: absolute;
    top: -12px;
    left: 0px;
    width: 100%;
    text-align: center;

}
.title_div span{
    font-size: 24px;
    display: inline-block;
    background: #ffffff;
    padding: 0px 10px;
    font-family: Iskoola Pota;
}
.service_first{

    box-shadow: 0px 2px 5px #222222;
    width: 300px;
    float: left;

}
.service_first_div{
    clear: both;
    background: #91bedd;
    width: 300px;
    min-height: 20px;
    border-radius: 5px;
    border-radius: 0px 0px 5px 5px;
}
.service_first_title
{
    width: 50%;
    float: left;
    height: 40px;
    background: #e6e6e6;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;

}
.service_first_title_select{
    background: #91bedd;

}
.search ,.login{
    width: 80%;
    margin:auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.login span{
    width: 80px;
    display: inline-block;
    text-align: right;
}
.login p{
    line-height: 1em;
    margin : 10px 0px;
}
.service_secound{
    width: 700px;
    float: right;
}
.service_secound_link{
    line-height: 2em;
    float: left;
    margin: 0px 32px;
}
.service_secound_link a{
    color: #444444;
}
.service_secound_link_title{
    padding: 15px 0px;
    font-size: 16px;
}
.line1{
    width: 1px;
    height: 200px;
    float: left;
    background: #999999;
}
.foot{
    color: #ffffff;
    background: #4982aa;
    width: 100%;
    min-height:100px ;
}
.foot_link{
    width: 250px;
    float: left;
    margin-right: 50px;
}
.foot_link .title{
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px 15px;
}
.foot_link a{
    display: inline-block;
    width: 70px;
    color: #ffffff;
}
.main_about_left {

    float: left;
    width: 270px;
}
.main_left_title {
    margin: 0px auto 10px;
    width: 178px;
    padding: 15px 0px 10px 30px;
    background: #4a7eab none repeat scroll 0% 0%;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
}
.main_left_title_next {
    width: 200px;
    margin: 10px auto;
    background: #e5e5e5 none repeat scroll 0% 0%;
    position: relative;
}
.main_left_title_next a {
    color: #666;
    display: inline-block;
    width: 180px;
    text-align: center;
    padding: 15px 0px 10px 0px;
    font-size: 15px;
}
.drop_nav{
    position: absolute;
    left:200px;
    top: 0px;
    box-shadow: 0px 0px 2px #999999;
    -webkit-box-shadow: 0px 0px 2px #999999;
    -moz-box-shadow: 0px 0px 2px #999999;
    overflow: hidden;
    width: 0px;
    color: #ffffff;
    transition: width .5s;
    -moz-transition: width .5s;	/* Firefox 4 */
    -webkit-transition: width .5s;	/* Safari ΊΝ Chrome */
    -o-transition: width .5s;
    background: #95b3d7;
}
.drop_nav a{
    width: 130px;
}
.main_left_title_next:hover .drop_nav{
   width: 150px;
}
.main_right{
    width: 740px;float: right;
    min-height: 200px;
    border: 1px solid #aaaaaa;
    box-shadow: 0px 5px 5px #888888;
    -webkit-box-shadow: 0px 2px 2px #999999;
    -moz-box-shadow: 0px 2px 2px #999999;
}
.main_right_link{
    float: right;
    color: #555555;
}
.main_right_link a{
    color: #555555;
}
.main_right_title{
    width: 95%;margin: auto;border-bottom: 1px solid #aaaaaa;
    padding: 10px 0px;
}
.page_title{
    font-size: 16px;
    font-weight: 600;
}
.about_all{
    width: 95%;
    margin: auto;
    padding: 20px 0px;
    min-height: 300px;

}
.about_all p{
    text-indent: 2em;
}
.page_list{
    text-align: center;
    padding-top: 16px;
    padding-bottom: 15px;
}
.page_list a{
    color: #555555;
}
.news_list li{
   padding: 5px 10px;
    border-bottom: 1px dashed #aaaaaa;
}
.news_list li a{
    color: #555555;
}
.albm_list span{
    margin: -2px 20px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.albm_list a{
    color: #333333;
    font-size: 15px;
}
.albm_list_select,.albm_list span:hover {
     background: #4982AA!important;

 }
.albm_list_select  a,.albm_list span:hover a{
    color: #ffffff;
}
.banner_img{
    width: 100%;height:500px;
    position: absolute;
    left: 0px;top: 0px;
    background-position:center!important;
    z-index: 10;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari ΊΝ Chrome */
    -o-transition: all .5s;
}
.turn{
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.banner_letter{
    width: 99px;
    height: 138px;
    display: inline-block;
    border: 5px solid #167ECD;
    margin: 10px;
    cursor: pointer;
}
.banner_letter img{
    width: 100%;
    height: 100%;
}
.banner_letter_select,.banner_letter:hover{
    border-color: #004F9E!important;
}
.banner_img_select{
    opacity: 1!important;
    filter:alpha(opacity=100)!important;
    z-index: 11;
}