.banner {
    height: 282px;
    width: 100%;
    background: url(../images/huiyuan.png) no-repeat;
}

.banner .m1200 div {
    margin-top: 90px;
    width: 300px;
    height: 73px;
    background: linear-gradient(to right, #ac57ef, #ac57ef05);
    padding: 10px;
}

.banner h3 {
    font-size: 48px;
    color: #fff;
	font-weight:bold;
}

.banner p {
    color: #fff;
    font-size: 20px;
}

.index-title .title, .index-title .tab-title {
    position: relative;
}

.index-title {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.index-title .title {
    font-size: 28px;
    color: #710a53;
}

.index-title .title a {
    color: #710a53;
}

.index-title .titleline {
    background: #710a53;
    margin: 22px auto 0;
    width: 58px;
    height: 4px;
}

.index-title .tab-title {
    font-size: 28px;
    color: #6e6e6e;
    height: 47px;
    text-align: center;
}

.index-title .tab-title ul {
    overflow: hidden;
    display: inline-block;
}

.index-title .tab-title li {
    cursor: pointer;
    line-height: 28px;
    height: 35px;
    margin: 0 30px;
    float: left;
    font-size: 26px;
}

.index-title .tab-title li a {
    color: #6e6e6e;
}

.index-title .tab-title li.cur {
    color: #9f51b3;
    border-bottom: 3px solid #9f51b3;
}

.index-title .tab-title li.cur a {
    color: #a01476;
}

.infos {
    padding: 55px 0px 25px 0;
    /*background: #fff url(../images/bg_infos_1.png) no-repeat center top;*/
    position: relative;
}

.infos .news {
    overflow: hidden;
    height: 417px;
    display: none;
}

.infos .show {
    display: block
}

.infos .news_pic {
    width: 755px;
    float: left;
}

.infos .news_pic .item {
    border: 1px solid #e4e2e2;
    width: 353px;
    height: 385px;
    overflow: hidden;
    float: left;
    margin-right: 43px;
    position: relative;
}

.infos .news_pic .item:last-child {
    margin-right: 0px;
}

.infos .news_pic .item_img {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.infos .news_pic .item_img img {
    width: 100%;
    height: 240px;
    transition: all 0.4s ease-out;
}

.infos .news_pic .item_title {
    height: 52px;
    line-height: 26px;
    font-size: 18px;
    color: #444444;
    margin: 15px 20px;
    overflow: hidden;
}

.infos .news_pic .item_title a {
    color: #444444;
}

.infos .news_pic .item_date {
    font-size: 16px;
    color: #710a53;
    padding-left: 25px;
    background: url(../images/clock_1.png) no-repeat 0px 2px;
    position: absolute;
    left: 25px;
    bottom: 25px;
    height: 20px;
    line-height: 20px;
}

.infos .news_pic .item_more {
    position: absolute;
    right: 30px;
    bottom: 25px;
    width: 21px;
    height: 18px;
   /* background: url(../images/more_1.png)*/
}

.infos .news_pic .item_more a {
    display: block;
    width: 22px;
    height: 19px;
}

.infos .news_pic .item:hover {
    background: #9f51b3 ;
}

.infos .news_pic .item:hover .item_title, .infos .news_pic .item:hover .item_title a {
    color: #fff;
}

.infos .news_pic .item:hover .item_date {
    color: #fff;
    background-image: url(../images/clock1_1.png)
}

.infos .news_pic .item:hover .item_more {
   /* background: url(../images/more1_1.png)*/
}

.infos .news_pic .item:hover .item_img img {
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.infos .news_list {
    width: 415px;
    float: right;
}

.infos .news_list li {
    margin-bottom: 13px;
    overflow: hidden;
}

.infos .news_list li:last-child {
    margin-bottom: 0px
}

.infos .news_list li .date {
    float: left;
    width: 45px;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    background: #fff;
    color: #9f51b3;
}

.infos .news_list li .d {
    height: 22px;
    font-size: 22px;
}

.infos .news_list li .m {
    height: 16px;
    font-size: 12px;
    margin-top: 4px;
    /*border-top:1px solid #bcbcbc*/
}

.infos .news_list li .title {
    float: right;
    margin: 0px 0px;
    padding-left: 20px;
    width: 339px;
    height: 44px;
    color: #444444;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    border-left: 1px solid #bcbcbc
}

.infos .news_list li .title a {
    color: #444444;
}

.infos .news_list li .title a:hover {
    color: #710a53;
}

.infos_cons {
    position: relative;
}

.morde {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 14px;
}

/* part2 */

.part2 {
    width: 100%;
    background: #b25eef;
    padding: 50px 0;
}

.part2 .ultitle {
    width: 483px;
    margin: 0 auto;
}

.ultitle {
    border-bottom: 1px solid #fff;
}

.ultitle li {
    float: left;
    padding: 10px 0px;
    color: #e2c2f9;
    font-size: 26px;
    margin: 0 20px;
	cursor:pointer;
}

.ulnew {
    overflow: hidden;
    margin-top: 35px;
    display: none;
}

.ulnew li {
    width: 280px;
    float: left;
    margin-right: 20px;
}

.ulnew li .imgdiv {
    width: 280px;
    height: 180px;
    overflow: hidden;
}

.ulnew img {
    width: 100%;
}

.newtitle {
    position: relative;
    padding: 26px 24px;
    background: #fff;
    height: 88px;
}

.newtitle a {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.newtitle div {
    position: absolute;
    left: 20px;
    top: -45px;
    text-align: center;
    padding: 5px;
    background: #9f51b3;
    color: #fff;
}

.newtitle div h3 {
    font-size: 24px;
}

.newtitle .liaojie {
    margin-top: 10px;
}

.newtitle .liaojie a {
    font-size: 14px;
    color: #a01476;
}

.ultitle .ljnkfasd {
    border-bottom: 3px solid #fff;
    color: #fff;
}

.part2 .show {
    display: block;
}

.schools {
    overflow: hidden;
    padding: 55px 0 60px;
    position: relative;
}

.schools .index-title .tab-title li {
    padding: 0 20px 0px;
}

.schools .index_more {
    top: 60px;
}

.schools_pic {
    float: left;
    width: 600px;
}

.schools_pic img {
    width: 585px;
    height: 412px;
}

.schools_pic .con {
    display: none;
}

.schools_list {
    float: right;
    width: 560px;
    padding-left: 40px;
}

.schools_list .index-title .tab-title {
    text-align: left;
}

.schools_list .cons li {
    border-bottom: 1px solid #cbcfd2;
    padding: 13px 0 11px;
    position: relative;
}

.schools_list .cons .con1 li {
    padding-bottom: 13px;
}

.schools_list .cons li h2 {
    font-size: 16px;
    margin-right: 90px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-weight: normal;
}

.schools_list .cons li h2 a {
    color: #000;
}

.schools_list .cons li h2 a:hover {
    color: #9f51b3;
}

.schools_list .cons li h2 a.cur {
    color: #9f51b3;
}

.schools_list .cons .con1 li h2 a.cur {
    font-size: 22px;
}

.schools_list .cons li .t {
    position: absolute;
    right: 5px;
    top: 15px;
    color:#a6a6a6;
    font-size: 14px;
}

.schools_list .cons li p {
    font-size: 16px;
    color: #7a1a5e;
    line-height: 25px;
    margin-top: 12px;
    height: 50px;
    overflow: hidden;
    display: none;
}

.schools_list .cons li:first-child p {
    display: block;
}

.titleul23 li {
    float: left;
    font-size: 26px;
    margin-right: 40px;
    color: #919191;
	cursor:pointer;
}

.cons .con {
    position: relative;
    margin-top: 18px;
    display: none;
}

.part3 .show {
    display: block;
}

.cons .con .moredfdf {
    position: absolute;
    right: 0;
    top: -20px;
    color: #626262;
    font-size: 14px;
}

.part3 .cur {
    color: #9f51b3;
    border-bottom: 3px solid #9f51b3;
}

/* part4 */

.part4 {
    width: 100%;
    padding: 30px 0;
    background: url(book.png) no-repeat;
    background-size: 100% 100%;
}

.part4 .book {
    padding: 25px;
    background: #fff;
    overflow: hidden;
}

.part4 .book li {
    width: 170px;
    margin: 0 10px;
    float: left;
}

.part4 .book li div {
    width: 170px;
    height: 250px;
}

.part4 .book li div img {
    width: 100%;
    height: 100%;
}

.part4 .book li p {
    font-size: 14px;
    text-align: left;
    background: #fff;
    padding: 10px;
}

.part4 .book li p a {
    color: #bcbcbc;
}

/* 本例子css */

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(arrow.png) no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url(icocircle.gif) 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.dushuhui{
    font-size: 26px;
    font-weight: normal;
    color: #9f51b3;
    text-align: center;
}
.dushuhuixian{
    width: 80px;
    height: 2px;
    background: #9f51b3;
    margin:10px auto 20px;
}