@import "reset.css";
body {
    font-family: "Arial", "Hiragino Sans GB", 微软雅黑, "Helvetica", "sans-serif";
    min-width: 1200px;
    color: #333;
}


/* 底部 */

.footer-column a {
    line-height: 30px;
}


/* banner  */

.banner {
    width: 100%;
    background: url(../images/banner2.jpg) no-repeat center top;
    height: 589px;
    position: relative;
}

.banner-font {
    text-align: center;
    color: #fff;
    padding-top: 110px;
}

.banner-font h1 {
    font-size: 56px;
    line-height: 130px;
}

.banner-font p {
    font-size: 20px;
    line-height: 20px;
}

.line {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 71px;
    opacity: 0.3;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1px;
}

.banner .main {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}

.div-bg {
    position: absolute;
    bottom: 0;
    background: #0e46c2;
    width: 100%;
    height: 80px;
    color: #F00;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.navBar a {
    display: block;
    float: left;
    width: 300px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}


/* 头部新加 */

.main-con {
    width: 1200px;
    margin: 0 auto;
    height: 71px;
}

.header-title {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
    width: 1200px;
    line-height: 69px;
}

.logo {
    float: left;
}

.tele {
    float: right;
}

.tele span {
    font-size: 14px;
    color: #fff;
    margin-left: 6px;
}

.nav-bar {
    float: right;
    position: relative;
    z-index: 1;
    top: 110px;
}

.nav-bar a {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-right: 45px;
}

.nav-bar a:last-child {
    margin-right: 0;
}


/* 一 */

.content1 {
    width: 100%;
    height: 318px;
}

.con1-left {
    float: left;
    width: 826px;
    height: 232px;
    background-color: #ffffff;
    box-shadow: 0px 1px 14px 2px rgba(52, 52, 52, 0.04);
    border-radius: 6px;
    margin-top: 40px;
}

.con1-left li {
    float: left;
    width: 221px;
    height: 79px;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin: 24px 26px 0;
}

.con1-left li a {
    display: block;
    width: 221px;
    height: 79px;
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.con1-left li a:hover {
    box-shadow: 0px 3px 1px 0px rgba(9, 75, 222, 0.1);
}

.con1-left p {
    margin-top: 12px;
}

.con1-right {
    float: right;
    width: 340px;
    height: 232px;
    background-color: #ffffff;
    box-shadow: 0px 1px 14px 2px rgba(52, 52, 52, 0.04);
    border-radius: 6px;
    margin-top: 40px;
}

.rigTop {
    margin: 44px 0 0 38px;
}

.rigTop span {
    font-size: 16px;
    margin-left: 12px;
    vertical-align: middle;
}

.rigList {
    margin-left: 38px;
}

.rigList li {
    float: left;
    width: 76px;
    height: 26px;
    margin: 38px 18px 0 0;
}

.rigList a {
    width: 76px;
    height: 26px;
    display: block;
    text-align: center;
    line-height: 26px;
    background: #f7f7f7;
    border-radius: 6px;
    font-size: 14px;
}

.rigList a:hover {
    background: #094bde;
    color: #fff;
}


/* 二 */

.content2 .main {
    position: relative;
}

.con2-title {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.ora {
    color: #ff4800;
}

.guide {
    width: 901px;
    height: 53px;
    position: absolute;
    right: 154px;
    bottom: 25px;
    z-index: 1;
    background: url(../images/guideBg.png) no-repeat center;
}

.con2-list {
    position: relative;
    z-index: 2;
    margin-top: 45px;
}

.con2-list li {
    float: left;
    width: 139px;
    height: 101px;
    background-color: #ffffff;
    box-shadow: 0px 1px 14px 2px rgba(52, 52, 52, 0.04);
    margin-right: 72px;
    border-radius: 6px;
}

.con2-list li:last-child {
    margin-right: 0;
}

.con2-list p {
    width: 100%;
    height: 31px;
    background-color: #ff4800;
    color: #fff;
    line-height: 31px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

.con2-list div {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}


/*content3*/

.content .title {
    margin-top: 36px;
    font-size: 28px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}

.content .title>span {
    color: #FF4800;
}

.content-navs {
    padding: 40px 0;
    text-align: left;
}

.content-navs>div {
    display: inline-block;
    margin: 10px 0;
}

.content-style {
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}

.content-navs .content-nav {
    margin-right: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    background: #F2F2F2;
    cursor: pointer;
}

#con3 .content-navs .content3-nav:nth-of-type(1) {
    background: #094BDE;
}

.content-nav.on {
    color: #fff;
    background: #094BDE;
}

.more {
    float: right;
    margin-right: 57px;
}

.more a {
    font-size: 18px;
    color: #094bde;
    vertical-align: middle;
    margin-left: 12px;
}

.content3-item {
    /* display: none; */
    margin-top: -15px;
}

.content3-item.on {
    display: block;
}

.content3-item li {
    display: block;
    float: left;
    width: 218px;
    line-height: 60px;
    margin-right: 24px;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
    height: 123px;
    box-shadow: 0px 1px 14px 2px rgba(52, 52, 52, 0.04);
}

.content3-item li:nth-child(5n) {
    margin-right: 0;
}


/* .content3-item li:hover {
    background: #FF4800;
    color: #fff;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.13);
} */

.content3-item li a:hover {
    color: #fff;
    background: #FF4800;
    border: 1px solid #FF4800;
}

.content3-item li.first {
    margin-left: 0px;
}


/* .content3-item li.on{
	color: #fff;
	background: #FF4800;
} */

.content3-item li>p {
    font-size: 18px;
    border-bottom: 1px solid #F4F4F4;
}

.content3-item li span {
    display: inline-block;
    width: 181px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.content3-item li div {
    text-align: center;
}

.info,
.apply {
    float: left;
    width: 50%;
    margin-left: -1px;
    font-size: 14px;
    color: #999;
}

.content3-item li a {
    display: inline-block;
    width: 92px;
    height: 32px;
    border-radius: 6px;
    border: solid 1px #e7e7e7;
    line-height: 32px;
}


/*content4*/

.content4-navs {
    border-bottom: 1px solid #eee;
}

.content4 .content-navs {
    padding: 18px 0;
}


/* .content4-item {
    display: none;
} */

.content4-item.on {
    display: block;
}

.content4-item table {
    margin-top: 30px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.13)
}

.content4-item thead {
    background: #094BDE;
}

.content4-item thead th {
    font-size: 16px;
    padding: 20px 0;
    color: #fff;
}

.content4-item tbody {
    text-align: center;
}

.content4-item tbody tr {
    height: 90px;
    border-bottom: 1px solid #F0F0F0;
}

.content4-item tbody .con4-apply {
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    background: #FF4800;
}

.photo {
    display: block;
    margin-top: 34px;
    /* margin-bottom: 62px; */
}


/* 五 */

.content5 .main {
    overflow: hidden;
    padding-bottom: 30px;
}

.con5-left {
    float: left;
    margin-top: 40px;
}

#txt {
    width: 543px;
    height: 39px;
    background-color: #f2f2f2;
    font-size: 16px;
    padding-left: 19px;
}

#sub {
    width: 114px;
    height: 41px;
    background-color: #094bde;
    color: #fff;
    line-height: 41px;
    margin-left: -5px;
    font-size: 16px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333;
    font-size: 14px;
}

.cont5-tb {
    width: 679px;
    /* height: 510px; */
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.13);
    text-align: center;
    margin-top: 28px;
}

.cont5-tb p {
    width: 190px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont5-tb tr td:last-child {
    width: 210px;
}

.cont5-tb td {
    border: 1px solid #eeeeee;
}

.cont5-tb tr {
    height: 50px;
}

.cont5-tb tr:first-child {
    background: #094bde;
    border: 1px solid #fff;
    height: 54px;
    color: #fff;
}

.con5-rig {
    float: right;
    margin-top: 40px;
}

.con5-rig img {
    display: block;
    border-radius: 5px;
}

.con5-rig p {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.con5-rig p::before {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #ff4800;
    display: inline-block;
    margin-right: 9px;
}

.stu {
    margin-top: 24px;
    display: block;
}

.btn {
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 398px;
    height: 66px;
    background-color: #ff4800;
    box-shadow: 0px 3px 6px 0px rgba(255, 72, 0, 0.33);
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 18px;
    text-align: center;
    line-height: 66px;
    color: #fff;
}

.code {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}


/* 六 */

.hotList {
    margin-top: 45px;
}

.hotList li {
    float: left;
    width: 217px;
    height: 69px;
    margin: 0 28px 24px 0;
}

.hotList li a {
    display: block;
    width: 217px;
    height: 69px;
    text-align: center;
    line-height: 69px;
}

.hotList li:nth-child(5n) {
    margin-right: 0;
}

.hotList li:nth-child(1),
.hotList li:nth-child(9) {
    background: url(../images/hot1.png) no-repeat center;
}

.hotList li:nth-child(1) a,
.hotList li:nth-child(9) a {
    font-size: 16px;
    color: #4354ec;
}

.hotList li:nth-child(2),
.hotList li:nth-child(8) {
    background: url(../images/hot2.png) no-repeat center;
}

.hotList li:nth-child(2) a,
.hotList li:nth-child(8) a {
    font-size: 16px;
    color: #0097f5;
}

.hotList li:nth-child(3),
.hotList li:nth-child(10) {
    background: url(../images/hot3.png) no-repeat center;
}

.hotList li:nth-child(3) a,
.hotList li:nth-child(10) a {
    font-size: 16px;
    color: #07724e;
}

.hotList li:nth-child(4),
.hotList li:nth-child(7) {
    background: url(../images/hot4.png) no-repeat center;
}

.hotList li:nth-child(4) a,
.hotList li:nth-child(7) a {
    font-size: 16px;
    color: #b27803;
}

.hotList li:nth-child(5),
.hotList li:nth-child(6) {
    background: url(../images/hot5.png) no-repeat center;
}

.hotList li:nth-child(5) a,
.hotList li:nth-child(6) a {
    font-size: 16px;
    color: #e33100;
}


/* 七 */

.group-list {
    width: 1189px;
    margin: 45px auto 24px;
}

.group-list li {
    float: left;
    width: 280px;
    height: 200px;
    margin-right: 23px;
    box-shadow: 0px 3px 8px 0px rgba(197, 203, 255, 0.81);
    border-radius: 10px;
}

.group-list li:nth-child(4) {
    margin-right: 0;
}

.group-list .slogan {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../images/group.png) no-repeat center;
}

.con7-info {
    width: 280px;
    height: 83px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group-list a {
    display: block;
    width: 180px;
    height: 40px;
    background-image: linear-gradient(90deg, #66c5f9 0%, #4188e2 100%);
    border-radius: 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.group-list a:hover {
    background-image: linear-gradient(90deg, #1fde84 0%, #44d698 100%);
}

.group-list a>span {
    font-size: 18px;
    color: #fff;
    margin-left: 26px;
}


/* 八 */

.tool-list {
    margin: 67px 0 105px;
    box-shadow: 0px 3px 8px 0px rgba(197, 203, 255, 0.81);
}

.tool-list li {
    float: left;
    width: 300px;
    position: relative;
    cursor: pointer;
}

.tool-item1 {
    height: 400px;
}

.tool-info1 {
    margin-top: 14px;
    height: 164px;
}

.tool-info1 p {
    width: 218px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}

.tool-item1 a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

.btn1 {
    background-color: #2664e6;
    box-shadow: 0px 3px 8px 0px rgb(66 93 255 / 81%);
}

.btn2 {
    background-color: #40c952;
    box-shadow: 0px 3px 8px 0px rgba(64, 201, 82, 0.81)
}

.btn3 {
    background-color: #ffdb1b;
    box-shadow: 0px 3px 8px 0px rgb(241 192 141 / 81%);
}

.btn4 {
    background-color: #b42efa;
    box-shadow: 0px 3px 8px 0px rgb(175 59 199 / 81%);
}

.tool-list li .tool-item2 {
    width: 300px;
    height: 502px;
    position: absolute;
    top: -42px;
    left: 0;
    box-shadow: 0px 3px 19px 1px rgba(197, 203, 255, 0.81);
    display: none;
}

.tool-list li:nth-of-type(1) .tool-item2 {
    display: block;
}


/* .tool-list li:hover .tool-item2{
    display: block;
} */

.scan1 {
    background: url(../images/tool-sch.png) no-repeat center;
}

.scan2 {
    background: url(../images/pmds_2.png) no-repeat center;
}

.scan3 {
    background: url(../images/mapcc_2.png) no-repeat center;
}

.scan4 {
    background: url(../images/mba_2.png) no-repeat center;
}

.tool-info2 {
    margin-top: 184px;
}

.tool-info2 p {
    width: 208px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}


/* 九 */

.content9 {
    width: 100%;
    height: 410px;
    background-color: #f6f7fa;
}

.con9-code {
    margin: 45px auto 0;
    width: 1085px;
}

.con9-code a {
    float: left;
    display: block;
    margin-right: 23px;
    width: 254px;
    height: 334px;
}

.con9-code a:nth-child(4) {
    margin-right: 0;
}