


.wrap{
    width: 1120px;
    margin: 0 auto;
}
.header-content{
    height: 90px;
}
.header-logo{
    float: left;
    margin-top: 18px;
}
.header-logo-img{
    float: left;
}
.header-logo-p{
    float: left;
    margin-left: 12px;
}

.nav{
    float: right;
    margin-top: 26px;
    margin-right: 10px;
}

.nav-list{
    float: left;
    list-style: none;
    margin-left: 14px;
}
.nav-a{
    position: relative;
    display: inline-block;
    padding: 10px 6px 34px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}
.nav-list:hover .nav-a{
    color: #FF0000;
}
.nav-a.on{
    color: #FF0000;
}
.nav-a-line{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #FF0000;
    display: none;
}
.nav-list:hover .nav-a-line{
    display: block;
}
.nav-a.on .nav-a-line{
    display: block;
}
.nav-a-line span{
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url("../images/nav-arrow.png") no-repeat;
}
.nav-menu{
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: url("../images/bg-black50.png");
    text-align: center;
    display: none;
    z-index: 99;
}
.nav-menu a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 0;
    margin: 0 14px;
    transition: all 0.5s ease;
}
.nav-menu a:hover{
    color: #FF0000;
}
.header-system{
    float: right;
    margin-top: 36px;
}
.header-system a{
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.header-system a:hover{
    color: #FF0000;
}
.header-system span{
    float: left;
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #a7a7a7;
    margin: 2px 6px 0;
}

/*搜索*/
.search-content{
    position: relative;
    float: right;
    margin-right: 10px;
}
.search-btn{
    width: 40px;
    height: 90px;
    background: url("../images/search-btn.png") no-repeat center center;
    cursor: pointer;
}
.search-btn.on{
    background: url("../images/search-btn-on.png") no-repeat center center;
}
.search-box{
    position: absolute;
    top: 120px;
    right: 0;
    width: 280px;
    height: 36px;
    opacity: 0;
    transform: rotateX(90deg);
    z-index: 21;
    transition: all 0.5s ease;
}

.search-box.on{
    opacity: 1;
    transform: none;
    top: 90px;
}
.search-box-i{
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 5px #999;
}
.search-input{
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    border: none;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    width: 210px;
    outline: none;
}
.search-submit{
    float: left;
    width: 50px;
    height: 36px;
    border: none;
    cursor: pointer;
    background: #FF0000 url("../images/search-icon.png") no-repeat center center;
}


.index-banner .swiper-container{
    height: 500px;
    position: relative;
}
.index-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.index-banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
}
.index-banner .swiper-active-switch {
    opacity: 1;
}
.in-box{
    float: left;
    width: 30.3%;
    margin-left: 4.5%;
    margin-top: 30px;
}
.index-news-content .in-box:first-child{
    margin-left: 0;
}
.in-title h3{
    float: left;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.in-title-more{
    float: right;
    margin-top: 10px;
    color: #6b6b6b;
}

.in-box-big{
    padding-top: 14px;
}
.inb-list{
    margin-top: 10px;
}
.inb-list-date{
    float: left;
    width: 58px;
    height: 58px;
    background-color: #969696;
    text-align: center;
    transition: all 0.5s ease;
}

.inb-list-date h4{
    font-size: 18px;
    color: #fff;
    /*font-weight: normal;*/
    padding-top: 9px;
}
.inb-list-date p{
    color: #fff;
    margin-top: 6px;
    font-weight: bold;
}
.inb-list-p{
    float: left;
    width: 76%;
    margin-left: 4%;
}
.inb-list-p h4{
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inb-list-p p{
    font-size: 12px;
    line-height: 20px;
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
	height: 40px;
}
.int-span{
    float: left;
}
.int-span span{
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
    margin-left: 12px;
    cursor: pointer;
    font-weight: bold;
}
.int-span span:first-child{
    margin-left: 0;
}
.ing-list{
    display: none;
}
.int-span span.on{
    color: #FF0000;
}
.in-group{
    margin-top: 8px;
}
.in-group-big{
    padding: 16px 0;
    border-bottom: 1px dashed #cccccc;
}
.in-group-big-left{
    float: left;
    width: 41%;
    overflow: hidden;
}
.in-group-big-img{
    height: 100px;
    transition: all 0.5s ease;
}
.in-group-big-p{
    float: left;
    width: 50%;
    margin-left: 4%;
}
.in-group-big-p h4{
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ing-big-date{
    color: #999999;
    margin-top: 8px;
}
.in-group-big-p p{
    line-height: 20px;
    color: #8d8d8d;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.ing-bc{
    padding-top: 10px;
}
.ing-box{
    position: relative;
}
.ing-box-date{
    float: left;
    height: 32px;
    line-height: 32px;
    color: #999999;
}
.ing-box-p{
    float: left;
    font-size: 14px;
    color: #444444;
    line-height: 32px;
    height: 32px;
    margin-left: 4px;
    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ing-box-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 32px;
    background: url("../images/ing-arrow.png") no-repeat center center;
}
.index-bid-content{
    margin-top: 20px;
}
.ifooter-focus-title{
    float: left;
    line-height: 32px;
    margin-top: 10px;
    font-size: 14px;
    color: #432f53;
}
.ifooter-top{
    padding-top: 20px;
}
.ifooter-focus{
    float: left;
}
.ifooter-focus-a{
    float: left;
}
.ifooter-focus-a a{
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding-left: 36px;
    margin-top: 10px;
    margin-left: 10px;
}

.ifooter-friend{
    float: right;
    margin-top: 10px;
}
.ifooter-friend-p{
    float: left;
    font-size: 14px;
    color: #535353;
    line-height: 26px;
}
.ifooter-select{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    width: 130px;
    height: 26px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 4px;
    background: url("../images/if-select.jpg") no-repeat right center;
    outline: none;
    margin-left: 10px;
}
.ifooter-bot{
    padding: 20px 0;
}
.ifooter-bot-p1{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}
.ifooter-bot-p1 a{
    color: #8c8c8c;
}
.ifooter-bot-p1 a:hover{
    color: #FF0000;
}
.ifooter-bot-p2{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}
.ifooter-bot-p2 a{
    color: #8c8c8c;
}
.ifooter-bot-p2 a:hover{
    color: #FF0000;
}
.phone-nav{
    display: none;
    float: right;
}
.phone-nav-icon{
    height: 90px;
    width: 40px;
    background: url("../images/phone-menu.png") no-repeat center center;
    background-size: 28px auto;
    cursor: pointer;
}
.phone-menu{
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #e6e8ee;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px #999;
    display: none;
}
.phone-menu-list{
    position: relative;
}
.phone-menu-title{
    position: relative;
    border-bottom: 1px solid #e6e8ee;
}
.phone-menu-title a{
    position: relative;
    display: inline-block;
    /*width: 40%;*/
    font-size: 16px;
    color: #222222;
    line-height: 50px;
    padding-left: 5%;
    z-index: 2;
}
.phone-menu-icon{
    position: absolute;
    top: 0;
    right: 4%;
    width: 60px;
    height: 50px;
    background: url("../images/add.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-title.on .phone-menu-icon{
    background: url("../images/del.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-c{
    display: none;
    overflow: hidden;
}
.phone-menu-c a{
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-left: 7%;
    border-bottom: 1px solid #e6e8ee;
}
.phone-system-a{
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
}
.phone-system-a a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin: 0 10px;
}

.index-type{
    background-color: #e0e2e4;
    margin-top: 20px;
}
.is-list{
    position: relative;
    float: left;
    width: 17.8%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.is-list.on{
    width: 46.4%;
}
.is-list.on2{
    width: 25%;
}
.is-box{
    position: relative;
    width: 520px;
}
.is-box-left{
    position: relative;
    float: left;
    z-index: 20;
    width: 130px;
}
.is-box-left-title{
    padding-left: 20px;
    padding-top: 24px;
}
.is-box-left-title h3{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.is-box-left-title p{
    color: #fff;
    line-height: 20px;
    margin-top: 6px;
}
.is-list1-swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 200px;
}


.is-list1-swiper .swiper-container{
    height: 200px;
    position: relative;
}
.is-list1-swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 26px;
    width: 100%;
    text-align: center;
}
.is-list1-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border: 1px solid #fff;
    cursor: pointer;
}
.is-list1-swiper .swiper-active-switch {
    background: #fff;
}
.is-list1-swiper .swiper-slide{
    position: relative;
}
.is-list1-swiper .swiper-slide a{
    display: block;
    height: 200px;
}
.is-list1-swiper .swiper-slide p{
    position: absolute;
    top: 136px;
    left: 20px;
    width: 170px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: none;
}
.is-list.on .is-list1-swiper .swiper-slide p{
    display: block;
}
.isb-icon{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 20;
}
.is-list.on .isb-icon{
    display: none;
}
.is-list1 .isb-icon{
    background: url("../images/isb-icon1.png") no-repeat center center;
}
.is-list2 .isb-icon{
    background: url("../images/isb-icon2.png") no-repeat center center;
}
.is-list3 .isb-icon{
    background: url("../images/isb-icon3.png") no-repeat center center;
}
.is-list4 .isb-icon{
    background: url("../images/isb-icon4.png") no-repeat center center;
}

.is-list2{
    background: url("../images/is2-bg.jpg") no-repeat left center;
    background-size: cover;
}
.is-box-right{
    float: left;
    display: none;
}
.is-list.on .is-box-right{
    display: block;
}
.is2-con{
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
}
.is2-con p{
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    line-height: 16px;
}
.is-list3{
    background: url("../images/is3-bg.jpg") no-repeat left center;
    background-size: cover;
}
.is3-con{
    float: left;
    width: 160px;
    margin-left: 20px;
    text-align: center;
    margin-top: 24px;
}
.is3-con p{
    color: #fff;
    line-height: 16px;
    margin-top: 8px;
    height: 32px;
    overflow: hidden;
}
.is-list4{
    background: #feb943;
    background-size: cover;
}
.is-box4-right{
    float: right;
    margin-right: 30px;
    margin-top: 24px;
}
.is-box-wx{
    float: right;
}
.is-box-wx-p{
    float: right;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-right: 16px;
    margin-top: 112px;
}

.inner-banner{
    height: 260px;
}
.inner-banner-p{
    text-align: center;
    padding-top: 74px;
}
.inner-banner-p h3{
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}
.inner-banner-p h4{
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
}
.inner-banner-p p{
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    margin-top: 12px;
}
.inner-nav{
    border-bottom: 1px solid #eaeaea;
}
.inner-nav-list{
    float: left;
    position: relative;
    list-style: none;
    padding: 0 16px;
}
.inner-nav-a{
    font-weight: bold;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    padding: 0 14px;
    border-bottom: 2px solid #fff;
}

.inner-nav-list.on .inner-nav-a{
    border-bottom: 2px solid #FF0000;
    color: #FF0000;
}
.inner-nav-list .inner-nav-a.current{
    border-bottom: 2px solid #FF0000 !important;
    color: #FF0000 !important;
}

.inner-nav-menu{
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
    padding-bottom: 20px;
    padding-top: 4px;
    display: none;
    z-index: 10;
    /*background-color: #fff;*/
    background: url("../images/bg-white90.png");
    overflow: hidden;
}
.inner-nav-menu p{
    text-align: center;
    font-size: 14px;
    margin-top: 14px;
}
.inner-nav-menu p a{
    color: #333333;
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
}
.about-title{
    padding-top: 36px;
}
.about-title h3{
    font-size: 65px;
    font-weight: normal;
    color: #dddddd;
}
.about-title p{
    font-size: 30px;
    line-height: 40px;
    color: #555555;
    margin-top: 10px;
}
.about-p{
    font-size: 14px;
    line-height: 28px;
    color: #757575;
    padding: 30px 0;
}
.about-team{
    padding-bottom: 20px;
}
.about-team-link{
    text-align: center;
    background-color: #f5f5f5;
    margin-top: 32px;
    padding-top: 1px;
    padding-bottom: 10px;
}
.about-team-link a{
    display: inline-block;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    margin: 10px 60px 0;
}
.about-team-link a.on{
    color: #FF0000;
}
.about-team-info{
    background-color: #f5f5f5;
    margin-top: 32px;
}
.about-team-info-img{
    float: left;
    width: 30%;
    /*height: 344px;*/
    text-align: center;
}
.about-team-info-img img{
    width: 100%;
}
.ati-p{
    float: left;
    width: 60%;
    margin-left: 4%;
    margin-top: 32px;
    padding-bottom: 10px;
}
.ati-p h4{
    font-size: 18px;
    color: #303030;
    font-weight: normal;
}
.ati-p-c{
    line-height: 30px;
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 16px;
    height: 240px;
    overflow: auto;
}
.about-chairman{
    margin-top: 30px;
}
.about-chairman-h{
    text-align: center;
    font-size: 24px;
    color: #404040;
    line-height: 28px;
}
.about-chairman-p{
    font-size: 14px;
    line-height: 28px;
    color: #757575;
    padding: 20px 0;
}
.about-team-manage{
    padding-bottom: 50px;
}
.atman-content{
    padding-top: 10px;
}
.atman-box{
    float: left;
    width: 49%;
    margin-top: 20px;
    background-color: #f5f5f5;
    margin-left: 2%;
    transition: all 0.5s ease;
}
.atman-content .atman-box:nth-child(2n+1){
    margin-left: 0;
}
.atman-box-img{
    float: left;
    width: 33%;
}
.atman-box-img img{
    width: 100%;
}
.atman-box-p{
    float: left;
    width: 56%;
    margin-left: 5%;
    padding-bottom: 10px;
}
.atman-box-p-title{
    padding-top: 40px;
}
.atman-box-p-title h4{
    font-size: 18px;
    color: #303030;
}
.atman-box-p-title p{
    font-size: 14px;
    color: #686868;
    font-weight: bold;
    margin-top: 12px;
}
.atman-box-pd{
    font-size: 14px;
    line-height: 28px;
    color: #5d5d5d;
    height: 84px;
    overflow: hidden;
    margin-top: 10px;
}
.about-honor{
    padding-bottom: 60px;
}
.about-honor-content{
    padding-bottom: 50px;
}
.about-honor-box{
    float: left;
    width: 23%;
    margin-left: 2.6%;
    margin-top: 30px;
    transition: all 0.5s ease;
}
.about-honor-img{
    overflow: hidden;
}
.about-honor-img img{
    width: 100%;
    transition: all 0.5s ease;
}
.about-honor-content .about-honor-box:nth-child(4n+1){
    margin-left: 0;
}
.about-honor-box p{
    padding: 10px 10% 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #5d5d5d;
    height: 36px;
    overflow: hidden;
}
.lb-data .lb-close{
    position: fixed;
    top: 20px;
    right: 20px;
}
.lb-data .lb-caption{
    line-height: 1.5em;
}
.page{
    text-align: center;
}
.page a{
    display: inline-block;
    /* padding: 8px 10px; */
    background-color: #E0F6FE;
    color: #777779;
    /* font-weight: bold; */
    margin: 5px 2px 0;
    transition: all 0.5s ease;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 19px;
}
.page .curpage{
    background-color: #777777;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    font-weight: bold;
    margin: 5px 2px 0;
    transition: all 0.5s ease;
}

.about-duty-big{
    padding-bottom: 24px;
    /*border-bottom: 1px dashed #dfdfdf;*/
}
.about-duty-big{
    padding-top: 20px;
}
.adb-box{
    float: left;
    width: 31%;
    margin-top: 20px;
    margin-left: 3.5%;
}
.about-duty-big .adb-box:nth-child(3n+1){
    margin-left: 0;
}
.adb-box-img{
    overflow: hidden;
}
.adb-box-img img{
    width: 100%;
    transition: all 0.5s ease;
}
.adb-box-p h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.adb-box-p p{
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 8px;
}
.about-duty{
    padding-bottom: 40px;
}
.about-news{
    padding-bottom: 20px;
}
.about-news-box{
    padding: 30px 0;
    border-top: 1px dashed #dfdfdf;
    transition: all 0.5s ease;
}
.anb-img{
    float: left;
    width: 16%;
    overflow: hidden;
}
.anb-img img{
    width: 100%;
    transition: all 0.5s ease;
}
.anb-p{
    float: left;
    margin-left: 2.4%;
    width: 80%;
}
.anb-p h4{
    font-size: 22px;
    line-height: 34px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.anb-date{
    color: #9a9a9a;
    margin-top: 8px;
}
.anb-p p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden;
    margin-top: 12px;
}
.ad-detail-title{
    padding-top: 40px;
}
.ad-dt-h{
    font-size: 18px;
    color: #444444;
    line-height: 28px;
    font-weight: bold;
}
.ad-dt-p{
    float: left;
    line-height: 32px;
    margin-right: 24px;
    font-size: 14px;
    color: #797a81;
}
.ad-dt-bot{
    margin-top: 16px;
}
.ad-dt-share p{
    float: left;
    line-height: 32px;
    font-size: 14px;
    color: #797a81;
}
.ad-da-share-a{
    float: left;
}
.ad-da-share-a a{
    display: inline-block;
    margin: 0 2px;
}
.ad-detail-p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    padding: 20px 0;
}
.ad-pn{
    margin-top: 30px;
}
.ad-pn-list{
    border-top: 1px dashed #cccccc;
}
.ad-pn-title{
    float: left;
    line-height: 60px;
    width: 80px;
    padding-right: 20px;
    font-size: 14px;
    color: #666666;
}
.ad-pn-link{
    float: left;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ad-pn-link a{
    display: inline-block;
    color: #444;
}
.ad-page-share{
    display: none;
}
.about-partner-box{
    float: left;
    /* width: 18%; */
    width: 200px;
    height: 97px;
    margin: 20px 1% 0;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
}
.about-partner-box img{
    transition: all 0.5s ease;
}
.about-partner{
    padding-top: 10px;
    padding-bottom: 60px;
}
.about-partner-content{
    padding-bottom: 40px;
}
.about-partner-box img{
    width: 100%;
    /* width: 201px; */
    height: 97px;
}

.news{
    padding-bottom: 30px;
}
.news-content{
    padding-top: 20px;
}
.news-left{
    float: left;
    width: 840px;
}
.news-left .about-news .about-news-box:first-child{
    border-top: none;
}
.news-left .anb-img{
    width: 190px;
}
.news-left .anb-p{
    width: 630px;
    margin-left: 20px;
}
.news-right{
    float: right;
    width: 250px;
    padding-top: 16px;
}
.nr-box{
    height: 88px;
    margin-top: 14px;
}
.nr-box a{
    display: block;
    height: 100%;
}
.nr-box-icon{
    float: left;
    margin-left: 52px;
    margin-top: 28px;
}
.nr-box-p{
    float: left;
    margin-left: 14px;
    margin-top: 26px;
}
.nr-box-p h4{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.nr-box-p p{
    color: #fff;
    margin-top: 8px;
}
.nr-box1{
    background-color: #24b728;
}
.nr-box2{
    background-color: #1f8dd8;
}
.nr-case{
    margin-top: 26px;
}
.nr-title h3{
    float: left;
    font-size: 18px;
    color: #4d4d4d;
}
.nr-title a{
    display: inline-block;
    float: right;
    color: #6b6b6b;
    margin-top: 6px;
}
.nr-case-c{
    position: relative;
    margin-top: 12px;
}
.nr-case-img{
    overflow: hidden;
}
.nr-case-img img{
    transition: all 0.5s ease;
}
.nr-case-p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../images/bg-black50.png");
    z-index: 2;
}
.nr-case-p p{
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.nr-news{
    margin-top: 26px;
}
.nr-news-content{
    margin-top: 12px;
}
.nr-news-content li{
    list-style: none;
    line-height: 30px;
}
.nr-news-content li a{
    display: block;
    font-size: 14px;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.nr-news-content li a span{
    display: inline-block;
    margin-right: 4px;
}


.news-bid{
    padding-bottom: 30px;
}
.news-bid-content{
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-bid-left{
    float: left;
    width: 840px;
}
.news-bid-box{
    padding: 30px 0;
    border-top: 1px dashed #dfdfdf;
}
.news-bid-left .news-bid-box:first-child{
    border-top: none;
}
.news-bid-date{
    float: left;
    width: 80px;
    height: 80px;
    background-color: #b3b3b3;
    text-align: center;
    transition: all 0.5s ease;
}
.news-bid-date h4{
    font-size: 34px;
    color: #fff;
    padding-top: 12px;
}
.news-bid-date p{
    color: #fff;
    margin-top: 8px;
}
.news-bid-p{
    float: left;
    width: 730px;
    margin-left: 20px;
}
.news-bid-p h4{
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.news-bid-p p{
    line-height: 22px;
    color: #666666;
    height: 44px;
    overflow: hidden;
    margin-top: 4px;
}

.service{
    padding-bottom: 50px;
}
.service-content{
    padding-top: 20px;
    padding-bottom: 30px;
}
.service-box{
    float: left;
    width: 24%;
    margin-left: 1.2%;
    cursor: pointer;
    margin-top: 10px;
}
.service-content .service-box:nth-child(4n+1){
    margin-left: 0;
}
.service-box-img{
    overflow: hidden;
}
.service-box-img img{
    width: 100%;
    transition: all 0.5s ease;
}
.service-box p{
    font-size: 18px;
    color: #5d5d5d;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}



.service-detail{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.service-dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
.sd-content{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 970px;
    height: 636px;
    margin-left: -485px;
    margin-top: -318px;
    overflow: auto;
}
.sd-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("../images/s-close.png") no-repeat center center;
    cursor: pointer;
}
.sd-info{
    padding: 66px 0;
}
.sd-big{
    float: left;
    width: 480px;
    height: 500px;
    line-height: 500px;
    text-align: center;
    overflow: hidden;
    margin-left: 60px;
    background-color: #f5f5f5;
}
.sd-big-list{
    display: none;
}
.sd-big img{
    display: inline-block;
    vertical-align: middle;
	width: 100%;
}
.sd-p{
    position: relative;
    float: right;
    width: 310px;
    height: 500px;
    margin-right: 70px;
}
.sdp-desc{
    margin-top: 10px;
}
.sdp-desc-title h4{
    font-size: 18px;
    color: #373737;
    font-weight: normal;
    line-height: 32px;
}
.sdp-desc-con{
    color: #757575;
    line-height: 26px;
    margin-top: 10px;
}
.sdp-desc-con em{
    font-style: normal;
    color: #535353;
    font-weight: bold;
}
.sd-small{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
}
.sd-small-list{
    float: left;
    width: 62px;
    height: 62px;
    border: 1px solid #dddddd;
    opacity: 0.5;
    margin: 4px 2px 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.sd-small-list.on{
    opacity: 1;
    border: 1px solid #FF0000;
}
.sd-small-list img{
    width: 62px;
    height: 62px;
}
.sd-container{
    /* display: none; */
}


.join{
    background: url("../images/join-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 120px;
}

.jt-bc{
    padding-top: 114px;
}
.jt-box{
    float: left;
    width: 48%;
}
.jt-bc .jt-box:nth-child(2){
    float: right;
}
.jt-box h3{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.jt-box p{
    font-size: 12px;
    color: #fff;
    margin-top: 16px;
    line-height: 20px;
}














.join-content{
    background: url("../images/bg-white80.png");
    margin-top: 20px;
}
.join-box{
    float: left;
    height: 570px;
    width: 24%;
    border-left: 1px solid #eeeeee;
}
.join-content .join-box:first-child{
    border-left: none;
}
.join-box-p{
    text-align: center;
    padding: 0 26px;
    margin-top: 144px;
}
.join-box-p h4{
    font-size: 24px;
    color: #484848;
}
.join-box-p p{
    font-size: 14px;
    color: #717171;
    line-height: 20px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}
.join-box-icon{
    height: 120px;
    margin-top: 20px;
}
.join-box-icon1{
    background: url("../images/join1.png") no-repeat center center;
}
.join-box-icon2{
    background: url("../images/join2.png") no-repeat center center;
}
.join-box-icon3{
    background: url("../images/join3.png") no-repeat center center;
}
.join-box-icon4{
    background: url("../images/join4.png") no-repeat center center;
}


.join-contact{
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.join-contact-info{
    padding-top: 40px;
    padding-bottom: 30px;
    /*border-bottom: 1px dashed #bbbbbb;*/
}
.jc-address{
    float: left;
    /*width: 390px;*/
    width: 35%;
}
.jc-address-title{
    font-size: 20px;
    line-height: 24px;
    color: #525252;
}
.jc-address-p{
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
    margin-top: 12px;
}
.jc-depart{
    /*width: 650px;*/
    float: right;
    width: 58%;
}
.jcd-span span{
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    color: #525252;
    cursor: pointer;
    margin-right: 16px;
    transition: all 0.5s ease;
}
.jcd-span span.on{
    color: #FF0000;
}
.jcd-span span:hover{
    color: #FF0000;
}
.jcd-content{
    margin-top: 12px;
}
.jcd-list{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 24px;
    display: none;
}
.join-branch{
    padding-top: 70px;
}
.join-branch-list{
    display: none;
}
.join-branch-title{
    float: left;
    font-size: 14px;
    color: #2e2e2e;
    margin-top: 10px;
    font-weight: bold;
}
.join-branch-span{
    float: left;
    width: 1060px;
}
.join-branch-span span{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #535353;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px;
}
.join-branch-span span.on{
    color: #FF0000;
}

.join-branch-content{
    margin-top: 38px;
}
.jbran-p h4{
    font-size: 18px;
    line-height: 24px;
    color: #3d3d3d;
    font-weight: normal;
}
.jbran-p p{
    font-size: 14px;
    line-height: 24px;
    color: #3d3d3d;
    margin-top: 10px;
}
.jbran-map{
    margin-top: 60px;
}
.jbran-map img{
    width: 100%;
}
.jbr-container{
    background: url("../images/jbr-bg.jpg") no-repeat center top;
}
.join-culture{
    padding-top: 40px;
    padding-bottom: 50px;
}
.join-culture-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.join-culture-p{
    font-size: 14px;
    color: #616161;
    line-height: 28px;
    margin-top: 20px;
}
.join-culture-bc{
    padding-top: 14px;
}
.join-culture-box{
    float: left;
    width: 24%;
    height: 130px;
    border: 1px solid #eaeaea;
    margin-top: 12px;
    margin-left: 10px;
}
.join-culture-bc .join-culture-box:nth-child(4n+1){
    margin-left: 0;
}
.join-culture-box h3{
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    font-weight: normal;
    padding: 0 24px;
    margin-top: 18px;
}
.join-culture-box p{
    font-size: 14px;
    line-height: 20px;
    color: #838383;
    padding: 0 24px;
    margin-top: 8px;
    height: 60px;
    overflow: hidden;
}

.join-job{
    padding-bottom: 40px;
}
.join-job-content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.join-job-table{
    float: left;
    width: 830px;
}
.join-job-table table{
    width: 100%;
}
.join-job-table th{
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #141414;
    height: 50px;
    padding: 10px;
}
.join-job-table tr th:first-child{
    text-align: left;
}
.join-job-table td{
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    padding-top: 20px;
    border-bottom: 1px dashed #cccccc;
    cursor: pointer;
    transition: all 0.5s ease;
}
.join-job-table tr td:first-child{
    text-align: left;
}




.job-detail{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.job-dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
.job-detail-content{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 890px;
    height: 480px;
    margin-left: -485px;
    margin-top: -240px;
    overflow: hidden;
    padding: 0 40px;
    overflow: auto;
}
.jde-desc{
    padding-top: 70px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #cccccc;
}
.jde-desc-title{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
}
.jde-desc-p{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 14px;
}
.jde-desc-p span{
    font-weight: bold;
}
.jde-require{
    padding-top: 18px;
}
.jde-require-title{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: bold;
}
.jde-require-p{
    font-size: 12px;
    color: #555555;
    line-height: 24px;
    /*height: 192px;*/
    /*overflow: auto;*/
    margin-top: 6px;
}
.job-detail-container{
    display: none;
}
.jde-btn{
    padding-bottom: 30px;
}
.jde-submit{
    width: 100px;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
    background-color: #FF0000;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.about-event{
    padding-bottom: 40px;
    background: url("../images/about-event-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.about-event-content{
    position: relative;
    margin-top: 30px;
}
.about-event-content .swiper-container{
    height: 600px;

}
.e-line{
    position: absolute;
    top: 49.6%;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #c2c2c2;
}
.e-round{
    width: 18px;
    height: 18px;
    background-color: #c2c2c2;
    border-radius: 100%;
    margin: 292px auto 0;
    transition: all 0.5s ease;
}
.e-box2 .e-round{
    margin: 34px auto 0;
}

.e-year{
    position: relative;
    height: 48px;
    line-height: 48px;
    background-color: #c9c9c9;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    transition: all 0.5s ease;
}
.e-box2 .e-year{
    margin-top: 0;
}

.e-arrow{
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 10px;
    background: url("../images/e-arrow1.png") no-repeat;
    transition: all 0.5s ease;
}

.e-box2 .e-arrow{
    top: auto;
    bottom: -10px;
    background: url("../images/e-arrow2.png") no-repeat;
}

.e-info{
    height: 150px;
    /*background-color: #f5f5f5;*/
    background-color: #018a3c;
    padding: 20px 16px;
    overflow: auto;
    transition: all 0.5s ease;
}
.e-box2 .e-info{
    margin-top: 20px;
}
.e-info ul{
    list-style: none;
}
.e-info li{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: url("../images/ep-line.jpg") no-repeat left 11px;
    padding-left: 18px;
}
.about-event-content .swiper-button-prev{
    width: 42px;
    height: 42px;
    left: -50px;
    margin-top: -20px;
    background: url("../images/e-prev.jpg") no-repeat;
    transition: all 0.5s ease;
}
.about-event-content .swiper-button-next{
    width: 42px;
    height: 42px;
    right: -50px;
    margin-top: -20px;
    background: url("../images/e-next.jpg") no-repeat;
    transition: all 0.5s ease;
}

@media  screen and (max-width: 1250px){
    .about-event-content .swiper-button-prev{left: 0;}
    .about-event-content .swiper-button-next{right: 0;}
}



.leave-message{
    padding-top: 50px;
    padding-bottom: 40px;
}
.leave-message-title h4{
    font-size: 24px;
}
.leave-message-title h4 span{
    color: #FF0000;
}
.leave-message-title p{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 20px;
}
.message-box{
    position: relative;
    float: left;
    width: 48%;
    margin-top: 20px;
    margin-left: 3%;
}
.leave-message-content .message-box:nth-child(2n+1){
    margin-left: 0;
}
.m-input1{
    height: 38px;
    width: 80%;
    padding-left: 3%;
    padding-right: 17%;
    font-size: 14px;
    border: 1px solid #ccc;
}
.m-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.m-icon1{
    background: url("../images/m-icon1.png") no-repeat center center;
}
.m-icon2{
    background: url("../images/m-icon2.png") no-repeat center center;
}
.m-icon3{
    background: url("../images/m-icon3.png") no-repeat center center;
}
.m-icon4{
    background: url("../images/m-icon4.png") no-repeat center center;
}
.leave-message-textarea{
    margin-top: 20px;
}
.m-textarea{
    height: 200px;
    width: 96%;
    padding: 12px 1.5%;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #ccc;
    resize: none;
}
.lm-submit{
    margin-top: 20px;
}
.lm-submit input{
    width: 150px;
    height: 40px;
    border-radius: 2px;
    background-color: #38a636;
    -webkit-appearance: none;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.about-team-image{
    text-align: center;
    margin-top: 30px;
}


.jcu-s-content{
    padding-top: 20px;
}
.jcu-s-box{
    float: left;
    width: 24%;
    margin-left: 1.2%;
    margin-top: 10px;
}
.jcu-s-content .jcu-s-box:first-child{
    margin-left: 0;
}
.jcu-sbox-img img{
    width: 100%;
}
.jcu-sbox-p{
    padding-top: 14px;
}
.jcu-sbox-p h3{
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    font-weight: normal;
}
.jcu-sbox-p p{
    font-size: 14px;
    color: #7e7e7e;
    line-height: 20px;
    margin-top: 8px;
}
.jcu-b-content{
    padding-top: 20px;
}
.jcu-b-box{
    float: left;
    width: 32%;
    margin-top: 10px;
    margin-left: 1.5%;
}
.jcu-b-content .jcu-b-box:first-child{
    margin-left: 0;
}







.ifooter-focus-a a{
    position: relative;
}
.iff-box{
    position: absolute;
    top: -110px;
    left: 0;
    width: 100px;
    height: 110px;
    z-index: 999;
    display: none;
}
.iff-a:hover .iff-box{
    display: block;
}
  .ad-detail-p table  tr td { border:  1px solid #ccc!important;}

