* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

img {
    border: none
}

/*****************************************首页**********************************************/
/*top开始*/
.top {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2 ;
}

.top-t {
    width: 100%;
    background: #5675cf;
    padding: 17px 0;
}

.logo {
    text-align: center;
}

.top-b {
    width: 100%;
    background: url(../images/nav-bg.png) no-repeat center;
    padding: 20px 0;
}

.top-b ul {
    overflow: hidden;
}

.top-b ul li {
    text-align: center;
    width: 12%;
    float: left;
}

.top-b ul li a {
    font-size: 22px;
    color: #333;
}

.top-b ul li a:hover {
    font-weight: 700;
}

/*top结束*/

/*banner开始*/
.banner {
    OVERFLOW: hidden;
    margin-top: 169px;
    /* overflow: hidden; */
    width: 100%;
    height: 714px;
}

.slideBox {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    left: 5%;
    bottom: 3%;
    z-index: 1;
    height: 50px;
    line-height: 50px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom:1; float: left;
    margin-top: 20px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    line-height: 14px;
    text-align: center;
    background: url(../images/dian-hover.png) no-repeat center;
    cursor: pointer;
    position: relative;
}

.slideBox .hd ul li.on {
    background: url(../images/dian.png) no-repeat center;
}

.slide-title {
    position: absolute;
    background: url(../images/banner-bg.png) no-repeat center;
    left: 18%;
    bottom: 18%;
    padding: 30px 60px;
    width: 800px;
}

.slide-title h3 {
    line-height: 42px;
    font-weight: normal;
}

.slide-title h3 a {
    font-size: 28px;
    color: #fff;
}

.slide-title p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
}

.slideBox .hd span {
    font-size: 36px;
    color: #fff;
    margin-left: 5px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom:1; vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 700px;
    display: block;
}

.slideBox .prev,.slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 65px;
    height: 110px;
    /* background:rgba(0,0,0,0.5) url(../images/slider-arrow.png) -94px 42px no-repeat; */
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 1%;
    background-position: 25px 42px;
}

.slideBox .prev:hover,.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*banner结束*/

/*新闻开始*/
.news {
    width: 100%;
    overflow: hidden;
    /* background: url(../images/news.jpg) no-repeat center; */
    padding-top: 60px;
}

.title {
    width: 16%;
    border-left: 4px solid #5675cf;
    padding: 5px 0px 5px 20px;
    margin: 0 auto;
}

.title h3 {
    font-weight: normal;
    display: inline;
    font-size: 32px;
    color: #333;
}

.title span {
    font-size: 28px;
    color: #999;
    margin-left: 20px;
}

.news-content {
    margin-top: 50px;
    overflow: hidden;
}

.news-l {
    width: 600px;
    background: url(../images/news-bg.jpg) no-repeat left center;
    padding-left: 12px;
}

.news-l img {
    object-fit: cover;
    width: 585px;
    height: 430px;
}

.news-r {
    width: 763px;
    overflow: hidden;
}

.news-r ul li {
    width: 100%;
    background: url(../images/blue1.png) no-repeat left center;
    padding-left: 28px;
    line-height: 64px;
}

.news-r ul li:hover {
    background: url(../images/blue.png) no-repeat left center;
    ;}

.news-r ul li:hover a {
    color: #000;
    font-weight: bold;
}

.news-r ul li a {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    display: block;
}

.last {
    border-bottom: 0 !important;
}

.first {
    background: url(../images/blue.png) no-repeat left 25px !important;
}

.first a {
    padding-bottom: 15px;
    font-size: 24px !important;
}

.first p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.more {
    width: 100%;
    text-align: right;
    height: 16px;
    line-height: 14px;
}

.more a {
    font-size: 14px;
    color: #999;
}

/*新闻结束*/

/*公告开始*/
.gg {
    width: 100%;
    overflow: hidden;
    background: url(../images/gg.jpg) no-repeat right bottom;
    padding-top: 45px;
}

.gg-title {
    width: 26%;
}

.slideTxtBox {
    width: 100%;
    margin-top: 50px;
}

.slideTxtBox .hd {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 50px;
}

.slideTxtBox .hd ul {
    position: relative;
}

.slideTxtBox .hd ul li {
    float: left;
    margin-right: 190px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    padding-bottom: 30px;
}

.slideTxtBox .hd ul li a {
    position: absolute;
    color: #999;
    top: 30px;
    right: 5px;
    font-size: 14px;
}

.slideTxtBox .hd ul li.on {
    color: #333;
    border-bottom: 6px solid #5675cf ;
    font-weight: bold;
}

.slideTxtBox .hd ul li.on a {
    font-weight: normal;
}

.slideTxtBox .bd ul {
    overflow: hidden;
    zoom:1;padding-left: 20px;
}

.slideTxtBox .bd li {
    float: left;
    width: 360px;
    margin-top: 30px;
    margin-right: 50px;
    padding: 20px 30px;
    cursor: pointer;
}

.slideTxtBox .bd li:hover {
    background: #5675cf;
}

.slideTxtBox .bd li:hover a {
    color: #fff;
}

.slideTxtBox .bd li:hover p {
    color: #fcfcfc;
}

.slideTxtBox .bd li:hover .time {
    background: url(../images/time-hover.png) no-repeat left center;
}

.slideTxtBox .bd li a {
    color: #333;
    font-size: 18px;
}

.slideTxtBox .bd li p {
    margin-top: 10px;
}

.slideTxtBox .bd li .zy {
    font-size: 14px;
    color: #666;
}

.slideTxtBox .bd li .time {
    font-size: 12px;
    color: #999;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
}

.last1 {
    margin-right: 0 !important;
}

/*公告结束*/

/*专题开始*/
.zt {
    width: 100%;
    overflow: hidden;
    background: url(../images/zt-bg.jpg) no-repeat center bottom;
    padding-top: 40px;
}

.zt-title {
    width: 26%;
}

.zt-content {
    margin-top: 50px;
    overflow: hidden;
}

.zt-t,.zt-b {
    width: 100%;
    overflow: hidden;
}

.zt-t {
    margin-bottom: 30px;
}

.zt-t div {
    overflow: hidden;
    position: relative;
}

.zt-t div:hover p {
    display: block;
}

.zt-t div p,.zt-b div p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    display: none;
}

.zt-t-r {
    margin-top: 120px;
    height: 380px;
}

.zt-t-l {
    height: 500px;
}

.zt-t-l img {
    width: 600px;
    height: 500px;
}

.zt-t-r img {
    width: 575px;
    height: 380px;
}

.zt-b div {
    margin-right: 30px;
    float: left;
    overflow: hidden;
    width: 380px;
    height: 360px;
    position: relative;
}

.zt-b div:hover p {
    display: block;
}

.zt-b div img {
    width: 380px;
    height: 360px;
}

.images {
    transition: all 0.6s;
}

.images:hover {
    transform: scale(1.2);
}

.zt-t-l p {
    background: url(../images/zt-t-l.png) no-repeat center;
}

.zt-t-r p {
    background: url(../images/zt-t-r.png) no-repeat center;
}

.zt-b div p {
    background: url(../images/zt-b.png) no-repeat center;
}

/*专题结束*/

/*学术开始*/
.xs {
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
}

.xs-title {
    margin-bottom: 50px;
}

.xs-content {
    width: 100%;
    background: #b6c9ff;
    padding: 50px 0;
    overflow: hidden;
}

.xs-c {
    width: 1440px;
    margin: 0 auto;
}

.xs-content ul li {
    float: left;
    width: 330px;
    margin-right: 40px;
}

.xs-pic {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.xs-pic img {
    width: 330px;
    height: 330px;
}

.xs-text {
    width: 100%;
    padding: 20px;
    background: #fff;
}

.xs-text a {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.xs-text a:hover {
    color: #000;
    font-weight: bold;
}

.xs-text p {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    padding-left: 30px;
}

.xs-text p.mc {
    background: url(../images/xs11.jpg) no-repeat center left;
}

.xs-text p.dz {
    background: url(../images/xs22.jpg) no-repeat center left;
}

.xs-text p.sj {
    background: url(../images/xs33.jpg) no-repeat center left;
}

/*学术结束*/

/*快速链接开始*/
.link {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}

.link-title {
    /*width: 18%;*/
}

.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    height: 210px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom:1; }

.picScroll-left .bd ul li {
    float: left;
    width: 335px !important;
    margin: 0px 12px;
}

.picScroll-left .bd ul li .pic {
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.picScroll-left .bd ul li .pic img {
    display: block;
    width: 333px;
    /* height:176px; */
}

.picScroll-left .hd {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
    position: absolute;
    left: 48.5%;
}

.picScroll-left .hd ul {
    margin: 0 auto;
    overflow: hidden;
}

.picScroll-left .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/link.png) no-repeat center;
}

.tempWrap {
    width: 1400px !important;
}

.picScroll-left .hd ul li.on {
    background: url(../images/link-on.png) no-repeat center;
}

/*快速链接结束*/


/*底部开始*/
.footer {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: url(../images/footer.jpg);
}

.footer-bg {
    width: 100%;
    background: url(../images/footer-bg.png) no-repeat center;
    padding: 30px 80px;
    overflow: hidden;
    margin-bottom: 30px;
}

.footer-l {
    width: 33.33%;
    padding: 0 50px;
    background: url(../images/border.png) no-repeat right center;
}

.footer-m,.footer-r {
    width: 33.33%;
}

.footer-m {
    background: url(../images/border.png) no-repeat right center;
    padding: 16px 50px 0;
    text-align: center;
}

.footer-r{
 padding: 10px 50px 0;
}
.footer-m ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.footer-m ul li a {
    font-size: 14px;
    color: #c0c3cf;
}

.footer-m ul li a:hover {
    color: #fff;
    font-weight: bold;
}

.search {
    width: 120px;
    height: 30px;
    background: url(../images/search-box.png) no-repeat center;
    padding-left: 15px;
    margin-left: 80px;
    margin-top: 5px;
}

.search input[type=text] {
    border: none;
    background: none;
    outline: none;
    float: left;
    width: 84px;
    line-height: 30px;
    font-size: 14px;
    color: #c0c3cf;
    height: 30px;
}

.search input[type=image] {
    margin-top: 7px;
}

.bq {
    width: 100%;
}

.bq p {
    /* margin: 0 auto; */
    /* float: left; */
    color: #c0c3cf;
    display: block;
}

/*底部结束*/
.list-banner {
    width: 100%;
    height: 448px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 189px;
}

.lmcc {
    position: absolute;
    top: 0;
    right: 0;
    height: 448px;
    background: url(../images/lmcc.png) no-repeat;
    width: 489px;
    height: 448px;
    color: #fff;
}

.lmcc h3 {
    display: block;
    height: 56px;
    line-height: 56px;
    width: 180px;
    text-align: center;
    margin-top: 170px;
    font-size: 34px;
    margin-left: 230px;
    font-weight: normal;
}

.lmcc p {
    display: block;
    height: 56px;
    line-height: 56px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    margin-left: 230px;
    font-weight: normal;
}

.lmcc p a {
    color: #fff;
    padding: 0 5px;
}

.main {
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat right bottom;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.ejlm1 {
    width: 1200px;
    height: 58px;
    background: #33508b;
    line-height: 58px;
    margin-top: 50px;
    box-shadow: 0px 2px 5px rgba(91,124,203,0.6);
}

.ejlm1 li a {
    display: block;
    float: left;
    text-align: center;
    height: 68px;
    margin: 0 20px;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    width: 165px;
}

.ejlm1 li a:hover,.ejlm-current {
    background: url(../images/ejbg.png) repeat !important;
}

.list,.dpzw,.hdlb,.jslb,.content,.piclist {
    width: 100%;
    float: left;
    margin: 20px 0 50px;
}

.list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #eaeaea;
}

.list li a {
    display: block;
    float: left;
    width: 1050px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    float: left;
    color: #333;
    font-size: 16px;
}

.list li i {
    display: block;
    float: right;
    height: 60px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    font-style: normal;
}

.dpzw-con p,.con-content p {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.dpzw-title,.con-title {
    width: 100%;
    float: left;
    /* text-align:center; */
    margin-bottom: 30px;
    margin-top: 20px;
}

.dpzw-title h3,.con-title h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #615044;
    line-height: 32px;
    font-weight: normal;
}

.dpzw-title i,.con-title i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-top: 6px;
    font-style: normal;
    font-weight: normal;
}

.dpzw-title p{font-size: 18px !important;}

.dpzw-con {
    width: 100%;
    float: left;
}

.dpzw-con img {
    display: block;
    margin: 0 auto 20px;
}

.hdlb li {
    width: 1198px;
    border: 1px solid #e3e3e3;
    padding: 30px 25px;
    margin-bottom: 30px;
    height: 100px;
}

.hdlb ul {
    width: 100%;
    margin: 20px 0;
}

.hdlb li h3 {
    display: block;
    width: 135px;
    color: #333;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #615044;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 50px;
    float: left;
}

.hdlb li p {
    display: block;
    width: 960px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    float: left;
}

.hdlb li:hover {
    border: 1px solid #f86a49;
}

.hdlb li:hover h3 {
    color: #f86a49;
    font-weight: bold;
    border-right: 1px solid #f86a49;
}

.hdlb li:hover p {
    color: #f86a49;
}

.jslb li {
    width: 580px;
    height: 240px;
    border: 1px solid #e9e9e9;
    padding: 22px;
    margin-right: 40px;
    background: #fcfcfc;
    float: left;
    margin-bottom: 30px;
}

.jslb li:nth-child(2n+0) {
    margin-right: 0;
}

.jslb-txt {
    width: 340px;
    float: right;
}

.jslb-img {
    overflow: hidden;
    width: 160px;
    height: 195px;
    float: left;
}

.jslb-txt h3 {
    font-size: 22px;
    color: black;
    border-left: 3px solid #f86a49;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.jslb-txt p {
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    float: left;
    width: 100%;
}

.jslb {
    margin-top: 50px;
}

.con-title {
    width: 100%;
    text-align: center;
}

.con-title h3 {
    color: #615044;
    font-size: 22px;
    line-height: 32px;
}

.sxt {
    width: 100%;
    float: left;
    margin: 30px 0;
    line-height: 36px;
}

.sxt a {
    color: #666;
}

.piclist {
    margin: 40px 0;
}

.piclist li {
    /* margin: 0 auto; */
    /* margin-top: 10px; */
    width: 380px;
    height: 280px;
    background: #e4ecfc;
    float: left;
    margin: 0 10px 20px 10px;
}

.piclist li h3 {
    width: 358px;
    height: 218px;
    border: 1px solid #f6f6f6;
    margin: 10px auto 0;
}

.piclist li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    text-align: center;
    font-size: 16px;
    float: left;
}

.sz p {
    color: #323232;
    font-size: 18px;
    text-indent: 2em;
    /* line-height: 1.5; */
    clear: both;
    /* padding: 1.4em 0em 1.4em 2em; */
    line-height: 50px;
    /* BORDER: 1PX solid red; */
    font-family: "微软雅黑" ;
}

.sz span{
   
    font-family: "微软雅黑" ;
}

.en_link {
    color: #fff;
    margin-top: -21px;
    margin-right: 118px;
    float: right;
    /* margin-bottom: 34px;}