@charset "utf-8";

.header{
    padding:27px 0 11px;
}
.wrap{
    width: 996px;
    margin:0 auto;
}
.wrap .logo{
    float: left;
    width: 29.81927711%;
}
.wrap .h-right{
    float: right;
    width:26.00401606%;
}
.wrap .h-right img{
    float: right;
    margin-left: 15px;
}
.phone-t{
    display: none;
}
/*
    nav
*/
.nav{
    background:#416fbe;
}
#nav {
    width: 100%;
    position: relative;
}

#nav > ul > li {
    float: left;
    text-align: center;
    position: relative;
    width: 11.11111111%;
    line-height: 41px;
}
#nav > ul > li a{
    color: #fff;
    line-height: 41px;
}
#nav > ul > li.curr,#nav > ul > li:hover{
    background:#d9e2f2;
}
#nav > ul > li.curr a,
#nav > ul > li:hover a {
    color: #0c357a;
}
#menu {
    display: none;
    text-align: right;
    margin-top: -.5em;
}

#menu a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
    color: #fff;
    width: 50px;
    text-shadow: none;
    margin: 0 auto 0;
    display: inline-block;
    border: 0;
    text-transform: none;
    background: #0e4562 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 1% 0;
}

#menu a:hover {
    background: #000 !important;
}

.bar {
    display: block;
    width: 55%;
    height: 2px;
    margin: 10% auto;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

#close_menu {
    display: none;
}

@media (max-width: 1035px) {
    .homeBanner {
        margin-top: 0px;
    }
    #index {
        box-shadow: none;
        padding-bottom: 10px;
    }
    #menu {
        position: absolute;
        top: 15px;
        display: block;
        width: 20%;
        right: 10px;
    }
    #nav {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        width: 45%;
        right: -60%;
        top: 0;
        height: 100%;
        z-index: 999;
    }
    #nav > ul {
        margin: 10% 0 0;
        padding: 0;
        width: 100%;
    }
    #nav > ul > li {
        background: none;
        display: block;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 40px;
    }
    #nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 31px;
        background: none;
    }
    #nav > ul > li > ul {
        right: -300px;
    }
    #nav ul li a:hover,
    #nav ul li a.curr {
        color: #71bd0f;
        margin: 0;
        width: 100%;
        background: none;
    }
    #close_menu {
        display: block;
        position: absolute;
        z-index: 9999999999999;
        top: 30%;
        color: #fff;
        left: -40px;
        background: #009fe9;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
    }

}
/*
    banner
*/
#banner {
    position: relative;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    display: none;
}

.banner-btn img {
    opacity: 0.5;
}

.banner h1 span,
.pro_show h1 span,
.news-center h1 span {
    color: #4597c8;
}

.prevBtn {
    left: 7.5%;
    position: absolute;
    left: 7.5%;
    top: 30%;
    z-index: 5555;
    width: 3%;
}

.nextBtn {
    right: 7.5%;
    position: absolute;
    right: 7.5%;
    top: 30%;
    z-index: 5555;
    width: 3%;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px;
    /* IE6闁靛棴鎷�7 */
    letter-spacing: -3px;
    position: relative;
}

.banner-img li {
    width: 25%;
    text-align: center;
    float: left;
    position: relative;
}

.banner-img li img {
    max-width: 100%;
    height: 180px;
    margin: 0 auto;
}

.banner-circle {
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 9;
}

.banner-circle li {
    width: 26px;
    height: 6px;
    background: #fff;
    margin-right: 15px;
    display: inline-block;
}

.banner-circle li.selected {
    background: #cdd31f;
}
.hiSlider.hiSlider3 {
    display: none;
}
.wrap.business{
    margin:17px auto 70px;
}
.wrap.business ul{
    padding:0 35px;
    text-align: center;
}
.wrap.business ul li{
    width:15.98272138%;
    float: left;
    margin: 0 4.4104%;
}
.wrap.business ul li img{
    margin:0 auto;
    padding: 30px 30px 20px 30px;
}
.wrap.business ul li p{
    margin-top: 10px;
    font-size: 15px;
    color:#494949;
    text-indent: 0;
}
.wrap.business ul li:hover img{
    background:#ebf1fb;
    border-radius: 50%;
}
#ius{
    background:url(../images/ius.jpg) no-repeat;
    text-align: center;
    padding: 12px 0;
}
.wrap.ius header > h1{
    font-size: 30px;
    color: #fff;
}

.wrap.ius header{
    margin-bottom: 30px;
}
.wrap.ius header > h1 span{
    color:#fcc700;
}
.wrap.ius header > p{
    font-size: 12px;
    color: #ffffff;
    background:url(../images/line.png) no-repeat center;
    margin-top: 5px;
}
.wrap.ius >p.p{
    text-indent: 0;
    text-align: center;
}
.wrap.ius >p{
    color:#fff;
    font-size:16px;
    line-height: 36px;
    text-align: left;
    text-indent: 2em;
}
.p{
    text-align: center;
    text-indent: 0;
}
#ys{
    background:#e5e5e5;
    padding: 45px 0;
}
#ys ul{
    padding: 0 30px;
}
#ys li{
    border:1px solid #bdbdbd;
    border-radius: 5px;
    width:22.2222222%;
    float: left;
    margin: 35px 1.283% 0;
    position: relative;
}
#ys li img{
    border:5px solid #fff;
    border-radius: 5px;
}
.wrap.about .h1{
    color:#494949;
}
#ys li div{
    background: url(../images/01.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 55px;
}
#ys li div p{
    font-size: 11px;
    position: relative;
    color:#0c357a;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 8px;
    left: 0;
    text-indent: 0;
}
#ys li:hover div{
    background: url(../images/02.png) no-repeat;
}
#ys li:hover div p{
    color:#fff;
}
.wrap.inews{
    text-align: center;
}
.h1{
    font-size: 30px;
    color: #fff;
}
.wrap.inews header > h1{
    color:#494949;
}
.wrap.inews{
    margin:70px auto;
}
.wrap.inews header{
    margin-bottom: 30px;
}
.wrap.inews header > h1 span,.h1 span{
    color:#fcc700;
}
.wrap.inews header > p,.p{
    font-size: 12px;
    color: #999999;
    background:url(../images/line2.png) no-repeat center;
    margin-top: 5px;
}
.inews-list > div{
    float: left;
    width: 47.99196787%;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding-bottom: 20px;
}
.inews-list > div.r{
    float: right;
}
.inews-list > div h2{
    font-size:18px;
    color:#fff;
    font-weight: normal;
    background:url(../images/line3.png) no-repeat center #4285ff;
    line-height: 59px;
    border-bottom: 1px solid #d1d1d1;
}
.inews-list ul{
    padding: 0 20px;
    text-align: left;
}
.inews-list ul li{
    overflow: hidden;
    margin-bottom: 10px;
}
.inews-list ul li .date {
    float: left;
    width: 21.00456621%;
}
.inews-list ul li .date h3{
    font-size: 24px;
    background:#4285ff;
    color: #fff;
    line-height: 46px;
    border-top-right-radius: 20px;
    text-align: center;
}
.inews-list ul li .date p{
    font-size:13px;
    color:#646973;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    background:#ececec;
    line-height: 23px;
    color:#646973;
    text-indent: 0;
}
.inews-list ul li a{
    float: right;
    display: block;
    width: 74.20091324%;
}
.inews-list ul li a h1{
    font-size: 16px;
    color:#494949;
    margin:5px 0;
    max-height: 22px;
    overflow: hidden;
}
.inews-list ul li a p{
    font-size: 14px;
    max-height: 38px;
    overflow: hidden;
    text-indent: 2em;
}
#footer{
    background:#5e5e5e;
    border-top: 7px solid #f8bf00;
    font-size:14px;
    padding: 30px 0;
}
.wrap.footer .f-l{
    float: left;
    width: 45%;
    line-height: 24px;
    color:#afafaf;
}
.wrap.footer .f-l p{
    color:#ddd;
    text-indent: 0;
}
.wrap.footer .f-r{
    float: right;
    width: 17%;
}
.wrap.footer .f-r div{
    float: left;
    text-align: center;
    margin-left: 15px;
}
.wrap.footer .f-r img{
    margin:0 auto;
    border-radius: 3px;
}
.wrap.footer .f-r p{
    color:#afafaf;
    margin-top: 10px;
    text-indent: 0;
}
.pp{
    text-align: center;
    text-indent: 0;
    margin: 20px 0;
    color: #ddd;
}
/*
    about page
*/
#nav-c{
    background: #e1eefb;
    height: 55px;
    margin:20px 0 0 0;
    text-align: center;
}
#nav-c a{
    width: 16.06425703%;
    height: 55px;
    line-height: 55px;
    background: #4470bb;
    color:#fff;
    display: inline-block;
    text-align: center;
    position: relative;
}
.newp{
    text-align: center;
    color:#ddd;
}
#nav-c a p{
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0%;
    z-index: 1;
    background: #fcc700;
    display: none;
}
#nav-c a.curr01 p,#nav-c a:hover p{
    display: block;
}
#nav-c a.curr01,#nav-c a:hover{
    background: #91aee0;
}
.wrap.about > header{
    text-align: center;
    margin:40px 0 25px;
}
.t-nav{
    text-align: center;
}
.t-nav .d{
    text-align: left;
}
.t-nav a{
    display: inline-block;
    width: 13.25301205%;
    color: #545454;
    line-height: 30px;
    margin-bottom: 15px;
    border:1px solid #999;
}
.t-nav a.curr02,.t-nav a:hover{
    background: #0c357a;
    color: #fff;
}
.about-i{
    margin:40px 0;
}
.about-i-t{
    margin-bottom: 50px;
}
.about-i-t >img{
    float: left;
    width: 49.6585971%;
}
.about-i-t-r {
    float: right;
    width: 41.56626506%;
}
.about-i-t-r h1{
    font-size:30px;
    color: #0c357a;
}
.about-i-t-r header p{
    font-size:13px;
    color: #545454;
    background:url(../images/04.png) no-repeat bottom;
    padding-bottom: 5px;
}
.about-i-t-r ul{
    margin-top:20px;
}
.about-i-t-r ul li{
    float: left;
    text-align: center;
    margin-right: 30px;
}
.about-i-t-r ul li p{
    margin-top: 10px;
}
.about-i >p {
    color: #545454;
    line-height: 40px;
    text-indent: 2em;
}
/*roll*/
#pro-roll{
    background: url(../images/ius.jpg) no-repeat;
    padding:70px 0;
}
.rolls {
    width: 996px;
    margin: 0 auto;
    position: relative;
}

#roll {
    width: 86.66666667%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#rolldiv {
    width: 9999999px;
}

#rolldiv li,
#rolldiv ul {
    float: left;
}

#rolldiv li {
    position: relative;
    max-width: 202px;
    margin: 0 12px;
    text-align: center;
    color: #464646;
    overflow: hidden;
    float: left;
    border: 1px solid #303940;
    overflow: hidden;
    border-radius: 5px;
    height: 278px;
}

#rolldiv li .pic {
    text-align: center;
    margin: 0 auto;
}

#rolldiv li img {
    width: 100%;
}

#rolldiv li span {
    text-align: center;
    display: block;
    height: 45px;
    overflow: hidden;
    word-break: break-all;
    color: #f2f2f2;
    font-size: 14px;
    background: url(../images/04.png) no-repeat;
    position: absolute;
    z-index: 99999;
    bottom: 0px;
    width: 100%;
    line-height: 55px;
}
#rolldiv li:hover{
    border:1px solid #e0e0e0;
}
#rolldiv li:hover span{
    background: url(../images/05.png) no-repeat;

}
#rollimg,
#rollimg1 {
    list-style: none;
    width: auto;
    float: left;
}

#prev,
#next {
    width: 3.5%;
    cursor: pointer;
    position: absolute;
    top:45%;
}

#prev {
    left: 15px;
}

#next {
    right: 0;
    top:45%;
}

.inpro .carousel {
    width: 100%;
    overflow: hidden;
}

.inpro .carousel .prev,
.inpro .carousel .next {
    width: 2%;
    height: 100%;
    cursor: pointer;
    display: block;
    float: left;
}

.inpro .jCarouselLite {
    width: 94%;
    overflow: hidden;
    float: left;
    margin: 0 1%;
}

.inpro .jCarouselLite li {
    width: 143px;
    text-align: center;
    margin: 0 6px;
}
/*online chart*/
.online{
    border: 1px solid #c3c3c3;
    position: fixed;
    right: 5%;
    top: 30%;
    background: #fff;
}
.online ul{
    width: 95%;
    margin: 0 auto;
}
.online ul li {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.online ul li img{
    float: left;
    width: 11px;
    margin:5px 0 0 10px;
}
.online ul li p{
    float: left;
    width: 55%;
    margin-left: 15px;

}
/*
        wenhua
*/
.wenhua{
    margin:40px 0;
}
.wenhua >ul >li{
    width:21.8875502%;
    float: left;
    border:1px solid #97999b;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 3.783%;
}
.wenhua >ul >li:last-child{
    margin-right: 0;
}
.wenhua >ul >li ul{
    margin-top: 20px;
}
.wenhua li div{
    position: absolute;
    left: 0;
    z-index: 1;
    bottom:-200px;
    width: 100%;
    text-align: center;
    background: rgba(68,112,187,0.8);
    line-height: 40px;
    color: #fff;
    height: 100%;
}
.wenhua li div a{
    color:#fff;
    font-size: 24px;
    line-height: 65px;
    text-align: center;
    width: 90%;
    border-bottom: 1px dashed #ffeba1;
    display: inline-block;
}
.geyan{
    border:1px solid #999;
    border-radius: 10px;
    overflow: hidden;
    margin-top:40px;
}
.geyan span{
    display: inline-block;
    line-height: 50px;
    background:#fcc700;
    width: 9.96%;
    text-align: center;
    color: #fff;
    float: left;
    border-right:1px solid #999;
}
.geyan p{
    float: left;
    line-height: 50px;
    margin-left: 20px;
}
/*
    huodong
*/
.huodong{
    width: 47.99196787%;
    float: right;
}
.huodong h3{
    padding-left: 15px;
    background:url(../images/redarr.png) no-repeat center left 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8eaec;
    font-size: 24px;
    color: #0c357a;
}
.huodong p{
    line-height: 30px;
    color:#545454;
    text-indent: 2em;
    margin-top: 10px;
    max-height: 90px;
    overflow: hidden;
}
.huodong div{
    margin-top: 25px;
    font-size: 14px;
}
.huodong div span{
    color: #787878;
}
.huodong div a{
    float: right;
    color: #c4181f;
}
.huodong div a img{
    display: inline-block;
    position: relative;
    top: 4px;
}
.huodong-l li{
    padding-left: 15px;
    background:url(../images/redarr.png) no-repeat center left 5px;
    line-height: 58px;
    border-bottom: 1px solid #999999;
    position: relative;
    overflow: hidden;
    height: 58px;
}
.huodong-l li:first-child{
    border-top: 1px solid #999999;
}
.huodong-l li a{
    display: inline-block;
    width: 80%;
}
.huodong-l li p{
    position: absolute;
    right: 5px;
    top: 0px;
    color: #999;
}
.wrap.page{
    text-align: center;
    margin-bottom: 50px;
}
.wrap.page a{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin:0 5px;
}
.wrap.page a.curr03{
    border:1px solid #9e9e9e;
    color: #c4181f;
    border-radius: 50%;
}
.wrap.page a:first-child,.wrap.page a:last-child{
    width: 70px;
}
.hd{
    margin-top: 50px;
}
.hd .title{
    position: relative;
}
.hd h1{
    font-size: 24px;
    color: #0c357a;
    padding-bottom: 10px;
    border-bottom:1px solid #999;
    text-align: center;
}
.hd .title p{
    position: absolute;
    right: 15%;
    top: 5px;
}
.video{
    margin:30px 0;
}
.video img{
    margin: 0 auto 20px;
}
.video p{
    line-height: 40px;
    color:#545454;
    text-indent: 2em;
    width: 97%;
    margin: 0 auto;
}
.about-i >img{
    margin:0 auto 20px;
}
.about-i > p > strong{
    color: #0c357a;
}
.yj{
    width:132px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #4470bb;
    margin: 20px auto;
    cursor: pointer;
    display: block;
}
#partner{
    margin-bottom: 80px;
}
.partner {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}
.students{
    float: left;
    width: 15.562249%;
    border-top:1px solid #c3c3c3;
    border-left:1px solid #c3c3c3;
    border-bottom:1px solid #c3c3c3;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    margin-top: 45px;
}
.students a {
    display: block;
    width:60%;
    line-height: 30px;
    color: #454545;
    background: #e1eefb;
    padding: 0 31px;
    border-bottom:1px solid #c3c3c3;
}

.students a.active {
    background: #91aee0;
    color: #fff;
}

.sex{
    width:84.239019%;
    float: right;
    border-radius: 10px;
}
.sex div {
    float: left;
}

.sex div {
    display: none;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    width: 99.8%;
    border-radius: 10px;
}
.sex div table{
    line-height: 38px;
}
.sex div table,.sex div table tr{
    width: 100%;
    text-align: center;
}
.sex div table th{

    border-bottom: 1px solid #999;
    width: 20%;
}
.sex div table td{
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 20%;
}
.sex div table td:last-child{
    border-right: 0;
}
.sex .on {
    display: block;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}

.sex div section {
    padding: 0 30px;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}
.gjhy{
    margin-bottom: 70px;
}
.gjhy img{
    margin:0 auto 30px;
}
.gjhy p{
    line-height: 40px;
    color: #545454;
    text-indent: 2em;
}
.gjhy p span{
    color: #c4181f;
}
/*
    news
*/
.news{
    margin-bottom: 20px;
}
.news li:first-child{
    border-top: 0;
}
/*
    hr
*/
.hr span{
    color: #c41920;
}
/*
    down
*/
.down li{
    width:23.07236948%;
    float:left;
    margin: 0 0.9554% 55px;
}
.down li img{
    border:1px solid #d0d0d0;
    width: 98.9%;
}
.down li p{
    background: url(../images/da.png) no-repeat;
    text-align: center;
    line-height: 47px;
    margin-top: -7px;
    position: relative;
    color: #fff;
}
.down li:hover{
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
.down li:hover p{
    background: url(../images/dah.png) no-repeat;
}
.down li:hover img{
    border: 1px solid #fac934;
}
.dtitle{
    position: relative;
}
.dtitle h2{
    text-align: center;
    font-size: 24px;
    color: #454545;
    font-weight: normal;
}
.dtitle >a {
    border:none;
}
.dtitle p{
    position: absolute;
    right: 5%;
    top: 8px;
    background: url(../images/d.png) no-repeat;
    width: 97px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}
.ht{
    border:1px solid #c6c6c6;
    margin: 30px 0;

}
.htop{
    margin:20px auto 0;
    width: 93.279116%;
}
.htop img{
    float: left;
    width: 28.1779661%;
}
.ht >img {
    margin:0 auto;
}
.htop-r{
    float: right;
    margin-right: 10%;
    margin-top: 8px;
}
.htop-r p{
    font-size: 12px;
    color: #c41920;
}
.d-inf{
    width: 87.26708075%;
    margin:15px auto 0;
    font-size: 12px;
    color: #333333;
    line-height: 25px;
    padding-bottom: 45px;
}
.d-inf >div{
    text-align: left;
}
.d-inf strong{
    font-size: 13px;
}
.d-inf h2{
    text-align: center;
    font-size: 22px;
    color: #454545;
    font-weight: normal;
}
.daibiao{
    margin-top: 20px;
    font-size: 13px;
}
.daibiao .jia{
    width: 50%;
    float: left;
}
.daibiao .yi{
    width: 50%;
    float: right;
}
/*
    chaxun
*/
.chaxun{
    width: 50%;
    margin:0 auto;
}
.chaxun a{
    width: 23%;
}
.chaxunt table{
    width: 100%;
    border:1px solid #c3c3c3;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.chaxunt table th{
    width: 25%;
    border-right: 1px solid #c3c3c3;
    border-bottom: 2px solid #fcc700;
    background: #91aee0;
    color: #fff;
}
.chaxunt table th:last-child,.chaxunt table td:last-child{
    border-right: none;
}

.chaxunt table td{
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
/*
    weixian
*/
.weixian{
    margin:40px 0;
}
.weixian >img{
    margin-bottom: 25px;
}
.weixian >p {
    line-height: 40px;
    color:#545454;
    text-indent: 2em;
}
.weixian ul li{
    float: left;
    position: relative;
    border: 1px solid #a5a5a5;
    width: 30.70369478%;
    margin: 0 1.104%;
    margin-bottom: 30px;
}
.weixian ul li p{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 65px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    text-align: center;
}
/*
    dingdan
*/
.dingdan form >p{
    color:#454545;
}
.dingdan form{
    margin-top: 20px;
}
.dingdan >form >p{
    margin-top: 11px;
}
.dingdan >form input,.m-l input{
    height: 34px;
    border-radius: 3px;
    border:1px solid #c3c3c3;
}
.dingdan >form textarea,.m-l textarea{
    border-radius: 3px;
    border:1px solid #c3c3c3;
    width: 100%;
    margin-top: 8px;
    height: 170px;
}
.dingdan >form >p >input,.m-l input{
    margin-top: 8px;
    width: 100%;
}
.dingdan form div{
    margin:15px 0 20px;
}
.dingdan form div p{
    float: left;
    width: 28.1124498%;
    color: #999;
}
.dingdan form div span{
    color:#454545;
}
.dingdan form div p input{
    width: 70%;
    height: 34px;
    border-radius: 3px;
    border:1px solid #c3c3c3;
}
.dingdan form div p:nth-of-type(2){
    margin: 0px 7.83%;
}
.dingdan form div input[type="checkbox"]{
    line-height: 20px;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
}
.dingdan form div p span{
    color: #999;
}
.dingdan .submit,.m-l .submit{
    text-align: center;
    margin:60px 0;
}
.dingdan .submit input,.m-l .submit input{
    text-align: center;
    width: 238px;
    height: 52px;
    line-height: 52px;
    background: #91aee0;
    color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    font-size: 24px;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
/*
    message
*/
.m-l{
    width: 47.69076305%;
    float: left;
}
.m-l form{
    margin-top: 15px;
}
.m-l p{
    color: #454545;
    line-height: 30px;
}
.m-r{
    float: right;
    width: 47.69076305%;
    border-radius: 10px;
    border:1px solid #c3c3c3;
    overflow: hidden;
}
.m-r h3{
    background: #91aee0;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size:24px;
    font-weight: normal;
}
.m-r ul{
    width: 92.63157895%;
    margin:0 auto;
}
.m-r ul li{
    overflow: hidden;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 25px;
    padding-bottom: 13.5px;
}
.m-r ul li:last-child{
    border-bottom: none;
}
.m-r ul li .li-l{
    width: 12.5%;
    float: left;
}
.m-r ul li .li-l img{
    margin:0 auto;
}
.m-r ul li .li-r{
    width: 84.09090909%;
    float: right;
    margin-right: 10px;
}
.m-r ul li .li-r h5{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #454545;
}
.m-r ul li .li-r h5 span{
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 5px;
    right: 0;
}
.m-r ul li .li-r p{
    color: #999;
    margin-top: 5px;
    max-height: 22px;
    overflow: hidden;
}
.address{
    line-height: 40px;
    color: #595959;
    margin-bottom: 20px;
}

.address img{
    display: inline-block;
    margin-right:5px ;
    position: relative;
    top: 5px;
}
/*roll end*/
@media only screen and (max-width:1280px){
    .hiSlider-item img{
        height: 312px;
    }
}
@media only screen and (max-width:1366px){
    .hiSlider-item img{
        height: 333px;
    }
}
@media (max-width: 1680px){
    .hiSlider-item img{
        height: 387px;
    }
}
@media (max-width: 768px){
    .newp{
        height:20px;text-align:left;line-height:20px;margin:0px 0px 0px 5px;color:#ddd;
    }
    .chaxunt table{
        width: 98%;
        margin:0 auto;
    }
    .banner{
        display: block;
    }
    #banner{
        display: none;
    }
    .wrap{
        width: 100%;
    }
    .nav-c{
        text-align: left;
        width: 97%;
        margin: 0 auto;
    }
    .wrap .logo{
        margin-top: 15px;
    }
    .wrap .logo img{
        margin:0 auto;
    }
    .lang{
        position: absolute;
        top: 10px;
        left: 0px;
    }
    .wrap .h-right >img{
        float: none;
        margin:5px auto;
    }
    .wrap.business{
        margin:15px 0;
    }
    .wrap.business ul,#ys ul{
        width: 96%;
        padding: 0;
        margin:0 auto;
    }
    .wrap.business ul li{
        width: 21%;
        margin: 0 1.8%;
    }
    .wenhua > ul > li ul{
        margin-top: 0;
    }
    .wenhua li div ul li{
        line-height: 30px;
    }
    .wenhua li div a{
        line-height: 55px;
    }
    .wrap.business ul li img{
        padding: 0;
    }
    #ius{
        padding: 20px 0;
        background:#3d74b3;
    }
    .wrap.ius{
        width: 97%;
        margin:0 auto;
    }
    #ys li{
        width: 39%;
        margin: 10px 5%;
    }
    .wrap.inews{
        margin:15px 0;
    }
    .inews-list > div,.inews-list > div.r{
        width:97%;
        float: none;
        margin:0 auto 15px;
    }
    .inews-list ul{
        padding: 0 10px;
    }
    .inews-list ul li .date h3{
        font-size: 18px;
    }
    .wrap.footer .f-l,.wrap.footer .f-r,.gjhy{
        width:97%;
        float: none;
        margin:0 auto;
    }
    .wrap.footer .f-r{
        display: none;
    }
    #nav-c{
        height: auto;
    }
    #nav-c a{
        width: 23%;
        margin-bottom: 5px;
        font-size: 13px;
        display: block;
        float: left;
        margin: 5px 1% 0;
        border: none;
    }
    .pp{
        text-align: left;

        margin:15px 0 0 1.5%;
    }
    .wrap.about > header{
        margin:15px 0;
    }
    .t-nav a{
        width: 23%;
        font-size: 9px;
    }
    .t-nav a:last-child{
        width: 26%;
    }
    .about-i-t > img,.about-i-t-r,.about-i > p{
        width: 97%;
        margin:0 auto;
        float: none;
    }
    .about-i-t{
        margin-bottom: 15px;
    }
    .about-i-t-r ul li{
        margin-right: 15px;
    }
    .rolls{
        width: 100%;
    }
    #prev{
        left: 0;
    }
    #rolldiv li{
        width: 80%;

    }
    #rolldiv li img{
        margin:0 auto;
    }
    .online{
        display: none;
    }
    .wenhua > ul{
        width: 97%;
        margin:0 auto;
    }
    .wenhua > ul > li{
        width: 45%;
        margin-bottom: 10px;
    }
    .wenhua li div{
        bottom:-105px;
    }
    .wenhua li div a{
        font-size: 16px;
    }
    .huodong-l li a{
        font-size: 14px;
        width: 75%;
    }
    .huodong-l li p{
        font-size: 10px;
    }
    .geyan span{
        width:20%;
        font-size: 14px;
        line-height: 80px;
    }
    .geyan p{
        width: 70%;
        line-height: 25px;
        margin-top: 10px;
    }
    .huodong{
        width: 97%;
        float: none;
        margin-top: 15px;
        margin: 0 auto;
    }
    .huodong h3,.hd h1{
        font-size: 16px;
    }
    .hd .title p{
        position: relative;
        text-align: center;
        right: 0;
    }
    .about-i > p{
        line-height: 25px;
    }
    .students,.students a,.sex{
        width: 100%;
        float: none;
    }
    .students{
        border-radius: 0px;
    }
    .students a{
        padding: 0;
        text-align: center;
    }
    .gjhy p{
        line-height: 35px;
    }
    .down li{
        width: 48%;
        margin-bottom: 20px;
    }
    .htop img{
        width: 60%;
    }
    .htop-r{
        margin-top: 0;
        text-align: left;
    }
    .daibiao .jia,.daibiao .yi{
        width: 100%;
        float: none;
    }
    .chaxun{
        width: 100%;
    }
    .weixian ul li{
        width: 47%;
    }
    .chaxunt table th{
        font-size: 12px;
    }
    .weixian ul li p{
        line-height: 40px;
        font-size: 14px;
    }
    .dingdan{
        width: 97%;
        margin: 0 auto;
    }
    .dingdan form div p{
        width: 100%;
        float: none;
    }
    .dingdan form div p:nth-of-type(2){
        margin:10px 0;
    }
    .dingdan .submit{
        margin:15px 0;
    }
    .dingdan .submit input{
        margin:5px 0;
    }
    .dingdan > form > p > input,.dingdan > form textarea{
        width: 95%;
    }
    .m-l,.m-r{
        width: 97%;
        margin: 0 auto 20px;
        float: none;
    }
    .m-l .submit{
        margin:15px 0;
    }
    .address{
        line-height: 25px;
        width: 97%;
        margin: 15px auto;
        font-size: 14px;
    }
    .address tr{
        display: block;
    }
    .dtitle p{
        position: relative;
        margin: 0 auto;
    }
    .hiSlider.hiSlider3 {
        display: block;
    }
    .hiSlider.hiSlider3 .hiSlider-item img{
        height: auto;
    }
    #ys li div p{
        top: 8px;
        left: 0px;
    }
    .wrap .logo{
        width: 45%;
        margin-left: 5px;
    }
    .wrap .h-right{
        width: 40%;
        float: right;
        margin-top: 16px;
        margin-right: 10px;
    }
    .wrap .h-right >img{
        display: none;
    }
    .wrap .h-right img.pp{
        display: block;
        margin: 0;
        width: 14%;
        float: left;
    }
    .phone-t{
        
        display: block;
        margin-top: 6px;
        float: right;
        overflow: hidden;
    }
    .phone-t p{
        float: left;
    }
    .phone-t a{
        font-size: 12px;
        color:#000;
    }
}

