html, body {
    width: 100%;
    height: 100%
}

.contaier {
    position: relative;
    height: 100%
}

.main {
    overflow: hidden;
    width: 100%;
    min-width: 1100px;
    margin-bottom: 0
}

.main .middle {
    position: absolute;
    width: 373px;
    top: 45%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main .middle .magic-squire-top {
    position: absolute;
    left: 56px;
    top: -14px;
    z-index: 10
}

.main .middle .magic-squire-middle {
    position: absolute;
    top: 87px;
    left: 165px;
    z-index: 11
}

.main .middle .magic-squire-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9
}

.first-section {
    position: relative;
    height: 929px;
    padding-top: 78px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.first-section .left, .first-section .right {
    position: absolute;
    display: inline-block;
    width: 50%;
    top: 0;
    bottom: 0
}

.first-section .left img, .first-section .right img {
    position: absolute;
    width: 0;
    top: 50%;
    z-index: 10
}

.first-section .left img {
    right: 0
}

.first-section .left .l4 {
    -webkit-transform: rotateZ(-55deg);
    transform: rotateZ(-55deg)
}

.first-section .left .l5 {
    -webkit-transform: rotateZ(40deg);
    transform: rotateZ(40deg)
}

.first-section .left .l11 {
    z-index: 9
}

.first-section .right {
    left: 50%
}

.first-section .right img {
    left: 0
}

.first-section .right .r12 {
    -webkit-transform: rotateZ(208deg);
    transform: rotateZ(208deg)
}

.mf-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 26px;
    color: #939da1;
    padding-bottom: 92px;
    line-height: 2
}

.mf-footer h3 {
    font-weight: 500;
    color: #000000;
    font-size: 30px;
}

.mf-footer p {
    font-size: 20px;
    color: #3f5057;
}

.mf-footer .platform {
    position: relative;
    margin-top: 30px
}

.mf-footer .red {
    color: #ea4642;
    font-size: 16px
}

.mf-footer .wonderful-img {
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: 20px
}

.icon-text {
    font-size: 100px
}

.header {
    padding: 9px 9px 9px 33px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.header .logo {
    float: left;
    margin-top: 12px
}

.header .logo img {
    width: 266px
}

.header .nav {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #131f3d;
    text-align: center;
    font-size: 0;
    width: 600px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999
}

.header .nav ul {
    font-size: 0;
    margin: 0 auto;
    display: inline-block
}

.header .nav li {
    display: inline-block;
    min-width: 120px;
    text-align: center;
    height: 70px;
    font-size: 16px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.header .nav a {
    position: absolute;
    color: #fff;
    height: 70px;
    line-height: 70px;
    width: 120px
}

.header .nav .current {
    position: relative;
    background-color: #0098fe
}

.header .nav .current a {
    top: 0;
    left: 0;
    display: block
}

.scrollheader .nav {
    width: 100%
}

.w1100 {
    width: 1100px;
    margin: 0 auto
}

.section {
    font-size: 0;
    overflow: hidden;
    padding: 100px 0 60px
}

.section .img-box {
    position: relative;
    display: inline-block;
    width: 105px;
    height: 105px;
    border-radius: 50%
}

.section .img-box span {
    position: absolute;
    display: inline-block;
    font-size: 72px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    color: #949494
}

.section .title {
    font-size: 40px;
    line-height: 1.357;
    text-align: center
}

.section .title h2 {
    font-size: 46px;
    font-weight: normal
}

.section .title p {
    font-size: 20px;
    margin-top: 10px !important
}

.section p {
    margin-top: 12px;
    line-height: 1.3
}

.section .imgs > li:not(:first-child) {
    display: none
}

.section .imgs {
    position: relative;
    height: 690px;
    line-height: 690px;
    z-index: 10
}

.section .imgs img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.section .modules {
    margin-top: 50px;
    background: url("../image/mianyangIndex/ulbg.png") -104px 63px no-repeat;
}

.section .modules > li {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-size: 16px;
    line-height: 1.875;
    min-width: 100px;
    margin: 0 30px;
    border: none
}
.section .modules img {
    width: 50px
}

.section .modules-text > li:not(:first-child) {
    display: none
}

.section .current p {
    position: relative
}

.section .current p:last-child:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -10px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    width: 100%
}

.second-section {
    padding: 90px 0 0;
    height: 510px;
    background: url("../image/mianyangIndex/nav2bg.png") no-repeat;
    color: #fff;
    background-size: cover;
}

.second-section p {
    color: #fff
}

.second-section .img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url("../image/mianyangIndex/img-boxbg.png") no-repeat;
}

.second-section .img-box span {
    display: inline-block;
    width: 41px;
    height: 41px;
}
.icon-map {background: url("../image/mianyangIndex/icon-map.png") no-repeat}
.icon-finish1 {background: url("../image/mianyangIndex/icon-finish.png") no-repeat}
.icon-book1 {background: url("../image/mianyangIndex/icon-book.png") no-repeat}
.icon-plan1 {background: url("../image/mianyangIndex/icon-plan.png") no-repeat}
.icon-school1 {background: url("../image/mianyangIndex/icon-school.png") no-repeat}
.icon-teacher1 {background: url("../image/mianyangIndex/icon-teacher.png") no-repeat}
.second-section strong {
    font-size: 30px;
    font-weight: bold
}

.third-section {
    position: relative;
    z-index: 1;
    /*height: 800px;*/
    height: 700px;
    color: #2a2a2a;
    padding: 80px 0;
    background: url('../../assets/image/index/index_bg2.png') no-repeat center bottom
}

.third-section #active_echart {
    margin: 70px auto;
    border-radius: 6px;
    background-color: #fbfcff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(43, 46, 47, 0.15);
    box-shadow: 0 10px 40px 0 rgba(43, 46, 47, 0.15);
    width: 1260px;
    height: 450px
}

.third-section .active-container {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.forth-section {
    background: url("../../assets/image/index/school-bg.png") no-repeat center center;
    background-size: auto 100%
}

.forth-section .dzd {
    height: 100%
}

.forth-section .dzd > img {
    vertical-align: bottom
}

.forth-section .title {
    color: #fff
}

.forth-section .swiper-container {
    margin-top: 50px;
    padding: 40px 0;
    overflow: visible
}

.forth-section .swiper-slide {
    padding-top: 12px;
    border-radius: 6px;
    background-color: #e9eef6;
    -webkit-box-shadow: 0 3px 29px 0 rgba(0, 43, 73, 0.4);
    box-shadow: 0 3px 29px 0 rgba(0, 43, 73, 0.4);
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s
}

.forth-section .swiper-slide > img {
    height: 162px
}

.forth-section .swiper-slide:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.forth-section .teacher-info {
    padding: 20px;
    text-align: left;
    background-color: #fff
}

.forth-section .teacher-info strong {
    font-size: 24px;
    color: #2a2a2a;
    line-height: 1.21;
    font-weight: normal
}

.forth-section .teacher-info strong + p {
    margin: 0;
    font-size: 16px
}

.forth-section .teacher-info p {
    margin-top: 0;
    font-size: 14px;
    color: rgba(42, 42, 42, 0.769);
    line-height: 1.714
}

.forth-section .btns {
    margin-top: 20px;
    text-align: center
}

.forth-section .btn-blue-white:hover {
    color: #fff
}

@media screen and (min-width: 1600px) {
    .forth-section {
        background-size: 100% 100%
    }
}

.fifth-section {
    position: relative;
    background: url("../image/mianyangIndex/nav5bg.png") no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    height: 926px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -20px 100px -15px #999 inset;
    box-shadow: 0 -20px 100px -15px #999 inset
}

.fifth-section #particles-js {
    width: 100%;
    height: 100%
}

.fifth-section .title .icon-text {
    font-size: 86px
}

.fifth-section .fifth-container {
    /*position: absolute;*/
    /*width: 1100px;*/
    top: 100px;
    /*left: 74px;*/
    /*right: 74px;*/
    z-index: 10
}

.fifth-section .train-plan h3 {
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fifth-section .train-plan .ellipsis3 {
    height: 70px
}

.fifth-section .train-plan > li {
    display: inline-block;
    border-radius: 6px;
    background-color: #fff;
    width: 30%;
    margin: 30px 1% 0;
    -webkit-box-shadow: 0 2px 15px 0 rgba(195, 195, 195, 0.25);
    box-shadow: 0 2px 15px 0 rgba(195, 195, 195, 0.25);
    overflow: hidden;
    vertical-align: top
}

.fifth-section .train-plan > li:hover {
    -webkit-box-shadow: 0 2px 15px 0 rgba(195, 195, 195, 0.5);
    box-shadow: 0 2px 15px 0 rgba(195, 195, 195, 0.5);
}

.fifth-section .train-plan .li-middle {
    padding: 15px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fifth-section .train-plan .li-middle > div {
    margin-top: 30px
}

.fifth-section .train-plan p {
    line-height: 1.7;
    margin-top: 0
}

.fifth-section .swiper-container {
    margin-top: 30px;
    height: 600px
}

@media (max-width: 1440px) {
    .fifth-section .li-middle .fr {
        float: left
    }

    .fifth-section .li-middle span {
        font-size: 12px;
        line-height: 1.5
    }
}

.sixth-section {
    position: relative;
    padding: 0;
    background-color: #ffffff;
}

.sixth-section .nav6-bg {
    position: relative;
    padding: 80px 0;
    min-height: 820px;
    background: url("../../assets/image/mianyangIndex/nav6bg.png") no-repeat center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: auto 100%;
    overflow: hidden;
    z-index: 10
}

.sixth-section .notice-img {
    width: 100%;
    height: 200px
}

.sixth-section .text-box {
    padding: 28px 20px 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sixth-section p {
    margin-top: 20px;
    line-height: 1.6
}

.sixth-section .ellipsis3 {
    height: 65px
}

.sixth-section .notices {
    margin-top: 115px
}

.sixth-section .notices li {
    display: inline-block;
    width: 22%;
    margin: 0 1.5%;
    vertical-align: top;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 43, 73, 0.1);
    box-shadow: 0 3px 40px 0 rgba(0, 43, 73, 0.1)
}
.sixth-section .notices li:hover {
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 43, 73, 0.23);
    box-shadow: 0 3px 40px 0 rgba(0, 43, 73, 0.23);
    border-bottom: 6px solid #0098fe;
    transform:translateY(-25px);
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sixth-section #snowBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width: 1440px) {
    .sixth-section h4 {
        font-size: 14px
    }

    .sixth-section p {
        font-size: 12px
    }

    .sixth-section .notice-img {
        width: 100%;
        height: 130px
    }

    .sixth-section .ellipsis3 {
        height: 56px
    }
}

.platform {
    margin-top: 30px;
    text-align: center
}

.platform label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: #5c5c5c;
    margin-right: 16px
}

.platform a {
    margin: 0 auto
}

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

.platform-list li {
    display: inline-block;
    margin-right: 40px
}

.platform-list a {
    display: inline-block;
    font-size: 14px;
    color: #5c5c5c;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 8px;
    background-color: #e3e3e3
}
.footer {
    padding: 0;
    height: 90px;
    border-top: 1px solid #dddddd;
}
.footer p {
    line-height: 90px;
    position: relative;
    width: 348px;
    margin: 0 auto;
    text-align: right;
}
.footer i {
    display: inline-block;
    width: 156px;
    height: 80px;
    background: url("../image/mianyangIndex/chaoxingLogo.png") no-repeat;
    position: absolute;
    left: -18px;
}
.mapInnerDiv {
    /*height: 378px;*/
    /*padding: 24px 0;*/
    background: #ffffff;
    border: 2px solid #c7e8ff;
    border-radius: 8px;
    box-shadow: 0 0 2px 0 rgba(1,56,117,.1);
}
.mapInnerDiv .InnerDivLeft {
    float: left;
    background: url("../image/mianyangIndex/InnerDivLeftbg.png") no-repeat;
    background-size: cover;
    width: 600px;
    height: 600px;
}
.mapInnerDiv .InnerDivRight {
    float: right;
    width: 426px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(1, 56, 117, 0.1);
    box-shadow: 0 0 2px 20px rgba(1, 56, 117, 0.1);
}
/*.mapInnerDiv .InnerDivRight .tabs {*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*    height: 69px;*/
/*    text-align: center;*/
/*}*/
/*.mapInnerDiv .InnerDivRight .tabs ul li {*/
/*    float: left;*/
/*    font-size: 24px;*/
/*    color: #3f5057;*/
/*    cursor: pointer;*/
/*    line-height: 69px;*/
/*    width: 50%;*/
/*}*/
/*.mapInnerDiv .InnerDivRight .tabs ul li.current {*/
/*    color: #499EFD;*/
/*}*/
/*.mapInnerDiv .InnerDivRight .tabs ul li span {*/
/*    display: inline-block;*/
/*    height: 64px;*/
/*}*/
/*.mapInnerDiv .InnerDivRight .tabs ul li.current span {*/
/*    border-bottom: 6px solid #499EFD;*/
/*}*/
/*.mapInnerDiv .InnerDivRight .mapDatas {*/
/*    height: 493px;*/
/*    padding-top: 32px;*/
/*}*/
.mapInnerDiv .tabs {
    border-bottom: 1px solid #EEEEEE;
    height: 69px;
    text-align: center;
}
.mapInnerDiv .tabs ul li {
    float: left;
    font-size: 24px;
    color: #3f5057;
    cursor: pointer;
    line-height: 69px;
    width: 50%;
}
.mapInnerDiv .tabs ul li.current {
    color: #499EFD;
}
.mapInnerDiv .tabs ul li span {
    display: inline-block;
    height: 64px;
}
.mapInnerDiv .tabs ul li.current span {
    border-bottom: 6px solid #499EFD;
}
.mapInnerDiv .mapDatas {
    height: 522px;
    overflow: auto;
    padding-top: 20px;
}
.mapDatas ul li {
    padding: 0 32px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #3f5057;
}
.mapDatas ul li:hover {
    background: rgba(73,158,253,0.10);
}
.mapDatas ul li label i {
    display: inline-block;
    width: 28px;
    height: 38px;
    margin-right: 6px;
    font-style:normal;
    text-align: center;
    float: left;

}
.mapDatas ul li label i.one {
    background: url("../image/mianyangIndex/one.png") no-repeat;
    position: relative;
    top:7px;
}
.mapDatas ul li label i.two {
    background: url("../image/mianyangIndex/two.png") no-repeat;
    position: relative;
    top:7px;
}
.mapDatas ul li label i.three {
    background: url("../image/mianyangIndex/three.png") no-repeat;
    position: relative;
    top:7px;
}
.mapDatas ul li .data {
    float: right;
}
.researchPlan {
    /*background: #FFFFFF;*/

    width: 1100px;
    margin: 100px auto 0;
}
.researchPlan .arrows {
    position: relative;
}
.researchPlan .arrows button.arrow-prev-item {
    position: absolute;
    cursor: pointer;
    border: none;
    left: 0;
    top:14px;
    width: 36px;
    height: 36px;
    background: url("../image/mianyangIndex/arrow-prev-item.png") no-repeat;
    outline: none;
}
.researchPlan .arrows button.arrow-next-item {
    position: absolute;
    border: none;
    cursor: pointer;
    right: 0;
    top:14px;
    width: 36px;
    height: 36px;
    background: url("../image/mianyangIndex/arrow-next-item.png") no-repeat;
    outline: none;
}
.researchPlan .slidesDiv{
    width: 1000px;
    margin: 0 auto 18px;
    height: 52px;
    overflow: hidden;
    border-bottom: 2px solid #fbfcff;
}
.researchPlan .tabs {
    height: 67px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;

}
.researchPlan .tabs ul {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.researchPlan .tabs ul li {
    float: left;
    height: 67px;
    padding: 0 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top:3px;
    line-height: 67px;
    font-size: 20px;
    color: #f9fafd;
    cursor: pointer;
}
/*.researchPlan .tabs ul li:first-child {*/
    /*border-radius: 4px 0 0 4px;*/
/*}*/
.researchPlan .tabs ul li:hover {
    color: #FFFFFF;
    /*background:  #499EFD;*/
    /*border-radius: 4px;*/
}
.researchPlan .tabs ul li.current {
    color: #46b5ff;
}
.researchPlan .chart {
    background: #FFFFFF;
    border-radius: 4px;
    height: 345px;
    padding: 32px;
}
.researchPlan .chart .numTotal {
    font-size: 16px;
    color: #2c4669;
}
.researchPlan .chart .numTotal span {
    margin-right: 47px;
}
.researchPlan .chart .numTotal a{
    float: right;
    color: #499EFD;
}
.researchPlan .chart .numTotal a i {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url("../image/statistic/RightArrow.png") no-repeat;
    margin-left: 6px;
}
/* 提示 */
.div-tip-warp {
    background-color: #7d7e7f;
}

.tip-background {
    padding: 6px 12px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    margin-left: -8px;
}

/*首页20190530*/
.first-sectionBg {
    background: url("../../assets/image/index/nav1bg.png") center center no-repeat;
    height: 927px;
    background-size: cover;
}
.main {
    top: -79px;
    margin-top: 0;
}
.first-sectionBg h2 {
    margin-top: 300px;
    margin-bottom: 28px;
}
.first-sectionBg a {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #eb3e3f url("../../assets/image/index/nav1button1.png") center center no-repeat;
    font-size: 20px;
    color: #ffffff;
    border: none;
    margin-top: 40px;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
}

.inputDiv {
    margin-top: 200px;
    position: relative;
    left: 50%;
    background: #ffffff;
    width: 600px;
    height:55px;
    line-height: 55px;
    padding: 9px 20px 10px;
    margin-left: -320px;
    border-radius: 6px;
}
.inputDiv i {
    position: absolute;
    display: inline-block;
    width: 33px;
    height: 55px;
    background: url("../../assets/image/mianyangIndex/btnSearchIcon.png") center center no-repeat;
}
.inputDiv input {
    margin-left: 48px;
    margin-right: 5px;
    height: 55px;
    line-height: 55px;
    width: 450px;
    font-size: 24px;
    border: none;
}
.inputDiv button {
    background: url("../../assets/image/mianyangIndex/btnBg2.png") no-repeat;
    width: 85px;
    height: 55px;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    border: none;
    outline: none;
    cursor: pointer;
}