html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100% !important;
    color: #6c6c6c;
    font-family: 'Sylfaen';
}
a{
    color: #0033cc;
}
.black-box{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    display: none;
    text-align: center;
}
.black-box .popup{
    margin: 100px auto 0 auto;
    display: inline-block;
}
.black-box .popup img{
    max-width: 800px;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.75);
}
header{
}
.header-top{
    height: 30px;
    font-size: 14px;
}
.header-search{
    display: inline-block;
    width: 300px;
    margin: 5px 0 0 10px;
}
.header-search .search-input{
    border-radius: 3px;
    border: 1px solid #dddddd;
    display: inline-block;
    vertical-align: middle;
}
.header-search button{
    width: 20px;
    height: 20px;
    background: url("../images/static/search.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
.header-language{
    display: inline-block;
    text-align: right;
    float: right;
    margin: 5px 10px 0 0;
    color: #3f6f8c;
}
.language-item{
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.header-banner{
    height: 208px;
    background: url("../images/header.png");
    border: 1px solid #fff;
}
.header-name{
    margin-top: 30px;
    display: table;
    width: 100%;
}
.header-empty{
    display: table-cell;
    width: 35px;
}
.header-logotype{
    display: table-cell;
    width: 146px;
    height: 140px;
    background: url("../images/logotype.png") no-repeat;
    cursor: pointer;
	background-position: 0px 16px;
}
.header-text{
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    color: #ffffff;
    padding: 15px;
    max-width: 750px;
	padding: 15px 15px 10px 0px;
	vertical-align: bottom;
}
.icon-menu{
    display: table-cell;
    vertical-align: bottom;
}
.icon-menu-item{
    width: 22px;
    height: 15px;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}
.icon-menu-item img{
    width: 22px;
    height: 22px;
}
.top-menu{
    padding-top: 5px;
    margin: 10px 10px 0px 285px;
}
.top-menu .top-menu-item{
    display: inline-block;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
main{
    display: table;
    width: 100%;
}
menu{
    display: table-cell;
    vertical-align: top;
    padding: 15px 0 0 0;
    margin: 0;
    width: 275px;
}
menu ul{
    padding: 0;
    margin: 0 0 0 18px;
}
menu li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu{
}
.main-menu-li ul{
    display: none;
}
.m-selected{
    color: #5ba5d2;
}
.main-menu-item{
    font-size: 16px;
    min-height: 20px;
    padding-left: 12px;
    cursor: pointer;
    background: url("../images/static/dot.png") no-repeat;
}
.main-menu-underline{
    background: url("../images/static/underline.png") no-repeat left top;
    height: 5px;
}
.left-menu{
    margin-top: 30px;
}
.left-menu-item{
    height: 72px;
    width: 230px;
    display: table;
    margin: 10px 20px 0 25px;
    border: 1px solid #777777;
    cursor: pointer;
}
.left-menu-item div, .right-menu-item div{
    display: table-cell;
    vertical-align: middle;
}
.left-menu-item .icon-div, .right-menu-item .icon-div{
    width: 70px;
}
.icon-div img{
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
}
.right-menu-item{
    height: 72px;
    width: 280px;
    display: table;
    margin: 10px 25px 0 0px;
    border: 1px solid #777777;
    cursor: pointer;
}
article{
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}
article .text img{
    max-width: 300px;
}
.article-header{
    padding: 6px 5px 5px 15px;
    font-size: 20px;
    background: url("../images/static/label-t.png") no-repeat left top, url("../images/static/label-f.png") no-repeat left bottom, url("../images/static/label-m.png") repeat-y;
}
.article-footer{
    text-align: right;
    text-decoration: underline;
    color: #0033cc;
    cursor: pointer;
    margin-right: 10px;
}
.main-right{
    display: table-cell;
    vertical-align: top;
    width: 290px;
}
.news-list{

}
.news-item .date{
    color:#5ba5d2;
    font-weight: bold;
    border-bottom: 0px solid #dddddd;
    font-size: 14px;
}
.news-item .content{
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #dddddd;
}
.news-item .title{
    background-color:#999999;
    color: #fff;
    margin: 0 0 5px 140px;
    padding: 3px;
    font-size: 12px;
}
.news-item .title{
    cursor: pointer;
}
.news-item .text{
    cursor: pointer;
    min-height: 90px;
    font-size: 14px;
}
.news-item img{
    margin: 0 10px 5px 0;
    float: left;
    width: 133px;
    height: 90px;
}
.announcement-list, .video-list, .news-list{
    margin-top: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.announcement-list .news-item{
    margin-right: 20px;
}
.announcement-list .news-item .date{
    display: inline-block;
    font-size: 14px;
    float: right;
    margin-right: 10px;
}
.announcement-list .news-item .title{
    margin: 0;
    display: inline-block;
    background: #ffffff;
    color: #3b98d6;
    font-size: 14px;
}
.news-item img{
    width: 135px;
}
.video-list{
    font-size: 14px;
}
.right-menu{
    margin: 20px 10px 0 0;
}
.carousel{
    margin-top: 20px;
    width: 100%;
    display: table;
    height: 150px;
}
.carousel-left{
    display: table-cell;
    width: 31px;
    height: 150px;
    vertical-align: middle;
    cursor: pointer;
}
.carousel-menu{
    display: table-cell;
    max-width: 1138px;
    overflow: hidden;
}
.in_carousel{
    display: table;
    max-height: 150px;
}
.carousel-right{
    display: table-cell;
    width: 31px;
    height: 150px;
    vertical-align: middle;
    cursor: pointer;
}
.carousel-menu-item{
    display: table-cell;
    vertical-align: top;
    height: 140px;
    min-width: 140px;
    width: 140px;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
}
.carousel-element{
    margin: 5px;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px;
}
.carousel-menu-item .icon{
    height: 90px;
}
.carousel-menu-item .icon img{
    height: 90px;
}
.footer-menu .top-menu-item{
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}
.footer{
    font-size: 12px;
    margin-top: 20px;
    background: #666666;
    padding: 2px 5px 0 5px;
    color: #ffffff;
}
.footer-menu{
    border-bottom: 1px solid #777777;
}
.footer-zone{
    margin-top: 20px;
    height: 100px;
    display: table;
}
.footer-text{
    display: table-cell;
    vertical-align: middle;
    width: 700px;
}
.counter{
    display: table-cell;
    vertical-align: middle;
    width: 300px;
}
.footer-subscribe{
    display: table-cell;
}
.subscribe-icon{
    width: 39px;
    height: 39px;
    background: url("../images/static/subscribe.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.subscribe-title{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.footer-subscribe input{
    background: #909090;
    border: #646464;
    border-radius: 3px;
    padding: 2px;
    margin-top: 5px;
    color:#fff;
    width: 178px;
}
.footer-subscribe input[type='button']{
    background: #909090;
    border: #646464;
    border-radius: 3px;
    padding: 2px;
    margin-top: 5px;
    color:#3f6f8c;
    float: right;
    margin-right: 10px;
    width: 183px;
}
.copyright{

}
.article-item img{
    margin-right: 10px;
}
.article-date{
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
}
.article-item .text{
    margin-top: 30px;
}
.slider-item{
    width: 580px;
    height: 287px;
    margin-bottom: 10px;
}
.slider-item .in-text{ 
	position: relative;
    top: 220px;   	
    background: rgba(0,0,0,0.5);
    height: 57px;
    padding: 5px;
    color: #ffffff;
    display: none;
}
.slider-item .dotes{			   	
    display: none;
    padding: 15px;
}
.slider-item .dotes div {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #000;
    margin-right: 3px;
    background: #ccc;
}
.fbb{
    text-align: right;
}
.search-item{
    margin-top: 10px;
    border-bottom: 1px solid #2e383c;
    cursor: pointer;
}
.search-title{
    font-size: 16px;
    font-weight: bold;
}
.search-text{
    font-size: 14px;
}
.pagination{
    display: table;
}
.pagen_id{
    display: table-cell;
    padding: 3px;
    text-decoration: underline;
    cursor: pointer;
}
.less{
    text-decoration: underline;
    cursor: pointer;
}
.more{
    display: none;
}
.to-pop{
    width: 700px;
    height: 400px;
    background: #fff;
}
.org-phone{
    min-height: 16px;
	padding-left: 30px;
    background: url("../images/static/phone-icon.png") 5px 5px  no-repeat;
	display:inline-block;
	margin-right: 10px;
	vertcal-align:bottom;
}
.org-mail{
    min-height: 16px;
	padding-left: 30px;
    background: url("../images/static/mail-icon.png") 5px 5px no-repeat;
	display:inline-block;
	margin-right: 10px;
	vertcal-align:bottom;
}
a.org{
    color: #1b79b8;
    text-decoration: none;
}
a.org:hover{
    text-decoration: underline;
}
a.web, a.word, a.excel, a.zip, a.rar, a.pdf, a.png, a.gif, a.ppt, a.folder{
    padding-left: 30px;
	padding-top: 5px;
    vertical-align: middle;
	height: 25px;
	margin-bottom:5px;
}
a.folder{
    background: url("../images/static/folder.png") no-repeat;
	background-size:contain;
}
a.web{
    background: url("../images/static/web.png") no-repeat;
	background-size:contain;
}
a.word{
    background: url("../images/static/doc.png") no-repeat;
	background-size:contain;
}
a.excel{
    background: url("../images/static/excel.png") no-repeat;
	background-size: contain;
}
a.zip{
    background: url("../images/static/zip.png") no-repeat;
	background-size:contain;
}
a.rar{
    background: url("../images/static/zip.png") no-repeat;
	background-size:contain;
}
a.pdf{
    background: url("../images/static/pdf.png") no-repeat;
	background-size:contain;
}
a.png{
    background: url("../images/static/png.png") no-repeat;
	background-size:contain;
}
a.gif{
    background: url("../images/static/gif.png") no-repeat;
	background-size:contain;
}
a.ppt{
    background: url("../images/static/ppt.png") no-repeat;
	background-size:contain;
}
.plusme>.main-menu-item{
    background: url("../images/static/dot2.png") no-repeat;
    background-size: 10px 10px;
    background-position: 0px 5px;
}
.plusme>.main-menu-item.open{
    background: url("../images/static/dot3.png") no-repeat;
    background-size: 10px 15px;
    background-position: 0px 3px;
}
.to-info{
	display: none;
}