* {
    outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
}

textarea,
input,
select {
    resize: none;
    outline: none;
    background: none;
    border: none;
}

button {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

input {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pc {
    display: block;
}

.mobile {
    display: none !important;
}

.m1000 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

html {
    width: 100%;
}

body {
    font-size: 18px;
    line-height: 160%;
    font-family: "Microsoft YaHei";
    width: 100%;
}

/* header */
.header {
    width: 100%;
    height: 602px;
    position: relative;
    background: url("../images/header_bg.jpg") no-repeat center top;
}

.header_t {
    position: absolute;
    top: 184px;
    left: 50%;
    margin-left: -285px;
}

.header_b {
    position: absolute;
    top: 299px;
    left: 50%;
    margin-left: -491px;
}

/* 吸顶导航 */
.nav-height {
    position: relative;
    height: 70px;
    background: #16389c;
}

.nav-box {
    width: 100%;
    height: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.nav-box.navFix {
    position: fixed;
    top: 0;
    width: 100%;
    background: #16389c;
    z-index: 99999;
}

.nav-box ul {
    margin: 0 auto;
    width: 1000px;
    display: block !important;
}

.nav-box li {
    display: inline-block;
    width: 20%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
    position: relative;
}

.nav-box li a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.nav-box li a:hover {
    color: #ff937c;
    font-weight: bold;
    height: 65px;
    border-bottom: 5px solid #ff937c;
}

.nav-box li a.active {
    color: #ff937c;
    font-weight: bold;
    height: 65px;
    border-bottom: 5px solid #ff937c;
}



/* page 部分 */
.page {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 70px;
}

.page .title {
    padding: 75px 0 0 0;
    text-align: center;
}

.page .btn {
    margin-top: 65px;
    text-align: center;
    cursor: pointer;
}

.page .btn a {
    display: inline-block;
    width: 390px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    background-image: linear-gradient(to right, #f7ae9e, #3b5aba);
}

.page2 .btn a {
    background-image: linear-gradient(to right, #f7ae9e, #428eff);
}

.page1 {
    background-color: #ecf0fb;
}

.page1 .tab_wrap {
    margin-top: 35px;
    width: 100%;
}

.page1 .tab_wrap .tab {
    width: 100%;
}

.page1 .tab_wrap .tab li {
    float: left;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    width: 50%;
    height: 60px;
    color: #333333;
    background: #c4d3ff;
    font-weight: bold;
}

.page1 .tab_wrap .tab li.tb-l {
    border-top-left-radius: 30px;
}

.page1 .tab_wrap .tab li.tb-r {
    border-top-right-radius: 30px;
}

.page1 .tab_wrap .tab li.active {
    color: #ffffff;
    background: #3b5ab7;
}

.page1 .tab_wrap .item_wrap {
    position: relative;
    overflow: hidden;

    background-color: #ffffff;
}

.page1 .tab_wrap .item_wrap .item {
    position: absolute;
    left: -1000px;
    width: 100%;
    overflow: hidden;
}

.page1 .tab_wrap .item_wrap .item .pd {
    padding: 60px 40px;
}

.page1 .tab_wrap .item_wrap .item dl {
    padding: 0 0 0 40px;
    background: url(../images/page1_star.png) no-repeat top left;
    background-size: 20px 19px;
    background-position-y: 5px;
    margin-bottom: 12px;

}

.page1 .tab_wrap .item_wrap .item dl dt {
    font-size: 20px;
    color: #3b5ab7;
    font-weight: bold;
    line-height: 30px;
}

.page1 .tab_wrap .item_wrap .item dl dd {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}


.page2 {
    background-color: #3a5aba;
}

.page2 .item_list .tit {
    text-align: center;
    margin: 57px auto 35px
}

.page2 .item_list .tab_wrap .tab {
    padding: 0 4%;
}

.page2 .item_list .tab_wrap .tab li {
    float: left;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    width: 20%;
    min-width: 200px;
    height: 50px;
    color: #18317a;
    background: #dfe7ff;
    font-weight: bold;
    margin: 0 1.5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page2 .item_list .tab_wrap .tab li.active {
    position: relative;
    background-color: #428eff;
    color: #ffffff;
    line-height: 44px;
    border-radius: 0;
}

.page2 .item_list .tab_wrap .tab li.active::before {
    position: absolute;
    content: "";
    width: 20%;
    min-width: 200px;
    bottom: 50px;
    height: 10px;
    background-color: #428eff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 0;
}


.page2 .item_wrap {
    position: relative;
    overflow: hidden;
    padding: 45px 0 26px;
    background-image: radial-gradient(#213f9a, #19338a);
    border-radius: 20px;
}

.page2 .tab_wrap .item_wrap .item {
    position: absolute;
    left: -1000px;
    width: 100%;
    overflow: hidden;
}

.page2 .item_wrap .item .sws {
    padding: 0 40px;
}

.page2 .item_wrap .item .sws .swiper-slide {
    width: 100%;
}

.page2 .item_wrap .item .sws .swiper-slide img.avatar {
    float: left;
    margin-top: 10px;
}

.page2 .item_wrap .item .sws .swiper-slide .txt {
    margin-left: 124px;
    padding-left: 30px;
    background: url(../images/line.png) no-repeat left bottom;
    padding-bottom: 15px;
    position: relative;
}

.page2 .item_wrap .item .sws .swiper-slide .txt h3 {
    font-size: 24px;
    color: #f7ae9e;
    line-height: 200%;
    font-weight: bold;
}


.page2 .item_wrap .item .sws .swiper-slide .txt p,
.page2 .item_wrap .item .sws .swiper-slide .txt ul li {
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
}

.page2 .item_wrap .item .sws .swiper-slide .txt ul li {
    padding-left: 22px;
    background: url(../images/page2_ls.png) no-repeat left center;
    background-size: 10px 11px;
}

.page2 .item_wrap .item .sws .swiper-slide .txt img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.page .swiper-container {
    padding-bottom: 40px;
}

.page .swiper-wrapper {
    display: block;
}

.page .item_wrap2 .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page .swiper-wrapper {
    display: block;
}

.page .swiper-container .swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -6px;
    width: 100%;
}

.page .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 17px;
    height: 18px;
    border-radius: 50%;
    background: #9ca9d0;
    margin: 0 10px;
    cursor: pointer;
}

.page .swiper-container .swiper-pagination-bullet-active {
    background: #89daff;
    width: 66px;
    height: 18px;
    border-radius: 9px;
}
.page3{
    background: url(../images/page3_bg.jpg) no-repeat top center;
}
.page3 p.js{
    font-size: 20px;
    color:#333333;
    line-height: 34px;
    margin: 42px auto 50px;
}

.page3 .tit{
    text-align: center;
}
.page3 .txt{
   
    padding-bottom: 5px;
}
.page3 .txt .cla{
    width:760px;
    padding: 20px 30px;
    border-radius:20px 10px 10px 10px;
    box-shadow:0 0 5px rgba(114, 148, 225, 0.43);
    font-size: 20px;
    line-height: 34px;
    position: relative;
}
.page3 .txt .cla.fr{
    padding-left: 90px;
    margin:40px 5px 20px 0;
}
.page3 .txt .cla.fl{
    padding-right: 90px;
    margin-left: 5px;
}
.page3 .txt h5{
    display: inline;
    font-size: 20px;
    color: #3a5aba;
    font-weight: bold;
}
.page3 .txt .big_tit{
    width: 184px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 27.5px 27.5px 0 27.5px;
    background: linear-gradient(to right, #3b5abb 0%,#7496e4 100%);
}
.page3 .txt .big_tit-l{
    position: absolute;
    top: 50%;
    left:-115px;
    margin-top: -27px;
    border-radius: 27.5px 27.5px 0 27.5px;
    background: linear-gradient(to right, #3b5abb 0%,#7496e4 100%);
}
.page3 .txt .big_tit-r{
    position: absolute;
    top: 50%;
    right: -110px;
    margin-top: -27px;
    border-radius: 27.5px 27.5px 27.5px 0;
    background: linear-gradient(to right, #7496e4 0%,3b5abb#7496e4 100%);
}
.page4 .con ul{
    margin-top: 40px;
}

.page4 .con li{
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
    background:#3b5aba;
}
.page4 .con li .wd94{
    width: 94%;
    margin: 0 auto;
    height: 100%;
    background:#ecf1ff;
}
.page4 .con li .num{
    display: inline-block;
    float: left;
    padding: 0 40px;
    line-height: 100px;
    font-size: 70px;
    color: #3b5aba;
    font-weight: bold;
    font-style: italic;
}
.page4 .con li .xs_txt{
    float: left;
    display:table;
    height: 100%;
}
.page4 .con li .xs_txt div{
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    color:#333333
}
.page4 .con li .xs_txt div h5{
    font-size: 24px;
    font-weight: bold;
    color: #3b5aba;
}

.page5{
    background:#ecf0fb;
}
.page5 .con{width: 92%;margin: 0 auto;}

.page5 .con .st{
   width: 45.5%;
   padding:20px 0;
   float: left;
   margin:10px 2%;
   border: 1px solid #3b5aba;
   background: url(../images/page4_bg.png) repeat-x;
}
.page5 .con .st h3{
   font-size: 24px;
   color:#3b5aba;
   font-weight: bold;
   line-height: 160%;
    text-align: center;
    background: url(../images/page4_line.png) no-repeat center bottom;
    padding-bottom:30px;
}

.page5 .con .st p{
    color: #333333;
    font-size: 20px;
    line-height: 160%;
    padding:20px 5% 0;
    height: 200px;
}

.page5 .con .st p span{
    font-size: 18px;
}

.page6{
    background: url(../images/page6_bg.jpg) no-repeat top center;
    background-size: cover;
}
.form-wrap .btn-wrap{
    background-image: linear-gradient(to right, #f7ae9e, #3b5aba);
}
@media screen and (max-width:1000px) {
    body {
        font-size: 1.4rem;
        line-height: 140%;
    }

    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .m1000 {
        width: 98%;
        margin: 0 auto;
    }

    .header {
        height: 32rem;
        background: url("../images/m_header_bg.jpg") no-repeat center;
        margin-top: 0px;
    }

    .header .m1000 {
        width: 100%;
    }

    .header_t {
        top: 175px;
        margin-left: -23.5%;
        width: 45%;
    }
    .header_t img{width: 100%;}

    .header_b {
        top: 265px;
        margin-left: -47.5%;
        width: 95%;
    }
    .header_b img{width: 100%;}

    .nav .m1000 {
        width: 100%;
        display: block !important;
    }
    .nav-box li a{font-size: 24px;}
    .page .swiper-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .page1 .tab_wrap .tab li{
            font-size: 30px;
            height: 80px;
            line-height: 80px;
    }
    .page1 .tab_wrap .item_wrap .item .pd{
        padding: 40px 26px;
    }
    .page2 .item_list .tab_wrap .tab {
        padding: 0 3%;
    }
    .page1 .tab_wrap .item_wrap .item dl dt{
        line-height: 48px;
        font-size: 30px;
    }
    .page1 .tab_wrap .item_wrap .item dl dd{
        font-size: 26px;
        line-height: 40px;
    }
    .page1 .tab_wrap .item_wrap .item dl{
        padding-left: 30px;
        margin-bottom: 5px;
        background-position-y: 12px;
        
    }
    .page2 .item_list .tab_wrap .tab li {
        min-width: auto;
        width: 15%;
        padding: 0 3.5%;
        height: 82px;
        padding-top: 15px;
        line-height: normal;
        margin: 0 1.5%;
        font-size: 28px;
    }

    .page2 .item_list .tab_wrap .tab li.active {
        line-height: normal;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .page2 .item_list .tab_wrap .tab li.active::before {
        width: 100%;
        min-width: auto;
        bottom: 95px;
        height: 20px;
    }

    .page2 .item_wrap .item .sws {
        padding: 0 30px;
    }

    .page2 .item_wrap .item .sws .swiper-slide {
        padding-bottom: 10px;
    }

    .page2 .item_wrap .item .sws .swiper-slide .txt h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .page2 .item_wrap .item .sws .swiper-slide .txt p,
    .page2 .item_wrap .item .sws .swiper-slide .txt ul li {
        font-size: 26px;
        line-height: 40px;
    }

    .page2 .item_wrap .item .sws .swiper-slide .txt ul li {
        background-position-y: 15px;
    }

    .page2 .item_wrap .item .sws .swiper-slide .txt {
        padding-left: 20px;
    }

    .page2 .item_wrap .item .sws .swiper-slide .txt img {
        bottom: -15px;
    }
    .page4 .con li{
        height: 152px;
    }
    .page4 .con li .xs_txt{
        width: 80%;
    }
    .page4 .con li .num{
        line-height: 152px;
        padding: 0 3% 0 1%;
    }
    .page4 .con li .xs_txt div h5{
        font-size: 30px;
    }
    .page4 .con li .xs_txt div{
        line-height: 44px;
        font-size: 26px;
    }
    .page .btn a{
        height: 70px;
        font-size: 28px;
        line-height: 70px;
    }
    .page5 .con{width: 100%;}
    .page5 .con .st{background-size: 100% 100%;}
    .page5 .con .st p{height: 250px;}
}