body,html {
    font-family: Microsoft YaHei;
}
/*分页*/
.ui-paging-container ul li {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}

.ui-paging-container li.ui-paging-toolbar select {
    display: none;
}

.ui-paging-container li.ui-paging-toolbar input {
    height: 100%;
    width: 38px;
}

.ui-paging-container li.ui-paging-toolbar a {
    height: 100%;
    line-height: 32px;
    padding: 0 9px;
}

/*********** 页面头部开始 ***********/
#header-wrappper,.navmenu-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#header-wrappper{
    margin: 25px auto 16px;
}

.header-logo {
    width: 500px;
    float: left;
}

.header-logo img {
    width: 50px;
    height: 47px;
    float: left;
}

.unitname-wrapper {
    margin-left: 65px;
}

.unitname-wrapper .unitname {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3488EA;
    line-height: 30px;
    letter-spacing: 2px;
}

.unitname-wrapper .unit-subname {
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3488EA;
    line-height: 16px;
}

/* 搜索框区域 */
.search-container {
    width: 316px;
    height: 40px;
    border: 2px solid #3488EA;
    float: right;
}

.search-container .search-input {
    width: 100%;
    height: 100%;
}

.search-txt {
    height: 100%;
    width: 260px;
    float: left;
}

.search-txt input{
    float: left;
    width: 260px;
    height: 100%;
    border: none;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 0 8px;
}

#txtsearch::-webkit-input-placeholder{/*Webkit browsers*/
    color: #ADADAD;
    font-size:14px;
    letter-spacing: 2px;
}

#txtsearch:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
   color: #ADADAD;
   font-size:14px;
   letter-spacing: 2px;
}

#txtsearch::-moz-placeholder{/*Mozilla Firefox 19+*/
    color: #ADADAD;
    font-size:14px;
    letter-spacing: 2px;
}

#txtsearch:-ms-input-placeholder{/*Internet Explorer 10+*/
    /*color: #ADADAD;*/
    font-size:14px;
    letter-spacing: 2px;
    background: rgba(173,173,173, .2);
}

.search-btn {
    width: 52px;
    height: 36px;
    line-height: 36px;
    background: #3488EA;
    cursor: pointer;
    float: left;
    text-align: center;
    color: #fff;
}
/* 头部导航 */
.navmenu-container {
    white-space: nowrap;
    position: relative;
    height: 58px;
    clear: both;
    letter-spacing: 1px;
}
.nav-menu {
    width: 720px;
    height: 58px;
    float: left;
}
.nav-menu li{
    float: left;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    width: 88px;
    text-align: center;
    margin: 0 35px;
    cursor: pointer;
}

.nav-menu li:first-child{
    margin: 0;
}

.nav-menu li.menu-hover {
    border-bottom: 2px solid #3488EA;
    color: #3488EA;
}

/* 登录区域链接 */
.header-links {
    float:  right;
}
.header-links li {
    float: left;
    line-height: 58px;
    padding-right: 14px;
    font-size: 16px;
}

.header-links li:last-child {
    padding-right: 0;
}

.header-links li a{
    color: #666;
}

.header-links li.header-link-line {
    color: #747474;
}
/* banner图 */
.carousel-wrapper {
    width: 100%;
    margin: 0 auto;
}
.carousel-wrapper .banner {
    width: 100%;
    height: 483px !important;
}
/*********** 页面头部结束 ***********/
/*********** 页面内容区域开始 ***********/
#homepage-content {
    width: 100%;
    margin: 80px auto;
    overflow: hidden;
}

#homepage-content .index-content {
    width: 1200px;
    margin: 0 auto;
}

/* 页面部分信息展示区域 */
.index-content #inform-content {
    width: 630px;
    float: left;
    display: inline;
    position: relative;
    letter-spacing: 1px;
    min-height: 394px;
}

#inform-content .inform-tabs-nav {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f4f4f4;
}

.inform-tabs-nav .inform-tabs-items {
    width: 100%;
    height: 100%;
    font-size: 18px;
    float: left;
}

.inform-tabs-items .inform-tabs-item{
    width: 112px;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #ADADAD;
}

.inform-tabs-item.inform-tabs-item-active {
    width: 112px;
    height: 100%;
    background: #3488EA;
    text-align: center;
    color: #fff;
}

.inform-tabs-items .inform-more {
    float: right;
    font-size: 14px;
    margin-right: 14px;
    letter-spacing: 1px;
    color: #ADADAD;
    cursor: pointer;
}

.inform-news-module {
    width: 100%;
    margin: 20px auto 0;
}

.inform-news-module .inform-news-item {
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #E7E7E7;
}

.inform-news-module .inform-news-first-item {
    border-bottom: 1px solid #E7E7E7;
}

.inform-news-item .inform-item-title {
    width: 480px;
    white-space: nowrap;
    padding-left: 20px;
    background: url(../img/index/circle.png) 0 center no-repeat;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.inform-item-title {
    color: #4A4A4A;
}

.inform-news-item .inform-item-readvolume {
    width: 130px;
    float: right;
    text-align: center;
    color: #888;
    font-size: 15px;
}

.inform-news-first-item .first-item-titlewrapper {
    /*height: 35px;*/
    /*line-height: 35px;*/
    height: 49px;
    line-height: 49px;
}

.inform-news-first-item .first-item-titlewrapper .inform-item-title {
    width: 480px;
    font-size: 16px;
    float: left;
    display: inline;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;

}

.inform-news-first-item .first-item-titlewrapper .inform-item-readvolume {
    width: 130px;
    float: right;
    text-align: center;
    color: #888;
    font-size: 15px;
}

.news-item-first-titlewrapper {
    font-size: 12px;
    color: #ADADAD;
    line-height: 25px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

/* 页面部分轮播图区域 */
#banner-content {
    width: 528px;
    float: right;
    position: relative;
}

#banner-content .banner {
    width: 100%;
    height: 394px;
}

.banner-title-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color:rgba(0,0,0,0.38)
}

.banner-title-wrapper span {
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
    letter-spacing: 1px;
}

/* 专家论坛，事故案例，PPT资料 */
.informlist,.inform-detail,.searchresult,#aboutus {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.informlist .informlist-title, .inform-detail .informdetail-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #f4f4f4;
    margin-bottom: 40px;
}

.informlist .informlist-tab, .inform-detail .informdetail-tab {
    width: 138px;
    height: 42px;
    background: #3488EA;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.informlist .informlist-content {
    margin: 30px auto;
}

.searchresult-content {
    margin: 0 auto 30px;
}

.informlist-content .informlist-item,.searchresult-content  .informlist-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden;
}

.informlist-item-logo {
    float: left;
}

.informlist-item-logo img {
    width: 180px;
    height: 135px;
    /*width: 200px;*/
    /*height: 150px;*/
}

.informlist-item-contents {
    margin-left: 200px;
}

.informlist-item-contents .informlist-item-title,
.informlist-item-nophoto-contents .informlist-item-title {
    line-height: 45px;
    font-size: 18px;
    color: #4A4A4A;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.informlist-item-contents .informlist-item-content,
.informlist-item-nophoto-contents .informlist-item-content {
    line-height: 30px;
    margin: 5px 0;
    color: #ADADAD;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.informlist-item-contents .informlist-item-readvolume,
.informlist-item-nophoto-contents .informlist-item-readvolume {
    line-height: 35px;
    /*color: #4A4A4A;*/
    color: #ADADAD;
}

/* 专家论坛，事故案例，PPT资料详情 */
.informdetail-content {
    margin-top: 40px;
}

.informdetail-content-wrapper {
    margin: 0 auto 40px;
}

.informdetail-content-header {
    text-align: center;
}

.informdetail-content-header .content-title {
    font-size: 22px;
}

.informdetail-content-header .content-readvolume {
    line-height: 60px;
    border-bottom: 1px solid #DEDEDE;
}

.video-wrapper {
    text-align: center;
    margin: 40px auto 0;
    overflow: hidden;
}

.video-wrapper video {
    width: 650px;
    height: 400px;
}

.video-wrapper .other-video-wrapper {
    margin: 25px 0 0;
}

.video-wrapper .other-video-wrapper a {
    padding: 0 10px;
    text-decoration: underline;
    color: #337ab7;
    font-size: 14px;
}

.video-wrapper .other-video-wrapper a.played-video {
    text-decoration: none;
    color: #000;
}

.other-video-wrapper .videoitem {
    margin: 0 20px;
}

.other-video-wrapper .videoitem .videoname {
    text-decoration: underline;
    color: #337ab7;
    font-size: 14px;
    cursor: pointer;
}

.other-video-wrapper .videoitem .videoname.played-video {
    text-decoration: none;
    color: #000;
}

/* 资料详情 */
.informdetail-material {
    font-size: 17px;
    line-height: 40px;
}

.informdetail-material .fileitem {
    /*line-height: 45px;*/
    /*height: 45px;*/
}

.downloadbtn {
    padding: 3px 10px;
    margin: 0;
    margin-left: 60px;
}

.material-size {
    width: 150px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.materialdetail {
    /*margin: 20px 0;*/
    margin-top: 40px;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.filename-wrapper {
    width: 450px;
    float: left;
}

.filename-wrapper .filename-title {
    float: left;
}

.filename-wrapper .filename{
    display: block;
    width: 350px;
    height: 40px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filename-wrapper .filename a {
    color: #ff6600;
    text-decoration: underline;
}

.noresult-tip {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

/* 关于我们 */
#aboutus {
    font-size: 16px;
    color: #4A4A4A;
}


#aboutus .unitinfo {
    height: 40px;
    line-height: 40px;
}


#aboutus .aboutus-unitname {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.unitdesc p {
    text-indent: 2em;
    line-height: 40px;
}

/* 分页样式 */
#informpage, #searchresult-page {
    margin-top: 60px;
}
/*********** 页面内容区域结束 ***********/

/*********** 页面尾部区域开始 ***********/
#footer-wrappper {
    width: 100%;
    height: 79px;
    background: #3488EA;
    padding: 20px 0;
}

#footer-wrappper div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #fff;
    font-weight: 400;
    text-align: center;;
}
/*********** 页面尾部区域结束 ***********/