@charset "utf-8";
.shadow {
    box-shadow: 0 1px 2px 0px;
    max-width: 100%;}


/* CSS Document */

#main {
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto 0;}

body {
    overflow-x: hidden;
    background: url(../images/bgsicau.jpg) center top no-repeat #fff;
    padding: 10px;}

#box {
    margin: 0 auto;
    width: 1300px;
    padding-top: 10px;
    border-radius: 8px;}


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;}

.articleTitle h2 i {
    margin-right: 5px;
    color: #2468a2;}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;}


/* .left_slider .slides li {
	width: 100%;
     float: left;
     margin-right: -100%;
     position: relative;
     opacity: 1;
     display: block;
     z-index: 2;
} */

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;}

.flexslider .til_slides {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: url(../images/banner_bg.png) repeat;
    font-weight: bold;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
;}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides>li a {
    display: block;}

.flexslider .slides>li.clone {
    position: relative
;}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: 100%;}

.flex-pauseplay span {
    text-transform: capitalize;}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;}

html[xmlns] .slides {
    display: block;}

* html .slides {
    height: 1%;}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: hidden;}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;}

.loading .flex-viewport {
    max-height: 300px;}

.flexslider .slides {
    zoom: 1;}

.carousel li {
    margin-right: 5px;}


/* Direction Nav */

.flex-direction-nav {
    *height: 0;}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -50px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em
;}

.flex-direction-nav .flex-prev {
    left: -50px;
    background: url(../images/lf.png) no-repeat center center;}

.flex-direction-nav .flex-next {
    right: -50px;
    background: url(../images/rt.png) no-repeat center center;}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 0px;}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 0px;}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
;}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';}

.flex-pauseplay a:hover {
    opacity: 1;}

.flex-pauseplay a.flex-play:before {
    content: '\f003';}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    *bottom: 13px;
    right: 8px;
    text-align: center;
    z-index: 889;}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;}

.flex-control-paging li a {
    background: url(../images/flex_hover.png) no-repeat center;
    width: 8px;
    height: 8px;
    display: block;
    border: 2px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 8px;}

.flex-control-paging li a:hover {
    background: #33a3dc;}

.flex-control-paging li a.flex-active {
    background: #33a3dc;}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;}

.flex-control-thumbs img:hover {
    opacity: 1;}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;}

#main .bannerMore {
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    *background: #fff;
    z-index: 9;}

#main .bannerMore a {
    display: inline-block;
    padding: 3px 5px;}

#main .bannerMore a:hover {
    color: #33a3dc;}

.content {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;}

.row {
    padding: 10px;}

.mode01 {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;}

.mode01 .lf {
    width: 30%;}

#certify {
    width: 34%;}

.mode01 .rt {
    width: 50%;
    margin-left: 30px;}


/* 间隔带图标 */

.iconfontList {
    max-width: 1300px;}

.iconfontList ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}

.iconfontList ul li div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;

    border-radius: 5px;
    box-shadow: 0 0 15px #dbdbdb;
    padding: 20px;}

.iconfontList ul li div p {
    font-size: 16px;
    padding-top: 10px;
    color: #2468a2;}

.iconfontList ul li div:hover {
    cursor: pointer;
    background: #6eadfe;}

.iconfontList ul li div:hover img{
    display: none;}
.iconfontList ul li div:hover p{
    color: #fff;}

.iconfontList ul li div:hover p:before {
    margin: 0 auto;
    margin-top: -10px; 
    text-align: center;
    content: " ";
    display: block;
    height: 40px;
    width: 40px;}

.iconfontList ul li:nth-child(1) div:hover p:before {
    background: url(../iconfont_white/zhongxin.png) no-repeat;
    background-size: 100%;}
.iconfontList ul li:nth-child(2) div:hover p:before {
    background: url(../iconfont_white/achievement.png) no-repeat;
    background-size: 100%;}
.iconfontList ul li:nth-child(3) div:hover p:before {
    background: url(../iconfont_white/lab.png) no-repeat;
    background-size: 100%;}
.iconfontList ul li:nth-child(4) div:hover p:before {
    background: url(../iconfont_white/start.png) no-repeat;
    background-size: 100%;}
/*
移除了5
.iconfontList ul li:nth-child(5) div:hover p:before {
    background: url(../iconfont_white/group.png) no-repeat;
    background-size: 100%;}
*/
.iconfontList ul li:nth-child(5) div:hover p:before {
    background: url(../iconfont_white/zhaosheng.png) no-repeat;
    background-size: 100%;}
.iconfontList ul li:nth-child(6) div:hover p:before {
    background: url(../iconfont_white/letterbox_01.png) no-repeat;
    background-size: 100%;}

.iconfontList ul li div img {
    width: 30px;
    height: 30px;}

.articleList {
    /* height: 333px; */
    overflow: hidden;}

.articleTitle {
    border-bottom: 1px solid #dbdbdb;}


/* .articleTitle_02,  .articleTitle_05{
	width: 360px;
} */


/* .regular, .graduate {
	width: 360px;
	overflow: hidden;
} */

.articleTitle .more {
    float: right;
    margin-top: 10px;
    color: #33a3dc;
    font-size: 14px;}

.articleTitle p {
    float: right;
    margin: 9px 4px 0 4px;
    font-size: 14px;
    color: #90d7ec;}

.articleTitle h2 {
    font-size: 1.3em;
    color: #00537e;
    white-space: nowrap;

    width: 20%;
    padding-bottom: 10px;
    border-bottom: 2px solid #2570a1;}
.articleTitle h2:before {}
.articleTitle .more:hover {
    cursor: pointer;
    color: #252525;}


/*新闻中心*/

.news {
    height: 360px;
    /* height: 320px; */
    overflow: hidden;}

.swiper-wrapper {
    /* display: flex;
    width: 720px; */
    transition-duration: 0ms;
    transition-property: transform;
    transform: translate3d(0px, 0px, 0px);}

.NewsList {
    height: 360px;
    /* height: 320px; */
    overflow: hidden;}



.TopNews {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;}

.TopImg {
    float: left;
    width: 41.92%;
    overflow: hidden;}

.TopImg span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.553%;
    overflow: hidden;
    background-color: #ccc;}

.TopCon {
    overflow: hidden;
    margin-left: 45%;}

.TopCon a {
    display: block;}

.TopCon a h2 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    height: 42px;
    line-height: 21px;
    font-weight: normal;}

.footerImg img {
    margin: 0 10px;}

.TopCon a:hover h2 {
    color: #750101;}

.leftDate {
    color: #888;
    font-size: 12px;}

.TopCon p {
    margin-top: 22px;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;}


/* .mode02 ul {
	height: 333px;
	overflow: hidden;
} */

.NewsConList li,
.iconList li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 10px;}

.NewsConList li a .title:before {
    content: " > ";
    font-family: icon;
    color: #5253a7;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;}

.NewsConList li a .title:hover:before {
    animation: arr 0.6s ease-out 0s infinite;}

@keyframes arr {
    0% {
        transform: translateX(-7px);}
    50% {
        transform: translateX(0px);}
    100% {
        transform: translateX(-7px);}
}

.NewsConList li a,
.iconList li a {
    display: block;
    padding: 9px 0;
    *padding: 9px 0;}

.NewsConList li .aaaa {
    display: flex;
    padding: 11px 0;
    height: 86px;}

.NewsConList li .aaaa .fl {
    width: 26%;
    padding: 0 10px;
    box-sizing: border-box;}

.NewsConList li .aaaa .fr {
    width: 70%;
    font-size: 12px;
    padding: 4px 0;}

.NewsConList li .aaaa .fl img {
    width: 100%;
    height: 100%;}

.NewsConList li .aaaa .fr span {
    font-size: 8px;
    color: #33a3dc;}

.NewsConList li .aaaa .fr p {
    text-indent: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px 0;
    height: 30px;}

.NewsConList li .aaaa .fr h6 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;}

.wrap_footer .footer span {
    color: #FFFFFF;}
.wrap_footer .foot span {
    color: #FFFFFF;}
.wrap_footer .foot-min span {
    color: #FFFFFF;}

.wrap_footer {
    margin-top: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    /* justify-content: space-around; */
    justify-content: space-between;
    align-items: center;}

.wrap_footer .footer {
    text-align: left;
    width: 380px;
    color: #fff;}
.wrap_footer .foot {
    text-align: left;
    /* width: 180px; */
    color: #fff;}
.wrap_footer .foot-min {
    display: none;}

.wrap_footer .footer-right {
    color: #fff;}

.NewsConList li a .title {
    font-size: 16px;
    color: #464646;
    font-weight: normal;
    position: absolute;
    padding-left: 15px;
    margin: 4px 0;
    margin-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    padding-right: 2px;
    max-width: 360px;}

.NewsConList li a .title {
    max-width: 600px;}

.xydd {
    position: relative;}

.NewsConList li a,
.iconList li a {
    display: block;
    overflow: hidden;}

.NewsConList li a:hover {}

.NewsConList li a:hover .title,
.iconList li a:hover .title {
    color: #33a3dc;}

.NewsConList li .leftDate,
.iconList li .leftDate {
    color: #888;
    font-size: 12px;
    float: right;
    margin: 6px 5px 0 0;}

.iconList li a:hover {}


/*通知公告*/

.articleTitle01 {
    border: 0;}

.EventsList {}

.EventsList li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    /* margin: 10px 0; */
    margin-top: 13px;
    border-radius: 50px;
    color: #fff;}

.EventsList li a {
    color: #464646;
    padding: 6px 10px;
    background-color: #f5f8f8;
    /* background-color: #a9131c; */
    background-image: url(../images/yun.png), url(../images/yun.png);
    background-repeat: no-repeat, no-repeat;
    /* background-attachment:fixed; */
    background-position: 4% center, 96% center;}

.EventsList li:last-child {
    border-bottom: none;}

.EventsList li .leftDate {
    float: left;
    overflow: hidden;
    width: 13.73%;
    background: #33a3dc;
    text-align: center;
    font-family: "Book Antiqua";
    padding: 4px 0 2px;}

.EventsList li .leftDate i {
    margin: 3px 0;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-style: normal;
    padding-bottom: 4px;}

.EventsList li .leftDate strong {
    font-weight: normal;
    color: #fff;
    display: block;
    font-size: 30px;}

.EvensCon {
    float: right;
    overflow: hidden;
    width: 80%;}

.EvensCon h2 {
    margin-top: 8px;
    font-size: 14px;
    color: #464646;
    font-weight: normal;
    min-height: 43px;}

.EventsList li a {
    display: block;
    overflow: hidden;
    text-align: center;}

.EventsList li a:hover {
    background-color: #33a3dc;
    color: #fff;}

.EventsList li a:hover h2 {
    color: #33a3dc;}

.mode02 {
    max-width: 1300px;
    /*margin: 20px auto 20px;*/
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.mode02 .lf {
    width: 49%;
    overflow: hidden;}

/* .mode02 .mid {
    width: 32%;
    overflow: hidden;
} */

.mode02 .rt {
    width: 49%;
    overflow: hidden;}

.ResearchList {
    margin-top: 4%;
    overflow: hidden;}

.ResearchList li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;}

.ResearchList li.Nomargin {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;}

.ResearchList li h2 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    height: 38px;
    line-height: 19px;
    overflow: hidden;}

.ResearchList li h2 p {
    text-align: right;}

.ResearchList .ResearchLf {
    float: left;
    width: 47%;
    padding-right: 2%;
    border-right: 1px solid #ddd;}

.ResearchList .ResearchRt {
    float: right;
    width: 47%;
    padding-left: 2%;}

.ResearchList li a:hover h2,
.ResearchList li a:hover h2 p {
    color: #003770;}

#certify {
    width: 100%;
    margin: 5px auto;
    overflow: hidden;
    margin-left: 1px;
    /* background: #e8e8e8; */
    /* padding: 10px; */
    /* box-shadow: 1px 1px 3px #dcdcdc; */
    float: left;
    height: 395px;
    box-sizing: border-box;}

#certify .swiper-container {
    width: 100%
;}

#certify .swiper-slide {
    width: 100%
;}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    float: left;}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;}


/* 师生风采 */
.teacherText {
    position: relative;
    width: 1300px;
    margin: 0 auto
;}

.teacherList {
    width: 100%;
    height: 216px;
    display: flex;
    justify-content: space-around;}

.teacherList ul {
    padding: 10px 0;
    height: 100%;}

.teacherList li {
    width: 25%;
    float: left;
    height: 100%;}
.teacherList .fl {
    max-width: 100%;}

.teacherBor {
    width: 85%;
    height: 70%;
    border: 10px solid transparent;
    float: left;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 30px 0;
    box-shadow: 1px 1px 20px #dcdcdc;}
.teacherBor .img-box{
    margin-bottom: 15px;
    width: 100%;
    height: 140px;
    position:relative;
    z-index:1;}


.teacherImg {
    width: 100%;
    height: 100%;
    /* width: 50%; */
    /* border-radius: 50%; */
    overflow: hidden;}

.teacherBor span {
    margin-top: 10px;
    font-size: 18px;}

.teacherBor span p {
    font-size: 16px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;}

.bottomBot {
    width: 63.1%;
    padding: 20px;
    background: orange;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;}

.footColor {
    font-size: 20px;
    color: #FFFFFF
;}

.footerImg {
    display: flex;
    flex-wrap: nowrap;}

.footerImg img {
    width: 100px;
    height: 100px;
    margin: 5px;}

.footerImg p {
    margin-top: -10px;
    color: #fff;}


/*.ResearchList li.li03{border-top:1px solid #ddd;padding-top:15px;margin-top:20px;}*/


/*学术公告*/

.acamicList {
    margin-top: 4%;
    overflow: hidden;}

.acamicList li {
    margin: 9px 0 23px;}

.acamicList li.Nomargin {
    margin-bottom: 0;}

.acamicList li .rightDate {
    float: right;
    font-style: normal;
    color: #838383;
    font-size: 12px;}

.acamicList li h2 {
    font-size: 14px;
    font-weight: normal;}

.acamicList li a:hover h2 {
    color: #003770;}

.iconList {
    overflow: hidden;}

.iconList li a {
    /* margin: 0 10px; */
    display: block;}

.iconList li a h2 {
     margin: 5.5px 0px; 
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

/* .iconList li a h2:before {
    content: " > ";
    font-family: icon;
    color: #5253a7;
    margin-right: 10px;
    position: absolute;
    left: 2px;
    top: 13px;
}
.iconList li a h2:hover:before {
    animation: arr 0.6s ease-out 0s infinite;
} */

/* .iconList li a .title {
    font-size: 16px;
    color: #464646;
    font-weight: normal;
    position: absolute;
    padding-left: 15px;
    margin: 4px 0;
    margin-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    padding-right: 2px;
    max-width: 360px;
} */

.iconList li {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0;}


/* .iconList li i{display: block;margin:0 auto;width: 52px;} */

.iconList li strong {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;}

.mode03 {
    max-width: 1300px;
    margin: 50px auto;
    overflow: hidden;}

.mode03 .lf {
    width: 58.25%;
    float: left;}

.mode03 .rt {
    width: 38.5%;
    float: right;}

.teacherList10 {
    overflow: hidden;
    margin: 25px -15px 0;}

.teacherList10 li {
    width: 100%;
    float: left;}

.teacherList10 li>div {
    margin: 0 15px;}

.item-img01 {
    display: block;
    width: 300px;
    float: left;
    padding-top: 5px;}

.item-img01 a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;}

.item-txt01 {
    overflow: hidden;
    padding: 0;
    margin-left: 320px;}

.item-txt01 h3 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    font-weight: normal;
    overflow: hidden;}

.item-txt01 p {
    padding-top: 10px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    font-size: 14px;
    color: #999;}

.course {
    width: 100%;
    overflow: hidden;}

.topleft {
    width: 50%;
    max-width: 700px;}

.right_list {
    width: 55%;
    float: right;}

@media screen and (max-width:1200px) {
    body {
        padding: 0;}
    #box {
        margin: 0 auto;
        width: 100%;
        padding: 0;}
    .mode01,
    .mode02,
    .mode03 {
        width: auto;
        padding: 0 20px;
        margin: 20px auto;}
    .TopCon a h2 {
        margin-bottom: 0;}
    .content {
        background: none;}
    .topleft {
        width: 55%;}
}

@media screen and (max-width: 600px) {
    .mode01 {
        margin: 0;}
    .xydd .NewsConList li a .title {
        max-width: 260px;}
    .NewsConList li a .title {
        max-width: 260px;}
    .foot {
        display: none;}
}

@media screen and (max-width: 800px) {
    .mode01,
    .mode02,
    .mode03 {
        flex-wrap: wrap;}
    .topleft {
        width: 100%;}
    .right_list {
        width: 100%;}
    .flex-direction-nav .flex-prev {
        opacity: 0;
        left: 0px;}
    #certify {
        display: none
    ;}
    .footerImg {
        display: flex;
        justify-content: space-around;}
    .teacherText {
        width: auto;
        padding: 0 20px;
        margin: 20px auto;}
    .flex-direction-nav .flex-next {
        opacity: 0;
        right: 0px;}
    .wrap_footer {
        display: flex;
        flex-direction: column;}
    .footerImg {
        width: 360px;
        display: flex;
        justify-content: space-around;}
    .footer {
        width: 100%;}
    .foot {
        display: none;}
    .wrap_footer .foot-min {
        display:block;}
    .bottomBot {
        width: 100%;
        padding: 20px;
        background: orange;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 10px;}
    .teacherBor span {
        font-size: 14px;
        margin-top: -30px;}
    .flex-direction-nav a {
        top: 65%;}
    .mode01 .lf,
    .mode03 .lf {
        width: 100%;
        float: none;}
    #certify {
        width: 100%;
        float: none;}
    .mode01 .rt,
    .mode03 .rt {
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-left: 0;}
    .TopImg {
        width: 33.92%;}
    .TopCon {
        width: 62.02%;}
    .NewsConList li a .title {
        margin-bottom: 10px;
        min-height: 19px;}
    .articleTitle .title {
        font-size: 1em;}
    .articleTitle .more {
        font-size: 12px;}
    .NewsConList_01 {
        display: block;}
    .EventsList li .leftDate {
        width: 8.73%;}
    .EventsList li .leftDate i {
        font-size: 14px;}
    .EventsList li .leftDate strong {
        font-size: 20px;}
    .EvensCon {
        width: 86%;}
    .EvensCon h2 {
        padding-bottom: 8px;
        min-height: 30px;}
    .TopCon a h2 {
        font-size: 14px;
        min-height: 30px;}
    .leftDate {
        font-size: 12px;}
    .TopCon p {
        margin-top: 9px;}
    .NewsConList li a .title {
        font-size: 14px;}
    .LinksList li a .title {
        font-size: 16px;
        line-height: 24px;}
    .AlumniList a .alumniImg {
        width: 100%;
        float: none;
        overflow: hidden;}
    .AlumniList a .alumniImg img {
        width: 100%;}
    .AlumniList a h2 {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 1% 0;}
    .mode02 .lf {
        width: 100%;
        float: none;
        margin: 0 auto;}
    .mode02 .mid {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-top: 25px;}
    .mode02 .rt {
        width: 100%;
        float: none;
        margin: 3% auto 0;}
    .AlumniList {
        margin-top: 3%;}
    /*.NewsConList li .leftDate {
        float: none;
    }*/
    .EvensCon h2 {
        margin-top: 5px;}
}

@media screen and (max-width:640px) {
    .NewsConList li a .title {
        font-size: 14px;}
    .flexslider .til_slides {
        display: none;}
    .LinksList li {
        width: 100%;
        float: none;
        margin-top: 20px;}
    .LinksList li img {
        width: 100%;}
    .LinksList li a h2 {
        bottom: -5px;
        width: 100%;
        min-height: 0;
        font-size: 16px;
        margin-bottom: 5px;}
    .ResearchList li {
        width: 100%;}
    .ResearchList li img {
        width: 100%;
        margin-top: 3%;
        float: none;}
    .ResearchList li a h2 {
        margin-bottom: 0;}
    #main .bannerMore {
        bottom: 5px;
        right: 5px;}
    #main .bannerMore a {
        font-size: 12px;
        padding: 2px 3px;}
    .flex-control-nav {
        text-align: left;
        width: 70%;
        left: 10px;}
    .EvensCon h2 {
        margin-top: 0px;
        overflow: hidden;}
    .acamicList li .rightDate {
        float: none;}
    .customer {
        display: flex;
        width: 95%;
        flex-direction: column;}
    .customer .item-img01-1 {
        margin-right: 10px;}
    .item-txt01-2 h3 {
        font-size: 16px;
        line-height: 28px;
        height: 56px;
        font-weight: normal;
        overflow: hidden;}
    .item-txt01-2 p {
        padding-top: 10px;
        line-height: 24px;
        height: 96px;
        overflow: hidden;
        font-size: 14px;
        color: #999;}
    .iconfontList {
        display: none;}
    .iconfontList li {
        width: 50%;}
    .iconfontList li:last-child{
        width: 100%;}
    .iconfontList ul li div p{
        font-size: 9px;}
    .logo form {
        display: none;}
    .foot {
        display: none;}
    .wrap_footer .foot-min {
        display:block;}
}

@media screen and (max-width:480px) {
    .TopImg {
        width: 100%;
        margin: 0 auto;
        float: none;}
    .TopImg img {
        width: 100%;}
    .TopCon {
        width: 100%;
        float: none;}
    .EventsList li .leftDate {
        width: 9.73%;}
    .EvensCon {
        width: 84%;
        padding-top: 5px;}
    .EmployList li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 3%;}
    .EmployList li:last-child {
        border-bottom: none;}
    .EmployList li a {
        padding-right: 0;}
    .EmployList li a h2 {
        margin-bottom: 0;
        min-height: 49px;}
    .EmployList li.EmployNoBorder {
        width: 100%;
        float: none;
        margin-top: 3%;}
    .EmployList li.EmployNoBorder a {
        padding-left: 0;}
    .EmployList li a p {
        margin-top: 1%;}
    .ResearchList li.Nomargin {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 20px;}
    .ResearchList .ResearchLf {
        float: none;
        width: 100%;
        margin-bottom: 10px;}
    .ResearchList .ResearchRt {
        float: none;
        width: 100%;
        padding-left: 0;}
    .EventsList li a {
        padding: 10px 5px;}
    .EvensCon h2 {
        font-size: 12px;}
    .ResearchList li {
        margin-bottom: 9px;}
    .acamicList li {
        margin: 9px 0 15px;}
    .foot {
        display: none;}
    .wrap_footer .foot-min {
        display:block;}
}

@media screen
/*and (min-width:320px)*/

and (max-width:360px) {}

.center {
    padding-top: 15px;
    padding-bottom: 35px;
    transition: all 0.2s linear 0.2s;
    border-radius: 0 0 3px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    position: relative\0;
    margin-top: 330px\0;}

.left_slider {}

.left_slider .flex-control-nav {
    position: relative;
    /*top: 16px;*/
    bottom: 30px;}

.left_slider .slides div {
    height: 395px;
    background-size: cover;
    display: block;
    overflow: hidden;
    /*display: flex;*/
    justify-content: center;
    align-items: center;}

.left_slider .slides .flex-active-slide img {
    height: 100%;}

.banner_wrap {
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    perspective: 1000px;
    /*animation: breath 1.5s linear 0s infinite;*/
    transition: all 0.5s ease-out 0s;}

@keyframes breath {
    0% {
        opacity: .3;}
    70% {
        opacity: 1;}
    to {
        opacity: 0.3;}
}