/*# sourceMappingURL=style.css.map */

* {
    margin: 0;
    padding: 0;
}


/* a {
    width: 100%;
    height: 100%;
} */

/*
header {
    width: 100%;
    min-width: 1200px;
    height: 90px;
    background: #1866ad;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
*/
.head {
    max-width: 1780px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.logo {
    display: block;
    margin-top: 20px;
}

.right-banner {
    margin-top: 28px;
    margin-right: 5px;
}

.right-banner a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-right: 7px;
    vertical-align: middle;
}

.right-banner a span {
    width: 1px;
    height: 25px;
    display: inline-block;
    border-right: 1px solid #fff;
    vertical-align: middle;
    margin-left: 4px;
}

.right-banner div {
    width: 17px;
    height: 18px;
    background: url(../../_files/img/icon_05.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.head ul {
    width: 990px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    opacity: 1;
    display: block;
}

.head ul li {
    width: 110px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    float: left;
}

.head ul li .dd,
.head ul li .dd a.tit {
    font-size: 16px;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all .4s ease 0s;
    line-height: 90px;
}
.head ul li .dd .tit{
    color: #84a8ca;
}
.head ul li div .bot-line {
    width: 0px;
    height: 3px;
    background: #d9e1ee;
    display: inline-block;
    position: absolute;
    left: 11px;
    bottom: 0;
    transition: all .3s ease 0s;
}

.head ul li:hover .dd,
.head ul li:hover .dd a {
    color: #84a8ca;
}

.head ul li:hover div .bot-line {
    width: 80%;
}

.head ul li:hover .mulu {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
    transition: all .3s ease 0s;
}

.mulu {
    width: 140px;
    margin-left: -15px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
}

.mulu a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #1866ad;
    color: #d9e1ee;
    font-size: 14px;
    transition: all .4s ease 0s;
}

.mulu a:hover {
    color: #84a8ca;
}


/* 首页 */

.banner {
    position: relative;
    overflow: hidden;
    /*min-width: 1200px;*/
    /* height: 100%; */
}

.banner .ban-trans {
    width: 100%;
}

.banner ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.banner li img{
    width: 100%;
}
.banner li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
}

.banner li .text {
    padding-top: 245px;
}

.banner li .text img {
    max-width: 100%;
    width: auto;
}

.banner li .text .cn {
    margin-top: 30px;
}

.banner li a {
    display: block;
}

.banner .btns {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0px;
    z-index: 40;
    font-size: 0;
}

.banner .btns span {
    width: 11px;
    height: 11px;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 100%;
}

.banner .btns span.on {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-circlepop a {
    position: absolute;
    top: 38%;
    margin-top: -30px;
    display: block;
    outline: none;
    z-index: 3;
    cursor: pointer;
}

.nav-circlepop a.prev {
    left: -12px;
}

.nav-circlepop a.next {
    right: -25px;
}

.nav-circlepop a {
    margin: 0 30px;
    width: 60px;
    height: 60px;
}

.nav-circlepop a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(73, 91, 114, .5);
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    /*-webkit-transform: scale(0.9);
    transform: scale(0.9);*/
}

.nav-circlepop .icon-wrap {
    position: relative;
    display: block;
    margin: 10% 0 0 10%;
    width: 80%;
    height: 80%;
}

.nav-circlepop a.next .icon-wrap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-circlepop .icon-wrap::before,
.nav-circlepop .icon-wrap::after {
    position: absolute;
    left: 25%;
    width: 3px;
    height: 50%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-circlepop .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.nav-circlepop .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-circlepop a:hover::before {
    background: rgba(73, 91, 114, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-circlepop a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.nav-circlepop a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.part2 {
    min-width: 1200px;
    height: 100%;
    padding-bottom: 80px;
}

.part2 .part2-one {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
}

.part2 .part2-one ul {
    padding-top: 50px;
}

.part2 .part2-one ul li {
    width: 385px;
    height: 360px;
    background: #fff;
    position: relative;
    float: left;
}

.part-li2 {
    margin: 0 22px;
}

.part2-one .a {
    width: 385px;
    height: 235px;
}

.part2 .part2-one ul li a {
    display: block;
    overflow: hidden;
}

.part2 .part2-one ul li .a img {
    width: 385px;
    height: 235px;
    transition: all .5s ease 0s;
}

.part2 .part2-one ul li .a1 {
    width: 66px;
    height: 68px;
    background: url(../img/1_45.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 195px;
    left: 50%;
    margin-left: -33px;
    transition: all .5s ease 0s;
}

.part2 .part2-one ul li .tim {
    float: left;
    width: 50px;
    text-align: center;
    margin: 28px 0 0 28px;
}

.part2 .part2-one ul li .day {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #000;
}

.part2 .part2-one ul li .year {
    display: block;
    font-size: 12px;
    color: #000;
}

.part2 .part2-one ul li .int {
    float: right;
    width: 250px;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    height: 60px;
    margin: 30px 25px 0 0;
    overflow: hidden;
}

.part2 .part2-one ul li div {
/*  width: 385px;
    height: 13px;
    background: url(../../_files/img/2_59.png) no-repeat center;*/
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .7s ease 0s;
}

.part2 .part2-one ul li:hover .a img {
    transform: scale(1.1);
}

.part2 .part2-one ul li:hover .a1 {
    opacity: 1;
    background: url(../../_files/img/3_54.png) no-repeat center;
}

.part2 .part2-one ul li:hover div {
    opacity: 1;
}

.ttt1,
.ttt2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}


/* footer css */

footer {
    min-width: 1200px;
    height: 400px;
    background: url(../img/images/footer_02.jpg) no-repeat center;
    /* background-size: 100% 100%; */
    object-fit: cover;
}

.foot {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.foot-left {
    position: relative;
    float: left;
    margin-left: -25px;
}

.foot .list {
    width: 620px;
    padding-top: 95px;
}

.foot .list ul li {
    float: left;
    margin-left: 25px;
    margin-bottom: 15px;
}

.foot .list ul li a {
    color: #ebf0f5;
    font-size: 14px;
}

.foot .list ul li a .bt-line2 {
    width: 0;
    height: 1px;
    background: #94b8d8;
    display: block;
    margin-top: 5px;
    transition: all .7s ease 0s;
}

.contact {
    position: absolute;
    bottom: -55px;
    left: 26px;
}

.contact .item {
    width: 270px;
    font-size: 12px;
    color: #a1bad0;
    float: left;
}

.foot .list ul li:hover a .bt-line2 {
    width: 100%;
}



.foot-right .share .title {
    font-size: 14px;
    color: #a1bad0;
}

.leimu {
    display: inline-block;
    margin-left: 80px;
    position: relative;
    top: -23px;
}

.foot-right .share .leimu a {
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.s1 {
    margin-left: 5px;
}

.s2 {
    margin-right: 5px;
}

.bds_weixin {
    background-image: url(../img/weixin_09.png) !important;
    margin-right: 6px;
}

.leimu a {
    float: none !important;
    padding-left: 0 !important;
    margin: 0!important;
    margin-bottom: -5px !important;
}

.bds_sqq {
    background-image: url(../img/qq_11.png)!important;
    padding: 0 6px;
}

.bds_tsina {
    background-image: url(../img/wb_13.png)!important;
    margin-left: 6px;
}

.leimu span {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #a1bad0;
    margin-bottom: -5px;
}

.wenti {
    width: 410px;
    height: 52px;
    position: absolute;
    top: 50px;
    left: -230px;
}

.wenti a {
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
	margin-left: -70px;
	padding: 15px 15px 15px 45px;
}

.login-wt {
    width: 194px;
    background-image: url(../img/images/7_117.png);
	border: 1px solid #3e7db6;
    color: #a6c3dd;
}

.jy-wt {
    width: 30px;
    background-image: url(../img/images/8_119.png);
    float: right;
    position: absolute;
    right: 0;
}

.bottom {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    border-top: 1.5px solid #2e71ab;
}

.bottom .d1,
.bottom .a1 {
    margin-top: 37px;
    font-size: 12px;
    margin-right: 30px;
    display: inline-block;
    color: #9fbbd3;
}

.right-youqing {
    width: 200px;
    border: 1px solid #3479b7;
    float: right;
    cursor: pointer;
    margin-top: -60px;
    position: relative;
    margin-right: 10px;
}

.youqing-list {
    height: 0;
    position: absolute;
    top: 0;
    left: -1px;
    visibility: hidden;
    opacity: 0;
    /* transition: all .3s ease 0s; */
}

.youqing-list a {
    width: 170px;
    background-color: #1866ad;
    border: 1px solid #3479b7;
    border-bottom: none;
    line-height: 20px;
    padding: 5px 15px;
    color: #90b3d6;
    transition: all .3s ease 0s;
}

.youqing-list a:hover {
    color: #fff;
}

.right-youqing .anniu {
    font-size: 13px;
    display: inline-block;
    color: #9fbbd3;
    padding: 5px 15px;
}

/* .right-youqing .anniu:hover .youqing-list {
    display: block;
    top: -125px;
} */

.right-youqing .anniu span {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/jt_05.png);
    margin-left: 105px;
}


/* map资讯 */

.mpazx {
    width: 1200px;
    height: 560px;
    margin: 0 auto;
    margin-top: 155px;
   /** background: #FFF; **/
}

.mpazx .mid-cont {
    width: 1090px;
    margin: 0 auto;
}

.mpazx .mid-cont .top-text {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #eaeaea;
}
.mpazx .mid-cont .top-text a:hover{
    color:#1866ad;
}
.mpazx .mid-cont .top-text span {
    display: inline-block;
    font-size: 34px;
    color: #a1bad0;
    float: left;
    margin-top: 30px;
}

.mpazx .mid-cont .top-text a {
    font-size: 16px;
    float: right;
    color: #666666;
    margin-top: 62px;
}

.mpazx .mid-cont .bot-text {
    width: 100%;
    height: 460px;
    position: relative;
}

.mpazx .mid-cont .bot-text ul {
    width: 96px;
}

.u1 {
    float: left;
}

.u2 {
    position: absolute;
    top: 0;
    right: 400px;
}

/**
.mpazx .mid-cont .bot-text ul li {
    width: 96px;
    height: 70px;
    font-size: 16px;
    color: #666;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}
**/

.mpazx .mid-cont .bot-text ul li .jt-span {
    display: inline-block;
    width: 4px;
    height: 8px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/jt2png_05.png);
    margin-right: 10px;
    visibility: hidden;
}

.on {
    color: #009b49 !important;
}

.on-img {
    visibility: visible !important;
}

@keyframes color2 {
    0% {
        color: #666;
    }
    100% {
        color: #009b49;
    }
}

@keyframes op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bot-text ul li dd {
    width: 385px;
    height: 360px;
    margin: -70px 0 0 115px;
}

.bot-text ul li dd dl {
    width: 385px;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.bot-text ul li dd dl .right-data {
    width: 44px;
    height: 40px;
    text-align: center;
    padding-top: 15px;
    color: #666;
    transition: all .3s ease 0s;
}

/*span {
    display: block;
}
*/
.bot-text ul li dd dl .right-data .rt-day {
    font-size: 28px;
    line-height: 28px;
}

.bot-text ul li dd dl .right-data .rt-year {
    font-size: 12px;
    line-height: 12px;
}

/*a {
    display: block;
}*/
.teach-text a{
    display: inline-block !important;
    /* color:#333333 !important; */
    text-decoration: underline;
}

.bot-text ul li dd dl .right-data .rg-line2 {
    position: absolute;
    left: 55px;
    top: 15px;
    width: 1px;
    height: 40px;
    background-color: #eaeae8;
    line-height: 40px;
    display: inline-block !important;
    transition: all .3s ease 0s;
}

.bot-text ul li dd dl .right-text {
    width: 260px;
    height: 47px;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 15px;
    right: 50px;
    transition: all .3s ease 0s;
}

.bot-text ul li dd dl:hover .right-data,
.bot-text ul li dd dl:hover .right-text {
    color: #009b49;
}

.bot-text ul li dd dl:hover .right-data .rg-line2 {
    background: #009b49;
}

.bot-text {
    position: relative;
}

.bot-text ul:last-child {
    position: absolute;
    right: 410px;
    top: 0;
}

.bt-img {
    width: 1017px;
    height: 12px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/10_05.jpg);
    position: relative;
    bottom: 13px;
    left: 127px;
}


/* map简介 */

.mapjj-banner {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mapjj-content {
    width: 1200px;
    margin: 0 auto;
}

.mapjj-content .navs {
    padding: 5px 0; 
    background: #fff;
    position: relative;
}

.mapjj-content .navs a {
    display: inline-block;
    /* padding: 4px 0; */
    font-size: 28px;
    color: #1866ad;
}

.mapjj-content .navs .navs-tab {
    width: 990px;
    margin-top: -49px;
    margin-left: 160px;
    position: absolute;
    top:68px;
}

.mapjj-content .navs .navs-tab li {
    margin-right: 40px;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    /* border-bottom: 2px solid #1866ad; */
}


/* .mapjj-content .navs .navs-tab li{

} */

.mapjj-content .navs .navs-tab li .at1 {
    color: #242424;
    font-size: 14px;
    transition: all .3s ease 0s;
}

.mapjj-content .navs .navs-tab li:hover .at1 {
    color: #1866ad
}

.mapjj-content2 {
    width: 100%;
    padding-top: 70px;
    background: #f3f1ec;
}

.mapjj-content2 .jz-dom {
    width: 1200px;
    margin: 0 auto;
    background: #f3f1ec;
}

.mapjj-content2 .peiyang {
    height: 323px;
    background: #fff;
}

.peiyang-img {
    width: 568px;
    height: 323px;
    float: left;
    overflow: hidden;
}

.mapjj-content2 .peiyang .peiyang-r {
    width: 632px;
    height: 323px;
    float: right;
    position: relative;
}

.tltle-py span {
    width: 2px;
    height: 30px;
    background: #1866ad;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    
}

.tltle-py {
    width: 520px;
    display: inline-block;
    font-size: 26px;
    color: #484848;
    margin: 40px 0 0 60px;
    /* border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; */
    font-weight: lighter;
}

.ct-py {
    width: 520px;
    height: 75px;
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    margin: 18px 0 0 60px;
    overflow: hidden;
}

.zl {
    margin-top: 50px;
}

.btn-py {
    width: 100px;
    height: 33px;
    background: #fff;
    color: #888888;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    margin: 35px 0 0 60px;
    border: 1px solid #dadada;
    transition: all .3s ease 0s;
}

.btn-py:hover {
    background: #1866ad;
    color: #fff;
}

.peiyang-r img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.project,
.tese,
.zy,
.conct-us,
.hxkc,
.sjjd,
.daoshi-lunwen,
.yx-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.pro-title {
    font-size: 26px;
    color: #5e5d5c;
}

.pro-title span {
    width: 2px;
    height: 30px;
    background: #1866ad;
    display: inline-block;
    margin-bottom: -5px;
}

.project ul li {
    width: 390px;
    height: 210px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}

.pro-ul li .li-title {
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 39px;
    left: 35px;
}

.pro-ul li .li-title span {
    display: block;
    width: 25px;
    height: 1px;
    background: #333;
}

.li-cont {
    width: 310px;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    position: absolute;
    top: 100px;
    left: 35px;
}

.zt-img {
    width: 55px;
    height: 57px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/90.png);
    position: absolute;
    right: 0;
    top:0;
}

.tese-title {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin: 70px 0 0 60px;
}

.tese-cont {
    height: 460px !important;
}

.fr {
    float: right !important;
}

.zy-ul li {
    width: 395px;
    height: 214px;
    overflow: hidden;
    float: left;
    margin: 0 5px 20px 0;
}

.zy-ul li a {
    height: 100%;
}

.zw-title {
    margin: -55px 0 0 20px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.zy-img {
    transition: all .3s ease 0s;
}

.yw-title {
    position: absolute;
    z-index: 2;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
}

.zy-ul li:hover a img {
    transform: scale(1.1)
}

.zy-jt {
    width: 37px;
    height: 37px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/13_14.png);
    position: relative;
    z-index: 2;
    top: -165px;
    right: -335px;
    opacity: 0;
    transition: all .5s ease 0s;    
}

.zy-ul li:hover .zy-jt{
    opacity: 1;
}

.zl-img {
    width: 658px;
    height: 262px;
}

.conct-us .rt-contact {
    width: 460px;
    height: 480px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/70_05.jpg);
    float: left;
    margin-bottom: 170px;
    position: relative;
}

.lianxiren {
    position: absolute;
    top: 137px;
    left: 63px;
    border-right: 1px solid #4d89c0;
    padding-right: 20px;
}

.lianxiren li:first-child {
    color: #fff;
}

.lianxiren li {
    font-size: 14px;
    color: #cbe6f7;
    line-height: 25px;
    cursor: pointer;
}

.lianxiren li span {
    width: 10px;
    height: 13px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/remwu_05.png);
    display: inline-block;
    margin-right: 9px;
    visibility: hidden;
}
.cont-more{
    display: inline-block;
    float: right;
    font-size: 16px;
    color:#666666;
}
.rw-on {
    visibility: visible !important;
}

.lxr-detail {
    position: absolute;
    top: 137px;
    left: 175px;
}

.lxr-p1 {
    font-size: 14px;
    color: #e0e7f1;
}

.lxr-p2,
.lxr-p3,
.lxr-p4 {
    font-size: 12px;
    color: #cbe6f7;
}

.conct-us .lf-contact {
    width: 715px;
    height: 350px;
    background: #fff;
    float: right;
}
.item2 {
    width: 100px;
    height: 32px;
    float: right;
}
select option{
    font-size: 16px;
    color: #333333;
}
.filter-list li.filter-selected{
    background-color: #1866ad !important;
    color:#fff !important;
}
.filter-list li a{
    color:#333333;
}
.ic{
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(../img/images/ic_05.jpg);
    position: absolute;
    background-size: 100%;
    right: 10px;
    top: 15px;
    display: inline-block;
}

.on-data {
    background: #1866ad;
    color: #fff !important;
}

.contact-ul {
    width: 590px;
    margin: 0 auto;
}

.contact-ul li {
    width: 590px;
    height: 55px;
    border-bottom: 1px solid #e0e0e0;
}

.contact-ul li p {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    font-size: 14px;
    color: #8a8a8a;
}

.rt-yan {
    float: right;
    margin: 15px 15px 0 0px;
    font-size: 14px;
    color: #8a8a8a;
}
.yan-img:hover{
    background-image: url(../img/images/tb1.png);
}
.yan-img {
    display: inline-block;
    width: 16px;
    height: 12px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/yan_24.jpg);
    background-size:100% 100%; 
    margin-top: 7px;
}

.rt-yan span {
    width: 1px;
    height: 14px;
    background: #e5e5ea;
    display: inline-block;
    margin: 0 10px;
}
.xia-img:hover{
    background-image: url(../img/images/tb2.png);
}
.xia-img {
    display: inline-block;
    width: 15px;
    height: 16px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url(../img/images/xiazai_33.jpg);
}


/* mpa简介详情 */

.mpa-detail,
.manage-rule {
    min-width: 1200px;

}

.detail-cont,
.teacher-mid {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}

.detail-rt {
    width: 300px;
    background: #fff;
    float: left;
}

.detail-title {
    font-size: 18px;
    height: 60px;
    background: #1866ad;
    color: #fff;
    text-align: left;
    line-height: 60px;
}

.detail-ul li {
    width: 220px;
    background: #fff;
    color: #959595;
    text-align: left;
    padding-left: 60px;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #f3f1ec;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail-ul li span {
    width: 4px;
    height: 100%;
    /* background: #1866ad; */
    display: inline-block;
    position: absolute;
    left: -4px;
    top:0;
    z-index: 2;
}

.detail-on {
    background: #1866ad;
}
.on-color{
    color:#1866ad !important;
}

.detail-lf {
    /* width: 880px; */
    /* min-height: 730px; */
    float: right;
    background: #fff;
    padding-bottom: 80px;
}

.delf-cont {
    width: 710px;
    font-size: 14px;
    margin: 10px 0 0 60px;
    color: #959595;
    border-top:1px solid #e5e5e5;
    padding-top:25px;
}

.detail-lf img {
    margin: 35px 0 0 60px;
}

.btn-detail {
    width: 880px;
    float: right;
    margin-top: 50px;
    padding-bottom: 100px;
}

.pre-detail,
.next-detail {
    font-size: 16px;
    line-height: 25px;
    color: #959595;
    display: inline-block;
}

.fh-detail {
    width: 120px;
    height: 40px;
    background: #fff;
    color: #1866ad;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-top: -20px;
}

.fh-detail:hover {
    background: #1866ad;
    color: #fff;
}

.on1 {
    border-bottom: 2px solid #1866ad;
}


/* teacher css */

.a-tacher {
    color: #1866ad;
}

.on-teacher {
    border-bottom: 2px solid #1866ad;
}

.teacher-cont,
.lunwen {
    min-width: 1200px;
    background: #f3f1ec;
    padding-top: 50px;
    padding-bottom: 50px;
}

.teacher-mid {
    background: #fff;
    padding-bottom: 30px;
}

.teacher-lf div span {
    margin-right: 15px;
}

.teach-text {
    margin: -80px 0 0 60px;
}

.int-teach {
    font-size: 14px;
    color: #959595;
}

.name-teacher {
    margin-top: 31px;
}

.name-teacher li p {
    font-size: 18px;
    color: #333333;
}

.name-teacher li dd dl {
    font-size: 14px;
    color: #333333;
}

.name-teacher li dd dl a {
    margin-left: 10px;
    display: inline-block;
    color: #333333;
}


/* 学习资源css */

.resource-ul li {
    width: 520px;
    position: relative;
}

.resource-ul li div {
    position: absolute;
    top: 0;
    right: 0;
}

.hxkc-ul {
    margin-top: 15px;
}

.hxkc-ul li {
    width: 285px;
    height: 385px;
    background: #fff;
    cursor: pointer;
    float: left;
}

.v2 {
    margin-right: 20px;
}

.hxkc-ul li a {
    width: 210px;
    height: 280px;
    padding-top: 52px;
    margin: 0 auto;
    text-align: center;
}

.hxkc-title {
    color: #333;
    font-size: 18px;
}

.hxkc-ul li a span,
.sp {
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #1866ad;
}
.sp-text{
    width:465px;
}
.hxkc-text,
.sp-text {
    height: 70px;
    color: #ababab;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hxkc-btn {
    background: #eaeae8;
}

.mg1 {
    margin-left: 75px;
    display: block;
}

.mg2 {
    margin-left: 75px;
    display: none;
}

.hxkc-btn {
    transition: all .3s ease 0s;
}

.hxkc li:hover a .mg1 {
    display: none;
}

.hxkc li:hover a .mg2 {
    display: block;
}

.hxkc li:hover a .hxkc-btn {
    background: #1866ad;
    color: #fff;
}

.sj-cont {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.sj-ul {
    width: 1070px;
    margin: 0 auto;
    padding-top: 65px;
}

.sj-ul li {
    width: 520px;
    height: 480px;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    margin-bottom: 25px;
}

.sj-title {
    font-size: 18px;
    color: #333;
    margin: 15px 0 5px 0;
}

.sp {
    width: 37px;
    background: #7f7f7f;
    margin-bottom: 15px;
}

.sp-text {
    height: 43px;
    color: #8a8a8a;
    text-align: left;
    line-height: 23px;
    margin-top: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sj-id {
    width: 520px;
    height: 300px;
    overflow: hidden;
}

.sj-ul li a img {
    transition: all .3s ease 0s;
}

.sj-btn {
    margin: 24px 0 0 0;
}

.sj-ul li:hover a img {
    transform: scale(1.1)
}
.middle-content img{
    max-width: 100% !important;
}
.middle-content span{
    background: none !important;
    height: 0 !important;
    width: auto !important;
}
.middle-content a{
    display: inline;
}
.xueshu-ul li {
    height: 70px;
}

.xueshu-py span {
    background: #d1e0ef;
}

.xueshu-ul li a {
    height: 70px;
    line-height: 70px;
    position: relative;
}

.xueshu-ul li a p {
    width: 207px;
    /* height: 35px; */
    line-height: 20px;
    margin-top: 17px;
}

.xueshu-time {
    font-size: 14px;
    color: #8a8a8a;
    position: absolute;
    right: 22px;
    top: 0;
}

.an-xueshu {
    padding-bottom: 140px;
}

.anli-cont {
    width: 460px;
    height: 480px;
    background: #1866ad;
    float: left;
}

.anli-py {
    width: 330px;
    color: #fff;
    border-bottom: 1px solid #4685bd;
}

.anli-py span,
.daoshi-py span {
    background: #fff;
    margin-right: 5px;
}

.anli-py a,
.anli-ul li a p,
.anli-ul li a div {
    color: #fff;
}

.anli-ul {
    width: 330px;
}

.anli-ul li {
    width: 330px;
    border-bottom: 1px solid #4685bd;
}


/* 学术论文 */

.daoshi {
    width: 365px;
    height: 335px;
    background: #1866ad;
    cursor: pointer;
    float: left;
}

.daoshi-py {
    width: 250px;
    border-bottom: 1px solid #3076b5;
}

.daoshi-py {
    color: #a8bdd9;
}

.logo-ds {
    margin: 50px 0 0 150px;
}

.ds-btn {
    width: 245px;
    height: 45px;
    background: #1866ad;
    border: 1px solid #3076b5;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 38px 0 0 60px;
}

.lunwen2 {
    width: 815px;
    height: 335px;
    background: #fff;
    float: right;
    position: relative;
}

.daoshi-p1 {
    margin: 5px 0 0 60px;
    font-size: 18px;
    color: #727272;
}

.daoshi-p2 {
    width: 690px;
    margin: 0 0 0 60px;
    font-size: 14px;
    color: #727272;
}

.daoshi-ul {
    margin: 28px 0 0 60px;
    width: 690px;
}

.daoshi-ul li {
    display: inline-block;
    text-align: center;
    margin-right: 81px;
}

.daoshi-title {
    font-size: 16px;
    color: #626262;
    margin-top: 10px;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #626262; */
}

.daoshi-img1 {
    display: inline-block;
}

.daoshi-img2 {
    display: none;
}

.daoshi-ul li:hover a .daoshi-img2 {
    display: inline-block;
}

.daoshi-ul li:hover a .daoshi-img1 {
    display: none;
}

.daoshi-ul li:hover a .daoshi-title {
    color: #1866ad;
    border-bottom: 2px solid #1866ad;
}

.bt-line {
    position: absolute;
    bottom: 0;
}


/* 管理下载详情 */

.mag-detail,
.abroad-all {
    min-width: 1200px;
    background: #f3f1ec;
    padding-top: 70px;
}

.main-cont {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.mid-mag {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 55px;
}

.mag-title {
    font-size: 20px;
    color: #333;
    padding-top: 65px;
}

.mag-time {
    font-size: 14px;
    color: #737373;
    margin-top: 20px;
}

.middle-content {
    font-size: 14px;
    color: #959595;
    text-align: left;
}
.middle-content table{
    margin: 0 auto;
}
.mid-mag span {
    width: 1000px;
    height: 1px;
    background: #f2f2f3;
    display: inline-block;
}

.mag-btn-detail {
    width: 1200px;
    margin: 0 auto;
    float: none;
    margin-top: 30px;
}

.yx-lunwen {
    min-width: 1200px;
    background: #f3f1ec;
    padding-top: 1px;
}

.yx-all {
    width: 365px;
    height: 580px;
    background: #fff;
}

.yx-content {
    position: relative;
}

.yx-py {
    width: 285px;
    font-size: 18px;
    margin: 40px 0 0 40px;
}

.all-yxcont ul li {
    width: 285px;
    height: 140px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
}

.all-yxcont ul li:last-child {
    border-bottom: none;
}

.all-yxcont ul li .yx-a1 {
    width: 286px;
    height: 68px;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    line-height: 24px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.all-yxcont ul li .yx-a2 {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 18px;
    transition: all .3s ease 0s;
}

.yx-lunwen {
    padding-bottom: 80px;
}

.all-yxcont ul li:hover .yx-a2 {
    color: #00923f;
}

.yx-school {
    width: 815px;
    height: 580px;
    background: #fff;
    position: absolute;
    top: 52px;
    right: 0;
}

.yx-schoolpy {
    width: 690px;
    font-size: 18px;
    padding-bottom: 20px;
}

.school-cont,
.school-cont ul,
.school-cont ul li {
    width: 690px;
    margin: 0 auto;
}
.school-cont ul{
    height: 350px;
    padding-right: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.school-cont ul::-webkit-scrollbar
{
    width: 5px;
    height: 16px;
    background-color: #fff;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.school-cont ul::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #fff;
}
 
/*定义滑块 内阴影+圆角*/
.school-cont ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #1866ad;
}

.top_title {
    width: 690px;
    margin: 0 auto;
    background: #1866ad;
    margin-top: 20px;
}

.top_title p {
    font-size: 14px;
    color: #ebeff6;
    display: inline-block;
    padding: 10px 25px;
}

.p7 {
    margin: 0 0 0 30px !important;
}

.p8 {
    margin-left: 160px !important;
}

.school-cont ul li {
    height: 50px;
    background: #fff;
    line-height: 50px;
}

.v3 {
    background: #f3f1ec !important;
}

.school-cont ul li a div {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    transition: all .3s ease 0s;
}

.school-cont ul li a {
    position: relative;
}

.n3 {
    width: 375px;
    height: 50px;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.school-cont ul li a div {
    text-align: center;
    /* padding: 0 25px; */
}
.n4{
    width: 110px;
}
.n2 {
    width: 75px;
}
.school-cont ul li a .n3{
    text-align: left !important;
}
.n1 {
    width: 90px;
}

.school-cont ul li:hover a div {
    color: #00923f;
}


/* 海外访学css */

.abroad-zr {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.peiyang-abroad {
    width: 715px;
    height: 510px;
    background: #fff;
    position: relative;
}

.bg-gd {
    width: 545px;
    height: 274px;
    position: relative;
    left: 60px;
    top: 0;
}

p {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}

.scroll_main {
    width: 545px;
    display: block;
    background-color: #fff;
    margin: 35px 0 0 80px;
}

.scroll_wrap {
    width: 100%;
    height: 274px;
    position: relative;
}

.scroll_wrap .scroll_cont {
    height: 100%;
    overflow: hidden;
}

.scroll_cont p {
    font-size: 14px;
    color: #888888;
    line-height: 27px;
}

.scroll_wrap .scroll_bar {
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 100%;
    background-color: #e5e5e5;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s;
}

.scroll_wrap .scroll_slider {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 48px;
    background-color: #1866ad;
    border-radius: 5px;
}

.scroll_wrap:hover .scroll_bar {
    visibility: visible;
    opacity: 1;
}

.container1 {
    width: 545px;
    height: auto;
    padding: 4px;
    margin-left: 75px;
    float: left;
    margin-top: 37px;
}

.container1 .div_scroll {
    width: 100%;
    height: 274px;
    overflow: auto;
    float: left;
}

.container1 .scroll_container {
    overflow: hidden;
    position: relative;
}

.container1 .scroll_absolute {
    width: 540px !important;
    position: absolute;
}

.container1 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 2;
    height: 100%;
    background: #e5e5e5;
    margin: 0;
    padding: 0;
}

.container1 .scroll_track {
    width: 5px;
    position: relative;
    background-color: #e5e5e5;
}

.container1 .scroll_drag {
    width: 5px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 10px;
    background-color: #1866ad;
}

.container1 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}

.scroll_vertical_bar {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s;
}

.scroll_container:hover .scroll_vertical_bar {
    visibility: visible;
    opacity: 1;
}

.abroad-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.rt-abroad {
    width: 460px;
    height: 510px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.rt-abroad img {
    transition: all .3s ease 0s;
}

.rt-abroad:hover img {
    transform: scale(1.1)
}

.blk {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px;
}

.blk ul li {
    width: 1200px;
    height: 720px;
    background: #fff;
    margin-top: 55px;
}

.blk ul li a .blk-img {
    height: 460px;
    overflow: hidden;
}

.blk ul li a .blk-img img {
    transition: all .3s ease 0s;
}

.blk ul li a p {
    width: 1070px;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    color: #919191;
    line-height: 23px;
    margin: 0 auto;
    margin-top: 20px;
}

.btn-py3 {
    background: #eaeae8;
}

.blk ul li a .blk-img img:hover {
    transform: scale(1.1);
}


/* 管理制度css */

.manage-text {
    width: 430px !important;
    height: 510px !important;
    background: #fff;
    float: left;
    margin: 0 10px 20px 0;
}

.line-manage {
    width: 2px;
    height: 30px;
    background: #1866ad;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 40px;
}

.li-im1 {
    position: absolute;
    bottom: 0;
}

.manage-text dd dl a .right-text {
    right: -71px;
}

.manage-text ul:last-child {
    position: relative;
    right: 0;
}

.manage-ullist {
    width: 355px;
    margin: 0 auto;
}

.manage-ullist dl {
    width: 355px;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.right-data2 {
    width: 44px;
    height: 40px;
    text-align: center;
    padding-top: 15px;
    color: #666;
    transition: all .3s ease 0s;
}

.rt-day2 {
    font-size: 28px;
    line-height: 28px;
}

.rt-year2 {
    font-size: 12px;
    line-height: 12px;
}

.rg-line3 {
    position: absolute;
    left: 55px;
    top: 15px;
    width: 1px;
    height: 40px;
    background-color: #666;
    line-height: 40px;
    display: inline-block !important;
    transition: all .3s ease 0s;
}

.right-text2 {
    width: 260px;
    height: 47px;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 15px;
    right: 20px;
}
.aa{
    margin-top: -1090px !important;
    margin-left: 310px !important
}
.all-mg {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
/*    padding-bottom: 100px;*/
}

.manage-start {
    width: 880px;
    height: 100% !important;
	/**   margin-top: -695px;
    background: #f3f3f3;
   padding-top: 50px; **/

    margin-left: 300px;
}

.img-left,
.img-left2 {
    width: 300px;
    height: 1040px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background: url(../img/images/33_05.jpg);
}

.li-im1 {
    opacity: 0;
    transition: all 1s ease 0s;
}

.manage-ullist dl a div {
    transition: all 1s ease 0s;
}

.manage-text:hover .li-im1 {
    opacity: 1;
}

.manage-ullist dl:hover a div {
    color: #00923f;
}


/* 表格xiazaicss */

.img-left2 {
    height: 646px;
    background: url(../img/images/35_05.jpg);
}

.form-contact {
    width: 430px;
    height: 510px;
    background: #fff;
    position: relative;
    padding-top: 50px;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
}

.form-ul {
    width: 350px;
    margin: 0 auto;
}

.form-ul li {
    width: 350px;
    height: 55px;
}

.form-ul li:last-child {
    border-bottom: none;
}

.li-im2 {
    opacity: 0;
    position: absolute;
    bottom: 0;
    transition: all 1s ease 0s;
}

.form-contact:hover .li-im2 {
    opacity: 1;
}

.list-contact {
    width: 870px;
    height: 646px;
    background: #fff;
}

.list-ul2 {
    width: 750px;
}

.list-ul2 li {
    width: 750px;
}

.input2 {
    width: 195px;
    height: 22px;
    background: #fff;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 65px;
    padding-left: 10px;
}

.submit-inp {
    width: 13px;
    height: 15px;
    display: block;
    background: url(../img/images/37_13.jpg) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    top: 70px;
    right: 8px;
    cursor: pointer;
}

.bot-page {
    width: 320px;
    height: 33px;
    margin: 0 auto;
    padding: 50px 0 80px 0;
}

.bot-page a {
    font-size: 12px;
    width: 33px;
    height: 33px;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #b5b4b1;
    line-height: 33px;
    display: inline-block;
}

.pre-page,
.next-page {
    width: 90px !important;
    height: 33px;
    border: 1px solid #e5e5e5;
}

.bot-page a:hover {
    background: #1866ad;
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff !important;
}


/* 右边导航css */

.rg-navs {
    width: 34px;
    position: fixed;
    top: 260px;
    right: 80px;
    z-index: 200;
}

.rg-navs .rtnav-img1 {
    width: 72px;
    height: 220px;
    background: #1866ad;
    border-radius: 5px;
    text-align: center;
}


.rg-navs .rtnav-img1 p {
    width: 34px;
    height: 85px;
    font-size: 14px;
    color: #d6dfec;
    /* writing-mode: vertical-rl; */
    line-height: 18px;
    display: inline-block;
    text-align: left;
    margin-top: 13px;
    letter-spacing: 3px;
}

.rtnav-img2,
.rtnav-img3 {
    width: 72px;
    height: 74px;
    background: #1866ad;
    border-radius: 5px;
    text-align: center;
    margin-top: 13px;
    position: relative;
}

.rtnav-img2 p {
    width: 30px;
    height: 102px;
    background: url(../img/images/000.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    display: none;
}

.rtnav-img3 img {
    border-bottom: none !important;
}

#v1 {
    display: none;
}



/* 校友天地css */

.shc-bg {
    min-width: 1200px;
    background: #f3f1ec;
}

.shc {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.model2 {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    background: #fff;
}

.model2 a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.box {
    width: 950px;
    height: auto;
}

.title2 {
    margin-bottom: 5px;
}

.css-face {
    display: inline-block;
    max-width: 80%;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin-right: 10px;
    transition: all .3s linear;
}

.title2 span {
    display: block;
    color: #888888;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
}

.details {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.pic2 {
    width: 200px;
    overflow: hidden;
    margin-left: 25px;
}

.pic2 img {
    display: block;
    width: 100%;
    transition: all .3s linear;
}

.pic2:hover img {
    transform: scale(1.1)
}

.model2:hover a .box .title2 .css-face {
    color: #1866ad;
}

.page5 {
    text-align: center;
    margin-top: 45px;
}

.pagination a {
    display: inline-block;
    zoom: 1;
    width: 39px;
    height: 38px;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 40px;
    transition: all .3s linear;
    vertical-align: top;
    text-align: center;
}

.page5 a:first-child {
    border-left: 1px solid #ddd;
}

.active {
    border-color: #1866ad;
    background: #1866ad;
    color: #fff;
}

.next5 {
    font-family: Simsun;
    font-weight: bold;
}

.pagination a:hover {
    background: #1866ad;
    color: #fff;
}
.main-cont2{
    width: 1200px;
    margin: 0 auto;
}
.detail-tit2{
    text-align: center;
    color: #333;
    padding-bottom: 23px;
    border-bottom: 1px dashed #bfbfbf;
}
.detail-tit2 h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.detail-content3{
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.l1{
    width:310px !important;
    margin: 93px 0 0 35px !important;
}
.l2{
    height: 80px !important;
}
.scroll_wrap .scroll_cont2,.scroll_wrap .scroll_cont3,.scroll_wrap .scroll_cont4
,.scroll_wrap .scroll_cont5,.scroll_wrap .scroll_cont6{
    height: 100%;
    overflow: hidden;
}

.scroll_cont2 p,.scroll_cont3 p,.scroll_cont4 p,.scroll_cont5 p,.scroll_cont6 p{
    font-size: 14px;
    color: #888888;
    line-height: 27px;
}

.scroll_wrap .scroll_bar2,.scroll_wrap .scroll_bar3,.scroll_wrap .scroll_bar4
,.scroll_wrap .scroll_bar5,.scroll_wrap .scroll_bar6 {
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 100%;
    background-color: #e5e5e5;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s;
}

.scroll_wrap .scroll_slider2,.scroll_wrap .scroll_slider3,
.scroll_wrap .scroll_slider4,.scroll_wrap .scroll_slider5,.scroll_wrap .scroll_slider6{
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 48px;
    background-color: #1866ad;
    border-radius: 5px;
}

.scroll_wrap:hover .scroll_bar2,.scroll_wrap:hover .scroll_bar3,
.scroll_wrap:hover .scroll_bar4,.scroll_wrap:hover .scroll_bar5,.scroll_wrap:hover .scroll_bar6{
    visibility: visible;
    opacity: 1;
}
.fix{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.ii1{
    transition: all .3s ease 0s;
}
.peiyang-img:hover img{
    transform: scale(1.1)
}
.yx-ctl p{
    font-size: 14px;
    color:#cbe6f7;
    position: absolute;
    
}
.ctl-p1{
    bottom: 60px;
    left: 63px;
}
.ctl-p2{
    bottom: 80px;
    left: 305px;
}
/*  */
.mid-side{
    position: fixed;
    width: 72px;
    top: 195px;
    left: 100px;
    /* background-color: #fff; */
    padding: 33px 0 43px;
    z-index: 9;
}
.det-leimu .sina{
    background-image: url(http://demo.188388.cn:8083/zotye/web/bocweb/web/css/../img/share-sina.png) !important;
}
.det-leimu a{
    width: 32px;
    height: 32px !important;
    margin: 0 auto !important;
    display: block;
    float: none !important;
    background: no-repeat center/28px;
    margin-bottom: 15px !important;
}
.det-leimu .wx {
    background-image: url(http://demo.188388.cn:8083/zotye/web/bocweb/web/css/../img/share-wx.png) !important;
}
.det-leimu .qzone {
    background-image: url(http://demo.188388.cn:8083/zotye/web/bocweb/web/css/../img/share-qzone.png) !important;
}
.det-leimu .more {
    background-image: url(http://demo.188388.cn:8083/zotye/web/bocweb/web/css/../img/share-more.png) !important;
}
.ccc ul li a p{
    width: 400px !important;
}
.contact-ul li:first-child{
    border-top:1px solid #e0e0e0;
}


