@media screen and (min-width: 1025px) {
    body {
        background-color: #fff;
    }
    .main {
        position: relative;
        width: 100%;
        min-width: 1100px;
    }
    .enter {
        position: absolute;
        width: 100%;
    }
    .enter img {
        width: 100%;
    }
    .banner {
        position: relative;
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .buttonApply {
        position: absolute;
        right: 260px;
        top: 5%;
        width: 170px;
        height: 36px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 36px;
        border-radius: 36px;
        background: rgba(255, 255, 255, 0.4);
    }
    .buttonLogin {
        position: absolute;
        right: 60px;
        top: 5%;
        width: 170px;
        height: 36px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 36px;
        border-radius: 36px;
        background: rgba(255, 255, 255, 0.4);
    }
    .bannerLine {
        min-height: 630px;
        background: #ecf2fd;
        padding-top: 0px;
        padding: 1px;
    }
    .bannerLine a {
        display: block;
    }
    .bannerLine a img {
        margin: 0 auto;
        display: block;
    }
    .bannerLine .title {
        margin-top: 74px;
    }
    .bannerLine .title img {
        margin: 0 auto;
        display: block;
    }
    .navBox {
        margin: 0 auto;
        width: 100%;
        height: 70px;
        border-bottom: #d3d3d5 3px solid;
        background: #eeeeee;
    }
    .navBox .nav {
        position: relative;
        margin: 0 auto;
        width: 1100px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: space-around;
    }
    .navBox .tap {
        position: relative;
        display: inline-block;
        padding: 0 1.7em;
        color: #000;
        font-size: 18px;
        text-align: center;
        line-height: 70px;
    }
    .navBox .tap img {
        display: none;
    }
    .navBox .tap.on {
        color: #fff;
        background: #3980fe;
    }
    .navBox .tap:hover {
        color: #fff;
        background: #3980fe;
    }
    .bgColor_gray {
        background: #f3f3f3;
    }
    .new {
        display: none;
    }
    .content .title {
        margin: 100px auto 46px;
    }
    .content .title img {
        margin: 0 auto;
        display: block;
    }
    .content .image {
        width: 878px;
        height: 438px;
        position: relative;
        margin: 0 auto;
    }
    /* .content p {
       color: #030303;
       font-size: 15px;
       text-indent: 2em;
       line-height: 28px;
   } */
    .content h1 {
        border-bottom: 2px solid #5140cf;
        margin: 20px 0px!important;
    }
    .content h1 i {
        display: block;
        width: 192px;
        text-align: center;
        color: #FFF;
        font-size: 24px;
        line-height: 48px;
        background: url('../images/a14.png') no-repeat;
        font-style: normal;
        padding-right: 16px;
    }
    .content .imagelist {
        overflow: hidden;
        padding: 44px 100px 80px;
    }
    .content .imagelist a {
        float: left;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.04);
        position: relative;
        margin-bottom: 36px;
    }
    .content .imagelist a:nth-child(even) {
        float: right;
    }
    .content .imagelist a video {
        position: absolute;
        width: 100%;
        height: 244px;
        top: 0;
        left: 0;
        display: none;
    }
    .content h2 {
        margin: 60px auto 30px;
        width: 170px;
        color: #0057e0;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        border-bottom: #e5e5e5 5px solid;
    }
    .content .box {
        height: 456px;
        background: url('../images/a2.png') no-repeat center;
    }
    .content .box .inner {
        width: 1100px;
        margin: 0 auto;
        overflow: hidden;
    }
    .content .box .imageBox {
        float: left;
        padding-top: 60px;
    }
    .content .box .imageBox a {
        display: block;
    }
    .content .box .textBox {
        float: right;
        width: 550px;
        font-size: 20px;
        color: #fff;
        line-height: 40px;
        padding-top: 52px;
        text-indent: 2em;
    }
    .imageText .textTitle {
        margin: 0 auto;
        width: 480px;
        height: 60px;
        color: #0057ff;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        font-weight: bold;
        background: url("../images/tit_1.png") no-repeat;
        background-size: 100% 100%;
    }
    .imageText .textNotice {
        margin-bottom: 10px;
        color: #c3c3c3;
        font-size: 15px;
        text-align: center;
    }
    .imageText.border {
        padding: 34px;
        border: #4287ff 1px solid;
    }
    .imageText.border .imageBox {
        margin: 0;
        width: 410px;
        box-shadow: 5px 5px 5px #888;
    }
    .imageText.border .textBox {
        padding: 10px 0;
        width: 525px;
    }
    .imageText.border .textBox p {
        font-size: 16px;
        line-height: 30px;
    }
    .imageText.border h3 {
        margin-bottom: 25px;
        color: #030303;
        font-size: 22px;
        text-align: left;
    }
    .imageText.border h3 span {
        font-size: 16px;
        font-weight: normal;
    }
    .buttonBox {
        width: 1100px;
        margin: 0 auto;
    }
    .buttonBox img {}
    .buttonBox .buttonLink {
        display: inline-block;
        float: left;
        transition: 0.3s;
        -moz-transition: 0.3s;
        /* Firefox 4 */
        -webkit-transition: 0.3s;
        /* Safari å’Œ Chrome */
        -o-transition: 0.3s;
        /* Opera */
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        /* IE 9 */
        -moz-transform: scale(1, 1);
        /* Firefox */
        -webkit-transform: scale(1, 1);
        /* Safari å’Œ Chrome */
        -o-transform: scale(1, 1);
        /* Opera */
    }
    .buttonBox .buttonLink:nth-child(2), .buttonBox .buttonLink:nth-child(4) {
        float: right;
    }
    .buttonBox .buttonLink:nth-child(3), .buttonBox .buttonLink:nth-child(4) {
        margin-top: 32px;
    }
    .buttonBox .buttonLink:hover {
        transform: scale(1.1, 1.1) translateY(0);
        -ms-transform: scale(1.1, 1.1) translateY(0);
        /* IE 9 */
        -moz-transform: scale(1.1, 1.1) translateY(0);
        /* Firefox */
        -webkit-transform: scale(1.1, 1.1) translateY(0);
        /* Safari å’Œ Chrome */
        -o-transform: scale(1.1, 1.1) translateY(0);
        /* Opera */
    }
    .buttonBox .list {
        margin-top: 30px;
    }
    .buttonBox div {
        overflow: hidden;
    }
    .buttonBox .buttonOverview {
        float: left;
    }
    .tnames {
        display: none;
    }
    .buttonBox .buttonOverview+.buttonOverview {
        margin-left: 108px;
    }
    .contentbox {
        background: #ecf2fd;
        overflow: hidden;
    }
    .contentbox .con {
        width: 1100px;
        margin: 0 auto;
    }
    .introduceBox {
        width: 1100px;
        margin: 0 auto;
        padding: 48px 0 0;
        height: 736px;
        background: url("../images/a10.png") no-repeat;
        background-size: 100%;
    }
    .introduceBox h2 {
        margin-bottom: 35px;
        color: #3d7eff;
        font-size: 16px;
        text-align: center;
    }
    .introduceBox h3 {
        margin-bottom: 36px;
        color: #030303;
        font-size: 16px;
        text-align: center;
    }
    .introduceContent {
        height: 664px;
        overflow-y: auto;
        padding: 10px 30px;
        font-size: 20px;
        line-height: 36px;
        text-indent: 2em;
    }
    .introduceContent::-webkit-scrollbar {
        width: 16px;
        background: #eee;
    }
    .introduceContent::-webkit-scrollbar-thumb {
        width: 20px;
        background: #2e79ff;
    }
    .introduceBox.big .introduceContent {
        height: 329px;
        font-size: 16px;
    }
    .introduceContent2 {
        background: url("../images/a16.png") no-repeat bottom center;
        background-size: 100%;
        height: 570px;
        padding: 0;
        position: relative;
        border-top: 1px solid #0055ff;
        z-index: 99;
    }
    .introduceContent2 .introduceContent {
        height: 568px;
        padding: 40px 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .introduceContent2 .introduceContent h3 {
        text-align: center;
        font-size: 18px;
        color: #3d7eff;
    }
    .introduceContent2 .introduceContent p {
        min-height: 30px;
    }
    .newlistBox {
        background: #ecf2fd url("../images/a17.png") no-repeat;
        overflow: hidden;
        margin-top: -80px;
        padding-top: 150px;
        padding-bottom: 90px;
    }
    .mapContent {
        height: 964px;
        background: url("../images/a11.png") no-repeat;
        background-size: 100% 100%;
        padding: 40px 0 0 0;
    }
    .mapContent .mapBox {
        position: relative;
        margin: 0 auto;
        width: 1100px;
        overflow: hidden;
    }
    .mapContent .mapBox .map {
        float: left;
    }
    .mapContent .map .city {
        position: absolute;
        width: 55px;
        height: 30px;
        cursor: pointer;
    }
    .mapContent .map .city:nth-child(1) {
        left: 93px;
        top: 184px;
    }
    .mapContent .map .city:nth-child(2) {
        left: 145px;
        top: 312px;
    }
    .mapContent .map .city:nth-child(3) {
        left: 172px;
        top: 370px;
    }
    .mapContent .map .city:nth-child(4) {
        left: 189px;
        top: 117px;
    }
    .mapContent .map .city:nth-child(5) {
        left: 234px;
        top: 499px;
    }
    .mapContent .map .city:nth-child(6) {
        left: 250px;
        top: 353px;
    }
    .mapContent .map .city:nth-child(7) {
        left: 273px;
        top: 292px;
    }
    .mapContent .map .city:nth-child(8) {
        left: 273px;
        top: 329px;
    }
    .mapContent .map .city:nth-child(9) {
        left: 273px;
        top: 418px;
    }
    .mapContent .map .city:nth-child(10) {
        left: 287px;
        top: 117px;
    }
    .mapContent .map .city:nth-child(11) {
        left: 314px;
        top: 267px;
    }
    .mapContent .map .city:nth-child(12) {
        left: 322px;
        top: 305px;
    }
    .mapContent .map .city:nth-child(13) {
        left: 323px;
        top: 493px;
    }
    .mapContent .map .city:nth-child(14) {
        left: 326px;
        top: 334px;
    }
    .mapContent .map .city:nth-child(15) {
        left: 328px;
        top: 383px;
    }
    .mapContent .map .city:nth-child(16) {
        left: 382px;
        top: 192px;
    }
    .mapContent .map .city:nth-child(17) {
        left: 385px;
        top: 326px;
    }
    .mapContent .map .city:nth-child(18) {
        left: 400px;
        top: 432px;
    }
    .mapContent .map .city:nth-child(19) {
        left: 434px;
        top: 267px;
    }
    .mapContent .map .city:nth-child(20) {
        left: 480px;
        top: 346px;
    }
    .mapContent .map .city:nth-child(21) {
        left: 521px;
        top: 266px;
    }
    .mapContent .map .city:nth-child(22) {
        left: 308px;
        top: 232px;
        width: 215px;
    }
    .mapContent .map .city:nth-child(23) {
        left: 385px;
        top: 349px;
        width: 86px;
    }
    .mapContent .map .city:nth-child(24) {
        left: 422px;
        top: 372px;
        width: 150px;
    }
    .mapContent .map .city .icon {
        display: none;
        position: absolute;
        bottom: 30px;
        left: 8px;
        height: 60px;
    }
    .mapContent .map .city:hover .icon {
        display: block;
    }
    .mapContent .map .city.on .icon {
        display: block;
    }
    .mapIntroduce::-webkit-scrollbar {
        width: 12px;
        background: transparent;
    }
    .mapIntroduce::-webkit-scrollbar-thumb {
        width: 12px;
        background: #7d9cf6;
        border-radius: 6px;
    }
    .mapIntroduce {
        width: 430px;
        float: right;
        padding: 20px 16px;
        height: 700px;
        border: #fff 1px solid;
        color: #fff;
        text-indent: 2em;
        font-size: 16px;
        line-height: 30px;
        overflow-y: auto;
        display: none;
    }
    .mapIntroduce p {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }
    .overview {
        position: relative;
        margin: 0 auto 74px;
    }
    .overviewContent {
        display: none;
        width: 1100px;
        margin: 0 auto;
        border: 1px solid #5140cf;
        margin-top: 95px;
    }
    .overviewContent h3 {
        padding-left: 60px;
        color: #ffffff;
        font-size: 20px;
        line-height: 54px;
        background: url('../images/a13.png') no-repeat;
    }
    .overviewContent p {
        font-size: 20px;
        line-height: 34px;
        color: #030303;
        font-family: "微软雅黑";
        padding: 24px 30px;
    }
    .overviewNav {
        width: 1100px;
        margin: 0 auto;
        height: 148px;
    }
    .overviewNav .tab {
        width: 188px;
        height: 212px;
        cursor: pointer;
        float: left;
        position: relative;
    }
    .overviewNav .tab img {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
        bottom: -16px;
    }
    .overviewNav .tab+.tab {
        margin-left: 40px;
    }
    .overviewNav .tab.on img {
        display: block;
    }
    .overviewNav .tab:nth-child(1) {
        background: url("../images/tab_11s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(2) {
        background: url("../images/tab_12s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(3) {
        background: url("../images/tab_13s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(4) {
        background: url("../images/tab_14s.png") no-repeat;
        background-size: 100% 100%;
    }
    /*.overviewNav .tab:nth-child(5) {*/
        /*background: url("../images/tab_15s.png") no-repeat;*/
        /*background-size: 100% 100%;*/
    /*}*/
    .overviewNav .tab:nth-child(5) {
        background: url("../images/25.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(6) {
        background: url("../images/tab_16s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(7) {
        background: url("../images/tab_17s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(8) {
        background: url("../images/tab_18s.png") no-repeat;
        background-size: 100% 100%;
    }
    /* 
   .overviewNav .tab:nth-child(1):hover {
       background: url("../images/tab_1.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(2):hover {
       background: url("../images/tab_2.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(3):hover {
       background: url("../images/tab_3.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(4):hover {
       background: url("../images/tab_4.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(5):hover {
       background: url("../images/tab_5.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(6):hover {
       background: url("../images/tab_6.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(7):hover {
       background: url("../images/tab_7.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(8):hover {
       background: url("../images/tab_8.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(1).on {
       background: url("../images/tab_1.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(2).on {
       background: url("../images/tab_2.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(3).on {
       background: url("../images/tab_3.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(4).on {
       background: url("../images/tab_4.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(5).on {
       background: url("../images/tab_5.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(6).on {
       background: url("../images/tab_6.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(7).on {
       background: url("../images/tab_7.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(8).on {
       background: url("../images/tab_8.png") no-repeat;
       background-size: 100% 100%;
   } */
    .newsList {
        margin: 0 auto;
        width: 1100px;
        border: #4287ff 1px solid;
        background: #fff url('../images/a18.png') no-repeat;
        padding-top: 48px;
    }
    .listRow {
        line-height: 60px;
        overflow: hidden;
    }
    .boxList {
        height: 392px;
        overflow-y: auto;
        padding: 12px 40px;
    }
    .boxList::-webkit-scrollbar {
        width: 12px;
        background: #eee;
    }
    .boxList::-webkit-scrollbar-thumb {
        width: 12px;
        background: #2e79ff;
    }
    .newsName {
        width: 80%;
        float: left;
    }
    .newsName a {
        color: #000000;
        font-size: 20px;
    }
    .newsName a::before {
        content: "|";
        margin-right: 10px;
    }
    .newsTime {
        font-size: 18px;
        color: #030303;
        float: right;
    }
    .vrList {
        margin: 30px auto 100px;
        width: 1100px;
        overflow: hidden;
    }
    .vrList .item {
        float: left;
        margin-left: 12px;
        margin-bottom: 12px;
    }
    .vrList .item:nth-child(1), .vrList .item:nth-child(6) {
        margin-left: 0;
    }
    .vrList .item img {
        width: 210px;
    }
    .title_2 {
        margin: 0 auto;
        width: 537px;
        height: 156px;
        background-size: 100% 100%;
        margin-top: 80px;
        margin-bottom: 50px;
        text-align: center;
        box-sizing: border-box;
        padding: 23px 0px 0px 18px;
        background: url(../images/t1.png) 0 0 no-repeat;
    }
    .title_2 .titlet {
        font-size: 22px;
        color: #5d5d5d;
    }
    .title_2 .titlef {
        font-size: 45px;
        color: #0057ff;
        line-height: 70px;
    }
    .clear {
        clear: both;
    }
    .animal {
        position: fixed;
        left: 80px;
        top: 70%;
        width: 80px;
        z-index: 99999999999;
    }
    .animal img {
        width: 100%;
        height: auto;
    }
    .animal .speak {
        position: absolute;
        left: -32px;
        top: -125px;
        width: 160px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        /* Firefox 4 */
        -webkit-transition: 0.3s;
        /* Safari å’Œ Chrome */
        -o-transition: 0.3s;
        /* Opera */
        opacity: 0;
    }
    .animal:hover .speak {
        opacity: 1;
    }
    .phone {
        position: fixed;
        right: 60px;
        top: 40%;
        z-index: 999999999;
    }
    .phone img {
        width: 130px;
    }
    .videoBox {
        position: relative;
        background-color: #000;
    }
    .videoBox img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .videoBox video {
        width: 100%;
        height: 100%;
    }
    .video_1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .addressBox {
        margin: 30px auto 0;
        width: 1100px;
    }
    .addressBox h3 {
        font-size: 18px;
        color: #0057e0;
        margin-bottom: 4px;
    }
    .addressBox p {
        font-size: 16px;
        color: #0f0f0f;
        line-height: 26px;
    }
    .addressLeft {
        float: left;
        width: 35%;
        background: url('../images/a19.png') no-repeat 70px center;
        padding-left: 100px;
    }
    .addressRight {
        float: right;
        width: 64%;
        background: url('../images/a19.png') no-repeat 70px center;
        padding-left: 100px;
    }
    .loadDown {
        width: 1100px;
        margin: 0 auto;
        padding: 0 140px;
    }
    .loadDown a {
        display: block;
        line-height: 100px;
        margin-bottom: 30px;
        color: #030303;
        font-size: 16px;
        background: url("../images/download_1.png") left no-repeat;
        padding-left: 120px;
    }
    .loadDown a:hover {
        text-decoration: underline;
    }
    .loadDown a i {
        float: right;
        font-style: normal;
        color: #fff;
        font-style: 18px;
        background-color: rgb(56, 79, 218);
        width: 142px;
        line-height: 36px;
        text-align: center;
        margin-top: 32px;
    }
    .linkBoxs {
        background: url('../images/a22.png');
    }
    .linkBoxs .innerBox {
        height: 504px;
        width: 1100px;
        margin: 0 auto;
        padding-top: 60px;
    }
    .linkBoxs .innerBox .buttonNews {
        overflow: hidden;
    }
    .linkBoxs .innerBox .buttonNews+.buttonNews {
        margin-top: 36px;
    }
    .linkBoxs .innerBox .buttonNews img {
        float: left;
        width: 220px;
        height: 176px;
        border-bottom: 4px solid transparent;
    }
    .linkBoxs .innerBox .buttonNews img+img {
        margin-left: 73px;
    }
    .linkBoxs .innerBox .buttonNews img.on {
        border-bottom: 4px solid #fff;
    }
    .footer {
        position: relative;
        width: 100%;
        height: 370px;
        color: #fff;
        background: url("../images/a8.png") center no-repeat;
        background-size: 1920px auto;
        padding-top: 70px;
    }
    .footer .inner {
        width: 1100px;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer .inner .otherLink {
        float: left;
        padding-top: 60px;
    }
    .footer .inner .otherLink div {
        float: left;
        width: 180px;
    }
    .footer .inner .otherLink div p {
        font-size: 16px;
        line-height: 30px;
    }
    .footer .accredit {
        position: absolute;
        bottom: 40px;
        width: 100%;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
    }
    .footer .codeBox {
        float: right;
    }
    .footer .codeBox .text_1 {
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        margin-top: 10px;
    }
    .footer .codeBox .text_1 p {
        float: left;
        width: 130px;
        text-align: center;
    }
    .footer .codeBox .text_1 p+p {
        float: right;
    }
    .slickArticl {
        width: 1100px;
        margin: 0 auto;
        margin-bottom: 80px;
    }
    .slickArticl .imageBox {
        width: 824px;
        height: 333px;
        margin: 0 auto;
        position: relative;
        background: url("/images/14.png") center center no-repeat;
        background-size: 100px 100px;
    }
    .slickArticl .imageBox a {
        display: block;
        position: relative;
        z-index: 99;

    }
    .slickArticl .imageBox video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slickArticl .textBox {
        margin: 0 auto 10px;
        width: 824px;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.06);
        padding: 22px;
    }
    .slickArticl .textBox p {
        font-size: 16px;
        color: #030303;
        line-height: 30px;
        text-indent: 2em;
    }
    .slickArticl .imageBox p {
        font-size: 16px;
        color: #030303;
        line-height: 30px;
    }
    .slickArticl .slick-dots li {
        border: #333 1px solid;
    }
    .slickArticl .slick-dots li.slick-active {
        background: #333;
    }
    .slickNav {
        margin: 35px auto;
        width: 1140px;
    }
    .slickNav .item {
        position: relative;
        margin: 0 3px;
        padding: 15px 0;
        overflow: hidden;
    }
    .slickNav .item img {
        width: auto;
        height: 185px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        /* Firefox 4 */
        -webkit-transition: 0.3s;
        /* Safari å’Œ Chrome */
        -o-transition: 0.3s;
        /* Opera */
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        /* IE 9 */
        -moz-transform: scale(1, 1);
        /* Firefox */
        -webkit-transform: scale(1, 1);
        /* Safari å’Œ Chrome */
        -o-transform: scale(1, 1);
        /* Opera */
        box-shadow: 0 0 5px #333;
    }
    .slickNav .slick-center img {
        transform: scale(1.1, 1.1) translateY(0);
        -ms-transform: scale(1.1, 1.1) translateY(0);
        /* IE 9 */
        -moz-transform: scale(1.1, 1.1) translateY(0);
        /* Firefox */
        -webkit-transform: scale(1.1, 1.1) translateY(0);
        /* Safari å’Œ Chrome */
        -o-transform: scale(1.1, 1.1) translateY(0);
        /* Opera */
        z-index: 10;
    }
    .slickImage {
        margin: 0 auto;
        width: 1140px;
    }
    .slickImage .item {
        text-align: center;
    }
    .slickImage .item img {
        display: inline-block;
        width: auto;
        height: 480px;
    }
    .slick-arrow {
        height: 54px;
        width: 30px;
    }
    .slick {
        margin: 0 auto;
        width: 1100px;
    }
    .slick .item {
        /* margin: 0 3px; */
        width: 344px;
        height: 188px;
        position: relative;
    }
    .slick .item+.item {
        margin-left: 33px;
    }
    .slick .item video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slick .item a {
        display: block;
        position: relative;
        z-index: 99;
        width: 344px;
        height: 188px;
    }
    .slicks {
        margin: 0 auto;
        width: 1100px;
        overflow: hidden;
        text-align: center;
    }
    .slicks .item {
        /* margin: 0 3px; */
        width: 344px;
        height: 188px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .slicks .item+.item {
        margin-left: 33px;
    }
    .slicks .item video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slicks .item a {
        display: block;
        position: relative;
        z-index: 99;
        width: 344px;
        height: 188px;
    }

    .slick1 {
        width: 1100px;
        margin: 0 auto;
        background: #fff;
    }
    .slick22 {
        padding-top: 20px;
    }
    .slick1 .item img {
        width: 264px;
        height: 146px;
    }
    .slick1 .item+.item {
        margin-left: 14px;
    }
    .slick1 .item p {
        text-align: center;
        line-height: 52px;
        color: #000000;
        font-size: 18px;
        background: url('../images/a15.png');
    }
    .slickPhotoBox {
        width: 942px;
        margin: 10px auto 0;
        position: relative;
    }
    .slickPhoto {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 6px 3px 0;
    }
    .slickPhoto .item {
        width: 234px;
        padding: 0 3px;
    }
    .slickPhoto .item img {
        width: 100%;
        height: 148px;
    }
    .slickPhoto .item p {
        text-align: center;
        font-size: 16px;
        color: #3a3a3a;
        line-height: 32px;
    }
    .blackLayer{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 210;
    }
    .loginLayer{
        display: none;
        position: fixed;
        left: 50%;
        top: 50%;
        width: 568px;
        height: 542px;
        margin-left: -284px;
        margin-top: -271px;
        z-index: 210;
    }
    .loginLayer .close{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 15px;
        height: 15px;
        cursor: pointer;
    }
    .applyLink{
        position: absolute;
        top: 179px;
        left: 35px;
        width: 213px;
        height: 225px;
        cursor: pointer;
    }
    .loginLink{
        position: absolute;
        top: 179px;
        right: 35px;
        width: 213px;
        height: 225px;
        cursor: pointer;
    }
    .loginLayer2{
        display: none;
        position: fixed;
        left: 50%;
        top: 50%;
        width: 568px;
        height: 542px;
        margin-left: -284px;
        margin-top: -271px;
        z-index: 210;
    }
    .loginLayer2 .close{
        position: absolute;
        top: 15px;
        right: 0px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .loginLayer2 .hasLink{
        position: absolute;
        top: 55px;
        left: 23px;
        width: 260px;
        height: 260px;
        cursor: pointer;
    }
    .loginLayer2 .getLink{
        position: absolute;
        top: 55px;
        right: 4px;
        width: 260px;
        height: 260px;
        cursor: pointer;
    }

    .titlep{ background:url(../images/t1.png) 0 0 no-repeat; width:537px; height:156px; background-size:100% 100%; margin-top:80px; margin-bottom:50px; text-align:center; box-sizing:border-box; padding:23px 0px 0px 18px}
    .titlesp{ background:url(../images/t116.png) 0 0 no-repeat; width:1030px; height:156px; background-size:100% 100%;}
    .titletp{ font-size:22px; color:#5d5d5d}
    .titlefp{ font-size:45px; color:#0057ff}

    .mg2{margin-left: auto;margin-right: auto;overflow: hidden}
    .shuangxuanhuim{ font-size: 15px; text-align: center; box-shadow:0px 3px 10px 4px rgba(236,245,255,0.7); width:1192px; box-sizing:border-box; padding:44px 0 30px;}
    .shuangxuanhuim a{ display:inline-block; margin: 15px 10px; width:267px; border:1px solid #bfbfbf; overflow:hidden}
    .shuangxuanhuim img{ display:block; width:100%; height:156px;}
    .shuangxuanhuim p{ line-height:50px; height:50px; margin-bottom:0px; font-size:15px; color:#070707; text-align:center; border-top:1px solid #bfbfbf; margin-top:10px; }
    .fuwu .shuangxuanhuim p{ margin-top:0px;}
    .shuangxuanhuif li{ width:1192px; border-radius:12px; box-sizing:border-box; padding:0px 24px 40px; margin-left:auto; margin-right:auto}
    .shuangxuanhuift{ height:128px; line-height:128px; font-size:36px; color:#0068dc}
    .shuangxuanhuiftl{ width:85px;}
    .shuangxuanhuiftl img{ vertical-align:middle}
    .shuangxuanhuiftm{ width:45px;}
    .shuangxuanhuiftm img{ vertical-align:middle}
    .shuangxuanhuiff { position: relative; }
    .shuangxuanhuiffl{ position: relative; width:219px; height:317px; border:1px solid #616161}
    .shuangxuanhuiffl img{ width:219px; height:352px; display:block}
    .shuangxuanhuiffl .web{ margin-top: -20px; }
    .shuangxuanhuiff .comName{ position: absolute; width: 220px; bottom: 5%; color: #000; font-size: 12px; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
    .shuangxuanhuiffm{ width:700px;}
    .shuangxuanhuiffm a{ display:block; float:left; margin-left:11px; margin-bottom:10px; width:218px;}
    .shuangxuanhuiffm img{ display:block; width:100%; height:134px; border:1px solid #616161}
    .shuangxuanhuiffm img:hover{ transform:scale(1)}
    .shuangxuanhuiffm p{ line-height:35px; height:35px; font-size:12px; color:#000000; text-align:center; padding-top:4px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
    .shuangxuanhuiffr{ width:219px; height:352px; background:url(../images/t71.png) 0 0 no-repeat; background-size:100% 100%; line-height:351px; font-size:30px; text-align:center; position:relative}
    .shuangxuanhuiffr:before{ content:''; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:99; background:rgba(13,104,215,0.7)}
    .shuangxuanhuiffr span{ display:block; position:absolute; left:0px; top:0px; width:100%; height:100%; line-height:352px; z-index:99}
    .f{float: left;overflow: hidden}
    .r{float: right;overflow: hidden}
    .bai{color: #fff}
    .bai a{color: #fff}
    .cs img,.cs img,.cs img,.cs img,.cs img,.cs img,.cs img,.cs img,.cs img,.cs img{
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; cursor:pointer;
    }
    .cs img:hover,.cs img:hover,.cs img:hover,.cs img:hover,.cs img:hover,.cs img:hover,.cs img:hover,.cs img:hover,.cs img:hover,.cs img:hover{
        -webkit-transform: scale(1.08, 1.08);
        -moz-transform: scale(1.08, 1.08);
        -ms-transform: scale(1.08, 1.08);
        -o-transform: scale(1.08, 1.08);
        transform: scale(1.08, 1.08);
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .add1{
        display: block;
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 35px;
    }
    .add1 img{
        display: block;
        width: 1100px;
    }
    .add2{
        margin-right: auto;
        margin-left: auto;
        background: #ecf2fd;
    }
    .add2z{
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        font-size: 24px;
        line-height: 90px;
    }

    .jobBox{
        padding-top: 65px;
        margin: 0 auto;
        width: 1200px;
    }
    .menuTit {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .menuTit span {
        color: #adadad;
        font-size: 16px;
    }
    .menuTit span img {
        vertical-align: middle;
        padding-right: 15px;
    }
    #player{
        display: block;
        margin: 0 auto;
        width: 800px;
        height: 500px;
        margin-top: 25px;
        margin-bottom: 65px;
    }
    .menuTit a {
        width: 120px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #2fa1ff;
    }
    .comTit h2 {
        width: auto;
        color: #0068dc;
        font-size: 40px;
        text-align: center;
        background: url("../images/titleBg.png") no-repeat center top;
        height: 143px;
        padding-top: 52px;
        border: none;
    }
    .comWord h2 {
        width: auto;
        color: #0068dc;
        font-size: 40px;
        border-bottom: 2px solid #2475df;
        text-align: center;
        padding: 20px 0;
    }
    .comWord h2 img {
        vertical-align: middle;
        padding-right: 10px;
    }
    .comCon {
        color: #000;
        line-height: 35px;
        padding: 25px 50px;
        font-size: 25px;
    }
    .comJobs h2 {
        width: auto;
        color: #0068dc;
        font-size: 40px;
        margin-top: 25px;
        border-bottom: 2px solid #2475df;
        text-align: center;
        padding: 20px 0;
    }
    .comJobs h2 img {
        vertical-align: middle;
        padding-right: 10px;
    }
    .jobTabel {
        margin: 40px auto 150px;
        width: 1130px;
    }
    .jobTabel tbody tr td {
        height: 45px;
        border-bottom: 1px dashed #ececec;
    }
    .jobTabel tbody tr td:nth-of-type(1) {
        color: #2475df;
        font-size: 22px;
        text-align: left;
        padding-left: 15px;
    }
    .jobTabel tbody tr td:nth-of-type(2) {
        text-align: right;
        color: #6c6c6c;
        font-size: 15px;
    }
    .jobTabel tbody tr td a {
        width: 113px;
        line-height: 41px;
        text-align: center;
        color: #fff;
        background: #2475df;
        display: inline-block;
        border-radius: 7px;
    }
}

@media screen and (max-width: 1024px) {
    .blackLayer{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 210;
    }
    .loginLayer{
        display: none;
        position: fixed;
        left: 5%;
        top: 20%;
        width: 90%;
        z-index: 210;
    }
    .loginLayer img{
        width: 100%;
        height: auto;
    }
    .loginLayer .close{
        position: absolute;
        top: 1%;
        right: 1%;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
    }
    .applyLink{
        position: absolute;
        top: 33%;
        left: 6%;
        width: 38%;
        height: 42%;
    }
    .loginLink{
        position: absolute;
        top: 33%;
        right: 6%;
        width: 38%;
        height: 42%;
    }
    .loginLayer2{
        display: none;
        position: fixed;
        left: 5%;
        top: 20%;
        width: 90%;
        z-index: 210;
    }
    .loginLayer2 img{
        width: 100%;
        height: auto;
    }
    .loginLayer2 .close{
        position: absolute;
        top: 1%;
        right: 1%;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
    }
    .hasLink{
        position: absolute;
        top: 16%;
        left: 4%;
        width: 44%;
        height: 76%;
    }
    .getLink{
        position: absolute;
        top: 16%;
        right: 4%;
        width: 44%;
        height: 76%;
    }
    .add1{
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .add1 img{
        display: block;
        width: 100%;
    }
    .add2{
        margin-right: auto;
        margin-left: auto;
    }
    .add2z{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        font-size: 0.24rem;
        line-height: 0.6rem;
        margin-bottom: 0.3rem;
    }
    .add2z.yd{
        padding: 0 0.3rem;
    }
    .enter {
        position: absolute;
        width: 100%;
    }
    .enter img {
        width: 100%;
    }
    .banner {
        position: relative;
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .buttonApply {
        display: none;
    }
    .buttonLogin {
        position: absolute;
        right: 5%;
        top: 5%;
        width: 3.6rem;
        height: 1.1rem;
        color: #fff;
        font-size: 0.5rem;
        text-align: center;
        line-height: 1.1rem;
        border-radius: 1.1rem;
        background: rgba(255, 255, 255, 0.5);
    }
    .bannerLine {
        padding: 0 .6rem .6rem;
    }
    .bannerLine a {
        display: block;
    }
    .bannerLine a img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .bannerLine .title {
        margin-top: 74px;
        display: none;
    }
    .bannerLine .title img {
        margin: 0 auto;
        display: block;
    }
    .navBox {
        padding: .4rem 0;
    }
    .navBox .nav {
        overflow: hidden;
    }
    .navBox .tap {
        width: 20%;
        float: left;
    }
    .navBox .tap:last-child {
        display: none;
    }
    .navBox .tap img {
        height: 1.2rem;
        display: block;
        margin: 0 auto;
    }
    .navBox .tap p {
        text-align: center;
        font-size: .35rem;
        margin-top: .2rem;
        color: #333;
    }
    .new {
        background: #f5f5f5;
        overflow: hidden;
        padding: .2rem .8rem;
        margin-bottom: .6rem;
    }
    .new img {
        height: .4rem;
        float: left;
    }
    .new p {
        line-height: .4rem;
        color: #2d2d2d;
        font-size: .4rem;
        float: left;
        margin-left: .2rem;
    }
    .new p a {
        color: #2d2d2d;
    }
    .bgColor_gray {
        background: #f3f3f3;
    }
    .content .title {
        margin: 100px auto 46px;
        display: none;
    }
    .content .title img {
        margin: 0 auto;
        display: block;
    }
    .content .image {
        padding: .3rem .3rem 1rem;
    }
    /* .content p {
       color: #030303;
       font-size: 15px;
       text-indent: 2em;
       line-height: 28px;
   } */
    .content h1 {
        border-bottom: 1px solid #5140cf;
        margin: .6rem .3rem;
    }
    .content h1 i {
        display: block;
        width: 3.8rem;
        text-align: center;
        color: #FFF;
        font-size: .42rem;
        line-height: 1rem;
        background: url('../images/a14.png') no-repeat;
        background-size: auto 100%;
        font-style: normal;
        padding-right: 0.4rem;
    }
    .content .imagelist {
        overflow: hidden;
        padding: 0 .3rem;
    }
    .content .imagelist a {
        width: 5.5rem;
        float: left;
        box-shadow: 0px .1rem .2rem 0px rgba(0, 0, 0, 0.04);
        position: relative;
        margin-bottom: 0.5rem;
    }
    .content .imagelist a img {
        width: 100%;
    }
    .content .imagelist a:nth-child(even) {
        float: right;
    }
    .content .imagelist a video {
        position: absolute;
        width: 100%;
        height: 3.2rem;
        top: 0;
        left: 0;
        display: none;
    }
    .content h2 {
        margin: .6rem auto .4rem;
        width: 2.2rem;
        color: #0057e0;
        font-size: .4rem;
        font-weight: bold;
        line-height: .7rem;
        text-align: center;
        border-bottom: #e5e5e5 .1rem solid;
    }
    .tnames {
        height: 2rem;
        text-align: center;
        color: #fff;
        background: url('../images/news1.png') no-repeat;
        background-size: 100%;
        padding-top: .3rem;
    }
    .tnames h3 {
        font-size: .35rem;
    }
    .tnames p {
        font-size: .7rem;
        text-align: center;
        margin-top: .2rem;
    }
    .content .box {
        padding: .3rem .3rem 1rem;
    }
    .content .box .imageBox a {
        display: block;
    }
    .content .box .imageBox a img {
        width: 100%;
        display: block;
    }
    .content .box .textBox {
        text-indent: 2em;
        font-size: .35rem;
        color: #292929;
        line-height: .7rem;
        margin-top: .3rem;
    }
    .imageText .textTitle {
        margin: 0 auto;
        width: 480px;
        height: 60px;
        color: #0057ff;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        font-weight: bold;
        background: url("../images/tit_1.png") no-repeat;
        background-size: 100% 100%;
    }
    .imageText .textNotice {
        margin-bottom: 10px;
        color: #c3c3c3;
        font-size: 15px;
        text-align: center;
    }
    .imageText.border {
        padding: 34px;
        border: #4287ff 1px solid;
    }
    .imageText.border .imageBox {
        margin: 0;
        width: 410px;
        box-shadow: 5px 5px 5px #888;
    }
    .imageText.border .textBox {
        padding: 10px 0;
        width: 525px;
    }
    .imageText.border .textBox p {
        font-size: 16px;
        line-height: 30px;
    }
    .imageText.border h3 {
        margin-bottom: 25px;
        color: #030303;
        font-size: 22px;
        text-align: left;
    }
    .imageText.border h3 span {
        font-size: 16px;
        font-weight: normal;
    }
    .buttonBox {
        overflow: hidden;
        padding: .4rem .5rem 1rem;
    }
    .buttonBox .buttonLink {
        width: 5.6rem;
        float: left;
    }
    .buttonBox .buttonLink img {
        width: 100%;
    }
    .buttonBox .buttonLink:nth-child(2), .buttonBox .buttonLink:nth-child(4) {
        float: right;
    }
    .buttonBox .buttonLink:nth-child(3), .buttonBox .buttonLink:nth-child(4) {
        margin-top: .4rem;
    }
    .buttonBox div {
        overflow: hidden;
    }
    .buttonBox .list {
        margin-top: .4rem;
    }
    .buttonBox .buttonOverview {
        float: left;
        width: 2.5rem;
    }
    .buttonBox .buttonOverview img {
        width: 100%;
    }
    .buttonBox .buttonOverview+.buttonOverview {
        margin-left: .5rem;
    }
    .contentbox {
        background: #ecf2fd;
        overflow: hidden;
    }
    .introduceBox {
        margin: .4rem .3rem 1rem;
        background: url("../images/a10.png") no-repeat;
        background-size: 100%;
        padding: .5rem 0 .2rem;
    }
    .introduceBox h2 {
        margin-bottom: 35px;
        color: #3d7eff;
        font-size: 16px;
        text-align: center;
    }
    .introduceBox h3 {
        margin-bottom: .5rem;
    }
    .introduceContent {
        height: 7.2rem;
        overflow-y: auto;
        padding: 0 .2rem;
        font-size: .35rem;
        line-height: .6rem;
        text-indent: 2em;
    }
    .introduceContent p, .mapIntroduce p, .overviewContent p, .rencaimf p{
        font-size: 0.35rem!important;
        line-height: 0.6rem!important;
    }
    .introduceContent p span, .mapIntroduce p span, .overviewContent p span, .rencaimf p span{
        font-size: 0.35rem!important;
        line-height: 0.6rem!important;
    }
    .introduceContent::-webkit-scrollbar {
        width: .2rem;
        background: #eee;
    }
    .introduceContent::-webkit-scrollbar-thumb {
        width: .2rem;
        background: #2e79ff;
    }
    .introduceBox.big .introduceContent {
        height: 329px;
        font-size: 16px;
    }
    .introduceContent2 {
        background: url("../images/a16.png") no-repeat;
        background-size: 100% 100%;
        position: relative;
        z-index: 99;
        padding: 0;
    }
    .introduceContent2 .introduceContent {
        font-size: .3rem;
        line-height: .6rem;
        height: 14.1rem;
        padding: .3rem;
    }
    .introduceContent2 .introduceContent h3 {
        text-align: center;
        font-size: .4rem;
        color: #3d7eff;
    }
    .introduceContent2 .introduceContent p {
        min-height: 30px;
    }
    .newlistBox {
        /* background: #ecf2fd url("../images/a17.png") no-repeat;
        overflow: hidden;
        margin-top: -80px;
        padding-top: 150px;
        padding-bottom: 90px; */
    }
    .mapContent {
        padding: 0 .2rem 1rem;
    }
    .mapContent .mapBox {
        position: relative;
    }
    .mapContent .mapBox .map img {
        width: 100%;
    }
    .mapContent .map .city {
        position: absolute;
        width: .6rem;
        height: 1rem;
        cursor: pointer;
    }
    .mapContent .map .city:nth-child(1) {
        left: 2.2rem;
        top: 3.2rem;
    }
    .mapContent .map .city:nth-child(2) {
        left: 3.2rem;
        top: 5.2rem;
    }
    .mapContent .map .city:nth-child(3) {
        left: 3.6rem;
        top: 6.2rem;
    }
    .mapContent .map .city:nth-child(4) {
        left: 3.8rem;
        top: 1.5rem;
    }
    .mapContent .map .city:nth-child(5) {
        left: 4.6rem;
        top: 8.6rem;
    }
    .mapContent .map .city:nth-child(6) {
        left: 4.8rem;
        top: 5.8rem;
    }
    .mapContent .map .city:nth-child(7) {
        left: 5.2rem;
        top: 5.2rem;
    }
    .mapContent .map .city:nth-child(8) {
        left: 5.2rem;
        top: 5.5rem;
    }
    .mapContent .map .city:nth-child(9) {
        left: 5.2rem;
        top: 7.2rem;
    }
    .mapContent .map .city:nth-child(10) {
        left: 5.5rem;
        top: 1.5rem;
    }
    .mapContent .map .city:nth-child(11) {
        left: 6rem;
        top: 4.2rem;
    }
    .mapContent .map .city:nth-child(12) {
        left: 6.2rem;
        top: 5rem;
    }
    .mapContent .map .city:nth-child(13) {
        left: 6.1rem;
        top: 8.4rem;
    }
    .mapContent .map .city:nth-child(14) {
        left: 6.2rem;
        top: 5.6rem;
    }
    .mapContent .map .city:nth-child(15) {
        left: 6.2rem;
        top: 6.4rem;
    }
    .mapContent .map .city:nth-child(16) {
        left: 7.2rem;
        top: 3rem;
    }
    .mapContent .map .city:nth-child(17) {
        left: 7.2rem;
        top: 5.4rem;
    }
    .mapContent .map .city:nth-child(18) {
        left: 7.6rem;
        top: 7.2rem;
    }
    .mapContent .map .city:nth-child(19) {
        left: 8.2rem;
        top: 4.2rem;
    }
    .mapContent .map .city:nth-child(20) {
        left: 9rem;
        top: 5.7rem;
    }
    .mapContent .map .city:nth-child(21) {
        left: 9.7rem;
        top: 4.2rem;
    }
    .mapContent .map .city:nth-child(22) {
        left: 5.7rem;
        top: 3.7rem;
    }
    .mapContent .map .city:nth-child(23) {
        left: 7.2rem;
        top: 5.7rem;
    }
    .mapContent .map .city:nth-child(24) {
        left: 7.7rem;
        top: 6.2rem;
    }
    .mapContent .map .city .icon {
        display: none;
    }
    .mapContent .map .city:hover .icon {
        display: block;
    }
    .mapContent .map .city.on .icon {
        display: block;
    }
    .mapIntroduce::-webkit-scrollbar {
        width: .2rem;
        background: transparent;
    }
    .mapIntroduce::-webkit-scrollbar-thumb {
        width: .2rem;
        background: #7d9cf6;
        border-radius: 6px;
    }
    .mapBorder {
        border: #1744f4 1px solid;
        padding-top: 1rem;
        position: relative;
        background: #eeeeee url('../images/a18.png') no-repeat;
        background-size: 100% 1rem;
    }
    .mapIntroduce {
        height: 10rem;
        color: #2f2f2f;
        text-indent: 2em;
        font-size: .3rem;
        line-height: .5rem;
        overflow-y: auto;
        display: none;
        padding: .3rem;
    }
    .mapIntroduce h3 {
        position: absolute;
        width: 100%;
        line-height: 1rem;
        top: 0;
        left: 0;
        color: #fff;
        text-align: center;
        font-size: .5rem;
    }
    .overview {
        position: relative;
    }
    .overviewContent {
        display: none;
        border: 1px solid #5140cf;
        margin: 0 .3rem 1rem;
    }
    .overviewContent h3 {
        padding-left: .9rem;
        color: #ffffff;
        font-size: .3rem;
        line-height: .8rem;
        background: url('../images/a13.png') no-repeat;
        background-size: auto 100%;
    }
    .overviewContent p {
        font-size: .3rem;
        line-height: .6rem;
        color: #030303;
        font-family: "微软雅黑";
        padding: .3rem;
        text-indent: 2em;
    }
    .overviewNav {
        padding: .3rem;
        overflow: hidden;
    }
    .overviewNav .tab {
        width: 2.1rem;
        height: 2.3rem;
        cursor: pointer;
        float: left;
        position: relative;
        margin-bottom: .3rem;
    }
    .overviewNav .tab img {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
        bottom: -.3rem;
    }
    .overviewNav .tab+.tab {
        margin-left: 10px;
    }
    /*.overviewNav .tab:nth-child(5) {*/
        /*margin-left: 0;*/
    /*}*/
    .overviewNav .tab.on img {
        display: block;
    }
    .overviewNav .tab:nth-child(1) {
        background: url("../images/tab_11s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(2) {
        background: url("../images/tab_12s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(3) {
        background: url("../images/tab_13s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(4) {
        background: url("../images/tab_14s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(5) {
        background: url("../images/tab_15s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(6) {
        background: url("../images/tab_16s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(7) {
        background: url("../images/tab_17s.png") no-repeat;
        background-size: 100% 100%;
    }
    .overviewNav .tab:nth-child(8) {
        background: url("../images/tab_18s.png") no-repeat;
        background-size: 100% 100%;
    }
    /* 
   .overviewNav .tab:nth-child(1):hover {
       background: url("../images/tab_1.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(2):hover {
       background: url("../images/tab_2.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(3):hover {
       background: url("../images/tab_3.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(4):hover {
       background: url("../images/tab_4.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(5):hover {
       background: url("../images/tab_5.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(6):hover {
       background: url("../images/tab_6.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(7):hover {
       background: url("../images/tab_7.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(8):hover {
       background: url("../images/tab_8.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(1).on {
       background: url("../images/tab_1.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(2).on {
       background: url("../images/tab_2.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(3).on {
       background: url("../images/tab_3.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(4).on {
       background: url("../images/tab_4.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(5).on {
       background: url("../images/tab_5.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(6).on {
       background: url("../images/tab_6.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(7).on {
       background: url("../images/tab_7.png") no-repeat;
       background-size: 100% 100%;
   }
   
   .overviewNav .tab:nth-child(8).on {
       background: url("../images/tab_8.png") no-repeat;
       background-size: 100% 100%;
   } */
    .newsList {
        /* margin: 0 auto;
        width: 1100px;
        border: #4287ff 1px solid;
        background: #fff url('../images/a18.png') no-repeat;
        padding-top: 48px; */
        padding: .4rem .3rem 1rem;
    }
    .listRow {
        line-height: 1rem;
        overflow: hidden;
    }
    .boxList {}
    .boxList::-webkit-scrollbar {
        width: 12px;
        background: #eee;
    }
    .boxList::-webkit-scrollbar-thumb {
        width: 12px;
        background: #2e79ff;
    }
    .newsName {
        width: 85%;
        float: left;
    }
    .newsName a {
        display: block;
        color: #000000;
        font-size: .3rem;
    }
    .newsName a::before {
        content: "|";
        margin-right: .2rem;
    }
    .newsTime {
        font-size: .3rem;
        color: #030303;
        float: right;
    }
    .vrList {
        margin: .3rem .3rem 1rem;
        overflow: hidden;
    }
    .vrList .item {
        float: left;
    }
    .vrList .item {
        margin-left: .2rem;
        margin-bottom: .2rem;
    }
    .vrList .item img {
        width: 3.8rem;
    }
    .vrList .item:nth-child(1), .vrList .item:nth-child(4), .vrList .item:nth-child(7), .vrList .item:nth-child(10) {
        margin-left: 0;
    }
    .title_2 {
        margin: 0 auto;
        width: 537px;
        height: 156px;
        background-size: 100% 100%;
        margin-top: 80px;
        margin-bottom: 50px;
        text-align: center;
        box-sizing: border-box;
        padding: 23px 0px 0px 18px;
        background: url(../images/t1.png) 0 0 no-repeat;
    }
    .title_2 .titlet {
        font-size: 22px;
        color: #5d5d5d;
    }
    .title_2 .titlef {
        font-size: 45px;
        color: #0057ff;
        line-height: 70px;
    }
    .clear {
        clear: both;
    }
    .animal {
        position: fixed;
        left: 80px;
        top: 70%;
        width: 80px;
        z-index: 10;
        display: none;
    }
    .animal img {
        width: 100%;
        height: auto;
    }
    .animal .speak {
        position: absolute;
        left: -32px;
        top: -125px;
        width: 160px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        /* Firefox 4 */
        -webkit-transition: 0.3s;
        /* Safari å’Œ Chrome */
        -o-transition: 0.3s;
        /* Opera */
        opacity: 0;
    }
    .animal:hover .speak {
        opacity: 1;
    }
    .phone {
        position: fixed;
        right: 60px;
        top: 40%;
        z-index: 10;
        display: none;
    }
    .phone img {
        width: 130px;
    }
    .videoBox {
        position: relative;
        background-color: #000;
    }
    .videoBox img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .videoBox video {
        width: 100%;
        height: 5.4rem;
    }
    .video_1 {
        /* position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; */
    }
    .addressBox {
        padding: .3rem .3rem 1rem;
    }
    .addressBox h3 {
        font-size: .3rem;
        color: #0057e0;
        margin-top: .2rem;
        line-height: .6rem;
    }
    .addressBox p {
        font-size: .3rem;
        color: #0f0f0f;
        line-height: .5rem;
    }
    .addressLeft {
        background: #eeeeee url('../images/a19.png') no-repeat .3rem center;
        background-size: .3rem;
        padding: .3rem .3rem .3rem 1rem;
    }
    .addressRight {
        background: #eeeeee url('../images/a19.png') no-repeat .3rem center;
        background-size: .3rem;
        padding: .3rem .3rem .3rem 1rem;
        margin-top: .3rem;
    }
    .loadDown {
        padding: .3rem .3rem 1rem;
    }
    .loadDown a {
        display: block;
        margin-bottom: .5rem;
        color: #4a4a4a;
        background: url("../images/download_1.png") left no-repeat;
        background-size: 1.5rem;
        padding-left: 1.8rem;
        font-size: .5rem;
        font-size: .4rem;
        padding: .4rem 0 .4rem 1.8rem;
        line-height: .8rem;
    }
    .loadDown a:hover {
        text-decoration: underline;
    }
    .loadDown a i {
        float: right;
        font-style: normal;
        color: #fff;
        font-size: .3rem;
        background-color: rgb(56, 79, 218);
        width: 3rem;
        line-height: .8rem;
        text-align: center;
    }
    .linkBoxs {
        background: url('../images/a22.png');
        background-size: 100%;
    }
    .linkBoxs .innerBox {
        padding: .5rem .8rem;
    }
    .linkBoxs .innerBox .buttonNews {
        overflow: hidden;
    }
    .linkBoxs .innerBox .buttonNews+.buttonNews {
        margin-top: .5rem;
    }
    .linkBoxs .innerBox .buttonNews img {
        float: left;
        width: 2.2rem;
        border-bottom: 2px solid transparent;
    }
    .linkBoxs .innerBox .buttonNews img+img {
        margin-left: .7rem;
    }
    .linkBoxs .innerBox .buttonNews img.on {
        border-bottom: 2px solid #fff;
    }
    .footer {
        position: relative;
        width: 100%;
        height: 4.4rem;
        background: url("../images/news2.png") center no-repeat;
        background-size: 100%;
        padding: .6rem .8rem 0;
    }
    .footer .inner {
        overflow: hidden;
    }
    .footer .inner .otherLink {
        float: left;
        width: 6rem;
    }
    .footer .inner .otherLink div {
        float: left;
        width: 3rem;
    }
    .footer .inner .otherLink div p {
        font-size: .3rem;
        line-height: .5rem;
        color: #fff;
    }
    .footer .accredit {
        position: absolute;
        bottom: .4rem;
        width: 100%;
        left: 0;
        font-size: .3rem;
        color: #fff;
        text-align: center;
    }
    .footer .codeBox {
        float: right;
    }
    .footer .codeBox img {
        width: 4.4rem;
        padding: 0 .1rem;
    }
    .footer .codeBox .text_1 {
        color: #fff;
        font-size: .3rem;
        overflow: hidden;
        margin-top: .2rem;
    }
    .footer .codeBox .text_1 p {
        float: left;
    }
    .footer .codeBox .text_1 p+p {
        float: right;
    }
    .slickArticl {
        padding: .5rem 1.2rem 1rem;
    }
    .slickArticl .imageBox {
        height: 4rem;
        margin: 0 auto;
        position: relative;
    }
    .slickArticl .imageBox a {
        display: block;
        position: relative;
        z-index: 99;
    }
    .slickArticl .imageBox a img {
        width: 100%;
    }
    .slickArticl .imageBox video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slickArticl .textBox {
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.06);
        padding: .2rem;
        border: 1px solid #e5e5e5;
    }
    .slickArticl .textBox p {
        font-size: .35rem;
        color: #030303;
        line-height: .6rem;
        text-indent: 2em;
    }
    .slickArticl .imageBox p {
        font-size: 16px;
        color: #030303;
        line-height: 30px;
    }
    .slickArticl .slick-dots li {
        border: #333 1px solid;
    }
    .slickArticl .slick-dots li.slick-active {
        background: #333;
    }
    .slickNav {
        margin: 35px auto;
        width: 1140px;
    }
    .slickNav .item {
        position: relative;
        margin: 0 3px;
        padding: 15px 0;
        overflow: hidden;
    }
    .slickNav .item img {
        width: auto;
        height: 185px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        /* Firefox 4 */
        -webkit-transition: 0.3s;
        /* Safari å’Œ Chrome */
        -o-transition: 0.3s;
        /* Opera */
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        /* IE 9 */
        -moz-transform: scale(1, 1);
        /* Firefox */
        -webkit-transform: scale(1, 1);
        /* Safari å’Œ Chrome */
        -o-transform: scale(1, 1);
        /* Opera */
        box-shadow: 0 0 5px #333;
    }
    .slickNav .slick-center img {
        transform: scale(1.1, 1.1) translateY(0);
        -ms-transform: scale(1.1, 1.1) translateY(0);
        /* IE 9 */
        -moz-transform: scale(1.1, 1.1) translateY(0);
        /* Firefox */
        -webkit-transform: scale(1.1, 1.1) translateY(0);
        /* Safari å’Œ Chrome */
        -o-transform: scale(1.1, 1.1) translateY(0);
        /* Opera */
        z-index: 10;
    }
    .slickImage {
        margin: 0 auto;
        width: 1140px;
    }
    .slickImage .item {
        text-align: center;
    }
    .slickImage .item img {
        display: inline-block;
        width: auto;
        height: 480px;
    }
    .slick-arrow {
        height: .8rem;
        width: .4rem;
    }
    .slick-next {
        right: .3rem;
    }
    .slick-prev {
        left: .3rem;
    }
    .slick {
        margin: 0 .3rem;
    }
    .slick .item {
        /* margin: 0 3px; */
        position: relative;
        width: 3.7rem;
        height: 2rem;
    }
    .slick .item+.item {
        margin-left: .3rem;
    }
    .slick .item video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slick .item a {
        display: block;
        position: relative;
        z-index: 99;
        width: 3.7rem;
        height: 2rem;
    }
    .slick .item a img {
        width: 100%;
    }

    .slicks {
        margin: 0 .3rem;
        overflow: hidden;
        text-align: center;
    }
    .slicks .item {
        /* margin: 0 3px; */
        position: relative;
        width: 3.7rem;
        height: 2rem;
        display: inline-block;
        vertical-align: middle;
    }
    .slicks .item+.item {
        margin-left: .3rem;
    }
    .slicks .item video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slicks .item a {
        display: block;
        position: relative;
        z-index: 99;
        width: 3.7rem;
        height: 2rem;
    }
    .slicks .item a img {
        width: 100%;
    }

    .slick1 {
        padding-left: .3rem;
    }
    .slick22 {
        padding-top: 20px;
    }
    .slick1 .item {
        width: 3.5rem;
    }
    .slick1 .item img {
        width: 100%;
        height: 2rem;
    }
    .slick1 .item+.item {
        margin-left: .2rem;
    }
    .slick1 .item p {
        text-align: center;
        line-height: .8rem;
        color: #000000;
        font-size: .3rem;
        background: url('../images/a15.png') center;
        background-size: 100%;
    }
    .slickPhotoBox {
        position: relative;
        height: 2.2rem;
        margin-top: .4rem;
    }
    .slickPhoto {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
    }
    .slickPhoto .item {
        width: 2.6rem;
        padding: 0 2px;
    }
    .slickPhoto .item img {
        width: 100%;
        height: 1.6rem;
    }
    .slickPhoto .item p {
        text-align: center;
        font-size: .3rem;
        color: #3a3a3a;
        line-height: .6rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.mg2{margin-left: auto;margin-right: auto;overflow: hidden}
    .titlep{ background:url(../images/t1.png) 0 0 no-repeat; width:7.6rem; height:2.2rem; background-size:100% 100%; margin-top:0.7rem; margin-bottom:0.7rem; text-align:center; box-sizing:border-box; padding:0.3rem 0px 0px 0.3rem}
    .titletp{ font-size:0.33rem; color:#5d5d5d}
    .titlefp{ font-size:0.6rem; color:#0057ff;margin-top: 0.1rem}
    .f{float: left;overflow: hidden}
    .r{float: right;overflow: hidden}
    .bai{color: #fff}
    .bai a{color: #fff}

    .shuangxuanhuitfl{
        background:url(../images/t1.jpg) 0 0 no-repeat;
        width:8.833333333333334rem;
        height:6.233333333333333rem;
        background-size:100% 100%;
        box-sizing:border-box;
        padding:4.25rem 0rem 0rem;
        text-align:center;
        float:none
    }
    .shuangxuanhuitfl a{
        display:block;
        background:url(../images/t60.png) 0 0 no-repeat;
        width:4.833333333333333rem;
        height:1.1666666666666667rem;
        background-size:100% 100%;
        margin-left:auto;
        margin-right:auto
    }
    .shuangxuanhuitfl p{
        line-height:0.13333333333333333rem;
        font-size:0.3333333333333333rem;
        color:#fff
    }
    .shuangxuanhuitfr{
        width:8.833333333333334rem;
        text-align:left;
        float:none
    }
    .shuangxuanhuitfr p{
        text-indent:2em;
        color:#fff;
        font-size:0.4rem;
        line-height:0.6333333333333333rem;
    }
    .shuangxuanhuim{
        box-shadow:0rem 0.05rem 0.16666666666666666rem 0.06666666666666667rem rgba(236,245,255,0.7);
        width:94%;
        box-sizing:border-box;
        padding:0.7333333333333333rem 0rem 0.5rem 0.36666666666666664rem;
    }
    .shuangxuanhuim a{
        display:block;
        float:left;
        margin-right:0.3333333333333333rem;
        margin-bottom:0.5rem;
        width:46.5%;
        border:0.016666666666666666rem solid #bfbfbf
    }
    .shuangxuanhuim a:nth-child(2n){
        margin-right:0rem;
    }
    .shuangxuanhuim img{
        display:block;
        margin: 5%;
        width: 90%;
        height:2.6rem;
    }
    .shuangxuanhuim p{
        line-height:1rem;
        height:1rem;
        margin-bottom:0rem;
        font-size:0.2rem;
        color:#070707;
        text-align:center;
        border-top:0.016666666666666666rem solid #bfbfbf;
        margin-top:0rem;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .shuangxuanhuif li{
        width:94%;
        border-radius:0.2rem;
        box-sizing:border-box;
        padding:0rem 0.4rem 0.6666666666666666rem;
        margin-left:auto;
        margin-right:auto
    }
    .shuangxuanhuift{
        height:2.1333333333333333rem;
        line-height:2.1333333333333333rem;
        font-size:0.6rem;
        color:#0068dc
    }
    .sxh .shuangxuanhuift{
        height:2.5rem;
    }
    .sxh .shuangxuanhuiftr {
        width: 7rem;
        font-size: 0.5rem;
        line-height: 0.7666666666666667rem;
        padding-top: 0.7166666666666667rem;
        height: 1.9rem;
    }
    .shuangxuanhuiftr{
        width: 8.5rem;
        font-size:0.4rem;
    }
    .shuangxuanhuiftl{
        width:1.4166666666666667rem;
    }
    .shuangxuanhuiftl img{
        vertical-align:middle;
        width: 1.1rem;
        height: 1.1rem;
    }
    .shuangxuanhuiftm{
        width:0.75rem;
    }
    .shuangxuanhuiftm img{
        vertical-align:middle;
        width: 0.5rem;
        height: 0.43rem;
    }
    .shuangxuanhuiffl{
        position: relative;
        padding: 0.4rem;
        width:100%;
        height:6rem;
        float:none;
        border: 0.016666666666666666rem solid #616161;
    }
    .shuangxuanhuiffl img{
        width:9.2rem;
        height: 100%;
        display:block;
        margin-left: auto;
        margin-right: auto;
    }
    .shuangxuanhuiff .comName{ width: 100%; color: #000; font-size: 0.25rem; line-height: 1rem; text-align: center; }
    .shuangxuanhuiffm{
        width:100%;
        float:none;
        padding-top:0.3333333333333333rem
    }
    .shuangxuanhuiffm a{
        display:block;
        float:left;
        margin-right:0.3333333333333333rem;
        margin-bottom:0.3333333333333333rem;
        width:48%;
    }
    .shuangxuanhuiffm a:nth-child(2n){
        margin-right:0rem;
    }
    .shuangxuanhuiffm img{
        display:block;
        padding: 2% 5%;
        width: 90%;
        height: 2.6rem;
        border:0.016666666666666666rem solid #616161
    }
    .shuangxuanhuiffm p{
        line-height:0.5833333333333334rem;
        height:0.5833333333333334rem;
        font-size:0.25rem;
        color:#000000;
        text-align:center;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .shuangxuanhuiffr{
        width:100%;
        height:5rem;
        background:url(../images/t4.jpg) 0 0 no-repeat;
        background-size:100% 100%;
        float:none;
        display:block
    }
    .shuangxuanhuiffr span{
        display:none;
        position:absolute;
        left:0rem;
        top:0rem;
        width:100%;
        height:100%;
        line-height:5.866666666666666rem;
        z-index:99
    }
.web{display: none!important;}

    .jobBox{
        padding: 0.5rem 0.3rem;
        margin: 0 auto;
        width: 100%;
    }
    .menuTit {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }
    .menuTit span {
        color: #adadad;
        font-size: 16px;
    }
    .menuTit span img {
        vertical-align: middle;
        padding-right: 15px;
    }
    #player{
        display: block;
        margin: 0 auto;
        width: 90%;
        margin-top: 0.3rem;
        margin-bottom: 0.5rem;
    }
    .menuTit a {
        width: 120px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #2fa1ff;
    }
    .comTit h2 {
        width: auto;
        color: #0068dc;
        font-size: 0.6rem;
        text-align: center;
        border-bottom: none;
        padding-top: 0.6rem;
    }
    .comWord h2 {
        width: auto;
        color: #0068dc;
        font-size: 0.7rem;
        border-bottom: 2px solid #2475df;
        text-align: center;
        padding: 0.3rem 0;
    }
    .comWord h2 img {
        width: 0.7rem;
        vertical-align: middle;
        padding-right: 10px;
    }
    .comCon {
        color: #000;
        line-height: 1rem;
        padding: 0.3rem;
        font-size: 0.6rem;
    }
    .comJobs h2 {
        width: auto;
        color: #0068dc;
        font-size: 0.7rem;
        border-bottom: 2px solid #2475df;
        text-align: center;
        padding: 0.3rem 0;
    }
    .comJobs h2 img {
        width: 0.7rem;
        vertical-align: middle;
        padding-right: 10px;
    }
    .jobTabel {
        margin: 0.5rem auto 1.2rem;
        width: 100%;
    }
    .jobTabel tbody tr td {
        height: 1.1rem;
        border-bottom: 1px dashed #ececec;
    }
    .jobTabel tbody tr td:nth-of-type(1) {
        color: #2475df;
        font-size: 0.5rem;
        text-align: left;
        padding-left: 0.3rem;
    }
    .jobTabel tbody tr td:nth-of-type(2) {
        text-align: right;
        color: #6c6c6c;
        font-size: 0.5rem;
    }
    .jobTabel tbody tr td a {
        width: 3rem;
        line-height: 1rem;
        text-align: center;
        color: #fff;
        background: #2475df;
        display: inline-block;
        border-radius: 7px;
    }
}