body{
	padding:0px;
	margin:0px;
	background-color:#f6f6f6;
	font-family: helvetica;
	
}

img{
	border:none
}

a{text-decoration:none;
color:none
}

.top_blck_strip{
	width:100%;
	background-color:#226689;
	height:20px;
	
}


.main{
	width:960px;	
	height:auto;
	margin:0 auto;
	
}

.header{
	height: auto;   
    position: relative;
    text-align: right;
    width: 100%;
	z-index:-1;
}


.logo{
	float:left;
	margin-top:18px;
	width:100px
}

.top_nav{
	float: right;
    margin-top: 1px;
}

.top_nav h3{
    background: url("../images/contact_ico.png") no-repeat scroll 0 0 transparent;
    font-size: 12px;
    padding: 3px 10px 4px 35px;
    text-align: left;
}

.top_nav h2{
    background: url("../images/contact_ico.png") no-repeat scroll  0 -30px transparent;
    font-size: 12px;
    padding: 3px 10px 4px 35px;
    text-align: left;
}


.nav_container{
	float: right;
    margin-bottom: 20px;
    margin-top: 79px;
    width: 514px;
}

.nav,
.nav ul,
.nav li,
.nav a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Nav */
.nav {	
	background: url("../images/bg-navigation.png") repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    height: 54px;
    padding-left: 10px;
	box-shadow:0 2px 1px #CCCCCC;
    width: 803px;
   
}

.nav li {
	display: block;
    float: left;
    height: 52px;
    list-style: none outside none;
    position: relative;
}

/* Links */

.nav li a {
	-moz-transition: color 0.2s ease-in-out 0s;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #A7A7A7;
    color: #000000;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 31px;  
    margin: 3px 0;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
    width: 131px;
}




.nav li:hover > a { color: #fff;background-color:#226689; }
.nav li:active > a { color: #fff;background-color:#226689 }

/* Sub Menu */

.nav ul {
	position: absolute;
	top: 40px;
	left: 0;
	opacity:0;
    display:none;
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.nav li:hover > ul { opacity: 1;display:block;z-index:999}
.nav .active { color: #fff;background-color:#226689}
.nav ul li {
	padding: 0;
    width:100%;	
}

.nav li:hover > ul li {
	height: 52px;
	overflow: visible;
	padding: 0;
	margin:0px;
	
	
}

.nav ul li a {	
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:#D4D4D8;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 10px;
    padding-left: 20px;
    text-align: left;
    
}


.social{
    color: #565656;
    font-size: 12px;
    font-weight: bold;
    height: 83px;
    line-height: 27px;
    margin-top: 16px;
    position: absolute;
    right: 218px;
    text-align: center;
	}
.social img{border-bottom:1px solid #fff}

.middle_container{	
	min-height:300px;
	background-color:#fff;
	margin-top:20px;
	float: left;
	width:100%;
	border: 1px solid #E8E8E8;
	padding-bottom: 30px;
}

.middle_div{
	
    float: left;
    height: auto;
    margin-left: 30px;
    margin-top: 33px;
    padding-right: 24px;
    width: 278px;
}

.middle_div h3{
	border-bottom:2px solid #ccc;
	text-align:left;
	padding:0px;
	margin:0px;
	color:#226689;
	padding-bottom:12px;
	font-weight: normal;
}

.middle_div h2{
	font-size:14px;
	text-align:left;
	padding:0px;
	margin:0px;
	color:#226689;
	padding-bottom:12px;
	font-weight: bold;
}

.middle_div img{
	float:left;
	margin-right:20px;
	margin-top:20px;
	border:3px solid #CCCCCC;
}

.middle_div p{
	color: #5D5D5D;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}

.latest_news{
	border-right: 1px solid #EFEFEF;
    float: left;	
    height: auto;
    padding: 7px 30px 20px 30px;
    text-align: left;
    width: 230px;
	border-bottom: 3px solid #226689;
	background: url("../images/news_bg.png") no-repeat scroll 0 0px transparent ;
}

.latest_news p span{
	color:#1d96e2;
	font-weight:bold;
	text-decoration:underline
}

.latest_news h3{
	color: #FFFFFF;   
    padding-bottom: 13px;
    padding-top: 0;
	font-weight: normal;
	}

.latest_news p{
	color: #767676;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}

.latest_news ul{
padding: 0px;

	
}

.latest_news ul li{
    background: url("../images/list.png") no-repeat scroll -1px 18px transparent;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    line-height: 24px;
    list-style: none outside none;   
    padding: 20px 0 20px 41px;

	
}


.latest_news ul li a{
   color:#000
}

.latest_news ul li a:hover{
   color:#226689
}



.assessors li{
    font-size: 12px;
    line-height: 24px;
    list-style: none outside none;   
    padding: 10px 0 10px 0px;
	color: #6B6B6B;
}

.rank_list{
    font-size: 12px;
	font-weight: bold;	
	width:100%;
    line-height: 24px;
    list-style: none outside none;   
    padding:0px;
	color: #6B6B6B;
	padding-bottom:20px;
}

.rank_list td{
text-align:left;
padding:8px;
padding-left:28px;


}

.rank_list th{
background-color:#226689;
text-align:center;
padding:15px;
color:#fff
}

.rank_list .bg{
background-color:#E7E7E7;
}

.assessors li span{
    color: #226689;
    font-size: 15px;   
    line-height: 24px;
    list-style: none outside none;
    margin-right: 10px;
}

.welcome_text{
	border-top: 1px solid #CCCCCC;
    float: right;
    height: auto;
    margin-right: 30px;
    margin-top: 33px;
    padding: 0 0 19px;
    width: 611px;
}

.welcome_text h3{
	font-family:arial;
	text-align:left;
	padding:0px;	
	font-size:18px;	
	color:#226689;
	font-weight: normal;
}

.welcome_text p span{
	color:#8eccca;
	font-style:italic;
    font-size:24px;
    line-height:37px	
}

.welcome_text p{
	color: #767676;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}

.shortcut_links{
	background: url("../images/short_bg_hr.jpg") repeat-x scroll 0 0 transparent;
    border-top: 5px solid #328BD7;
    box-shadow: 0 3px 3px #CCCCCC;
    float: left;
    height: 123px;  
    margin-left: 30px;
	margin-top: -30px;
    overflow: hidden;
    width: 900px;
}

.shortcut_links ul {
	float: left;
    padding:0px;
    margin:0px
	
}

.shortcut_links ul li{
	border-left: 1px solid #C6C6C6;
    border-right: 1px solid #F6F6F6;
    float: left;
    list-style: none outside none;
    padding-bottom: 20px;
    padding-top: 26px;
    text-align: center;
    width: 178px;
	color: #225A89;
	font-weight: bold;
	font-size: 13px;
	
}

.shortcut_links ul li a{
	width:100px;
	
	
}

.shortcut_links ul li img{
	margin-bottom:10px
}


.shortcut_links ul li:hover{
	background: url("../images/short_bg.jpg") repeat-x scroll 0 0 transparent;
	color: #fff;
}

.footer{
	background-color:#1D5674;
	border-top:5px solid #328BD7;
	width:100%;
	min-height:100px;
	float:left;	
}

.footer_content{
    margin:0 auto;width:960px;
    text-align: center;
    color: #F6F6F6;
    
    font-size: 12px;
    margin: 29px auto 0;
    width: 960px;
}

.social_container{   
    float: right;
    height: 26px;
    margin-left: 30px;
    padding-top: 16px;
    right: 10px;
    width: 70px;
}
.banner {
    border: 3px solid #FFFFFF;   
	float: left;
    height: 350px;
    margin-top: 2px;  
    width: 960px;
}
	


.social_icon_f{
    width:30px;
	height:30px;
	background-color:#C2C2C2;
	float:left;
	margin-left:5px
}

.social_icon_f:hover{
    

	background-color:#3c599b;

}

.social_icon_t:hover{
    
	background-color:#1bb2e9;

}
.social_icon_t{
    width:30px;
	height:30px;
	background-color:#C2C2C2;
	float:left;
	margin-left:5px
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.slowFade {
    display: flex;
    align-items: flex-start;
    background: #fff;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.slowFade .slide img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    transform: scale(1.5) rotate(15deg);
    -webkit-animation: slowFade 32s infinite;
            animation: slowFade 32s infinite;
}
.slowFade .slide:nth-child(3) img {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}
.slowFade .slide:nth-child(2) img {
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
}
.slowFade .slide:nth-child(1) img {
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
}
@keyframes slowFade {
    25% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
    40% {
        opacity: 0;
    }
}

@-webkit-keyframes slowFade {
    25% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
    40% {
        opacity: 0;
    }
}

