@charset "utf-8";

@font-face {
    font-family: 'iconfont';
    /* IE9*/
    src: url('font/iconfont.woff2') format('woff2'), url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

body {
    font-family: PingFang SC-Regular, PingFang SC;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #f0f0f0;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

input {
    outline: none
}

a:link {
    text-decoration: none;
}

a {
    /*color: #ffffff;*/
    text-decoration: none;
}

    a:hover {
        text-decoration: none
    }


/**/

.opacity {
    -moz-opacity: 0.85;
    /*在Firefox中设置元素透明度*/
    filter: alpha(opacity=85);
    /*ie使用滤镜设置透明}*/
    opacity: 0.85
}

.huise {
    background-color: #4d4d4d
}

.lanse {
    background-color: #17548d
}

.hongse {
    background-color: #2A3783
}

.qingse {
    background-color: #16a0a2
}

.qianlan {
    background-color: #7fa4c8
}

.line {
    height: 1px;
    background-color: #EEEEEE;
    width: 100%
}

.menua-red {
    background: #D56C74 url(../../../Content/Images/img/ic_sign.png) no-repeat center;
}

.menua-blue {
    background: #779CD1 url(../../../Content/Images/img/ic_chat.png) no-repeat center;
}

.menua-yel {
    background: #D9AB74 url(../../../Content/Images/img/ic_calendar.png) no-repeat center;
}

.menua-blue2 {
    background: #75B1D9 url(../../../Content/Images/img/ic_invoice.png) no-repeat center;
}

.menua-ora {
    background: #E89379 url(../../../Content/Images/img/ic_database.png) no-repeat center;
}

.menua-gre {
    background: #77CFC0 url(../../../Content/Images/img/ic_download.png) no-repeat center;
}


/*图标*/

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.footicon {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/*chinese header*/


/*.head-all{
	background: #2A3783 ;
}*/

.header {
    min-width: 1300px;
    background-color: #222C69;
}

.wrapper {
    width: 1300px;
    margin: 0 auto
}

/*.head-a {
	width: 490px;
	height: 34px;
	overflow: hidden;
	text-align: right;
}

.head-a a {
	padding-left: 21px;
	line-height: 40px;
	color: white;
	text-decoration: none
}

.head-a a:hover {
	text-decoration: none;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff
}*/

.head-a-lan {
    margin-left: 8px;
}

.head-em {
    margin-right: 28px;
    margin-left: 33px;
}

.logo {
    display: block;
    background: url(../../../Content/Images/img/logo.png) no-repeat center;
    width: 772px;
    height: 74px;
    background-size: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.select {
    width: 208px;
    float: right;
    margin: 27px 67px 52px auto;
    position: relative;
}

.select-text {
    padding: 3px 30px 3px 10px;
    font-size: 10px;
    height: 24px;
    border-radius: 10px;
    border: 1px solid white;
}

.select-sub {
    position: absolute;
    /*background: #a2012c url(" img/search.png") no-repeat top left;*/
    top: 1px;
    right: 1px;
    border-radius: 0px 10px 10px 0px;
    height: 22px;
    font-size: 10px;
}

.head-c {
    width: 1300px;
    height: 62px;
    padding: 16px 0;
    /*padding-left: 45px;*/
    overflow: hidden;
}

.head-d { /*英文*/
    width: 1300px;
    height: 62px;
    padding: 16px 0;
    /*padding-left: 45px;*/
    overflow: hidden;
}

.head-c span {
    display: block;
    float: left;
    height: 30px;
    width: 16.666%;
    text-align: center;
    /*border-right: 1px solid rgb(255, 255, 255, 0.3);*/
    font-size: 16px;
    color: rgb(255, 255, 255, 0.8);
}

.head-d span {
    display: block;
    float: left;
    height: 30px;
    width: 16.666%;
    text-align: center;
    /*border-right: 1px solid rgb(255, 255, 255, 0.3);*/
    font-size: 16px;
    color: rgb(255, 255, 255, 0.8);
}

.head-c span a {
    display: inline-block;
    border-radius: 30px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255, 0.8);
}

.head-d span a {
    display: inline-block;
    border-radius: 30px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255, 0.8);
}

.head-c span:first-child {
    /*border-left: 1px solid rgb(255, 255, 255, 0.3);*/
}

.head-d span:first-child {
    /*border-left: 1px solid rgb(255, 255, 255, 0.3);*/
}

.head-c span:before {
    margin-top: 8px;
    float: left;
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: rgb(255, 255, 255, 0.3);
}

.head-d span:before {
    margin-top: 8px;
    float: left;
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: rgb(255, 255, 255, 0.3);
}

.head-c span:last-child::after {
    margin-top: 8px;
    float: right;
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: rgb(255, 255, 255, 0.3);
}

.head-d span:last-child::after {
    margin-top: 8px;
    float: right;
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: rgb(255, 255, 255, 0.3);
}

.head-c-active {
    background-color: white !important;
    color: #2A3783 !important;
}

.head-d-active {
    background-color: white !important;
    color: #2A3783 !important;
}

.head-c-active:after {
    content: ' ';
    display: block;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border: 6px solid white;
    border-color: white transparent;
    border-width: 6px 6px 0 6px;
    margin-left: 44px;
}

.head-d-active:after {
    content: ' ';
    display: block;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border: 6px solid white;
    border-color: white transparent;
    border-width: 6px 6px 0 6px;
    margin-left: 44px;
}

.head-lan-cn {
    background: url(../../../Content/Images/img/ic_lang_cn.png) no-repeat center left;
    background-size: 35%;
}

.head-lan-en {
    background: url(../../../Content/Images/img/ic_lang_en.png) no-repeat center left;
    background-size: 30%;
}

.head-a-two a {
    line-height: 35px;
    color: white;
    text-decoration: none;
    margin-right: 20px;
    display: inline-block;
    line-height: 35px;
    padding-left: 25px;
}


/*.head-email{display: block; line-height: 35px;background: url("img/headEmail.png") no-repeat center left;padding-left: 25px; margin-right: 25px}*/

.nav-div {
    margin-bottom: 9px;
    width: 1300px;
    background: #2A3783;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .nav-div a {
        display: block;
        float: left;
        width: 16.666%;
        text-align: center;
        border-right: 1px solid rgb(255, 255, 255, 0.3);
        font-size: 16px;
        color: rgb(255, 255, 255, 0.8);
    }

        .nav-div a:first-child {
            border-left: 1px solid rgb(255, 255, 255, 0.3);
        }

        .nav-div a:hover, .head-c a:hover {
            text-shadow: 0 0 5px #fff
        }

.head-a-two {
    height: 35px;
    width: 419px;
    position: relative;
    text-align: right;
}


    /*two*/


    /*.head-email:hover{text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 25px #fff}*/

    .head-a-two a:hover {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff
    }


/*.btn-select{position: absolute;top: 0; cursor: pointer; display: inline-block; height: 35px; width: 31px; margin-left: 14px; background-color: #4d4d4d; text-align: center; line-height: 35px;}*/


/*.head-select-input{position: absolute;  display: block;  width:312px;  height: 36px; border: #4c4c4c 2px solid;  top: 35px; left: 68px; padding: 1px;background-color: white}*/

.head-s-text {
    width: 250px;
    line-height: 16px;
    padding: 7px;
    font-size: 12px;
    color: #b4b4b4
}

.head-s-sub {
    width: 35px;
    height: 30px;
    background-color: #2A3783;
    line-height: 30px;
    text-align: center;
    color: white
}

.logobg {
    min-width: 1300px;
    width: 100%;
    background: #2A3783;
}

.nav {
    margin-top: 48px;
    margin-right: 26px;
}


/*在两行菜单的情况下margin-top的值为37*/


/*二级目录*/

.erjimulu {
    height: 46px;
    background-color: #F6F6F6;
}

    .erjimulu .drop-down {
        padding-left: 67px;
        line-height: 46px;
        display: none
    }

    .erjimulu .drop-active {
        display: block
    }

    .erjimulu .drop-down a {
        padding: 0 35px;
        color: #333333;
    }

        .erjimulu .drop-down a:hover {
            color: #2A3783
        }


/*slider*/

.slider {
    min-width: 1300px;
}

.slider-wrap {
    position: relative;
    width: 3840px;
    left: 50%;
    margin-left: -960px;
}

.slidercontrol {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
    background-size: 100%;
}

    .slidercontrol:first-child {
        background: url(../../../Content/Images/img/ic_left.png);
    }

    .slidercontrol:last-child {
        background: url(../../../Content/Images/img/ic_right.png);
    }

.carousel-indicators li {
    background-color: rgb(255, 255, 255, 0.5);
    border-color: rgb(255, 255, 255, 0.5);
}


/*.carousel-indicators .active{
	width: 10px;
	height: 10px;
}*/


/*.slide .flex-pre{left:50%;margin-left: -556px;}
.slide .flex-next{left: 50%;margin-left: 514px;}*/


/*menu*/

.menu {
    margin-top: 50px;
    margin-bottom: 50px;
    min-width: 1300px
}

    .menu li {
        float: left;
        margin-right: 2px;
        padding-left: 35px;
        /*padding-right: 25px;*/
        padding-right: 35px;
    }

        .menu li > div {
            position: relative;
            width: 120px;
            height: 150px;
        }

        .menu li > a {
            display: block;
            width: 120px;
            height: 120px;
            text-align: center;
            position: absolute;
            margin-top: -150px;
            color: white;
            border-radius: 100%;
        }

            .menu li > a:hover {
                color: white
            }

            .menu li > a > p {
                text-align: center;
            }

            .menu li > a p {
                font-size: 14px;
                margin-top: 130px;
                font-weight: 400;
                color: #333333;
            }


/*other*/

.other {
    /* margin-left: 31px;*/
    /*新增*/
    margin-left: 15px;
     margin-top: 11px
}

.noticeboard {
    margin-right: 15px;
    /* width: 390px;*/
    /*新增*/
    width: 420px;
    /*新增*/
    height: 454px;
    /*height: 328px;*/
    /*新增*/
    box-shadow: 3px 3px 10px #999;
    /*新增*/
    padding: 0 20px;
    /*新增*/
    background-color: white;
}

.other-titlebg {
    height: 48px;
    position: relative;
}

.other-titlecon {
    position: absolute;
    /*margin-top: -48px;*/
    /*新增*/
    margin-top: -40px;
    height: 48px;
    border-bottom: 1px solid #F6F6F6;
}

    .other-titlecon .more {
        font-size: 14px;
        font-weight: 400;
        line-height: 48px;
        color: #999999;
    }

.more_en {
    font-size: 9px;
    font-weight: 400;
    line-height: 48px;
    color: #999999;
}

.other-titlewidtha {
    width: 390px;
}
/*新添*/
.titleleft-en {
    display: block;
    margin: 0;
    padding: 5px 3px;
    font-size: 10px;
    font-weight: 400;
    color: #333333;
    margin: 9px 1px;
}
/*新添*/
.noticeboard .titleleft-en:hover,
.active > .titleleft-en {
    background-color: #2A3783;
    border-radius: 30px;
    color: white;
}
/*新添*/
.entitleleft {
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 10px;
    border-bottom: 2px solid #2A3783;
    color: #2A3783 !important;
}
/*新添*/
.titleright_en {
    margin-right: 10px;
}



.noticeboard .titleleft-a {
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 9px 6px;
}

    .noticeboard .titleleft-a:hover,
    .active > .titleleft-a {
        background-color: #2A3783;
        border-radius: 30px;
        color: white;
    }

.titleleft {
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 10px;
    border-bottom: 2px solid #2A3783;
    color: #2A3783 !important;
}

.noticeboard .titleright {
    margin-right: 29px;
}

.nb-con {
    background-color: white;
    padding: 15px 10px;
    height: 406px;
    overflow: hidden;
}

    .nb-con ul li {
        border-bottom: 1px dashed #ddd;
        padding: 13px 0;
        color: #818181
    }

    .nb-con li a {
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        display: block;
        width: 280px;
        *width: 294px;
        /*IE 7*/
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .nb-con li a:hover {
            /*background: url("img/gongaolanhover.png") no-repeat left center;*/
            color: #656565;
        }

    .nb-con li .time {
        padding-left: 12px;
        font-weight: 400;
        color: #999999;
        font-size: 12px;
    }

.recommend {
    width: 301px;
    margin-top: 11px;
}

.recommend-btn {
    background-color: #406e95;
    color: white;
    padding-left: 75px;
    margin: 15px 15px 0 0;
    border: none
}

    .recommend-btn:hover {
        color: white;
    }

.recommend-con {
    /*background: #cedae6 url("img/fenlei.png") no-repeat;*/
    width: 100%;
    height: 280px;
    padding: 13px 0 0 18px;
}

    .recommend-con a {
        display: block;
        padding: 94px 0 20px 0;
        text-align: center;
        float: left;
        width: 137px;
        height: 126px;
        color: #535353
    }

.other-titlewidthb {
    width: 301px;
}

.newscenter {
    width: 342px;
    margin-top: 11px;
    /* height: 328px;*/
    background-color: white;
    /*新增*/
    box-shadow: 3px 3px 10px #999;
    /*新增*/
    height: 454px;
    /*新增*/
    padding: 0 20px;
}

.other-titlewidthc {
    width: 267px;
}

.news-poster {
    padding-top: 15px;
}

.news-poster-wh {
    width: 302px !important;
    height: 166px !important;
    display: block
}

.news-con {
    width: 302px;
    height: 211px;
    padding: 14px 19px 0 19px;
    display: block;
}

.news-con-title {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

    .news-con-title:hover {
        color: #007fbc
    }

.news-con-con {
    line-height: 24px;
    color: #656565;
    margin-top: 5px;
    overflow: hidden;
    max-height: 150px;
}

.newscontrol {
    position: absolute;
    left: 185px;
    top: 160px;
    width: 70px;
    height: 10px;
}

    .newscontrol li {
        float: left;
        margin-right: 5px;
        cursor: pointer;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: white
    }


/*other-two*/

.recommend-two {
    margin-right: 15px;
    margin-top: 11px;
    /* width: 390px;*/
    /*新增*/
    width: 420px;
    /*新增*/
    height: 454px;
    /*新增*/
    background-color: white;
    /*新增*/
    box-shadow: 3px 3px 10px #999;
    /*新增*/
    padding: 0 16px;
}

.recommend-two-con {
    width: 100%;
    height: 280px;
    padding-top: 12px;
}

    .recommend-two-con > a:hover {
        animation: recommend 0.8s 1;
        -webkit-animation: recommend 0.8s 1;
    }


/*Safari 和 Chrome */

.re-two-div {
    display: block;
    /* width: 180px;
    height: 180px;*/
    /*新增*/
    width: 160px;
    /*新增*/
    height: 160px;
    float: left;
    margin: 16px;
}

    .re-two-div p {
        text-align: center;
        /*margin-top: 144px;*/
        /*新增*/
        margin-top: 110px;
        color: #333333;
        font-size: 14px;
    }

.re-two-divone {
    border-bottom: 1px dashed white;
    border-right: 1px dashed white
}

.re-two-divthree {
    border-right: 1px dashed white
}

.re-tubiao-a {
    /*background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijiana.png") no-repeat center 50px;*/
    /*新增*/
    background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijiana.png") no-repeat center 40px;
}

.re-tubiao-b {
    /*background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijianb.png") no-repeat center 50px;*/
    /*新增*/
    background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijianb.png") no-repeat center 40px;
}

.re-tubiao-c {
    /*background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijianc.png") no-repeat center 50px;*/
    /*新增*/
    background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijianc.png") no-repeat center 40px;
}

.re-tubiao-d {
    /*background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijiand.png") no-repeat center 50px;*/
    /*新增*/
    background: rgb(42, 55, 131, 0.1) url("../../../Content/Images/img/tuijiand.png") no-repeat center 40px;
}


/*FOOTER*/

footer {
    min-width: 1300px;
    height: 48px;
    width: 100%;
    background-color: #EEEEEE;
}

.footbga {
    width: 50%;
    height: 48px;
    background-color: #EEEEEE;
    position: absolute;
    z-index: 0
}

.footbgb {
    width: 50%;
    left: 50%;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    z-index: 0
}

.friendlink {
    width: 1112px;
    margin: 0 auto;
    height: 48px;
    background-color: #FFF;
    border-top: 1px solid #EEEEEE;
    position: relative
}

.friendlink-title {
    padding: 0 33px 0 79px;
    display: inline-block;
    background-color: #EEEEEE;
    line-height: 47px;
    color: #838383;
    font-size: 12px;
}

.friendlink span a {
    font-size: 11px;
    text-decoration: none;
    padding-left: 13px;
    color: #666666;
}

    .friendlink span a:nth-child(2n) {
        color: #EEEEEE;
    }

    .friendlink span a:hover {
        color: #3f3f3f
    }


/*aboutus*/

.aboutus {
    min-width: 1300px;
    width: 100%;
    background-color: #383838;
    padding-left: 110px;
    overflow: hidden
}

.abouttext {
    margin-top: 38px;
}

    .abouttext p {
        line-height: 26px;
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: -38px;
        padding: 0;
        color: white
    }

    .abouttext h3 {
        color: #bdbdbd;
        font-size: 12px;
        line-height: 26px;
        margin: 20px 0 0 55px;
        padding: 0;
    }

        .abouttext h3 i {
            height: 14px;
            width: 14px;
            display: inline-block;
            background-size: 90%;
        }

.ic-address {
    background: url(../../../Content/Images/img/ic_info_01.png) no-repeat center;
}

.ic-code {
    background: url(../../../Content/Images/img/ic_info_02.png) no-repeat center;
}

.ic-phone {
    background: url(../../../Content/Images/img/ic_info_03.png) no-repeat center;
}

.ic-fax {
    background: url(../../../Content/Images/img/ic_info_04.png) no-repeat center;
}

.ic-email {
    background: url(../../../Content/Images/img/ic_info_05.png) no-repeat center;
}

@-moz-document url-prefix() {
    .abouttext p {
        line-height: 26px !important;
    }
}
/* 原始
.erweima {
    background: url(../../../Content/Images/img/qr_code.png) no-repeat center 31px;
    text-align: center;
    margin-bottom: 30px
}*/

.erweima {
    background: url(../../../Content/Images/img/qr_code.png) no-repeat center 15px;
    text-align: center;
    margin-bottom: 30px
}

    .erweima p {
        margin-bottom: 5px;
    }

/*.erweima-one { 原始
    padding-top: 160px;
    font-size: 14px;
    color: white;
    font-weight: 400;
}
*/

.erweima-one {
    padding-top: 145px;
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.erweima-thr {
    font-size: 15px;
    color: #c8c8c8;
}

    .erweima-thr span {
        color: white
    }

.last {
    min-width: 1300px;
    background: white;
    text-align: center;
    line-height: 47px;
    color: #5d5d5d;
}


/*中文内页*/

.in-loca {
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
    padding-left: 29px;
    line-height: 31px;
    font-size: 14px;
}

    .in-loca .iconfont {
        color: #999999;
        font-size: 14px;
    }

    .in-loca > div {
        height: 50px;
        line-height: 50px;
    }

    .in-loca a {
        color: #999999
    }

    .in-loca div:last-child a {
        color: #333333;
    }

.in-lefta {
    width: 233px;
    margin: 0 20px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

    .in-lefta .pro-list {
        margin-bottom: 50px;
    }

.in-lefta-title {
    height: 62px;
    width: 100%;
    background-color: #2A3783;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
    color: white;
}

    .in-lefta-title .iconfont {
        padding-right: 4px;
    }

.in-lefta .con {
    margin: 0px 17px;
    border-bottom: 1px dashed #dddddd;
    line-height: 36px;
}

    .in-lefta .con .active a {
        color: #2A3783 !important;
        font-weight: bold
    }

.in-lefta .contitle {
    padding: 9px 15px 9px 5px;
    color: #585858;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.in-lefta .con .active i:before {
    background: #2A3783;
}

.in-lefta .ali_zc a i:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 4px;
    background: #636363;
    border-radius: 100px !important;
}

.in-lefta .ali_zc li a div {
    padding-left: 15px;
}



/*.in-lefta .con a:first-child .iconfont {
	height: 5px;
	width: 5px;
	background: red;
	border-radius: 100%;*/
}

.con ul {
    background-color: #fafafa;
    border-top: 1px dashed #dddddd;
    padding-bottom: 20px;
}

    .con ul li a {
        color: #666666;
        font-size: 12px;
        padding: 10px 15px;
        line-height: 16px;
        display: inline-block
    }

.in-lefta .anniu {
    margin: 0px 17px 50px 17px;
    width: 200px;
    text-align: center;
}

.anniu .anniu-wrap {
    display: block;
    width: 91px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #333333
}

.anniu-red {
    background: #D56C74 url(../../../Content/Images/img/ic-edit2.png) no-repeat center;
}

.anniu-blue {
    background: #779CD1 url(../../../Content/Images/img/ic-user2.png) no-repeat center;
}

.anniu-yel {
    background: #D9AB74 url(../../../Content/Images/img/ic-chat2.png) no-repeat center;
}

.anniu-gre {
    background: #77CFC0 url(../../../Content/Images/img/ic-down2.png) no-repeat center;
}


.in-lefta .anniu i {
    display: inline-block;
    font-size: 33px;
    border-radius: 100%;
    text-align: center;
    width: 64px;
    height: 64px;
    color: white
}

.in-lefta .anniu > div {
    padding: 4px;
    /*border: 1px solid #dcdcdc;*/
    display: block;
    float: left;
    color: #2A3783;
}

.in-lefta .anniu .anniu-wrap:hover {
    background-color: #F6F6F6;
}

    .in-lefta .anniu .anniu-wrap:hover .iconfont {
        background-color: white;
        color: #2A3783;
    }

.baoming {
}

.lianxi {
}

.zixun {
}

.xiazai {
}

.in-leftb {
    float: left;
    width: 867px;
    padding: 0 25px 0 15px;
    color: #666;
    margin-bottom: 20px;
    /*border-left: 1px solid #EEEEEE;*/
}


    /*内容的容器*/

    .in-leftb .inpageText ol,
    .in-leftb .inpageText ul,
    .in-leftb .pageText ol,
    .in-leftb .pageText ul {
        margin-left: 20px;
    }

    .in-leftb .inpageText li,
    .in-leftb .pageText li {
        margin: 0 0 8px 8px;
        list-style: decimal;
    }

.inpageText a,
.qalist a,
.inpageText a:hover,
.qalist a:hover,
.pageText a,
.pageText a:hover {
    color: #2A3783;
    text-decoration: underline
}

.in-leftb .inpagetitle {
    height: 62px;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
}

.inpagetitle .title-left {
    position: absolute;
    left: 5px;
    bottom: 12px;
    color: #2A3783;
    font-size: 24px;
    font-weight: bold
}

.inpagetitle .iconfont {
    padding-right: 4px;
    font-size: 26px;
    font-weight: normal;
}

.inpagetitle .title-right {
    position: absolute;
    right: 5px;
    bottom: 12px;
    line-height: 24px;
    font-size: 14px !important;
    color: #2A3783;
    display: block;
}

    .inpagetitle .title-right .iconfont {
        font-size: 16px;
    }

.inpageText h4 {
    line-height: 2.3em;
    width: 100%;
    background-color: #e9e9e9;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    margin: 15px 0
}

.inpageText p {
    font-family: arial, "微软雅黑", "宋体";
    color: #3d3d3d;
    padding: 0 10px;
    line-height: 2.3em;
}

.inpageText table,
.pageText table {
    margin: 10px auto;
    line-height: 2.3em
}

    .inpageText table tr:nth-child(1),
    .pageText table tr:nth-child(1) {
        background-color: #f7f8fa
    }

    .inpageText table tr td,
    .pageText table tr td {
        border: 1px solid #d0d0d2;
        min-width: 7em;
        padding: 0.5em
    }

.in-leftb .page-paging {
    text-align: center;
    margin: 25px 0
}

.page-paging a {
    display: inline-block;
    line-height: 17px;
    font-size: 14px;
    color: #4d4d4d
}

    .page-paging a:hover {
        color: #2A3783
    }

.paging-num {
    width: 19px;
    height: 17px;
}

    .paging-num:hover {
        background-color: #2A3783;
        color: white !important;
    }


/*宿舍*/

.in-leftb .sushexuzhi {
    padding: 6px 12px;
    background-color: #2A3783;
    margin-bottom: 20px;
    display: block;
    color: white;
    border-radius: 4px;
}

.sushexuzhi .iconfont {
    font-size: 18px;
    padding-right: 4px;
}

.in-leftb .sushe {
    width: 755px;
    height: 150px;
    padding: 10px 0 10px 15px;
    /*font-family: "宋体";*/
    background-color: #fafafa;
    margin-bottom: 15px;
    position: relative
}

.sushe:hover {
    box-shadow: 5px 5px 5px #dddddd
}

.sushe .sushe-img {
    height: 130px;
    float: left;
    width: 216px
}

.sushe-img img {
    height: 100%;
    display: block;
}

.sushe .sushe-jieshao {
    margin-left: 26px;
    float: left
}

.sushe-jieshao .sushejieshao-title {
    font-size: 14px;
    color: #373737;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
}

.sushe:hover .sushejieshao-title {
    color: #2A3783
}

.sushe-jieshao p {
    line-height: 29px;
    font-size: 12px;
    color: #373737;
    margin: 0;
}

.sushe .sushe-link {
    position: absolute;
    top: 42px;
    right: 10px
}

.sushe-link .linka {
    display: block;
    color: #727272;
    line-height: 38px;
}

.sushe-link .linkbtn {
    display: block;
    background-color: #2A3783;
    width: 110px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}


/*列表*/

.in-lefta .new-read {
    margin: 50px 17px 0 17px;
    width: 200px;
}

.new-read p .iconfont {
    padding-right: 4px;
    font-size: 15px;
}

.in-lefta .new-readtitle {
    line-height: 25px;
    padding-left: 5px;
    background-color: #2A3783
}

.new-read li a {
    color: #3b3a3a;
    line-height: 30px;
}

    .new-read li a:hover {
        color: black;
        font-weight: 600
    }

.in-leftb .liebiao {
    display: block;
    width: 855px;
    height: 147px;
    padding: 18px 0 18px 15px;
    /*font-family: "宋体";*/
    background-color: #fafafa;
    position: relative;
    margin-bottom: 15px;
    border-radius: 3px;
}

.liebiao:hover {
    box-shadow: 5px 5px 5px #e8e8e8;
}

    .liebiao:hover .liebiao-jieshao h4 {
        color: #2A3783;
    }

.liebiao .liebiao-img {
    width: 174px;
    height: 111px;
    float: left
}

.liebiao-img img {
    width: 100%;
    display: block
}

.liebiao .liebiao-jieshao {
    margin-left: 16px;
    float: left;
    padding-right: 25px;
    width: 650px;
    height: 111px;
}

.liebiao-jieshao h4 {
    font-size: 16px;
    color: #3b3a3a;
    line-height: 20px;
    padding: 8px 0;
    margin: 0;
}

.liebiao-jieshao p {
    line-height: 20px;
    color: #6d6d6d;
}

.liebiao .more {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #999999
}


/*scholl photo*/

.inphoto {
    width: 1029px;
    margin: 0 auto;
}

    .inphoto .inphoto-title {
        float: left;
        line-height: 74px;
        font-size: 24px;
        color: #2A3783;
        font-weight: bold
    }

    .inphoto .inphoto-nav {
        float: right;
        padding-top: 38px;
    }

.inphoto-nav a {
    width: 91px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: #2d2d2d;
}

.inphoto-nav .active {
    background-color: #2A3783 !important;
    color: white !important;
}

.inphoto .col-xs-4 img {
    width: 100%;
    display: block;
    margin-top: 27px;
}


/*new center*/

.in-leftb .pageTitle {
    color: #2A3783;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    padding: 13px 0 25px 0;
    margin-left: 15px;
    border-bottom: 1px solid #c9c9c9;
}

.in-leftb .pagecon {
    width: 100%;
    padding: 0 11px 0 22px;
}

.in-leftb .pageTime {
    font-size: 12px;
    color: #7f7f7f;
    line-height: 38px;
    margin-bottom: 10px;
}

.in-leftb .pageText p {
    line-height: 2.3em;
    text-indent: 2em;
}

.in-leftb .pageText img {
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block
}

.in-leftb .pagecontrol {
    width: 731px;
    height: 72px;
    margin: 0 auto;
    background-color: #fafafa;
    padding: 10px 0 10px 22px;
}

.pagecontrol .pull-left p {
    margin: 0;
    font-size: 12px;
    color: #9a9995;
    line-height: 26px;
    font-family: "宋体"
}

.pagecontrol .pagelink {
    color: black;
}

.pagecontrol .pagelinkno {
    color: #9a9995
}

.pagecontrol .pageshare {
    line-height: 52px;
    margin-right: 10px;
}


/*no image list*/

.in-leftb .noimagelist {
    padding-left: 25px;
    width: 100%;
}

.noimagelist > a span {
    display: inline-block
}

.noimagelist > a .pull-left {
    width: 640px;
}

.noimagelist > a {
    border-bottom: 1px dashed #e8e8e8;
    line-height: 21px;
    padding: 12px 0;
    font-size: 14px;
    color: #595959;
    display: block;
}

    .noimagelist > a:hover {
        color: #2A3783
    }


/*schoollife*/

.schoollife {
    padding: 0 35px;
    margin-top: 50px;
}

    .schoollife > a {
        display: inline-block;
        width: 190px;
        height: 190px;
        margin: 0 43px;
        ;
        margin-bottom: 61px;
        background-color: rgb(42, 55, 131, 0.1);
        text-align: center;
        color: #666666;
        border-radius: 3px;
    }

    .schoollife .iconfont {
        font-size: 67px;
        line-height: 73px;
        margin-top: 29px;
        display: block;
        color: #2A3783
    }

    .schoollife > a .lifetitle {
        font-size: 18px;
        line-height: 75px;
    }

    .schoollife > a:hover {
        background-color: #2A3783;
        color: white;
    }

        .schoollife > a:hover .iconfont {
            color: white;
        }


/*宿舍详情*/

.in-leftb .sushexiangqing {
    background-color: #fafafa;
    padding-left: 42px;
    padding-right: 10px;
}

.sushexiangqing .xiangqing-title {
    color: #373737;
    font-size: 20px;
    font-weight: bold;
}

.xiangqing-con p {
    color: #373737;
    line-height: 29px;
}

.xiangqing-con .imggroup a {
    float: left;
    width: 160px;
    height: 120px;
    display: block;
    margin: 0 18px 18px 0;
}

    .xiangqing-con .imggroup a img {
        max-width: 100%;
        display: block;
    }


/*文件现在*/

.filedownload {
    width: 758px;
    margin-right: -18px;
    margin-left: 18px;
    font-family: "宋体"
}

    .filedownload > a {
        display: block;
        width: 100%;
        height: 37px;
        background-color: #f4f4f4;
        line-height: 37px;
        font-size: 14px;
        color: #3d3d3d;
        margin-bottom: 13px;
    }

        .filedownload > a .pull-left {
            padding-left: 12px;
            width: 680px;
            overflow: hidden;
            white-space: nowrap
        }

        .filedownload > a .pull-right {
            padding-right: 19px;
        }

        .filedownload > a:hover {
            color: #2A3783;
            box-shadow: 3px 3px 3px #e8e8e8
        }

    .filedownload .file-pdf {
        /*background: url("img/fileformat.png") no-repeat 0 0;*/
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin: 10px 3px 10px 0
    }

    .filedownload .file-doc,
    .filedownload .file-ocx {
        /*background: url("img/fileformat.png") no-repeat 0 -16px;*/
        width: 14px;
        height: 14px;
        overflow: hidden;
        margin: 10px 3px 10px 0
    }

    .filedownload .file-lsx,
    .filedownload .file-xls {
        /*background: url("img/fileformat.png") no-repeat 0 -30px;*/
        width: 14px;
        height: 14px;
        overflow: hidden;
        margin: 10px 3px 10px 0
    }


/*问答*/

.qa {
    /*width: 740px;*/
    margin: 0 auto;
    font-family: "宋体";
    font-size: 16px;
}

    .qa .qalist {
        margin: 10px 0;
        padding: 5px;
        border: 1px solid white
    }

.qatitle {
    /*background: url("img/q&a.jpg") no-repeat;*/
    /*width: 740px;*/
    height: 70px;
    padding-top: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: white
}

.liuyantitle {
    width: 820px;
    height: 70px;
}

.qatitle-left {
    font-size: 24px;
    color: #2A3783;
    height: 50px;
    font-weight: bold;
}

    .qatitle-left .iconfont {
        padding-right: 4px;
        font-size: 26px;
        font-weight: normal;
    }

.qasearch {
    background: #2A3783;
    padding-right: 20px;
    padding-left: 20px;
    outline: none;
    color: white;
    margin-left: 15px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .qasearch .iconfont {
        padding-right: 4px;
        font-size: 16px;
        font-weight: normal;
    }

    .qasearch:hover {
        background: #222C69;
        color: white;
    }

.qa .q-a {
    color: #2A3783;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.qa .q {
    padding: 15px 0;
    color: #666666;
    font-weight: bold;
    overflow: hidden;
    height: 3.8em;
    cursor: pointer;
}

    .qa .q .q-value {
        font-size: 14px;
    }

    .qa .q span em {
        color: #999;
        float: right;
        padding-right: 10px;
    }

.qa .a .a-value {
    display: inline-block;
    line-height: 27px;
    color: #666666;
    padding: 5px 18px;
    background-color: rgb(42, 55, 131, 0.1);
    position: relative;
    width: 772px;
    border-radius: 10px;
    min-height: 65px;
    font-size: 14px;
}

    .qa .a .a-value:before {
        content: '';
        position: absolute;
        right: -14px;
        top: 14px;
        border-style: solid;
        border-width: 10px 0 10px 14px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(42, 55, 131, 0.1);
    }

.qalist ol,
.qalist ul {
    margin-left: 20px;
}

.qalist li {
    margin: 0 0 8px 8px;
    list-style: decimal;
}

.qalist:hover {
    border: 1px dashed #dddddd;
}


/*connect*/

.connect-us {
}

.connect-title {
    margin: 0 35px 0 50px;
    position: relative;
    height: 80px;
}

    .connect-title .title-left {
        position: absolute;
        color: #515151;
        font-size: 24px;
    }

    .connect-title .title-right {
        display: block;
        position: absolute;
        right: 0;
        line-height: 14px;
        background-color: #2A3783;
        padding: 5px 15px 5px 10px;
        font-size: 14px;
    }

    .connect-title .file-word {
        display: inline-block;
        margin: 0;
    }

.sum-duty {
    margin: 0 35px 0 20px;
}

.dutyList {
    width: 490px;
    height: 215px;
    border: 1px solid #d2d2d2;
    padding: 6px;
    display: inline-block;
    margin: 0 0 32px 30px
}

    .dutyList .people-img {
        width: 135px;
        height: 202px;
        /*background: url("img/peopleimg.jpg") no-repeat center;*/
    }

    .dutyList .people-info {
        width: 315px;
        height: 202px;
        margin-left: 22px
    }

        .dutyList .people-info p {
            line-height: 3em;
            margin: 0;
            color: #4b4b4b
        }

            .dutyList .people-info p span {
                font-size: 14px;
            }

            .dutyList .people-info p .iconfont {
                font-size: 21px;
                color: #c2c2c2;
                padding-right: 10px
            }

.connect-other {
    width: 100%;
    background-color: #f5f5f5;
}

.con-other-wrap {
    width: 1026px;
    margin: 0 auto
}

.con-other-title {
    margin-bottom: 27px;
    margin-top: 15px
}

    .con-other-title a {
        display: block;
        background-color: white;
        width: 172px;
        height: 43px;
        color: #3f3f3f;
        line-height: 43px;
        font-size: 14px;
        float: left;
        margin-left: 29px
    }

        .con-other-title a:hover {
            background-color: #2A3783 !important;
            color: white !important;
        }

    .con-other-title .active a {
        background-color: #2A3783 !important;
        color: white !important;
    }

.con-other-email {
    line-height: 57px;
    padding-left: 32px;
    color: #3f3f3f;
    font-size: 14px
}

.connect-other .connect-other-table {
    font-size: 14px;
    line-height: 18px;
    color: #4b4b4b;
    width: 100%;
    text-align: center
}

.connect-other-table tr {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 3px 0;
}

.connect-other-table td {
    min-width: 100px;
}

    .connect-other-table td img {
        padding: 5px 0
    }


/*校历*/

.school-time {
    font-family: arial, "宋体"
}

.xiaolititle {
    margin-bottom: 20px
}

.school-time li a {
    text-decoration: none;
    display: block;
    float: left;
    background-color: #f2f2f2;
    width: 263px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
    color: #3b3a3a
}

    .school-time li a:hover,
    .xiaolititle .active a {
        color: #2A3783 !important;
        text-decoration: none
    }

.school-time .tab-content {
    color: #3b3a3a;
}

    .school-time .tab-content .first {
        border-top: 2px solid #2A3783;
        color: #2A3783;
        font-weight: bold
    }

    .school-time .tab-content tr td:nth-child(1) {
        font-weight: bold;
        border-left: none !important;
    }

    .school-time .tab-content tr td {
        border-right: none !important;
        padding-left: 25px
    }

    .school-time .tab-content table {
        border: none !important;
    }

.pageab a:link {
    color: #333
}


/*表格a重置*/

@keyframes recommend {
    0% {
        background-position: center;
    }

    25% {
        background-position: center -10px;
    }

    100% {
        background-position: center;
    }
}

@-moz-keyframes recommend
/* Firefox */
{
    0% {
        background-position: center;
    }

    25% {
        background-position: center -10px;
    }

    100% {
        background-position: center;
    }
}

@-webkit-keyframes recommend
/* Safari 和 Chrome */
{
    0% {
        background-position: center;
    }

    25% {
        background-position: center -10px;
    }

    100% {
        background-position: center;
    }
}

@-o-keyframes recommend
/* Opera */
{
    0% {
        background-position: center;
    }

    25% {
        background-position: center -10px;
    }

    100% {
        background-position: center;
    }
}
