body { margin: 0; padding: 0; color: #000000; font-family: 微软雅黑,Arial; font-size: 10pt; line-height: 200%; text-align: justify; text-justify: inter-ideograph; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ }

/*查询样式开始*/
.search { float: right; z-index: 999; width: 204px; background: url(../images/iamge/seabg.png) center top no-repeat; height: 32px; display: inline; margin-top: -5px; line-height: 32px; padding: 0 0 0 11px; }
.button { width: 30px; z-index: 9; position: relative; height: 32px; float: left; background: url(../images/iamge/insexsearch.png); }
.text { font-size: 12px; border: 0; margin: 1px 0 0 3px; width: 159px; height: 30px; line-height: 30px; color: #7a7a7a; float: left; }
input, select, textarea { outline: none; border: none; background: #FFF; }
/*查询样式结束*/



.wrap { overflow: hidden; }

ul, li, ol { list-style: none; margin: 0; padding: 0; }

/***头部样式***/
.header { z-index: 100; }

.header_Top { background: url(../../Gdjtdsj/images/2.png) center top no-repeat; position: relative; width: 100%; color: #ffffff; /*line-height: 89px;*/ /*height:89px;*/ background-color: rgb(13, 86, 144); /*border-top: solid 2px #000000;
    border-bottom: solid 2px #1d4373;*/ }

.main-header { min-height: 63px; z-index: 9999; width: 100%; position: relative; /*background: url(../../App_Themes/Gdjtdsj/images/3.png) center top no-repeat;*/ background: #ffffff; }

.main-header_top { min-height: 63px; z-index: 9999; width: 100%; /*position: relative;*/ /*background: url(../../App_Themes/Gdjtdsj/images/3.png) center top no-repeat;*/ background: #ffffff; }

.logo { padding-top: 0px; }

img { max-width: 100%; }

/*主菜单样式*/
.menu { float: left; }

@media (min-width:1200px) {
    .menu { float: right; }
}

.menu > ul > li { display: block; float: left; }

.nav > li > ul { display: none; }

.nav-menu > li { height: 63px; line-height: 63px; }

    .nav-menu > li:hover { background: url(../images/menu_h.png) center bottom repeat-x; }

.nav-menu a { display: block; color: #165c94; font-size: 12pt; padding-right: 18px; padding-left: 17px; }
/*.menu a:link
        {
            color: #165c94;
        }
        .nav-menu a:visited
        {
            color: #165c94;
        }

        .nav-menu a:hover
        {
            color: #ffffff;
        }*/

.nav-menu > li > ul { position: absolute; min-width: 140px; line-height: 40px; background: url(../images/menu_link.png); }

    .nav-menu > li > ul a { font-size: 9pt; }

    .nav-menu > li > ul > li:hover { background: url(../images/menu_hover.png); padding-left: 15px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

/*二级菜单样式*/
.menu2 { line-height: 32px; }

    .menu2 li { height: 40px; padding-left: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

        .menu2 li:hover { padding-left: 5px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

    .menu2 a { display: block; width: 100%; height: 32px; text-indent: 30px; background: url(../../Gdjtdsj/images/menu2_link_bg1.png) repeat-y; }

        .menu2 a:link { color: #333333; }

        .menu2 a:visited { color: #333333; }

        .menu2 a:hover { color: #ff9933; }

/***首页大图***/
/*div.bigimg_bg {
    position: relative;
    width: 100%;
    height: 378px;
    background: url(../images/iamge/4.png) center bottom no-repeat;
    border-bottom:solid 2px #1068ad;
}*/

/***二级页面大图***/
div.bigimg_bg2 { position: relative; width: 100%; height: 287px; background: url(../images/bigimg2.png) center bottom no-repeat; border-bottom: solid 2px #1068ad; }

/***中间部分***/
.middle { margin-top: 0px; margin-bottom: 30px; }

.middle2 { padding: 10px 0; z-index: 2; }

/*学术报告*/
.xsbg { display: none; }

    .xsbg table { width: 100%; table-layout: fixed; vertical-align: top; margin: 0; padding: 0; line-height: 34px; }

    .xsbg tr { vertical-align: top; margin: 0; padding: 0; }

    .xsbg td { margin: 0; padding: 0; }

/*脚部样式*/
.footer { width: 100%; color: #ffffff; background-color: #0d5690; border-top: solid 5px #e0e0e0; z-index: 9999; padding-top: 30px; padding-bottom: 30px; }

/*返回顶部*/
.scrollup { width: 40px; height: 40px; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); opacity: 0.8; position: fixed; bottom: 100px; right: 15px; display: none; text-align: center; color: #fafafa; font-size: 28px; background: #9e9e9e; z-index: 9999; }

    .scrollup i { line-height: 38px; }

a.scrollup:hover i, a.scrollup:focus i { text-decoration: none; color: #fafafa; outline: none; }

/*翻页条样式*/
#divpage { width: 100%; float: right; text-align: right; font-size: 9pt; color: #3770a6; line-height: 40px; }

/*其它样式*/

.ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-break: keep-all; }

.line-x { width: 100%; height: 1px; margin: 30px auto; background-color: #d0d0d0; }

.line-x1 { width: 100%; height: 3px; background-color: #1068ad; }

.line-x2 { width: 100%; height: 1px; background-color: #d0d0d0; margin-top: 20px; }

.line-y { width: 1px; height: 100%; background-color: #d0d0d0; }

.line-y1 { width: 1px; height: 320px; margin-left: 25px; background-color: #d0d0d0; }

.hight-x { width: 100%; height: 25px; }

.hight-x1 { width: 100%; height: 10px; }

.hight-x2 { width: 100%; height: 12px; }

.hight-x3 { width: 100%; height: 18px; }

.divbuleborder { border: solid 4px #1068ad; }

.hsbg { background-color: #f3f3f3; }

.pdd-lr { padding: 0 20px; }

.pdd-lr2 { padding: 0 10px; }
.pdd-right { padding-right: 10px; }
.pdd-left { padding-left: 10px; }

.blog-divider { margin: 35px 0; background: url(../images/img_bg.png) repeat; content: ""; height: 5px; }
.divredborder { border: solid 1px #df7070; }

/**图片鼠标经过样式**/
.post-image { width: 100%; height: 100%; overflow: hidden; position: relative; border: 1px solid #dddddd; border-radius: 2px; background: url(../images/img_bg.png); padding: 4px; }

    .post-image img { width: 100%; display: block; }

.post-item-link { display: block; position: relative; overflow: hidden; margin: 0; }

.img-hover { position: absolute; width: 100%; height: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; top: 0; left: 0; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; -o-transition: all 0.35s ease-out; -ms-transition: all 0.35s ease-out; transition: all 0.35s ease-out; background: rgba(50,50,50,0.75); }
    .img-hover:hover { background-position: center center; }
.fullscreen { position: absolute; left: 50%; top: 65%; color: #fff; font-size: 18px; margin-top: -30px; margin-left: -24px; width: 60px; height: 60px; opacity: 0; }

    .fullscreen i { color: #fff !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; z-index: 11; background: rgba(0,0,0,0.6); padding: 16px 18px; font-size: 16px; border-radius: 100px; }

/**按钮样式**/
.btn-color, .subscribe-btn { background: -webkit-linear-gradient(#2eaef0,#0488cd); background: -moz-linear-gradient(#2eaef0,#0488cd); background: -o-linear-gradient(#2eaef0,#0488cd); background: -ms-linear-gradient(#2eaef0,#0488cd); background: linear-gradient(#2eaef0,#0488cd); border: 1px solid #2f7295; -webkit-box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2); box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2); cursor: pointer; }

.btn-small { display: inline-block; cursor: pointer; font-size: 14px; padding: 7px 20px; }

.btn-color { color: #fff !important; text-shadow: 0 1px #555 !important; }

.btn-color, .btn-grey { -webkit-transition: all .5s ease-in-out !important; -moz-transition: all .5s ease-in-out !important; -o-transition: all .5s ease-in-out !important; -ms-transition: all .5s ease-in-out !important; transition: all .5s ease-in-out !important; }

.btn-special, .btn-normal, .btn-small, .btn-large, .comment-des, .steps .popup, .testimonial p, .contact-box { border-radius: 3px; }
.txt-l { font-size: 11pt; }

/**内容样式**/
.ContentTitle { font-size: 13pt; font-family: '微软雅黑'; text-align: center; color: #df7070; }

.ContentTitle_e { font-size: 13pt; font-family: "Open Sans",Helvetica,Arial,sans-serif; text-align: center; color: #df7070; }

.ContentDetails { font-size: 11pt; color: #666666; font-family: '微软雅黑'; text-indent: 2em; }

.ContentDetails_e { font-size: 10pt; color: #666666; font-family: "Open Sans",Helvetica,Arial,sans-serif; text-indent: 2em; }

.ContentHeader p { text-align: center; }

.TeacherTitle { width: 100%; height: 40px; line-height: 40px; font-size: 11pt; font-family: '微软雅黑'; color: #df7070; text-align: left; }

.teacher { margin: 15px; }

.ziti { width: 100%; height: 100%; line-height: 25px; font-size: 24px; color: #ffffff; background: rgba(0, 82, 140, 0.8); padding: 20px 10px 30px 30px; line-height: 30px; font-family: '方正剑体简体'; }


/*头部搜索样式*/
#div_header_search { width: 143px; height: 22px; background: url(../images/iamge/search_bg.png); float: right; }


/* --------------------------图片上显示文字-------------------------------------------------*/
.box { width: 100%; height: 124px; position: relative; cursor: pointer; }
    /*.box .bmbox { width: 119px; height: 30px; background: black; position: absolute; bottom: 0px; text-align: center; display: none; font: normal normal normal 12px 30px Microsoft YaHei, Arial; color: white; }*/

    .box .bmbox { width: 119px; height: 30px; background: rgba(10, 73, 123, 0.7); position: absolute; bottom: 0px; text-align:center;  margin-left: auto; margin-right: auto; display: block; color: white; line-height: 30px; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; font-family: "Microsoft YaHei", Arial; }

        .box .bmbox a { display: block; position: absolute; width: 100%; height: 100%; }
    .box img { width: 119px; height: 124px; }