html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}



html,
body {
    min-width: 1200px;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.main {
    width: 100%;
    margin: auto;
    max-width: 1920px;
}


.seach {
    width: 270px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 23px;
}

.seach-in {
    width: 250px;
    height: 40px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, .4) !important;
    border: none;
    border-radius: 5px;
    outline: none;
}

.seach-btn {
    position: absolute;
    top: 14px;
    right: 20px;
}

/* Safari，Chrome WebKit browsers */
.seach input::-webkit-input-placeholder {
    color: #fff;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.seach input:-moz-placeholder {
    color: #fff;
}

/* 火狐 Mozilla Firefox 19+ */
.seach input::-moz-placeholder {
    color: #fff;
}

/* Internet Explorer 10+ */
.seach input:-ms-input-placeholder {
    color: #fff;
}

input:-internal-autofill-selected {
    background-color: rgba(255, 255, 255, .4) !important;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #fff;
    height: 60px;
}

.nav-con {
    width: 1200px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #000;
}

.nav .nLi {
    width: 100px;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
}

.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.nav .sub {
    display: none;
    width: 108px;
    top: 60px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 108px;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #288bd7;
}

.nav .nLi:hover {}


.nav .on h3 a {
    color: #288bd7;
    font-weight: bold;
}

/* 大图轮播 */

.banner {
    width: 100%;
    min-width: 1200px;
    /* height: 600px; */
}

.nav2-lunbo {
    width: 100%;
    /* height: 600px; */
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 49%;
    bottom: 20px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 5px;
    cursor: pointer;
    background: #fff;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #288bd7;
}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}

.nav2-lunbo .nav2-lunbo-bd img {
    width: 100%;
    /* height: 600px; */
    display: block;
}

/* 结束 */

.container {
    width: 100%;
        padding-bottom: 40px; 
}

.container .column {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    height: 41px;
    border-bottom: 1px solid #e5e5e5;
}

.container .column .column-name {
    height: 40px;
    border-bottom: 2px solid #3893d9;
}

.container .column .column-name a {
    font-size: 22px;
    color: #3893d9;
    font-weight: bold;
}

.container .column .column-more a {
    font-size: 14px;
    color: #999999;
}

.cons {
    width: 1200px;
    margin: auto;
}

.content1 {
    height: 340px;
}

/* 动态轮播 */

.slideBox {
    width: 600px;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #288bd7;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
}

.slideBox .bd img {
    width: 600px;
    height: 340px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.slideBox .bd li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 20px;
    height: 45px;
    opacity: 0.5;
    background: #3190db;
}

.slideBox .prev {
    right: 0;
}

.slideBox .next {
    left: 0;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.slideBox .prev img,
.slideBox .next img {
    position: relative;
    top: 12px;
    left: 7px;
}

.slideBox .bd ul li p {
    height: 40px;
    line-height: 40px;
    position: relative;
    bottom: 40px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding-left: 20px;
}

.con1-list {
    width: 600px;
    height: 340px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.con1-list ul {
    padding: 20px 20px 0 20px;
}

.con1-list ul li.one {
    height: 70px;
}

.con1-list ul li.one .text {
    width: 480px;
}

.con1-list ul li.one .time {
    width: 68px;
    height: 68px;
    border: 1px solid #288bd7;
}

.con1-list ul li.one .time p {
    text-align: center;
    height: 34px;
    line-height: 34px;
}

.con1-list ul li.one .time .day {
    font-size: 20px;
    color: #288bd7;
}

.con1-list ul li.one .time .year {
    font-size: 12px;
    background: #288bd7;
    color: #fff;
}

.con1-list ul li.one .text .title a {
    color: #288bd7;
    font-weight: bold;
}

.con1-list ul li.one .text .abs {
    margin-top: 5px;
}

.con1-list ul li.one .text .abs a {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.con1-list ul li.outer {
    line-height: 50px;
    padding-left: 20px;
    position: relative;
}

.con1-list ul li.outer:hover a {
    color: #288bd7;
}

.con1-list ul li.outer::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #c4c4c4;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 24px;
}

.con1-list ul li.outer span {
    font-size: 14px;
    color: #999999;
    float: right;
    font-weight: 100;
}

.content2 ul {
    height: 262px;
}

.content2 ul li {
    width: 385px;
    height: 120px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
}

.content2 ul li .con {
    padding: 20px;
    overflow: hidden;
}

.content2 ul li .time {
    width: 80px;
    height: 80px;
    border: 1px solid #b5b5b5;
}

.content2 ul li .time p {
    text-align: center;
    line-height: 40px;
}

.content2 ul li .time .day {
    font-size: 24px;
    color: #b5b5b5;
}

.content2 ul li .time .year {
    font-size: 14px;
    background: #b5b5b5;
    color: #fff;
}

.content2 ul li .text {
    width: 240px;
}

.content2 ul li .text p {
    line-height: 30px;
    margin: 10px 0;
}

.content2 ul li:hover .time {
    border: 1px solid #288bd7;
}

.content2 ul li:hover .time .day {
    color: #288bd7;
}

.content2 ul li:hover .time .year {
    background: #288bd7;
}

.content2 ul li:hover .text .title {
    color: #288bd7;
    font-weight: bold;
}

.content3 {
    height: 400px;
    background: url(../img/con3-bg.png) no-repeat;
}

.content3 ul li {
    width: 300px;
    height: 400px;
    float: left;
    text-align: center;
}

.content3 ul li p {
    font-size: 24px;
    font-weight: bold;
    color: #Fff;
    margin-top: 65px;
}

.content3 ul li .img {
    margin: auto;
}

.content3 ul li.item1 .img {
    width: 87px;
    height: 61px;
    margin-top: 145px;
    background: url(../img/item1.png) no-repeat;
}

.content3 ul li.item2 .img {
    width: 97px;
    height: 61px;
    margin-top: 145px;
    background: url(../img/item2.png) no-repeat;
}

.content3 ul li.item3 .img {
    width: 80px;
    height: 80px;
    margin-top: 126px;
    background: url(../img/item3.png) no-repeat;
}

.content3 ul li.item4 .img {
    width: 83px;
    height: 70px;
    margin-top: 134px;
    background: url(../img/item4.png) no-repeat;
}

.content3 ul li:hover {
    background: #fff;
}

.content3 ul li:hover p {
    color: #288bd7;
}

.content3 ul li.item1:hover .img {
    background: url(../img/item1-1.png) no-repeat;
}

.content3 ul li.item2:hover .img {
    background: url(../img/item2-1.png) no-repeat;
}

.content3 ul li.item3:hover .img {
    background: url(../img/item3-1.png) no-repeat;
}

.content3 ul li.item4:hover .img {
    background: url(../img/item4-1.png) no-repeat;
}

.slideTxtBox {
    width: 585px;
    text-align: left;
    position: relative;
}

.slideTxtBox .hd {
    height: 40px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.slideTxtBox .hd ul {
    float: left;
}

.slideTxtBox .hd ul li {
    height: 39px;
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin-right: 50px;
}

.slideTxtBox .hd ul li a {
    font-size: 18px;
    color: #666666;
}

.slideTxtBox .hd ul li.on {
    border-bottom: 2px solid #3893d9;
}

.slideTxtBox .hd ul li.on a {
    font-size: 22px;
    color: #3893d9;
}

.slideTxtBox .bd ul {
    zoom: 1;
    padding: 30px 30px 0 30px;
    background: #fff;
}

.slideTxtBox .bd ul .more {
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 42px;
    right: 5px;
}

.slideTxtBox .bd li.outer {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 25px;
    position: relative;
}

.slideTxtBox .bd li.outer:hover a {
    color: #288bd7;
}

.slideTxtBox .bd li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #c4c4c4;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 22px;
}

.slideTxtBox .bd li.one {
    background: #f5f5f5;
    height: auto;
    padding: 25px;
}

.slideTxtBox .bd li.one::before{
    display: none;
}

.slideTxtBox .bd li.one .title {
    color: #288bd7;
    font-weight: bold;
}

.slideTxtBox .bd li.one .abs {
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    margin: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slideTxtBox .bd li.one .time {
    font-size: 14px;
    color: #999999;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
    font-weight: 100;
    font-size: 14px;
}





.slideTxtBoxs {
    width: 585px;
    text-align: left;
    position: relative;
}

.slideTxtBoxs .hd {
    height: 40px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.slideTxtBoxs .hd ul {
    float: left;
}

.slideTxtBoxs .hd ul li {
    height: 39px;
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin-right: 50px;
}

.slideTxtBoxs .hd ul li a {
    font-size: 18px;
    color: #666666;
}

.slideTxtBoxs .hd ul li.on {
    border-bottom: 2px solid #3893d9;
}

.slideTxtBoxs .hd ul li.on a {
    font-size: 22px;
    color: #3893d9;
}

.slideTxtBoxs .bd ul {
    zoom: 1;
    padding: 10px 30px 10px 30px;
    background: #fff;
}

.slideTxtBoxs .bd ul .more {
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 42px;
    right: 5px;
}

.slideTxtBoxs .bd li.outer {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 25px;
    position: relative;
}

.slideTxtBoxs .bd li.outer:hover a {
    color: #288bd7;
}

.slideTxtBoxs .bd li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #c4c4c4;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 22px;
}

.slideTxtBoxs .bd li .date {
    float: right;
    color: #999;
    font-weight: 100;
    font-size: 14px;
}



.picScroll-left {
    width: 1200px;
    /* overflow: hidden; */
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: -60px;
    right: 0;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 23px;
    height: 23px;
    float: right;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-left .hd .prev {
    margin-right: 20px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin-right: 27px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.picScroll-left .bd ul li .pic img {
    width: 280px;
    height: 160px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picScroll-left .bd ul li .pic a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picScroll-left .bd ul li .title {
    width: 100%;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.picScroll-left .bd ul li .title a {
    color: #fff;
}

.picScroll-left .bd ul li:hover .title {
    background: rgba(40, 139, 215, .85);
}

.links ul {
    overflow: hidden;
}

.links ul li {
    float: left;
    margin-right: 38px;
}

.links ul li:hover a {
    color: #288bd7;
    font-weight: bold;
}


.banner img {
    width: 100%;
    display: block;
}

.neiye {
    width: 1200px;
    margin: auto;
}

.neiye .left {
    width: 260px;
    background: #288bd7;
    position: relative;
    top: -80px;
}

.ce-lanmu {
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    color: #fff;
    padding-left: 30px;
}

.ce-nav {
    margin: 30px 0 30px 50px;
}

.ce-nav ul li {
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 5px;
    background: #519cd4;
}

.ce-nav ul li a {
    color: #fff;
}

.ce-nav ul li:hover {
    background: #1770b5;
}

.ce-nav ul li:hover a {
    font-weight: bold;
}

.ce-nav ul li.on {
    background: #1770b5;
}

.ce-nav ul li.on a {
    font-weight: bold;
}

.ce-img {
    text-align: center;
    margin-bottom: 30px;
}

.neiye .right {
    width: 910px;
}

.lanmu-weizhi {
    height: 65px;
    border-bottom: 2px solid #2980c0;
}

.lanmu-weizhi .lanmu {
    font-size: 24px;
    color: #2980c0;
    font-weight: bold;
    margin-top: 25px;
}

.lanmu-weizhi .weizhi {
    margin-top: 35px;
}

.lanmu-weizhi .weizhi a,
.lanmu-weizhi .weizhi {
    font-size: 14px;
    color: #999999;
}

.lanmu-weizhi .weizhi span{
    color: #288bd7;
}

.details {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    padding: 30px 30px 0 30px;
}

.details h2 {
    text-align: center;
}

.details .timer {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 30px 0;
    color: #666666;
}

.details-text {
    padding: 30px 0;
    border-top: 1px solid #bec9d5;
    border-bottom: 1px solid #bec9d5;
}

.details-text p {
    text-indent: 32px;
    line-height: 32px;
}

.next p {
    height: 70px;
    line-height: 70px;
}

.next p:hover a {
    color: #288bd7;
}

.picter {
    margin-top: 30px;
}

.picter ul li {
    width: 290px;
    height: 190px;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.picter ul li .img {
    width: 290px;
    height: 160px;
    overflow: hidden;
}

.picter ul li .img img {
    width: 290px;
    height: 160px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picter ul li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picter ul li p {
    line-height: 30px;
    text-align: center;
}

.picter ul li:hover {
    background: #2973ba;
}

.picter ul li:hover p {
    color: #fff;
}

.picterText ul li {
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.picterText ul li .img {
    width: 347px;
    height: 197px;
    overflow: hidden;
}

.picterText ul li .img img {
    width: 347px;
    height: 197px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picterText ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picterText ul li .text {
    width: 500px;
    padding: 29px;
}

.picterText ul li .text .time,
.picterText ul li .text .abs,
.picterText ul li .text .more {
    font-size: 14px;
    color: #999999;
}

.picterText ul li .text .time {
    margin: 17px 0;
    color: #666666;
}

.picterText ul li .text .more {
    width: 80px;
    height: 25px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 25px;
    margin-top: 18px;
}

.picterText ul li:hover .title {
    font-weight: bold;
    color: #288bd7;
}

.picterText ul li:hover .text .more {
    border-color: #288bd7;
    color: #288bd7;
}



.text ul li {
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.text ul li .text {
    padding: 30px;
}

.text ul li .text .abs,
.text ul li .text .more {
    font-size: 14px;
    color: #999999;
}

.text ul li .text .time {
    margin: 17px 0;
    color: #666666;
}

.text ul li .text .more {
    width: 80px;
    height: 25px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 25px;
    margin-top: 18px;
}

.text ul li:hover .title {
    font-weight: bold;
    color: #288bd7;
}

.text ul li:hover .text .more {
    border-color: #288bd7;
    color: #288bd7;
}

.suoyin {
    width: 1200px;
    margin: auto;
    /* position: relative; */
}

.suoyin-lanmu-weizhi {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(57, 148, 218, .8);
    position: relative;
    top: -60px;
}

.suoyin-lanmu {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
}

.suoyin-weizhi {
    padding-right: 20px;
}

.suoyin-weizhi,
.suoyin-weizhi a {
    font-size: 14px;
    color: #fff;
}

.benke {
    padding: 0 0 20px 0;
}

.benke ul li {
    width: 380px;
    height: 625px;
    float: left;
    margin-right: 30px;
    text-align: center;
}

.benke ul li .item {
    width: 100%;
    height: 100%;
}

.benke ul li.item1 {
    background: url(../img/box1-bg.png);
}

.benke ul li.item2 {
    background: url(../img/box2-bg.png);
}

.benke ul li.item3 {
    background: url(../img/box3-bg.png);
}

.benke ul li img {
    margin-top: 220px;
    -webkit-transition: margin-top .8s;
    -moz-transition: margin-top .8s;
    -o-transition: margin-top .8s;
    transition: margin-top .8s;
}

.benke ul li p {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 45px;
}

.benke ul li .box {
    width: 315px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    margin: auto;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
}

.benke ul li .box a {
    color: #fff;
}

.benke ul li:hover .item {
    background: rgba(57, 148, 218, .85);
}

.benke ul li:hover img {
    margin-top: 110px;
}

.benke ul li:hover .box {
    opacity: 1;
}

.benke ul li .box:hover {
    background: #fff;
}

.benke ul li .box:hover a {
    color: #288bd7;
    font-weight: bold;
}

.dangjian1 {
    width: 1200px;
    margin: auto;
}

.dj-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #2d8ac9;
}

.dj-title div {
    width: 100px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2d8ac9;
    margin: auto;
}

.dj-img {
    margin-top: 30px;
}

.dj-img ul li {
    width: 585px;
    height: 330px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.dj-img ul li img {
    width: 585px;
    height: 330px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.dj-img ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.dj-img ul li p {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    line-height: 35px;
}

.dj-text ul li {
    width: 545px;
    height: 90px;
    background: #fff;
    padding: 30px 20px;
    margin-top: 30px;
    margin-right: 30px;
    float: left;
    border-bottom: 1px solid #2980c0;
}

.dj-text ul li .abs {
    font-size: 14px;
    margin: 15px 0;
    color: #999999;
}

.dj-text ul li .time {
    color: #999999;
}

.dj-text ul li:hover {
    border-bottom: 2px solid #2980c0;
}

.dj-text ul li:hover .title {
    color: #2980c0;
    font-weight: bold;
}

.dangjian2 {
    height: 475px;
    margin-top: 50px;
    background: url(../img/dangjian-bg.png);
}

.dangjian2 .dj-title div {
    color: #fff;
    border-color: #fff;
    padding-top: 30px;
}

.dj-ll {
    width: 1200px;
    margin: auto;
}

.dj-ll ul li {
    width: 380px;
    height: 150px;
    float: left;
    background: #fff;
    margin-right: 30px;
    margin-top: 30px;
}

.dj-ll ul li .time {
    width: 80px;
    margin: 30px 0 0 20px;
    border: 1px solid #999999;
}

.dj-ll ul li .time .day {
    font-size: 24px;
    color: #999999;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.dj-ll ul li .time .year {
    font-size: 14px;
    line-height: 30px;
    border-top: 1px solid #999999;
    text-align: center;
    color: #999999;
}

.dj-ll ul li .text {
    width: 245px;
    margin: 30px 20px 0 0;
}

.dj-ll ul li .text .abs {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin-top: 15px;
}

.dj-ll ul li:hover .text .title {
    font-weight: bold;
    color: #2d8ac9;
}

.dj-ll ul li:hover .time,
.dj-ll ul li:hover .time p {
    border-color: #2d8ac9;
}

.dj-ll ul li:hover .time .day {
    color: #2d8ac9;
}

.research {
    width: 1200px;
    margin: auto;
}

.introduce-list ul li {
    width: 380px;
    float: left;
    height: 80px;
    line-height: 80px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    margin-right: 30px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
}

.introduce-list ul li a {
    color: #288bd7;
}

.introduce-list ul li.item3 {
    margin-right: 0;
}

.introduce-list ul li.item4,
.introduce-list ul li.item5 {
    width: 585px;
}

.introduce-list ul li.item5 {
    margin-right: 0;
}

.introduce-list ul li:hover {
    background: #288bd7;
}

.introduce-list ul li:hover a {
    color: #fff;
    font-weight: bold;
}

.summary {
    margin-top: 50px;
    padding-bottom: 20px;
}

.summary-con {
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    background: #fff;
    margin-top: 30px;
}

.summary .img {
    width: 630px;
    height: 355px;
    overflow: hidden;
}

.summary .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.summary .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.summary .text {
    width: 570px;
    height: 355px;
}

.summary .text .text-con {
    padding: 40px 20px;
    position: relative;
}

.summary .text .text-con p {
    text-indent: 32px;
    line-height: 2em;
}

.summary .text .text-con .more {
    position: absolute;
    bottom: 0px;
    right: 30px;
    font-size: 14px;
    color: #999999;
}



.college {
    padding-bottom: 20px;
}

.brief,
.leader-organization {
    width: 1200px;
    margin: auto;
}

.college .brief-con {
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    background: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
}

.college .img {
    width: 675px;
    height: 380px;
    overflow: hidden;
}

.college .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.college .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.college .text {
    width: 525px;
    height: 380px;
    position: relative;
}

.college .text .text-con {
    padding: 40px 20px;
}

.college .text .text-con p {
    text-indent: 32px;
    line-height: 2em;
}

.college .text .text-con .more {
    position: absolute;
    bottom: 40px;
    right: 30px;
    font-size: 14px;
    color: #999999;
}

.college .text .text-con .more img {
    margin-left: 15px;
}

.leader-organization .dj-title {
    width: 580px;
    height: 135px;
    background: #eeeeee;
}

.leader-organization .dj-title div {
    text-align: left;
    padding-top: 35px;
    margin-left: 40px;
}

.leader-organization .more {
    width: 465px;
    height: 95px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    line-height: 95px;
    position: relative;
    top: -25px;
    left: 60px;
}

.leader-organization .more .more-con {
    padding: 0 30px;
    color: #4194da;
}

.leader-organization .more .more-con .img {
    width: 34px;
    height: 34px;
    float: right;
    position: relative;
    top: 30px;
    line-height: 0;
    background: url(../img/next.png);
}

.leader-organization .more:hover {
    background: #288bd7;
    color: #fff;
}

.leader-organization .more:hover .more-con {
    color: #fff;
}

.leader-organization .more:hover .more-con .img {
    background: url(../img/next-on.png);
}

.professor .professor-con {
    height: 505px;
    background: url(../img/school-bg.png);
    margin-top: 30px;
}


.picScroll-lefts {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}

.picScroll-lefts .bd {}

.picScroll-lefts .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-lefts .bd ul li {
    width: 380px;
    height: 430px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 30px;
}

.picScroll-lefts .bd ul li .pic {
    text-align: center;
}

.picScroll-lefts .bd ul li .pic img {
    width: 193px;
    height: 193px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.picScroll-lefts .bd ul li .title {
    width: 380px;
    height: 190px;
    background: url(../img/teachr-bg.png) no-repeat;
    margin-top: 20px;
    text-align: left;
    line-height: 30px;
    position: relative;
}

.picScroll-lefts .bd ul li .title a {
    display: inline-block;
    padding: 20px 40px 0 40px;
}

.picScroll-lefts .bd ul li .title .more {
    color: #288bd7;
    position: absolute;
    bottom: 20px;
    right: 45px;
}

.student {
    width: 1200px;
    margin: auto;
    height: 335px;
    margin-top: 50px;
    background: #fff;
}

.slideTxtBoxss {
    width: 1200px;
    text-align: left;
}

.slideTxtBoxss .hd {
    height: 80px;
    line-height: 80px;
    position: relative;
    overflow: hidden;
}

.slideTxtBoxss .hd ul {
    float: left;
}

.slideTxtBoxss .hd ul li {
    width: 600px;
    height: 80px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    background: #f6f6f6;
}

.slideTxtBoxss .hd ul li.on {
    background: #fff;
    font-size: 22px;
    font-weight: bold;
}

.slideTxtBoxss .hd ul li.on a {
    color: #288bd7;
}

.slideTxtBoxss .bd {
    padding: 30px;
}

.slideTxtBoxss .bd li {
    width: 165px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    margin-right: 30px;
    margin-bottom: 30px;
}


.slideTxtBoxss .bd li:hover {
    background: #288bd7;
}


.slideTxtBoxss .bd li:hover a {
    color: #fff;
}

.slideTxtBoxss .bd .more {
    text-align: center;
    line-height: 37px;
}

.slideTxtBoxss .bd .more span {
    color: #288bd7;
    margin-left: 15px;
    position: relative;
    top: -15px;
}
.sanji_nav li a {
    font-size: 14px;
}
.sanji_nav {
    overflow: hidden;
}