.page_div {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
}

.page_div a {
    min-width: 31px;
    height: 31px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    background: #eaeff2;
    line-height: 31px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
}

#firstPage,
#lastPage {
    width: 50px;
    color: #fff;
    background: #333333;
}

#prePage,
#nextPage {
    width: 70px;
    color: #fff;
    background-color: #333333;
}

.page_div .current {
    background-color: #333333;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.banner-wrap {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.banner-wrap .swiper-container {
    width: 100%;
}

.banner-wrap .swiper-container img {
    width: 100%;
    /* height: 567px; */
}

.banner-wrap .swiper-container .swiper-pagination {
    bottom: 44px;
}

.banner-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
    width: 80px;
    height: 4px;
    background: #ffffff;
    position: relative;
    border-radius: 0;
}

.banner-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet em {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(left, #1a84f2, #8348bf);
    background: -webkit-linear-gradient(left, #1a84f2, #8348bf);
    background: -moz-linear-gradient(left, #1a84f2, #8348bf);
    background: -o-linear-gradient(left, #1a84f2, #8348bf);
    transition: all 3s linear;
}

@keyframes change {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

.banner-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.2);
}

.banner-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active em {
    animation: change 3.2s linear;
    -webkit-animation: change 3.2s linear;
    -moz-animation: change 3.2s linear;
    -o-animation: change 3.2s linear;
}

.header-wrap {
    width: 100%;
    min-width: 1200px;
}

.header-wrap .header-top {
    min-width: 1200px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #f0f2f5;
    font-size: 14px;
    color: #666666;
    padding: 0 4.8%;
}

.header-wrap .header-top .header-welcome {
    float: left;
}

.header-wrap .header-top .header-tell {
    float: right;
}

.header-wrap .header-top .header-tell span:first-child {
    margin-right: 15px;
    padding-left: 22px;
    padding-right: 15px;
    border-right: 1px solid #cccccc;
    background: url("./images/header-tel.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-tel.png*/
    no-repeat left center / 18px 20px;
}

.header-wrap .header-top .header-tell span:last-child {
    padding-left: 28px;
    background: url("./images/header-email.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-email.png*/
    no-repeat left center / 21px 14px;
}

.header-wrap .header-nav {
    min-width: 1200px;
    padding: 0 4.8%;
    width: 100%;
    height: 87px;
    position: relative;
    background: #fff;
}

.header-wrap .header-nav .header-logo {
    float: left;
    padding-top: 25px;
}

.header-wrap .header-nav .header-logo img {
    vertical-align: middle;
}

.header-wrap .header-nav .first-nav {
    height: 100%;
    line-height: 87px;
    float: right;
}

.header-wrap .header-nav .first-nav>li {
    color: #666666;
    font-size: 15px;
    line-height: 87px;
    height: 87px;
    float: left;
    transition: all 0.2s;
    cursor: pointer;
}

.header-wrap .header-nav .first-nav>li>a {
    box-sizing: border-box;
    padding: 0 50px;
    display: block;
    width: 100%;
    height: 100%;
}

.header-wrap .header-nav .first-nav>li .second-wrap {
    /*z-index: 90;*/
    display: none;
    position: absolute;
    /*background: #fff;*/
    box-shadow: 0 0 5px 0 lightgrey;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    width: 90%;
    background: #fff;
    max-height: 70vh;
    overflow-y: scroll;
    z-index: 99999;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item {
    vertical-align: top;
    display: inline-block;
    margin-right: 44px;
    width: 131px;
    margin-bottom: 40px;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item li:first-child a {
    color: #000;
    padding: 0;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item a {
    color: #777;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item li:first-child {
    font-weight: bold;
    height: 35px;
    font-size: 15px;
    color: #333333;
    line-height: 13px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    white-space: nowrap;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item li:first-child:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background: #000;
    transition: all 0.3s;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item li {
    height: 30px;
    line-height: 30px;
    color: #777777;
    font-size: 13px;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item:last-child {
    margin-right: 0;
}

.header-wrap .header-nav .first-nav>li .second-wrap .secont-item:hover li:first-child:before {
    width: 100%;
}


/*@media only screen and (min-width: 1508px) and (max-width: 1664px) {*/


/*.header-wrap .header-nav .first-nav > li .secont-item:last-child {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(2) {*/


/*margin-right: 0;*/


/*}*/


/*}*/


/*@media only screen and (min-width: 1328px) and (max-width: 1508px) {*/


/*.header-wrap .header-nav .first-nav > li .secont-item:last-child {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(2) {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(3) {*/


/*margin-right: 0;*/


/*}*/


/*}*/


/*@media only screen and (min-width: 1217px) and (max-width: 1328px) {*/


/*.header-wrap .header-nav .first-nav > li .secont-item:last-child {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(2) {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(3) {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(4) {*/


/*margin-right: 0;*/


/*}*/


/*}*/


/*@media only screen and (min-width: 1000px) and (max-width: 1217px) {*/


/*.header-wrap .header-nav .first-nav > li .secont-item:last-child {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(2) {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(3) {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(4) {*/


/*display: none;*/


/*}*/


/*.header-wrap .header-nav .first-nav > li .secont-item:nth-last-child(5) {*/


/*margin-right: 0;*/


/*}*/


/*}*/

.header-wrap .header-nav .first-nav .hover {
    background: url("./images/header-downarrow.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-downarrow.png*/
    no-repeat 85% center;
    background-size: 14px 7px;
}

.header-wrap .header-nav .first-nav .on {
    background: #000000;
}

.header-wrap .header-nav .first-nav .on a {
    color: #fff;
}

.header-wrap .header-nav .first-nav>li:hover {
    background: #000000;
}

.header-wrap .header-nav .first-nav>li:hover a {
    color: #fff;
}

.header-wrap .header-nav .first-nav>li:hover .second-wrap a {
    /*color: #000 !important;*/
}

.header-wrap .header-nav .first-nav>li:hover .second-wrap {
    color: #333;
}

.header-wrap .header-nav .first-nav .hover:hover {
    background: #000000 url("./images/header-downarrow.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-downarrow.png*/
    no-repeat 85% center;
}

.header-wrap .header-nav .first-nav .hover:hover a {
    color: #fff;
}

.header-wrap .header-nav .first-nav .hover:hover:before {
    border-bottom-width: 10px;
}

.header-wrap .header-nav2 {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 24px;
    display: none;
    width: 100%;
    background: #fff;
    min-height: 60px;
}

.header-wrap .header-nav2 .logo {
    float: left;
    margin-top: 19px;
    width: 180px;
    height: 26px;
}

.header-wrap .header-nav2 .logo img {
    width: 100%;
    height: 100%;
}

.header-wrap .header-nav2 .more {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 16px;
    width: 30px;
    height: 30px;
}

.header-wrap .header-nav2 .more img {
    width: 100%;
    height: 100%;
}

.header-wrap .header-nav2 .first-nav {
    display: none;
    overflow: hidden;
    padding-top: 20px;
    clear: both;
    width: 100%;
}

.header-wrap .header-nav2 .first-nav li {
    border-top: 1px solid #dfdfdf;
    height: 50px;
    line-height: 50px;
}

.header-wrap .header-nav2 .first-nav li:first-child {
    border: none;
}

@media only screen and (min-width: 1370px) and (max-width: 1525px) {
    .header-wrap .header-nav .first-nav>li>a {
        padding: 0 40px;
    }
    .header-wrap .header-nav .first-nav .hover {
        background: url("./images/header-downarrow.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-downarrow.png*/
        no-repeat 88% center;
    }
    .header-wrap .header-nav .first-nav .hover:hover {
        background: #000000 url("./images/header-downarrow.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-downarrow.png*/
        no-repeat 88% center;
    }
}

@media only screen and (max-width: 1370px) {
    .header-wrap .header-nav .first-nav>li>a {
        padding: 0 30px;
    }
    .header-wrap .header-nav .first-nav .hover {
        background: url("./images/header-downarrow.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-downarrow.png*/
        no-repeat 92% center;
    }
    .header-wrap .header-nav .first-nav .hover:hover {
        background: #000000 url("./images/header-downarrow.png")/*tpa=http://www.nmgjoin.com/bounty/images/header-downarrow.png*/
        no-repeat 92% center;
    }
}

.index .job-wrap {
    width: 100%;
    height: 160px;
    min-width: 1200px;
    box-shadow: 0 0 5px lightgray;
}

.index .job-wrap .job-content {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.index .job-wrap .job-content .job-item {
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    float: left;
    width: 20%;
    height: 100%;
}

.index .job-wrap .job-content .job-item:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 3px;
    background: #000;
    bottom: 0;
    left: 50%;
    margin-left: -18.5px;
}

.index .job-wrap .job-content .job-item:after {
    content: "";
    width: 0px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    border-right: 1px solid #e0e0e0;
}

.index .job-wrap .job-content .job-item .job-scal {
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top: 46px;
}

.index .job-wrap .job-content .job-item .job-scal .ji-icon {
    text-align: center;
    width: 100%;
    height: 40px;
}

.index .job-wrap .job-content .job-item .job-scal .ji-icon .t {
    display: none;
}

.index .job-wrap .job-content .job-item .job-scal .ji-tit {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}

.index .job-wrap .job-content .job-item .job-scal .ji-dec {
    z-index: 999;
    transition: all 0.4s;
    position: absolute;
    width: 325px;
    font-size: 13px;
    text-align: center;
    padding: 0 19px;
    color: #fff;
    line-height: 30px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.index .job-wrap .job-content .job-item .job-scal em {
    font-weight: bold;
    font-size: 112px;
    color: #151515;
    position: absolute;
    right: -100%;
    bottom: 22px;
    transition: all 0.3s;
}

.index .job-wrap .job-content .job-item:last-child:after {
    display: none;
}

.index .job-wrap .job-content .job-item:hover .job-scal {
    background-color: #000;
    width: 325px;
    height: 202px;
    z-index: 1000;
    top: -21px;
    left: -12.5px;
    box-shadow: 0px 0px 10px 0px #000;
    border-radius: 5px;
    padding-top: 25px;
    color: #fff;
}

.index .job-wrap .job-content .job-item:hover .job-scal em {
    right: 25px;
}

.index .job-wrap .job-content .job-item:hover .job-scal .ji-icon {
    text-align: center;
}

.index .job-wrap .job-content .job-item:hover .job-scal .ji-icon .t {
    display: inline-block;
}

.index .job-wrap .job-content .job-item:hover .job-scal .ji-icon .f {
    display: none;
}

.index .job-wrap .job-content .job-item:hover .job-scal .ji-dec {
    top: 60%;
}

.index .serious-wrap {
    width: 100%;
    min-width: 1200px;
    margin-top: 22px;
    height: 232px;
}

.index .serious-wrap .serious-content {
    height: 232px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
}

.index .serious-wrap .serious-content h3 {
    font-size: 38px;
    font-weight: normal;
}

.index .serious-wrap .serious-content h4 {
    margin-top: 20px;
    font-size: 20px;
    color: #999999;
    font-weight: normal;
}

.index .soft-wrap {
    width: 100%;
    min-width: 1200px;
}

.index .soft-wrap .soft-content {
    background: #000;
    width: 100%;
    margin: 0 auto;
}

.index .soft-wrap .soft-content .soft-cat-wrap {
    background: #fff;
    width: 100%;
    height: 152px;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat {
    padding: 0 35px;
    width: 1200px;
    height: 152px;
    margin: 0 auto;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item {
    cursor: pointer;
    width: 211px;
    height: 152px;
    float: left;
    margin-right: 95px;
    position: relative;
    text-align: center;
    padding-top: 36px;
    transition: all 0.3s ease-in-out;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item .sc-icon .t {
    display: none;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item .sc-tit {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item:last-child {
    margin-right: 0;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .on {
    background: #000;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .on .sc-icon .f {
    display: none;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .on .sc-icon .t {
    display: inline-block;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .on .sc-tit {
    color: #fff;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item:hover {
    background: #000;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item:hover .sc-icon .f {
    display: none;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item:hover .sc-icon .t {
    display: inline-block;
}

.index .soft-wrap .soft-content .soft-cat-wrap .soft-cat .sc-item:hover .sc-tit {
    color: #fff;
}

.index .soft-wrap .soft-content .soft-nr-wrap {
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}

.index .soft-wrap .soft-content .soft-nr-wrap .soft-nr {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.index .soft-wrap .soft-content .soft-nr-wrap .soft-nr .nr-item {
    float: left;
    /*height: 50%;*/
    width: 353px;
    overflow: hidden;
    margin-right: 70px;
    padding-top: 60px;
}

.index .soft-wrap .soft-content .soft-nr-wrap .soft-nr .nr-item:nth-child(3n) {
    margin-right: 0;
}

.index .soft-wrap .soft-content .soft-nr-wrap .soft-nr .nr-item h4 {
    color: #fff;
    font-size: 16px;
}

.index .soft-wrap .soft-content .soft-nr-wrap .soft-nr .nr-item .nr-txt {
    margin-top: 20px;
    font-size: 13px;
    color: #787878;
    line-height: 30px;
    overflow: hidden;
}

.index .solution-wrap {
    width: 100%;
    min-width: 1200px;
}

.index .solution-wrap .solution-content {
    width: 1200px;
    margin: 0 auto;
}

.index .solution-wrap .solution-content .solution-tit {
    height: 190px;
    padding-top: 70px;
    text-align: center;
}

.index .solution-wrap .solution-content .solution-tit h3 {
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 10px;
}

.index .solution-wrap .solution-content .solution-tit h4 {
    font-weight: normal;
    margin-top: 20px;
    font-size: 20px;
    color: #999999;
    letter-spacing: 5px;
}

.index .solution-wrap .solution-project {
    padding: 10px 0;
}

.index .solution-wrap .solution-project .solution-item {
    cursor: pointer;
    margin-right: 22px;
    float: left;
    width: 283px;
    height: 371px;
    padding-top: 60px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

.index .solution-wrap .solution-project .solution-item .solution-icon {
    text-align: center;
}

.index .solution-wrap .solution-project .solution-item .solution--tit {
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
}

.index .solution-wrap .solution-project .solution-item .solution-dec {
    margin-top: 30px;
    padding: 0 25px;
    line-height: 26px;
    font-size: 13px;
    color: #666666;
    height: 50px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
}

.index .solution-wrap .solution-project .solution-item .arrow {
    transition: all 0.3s linear;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px;
    left: 0;
}

.index .solution-wrap .solution-project .solution-item:nth-child(4n) {
    margin-right: 0;
}

.index .solution-wrap .solution-project .solution-item:hover {
    padding-top: 40px;
    box-shadow: 0 0 10px 0 lightgray;
}

.index .solution-wrap .solution-project .solution-item:hover .solution-dec {
    height: 156px;
}

.index .solution-wrap .solution-project .solution-item:hover .arrow {
    bottom: 20px;
}

.index .solutionImg-wrap {
    width: 100%;
    min-width: 1200px;
    height: 628px;
    color: #fff;
    background: url("./images/banner_03.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/banner_03.jpg*/
    no-repeat center / 100% 628px;
}

.index .solutionImg-wrap .solutionImg-content {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 120px 0;
}

.index .solutionImg-wrap .solutionImg-content h1 {
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 60px;
}

.index .solutionImg-wrap .solutionImg-content h1 em {
    position: absolute;
    font-size: 100px;
    font-weight: lighter;
    left: -60px;
    top: -60px;
}

.index .solutionImg-wrap .solutionImg-content p {
    margin-top: 60px;
    letter-spacing: 0.6px;
    font-size: 14px;
    color: #757575;
    line-height: 34px;
}

.index .news-wrap {
    width: 100%;
    min-width: 1200px;
    margin-bottom: 20px;
}

.index .news-wrap .news-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}

.index .news-wrap .news-content .news-tit {
    width: 100%;
    font-size: 30px;
    height: 43px;
    line-height: 43px;
}

.index .news-wrap .news-content .news-tit>span {
    float: left;
    margin-right: 28px;
}

.index .news-wrap .news-content .news-tit .news-cat {
    height: 100%;
    float: left;
    font-size: 18px;
}

.index .news-wrap .news-content .news-tit .news-cat span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    margin-right: 40px;
}

.index .news-wrap .news-content .news-tit .news-cat .on {
    border-bottom: 2px solid #333333;
}

.index .news-wrap .news-content .news-list {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.index .news-wrap .news-content #nl2 {
    display: none;
}

.index .news-wrap .news-content .news-list .news-item {
    margin-bottom: 30px;
    width: 33.3%;
    padding-right: 10px;
    float: left;
    font-size: 15px;
    color: #555555;
}

.index .news-wrap .news-content .news-list .news-item .news-date {
    box-sizing: border-box;
    float: left;
    width: 15%;
    border-right: 1px solid #555555;
}

.index .news-wrap .news-content .news-list .news-item .news-txt {
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    width: 85%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .news-wrap .news-content .news-list .news-item .news-txt a {
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news-content {
    width: 1200px;
    margin: 20px auto 50px;
}

.news .news-content .news-tit {
    height: 164px;
    text-align: center;
    line-height: 164px;
}

.news .news-content .news-tit a {
    color: #000;
}

.news .news-content .news-tit em {
    font-size: 30px;
}

.news .news-content .news-tit span {
    cursor: pointer;
    font-size: 18px;
    padding-bottom: 10px;
    margin-left: 25px;
}

.news .news-content .news-tit .on {
    border-bottom: 2px solid #000;
}

.news .news-content .news-list {
    overflow: hidden;
}

.news .news-content .news-list .news-item {
    transition: all 0.3s linear;
    float: left;
    width: 378px;
    height: 169px;
    background: #f2f5f7;
    padding: 33px 26px 0;
    margin-right: 32px;
    cursor: pointer;
    margin-bottom: 36px;
    position: relative;
}

.news .news-content .news-list .news-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.news .news-content .news-list .news-item:nth-child(3n) {
    margin-right: 0;
}

.news .news-content .news-list .news-item:hover {
    background: #000;
}

.news .news-content .news-list .news-item:hover .nd-day {
    color: #fff !important;
}

.news .news-content .news-list .news-item:hover .nd-ym {
    color: #999999;
}

.news .news-content .news-list .news-item:hover .news--tit {
    color: #fff;
}

.news .news-content .news-list .news-item:hover .news-des {
    color: #cccccc;
}

.news .news-content .news-list .news-item .news-top {
    width: 100%;
    height: 91px;
    border-bottom: 1px solid #dfdfdf;
}

.news .news-content .news-list .news-item .news-top .news-date {
    float: left;
    width: 68px;
    height: 60px;
    border-right: 1px solid #e2e7eb;
}

.news .news-content .news-list .news-item .news-top .news-date .nd-day {
    transition: all 0.3s linear;
    height: 42px;
    font-size: 46px;
    color: #000;
    font-weight: bold;
}

.news .news-content .news-list .news-item .news-top .news-date .nd-ym {
    transition: all 0.3s linear;
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
}

.news .news-content .news-list .news-item .news-top .news-txt {
    padding-left: 18px;
    float: left;
    width: 258px;
}

.news .news-content .news-list .news-item .news-top .news-txt .news--tit {
    transition: all 0.3s linear;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news-content .news-list .news-item .news-top .news-txt .news-des {
    transition: all 0.3s linear;
    margin-top: 15px;
    color: #000;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news-content .news-list .news-item .news-more {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
    background: url("./images/right-arrow.png")/*tpa=http://www.nmgjoin.com/bounty/images/right-arrow.png*/
    no-repeat right center;
}

.newsDetail .newsDetail-content {
    width: 1200px;
    margin: 0px auto;
}

.newsDetail .newsDetail-content .news-tit {
    height: 164px;
    text-align: center;
    line-height: 164px;
}

.newsDetail .newsDetail-content .news-tit a {
    color: #000;
}

.newsDetail .newsDetail-content .news-tit em {
    font-size: 30px;
}

.newsDetail .newsDetail-content .news-tit span {
    cursor: pointer;
    font-size: 18px;
    padding-bottom: 10px;
    margin-left: 25px;
}

.newsDetail .newsDetail-content .news-tit .on {
    border-bottom: 2px solid #000;
}

.newsDetail .newsDetail-article .na-tit {
    padding: 0 0 30px;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}

.newsDetail .newsDetail-article .na-tit .title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    padding-top: 75px;
}

.newsDetail .newsDetail-article .na-tit .na-info {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}

.newsDetail .newsDetail-article .na-content {
    padding-top: 30px;
    font-size: 14px;
    line-height: 37px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
}

.newsDetail .newsDetail-page {
    height: 194px;
    width: 100%;
    padding-top: 49px;
}

.newsDetail .newsDetail-page .np-item {
    padding-left: 41px;
    overflow: hidden;
    margin-bottom: 21px;
}

.newsDetail .newsDetail-page .np-item span {
    float: left;
    width: 97px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #333333;
    color: #fff;
    font-size: 14px;
}

.newsDetail .newsDetail-page .np-item span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.newsDetail .newsDetail-page .np-item div {
    padding-left: 15px;
    float: left;
    max-width: 500px;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.travel {
    margin-bottom: 50px;
}

.travel .travel-banner {
    width: 100%;
    height: 403px;
    background: url("./images/travel-bg_02.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/travel-bg_02.jpg*/
    no-repeat center center / 100% 100%;
    color: #fff;
}

.travel .travel-banner .tb-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 138px;
    padding-left: 30px;
}

.travel .travel-banner .tb-wrap h3 {
    font-weight: normal;
    font-size: 48px;
}

.travel .travel-banner .tb-wrap h6 {
    margin-top: 40px;
    font-weight: normal;
    font-size: 15px;
    width: 610px;
    line-height: 30px;
}

.travel .travel-cate {
    width: 100%;
    height: 76px;
    line-height: 76px;
    box-shadow: 0 2px 10px 0 lightgray;
}

.travel .travel-cate .tc-wrap {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.travel .travel-cate .tc-wrap span {
    float: left;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.travel .travel-cate .tc-wrap span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    box-sizing: border-box;
}

.travel .travel-cate .tc-wrap .on {
    border-bottom: 3px solid #4d4d4d;
}

.travel .travel-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 73px;
}

.travel .travel-content .travel-step {
    padding-top: 73px;
    width: 100%;
    height: 700px;
}

.travel .travel-content .travel-step .travel-step1 {
    margin: 0 auto;
    position: relative;
    width: 529px;
    border: 1px dashed #6f6f6f;
    border-top: none;
    height: 18px;
}

.travel .travel-content .travel-step .travel-step1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 128px;
    height: 12px;
    border-left: 1px dashed #6f6f6f;
}

.travel .travel-content .travel-step .travel-step1:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 128px;
    height: 12px;
    border-left: 1px dashed #6f6f6f;
}

.travel .travel-content .travel-step .travel-step1 span {
    position: absolute;
    width: 75px;
    height: 36px;
    line-height: 36px;
    border: 4px solid #eaeaea;
    border-radius: 36px;
    text-align: center;
    background: #333;
    font-size: 16px;
    color: #fff;
    top: -50px;
}

.travel .travel-content .travel-step .travel-step1 span:first-child {
    left: -42px;
}

.travel .travel-content .travel-step .travel-step1 span:nth-child(2) {
    left: 90px;
}

.travel .travel-content .travel-step .travel-step1 span:nth-child(3) {
    left: 220px;
}

.travel .travel-content .travel-step .travel-step1 span:nth-child(4) {
    left: 350px;
}

.travel .travel-content .travel-step .travel-step1 span:last-child {
    right: -42px;
}

.travel .travel-content .travel-step .travel-step2 {
    width: 0px;
    height: 87px;
    border-left: 1px dashed #6f6f6f;
    margin: 0 auto;
    position: relative;
}

.travel .travel-content .travel-step .travel-step2:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    top: -4px;
    left: -4px;
}

.travel .travel-content .travel-step .travel-step2:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    bottom: -4px;
    left: -4px;
    z-index: 50;
}

.travel .travel-content .travel-step .travel-step2 span {
    position: absolute;
    width: 169px;
    height: 35px;
    text-align: center;
    background: #e6edf3;
    line-height: 35px;
    font-size: 14px;
    border-radius: 35px;
    top: 50%;
    left: 50%;
    margin-left: -85px;
    margin-top: -17.5px;
}

.travel .travel-content .travel-step .travel-step3 {
    height: 240px;
    margin: 0 auto;
    position: relative;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle {
    width: 213px;
    height: 213px;
    border-radius: 213px;
    border: 1px dashed #959595;
    margin: 0 auto;
    position: relative;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item {
    position: absolute;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item em {
    float: left;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-right: 15px;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item span {
    float: left;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #9fb2c2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item:first-child {
    left: -120px;
    top: 0;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item:nth-child(2) {
    left: -130px;
    top: 75px;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item:nth-child(3) {
    left: -95px;
    top: 155px;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item:nth-child(4) {
    right: -120px;
    top: 0;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item:nth-child(5) {
    right: -130px;
    top: 75px;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item:nth-child(6) {
    right: -95px;
    top: 155px;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .ts3-item:last-child {
    color: #fff;
    bottom: -30px;
    left: 50%;
    margin-left: -26px;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .right em {
    padding-right: 0px;
    padding-left: 15px;
    float: right;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle .right span {
    float: left;
}

.travel .travel-content .travel-step .travel-step3 .ts3-cricle2 {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -50px;
    background: #333333;
}

.travel .travel-content .travel-step .travel-step4 {
    width: 0px;
    height: 77px;
    border-left: 1px dashed #6f6f6f;
    margin: 0 auto;
    position: relative;
}

.travel .travel-content .travel-step .travel-step4:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    bottom: -4px;
    left: -4px;
    z-index: 50;
}

.travel .travel-content .travel-step .travel-step4 span {
    width: 288px;
    height: 35px;
    text-align: center;
    background: #e6edf3;
    line-height: 35px;
    font-size: 14px;
    border-radius: 35px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -144px;
    margin-top: -17.5px;
}

.travel .travel-content .travel-step .travel-step5 {
    margin: 3px auto 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: 6px solid #eaeaea;
    padding: 20px 15px;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
}

.travel .travel-content .travel-step .travel-step5 div {
    width: 25px;
    border-top: 1px solid #fff;
    margin: 10px auto;
}

.travel .travel-content .travel-msg {
    width: 100%;
    height: 580px;
}

.travel .travel-content .travel-msg>div {
    float: left;
    width: 50%;
    height: 100%;
}

.travel .travel-content .travel-msg .tm-left {
    position: relative;
}

.travel .travel-content .travel-msg .tm-left img {
    position: absolute;
}

.travel .travel-content .travel-msg .tm-left .img1 {
    right: 285px;
}

.travel .travel-content .travel-msg .tm-left .img2 {
    right: 131px;
    top: -2px;
}

.travel .travel-content .travel-msg .tm-right {
    padding-top: 100px;
}

.travel .travel-content .travel-msg .tm-right p {
    font-size: 28px;
}

.travel .travel-content .travel-msg .tm-right div {
    font-size: 16px;
    margin-top: 40px;
    line-height: 30px;
}

.travel .guide-content {
    width: 100%;
    height: 710px;
}

.travel .guide-content>div {
    float: left;
    width: 50%;
    height: 100%;
}

.travel .guide-content .guide-left {
    background: #f1f6f9;
}

.travel .guide-content .guide-left .gl-content {
    float: right;
    width: 600px;
    height: 100%;
    padding: 0 15px;
    padding-top: 80px;
}

.travel .guide-content .guide-left .gl-content .glc-tit {
    font-size: 34px;
}

.travel .guide-content .guide-left .gl-content .glc-cat {
    width: 100%;
    height: 59px;
    margin-top: 40px;
}

.travel .guide-content .guide-left .gl-content .glc-cat span {
    background: #fff;
    float: left;
    width: 33.3%;
    cursor: pointer;
    height: 100%;
    line-height: 59px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s linear;
}

.travel .guide-content .guide-left .gl-content .glc-cat span:nth-child(2) {
    border: 4px solid #f1f6f9;
    border-top: none;
    border-bottom: none;
}

.travel .guide-content .guide-left .gl-content .glc-cat span:after {
    transition: all 0.1s linear;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 58px;
    left: 50%;
    margin-left: -2.5px;
    border: 5px solid #000;
    border-top: 0px solid #000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.travel .guide-content .guide-left .gl-content .glc-cat span:hover {
    background: #000;
    color: #fff;
}

.travel .guide-content .guide-left .gl-content .glc-cat span:hover:after {
    border-top: 5px solid #000;
}

.travel .guide-content .guide-left .gl-content .glc-pic {
    padding-top: 60px;
    padding-left: 60px;
}

.travel .guide-content .guide-left .gl-content .glc-pic img {
    margin-right: 30px;
}

.travel .guide-content .guide-right {
    background: #e6edf3;
}

.travel .guide-content .guide-right .gr-content {
    float: left;
    width: 600px;
    height: 100%;
    padding-top: 145px;
    padding-left: 40px;
}

.travel .guide-content .guide-right .gr-content .grc-tit {
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dfdfdf;
}

.travel .guide-content .guide-right .gr-content .grc-content {
    padding-top: 30px;
}

.travel .guide-content .guide-right .gr-content .grc-content .grc-item {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    line-height: 32px;
}

.travel .guide-content .guide-right .gr-content .grc-content .grc-item:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c7c7c7;
    position: absolute;
    left: 0;
    top: 14px;
}

.travel .ticket-content {
    height: 610px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}

.travel .ticket-content .tc-tit {
    text-align: center;
}

.travel .ticket-content .tc-tit h3 {
    font-size: 28px;
    font-weight: normal;
}

.travel .ticket-content .tc-tit h6 {
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

.travel .ticket-content .tc-cat {
    margin-top: 35px;
    text-align: center;
}

.travel .ticket-content .tc-cat span {
    cursor: pointer;
    display: inline-block;
    height: 59px;
    line-height: 59px;
    padding: 0 38px;
    background: #f1f6f9;
    font-size: 18px;
    transition: all 0.3s linear;
    position: relative;
}

.travel .ticket-content .tc-cat span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 0px;
    top: 59px;
    left: 50%;
    transition: all 0.2s linear;
    margin-left: -2.5px;
}

.travel .ticket-content .tc-cat span:hover {
    background: #000;
    color: #fff;
}

.travel .ticket-content .tc-cat span:hover:after {
    border-top-width: 5px;
}

.travel .ticket-content .tc-list {
    padding-top: 50px;
}

.travel .ticket-content .tc-list .tc-item {
    width: 20%;
    text-align: center;
    float: left;
}

.travel .ticket-content .tc-list .tc-item .tci-icon {
    transition: all 0.3s linear;
    margin: 0 auto 25px;
    width: 115px;
    height: 115px;
    border-radius: 115px;
    line-height: 115px;
    border: 1px solid #000;
}

.travel .ticket-content .tc-list .tc-item .tci-icon img {
    vertical-align: middle;
}

.travel .ticket-content .tc-list .tc-item .tci-icon .t {
    display: none;
}

.travel .ticket-content .tc-list .tc-item .tci-icon:hover {
    background: #000;
}

.travel .ticket-content .tc-list .tc-item .tci-icon:hover .f {
    display: none;
}

.travel .ticket-content .tc-list .tc-item .tci-icon:hover .t {
    display: inline-block;
}

.travel .ticket-content .tc-list .tc-item p {
    font-size: 16px;
}

.travel .park-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.travel .park-content .pc-tit {
    padding-top: 30px;
    width: 100%;
    height: 150px;
    text-align: center;
}

.travel .park-content .pc-tit h3 {
    font-weight: normal;
    font-size: 28px;
}

.travel .park-content .pc-tit p {
    margin-top: 20px;
    font-size: 16px;
}

.travel .park-content .pc-list {
    overflow: hidden;
}

.travel .park-content .pc-list .pc-item {
    padding-top: 10px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 370px;
    height: 237px;
    background: #f0f3f6;
}

.travel .park-content .pc-list .pc-item .pci-icon {
    height: 105px;
    line-height: 105px;
    text-align: center;
}

.travel .park-content .pc-list .pc-item .pci-icon img {
    vertical-align: middle;
}

.travel .park-content .pc-list .pc-item .pci-tit {
    text-align: center;
    font-size: 20px;
}

.travel .park-content .pc-list .pc-item .pci-desc {
    padding: 0 25px;
    margin-top: 20px;
    text-align: center;
    line-height: 28px;
}

.travel .park-content .pc-list .pc-item:nth-child(3n) {
    margin-right: 0;
}

.travel .around-content {
    width: 1200px;
    margin: 0 auto;
    height: 561px;
}

.travel .around-content .ac-tit {
    height: 160px;
    padding-top: 80px;
    text-align: center;
}

.travel .around-content .ac-tit h3 {
    font-weight: normal;
    font-size: 28px;
}

.travel .around-content .ac-tit p {
    margin-top: 20px;
    font-size: 16px;
}

.travel .around-content .ac-list {
    overflow: hidden;
    padding: 50px 35px 10px;
}

.travel .around-content .ac-list .ac-item {
    margin-right: 70px;
    float: left;
    width: 329px;
    height: 256px;
    transition: all 0.3s linear;
    text-align: center;
}

.travel .around-content .ac-list .ac-item .aci-icon {
    height: 150px;
    line-height: 150px;
}

.travel .around-content .ac-list .ac-item .aci-icon img {
    vertical-align: middle;
}

.travel .around-content .ac-list .ac-item p {
    font-size: 24px;
}

.travel .around-content .ac-list .ac-item div {
    margin-top: 15px;
    color: #666666;
    font-size: 18px;
}

.travel .around-content .ac-list .ac-item:last-child {
    margin-right: 0;
}

.travel .around-content .ac-list .ac-item:hover {
    box-shadow: 0 0 10px 0 lightgray;
}

.travel .bigdata-content {
    width: 100%;
    height: 819px;
    background: #ebeef0;
    margin-bottom: 117px;
    overflow: hidden;
}

.travel .bigdata-content .bc-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.travel .bigdata-content .bc-wrap .bcw-tit {
    text-align: center;
}

.travel .bigdata-content .bc-wrap .bcw-tit h3 {
    font-weight: normal;
    font-size: 28px;
}

.travel .bigdata-content .bc-wrap .bcw-tit p {
    font-size: 16px;
    margin-top: 15px;
}

.travel .bigdata-content .bc-wrap .bcw-pic {
    width: 100%;
    height: 590px;
    line-height: 590px;
    text-align: center;
    padding-top: 60px;
    position: relative;
}

.travel .bigdata-content .bc-wrap .bcw-pic img {
    vertical-align: middle;
}

.travel .bigdata-content .bc-wrap .bcw-pic .b2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -244px;
    margin-top: -165px;
}

.travel .online-content {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    background: url("./images/online-bg.png")/*tpa=http://www.nmgjoin.com/bounty/images/online-bg.png*/
    no-repeat left center / 666px 200px;
}

.travel .online-content .oc-right {
    float: right;
    width: 536px;
    height: 200px;
}

.travel .online-content .oc-right .ocl-tit {
    float: left;
    width: 22px;
    height: 100%;
    font-size: 22px;
    padding: 32px 0;
}

.travel .online-content .oc-right .ocr-wrap {
    float: left;
    padding-left: 40px;
    width: 514px;
}

.travel .online-content .oc-right .ocr-wrap .ocrw-tit {
    height: 63px;
    line-height: 63px;
    font-size: 18px;
}

.travel .online-content .oc-right .ocr-wrap .ocrw-txt {
    width: 100%;
    height: 137px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.travel .wifi-content {
    overflow: hidden;
    padding-top: 70px;
    width: 1200px;
    margin: 0 auto;
}

.travel .wifi-content .wc-tit {
    text-align: center;
}

.travel .wifi-content .wc-tit h3 {
    font-weight: normal;
    font-size: 28px;
}

.travel .wifi-content .wc-tit p {
    font-size: 16px;
    margin-top: 15px;
}

.travel .wifi-content .wc-content {
    height: 315px;
    line-height: 315px;
    text-align: center;
    position: relative;
}

.travel .wifi-content .wc-content img {
    top: 70px;
    left: 45.5%;
    position: absolute;
}

.travel .wifi-content .wc-content .c1 {
    top: 50%;
    position: absolute;
    max-width: 275px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: left;
    vertical-align: 100px;
    left: 180px;
}

.travel .wifi-content .wc-content .c1:last-child {
    right: 80px;
}

.travel .wifi-content .wc-content .c2 {
    top: 50%;
    position: absolute;
    max-width: 275px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: left;
    vertical-align: 100px;
    right: 80px;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.footer {
    min-width: 1200px;
    background: #141821;
}

.footer .footer-wrap {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.footer .footer-wrap .footer-service {
    float: left;
    width: 272px;
    height: 214px;
    border-right: 1px solid #1e2430;
    margin-bottom: 45px;
}

.footer .footer-wrap .footer-service .fs-tel {
    color: #fff;
    height: 63px;
    padding-left: 70px;
    background: url("./images/footer-service.png")/*tpa=http://www.nmgjoin.com/bounty/images/footer-service.png*/
    no-repeat 0px 18px;
    background-size: 56px 45px;
    padding-top: 20px;
}

.footer .footer-wrap .footer-service .fs-tel p {
    font-size: 14px;
}

.footer .footer-wrap .footer-service .fs-tel h3 {
    font-size: 20px;
    margin-top: 15px;
}

.footer .footer-wrap .footer-service .fs-us {
    margin-top: 15px;
}

.footer .footer-wrap .footer-service .fs-us ul {
    padding-left: 70px;
}

.footer .footer-wrap .footer-service .fs-us ul li {
    line-height: 35px;
    text-align: left;
}

.footer .footer-wrap .footer-service .fs-us ul li a {
    color: #cccccc;
    font-size: 14px;
}

.footer .footer-wrap .footer-service .fs-us ul li:hover a {
    color: #0458c1;
}

.footer .footer-wrap .footer-map {
    float: left;
    width: 780px;
    margin-left: 35px;
    box-sizing: border-box;
    /*display: flex;*/
    /*justify-content: space-around;*/
}

.footer .footer-wrap .footer-map ul {
    color: #cccccc;
    float: left;
    margin-right: 72px;
}

.footer .footer-wrap .footer-map ul li {
    line-height: 30px;
}

.footer .footer-wrap .footer-map ul li:hover a {
    color: #0458c1;
}

.footer .footer-wrap .footer-map ul a {
    color: #cccccc;
}

.footer .footer-wrap .footer-map ul li:first-child {
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 10px;
}

.footer .footer-wrap .footer-code h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 27px;
}

.footer .footer-wrap .footer-link {
    clear: both;
    width: 100%;
    height: 61px;
    line-height: 60px;
    border-top: 1px solid #1e2430;
}

.footer .footer-wrap .footer-link a {
    display: inline-block;
    padding: 0 15px;
    color: #3d4047;
}

.footer-side {
    min-width: 1200px;
    height: 59px;
    line-height: 59px;
    background: #0f131b;
    text-align: center;
}

.footer-side .fs-wrap {
    width: 1200px;
    margin: 0 auto;
    color: #5c5e63;
}

.footer-side .fs-wrap a {
    color: #5c5e63;
}

.footer-side .fs-wrap a:hover {
    color: #0458c1;
}

.footer-side .fs-wrap img {
    margin-left: 10px;
    vertical-align: -1px;
}

.development {
    width: 100%;
}

.development .dm-top {
    min-width: 1200px;
    height: 405px;
    background: url("./images/ment-top.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/ment-top.jpg*/
    no-repeat;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: left;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    padding-top: 125px;
}

.development .dm-top p {
    width: 1200px;
    margin: 0 auto;
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.development .dm-soft {
    width: 1200px;
    margin: 0 auto;
}

.development .dm-soft h1 {
    font-size: 37.6px;
    color: #000;
    text-align: center;
    font-weight: normal;
    margin-top: 75px;
}

.development .dm-soft h2 {
    margin-top: 20px;
    font-size: 20px;
    color: #999;
    text-align: center;
    font-weight: normal;
}

.development .dm-soft .soft-list {
    padding: 60px 250px 10px;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    color: #999;
    text-align: center;
}

.development .dm-soft .soft-list li {
    width: 113px;
    padding: 0px 10px;
    line-height: 40px;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
}

.development .dm-soft .soft-list li:hover {
    color: #333;
}

.development .dm-soft .soft-list .tabin {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    transition: all 0.3s;
}

.development .dm-soft .soft-items {
    position: relative;
    min-height: 760px;
}

.development .dm-soft .soft-items .soft-item ul {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    /*flex-wrap: wrap;*/
}

.development .dm-soft .soft-items .soft-item ul li {
    position: relative;
    width: 400px;
    height: 350px;
    padding: 0 60px;
    word-wrap: break-word;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    align-items: center;
    padding-top: 130px;
    float: left;
}

.development .dm-soft .soft-items .soft-item ul li h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.development .dm-soft .soft-items .soft-item ul li p {
    font-size: 12px;
    color: #787878;
    line-height: 29px;
}

.development .dm-soft .soft-items .soft-item ul li:nth-child(even) {
    background: #f2f5f7;
}

.development .dm-soft .soft-items .soft-item ul li:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}

.development .dm-soft .soft-items .soft-item ul li:hover:before {
    left: 100%;
    transition: left 2s ease 0s;
}

.development .dm-soft .soft-items .content {
    clear: both;
    display: none;
    transition: all ease 0.3s;
    position: absolute;
    top: 60px;
    left: 0;
}

.development .dm-soft .soft-items .contentin {
    display: block;
}

.development .dm-probe {
    margin-top: 75px;
    min-width: 1200px;
    background: #f2f5f7;
}

.development .dm-probe img {
    width: 100%;
}

.development .dm-probe .probe {
    width: 1200px;
    margin: 0 auto;
}

.development .dm-probe .probe .probe-left {
    position: relative;
    top: -200px;
    width: 380px;
    height: 570px;
    background: url("./images/probe-left.png")/*tpa=http://www.nmgjoin.com/bounty/images/probe-left.png*/
    no-repeat;
    padding: 88px 40px;
    float: left;
}

.development .dm-probe .probe .probe-left h4 {
    font-size: 24.32px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}

.development .dm-probe .probe .probe-left h2 {
    font-size: 31.25px;
    color: #fff;
    font-weight: normal;
}

.development .dm-probe .probe .probe-left p {
    font-size: 14px;
    color: #fff;
    margin-top: 115px;
    line-height: 25px;
}

.development .dm-probe .probe .probe-right {
    float: left;
}

.development .dm-probe .probe .probe-right ul {
    width: 820px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    /*flex-wrap: wrap;*/
    cursor: pointer;
}

.development .dm-probe .probe .probe-right ul li {
    width: 380px;
    padding-left: 85px;
    box-sizing: border-box;
    margin-top: 50px;
    float: left;
}

.development .dm-probe .probe .probe-right ul li h5 {
    font-size: 18px;
    color: #171717;
    padding-top: 50px;
    margin-bottom: 20px;
}

.development .dm-probe .probe .probe-right ul li:nth-child(1) h5 {
    background: url("./images/probe1.png")/*tpa=http://www.nmgjoin.com/bounty/images/probe1.png*/
    no-repeat;
}

.development .dm-probe .probe .probe-right ul li:nth-child(2) h5 {
    background: url("./images/probe2.png")/*tpa=http://www.nmgjoin.com/bounty/images/probe2.png*/
    no-repeat;
}

.development .dm-probe .probe .probe-right ul li:nth-child(3) h5 {
    background: url("./images/probe3.png")/*tpa=http://www.nmgjoin.com/bounty/images/probe3.png*/
    no-repeat;
}

.development .dm-probe .probe .probe-right ul li:nth-child(4) h5 {
    background: url("./images/probe4.png")/*tpa=http://www.nmgjoin.com/bounty/images/probe4.png*/
    no-repeat;
}

.development .dm-probe .probe .probe-right ul li p {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    text-align: justify;
}

.development .dm-direction {
    width: 1200px;
    margin: 0 auto 55px;
}

.development .dm-direction h1 {
    font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin-top: 75px;
}

.development .dm-direction h2 {
    margin-top: 20px;
    font-size: 18px;
    color: #999;
    text-align: center;
    font-weight: normal;
    margin-bottom: 70px;
}

.aboutUs .saying {
    min-width: 1200px;
    /*display: flex;*/
    /*flex-direction: row;*/
    padding: 0 0 0 19%;
    background: url("./images/aboutbg.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/aboutbg.jpg*/
    no-repeat center / 100% 565px;
}

.aboutUs .saying .saying-left {
    width: 34%;
    height: 550px;
    text-align: left;
    padding-top: 170px;
    float: left;
}

.aboutUs .saying .saying-left h1 {
    font-size: 36px;
    color: #000;
    margin-bottom: 65px;
}

.aboutUs .saying .saying-left p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    position: relative;
}

.aboutUs .saying .saying-left .well-known {
    font-size: 14px;
    color: #666;
    text-align: right;
    margin: 10px 93px 0 0;
}

.aboutUs .saying .saying-right {
    width: 59%;
    margin-left: 7%;
    height: 550px;
    text-align: left;
    padding-top: 170px;
    float: left;
}

.aboutUs .saying .saying-right h1 {
    font-size: 36px;
    color: #000;
    margin-bottom: 45px;
    position: relative;
}

.aboutUs .saying .saying-right h1:after {
    position: absolute;
    content: "─";
    font-size: 20px;
    color: #666;
    top: 45px;
    left: 5px;
}

.aboutUs .saying .saying-right p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.aboutUs .au-company {
    min-width: 1200px;
    width: 100%;
}

.aboutUs .au-company .company-item {
    width: 100%;
    height: 70px;
    background: #fff;
}

.aboutUs .au-company .company-item ul {
    width: 100%;
    margin: 0 auto;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    line-height: 80px;
    cursor: pointer;
}

.aboutUs .au-company .company-item ul li {
    width: 20%;
    height: 80px;
    text-align: center;
    border-radius: 5px;
    float: left;
}

.aboutUs .au-company .company-item .company {
    background: #f2f5f7;
}

.aboutUs .au-company .company-list {
    background: #fff;
    position: relative;
    min-height: 573px;
}

.aboutUs .au-company .company-list .company-list1 {
    width: 1200px;
    margin: 0 auto;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child ul {
    display: flex;
    flex-direction: row;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child ul .scale {
    height: 392px;
    overflow: hidden;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child ul .scale img {
    transition: all 1s;
    cursor: pointer;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child ul .scale img:hover {
    transform: scale(1.1);
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child ul li p {
    width: 215px;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    margin: 225px auto 0;
    text-align: center;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .first li:nth-child(1) {
    width: 301px;
    height: 393px;
    background: url("./images/company-txt1.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt1.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .first li:nth-child(2) {
    width: 298px;
    height: 393px;
    background: url("./images/company-txt2.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt2.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .second li:nth-child(2) {
    width: 299px;
    height: 393px;
    background: url("./images/company-txt3.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt3.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .second li:nth-child(3) {
    width: 301px;
    height: 393px;
    background: url("./images/company-txt4.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt4.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .third li:nth-child(1) {
    width: 301px;
    height: 393px;
    background: url("./images/company-txt5.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt5.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .third li:nth-child(2) {
    width: 298px;
    height: 393px;
    background: url("./images/company-txt6.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt6.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .silder {
    transition: transform 0.9s ease-out;
}

.aboutUs .au-company .company-list .company-list1 .scale {
    height: 252px;
    overflow: hidden;
}

.aboutUs .au-company .company-list .company-list1 .scale img {
    transition: all 1s;
    cursor: pointer;
}

.aboutUs .au-company .company-list .company-list1 .scale img:hover {
    transform: scale(1.1);
}

.aboutUs .au-company .company-list .company-list1 .page {
    text-align: center;
    padding: 42px 0;
}

.aboutUs .au-company .company-list .company-list1 .page span:nth-child(1) {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 18px;
    background: url("./images/left.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/left.jpg*/
    no-repeat;
    margin-right: 25px;
}

.aboutUs .au-company .company-list .company-list1 .page span:nth-child(2) {
    font-size: 24px;
    color: #333;
}

.aboutUs .au-company .company-list .company-list1 .page span:nth-child(2) b {
    font-weight: normal;
}

.aboutUs .au-company .company-list .company-list1 .page span:nth-child(3) {
    cursor: pointer;
    margin-left: 25px;
    display: inline-block;
    width: 36px;
    height: 18px;
    background: url("./images/right.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/right.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1>h1 {
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.aboutUs .au-company .company-list .company-list1>h3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
}

.aboutUs .au-company .company-list .company-list1 .aftertime {
    margin-top: 42px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-left {
    width: 50%;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-left h1 {
    font-size: 60px;
    color: #000;
    position: relative;
    margin-bottom: 50px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-left h1:after {
    position: absolute;
    content: "─";
    font-size: 60px;
    color: #000;
    top: 45px;
    left: 5px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-left h2 {
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 38px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-left h2 .hTwo {
    width: 100px;
    border-bottom: 1px solid #000;
    margin: 20px 0;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-left p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-right {
    width: 50%;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-right p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-right ul {
    /*display: flex;*/
    margin-top: 15px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-right ul li {
    margin-right: 5px;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-right ul .scale {
    height: 204px;
    overflow: hidden;
    float: left;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-right ul .scale img {
    transition: all 1s;
    cursor: pointer;
}

.aboutUs .au-company .company-list .company-list1 .aftertime .aftertime-right ul .scale img:hover {
    transform: scale(1.1);
}

.aboutUs .au-company .company-list .company-list1>ul {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
}

.aboutUs .au-company .company-list .company-list1>ul li {
    margin-right: 8px;
    margin-top: 4px;
    float: left;
}

.aboutUs .au-company .content {
    clear: both;
    display: none;
    transition: all ease 0.3s;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -600px !important;
}

.aboutUs .au-company .contentin {
    display: block;
}

.aboutUs .au-company .contentin1 {
    display: block;
}

.aboutUs .au-address {
    min-width: 1200px;
    background: #fff;
    display: flex;
    padding-bottom: 150px;
}

.aboutUs .au-address .address-left {
    width: 43%;
    padding-left: 15%;
    padding-top: 145px;
    float: left;
}

.aboutUs .au-address .address-left h1 {
    width: 100%;
    color: #e22f51;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px;
}

.aboutUs .au-address .address-left h2 {
    margin-bottom: 40px;
}

.aboutUs .au-address .address-left h2 p {
    font-size: 17px;
    color: #333;
    font-weight: normal;
    line-height: 25px;
}

.aboutUs .au-address .address-left h2 p span {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.aboutUs .au-address .address-left h3 {
    margin-bottom: 35px;
    font-size: 20px;
    color: #333;
}

.aboutUs .au-address .address-left h3 p {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}

.aboutUs .au-address .address-left h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    font-weight: normal;
}

.aboutUs .au-address .address-left h5 p {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    width: 129px;
    text-align: center;
    margin-top: 10px;
}

.aboutUs .au-address .address-right {
    width: 55%;
    margin-top: 120px;
    margin-left: 30px;
    float: right;
}

.aboutUs .au-address .address-right #map {
    width: 100%;
    height: 480px;
}

.aboutUs .au-address .address-right .BMap_pop,
.aboutUs .au-address .address-right .BMap_shadow,
.aboutUs .au-address .address-right .BMap_cpyCtrl,
.aboutUs .au-address .address-right .anchorBL,
.aboutUs .au-address .address-right .BMap_stdMpCtrl {
    display: none !important;
}

.talented .talenter-centent {
    width: 1200px;
    margin: 0 auto 145px;
}

.talented .talenter-centent h1 {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin: 63px 0;
}

.talented .talenter-centent>div {
    width: 100%;
    box-shadow: 0 0 20px -5px lightgray;
    margin-bottom: 38px;
    padding-top: 50px;
    padding: 50px 95px 50px 86px;
}

.talented .talenter-centent>div h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.talented .talenter-centent>div h3 {
    font-size: 20px;
    color: #FFF;
    width: 130px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #000;
    margin-bottom: 30px;
}

.talented .talenter-centent>div p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    word-wrap: break-word;
}

.talented .talenter-centent>div .engineer-left {
    width: 45%;
    border-right: 1px solid #e4e9ed;
}

.talented .talenter-centent>div .engineer-left p {
    width: 400px;
}

.talented .talenter-centent>div .engineer-right {
    width: 55%;
}

.talented .talenter-centent>div .engineer-right p {
    width: 495px;
    margin-left: 50px;
}

.talented .talenter-centent>div .engineer-right h3 {
    margin-left: 50px;
}


/*后加*/

.ljln {
    display: block;
    margin-bottom: 20px;
    /*  margin-top: 30px; */
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 1200px;
}

.ljln .ljln-c {
    display: inline-block;
}

.ljln-c .ljln-left {
    float: left;
    padding-left: 45px;
}

.ljln-c .ljln-right {
    float: left;
    width: 725px;
    padding-top: 15px;
    padding-left: 90px;
}

.ljln-c .ljln-right>div {
    color: #333;
    font-size: 16px;
    line-height: 42px;
    white-space: pre-wrap;
}

.ljln-c .ljln-right>div>span {
    font-weight: bold;
}

.aboutUs .au-company .company-list .company-list1 .ljln .silder {
    transition: transform 0.9s ease-out;
}

.aboutUs .au-company .company-item .company {
    font-weight: bold;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child {
    display: block;
    margin-bottom: 60px;
    margin-top: 30px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 1200px;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child ul {
    display: inline-block;
    /* flex-direction: row; */
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .second li:nth-child(3) {
    width: 296px;
    height: 393px;
    background: url("./images/company-txt4.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt4.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child .third li:nth-child(1) {
    width: 300px;
    height: 393px;
    background: url("./images/company-txt5.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/company-txt5.jpg*/
    no-repeat;
}

.aboutUs .au-company .company-list .company-list1 .company-list1-child ul li p {
    width: 215px;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    margin: 225px auto 0;
    text-align: center;
    white-space: pre-wrap;
}

.aboutUs .au-company .company-list .company-list1 .scale {
    height: auto;
    overflow: hidden;
}

.travel {
    overflow: hidden;
}

.travel .travel-brain,
.travel .travel-servic {
    width: 100%;
    min-width: 1200px;
}

.travel .travel-brain .tb-wrap,
.travel .travel-servic .tb-wrap {
    width: 1200px;
    margin: 0 auto;
    height: 630px;
    padding-top: 80px;
}

.travel .travel-brain .tb-wrap .tb-tit,
.travel .travel-servic .tb-wrap .tb-tit {
    text-align: center;
}

.travel .travel-brain .tb-wrap .tb-tit p,
.travel .travel-servic .tb-wrap .tb-tit p {
    font-size: 35px;
}

.travel .travel-brain .tb-wrap .tb-tit div,
.travel .travel-servic .tb-wrap .tb-tit div {
    margin-top: 20px;
    font-size: 18px;
}

.travel .travel-brain .tb-wrap .tb-content,
.travel .travel-servic .tb-wrap .tb-content {
    width: 100%;
}

.travel .travel-brain .tb-wrap .tb-content .tb-left,
.travel .travel-servic .tb-wrap .tb-content .tb-left {
    padding-top: 130px;
    float: left;
    width: 50%;
}

.travel .jishu .tb-wrap .tb-content .tb-left,
.travel .travel-servic .tb-wrap .tb-content .tb-left {
    padding-top: 130px;
    float: left;
    width: 50%;
}

.travel .travel-brain .tb-wrap .tb-content .tb-left h3,
.travel .travel-servic .tb-wrap .tb-content .tb-left h3 {
    font-weight: normal;
    font-size: 26px;
}

.travel .travel-brain .tb-wrap .tb-content .tb-left h6,
.travel .travel-servic .tb-wrap .tb-content .tb-left h6 {
    padding-right: 100px;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #595757;
    margin-top: 15px;
}

.travel .travel-brain.jishu {
    background: #f1f6f9;
}

.travel .travel-brain.jishu .tb-wrap .tb-content .tb-left {
    float: right;
}

.travel .travel-brain.jishu .tb-wrap .tb-content .tb-right {
    float: left;
}

.travel .travel-brain.shuju .tb-wrap .tb-content .tb-left {
    float: right;
}

.travel .travel-brain.shuju .tb-wrap .tb-content .tb-right {
    float: left;
}

.travel .travel-brain.shuju {
    background: #f1f6f9;
}


/* .travel .travel-brain .tb-wrap .tb-content .tb-right,
.travel .travel-servic .tb-wrap .tb-content .tb-right {
  float: left;
  width: 50%;
} */

.travel .travel-servic .tb-wrap {
    padding-top: 0;
}

.travel .travel-servic .tb-wrap .tb-tit p {
    font-size: 26px;
}

.travel .travel-servic .tb-wrap .tb-tit div {
    margin-top: 10px;
    font-size: 24px;
    color: #999999;
    font-weight: 100;
}

.travel .travel-servic .tb-wrap .tb-content {
    padding-top: 50px;
}

.travel .travel-servic .tb-wrap .tb-content .tb-left {
    width: 45%;
    padding-top: 0;
}

.travel .travel-servic .tb-wrap .tb-content .tb-left h6 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.travel .travel-servic .tb-wrap .tb-content .tb-right {
    width: 55%;
    float: right;
}

.travel .travel-servic .tb-wrap .tb-content .tb-right img {
    width: 100%;
}

.travel .travel-middle {
    width: 100%;
    min-width: 1200px;
    height: 668px;
}

.travel .travel-middle .tm-left-wrap {
    width: 50%;
    height: 100%;
    float: left;
    background: #f1f6f9;
}

.travel .travel-middle .tm-left-wrap .tml {
    width: 600px;
    height: 100%;
    float: right;
}

.travel .travel-middle .tm-left-wrap .tml .tml-tit {
    width: 100%;
    height: 125px;
    line-height: 125px;
    font-size: 34px;
}

.travel .travel-middle .tm-left-wrap .tml .tml-cat {
    height: 59px;
    width: 100%;
}

.travel .travel-middle .tm-left-wrap .tml .tml-cat span {
    cursor: pointer;
    transition: all 0.3s linear;
    display: inline-block;
    width: 142px;
    height: 59px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 59px;
    font-size: 18px;
    position: relative;
}

.travel .travel-middle .tm-left-wrap .tml .tml-cat span:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 59px;
    width: 0;
    height: 0;
    border: 5px solid #000;
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.1s linear;
}

.travel .travel-middle .tm-left-wrap .tml .tml-cat .on {
    background: #000;
    color: #fff;
}

.travel .travel-middle .tm-left-wrap .tml .tml-cat .on:after {
    border-top: 5px solid #000;
}

.travel .travel-middle .tm-left-wrap .tml .tml-img {
    text-align: center;
    padding-top: 100px;
}

.travel .travel-middle .tm-left-wrap .tml .tml-img .img1,
.travel .travel-middle .tm-left-wrap .tml .tml-img .img2,
.travel .travel-middle .tm-left-wrap .tml .tml-img .img3,
.travel .travel-middle .tm-left-wrap .tml .tml-img .img4 {
    display: none;
}

.travel .travel-middle .tm-left-wrap .tml .tml-img .img1 {
    display: block;
}

.travel .travel-middle .tm-left-wrap .tml .tml-img .img2,
.travel .travel-middle .tm-left-wrap .tml .tml-img .img3 {
    margin-left: -105px;
}

.travel .travel-middle .tm-left-wrap .tml .tml-img .img4 {
    width: 280px;
    margin-top: -45px;
    height: 391px;
}

.travel .travel-middle .tm-right-wrap {
    width: 50%;
    height: 100%;
    background: #e6edf3;
    float: right;
}

.travel .travel-middle .tm-right-wrap .tmr {
    width: 600px;
    float: left;
    height: 100%;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 {
    width: 100%;
    height: 100%;
    padding: 57px 35px 0;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 .tmr-tit {
    height: 80px;
    width: 100%;
    line-height: 80px;
    font-size: 24px;
    border-bottom: 1px dashed #c3cfd9;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 .tmr-desc {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-top: 30px;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 .tmr-list {
    margin-top: 50px;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 .tmr-list.nomg {
    margin-top: 10px;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 .tmr-list div {
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    padding-left: 56px;
    background: url("./images/tmr1.png")/*tpa=http://www.nmgjoin.com/bounty/images/tmr1.png*/
    no-repeat 16px 16px;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 .tmr-list div.no-background {
    padding-left: 0;
    background: none;
    line-height: 38px;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-1 .tmr-desc.no-margin-top {
    margin-top: 17px;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-2,
.travel .travel-middle .tm-right-wrap .tmr .tmr-3,
.travel .travel-middle .tm-right-wrap .tmr .tmr-4 {
    display: none;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-3 .tmr-desc {
    font-size: 16px;
    line-height: 38px;
    color: #595757;
}

.travel .travel-middle .tm-right-wrap .tmr .tmr-4 img {
    display: block;
    margin: 20px auto 0;
}

.travel .travel-fp {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.travel .travel-fp .tf-wrap {
    padding-top: 100px;
    width: 1200px;
    margin: 0 auto;
}

.travel .travel-fp .tf-wrap .tf-tit {
    text-align: center;
}

.travel .travel-fp .tf-wrap .tf-tit p {
    font-size: 28px;
}

.travel .travel-fp .tf-wrap .tf-tit div {
    font-size: 16px;
    margin-top: 20px;
}

.travel .travel-fp .tf-wrap .tf-cat {
    margin-top: 60px;
    height: 59px;
    width: 100%;
    text-align: center;
}

.travel .travel-fp .tf-wrap .tf-cat span {
    cursor: pointer;
    transition: all 0.3s linear;
    display: inline-block;
    width: 184px;
    height: 59px;
    background: #f1f6f9;
    color: #000;
    text-align: center;
    line-height: 59px;
    font-size: 18px;
    position: relative;
}

.travel .travel-fp .tf-wrap .tf-cat span:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 59px;
    width: 0;
    height: 0;
    border: 5px solid #000;
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.1s linear;
}

.travel .travel-fp .tf-wrap .tf-cat .on {
    background: #000;
    color: #fff;
}

.travel .travel-fp .tf-wrap .tf-cat .on:after {
    border-top: 5px solid #000;
}

.travel .travel-fp .tf-wrap .tf-content {
    padding-top: 70px;
    height: 400px;
}

.travel .travel-fp .tf-wrap .tf-content .tfc-1 img {
    vertical-align: middle;
}

.travel .travel-fp .tf-wrap .tf-content .tfc-1 img:last-child {
    margin-left: 34px;
}

.travel .travel-fp .tf-wrap .tf-content .tfc-2 {
    display: none;
}

.travel .travel-fp .tf-wrap .tf-content .tfc-2 img {
    vertical-align: middle;
}

.travel .travel-fp .tf-wrap .tf-content .tfc-2 img:last-child {
    margin-left: 30px;
}

.travel .travel-hotel {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.travel .travel-hotel .th-wrap {
    padding-top: 100px;
    width: 1200px;
    margin: 0 auto;
}

.travel .travel-hotel .th-wrap .th-tit {
    text-align: center;
}

.travel .travel-hotel .th-wrap .th-tit p {
    font-size: 28px;
}

.travel .travel-hotel .th-wrap .th-tit div {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    color: #666666;
}

.travel .travel-hotel .th-wrap .th-mid {
    overflow: hidden;
    padding-top: 50px;
}

.travel .travel-hotel .th-wrap .th-mid .thm-item {
    padding-top: 37px;
    float: left;
    margin-right: 43px;
    width: 371px;
    height: 239px;
    background: #f0f3f6;
    text-align: center;
}

.travel .travel-hotel .th-wrap .th-mid .thm-item.col25 {
    width: 205px;
}

.travel .travel-hotel .th-wrap .th-mid .thm-item:last-child {
    margin-right: 0;
}

.travel .travel-hotel .th-wrap .th-mid .thm-item p {
    margin-top: 30px;
    font-size: 20px;
}

.travel .travel-hotel .th-wrap .th-mid .thm-item div {
    font-size: 14px;
    margin-top: 30px;
}

.travel .travel-hotel .th-wrap .th-bottom {
    margin-top: 15px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    color: #595757;
}

.travel .travel-hotel .th-wrap .th-bottom em {
    font-size: 50px;
    color: #000;
    vertical-align: -12px;
}

.travel .travel-data {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.travel .travel-data .td-wrap {
    padding-top: 100px;
    width: 1200px;
    margin: 0 auto;
}

.travel .travel-data .td-wrap .td-tit {
    text-align: center;
}

.travel .travel-data .td-wrap .td-tit p {
    font-size: 28px;
}

.travel .travel-data .td-wrap .td-tit div {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    color: #666666;
}

.travel .travel-data .td-wrap .td-content {
    overflow: hidden;
}

.travel .travel-data .td-wrap .td-content>img {
    display: block;
    margin: 50px auto 0;
}

.travel .travel-data .td-wrap .td-content .td-left {
    float: left;
    width: 50%;
}

.travel .travel-data .td-wrap .td-content .td-right {
    padding-top: 60px;
    float: left;
    width: 50%;
}

.travel .travel-data .td-wrap .td-content .td-right .tdr-tit {
    font-size: 24px;
}

.travel .travel-data .td-wrap .td-content .td-right .tdr-dec {
    font-size: 14px;
    line-height: 32px;
    margin-top: 15px;
}

.travel .travel-data .td-wrap .td-content .td-right img {
    margin-top: 50px;
}

.travel #td {
    margin-top: 100px;
    height: 800px;
}

.travel #td .tmr-1 .tmr-desc img {
    display: block;
    margin: 20px auto 0;
}

.travel #td .tml-img {
    padding-top: 20px;
}

.travel #td .tml-img img {
    margin-left: -300px;
}

.travel #td .tml-img .img1 {
    margin-left: -100px;
}

.container .member-header-img {
    min-width: 1200px;
    width: 100%;
    height: 404px;
    background: url("./images/memberH.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/memberH.jpg*/
    no-repeat center / 100% 404px;
    color: #fff;
    padding: 100px 50px 0 400px;
}

.container .member-header-img h1 {
    font-size: 48px;
    margin-bottom: 38px;
}

.container .member-header-img p {
    font-size: 24px;
}

.member .membertitle {
    text-align: center;
    margin: 70px 0;
}

.member .membertitle h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.member .membertitle p {
    font-size: 16px;
    color: #666;
    padding: 0 40px;
    line-height: 35px;
}

.member .aporia {
    width: 1195px;
    margin: 0 auto;
    padding: bottom 70px;
}

.member .aporia ul {}

.member .aporia ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.member .aporia ul li img {
    width: 135px;
    height: 135px;
}

.member .aporia ul li p {
    font-size: 16px;
    color: #555;
    margin-top: 18px;
    text-align: center;
}

.container .poor .member-item {
    position: relative;
}

.container .poor .poor-menu ul {
    display: flex;
    justify-content: center;
    padding: 0 77px;
    margin-bottom: 25px;
}

.container .poor .poor-menu ul>li {
    background: #f1f6f9;
    width: 185px;
    text-align: center;
    height: 61px;
    font-size: 18px;
    color: #333333;
    line-height: 61px;
    border-right: 20px solid #fff;
    cursor: pointer;
}

.container .poor .poor-menu ul .company {
    height: 67px;
    color: #fff;
    font-weight: bold;
    background: #000000;
    background: url("./images/square.png")/*tpa=http://www.nmgjoin.com/bounty/images/square.png*/
    no-repeat;
    background-size: 185px 67px
}

.container .poor .member-item .poor-list {
    padding-bottom: 30px;
}

.container .poor .member-item .poor-list .poor-c {
    width: 1195px;
    margin: 0 auto;
    padding: 0 10px;
}

.container .poor .member-item .poor-list .poor-c ul {
    margin-top: 30px;
}

.container .poor .member-item .content {
    clear: both;
    display: none;
    transition: all ease 0.3s;
}

.container .poor .member-item .contentin {
    display: block;
}

.container .poor .member-item .poor-list .poor-c>p {
    font-size: .14px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.container .poor .member-item .poor-list .poor-c ul {}

.container .poor .member-item .poor-list .poor-c ul li {
    width: 16%;
    float: left;
    text-align: center;
}

.container .poor .member-item .poor-list .poor-c ul li img {
    width: 107px;
    height: 107px;
}

.container .poor .member-item .poor-list .poor-c ul li p {
    font-size: 17px;
    padding: 15px 0 50px 0
}

.memberCode {
    padding: 40px 50px;
    text-align: center;
    background: #f1f6f9;
}

.memberCode>div {
    width: 1195px;
    margin: 0 auto;
    padding: 0 30px;
}

.memberCode h1 {
    font-size: 28px;
    color: #333;
    line-height: 100px;
    border-bottom: 1px dashed #cfd9e1;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    width: 500px;
}

.memberCode div>p {
    font-size: 18px;
    color: #333;
    line-height: 80px;
    background: url("./images/line.png")/*tpa=http://www.nmgjoin.com/bounty/images/line.png*/
    no-repeat 0 28px;
    padding-left: 25px;
    margin-left: 10px;
    text-align: left;
}

.memberCode img {
    width: 423px;
    height: 425px;
    margin: 0 auto;
}

.memberCode h2 {
    font-size: 18px;
    color: #666;
    padding: 30px 15px;
    line-height: 35px;
    text-align: left;
    font-weight: normal;
    width: 500px;
}

.memberCode ul li {
    float: left;
    width: 33%;
}

.memberCode ul li img {
    width: 107px;
    height: 107px;
}

.memberCode ul li>p {
    font-size: 16px;
    color: #333;
    margin-top: 18px;
    text-align: center;
}

.trade {
    width: 1195px;
    margin: 0 auto;
}

.trade ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.trade ul li {
    float: left;
    width: 16%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.trade ul li p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.trade ul li img {
    width: 114px;
    height: 114px;
}

.solve {
    /* padding:30px; */
    width: 1195px;
    margin: 0 auto;
}

.solve ul {}

.solve ul li {
    float: left;
    width: 28%;
    text-align: center;
    margin-bottom: 30px;
    padding: 33px 15px;
    background: #f0f3f6;
    margin-right: 30px;
}

.solve ul li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.solve ul li h1 {
    font-size: 20px;
    color: #333;
    margin: 15px 0;
}

.shopping {
    width: 1195px;
    margin: 0 auto;
}

.shopping ul li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
}

.shopping ul li img {
    width: 146px;
    height: 169px;
}

.serve-img {
    width: 1195px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.serve-img ul {}

.serve-img ul li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
}

.serve-img ul li img {
    width: 214px;
    height: 106px;
}

.serveSystem {
    background: #f1f6f9;
}

.serveSystem>div>h1 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    margin: 50px 0;
    padding-top: 50px;
}

.serveSystem>div {
    width: 1195px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.serveSystem ul li {
    float: left;
    width: 24%;
    text-align: center;
    padding-bottom: 40px;
    border-right: 1px dashed #cfd9e1;
    min-height: 150px;
}

.serveSystem ul li:last-of-type {
    border-right: 1px dashed transparent;
}

.serveSystem ul li>h1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.serveSystem ul li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.container .learning .learningH {
    width: 100%;
    height: 403px;
    background: url("./images/learningH.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/learningH.jpg*/
    no-repeat center / 100% 403px;
}

.container .learning .learningH>div {
    width: 1188px;
    margin: 0 auto;
    padding: 0 15px;
}

.container .learning .learningH>div h1 {
    font-size: 48px;
    color: #fff;
    padding: 127px 0 27px 0;
}

.container .learning .learningH>div p {
    font-size: 15px;
    color: #fefefe;
    width: 615px;
    line-height: 30px;
}

.container .learning .learningTitle {
    margin: 47px 0;
    text-align: center;
}

.container .learning .learningTitle>h1 {
    margin-bottom: 27px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.container .learning .learningTitle>p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.container .learning .Online {
    width: 100%;
    height: 553px;
    background: url("./images/Online.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/Online.jpg*/
    no-repeat center / 100% 553px;
}

.container .learning .Online>div {
    width: 1188px;
    margin: 0 auto;
    padding-top: 161px;
    padding-left: 10px;
}

.container .learning .Online>div h1 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 35px;
}

.container .learning .Online>div p {
    width: 596px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.container .learning .learnServer {
    text-align: center;
    width: 100%;
    height: 824px;
    background: url("./images/learnServer.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/learnServer.jpg*/
    no-repeat center/ 100% 824px;
}

.container .learning .learnServer>div {
    width: 1188px;
    margin: 0 auto;
}

.container .learning .learnServer>h1 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    line-height: 100px;
}

.container .learning .learnServer>div>div {
    display: inline-block;
    text-align: center;
    width: 285px;
    margin-bottom: 71px;
}

.container .learning .learnServer>div>div h1 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 18px;
}

.container .learning .learnServer>div>div p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.container .learning .learnServer>div>img {
    vertical-align: 152px;
}

.container .learning .six-sub {
    width: 1188px;
    margin: 70px auto 138px;
}

.container .learning .six-sub ul li {
    float: left;
    width: 16.66%;
    text-align: center;
}

.container .learning .six-sub ul li img {
    width: 110px;
    height: 110px;
}

.container .learning .six-sub ul li p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 25px;
}

.container .learning .examing {
    width: 1188px;
    margin: 0 auto;
}

.container .learning .examing ul li {
    float: left;
    width: 28%;
    margin-right: 5%;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.container .learning .examing ul li:nth-child(3),
.container .learning .examing ul li:nth-child(6) {
    margin-right: 0;
}

.container .learning .examing ul li h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000;
    line-height: 65px;
    border-radius: 5px 5px 0 0;
}

.container .learning .examing ul li div {
    margin: 30px 26px;
    min-height: 120px;
    box-sizing: border-box;
}

.container .learning .examing ul li div img {
    float: left;
    padding-top: 3%;
}

.container .learning .examing ul li div span {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    float: left;
    width: 74%;
    margin-left: 9%
}

.container .learning .quite {
    width: 100%;
    height: 752px;
    background: url("./images/quite.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/quite.jpg*/
    no-repeat center / 100% 752px;
}

.container .learning .quite>div {
    width: 1188px;
    margin: 0 auto;
}

.container .learning .quite>div>div {
    width: 48%;
    text-align: center;
}

.container .learning .quite>div>div.fr {
    margin-left: 28px;
}

.container .learning .quite>div>div h1 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 120px;
    border-bottom: 1px double #e6edf1;
}

.container .learning .quite>div>div>p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin: 30px 0 80px;
    text-align: left;
}

.container .learning .quite>div>div ul li h2 {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-bottom: 28px;
}

.container .learning .quite>div>div ul li p {
    font-size: 13px;
    color: #333;
    text-align: left;
    margin-left: 20px;
}

.container .learning .quite>div>div ul li {
    margin-top: 55px;
}

.container .learning .record,
.container .learning .learnRecord {
    text-align: center;
    margin-bottom: 80px;
}

.swiper-slide>div {
    width: 285px;
    height: 390px;
    text-align: left;
    padding: 15px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    /* margin: 0 100px; */
}

.swiper-slide>div h1 {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-top: 10px;
}

.swiper-slide>div:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swiper-slide>div p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
    text-align: left;
}

.swiper-slide>div h1 span {
    color: #e6edf3;
    /* font-size:25px; */
}


/*智慧纪检*/

.container .inspection .inspection-header-img {
    width: 100%;
    height: 404px;
    background: url("./images/inspectionH.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/inspectionH.jpg*/
    no-repeat center / 100% 404px;
    color: #fff;
    padding: 130px 0 0 0;
}

.container .inspection .inspection-header-img h1 {
    width: 1200px;
    font-size: 48px;
    margin: 0 auto 35px;
}

.container .inspection .inspection-header-img p {
    width: 1200px;
    font-size: 14px;
    color: #fefefe;
    margin: 0 auto;
}

.container .inspection .inspectiontitle {
    text-align: center;
    padding: 70px 0;
}

.container .inspection .inspectiontitle h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 18px;
    font-weight: bold;
}

.container .inspection .inspectiontitle p {
    font-size: 14px;
    color: #666;
}

.container .inspection .eight {
    text-align: center;
}

.container .inspection .eight img {
    width: 1099px;
    height: 649px;
}

.container .inspection .inspectionDoor {
    width: 1200px;
    margin: 0 auto;
}

.container .inspection .inspectionDoor div {
    width: 50%;
}

.container .inspection .inspectionDoor h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 23px;
}

.container .inspection .inspectionDoor h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
}

.container .inspection .inspectionDoor img {
    width: 525px;
    height: 266px;
}

.container .inspection .inspectionDoor p {
    font-size: 13px;
    color: #666;
    line-height: 30px;
}

.container .inspection .garden {
    width: 1200px;
    margin: 0 auto;
}

.container .inspection .garden div {
    width: 50%;
    text-align: center;
}

.container .inspection .garden div>h1 {
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 23px;
}

.container .inspection .garden div>h2 {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 33px;
}

.container .inspection .garden div>img {
    width: 267px;
    height: 344px;
}

.container .inspection .garden div ul li {
    margin-bottom: 33px;
    text-align: left;
}

.container .inspection .garden div ul li h1 {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.container .inspection .garden div ul li p {
    font-size: 13px;
    color: #666;
}

.container .inspection .solver {
    width: 1200px;
    margin: 70px auto 0;
}

.container .inspection .solver div {
    width: 50%;
}

.container .inspection .solver div>img {
    width: 408px;
    height: 370px;
}

.container .inspection .solver div>h1 {
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 23px;
}

.container .inspection .solver div>h2 {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 33px;
}

.container .inspection .solver div>p {
    text-align: left;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    margin-bottom: 50px;
}

.container .inspection .solver div ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.container .inspection .solver div ul li img {
    width: 98px;
    height: 81px;
}

.container .inspection .solver div ul li p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.container .inspection .solver div:last-child {
    padding: 0 50px;
}

.container .inspection .dominate {
    width: 1200px;
    margin: 0 auto 60px;
    text-align: center;
}

.container .inspection .dominate ul {
    margin-bottom: 50px;
}

.container .inspection .dominate ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.container .inspection .dominate ul li>p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.container .inspection .dominate h1 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.container .inspection .dominate h2 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
}

.container .inspection .dominate>p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 800px;
    /* text-align: center; */
    margin: 0 auto;
}

.container .inspection .dominate img {
    width: 129px;
    height: 129px;
    margin-bottom: 17px;
}

.container .inspection .pingtai {
    background: #e6edf3;
    padding: 78px 0 60px 0;
}

.container .inspection .pingtai>h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 18px;
    font-weight: bold;
    text-align: center;
}

.container .inspection .pingtai>p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.container .inspection .pingtai div {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
}

.container .inspection .pingtai div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.container .inspection .pingtai div ul li {
    text-align: center;
    width: 20%;
    margin-bottom: 25px;
}

.container .inspection .pingtai div ul li img {
    width: 121px;
    height: 119px;
}

.container .inspection .pingtai div ul li p {
    margin-top: 21px;
    font-size: 14px;
    color: #666;
}

.container .inspection .inspectionLine {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    padding: 0 0.3rem;
    background: url("./images/inspectionLine.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/inspectionLine.jpg*/
    center / 100% 400px;
    position: relative;
}

.container .inspection .inspectionLine div {
    width: 235px;
    position: absolute;
}

.container .inspection .inspectionLine div h1 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.container .inspection .inspectionLine div p {
    font-size: 13px;
    color: #666;
    text-align: left;
    line-height: 30px;
}

.container .inspection .inspectionLine .inspectionLine1 {
    top: 9px;
    left: 152px;
}

.container .inspection .inspectionLine .inspectionLine2 {
    top: 9px;
    left: 496px;
}

.container .inspection .inspectionLine .inspectionLine3 {
    top: 9px;
    left: 835px;
}

.container .inspection .inspectionLine .inspectionLine4 {
    top: 281px;
    left: 295px;
}

.container .inspection .inspectionLine .inspectionLine5 {
    top: 220px;
    left: 639px;
}

.container .inspection .supervise {
    width: 1200px;
    margin: 0 auto;
}

.container .inspection .supervise ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.container .inspection .supervise ul li {
    width: 30%;
    height: 263px;
    background: #f0f3f6;
    margin-right: 30px;
    padding: 30px 50px 30px 50px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.container .inspection .supervise ul li>h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
}

.container .inspection .supervise ul li>p {
    font-size: 13px;
    color: #666;
    line-height: 25px;
}

.container .inspection .supervise ul li div {
    width: 4.5rem;
}

.container .inspection .supervise ul li div>p {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.5rem;
}

.container .inspection .lianzheng {
    width: 1200px;
    margin: 0 auto;
}

.container .inspection .lianzheng div {
    width: 44%;
}

.container .inspection .lianzheng div ul {
    margin-top: 70px;
}

.container .inspection .lianzheng div ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.container .inspection .lianzheng div ul li p {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}

.container .inspection .lianzheng div:first-child {
    margin-right: 6%;
}

.container .inspection .appraise {
    width: 100%;
    height: 552px;
    background: url("./images/appraisebg.jpg")/*tpa=http://www.nmgjoin.com/bounty/images/appraisebg.jpg*/
    no-repeat center / 100% 552px;
}

.container .inspection .appraise div {
    width: 1200px;
    margin: 0 auto;
}

.container .inspection .appraise div div {
    padding: 60px 0;
    width: 50%;
    text-align: center;
}

.container .inspection .appraise div div h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 55px;
}

.container .inspection .bigNUm {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.container .inspection .bigNUm ul {
    margin-bottom: 65px;
    padding: 0 230px;
}

.container .inspection .bigNUm ul li {
    width: 19%;
    float: left;
    font-size: 18px;
    color: #000;
    border-right: 1px solid #d6d4d4;
}

.container .inspection .bigNUm ul li:last-child {
    border-right: 1px solid transparent;
}

section .al-btn {
    height: 157px;
    text-align: center;
}

section .al-btn a {
    transition: all 0.1s linear;
    display: inline-block;
    width: 450px;
    height: 60px;
    line-height: 58px;
    border-radius: 5px;
    font-size: 15px;
    color: #666666;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    margin-right: 20px;
}

section .al-btn a:last-child {
    margin-right: 0;
    margin-left: 20px;
}

section .al-btn a:hover {
    color: #fff;
    background: #bd010f;
    border-color: #bd010f;
}

section .al-page {
    width: 100%;
    min-width: 1200px;
}

section .al-page .ap-wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.list {
    top: 80px!important;
}