/*通用样式*/

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    outline: none
}

ul,
ol,
li {
    list-style-type: none;
}

fieldset,
img {
    border: medium none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "微软雅黑";
    min-width: 1200px;
}

ul {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

/*头部*/

.ai-head {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ai-top1 {
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background: #093b6c;
    width: 100%;
}

.ai-top1 ul li {
    float: left;
    margin-left: 46px;
}

.ai-top1 ul li:first-child {
    margin-left: 0;
}

.search {
    margin-top: 31px;
    position: relative;
    width: 380px;
    height: 36px;
    border: 1px solid #b7b7b7;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 4px;
}

.search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 303px;
    height: 36px;
    border: none;
    padding-left: 10px;
    background: none;
}

.search-btn {
    width: 67px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
}

.ai-top2 {
    width: 100%;
    height: 100px;
}

.ai-logo {
    margin-top: 21px;
}

/*导航*/

.ai-nav {
    width: 100%;
    height: 88px;
    background: url(../img/nav-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 1px 1px 10px rgba(9, 59, 108, 0.75);
}

.ai-nav ul {
    width: 1200px;
    margin: 0 auto;
}

.ai-nav ul li {
    float: left;
    margin-top: 35px;
}

.ai-nav ul li a {
    display: block;
    color: #FFFFFF;
    width: 120px;
    text-align: center;
    height: 53px;
}

.ai-nav ul li .chinese {
    font-size: 18px;
    line-height: 18px;
}

.ai-nav ul li .english {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
}

.head-iframe {
    width: 100%;
    height: 136px;
    border: 0;
    margin: 0;
    /*float: left;*/
}

.footer-iframe {
    width: 100%;
    height: 188px;
    border: 0;
    /*margin-top: 60px;*/
    background: #283b63;
    float: left;
}

/*尾部*/

.footer {
    width: 100%;
    height: 144px;
    background: #283b63;
    padding: 20px 0;
}

.footer-nav li {
    float: left;
}

.footer-nav li a {
    color: #85a2e0;
    font-size: 18px;
    width: 120px;
    display: block;
    text-align: center;
}

.footer-nav li a:hover {
    color: #FFFFFF;
}

.footer-body {
    margin-top: 30px;
}

.footer-lodo {
    width: 89px;
    height: 90px;
}

.copyright {
    height: 90px;
}

.copyright-body {
    margin-left: 34px;
    margin-top: 10px;
}

.copyright-body p {
    color: #85a2e0;
    font-size: 14px;
    line-height: 24px;
}

.dimensional img {
    margin-left: 30px;
}

.dimensional img:first-child {
    margin-left: 0;
}

/*首页banner*/

.index-banner {
    width: 100%;
    position: absolute;
    height: 600px;
    top: 0;
    left: 0;
}

.index-banner img {
    width: 100%;
    height: 100%;
}

.banner-nav {
    position: relative;
    width: 100%;
    height: 600px;
}

.banner-notify {
    width: 100%;
    height: 46px;
    background: #093B6C;
    line-height: 46px;
}

.banner-notify-head {
    color: #FFFFFF;
    font-size: 18px;
    float: left;
}

.banner-notify-title {
    font-size: 16px;
    color: #c4e2ff;
    width: 500px;
}

.banner-notify-time {
    font-size: 16px;
    color: #5b8ec0;
    margin-left: 20px;
}

.banner-notify-ul {
    height: 46px;
    overflow: hidden;
}

.banner-notify-ul li {
    height: 46px;
}

.mouse_direction {
    margin-top: 4px;
}

.mouse_top {
    width: 14px;
    height: 12px;
    background: url(../img/up-arrow.png) no-repeat;
}

.mouse_bottom {
    margin-top: 4px;
    width: 14px;
    height: 12px;
    background: url(../img/down-arrow.png) no-repeat;
}

.banner-notify-ul li a {
    display: inline-block;
    background: url(../img/white-rectangles.png) no-repeat center left;
    margin-left: 30px;
    padding-left: 16px;
}

/*新闻动态*/

.news-div {
    /*height: 936px;*/
    background: url(../img/news-bg.png);
    margin-top: 40px;
}

.news-div-title {
    text-align: center;
    width: 182px;
    margin: 0 auto;
}

.news-div-title-chinese {
    background: url(../img/tile1-bg.png) no-repeat;
    width: 182px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #1a4a78;
}

.news-div-title-english {
    font-size: 18px;
    font-family: "宋体";
    color: #2465a5;
    margin-top: 10px;
}

.news-div-body {
    margin-top: 20px;
}

.news-div-body-con1-fl {
    width: 580px;
    /*height: 434px;*/
    position: relative;
    float: left;
}

.news-div-body-con1-fl-ul {
    /*height: 434px;*/
    width: 580px;
}

.news-left-arrow {
    position: absolute;
    bottom: 10px;
    right: 34px;
    z-index: 100;
}

.news-right-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

.news-div-body-con1-fl-ul ul li {
    float: left;
    height: 325px;
    width: 580px;
    margin-right: 23px;
    overflow: hidden;
}

.news-div-body-con1-fl-ul-div {
    position: relative;
    width: 580px;
    height: 434px;
}

.news-div-body-con1-fl-ul-div img {
    width: 100%;
    /*height: 100%;*/
    height: 325px;
    position: relative;
    top: 0;
    left: 0;
}

.news-div-body-con1-fl-ul-div-content {
    width: 580px;
    height: 38px;
    line-height: 38px;
    background: url(../img/news-div-body-con1-fl-ul-div-content.png) no-repeat;
    position: relative;
    bottom: 38px;
    left: 0;
    color: #fff;
    padding-left: 10px;
    box-sizing: content-box;
    font-size: 16px;
    z-index: 9;
}

.news-div-body-con1-fl-ul-div-content p {
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-div-body-con1-fr {
    float: right;
    width: 580px;
}

.news-div-body-con1-fr ul li {
    border-bottom: 1px solid #e6e6e6;
    /*height: 207px;*/
    margin-top: 10px;
    padding-bottom: 20px;
}

.news-div-body-con1-fr ul li:hover .news-div-body-con1-fr-title {
    color: #0476be;
}

.news-div-body-con1-fr ul li:hover .news-div-body-con1-fr-time {
    color: #0476be;
}

.news-div-body-con1-fr ul li:hover .news-div-body-con1-fr-body p {
    color: #0476be;
}

.news-div-body-con1-fr ul li:first-child {
    margin-top: 0;
}

.news-div-body-con1-fr-head {
    font-size: 20px;
    color: #000;
    height: 25px;
    line-height: 24px;
}

.news-div-body-con1-fr-title {
    width: 470px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    float: left;
}

.news-div-body-con1-fr-time {
    float: right;
    font-size: 14px;
    color: #656363;
    line-height: 30px;
}

.news-div-body-con1-fr-body p {
    font-size: 14px;
    color: #272727;
    line-height: 24px;
    margin-top: 10px;
    width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.check-details-btn {
    display: block;
    width: 88px;
    height: 30px;
    border-radius: 4px;
    background: #4f87bf;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    float: right;
    margin-top: 10px;
}

.news-div-body-con2 {
    margin-top: 40px;
}

.news-div-body-con2-fl-ul li {
    float: left;
    margin-left: 40px;
}

.news-div-body-con2-fl-ul li:hover .news-div-body-con2-fl-body-title {
    color: #0476be;
}

.news-div-body-con2-fl-ul li:hover .news-div-body-con2-fl-body-body {
    color: #0476be;
}

.news-div-body-con2-fl-ul li:first-child {
    margin-left: 0;
}

.news-div-body-con2-fl-photo {
    width: 270px;
    height: 202px;
}

.news-div-body-con2-fl-photo img {
    width: 100%;
    height: 100%;
}

.news-div-body-con2-fl-body {
    margin-top: 20px;
}

.news-div-body-con2-fl-body-title {
    font-size: 14px;
    color: #000;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.news-div-body-con2-fl-body-body {
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 22px;
    color: #505050;
    margin-top: 20px;
}

.news-div-body-con2-fr {
    float: right;
    width: 580px;
}

.news-div-body-con2-fr ul li {
    margin-top: 14px;
}

.news-div-body-con2-fr ul li:first-child {
    margin-top: 0;
}

.news-div-body-con2-fr ul li a {
    background: url(../img/blue-rectangles.png) no-repeat center left;
    padding-left: 16px;
    height: 14px;
    line-height: 14px;
}

.news-div-body-con2-fr ul li a:hover .news-div-body-con2-fr-news-title {
    color: #0476be;
}

.news-div-body-con2-fr ul li a:hover .news-div-body-con2-fr-news-time {
    color: #0476be;
}

.news-div-body-con2-fr-news-title {
    font-size: 14px;
    color: #000;
    width: 470px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.news-div-body-con2-fr-news-time {
    font-size: 14px;
    color: #656363;
}

/*科学研究*/

.science-trends {
    margin-top: 20px;
    width: 100%;
    height: 854px;
    background: url(../img/con2bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    background-position: center center;
}

.science-trends-div-title {
    text-align: center;
    width: 182px;
    margin: 0 auto;
}

.science-trends-title-chinese {
    background: url(../img/tile2-bg.png) no-repeat;
    width: 182px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
}

.science-trends-title-english {
    font-size: 18px;
    font-family: "宋体";
    color: #b4e6fd;
    margin-top: 10px;
}

.science-trends-ul1 {
    width: 258px;
    margin: 0 auto;
    margin-top: 20px;
}

.science-trends-ul1 li {
    float: left;
    margin-left: 20px;
}

.science-trends-ul1 li a {
    color: #FFFFFF;
    line-height: 32px;
    display: inline-block;
    border-bottom: 1px solid #2270ba;
}

.science-trends-ul1 li a:hover {
    border-bottom: 1px solid #FFFFFF;
}

.science-trends-introduction {
    width: 982px;
    height: 79px;
    margin: 40px auto;
    background: url(../img/science-trends-introduction.png) no-repeat;
}

.science-trends-introduction p {
    margin: 0 auto;
    width: 902px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.science-trends-con3 {
    margin-top: 60px;
}

.science-trends-con3-left-div {
    width: 374px;
    height: 130px;
    background: url(../img/science-trends-con3-left-div.png) no-repeat;
    padding: 10px 22px 10px 20px;
    color: #2270ba;
    box-shadow: 4px 4px 4px rgba(0, 0, 1, 0.2);
}

.science-trends-con3-left-div:hover {
    background: url(../img/science-trends-con3-left-div-hover.png) no-repeat;
    color: #FFFFFF;
    transition: 0.3s;
}

.science-trends-con3-left-div-title {
    font-size: 24px;
}

.science-trends-con3-left-div-body {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
    width: 376px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.science-trends-con3-right {
    float: right;
}

.science-trends-con3-right-div {
    width: 374px;
    height: 130px;
    background: url(../img/science-trends-con3-right.png) no-repeat;
    padding: 10px 22px 10px 20px;
    color: #2270ba;
    box-shadow: 4px 4px 4px rgba(0, 0, 1, 0.2);
}

.science-trends-con3-right-div:hover {
    background: url(../img/science-trends-con3-right-hover.png) no-repeat;
    color: #FFFFFF;
    transition: 0.3s;
}

.science-trends-con3-right-div-title {
    font-size: 24px;
}

.science-trends-con3-right-div-body {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
    width: 376px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.science-trends-con3-center {
    float: left;
    width: 368px;
    text-align: center;
}

.science-trends-bottom-nav {
    width: 970px;
    margin: 90px auto;
}

.science-trends-bottom-nav ul li {
    float: left;
    margin-left: 60px;
}

.science-trends-bottom-nav ul li:first-child {
    margin-left: 0;
}

.science-trends-bottom-nav ul li a {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    width: 146px;
    height: 126px;
}

.science-trends-bottom-nav ul li a:hover {
    background: url(../img/science-trends-bottom-nav-bg.png) no-repeat;
}

.science-trends-bottom-nav ul li a p {
    margin-top: 10px;
}

/*研究生培训、教育培训*/

.graduate-education {
    height: 783px;
    margin-top: 40px;
}

.graduate {
    width: 560px;
}

.graduate-title {
    text-align: center;
    width: 215px;
    margin: 0 auto;
}

.graduate-title-chinese {
    background: url(../img/tile3-bg.png) no-repeat;
    width: 215px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #1a4a78;
}

.graduate-title-english {
    font-size: 18px;
    font-family: "宋体";
    color: #2465a5;
    margin-top: 10px;
}

.graduate-body {
    margin-top: 30px;
}

.graduate-body-top img {
    width: 560px;
    height: 315px;
}

.graduate-body-top p {
    font-size: 14px;
    color: #010101;
    line-height: 24px;
    margin-top: 20px;
    width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.graduate-body-top:hover p {
    color: #2270ba;
}

.graduate-body-bottom {
    margin-top: 40px;
}

.graduate-body-bottom ul li {
    margin-top: 20px;
    height: 110px;
}

.graduate-body-bottom ul li:hover .graduate-body-bottom-news-body {
    color: #2270BA;
}

.graduate-body-bottom ul li:first-child {
    margin-top: 0;
}

.graduate-body-bottom-news-time {
    width: 140px;
}

.graduate-body-bottom-news-time .date {
    width: 140px;
    height: 80px;
    background: #ddd;
    text-align: center;
    line-height: 80px;
    color: #283b63;
    font-size: 36px;
}

.graduate-body-bottom-news-time .year-month {
    width: 140px;
    height: 30px;
    background: #283b63;
    text-align: center;
    line-height: 30px;
    color: #8b9ab8;
    font-size: 18px;
}

.graduate-body-bottom-news {
    width: 400px;
}

.graduate-body-bottom-news-tile {
    font-size: 18px;
    color: #3872af;
    width: 400px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.graduate-body-bottom-news-body {
    font-size: 14px;
    color: #484848;
    line-height: 24px;
    margin-top: 20px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*教育培训*/

.education {
    width: 560px;
}

.education-title {
    text-align: center;
    width: 198px;
    margin: 0 auto;
}

.education-title-chinese {
    background: url(../img/tile3-1-bg.png) no-repeat;
    width: 185px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #1a4a78;
}

.education-title-english {
    font-size: 18px;
    font-family: "宋体";
    color: #2465a5;
    margin-top: 10px;
}

.education-body {
    margin-top: 30px;
}

.education-body-top img {
    width: 560px;
    height: 315px;
}

.education-body-top p {
    font-size: 14px;
    color: #010101;
    line-height: 24px;
    margin-top: 20px;
    width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.education-body-top:hover p {
    color: #2270BA;
}

.education-body-bottom {
    margin-top: 40px;
}

.education-body-bottom ul li {
    margin-top: 20px;
    height: 110px;
}

.education-body-bottom ul li:hover .education-body-bottom-news-body {
    color: #2270BA;
}

.education-body-bottom ul li:first-child {
    margin-top: 0;
}

.education-body-bottom-news-time {
    width: 140px;
}

.education-body-bottom-news-time .date {
    width: 140px;
    height: 80px;
    background: #ddd;
    text-align: center;
    line-height: 80px;
    color: #283b63;
    font-size: 36px;
}

.education-body-bottom-news-time .year-month {
    width: 140px;
    height: 30px;
    background: #283b63;
    text-align: center;
    line-height: 30px;
    color: #8b9ab8;
    font-size: 18px;
}

.education-body-bottom-news {
    width: 400px;
}

.education-body-bottom-news-tile {
    font-size: 18px;
    color: #3872af;
    width: 400px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.education-body-bottom-news-body {
    font-size: 14px;
    color: #484848;
    line-height: 24px;
    margin-top: 20px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dividing-line {
    width: 80px;
    text-align: center;
    float: left;
}

/*一网通办*/

.all-in-one {
    margin-top: 20px;
    width: 100%;
    height: 914px;
    background: url(../img/con4bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    box-sizing: border-box;
    background-position: center center;
}

.all-in-one-title {
    text-align: center;
    width: 182px;
    margin: 0 auto;
}

.all-in-one-title-chinese {
    background: url(../img/tile4-bg.png) no-repeat;
    width: 182px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
}

.all-in-one-title-english {
    font-size: 18px;
    font-family: "宋体";
    color: #b4e6fd;
    margin-top: 10px;
}

.all-in-one-body {
    margin-top: 50px;
}

.all-in-one-body-ul {
    height: 330px;
}

.all-in-one-body-ul .all-in-one-body-ul-li {
    width: 208px;
    height: 330px;
    float: left;
    margin-left: 40px;
    position: relative;
}

.all-in-one-body-ul .all-in-one-body-ul-li:hover .all-in-one-body-li-top {
    background: url(../img/all-in-one-body-libghover.jpg) no-repeat;
    transition: 0.3s;
}

.all-in-one-body-ul .all-in-one-body-ul-li:hover .plus-sign a {
    background: url(../img/plus-sign-icon-hover.png) no-repeat;
    transition: 0.3s;
}

.all-in-one-body-ul .all-in-one-body-ul-li:first-child {
    margin-left: 0;
}

.all-in-one-body-li-top {
    width: 208px;
    height: 308px;
    background: url(../img/all-in-one-body-libg.jpg) no-repeat;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 5px 5px 5px rgba(9, 2, 4, 0.75);
}

.all-in-one-body-li-top-bt {
    font-size: 18px;
    color: #222d38;
    margin-top: 22px;
}

.all-in-one-icon {
    margin-top: 20px;
}

.all-in-one-management-ul {
    width: 168px;
    margin: 10px auto;
}

.all-in-one-management-ul li {
    margin-top: 10px;
}

.all-in-one-management-ul li:first-child {
    margin-top: 0;
}

.all-in-one-management-ul li a {
    color: #2c3a4b;
}

.plus-sign {
    position: absolute;
    bottom: 0;
    left: 82px;
    z-index: 100;
}

.plus-sign a {
    width: 44px;
    height: 44px;
    display: block;
    background: url(../img/plus-sign-icon.png) no-repeat;
}

.all-in-one-body-bottom {
    margin-top: 40px;
}

.all-in-one-business {
    width: 580px;
}

.all-in-one-business-tile {
    width: 100%;
    border-bottom: 2px solid #cccccc;
    height: 38px;
}

.all-in-one-business-tile .p1 {
    color: #FFFFFF;
    font-size: 18px;
    height: 38px;
    border-bottom: 2px solid #0476be;
}

.all-in-one-business-tile .p2 {
    color: #b9ecff;
    font-size: 18px;
}

.all-in-one-business-ul {
    margin-top: 20px;
    width: 100%;
}

.all-in-one-business-ul li {
    background: url(../img/blue-rectangles.png) no-repeat center left;
    padding-left: 16px;
    width: 580px;
    box-sizing: border-box;
    margin-top: 10px;
}

.all-in-one-business-ul li:first-child {
    margin-top: 0;
}

.all-in-one-business-ul li a {
    color: #FFFFFF;
    font-size: 14px;
    width: 470px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.all-in-one-business-ul li a:hover {
    color: #b4dcff;
}

.all-in-one-business-ul li font {
    color: #b4dcff;
    font-size: 14px;
    float: right;
}

/*关于我们*/

.about-us {
    height: 724px;
    margin-top: 50px;
}

.about-us-title {
    text-align: center;
    width: 185px;
    margin: 0 auto;
}

.about-us-title-chinese {
    background: url(../img/tile5-bg.png) no-repeat;
    width: 185px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #1a4a78;
}

.about-us-title-english {
    font-size: 18px;
    font-family: "宋体";
    color: #2465a5;
    margin-top: 10px;
}

.about-us-photo {
    width: 1200px;
    height: 286px;
    margin-top: 30px;
}

.about-us-photo img {
    width: 100%;
    height: 100%;
}

.about-us-introduce {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-top: 60px;
    text-indent: 2em;
}

.about-us-more {
    width: 168px;
    margin: 40px auto;
}

.about-us-more a {
    display: block;
    width: 168px;
    height: 40px;
    background: #283b63;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

/*友情链接*/

.links {
    margin-top: 50px;
}

.mr_frbox {
    height: 91px;
}

.mr_frBtnL {
    float: left;
    margin: 12.5px 30px 0px 0px;
    cursor: pointer;
    display: inline;
}

.mr_frUl {
    float: left;
    height: 91px;
    width: 1118px;
}

.mr_frBtnR {
    float: right;
    margin-top: 12.5px;
    cursor: pointer;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    height: 91px;
    width: 140px;
    margin-right: 23px;
    overflow: hidden;
    text-align: center;
}

.links-photo {
    width: 140px;
    height: 50px;
    background: #4c618e;
}

.links-photo img {
    width: 100%;
    height: 100%;
}

.links-p {
    font-size: 18px;
    color: #283b63;
    margin-top: 20px;
}

/*快速导航*/

.floatCtro {
    width: 70px;
    height: 550px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.floatCtro p {
    width: 70px;
    text-align: center;
    height: 60px;
    background: url(../../img/fastnav-bg.png) no-repeat;
    line-height: 30px;
    margin-top: 10px;
    padding-top: 10px;
}

.floatCtro p:first-child {
    margin-top: 0;
}

.floatCtro p img {
    display: block;
    margin: 0 auto;
}

.floatCtro p font {
    color: #FFFFFF;
    font-size: 14px;
}

div.floatCtro a {
    display: inline-block;
    display: none;
    width: 70px;
    height: 70px;
    margin: 10px 0 0 0;
    background: #fff;
    color: #000;
    vertical-align: middle;
    cursor: pointer;
}

div.floatCtro a span {
    display: block;
    width: 28px;
    height: 44px;
    line-height: 22px;
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 8px 16px;
    _margin: -10px 0 0 16px;
}

div.floatCtro a:hover {
    background: #000;
    color: #fff;
    zoom: 1;
}

div.floatCtro p:hover {
    background: url(../../img/fastnav-bg-hover.png) no-repeat;
}

div.floatCtro p.cur {
    background: url(../../img/fastnav-bg-hover.png) no-repeat;
}

/*公式公告*/

.Public-notice {
    margin-top: 70px;
    width: 100%;
    height: 854px;
    background: url(../img/Publicnoticebg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    background-position: center center;
}

.Public-notice-title {
    text-align: center;
    width: 182px;
    margin: 0 auto;
}

.Public-notice-chinese {
    background: url(../img/tile2-bg.png) no-repeat;
    width: 182px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
}

.Public-notice-english {
    font-size: 18px;
    font-family: "宋体";
    color: #b4e6fd;
    margin-top: 10px;
}

.Public-notice1 {
    width: 388px;
    margin: 0 auto;
    margin-top: 20px;
}

.Public-notice1 li {
    float: left;
    margin-left: 20px;
}

.Public-notice1 li a {
    color: #FFFFFF;
    line-height: 32px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.Public-notice1 li a:hover {
    border-bottom: 1px solid #FFFFFF;
}

.Public-notice1-con {
    margin-top: 42px;
}

.Public-notice1-con-left {
    width: 580px;
    height: 326px;
    float: left;
}

.Public-notice1-con-left img {
    width: 100%;
    height: 100%;
}

.Public-notice1-con-right {
    width: 580px;
    float: right;
    color: #FFFFFF;
}

.Public-notice1-con-right-news {
    margin-top: 40px;
}

.Public-notice1-con-right-time {
    font-size: 14px;
}

.Public-notice1-con-right-title {
    font-size: 20px;
    margin-top: 10px;
}

.Public-notice1-con-right-con {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
}

.Public-notice1-con-right-btn-more {
    width: 100px;
    height: 32px;
    background: #ff6c08;
    color: #FFFFFF;
    border: none;
    margin-top: 40px;
}

.Public-notice1-con-right-btn-more font {
    font-family: 宋体;
    margin-right: 5px;
    border-radius: 2px;
}

.Public-notice1-con-bottom {
    margin-top: 40px;
}

.Public-notice1-con-bottom ul li {
    float: left;
    margin-left: 40px;
}

.Public-notice1-con-bottom ul li:first-child {
    margin-left: 0;
}

.Public-notice1-con-bottom-li-a {
    width: 230px;
    height: 248px;
    display: inline-block;
    background: url(../img/Public-notice1-con-bottom-a-bg.jpg) no-repeat;
    padding: 30px 20px 0 20px;
}

.Public-notice1-con-bottom-li-a:hover {
    background: url(../img/Public-notice1-con-bottom-a-hover-bg.jpg) no-repeat;
    transition: 0.3s;
}

.Public-notice1-con-bottom-li-a:hover p {
    color: #FFFFFF;
    transition: 0.3s;
}

.Public-notice1-con-bottom-li-a-time {
    font-size: 14px;
    color: #777777;
}

.Public-notice1-con-bottom-li-a-title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
}

.Public-notice1-con-bottom-li-a-con {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    margin-top: 20px;
}

.Public-notice1-con-bottom-li-a-more {
    float: right;
    margin-top: 40px;
}

/*院内要闻*/

.hospita-news-tile {
    width: 100%;
    border-bottom: 2px solid #cccccc;
    height: 38px;
}

.hospita-news-tile .p1 {
    color: #1a4a78;
    font-size: 18px;
    height: 38px;
    border-bottom: 2px solid #0476be;
}

.hospita-news-tile .p2 a {
    color: #777777;
    font-size: 18px;
}

.hospita-news-body {
    margin-top: 20px;
}

.news-div-notify {
    width: 580px;
    float: left;
    margin-top: 40px;
}

.news-div-notify-body {
    margin-top: 20px;
}

.news-div-notify-body-fl {
    width: 270px;
    float: left;
}

.news-div-notify-body-fr {
    width: 580px;
    float: right;
}

.news-div-notify-body-ul li {
    background: url(../img/blue-rectangles.png) no-repeat center left;
    padding-left: 16px;
    width: 580px;
    box-sizing: border-box;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-media-perspective {
    width: 580px;
    float: right;
    margin-top: 40px;
}

.hospita-news-tile .p2 a:hover,
.news-div-notify-body-fl-a:hover .news-div-body-con2-fl-body-title,
.news-div-notify-body-fl-a:hover .news-div-body-con2-fl-body-body,
.news-div-notify-body-ul li a:hover {
    color: #0476be;
}

/*咨询专家委员会*/

.advisory-expert-committee {
    margin-top: 20px;
    width: 100%;
    height: 734px;
    background: url(../img/advisory-expert-committee-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    background-position: center center;
}

.advisory-expert-committee-title {
    text-align: center;
    width: 282px;
    margin: 0 auto;
}

.advisory-expert-committee-title-chinese {
    background: url(../img/advisory-expert-committee-title.png) no-repeat;
    width: 282px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
}

.advisory-expert-committee-title-english {
    font-size: 18px;
    font-family: "宋体";
    color: #b4e6fd;
    margin-top: 10px;
}

.advisory-expert-mr_frbox {
    height: 520px;
}

.advisory-expert-mr-mr_frBtnL {
    float: left;
    margin: 149px 30px 0px 0px;
    cursor: pointer;
    display: inline;
}

.advisory-expert-committee-mr_frUl {
    float: left;
    height: 520px;
    width: 1081px;
}

.advisory-expert-mr_frBtnR {
    float: right;
    margin-top: 149px;
    cursor: pointer;
}

.advisory-expert-committee-mr_frUl ul li {
    display: inline;
    float: left;
    height: 520px;
    width: 250px;
    margin-right: 27px;
    overflow: hidden;
}

.advisory-expert-photo {
    width: 250px;
    height: 350px;
    background: #007AFF;
}

.advisory-expert-photo img {
    width: 100%;
    height: 100%;
}

.advisory-expert-name-educational {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.advisory-expert-name {
    font-size: 24px;
    float: left;
}

.advisory-expert-educational {
    font-size: 18px;
    float: right;
}

.advisory-expert-introduction {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.advisory-expert-committee-jt {
    margin-top: 10px;
}

.advisory-expert-committee-mr_frUl ul li a {
    color: #BBBBBB;
}

.advisory-expert-committee-mr_frUl ul li a:hover {
    color: #FFFFFF;
}

/* 增加 仪器设备公共技术开始 */
.guide-equ {
    background: url(../img/con2bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 40px;
    margin-top: 50px;
}

.Academy-equipment-title {
    margin-bottom: 50px;
}

.Academy-equipment-title h4 {
    padding-top: 70px;
    color: #fff;
    font-size: 30px;
    text-align: center;

}
.Academy-equipment-title h4 span img{
    margin-top: -6px;
}
.Academy-equipment-title-spanL,.Academy-equipment-title-spanR{

    width: 22px;
    height: 27px;
    display: inline-block;
}
.Academy-equipment-title-spanL{
    margin-right: 5px;
}
.Academy-equipment-title-spanR{
    margin-left:5px;
}

.Academy-equipment-title p {
    color: #fff;
    font-size: 18px;
    font-family: "宋体";
    text-align: center;
    margin-top: 5px;
}

.guide-equ-box-con ul {
    overflow: hidden;
}

.guide-equ-box-con ul li {
    width: 33.33%;
    height: 600px !important;
    margin: 0 10px;
}

.guide-equ-box-con ul li a .guide-equ-g {
    width: 100%;

    background: #fff;
    border-bottom: 5px solid #3873af;
    box-shadow: 0 3px 10px #00396f;
}

.guide-equ-box-con ul li a .guide-equ-g>span img {
    width: 100%;
    height: 260px;
}

.guide-equ-box-con ul li a .guide-equ-g:first-child {
    margin-left: 0;
}

.guide-equ-box-con ul li a .guide-equ-name {
    padding-left: 20px;
    padding-top: 25px;
}

.guide-equ-box-con ul li a .guide-equ-name span {
    font-size: 14px;
    color: #484848;
}

.guide-equ-box-con ul li a .guide-equ-name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    font-size: 18px;
    padding-bottom: 20px !important;
    text-align: left !important;
    padding-top: 10px !important;
    padding-left: 0 !important;
}

.guide-equ-box-con ul li a:hover .guide-equ-name p {
    color: #3773af;
}

.guide-equ-box-con ul li a span img {
    margin-bottom: 30px;
}

.guide-equ-box-con ul li a p {
    padding: 0 25px;
    color: #7b7b7b;
    line-height: 20px;
}

.guide-equ-box-con ul li a p:hover {
    color: #3773af;
}

.guide-equ-box-con ul li a font {
    text-transform: uppercase;
    padding: 30px 0;
    color: #7b7b7b;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.guide-equ-box-con ul li a:hover .guide-equ-g {
    border-bottom: 5px solid #d73f0e;
}

.guide-equ-box-con ul li a:hover font {
    color: #3773af;
}

.guide-equ-box {
    width:63%;
    position: relative;
    left: 17.2%;
}

.equ-boxBtnR {
    top: 35%;
    right: -20%;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}

.equ-boxBtnL {
    top: 35%;
    left: -15%;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}

.equ-boxBtnL:hover {
    background-image: url(../img/net-next--l-on.png);
}

.equ-boxBtnR:hover {
    background-image: url(../img/net-next-on.png);
}

/* 增加 仪器设备公共技术结束 */