/* Public area */

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

body {
    font-family: 'PingFang SC', 'PingFangSC-Regular', 'Microsoft YaHei', 'Helvetica-Neue', 'Helvetica', 'Arial', Arial, sans-serif;
}

.main-box {
    /* background-color: #E60013; */
    margin: 0 auto;
}

.top-bar {
    margin: 0 auto;
    padding: 20px 0;
    width: 1130px;
}

header {
    height: 90px;
    background: #fff url('./bgimages/nav_bg.png') bottom center no-repeat;
    overflow: hidden;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.nav {
    float: right;
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
}

.nav .active {
    background: #fff;
    border-radius: 30px;
}

.nav ul li {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 45px;
}

.subnav {
    margin: 100px auto 85px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.back {
    cursor: pointer;
    width: 60px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 12px;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
    line-height: 24px;
}

.back p {
    cursor: pointer;
}

.back:active {
    background-color: #666666;
}

.ntback:active {
    background-color: #666666;
}

.page {
    margin: 0 10px;
}

.page ul li {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 5px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 90, 0, 1);
}

.page ul li.active {
    background: #ccc;
}

.next {
    cursor: pointer;
    align-content: center;
    width: 60px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 12px;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
    line-height: 24px;
}

.next p {
    cursor: pointer;
}

main {
    margin: 50px auto 0;
    width: 1130px;
    padding: 0 30px;
}


/*index顶部上部主页面 */

.header-body {
    background: #fff url('./bgimages/b1.png') top center no-repeat;
}

.header-body  .content-box {
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 840px;
}
.left-part {
    margin-top: 46px;
}
.left-part-app img{
    height: 700px;
    border-radius: 50px;

}

.iphone {
    height: 570px;
    width: 282px;
}

.right-part {
    margin-top: 240px;
}

.right-part .desc{
    width: 600px;
}

.maintitle {
    text-align: left;
    font-size: 70px;
    color: #FFFFFF;
    line-height: 93px;
}

.desc {
    font-size: 27px;
    color: #FFFFFF;
    line-height: 64px;
}

.qr {
    /* margin-left: 700px; */
    /* margin-top: 250; */
}

.qrcode1 {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.qrcode1 img {
    width: 140px;
    height: 140px;
}

.qrcode2 {
    margin-left: 29px;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.qrcode2 img {
    width: 140px;
    height: 140px;
}



.guild {
    text-align: center;
    /* margin: 45px auto 32px; */
    color: #000;
    font-size: 60px;
    font-weight: 300;
}

.message {
    text-align: center;
    /* margin-top: 32px; */
    color: #000000;
    font-size: 30px;
}

.content {
    margin-top: 41px;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
}

.banner {
    margin-top: 86px;
    /* margin-left: 22px */
    /* margin-top: 250; */
}

.banner .pic {
    width: 150px;
    display: inline-block;
    margin-right: 89px;
}

.banner .pic:last-child {
    margin-right: 0;
}

.pic1 {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.pic img {
    margin-left: 8px;
    width: 150px;
    height: 150px;
}

.banner .tag {
    line-height: 36px;
    font-size: 24px;
    text-align: center;
}

.partner {
    display: inline-block;
    margin-top: 129px;
    background-color: #FAFAFA;
    border-radius: 240px;
    width: 100%;
    height: 480px;
}

.photo {
    margin-top: 90px;
    margin-left: 105px;
    float: left;
    width: 300px;
    height: 300px;
}

.photo img {
    width: 100%;
    height: 100%;
}

.msg {
    margin-right: 97px;
    width: 526px;
    float: right;
    margin-top: 112px;
}

.core {
    text-align: left;
    font-size: 48px;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
}

.main content {
    text-align: left;
    font-size: 24px;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}


/* home和news公用页脚 */

footer {
    height: 500px;
    background: url('./bgimages/foot_bg_2.png') center center no-repeat;
}

footer .copyright {
    margin: 0 auto;
    padding: 211px 30px 0;
    width: 1190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copyright .footer-logo {
    width: 120px;
    height: 120px;
}

.footer-desc {
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
    display: inline-block;
}

@media screen and (min-width:1200px) and (max-width:1440px) {}

@media screen and (min-width:1441px) and (max-width:1920px) {}


/* newscss */

.newsbanner {
    height: 320px;
    background: url('./bgimages/news_b2.jpg') top center no-repeat;
}

.list {
    width: 1130px;
    position: relative;
    /* margin-top: 50px; */
}

.list .pic img {
    width: 750px;
    height: 480px;
}

.details {
    position: absolute;
    left: 580px;
    top: 60px;
    padding-right: 30px;
    /* width: 580px; */
    height: 360px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    /* padding: 50px 40px 40px; */
    border-right: 10px solid #4097AA;
}

.title {
    margin-left: 40px;
    font-size: 24px;
    text-align: left;
    color: #000000;
    margin-top: 51px;
}

.clock {
    margin-left: 40px;
    font-size: 18px;
    margin-top: 10px;
    color: #4D4D4D;
    text-align: left;
    ;
}

.news-content {
    margin-left: 40px;
    margin-top: 34px;
    font-size: 16px;
    text-align: left;
    color: rgba(77, 77, 77, 1);
    line-height: 24px;
}

.friendlink {
    /* width: 100px; */
    float: right;
    font-size: 18px;
    color: #4D4D4D;
    /* height: 17px; */
}

.column {
    width: 1130px;
    position: relative;
    margin-top: 121px;
    margin-bottom: 208px;
}

.column .icon img {
    width: 750px;
    height: 480px;
    margin-left: 381px;
}

.summary {
    position: absolute;
    top: 59px;
    /* margin-right: 30px; */
    width: 580px;
    /* height: 360px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 50px 40px 40px;
    border-left: 10px solid #4097AA;
}

.subtitle {
    font-size: 24px;
    text-align: left;
    color: #000000;
}

.time {
    font-size: 18px;
    margin-top: 10px;
    color: #4D4D4D;
    text-align: left;
}

.overview {
    margin-top: 34px;
    font-size: 16px;
    text-align: left;
    color: rgba(77, 77, 77, 1);
    line-height: 24px;
}

.newsfooter {
    height: 500px;
    background: url('./bgimages/foot_bg_2.png') center center no-repeat;
    background-size: 1920px 500px;
}

.newsfooter .copyright {
    margin: 0 auto;
    padding: 211px 30px 0;
    width: 1190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsfooter .copyright .footer-logo {
    width: 120px;
    height: 120px;
}

.newsfooter .copyright .footer-desc {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}


/* school css */

.schbanner {
    height: 320px;
    background: url('./bgimages/school_b2.jpg') top center no-repeat;
}

.schlist {
    position: relative;
    width: 1130px;
    height: 360px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 50px 40px 40px;
    border-right: 10px solid #4097AA;
    margin-top: 51px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
}

.schlist .pic img {
    width: 480px;
    height: 300px;
}

.schtag {
    position: absolute;
    left: 549px;
    top: 61px;
    width: 539px;
}

.schtag .title {
    font-size: 24px;
    text-align: left;
    color: #000000;
}

.schtag .clock {
    font-size: 18px;
    margin-top: 10px;
    color: #4D4D4D;
    text-align: left;
}

.sch-content {
    margin-left: 31px;
    font-size: 16px;
    text-align: left;
    color: rgba(77, 77, 77, 1);
    line-height: 24px;
}

.schmsgbox {
    position: relative;
    width: 1130px;
    height: 360px;
    /* margin-top: 50px; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-right: 10px solid #4097AA;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
}

.schmsg {
    padding-top: 50px;
    width: 1050px;
}

.schmsg .schsubtitle {
    margin-left: 31px;
    font-size: 24px;
    text-align: left;
    color: #000000;
}

.schmsg .schalarm {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 31px;
    color: #4D4D4D;
    text-align: left;
}

.schmsg .schdes {
    margin-left: 31px;
    font-size: 16px;
    text-align: left;
    color: rgba(77, 77, 77, 1);
    line-height: 24px;
}

.sublist {
    position: relative;
    width: 1130px;
    height: 360px;
    /* margin-top: 50px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-right: 10px solid #4097AA;
    margin-top: 51px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
}

.sublist .picture img {
    width: 480px;
    height: 300px;
}

.schsummary {
    position: absolute;
    left: 549px;
    top: 61px;
    width: 539px;
}

.schsummary .sedtitle {
    font-size: 24px;
    text-align: left;
    color: #000000;
}

.schsummary .time {
    font-size: 18px;
    margin-top: 10px;
    color: #4D4D4D;
    text-align: left;
}

.schsummary .description {
    font-size: 16px;
    text-align: left;
    color: rgba(77, 77, 77, 1);
    line-height: 24px;
}


/* contact css */

.conbanner {
    height: 320px;
    background: url('./bgimages/contact_b2.jpg') center 0 no-repeat;
}

.intbanner {
    height: 720px;
    background: url('./bgimages/tab1.jpg') center 0 no-repeat;
}


.tel {
    display: inline-block;
    vertical-align: middle;
}

.tel img {
    width: 30px;
    height: 30px;
}

.number {
    display: inline-block;
    font-size: 24px;
    color: rgba(26, 26, 26, 1);
    line-height: 72px;
}

.ads {}

.address {
    display: inline-block;
    vertical-align: middle;
}

.address img {
    width: 30px;
    height: 30px;
}

.location {
    display: inline-block;
    font-size: 24px;
    color: rgba(26, 26, 26, 1);
    line-height: 72px;
}

.map{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 360px;
}


/* newstext css */

.ntguild {
    margin-top: 50px;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

.ntmsgbox {
    padding: 51px 104px 84px 80px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 33px;
    text-align: center;
}

.nttitle {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
}

.ntdate {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(77, 77, 77, 1);
}

.ntdes {
    margin-top: 34px;
    text-align: left;
    font-size: 16px;
    color: rgba(77, 77, 77, 1);
    line-height: 24px;
}

.ntdes img {
   max-width: 100%;
}


.arrow {
    margin-top: 36px;
    margin-bottom: 66px;
    display: flex;
    text-align: center;
}

.ntback {
    cursor: pointer;
    margin-left: 21px;
    width: 60px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 12px;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
    line-height: 24px;
}

.ntback p {
    cursor: pointer;
}

.ntnext {
    cursor: pointer;
    margin-left: 960px;
    width: 60px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 12px;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
    line-height: 24px;
}

.ntnext p {
    cursor: pointer;
}

.ntback p {
    cursor: pointer;
}

.content-box{
    width: 1130px;
    margin: 0 auto;
}
.news-box > div{
    margin-bottom: 80px;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* 弹窗 */
.modal-content {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -20%;
    width: 30%;
    height: 40%;
    min-width: 31.125rem;
    min-height: 18.625rem;
    border-radius: 10px;
    background-color: #fff;
    z-index: 2;

}

.modal-body {
    position: relative;
    text-align: center;
    margin-top: 12%;
    width: 100%;
    height: 100%;
}

.mb_revise {
    padding: .625rem 0 0 1.5625rem;
}

.mb_revise>p {
    padding-left: .25rem;
    margin-top: .125rem;
    font-family: 'FangSong', Times, serif;
    font-size: 15px;
    border-left: solid .125rem royalblue;
}

/*修改框*/
.xiugai {
    height: 2em;
    width: 14.375rem;
    margin-top: .625rem;
}

/* 确定和取消 */
.determine,
.cancen {
    position: absolute;
    width: 25%;
    height: 2.1875rem;
    color: #fff;
    border: 0;
    outline: none; 
    border-radius: 5px;   
    cursor: pointer;
}
.determine {
    right: 15rem;
    bottom: 3rem;
    background-color:#E60113;
}

.cancen {
    border: 1px solid #3762bc;   
    right: 4rem;
    bottom: 3rem;
    color: #312E3D;
    background-color: #fff;
}

.determine:hover{
    color: #fff;
}
.cancen:hover {
    color: #312E3D;
}
.form-group{
margin-top: 20px;
}
.form-group-con{
    margin-top: 20px;
}
/* 　　.form-group{position:relative;width:360px;margin:0auto;padding-bottom:30px;} */
 
/* 　　.form-group input{width:288px;height:48px;padding-left:70px;border:1pxsolid#fff;border-radius:25px;font-size:18px;color:#fff;background-color:transparent;outline:none;} */
.input-login{
        width: 278px;   
        height: 18px;   
        margin-bottom: 10px;   
        outline: none;   
        padding: 10px;   
        font-size: 13px;   
        color: #333;   
        border-top: 1px solid #312E3D;   
        border-left: 1px solid #312E3D;   
        border-right: 1px solid #312E3D;   
        border-bottom: 1px solid #56536A;   
        border-radius: 4px;   
        background-color: #fff;   
}