@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
.subPageC {
    padding: 0px 30px;
}

.singleArticle {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

.articleBox {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    color: #666;
}

.articleBox img {
    max-width: 100%;
}

.articleTitle {
    clear: both;
    text-align: center;
    padding: 20px 10px 0 10px;
    line-height: 30px;
    font-size: 20px;
    font-family: "microsoft yahei";
    color: #333;
    font-weight: bold;
}

.articleTime {
    display: block;
    clear: both;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.articleTime .shareBox .bds_qzone{
    background: url(../images/singicon1.png) no-repeat center center!important;
}
.articleTime .shareBox .bds_weixin{
    background: url(../images/singicon2.png) no-repeat center center!important;
}
.articleTime .shareBox .bds_tsina{
    background: url(../images/singicon3.png) no-repeat center center!important;
}
.bdsharebuttonbox .bds_sqq:hover{background: url(../images/singicon4.png) no-repeat center center!important;}
.bdsharebuttonbox .bds_weixin:hover{background: url(../images/singicon6.png) no-repeat center center!important;}
.bdsharebuttonbox .bds_tsina:hover{background: url(../images/singicon5.png) no-repeat center center!important;}
.pageUp {
    display: block;
    line-height: 30px;
    padding: 10px 0 20px 0;
    border-top: 1px dotted #ccc;
    color: #333333;
    font-size: 14px;
}

.pageUpfl {
    background-color: #fff;
    padding: 35px 0;
    width: 50%;
    transition: all 0.5s linear;
}

.pageUpfr {
    background-color: #fff;
    padding: 35px 0;
    width: 50%;
}

.pageUp .pageUpsp1:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #dedede;
    top: 50%;
    right: 0px;
    margin-top: -8px;
}

.pageUp .pageUpsp2:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #dedede;
    top: 50%;
    left: 0px;
    margin-top: -8px;
}

.pageUpfl a {
    padding-left: 30px;
}

.pageUpfl:hover {
    background-color: #0e5ba1;
}

.pageUpfr a {
    padding-left: 30px;
}

.pageUpfl:hover a {
    color: #fff !important;
}

.pageUpfl:hover span {
    background: url(../images/singleftH.png) no-repeat left center;
}

.pageUpfr:hover span {
    background: url(../images/singrightH.png) no-repeat right center;
}

.pageUpfr:hover {
    background-color: #0e5ba1;
}

.pageUpfr:hover a {
    color: #fff !important;
}

.pageUpsp1 {
    background: url(../images/singleft.png) no-repeat left center;
    padding-left: 60px;
    display: inline-block;
    width: 20px;
    height: 30px;
    float: left;
    margin-left: 40px;
    position: relative;
}

.pageUpsp2 {
    background: url(../images/singright.png) no-repeat right center;
    padding-left: 60px;
    display: inline-block;
    width: 20px;
    height: 30px;
    float: right;
    margin-right: 40px;
    position: relative;
}

.share {
    display: block;
    clear: both;
    padding: 10px 0;
}

.articlePage {
    clear: both;
    height: 30px;
    text-align: center;
    font-family: Arial;
}

.articlePage a {
    margin: 0 1px;
    background: #ccc;
    padding: 5px 10px;
}

.articlePage a:hover {
    color: #fff;
    background: #1e8ddc;
}

.articlePage a.hover {
    color: #fff;
    background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */
#play {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px;
    margin: 20px auto 0 auto;
}

#play .change_a {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(about:blank);
}

#play .prev_a {
    left: 0;
}

#play .next_a {
    right: 0
}

#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

#play .prev_a span {
    background: url(../images/file/article_icon.png) no-repeat 0px -50px;
    left: 0;
}

#play .next_a span {
    background: url(../images/file/article_icon.png) no-repeat -30px -50px;
    right: 0;
}

#play .img_ul {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
}

#play .img_ul li {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
    background: #fff;
    margin: 0 0 5px 0;
}

#play .img_ul li img {
    position: absolute;
}

.imgMove {
    width: 600px;
    clear: both;
    margin: 20px auto;
    position: relative;
}

.img_hd {
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    position: relative;
}

.img_hd ul {
    position: absolute;
    z-index: 1
}

.img_hd ul li {
    float: left;
    height: 47px;
    width: 70px;
    padding: 3px;
    margin: 0 7px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: relative;
}

.img_hd ul li p {
    height: 47px;
    width: 70px;
    display: block;
    background: #fff;
    position: relative;
}

.img_hd ul li i {
    display: block;
    clear: both;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 99999999999999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.img_hd ul li img {
    position: absolute;
    height: 47px;
    width: 70px;
}

.img_hd ul li.on {
    border: 1px solid #1e8ddc;
    background: #1e8ddc;
}

.imgMove .bottom_a {
    width: 20px;
    height: 25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float: left;
    top: 15px;
    position: absolute;
    z-index: 9999999999999;
    background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
    background-position: left top;
    left: 0;
}

.imgMove .next_a {
    background-position: right top;
    right: 0;
}

.articleHand {
    clear: both;
    font-size: 16px;
    padding: 10px 0px 20px 0;
    overflow: hidden;
}

.articleHand a {
    display: block;
    line-height: 32px;
    padding: 0 20px 10px 30px;
    float: left;
    background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
    background: url(../images/file/word.png) no-repeat left 3px;
    color: #37a6ff !important;
}

.articleHand a.ppt {
    background: url(../images/file/ppt.png) no-repeat left center;
    color: #ff7735 !important;
}

.articleHand a.excel {
    background: url(../images/file/excel.png) no-repeat left center;
    color: #15bf44 !important;
}

.articleHand a.pdf {
    background: url(../images/file/pdf.png) no-repeat left center;
    color: #1369c0 !important;
}

.articleHand a.zip {
    background: url(../images/file/zip.png) no-repeat left 3px;
    color: #ff9779 !important;
}

.shareBox {
    display: inline-block;
    vertical-align: middle;
}

.shareBoxL {
    float: left;
    padding: 0 0 0 20px;
}

.singT {
    font-size: 14px;
    color: #999999;
    display: block;
    line-height: 36px;
    float: left;
    background: url(../images/singiconT.png) no-repeat left center;
    padding-left: 20px;
}

.bdsharebuttonbox {
    float: left;
    padding: 0px 0 0 10px;
}

.shareBoxR {
    line-height: 40px;
    float: right;
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #000;
}

.articleTimesp1 {
    background: url(../images/icon1.png) no-repeat left center;
    padding-left: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.articleTimesp2 {
    background: url(../images/icon2.png) no-repeat left center;
    padding-left: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.articleTimesp3 {
    background: url(../images/icon3.png) no-repeat left center;
    padding-left: 30px;
    height: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.bdimgshare-content {
    display: none !important;
}

.bdimgshare-bg {
    display: none !important;
}

/*单篇+文章页end*/
/*人才理念start*/
.employingT {
    height: 340px;
    background-color: #fff;
    overflow: hidden;
}

.employingT1 span {
    text-align: center;
    display: block;

}

.colText .TextC {
    font-size: 24px;
    line-height: 32px;
    color: #666666;
    display: block;
    text-align: center;

}

.colText .TextC1 {
    font-size: 24px;
    line-height: 32px;
    color: #f1860f;
    display: block;
    text-align: center;
}

.employingT1 {
    padding-top: 105px;
}

.employingT1 .TextC2 {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.employingB {
    height: 430px;
    overflow: hidden;
    position: relative;

}

.employingB1 {
    position: absolute;
    bottom: 182px;
    left: 385px;
}

/*人才理念end*/
/*service start*/
.serviceTop {
    height: 280px;
}

.serviceT {
    text-align: center;
}

.serviceC1 {
    margin: 0 205px;
    background: #f9f9f9;
    overflow: hidden;
}

.serviceC .serviceCfl {
    width: 50%;
    height: 410px;
    background-color: #fff;
    overflow: hidden;
}

.serviceCsp1 {
    font-size: 24px;
    line-height: 30px;
    color: #32323f;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.serviceCsp2 {
    font-size: 16px;
    line-height: 30px;
    color: #32323f;
    display: block;
    text-align: left;
    padding-top: 23px;
}

.serviceCsp3 {
    font-size: 14px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    padding-right: 30px;
    padding-top: 20px;
}

.serviceCflT1 a {
    display: inline-block;
    height: 100%;
    padding-top: 28px;
}

.serviceCsp4 {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px #959595 solid;
    border-radius: 30px;
    padding: 12px 27px;
    transition: 0.4s ease;

}
.serviceCsp4:hover{
    color: #fff;
    border-color: #004097;
    background: #004097;
}
.serviceCfl1 {
    padding: 70px 40px;
    overflow: hidden;
}

.serviceCfr1 {
    padding: 70px 40px;
    overflow: hidden;
}

.serviceCsp1:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 3px;
    background-color: #959595;
    bottom: 0px;
    left: 0px;
}

.serviceC .serviceCfr {
    width: 50%;
    height: 410px;
    background-color: #fafafa;
    overflow: hidden;
}

.serviceCspT ul li {
    float: left;
    display: inline;
    width: 33.3333%;
    list-style-type: disc !important;
}

.serviceC3 {
    padding: 0 205px;
}

.serviceBom {
    text-align: center;
    height: 45px;
    padding: 40px 0px;
}

.serviceBom .serviceL {
    background: url(../images/seviceLeft.png) no-repeat center center;
    display: inline-block;
    height: 45px;
    width: 45px;
    padding-right: 45px;
}

.serviceBom .serviceR {
    background: url(../images/serviceright.png) no-repeat center center;
    display: inline-block;
    height: 45px;
    width: 45px;
}

.serviceC2T {
    background-color: #fff;
    padding: 50px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.serviceC2T img {
    max-width: 100%;
}

.serviceCspT {
    overflow: hidden;
    padding-top: 20px;
}

.serviceCspT ul li a i {
    padding-right: 12px;
}

.serviceCspT ul li a {
    font-size: 14px;
    line-height: 36px;
    color: #666666;

}
.serviceCspT ul li a:hover{
    color: #004097;
}
/*service end*/
/* 一站式服务 start */
.publicTitle1 {
    font-size: 26px;
    color: #333;
    text-align: center;
    line-height: 40px;
}

.busList {
    margin: 0 -15px;
    height: 398px;
    overflow: hidden;
}

.busList .mySlide {
    width: 20%;
    position: relative;
    top: 144px;
    transition: 0.4s ease;
}

.busList a {
    display: block;
    margin: 0 15px;
    border: 1px solid #dee3ed;
    text-align: center;
    padding-bottom: 20px;
    transition: 0.4s ease;
}

.busList .listTit {
    font-size: 20px;
    color: #333;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
}

.busList .listInfo {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 96px;
    margin-bottom: 20px;
    padding: 0 20px;
    transition: 0.4s ease;
    position: relative;
    top: 0;
    overflow: hidden;
}

.busList .listImg {
    height: 120px;
    transition: 0.4s ease;
    padding-top: 20px;
}

.busList .listImg img {
    height: 100%;
    width: 100%;
    width: auto\9;
    object-fit: contain;
    transition: 0.4s ease;
}

.busList .listMore {
    background: #ff9900;
    color: #fff;
    text-align: center;
    width: 140px;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    bottom: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: 0.4s ease;
    left: 50%;
    margin-left: -70px;
}

.busList .mySlide.slide1 {
    top: 144px;
}

.busList .mySlide.slide2 {
    top: 62px;
}

.busList .mySlide.slide3 {
    top: 0;
}

.busList .mySlide.slide4 {
    top: 62px;
}

.busList .mySlide.slide5 {
    top: 144px;
}

.busList .mySlide.slide1 .listTit {
    height: 80px;
    line-height: 80px;
}

.busList .mySlide.slide2 .listTit {
    height: 100px;
    line-height: 100px;
}

.busList .mySlide.slide3 .listTit {
    height: 120px;
    line-height: 120px;
}

.busList .mySlide.slide4 .listTit {
    height: 100px;
    line-height: 100px;
}

.busList .mySlide.slide5 .listTit {
    height: 80px;
    line-height: 80px;
}

.busList .mySlide.slide1 .listInfo {
    height: 32px;
}

.busList .mySlide.slide2 .listInfo {
    height: 64px;
}

.busList .mySlide.slide3 .listInfo {
    height: 96px;
}

.busList .mySlide.slide4 .listInfo {
    height: 64px;
}

.busList .mySlide.slide5 .listInfo {
    height: 32px;
}

.busList .mySlide.slide1 .listImg {
    height: 80px;
}

.busList .mySlide.slide2 .listImg {
    height: 110px;
}

.busList .mySlide.slide3 .listImg {
    height: 120px;
}

.busList .mySlide.slide4 .listImg {
    height: 110px;
}

.busList .mySlide.slide5 .listImg {
    height: 80px;
}

.busList a:hover .listTit {
    color: #fff;
    background: url(../images/j_Bg1.jpg) center center no-repeat;
}

.busList a:hover .listInfo {
    position: relative;
    top: 20px;
}

.busList a:hover .listImg {
    opacity: 0;
    filter: alpha(opacity=0);
}

.busList a:hover .listMore {
    bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.busPrev,
.busNext {
    position: absolute;
    top: 55%;
    height: 45px;
    width: 45px;
    background-color: #ff9900;
    border-radius: 50%;
    cursor: pointer;
}

.busPrev {
    left: -90px;
    background-image: url(../images/j_arrowL1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.busNext {
    right: -90px;
    background-image: url(../images/j_arrowR1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.srvBox2 {
    background: url(../images/j_Bg2.jpg) center center no-repeat;
}

.srvBox2 .title {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.srvBox2 .title span {
    display: inline-block;
    background: url(../images/j_ico1.png) left 3px no-repeat;
}

.srvBox2 .text {
    width: 565px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.serCaseTab {
    text-align: center;
    font-size: 0;
}

.serCaseTab li {
    display: inline-block;
    padding: 0 3px;
}

.serCaseTab a {
    display: block;
    line-height: 55px;
    padding: 0 10px;
    min-width: 70px;
    background: #ebebeb;
    color: #666;
    font-size: 14px;
    border-radius: 2px;
    transition: 0.4s ease;
}

.serCaseTab li.hover a {
    background: #f1860f;
    color: #fff;
}

.serCaseTabC {
    max-height: 845px;
    overflow: hidden;
}

.caseList {
    margin: 0 -15px;
}

.caseList dd {
    width: 33.333333%;
    float: left;
    display: inline;
    margin-bottom: 30px;
}

.caseList a {
    display: block;
    margin: 0 15px;
}

.caseList .pic {
    padding-top: 66.6666%;
    position: relative;
}

.caseList .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseList .listTit {
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    line-height: 70px;
    overflow: hidden;
    position: relative;
}

.caseList .listTit span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caseList .listTit i {
    float: right;
    display: block;
    width: 20px;
    height: 70px;
    overflow: hidden;
    background: url(../images/j_arrow1.png) center center no-repeat;
}

.caseList .listTit:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: 0.4s ease;
    border-bottom: 1px solid #f1860f;
    opacity: 0;
    filter: alpha(opacity=0);
}

.caseList a:hover .listTit:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.caseList a:hover .listTit i {
    background-image: url(../images/j_arrow1_h.png);
}

.salesList {
    margin: 0 -15px;
}

.salesList dd {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.salesList a {
    display: block;
    margin: 0 15px;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
}

.salesList .ico {
    width: 165px;
    height: 180px;
}

.salesList .text {
    overflow: hidden;
    padding-left: 40px;
}

.salesList .title {
    font-size: 24px;
    color: #333;
    padding-top: 45px;
}

.salesList .info {
    padding-top: 15px;
    color: #555555;
    font-size: 14px;
    line-height: 28px;
}

.salesList .ico1 {
    background: url(../images/j_ico2.png) center center no-repeat;
}

.salesList .ico2 {
    background: url(../images/j_ico3.png) center center no-repeat;
}

.salesList .ico3 {
    background: url(../images/j_ico4.png) center center no-repeat;
}

.salesList .ico4 {
    background: url(../images/j_ico5.png) center center no-repeat;
}

.serConsult {
    background: url(../images/j_Bg3.jpg) center center;
}

.consultT {
    font-size: 16px;
    color: #fff;
    width: 240px;
    margin: 0 auto;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
    left: -10px;
    background: url(../images/j_ico1.png) left 15px no-repeat;
}

.consultT span {
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
    line-height: 45px;
}

.consultBtn {
    width: 240px;
    margin: 0 auto;
}

.consultBtn a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 200px;
    text-align: center;
    color: #333;
    font-size: 14px;
    background: #fff;
}

/* 一站式服务 end */

/*全图列表页start*/
.imgList1 {
    background-color: #fff;
    padding-top: 40px;
}

.imgListT {
    padding: 0 205px;
    overflow: hidden;
}

.imgList1 .imghover:hover .con {
    box-shadow: 0 7px 15px #f4f4f4;
}

.imgList1 {
    overflow: hidden;
    margin-right: -40px;
}

.imgList1 dd {
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 30px;
}

.imgList1 dd .con {
    overflow: hidden;
    margin-right: 40px;
}

.imgList1 dd .a {
    display: block;
}

.imgList1 dd .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imgList1 dd .pic:before {
    display: block;
    content: '';
    padding-top: 55.9872%;
}

.imgList1 dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.imgList1 dd .text {
    display: block;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    text-align: left;
    color: #444444;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
}

.imgList1 dd:hover .text {
    color: #ef7403;
}

/*全图列表页end*/
/*advertisement start*/
.advertisement {
    background-color: #fff;
}

.advertisement1 {

    overflow: hidden;
}
.advertisement .advertisementTop3 .advertisementsp5{
    color: #666666!important;
}
.advertisement .topB {
    background-color: #fff;
}

.advertisementTop {
    background-color: #fff;
    padding: 75px 0px 0px;
}

.advertisementsp1 {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: #333333;
    display: block;
}

.advertisementsp2 {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.advertisementTopdl {
    overflow: hidden;
    padding-top: 80px;
    margin-right: -140px;
}

.advertisementTopdl dd {
    width: 25%;
    float: left;
    display: inline;
}

.wechat .advertisementTopdl dd {
    width: 33.3333% !important;
    float: left;
    display: inline;
}

.advertisementTopdl dd img {
    display: block;
    margin: 0 auto;
}

.advertisementTopdl dd a {
    display: block;
    height: 100%;
    margin-right: 140px;
}

.advertisementsp3 {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    display: block;
    text-align: center;
}

.advertisementTop1 {
    padding: 115px 0 40px;
}

.advertisementsp4 {
    font-size: 26px;
    line-height: 32px;
    color: #333333;
    display: block;
    text-align: center;
}

.advertisementsp5 {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    display: block;
    text-align: center;
    padding-bottom: 70px;
	width: 80%;
	margin: 0 auto;
}

.advertY dl dd {
    float: left;
    display: inline;
    width: 33.3333%;
}

.advertYbox .advertYboxsp1 {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}

.advertYbox .advertYboxsp2 {
    font-size: 14px;
    line-height: 32px;
    color: #e5e5e5;
    display: block;
    text-align: center;
    padding: 0 130px;
}

.advertYbox {
    height: 500px;
    overflow: hidden;
}

.advertYbox img {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.advertYdl {
    overflow: hidden;
}

.advertisementbox {
    padding: 80px 0px 150px 0;

}

.advertiseBox2dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.advertiseBox2dl dd {
    display: inline;
    float: left;
    width: 20%;
}

.advertiseBox3 img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.advertiseBox2dl {
    margin: 0 -35px;
}

.Box3sp1 {
    font-size: 24px;
    line-height: 32px;
    color: #666666;
    display: block;
    text-align: center;
    position: relative;
    top: -25px;
}

.Box3sp2 {
    font-size: 14px;
    line-height: 32px;
    color: #858ea3;
    display: block;
    text-align: center;
    height: 64px;
}

.advertiseBox3 {
    overflow: hidden;
    height: 260px;
    box-shadow: 0 0 33px #f8f8f8;
    margin: 10px 10px;
    background-color: #fff;
}

.advertisementTop3 {
    background-color: #f5f5f5;
}

.advertiseList {
    overflow: hidden;
    margin-right: -30px;
}

.advertiseList dd {
    float: left;
    display: inline;
    width: 33.3333%;
    margin-bottom: 30px;
}

.advertiseList dd .con {
    overflow: hidden;
    margin-right: 30px;
}

.advertiseList dd .a {
    display: block;
}

.advertiseList dd .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.advertiseList dd .pic:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.advertiseList dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.advertiseList dd .text {
    padding: 0 20px;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.advertiseList dd .text:after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 1px;
    background-color: #f14509;
    bottom: 0px;
    left: 0px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.advertisementTop3 {
    padding-top: 100px;
}

.advertiseList dd .text span {
    height: 70px;
    line-height: 70px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.advertiseList dd:hover .text {
    color: #F00;
}

.advertiseList dd:hover .text:after {
    width: 100%;
}

.advertiseList dd:hover .textimg {
    background: url(../images/leftH.png) no-repeat center center !important;
}

.advertisementTop3 .advertisementsp5 {
    padding-bottom: 40px !important;
}

.advertiseList dd .text .textimg {
    background: url(../images/left.png) no-repeat center center;
    height: 70px;
    width: 20px;
    display: inline-block;
    float: right;
}

.Box4more {
    text-align: center;
    padding: 50px 0 60px;
}

.Box4more a span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 58px;
    height: 58px;
    color: #333333;
    border: 1px #dedede solid;
    overflow: hidden;
    width: 198px;
    margin: 0 auto;
}

/*.advertisementTop5 {
    height: 800px;
}*/

.Top5Box1 dl dd {
    width: 20%;
    float: left;
    display: inline;
    padding-bottom: 120px;
}

.Top5BoxT .advertisementsp4,
.advertisementsp5 {
    color: #fff !important;
}

.Top5BoxT {
    padding-top: 85px;
}

.commerBox2 .advertisementsp5 {
    color: #666666 !important;
}

.advertisementTopdl img {
    padding-bottom: 25px;
}

.pad {
    padding-bottom: 105px;
}

.Top5Box1dl dd img {
    height: 70px;
    height: 70px;
}

.Top5Box1dl dd .conBg {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.Top5Box1dl {
    overflow: hidden;
}

.Top5Box1dl dd span {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    display: block;
    text-align: center;
}

/*advertisement end*/
/*电子商务start*/
.commerBox1 {
    overflow: hidden;
    padding-top: 105px;
}

.commerBox1 .advertisementsp5 {
    font-size: 14px;
    line-height: 32px;
    color: #666666 !important;
    display: block;
    text-align: center;
}

.advertisementTop6 {
    height: 923px;
    background-color: #fafafa;
}

.commercialBox dl dd {
    float: left;
    display: inline;
    overflow: hidden;
    width: 20%;
}

.commerBox1sp1 {
    font-size: 18px;
    line-height: 32px;
    color: #74809a;
    display: block;
    text-align: center;
}

.Top7box {
    height: 800px;
    overflow: hidden;
}

.Top7box1 .advertisementsp4 {
    color: #ffffff;

}

.Top7box1 .advertisementsp5 {
    color: #c7c7c7 !important;
}

.Top7box1 .hd {
    width: 21.2%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.Top7box1 {
    height: 100%;
}

.Top7boxdl span {
    font-size: 16px;
    line-height: 32px;
    color: #c7c7c7;
    display: block;
    padding: 22px 0 25px 35px;
}

.Top7boxdl span:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #0c51b1;
    left: 0px;
    top: 0px;
    display: none;
    transition: all 0.3 linear;
}

.Top7box1 dd {
    position: relative;
}

.Top7boxdl dd:hover span {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.Top7boxdl dd.hover span {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.Top7boxdl dd:hover span:after {
    display: block;
}

.Top7boxdl dd.hover span:after {
    display: block;
}

.Top7boxfr {
    overflow: hidden;
}

.Top7boxfrBotdl {
    padding-left: 125px;
}

.Top7boxfrBot1:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0px;
    bottom: 0px;
}

.Top7boxfrBot1 {
    position: relative;
    padding-bottom: 35px;
}

.Top7boxfrBot2 {
    padding-top: 45px;
}

.Top7boxfrBotdl .Top7boxfrBot1sp1 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    display: block;
    text-align: left;
}

.Top7boxfrBotimg {
    width: 120px;
    height: 50px;
    display: inline-block;
    background-size: contain !important;
    margin: 0 10px;
}

.Top7boxfrtop {
    overflow: hidden;
    padding: 85px 0 0 125px;
}

.Top7boxfrBot2 .Top7boxfrBot1sp1 {
    padding-bottom: 30px;
}

.Top7boxfrBot1sp2 {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    display: block;
}

/*电子商务end*/
/*图文列表页start*/

/*图文列表页end*/
/*全文列表页start*/

/*全文列表页end*/
/*招聘列表页start*/
.recruitL {
    background: #f0f6f4;
    position: relative;
}

.recruitTitle {
    padding-left: 30px;
}

.recruitTitle dd {
    font-size: 14px;
    float: left;
    display: inline;
    width: 110px;
    height: 60px;
    line-height: 60px;
}

.recruitTitle dd + dd {
    text-align: center;
    margin-left: 75px;
}

.recruitList {
    overflow: hidden;
}

.recruitList dd {
    overflow: hidden;
    margin-bottom: 10px;
}

.recruitList dd .recruitT {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 55px;
    background: #fff;
    color: #666666;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
    font-size: 14px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 110px;
    margin-right: 75px;
    text-align: center
}

.recruitList dd .recruitT .btn {
    float: right;
    width: 80px;
    height: 60px;
    background: url(../images/zpShowh.png) no-repeat center center;
    margin-right: 90px;
}

.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    display: none;
    padding: 20px;
    background: #FFF;
    border: 1px #f1860f solid;
}

.recruitList dd .recruitC strong {
    color: #333;
}

.recruitList dt {
    overflow: hidden;
    margin-bottom: 10px;
}

.recruitList dt .recruitT {
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 55px;
    background: #f5f5f5;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dt .recruitT .text {
    font-size: 16px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 110px;
    margin-right: 75px;
    text-align: center;
    color: #555555;
    font-weight: bold;
}

.recruitList dt .recruitT .text1 {
    float: right;
    width: 110px;
    height: 80px;
    font-size: 14px;
    margin-right: 50px;
    color: #555555;
    font-weight: bold;
}

.recruitText {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-bottom: 20px;
}

.recruitText span {
    font-weight: bold;
}

.recruitText:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    bottom: 0px;
}

.recruitList dt .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    display: none;
    padding: 20px;
    background: #FFF;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    padding: 0px 0;
    border-bottom: 1px solid #ddd;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 50px;
}

.recruitTable table tr td {
    border: none;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.recruitTable table b {
    margin-right: 20px;
}

.recruitBtn {
    overflow: hidden;
    padding-top: 20px;
}

.recruitBtn a {
    border: 1px solid #f8b551;
    font-size: 16px;
    overflow: hidden;
    display: block;
    height: 35px;
    line-height: 35px;
    float: left;
    display: inline;
    padding: 0 30px;
    background: #f8b551;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruit {
    background-color: #e9e9e9;
}

.recruitBtn a.btn2 {
    margin-left: 15px;
    color: #cf261f;
}

.recruitList dd:hover .recruitT {
    background: #f1860f;
    color: #fff;
}

.recruitList dd:hover .recruitT .btn {
    background: url(../images/zpShowh.png) no-repeat center center;
}

.recruitList dd.active .recruitT {
    background: #f1860f;
    color: #fff;
}

.recruitList dd.active .recruitT .btn {
    background: url(../images/zpHide.png) no-repeat center center;
}

/*招聘列表页end*/
/*招聘详情start*/

/*招聘详情end*/
/*招聘表单start*/
.subPopBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.65);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#65000000', endColorstr='#65000000')\9;
    z-index: 999999;
    display: none;
}

.subPopCont {
    width: 600px;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -300px;
}
.subPopCont form{
    overflow: hidden;
    padding: 30px 50px;
    overflow-y: auto;
    height: 442px;
}
.inpDiv {
	overflow: hidden;
	padding: 0px 10px;
	position: relative;
    border: 1px #d1d1d1 solid;
}
.fotext {
    font-size: 14px;
    line-height: 48px;
    color: #999999;
    height: 48px;
    padding-left: 10px;
}
.fotext .i1{
    color: #ff4242;
    line-height: 48px;
    font-style: normal;
}
.joinForm_dl .formInp {
	display: block;
	height: 48px;
	overflow: hidden;
    width: 80%;
	border: none;
	background: none;
	outline: none;
	line-height: 48px;
	font-size: 16px;
	color: #666;
	font-family: 'microsoft yahei';
	position: relative;
	z-index: 2;
    padding: 0;
}
.joinFormTit {
    display: block;
    font-size: 24px;
    color: #333;
    text-align: left;
    overflow: hidden;
    padding-bottom: 30px;
}

.joinForm_dl {
    
}
.joinForm_dl dd {
    clear: both;
    position: relative;
    margin-bottom: 10px;
    border: 1px #d1d1d1 solid;
    
}
.joinFormName {
    display: block;
    width: 70px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color: #444;
    position: absolute;
    left: 0px;
    top: 0px;
}
.joinFormInp {
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px;
    color: #666;
    font-family: "microsoft yahei";
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.joinForm_dl dd label {
    margin-right: 15px;
}

.joinForm_dl dd label span {
    padding-left: 6px;
}

.joinFormInp[disabled="disabled"] {
    background: #fff;
}

.joinForm_dl dt {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.joinForm_dl dt textarea {
    width: 470px;
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.closeSubPop {
    width: 46px;
    height: 46px;
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
}
.joinForm_dl .demo2 {
	height: 48px;
	position: relative;
	padding-left: 10px;
}
.joinForm_dl .demo2 .seljg {
	padding-left: 10px;
	line-height: 48px;
	color: #666666;
	font-size: 13px;
	cursor: pointer;
}

.joinForm_dl .demo2 .seljg input {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	background: none;
}
.joinForm_dl .demo2 .selIcn {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon37.png) no-repeat center center;
	position: absolute;
	right: 25px;
	top: 9px;
	cursor: pointer;
}

.joinForm_dl .demo2 .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-top: none;
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 48px;
	background: #FFF;
	display: none;
	z-index: 100000
}
.joinForm_dl .demo2 .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.joinForm_dl .demo2 .selTj a:hover {
	background: #f8f8f8;
	color: #ff7800;
}
.joinForm_dl .demo2 .selTj a.hover {
	background: #f8f8f8;
	color: #ff7800;
}
.formTxt {
	margin-bottom: 20px;
}

.formTxt textarea {
	width: 101%;
	height: 160px;
	line-height: 40px;
	padding-left: 10px;
	margin-left: -10px;
	/* border: 1px solid #ddd; */
	border: none;
	resize: none;
}

.formTxt .tel {
	padding-right: 15px;
	padding-top: 15px;
	width: 75px;
	text-align: right;
	font-size: 16px;
}

.formTxt .xin {
	padding-top: 15px;
}
.formBtn1  {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #bfbfbf;
	color: #666;
	font-size: 14px;
    text-align: center;
    padding: 0 50px;
}
.formBtn{
    text-align: center;
    padding-top: 80px;
}
.formBtn1:hover{
    background-color: #0e5ba1;
    color: #fff!important;
}
.formBtn2:hover{
    background-color: #0e5ba1;
    color: #fff!important;
}
.formBtn2  {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #bfbfbf;
	color: #666;
	font-size: 14px;
    text-align: center;
    padding: 0 50px;
}
.formBtn1 a.submint {
	color: #fff;
	background: #0061ae;
}
.Dow {
	background-color: #f7f7f7;
	padding-left: 15px;
}

.Dow .Dow1 .webuploader-pick {
	background: #1376dd !important;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}

.Dow .Dow2 .webuploader-pick {
	background: #4bc089 !important;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}
.messageCode .con{
    padding-top: 20px;
    overflow: hidden;
}
.messageCode .inDiv{
    border: 1px #999 solid;
    width: 375px;
    float: left;
    display: inline-block
}

/*招聘表单end*/
/*留言start*/
.contactTop .colText {
    padding-top: 105px;
}

.contact .contactTop {
    height: 723px;
    background: url(../images/contactimg1_02.png) no-repeat center center;
}

.contactTop1 {
    height: 100%;
}

.w_1010 {
    width: 1010px;
    margin: 0 auto;
}

.contactBox dl {
    margin: 0 -5px;
}

.contactBox dl dd {
    width: 50%;
}

.contactBox1 {
    border: 1px solid #e6e6e6;
    background: #fff;
    overflow: hidden;
    margin: 0 5px;
}

.fromBox {
    overflow: hidden;
}

.fromTip {
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.form1 {
    overflow: hidden;
}

.fromTip em {
    color: #cc3333;
    padding-right: 5px;
}

.form1 {
    clear: both;
}

.form1L {
    height: 64px;
    line-height: 64px;
    text-align: right;
    vertical-align: top;
    color: #666;
    padding: 0 5px 0 10px;
    font-size: 14px;
    float: left;
}

.form1L em {
    color: #cc0000;
    padding: 5px 5px 0 0;
    font-style: normal;
}

.form1L i {
    color: #eb2c2c;
    padding-right: 5px;
    font-style: normal;
}

.form1R {
    overflow: hidden;

}

.form1Input {
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: none;
    font-size: 14px;
    color: #888;
    border: none;

}

.form1Input[readonly="readonly"] {
    background: #fafafa;
    color: #666;
}

.form1Input.w400 {
    width: 400px;
}

.form1Input.w200 {
    width: 200px;
}

.form1Input.w100 {}

.codeSrc {
    height: 51px;
    cursor: pointer;
    padding-top: 7px;
}

.formR1 {
    width: 293px;
}

.formR2 {
    width: 400px;
}

.formR3 {
    width: 310px;
}

.form1Textarea1 {
    resize: none;
    width: 100%;
    height: 130px;
    line-height: 55px;
    background: none;
    outline: none;
    color: #666;
    font-size: 14px;
    border: none;
    padding: 5px 0;
}

.form1Textarea1.w600 {
    width: 600px;
    height: 200px;
}

.form1Textarea1.w700 {
    width: 700px;
    height: 200px;
}

.form1R {
    float: left;
}

.form1Bt {
    text-align: center;
    padding-top: 50px;
}

.form1Bt a {
    width: 110px;
    display: inline-block;
    height: 40px;
    background: #f1860f;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 2px;
    padding: 0px 5px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.contactBox {
    padding-top: 50px;
}

.form1Bt a:hover {
    opacity: 0.8;
}

.contactBomT {
    background-color: #ffff;
    height: 425px;
}

.contactBomT1 .colText {
    padding-top: 110px;
}

.contactBomCI {
    height: 76px;
    width: 90px;
    text-align: center;
    margin: 0 auto;
}

.BomCIsp1 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: block;
    text-align: center;
}

.BomCIsp2 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: block;
    text-align: center;
}

.contactBomT2dl dd {
    float: left;
    display: inline;
    width: 33.3333%;
    position: relative;
}

.contactBomT2dl dd:last-child:after {
    display: none;
}

.contactBomT2dl {
    overflow: hidden;
}

.contactBomT2 {
    padding-top: 25px;
}

.contactBomT2dl dd:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 82px;
    background-color: #e6e6e6;
    right: 0;
    top: 20px;
}

.contactBomT3 {
    height: 500px;
    background-size: cover;
    background-position: center center;
}

/*留言end*/
/* 关于我们 start */
.aboCulture {
    background: url(../images/j_Bg4.jpg);
    position: relative;
}
.aboCulture .colText{
    position: absolute;
    top: 80px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    z-index: 19;
}
.abobrief{
    background-color: #fff;
}
.abobriefboxI {
    text-align: center;
    padding: 20px 0 50px;
    overflow: hidden;
}
.abobriefbox span{
    font-size: 14px;
    line-height: 32px;
    color: #555555;
    text-align: center;
    display: block;
    
}
.h80{
    height: 80px;
    display: block;
    overflow: hidden;
    clear: both;
}
.culturList {
    width: 100%;
}

.culturList .listBox {
    height: 130px;
    background: #829796;
    padding: 0 20px 0 38px;
    border-radius: 3px;
    color: #fff;
    line-height: 50px;
}
.culturList .listImg img{
    height: 600px;
    object-fit: center center;
}
.culturList .listTit {
    font-size: 36px;
}

.culturList .listTit2 {
    font-size: 30px;
    overflow: hidden;
    padding-left: 10px;
}

.culturList .listInfo {
    font-size: 24px;
    line-height: 32px;
    padding-top: 10px;
}

.culturList .hd {
    position: absolute;
    left: 205px;
    bottom: 190px;
}

.culturList .hd li {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 0;
}

.culturList .hd li.on {
    background: #063e8a;
}

.hor_box {
    position: relative;
}

.hor_box .bd {
    overflow: hidden;
    margin: 0 -10px;
}

.honor_box {
    overflow: hidden;
}

.honor_box dd {
    display: inline;
    float: left;
    width: 33.33333%
}

.honor_box dd a {
    display: block;
    margin: 0 10px;
    background: #fff;
}

.picImg {
    position: relative;
    padding: 24px 22px
}

.honor_box dd .pic {
    width: 100%;
    position: relative;
    padding-top: 72.514%
}

.honor_box dd .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.honor_box dd .picImg .indShade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(../images/j_ico6.png);
    background-position: center center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transform-origin: center center;
    transform: scale(0);
    transition-delay: 0.2s;
}

.honor_box dd:hover .indShade {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.honor_box dd .txt {
    position: relative;
    font-size: 16px;
    color: #4c4c4c;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: all .8s
}

.honor_box dd:hover .txt {
    background: #0e5ba1;
    color: #fff
}

.hor_box .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
    z-index: 10;
}

.hor_box .hd ul {
    display: inline-block;
    overflow: hidden;
}

.hor_box .hd ul li {
    width: 12px;
    height: 12px;
    overflow: hidden;
    border: 1px solid #f1860f;
    float: left;
    display: inline;
    margin: 0px 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    text-indent: 99em;
    position: relative;
}

.hor_box .hd ul li.on {
    background: #f1860f;
    border-color: #f1860f;
}

.abo_prev,
.abo_next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 35px;
    cursor: pointer;
}

.abo_prev {
    left: -65px;
    background: url(../images/j_arrowL2.png) center center no-repeat;
}

.abo_next {
    right: -65px;
    background: url(../images/j_arrowR2.png) center center no-repeat;
}

.aboTeam {
    background: url(../images/j_Bg5.jpg) center center no-repeat;
}

.teamList {
    position: relative;
}
.aboTeam .colText span{
    color: #fff!important;
}
.teamList .bd {
    overflow: hidden;
    margin: 0 -10px;
}

.teamList dd {
    display: inline;
    float: left;
    width: 33.33333%;
    padding-top: 65px;
}

.teamList dd a {
    display: block;
    margin: 0 10px;
    background: #fff;
    border-radius: 3px;
    padding: 0 35px;
    transition: 0.4s ease;
}

.teamList .picImg {
    position: relative;
    top: -55px;
    left: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    overflow: hidden;
}

.teamList dd .pic {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.teamList dd .pic:before{
	padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.teamList dd .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 50%;
}

.teamList dd .listTit {
    position: relative;
    height: 55px;
    line-height: 55px;
    transition: all .8s;
    color: #f1860f;
    font-size: 14px;
    top: -40px;
}

.teamList dd .listTit span {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding-right: 20px;
}

.teamList dd .listInfo {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    position: relative;
    top: -30px;
}

.teamList a:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1)
}

.teamList .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
    z-index: 10;
}

.teamList .hd ul {
    display: inline-block;
    overflow: hidden;
}

.teamList .hd ul li {
    width: 12px;
    height: 12px;
    overflow: hidden;
    border: 1px solid #fff;
    float: left;
    display: inline;
    margin: 0px 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    text-indent: 99em;
    position: relative;
}

.teamList .hd ul li.on {
    background: #fff;
    border-color: #fff;
}
.teamInfo{
    padding: 20px;
}
.teamPhoto{
    width: 260px;
    border-radius: 2px;
}
.teamPhoto .pic:before{
    padding-top: 133.3333333%;
}
.teamBox{
    overflow: hidden;
    padding: 20px 0 20px 30px;
}
.teamName{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}
.tPosition{
    font-size: 14px;
    color: #f1860f;
    line-height: 30px;
}
.teamText{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.aboEvent {
    background: url(../images/j_Bg6.png) center bottom no-repeat;
}

.aboEventList {
    position: relative;
    height: 450px;
}

.aboEventList:after {
    content: '';
    display: block;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    position: absolute;
    left: 0;
    top: 82px;
}

.aboEventList .wrap {
    position: relative;
    z-index: 9;
}

.aboEventList .bd dd {
    float: left;
    display: inline;
    width: 25%;
}

.aboEventList .bd a {
    display: block;
    margin: 0 50px;
}

.aboEventList .listTit {
    font-size: 28px;
    color: #063e8a;
    line-height: 45px;
    margin-bottom: 30px;
}

.aboEventList .listInfo {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding: 25px;
    position: relative;

}

.aboEventList .listInfo1 {
    overflow-y: auto;
    max-height: 120px;
    margin-right: -50px;
    padding-right: 20px;
}

.aboEventList .listInfo i {
    display: block;
    background: url(../images/j_ico7.png) center top no-repeat;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;

}

.aboEventList .listInfo i:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 15px;
    height: 100%;
    border-left: dashed 1px #aaa;
}

.aboEventList .prev,
.aboEventList .next {
    position: absolute;
    top: 60px;
    border: 2px solid #063e8a;
    width: 36px;
    cursor: pointer;
    height: 36px;
    z-index: 9;
}

.aboEventList .prev {
    left: -50px;
    background: #f0f6f4 url(../images/j_arrowR3.png) center center no-repeat;
}

.aboEventList .next {
    right: -50px;
    background: #f0f6f4 url(../images/j_arrowL3.png) center center no-repeat;
}

/* 关于我们 end */
/* 图文瀑布流 start */
#waterfall {
    /*margin: 0 -20px;*/
    position: relative;
}

#waterfall .grid {
    width: 33.333333%;
    float: left;
    display: inline;
}

#waterfall a {
    display: block;
    margin: 0 20px 30px 20px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

#waterfall .pic:before{
    padding-top:56.25%;
}

#waterfall .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#waterfall .listTime {
    background: #ffffff;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

#waterfall .listTime.hover {
    background: #004098;
    color: #fff;
}

#waterfall .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#waterfall .textC {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    height: 60px;
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

#waterfall .listMore {
    border-radius: 33px;
    line-height: 33px;
    border: 1px solid #e5e5e5;
    text-align: center;
    width: 145px;
    font-size: 14px;
    color: #999;
    transition: 0.4s ease;
}

#waterfall .listMore i {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 13px;
    background: url(../images/arrow1.png) center top no-repeat;
    margin-left: 5px;
    transition: 0.4s ease;
}

#waterfall a:hover .listMore {
    background: #004098;
    color: #fff;
    border-color: #004098;
}

#waterfall a:hover .listMore i {
    background-image: url(../images/arrow1_h.png);
}

/* 图文瀑布流 end */
/* 地图 start */
.map{
    clear: both;
    width: 100%;
    padding-top:43.125%;
    position: relative;
}
.map .bt{
    display: block;
    padding:0 39px 0 19px;
    height: 50px;
    line-height: 50px;
    background-color:#064097;
    color: #fff;
    font-size: 16px;
    background-image: url(../images/icon42.png);
    background-position:56px center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
.mapC{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border:1px solid #dedede;
    overflow: hidden;
}
.mapC.typ{left:360px}
.chooseBox{
    width: 390px;
    z-index: 9999;
    background-color: #fff;
    border-radius:3px;
    box-shadow:2px 3px 5px rgba(0,0,0,0.1);
}
.chooseSct{
    width: 390px;
    height: 50px;
    position: relative;
    z-index: 9;
}
.mapTop{
    height: 60px;
    position: relative;
    z-index: 99999999999;
    background: #fff;
}
.mapTop .logo{
        margin: 10px 0 0 15px;
}
.topRight{
    line-height: 60px;
    font-size: 14px;
    position: relative;
    z-index: 9;
}
.mapMember span{
    float: left;
    color:#444;
    padding-right: 10px;
}

.mapMember a{
    color:#444; 
    float: left;
    padding:0 10px;
    position: relative;
}
.mapMember a+a:after{
    content: '';
    display: block;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 1px solid #d1d1d1;
    margin-top: -8px;
}
.mapMember{
    padding-right: 10px;
}
.goIndex a{
    display: block;
    padding:0 20px 0 40px;
    height: 60px;
    background-color:#064097;
    color: #fff;
    font-size: 16px;
    background-image: url(../images/icon42.png);
    background-position:10px center;
    background-repeat: no-repeat;
}

.mapBox{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mapLeft{
    width: 390px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 100;
}
/* 下拉 start */
.csSctBox2 {
    width:110px;
    height:30px;
    position: relative;
    background-color:#fff;
    margin-left: 18px;
    margin-top:10px;
}
.csSctBox2:after{
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background-color:#d3d3d3;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top:-6px;
}
.csSctBox2.last:after{display: none}
.csSctBox2 .seljg {
    line-height: 30px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.csSctBox2 i {
    display: block;
    width:40px;
    height: 30px;
    background: url(../images/icon37.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.csSctBox2 .selTj {
    width:116px !important;
    border-top: none;
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    left:-16px;
    top: 40px;
    background: #fff;
    display: none;
    z-index:9;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}
.csSctBox2 .selTj a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #666666;
    margin-bottom: 1px;
    text-align: center;
    font-size: 14px;
}
.csSctBox2 .selTj a:hover {
    background: #004097;
    color: #fff;
}
.csSctBox2 .selTj a.hover {
    background: #004097;
    color: #fff;
}
.csSctBox {
	width:110px;
	height:30px;
	position: relative;
	background-color:#fff;
	margin-left: 18px;
	margin-top:10px;
}
.csSctBox:after{
	content: '';
	display: block;
	width: 1px;
	height: 13px;
	background-color:#d3d3d3;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top:-6px;
}
.csSctBox.last:after{display: none}
.csSctBox .seljg {
	line-height: 30px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
}
.csSctBox i {
	display: block;
	width:40px;
	height: 30px;
	background: url(../images/icon37.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.csSctBox .selTj {
	width:116px !important;
	border-top: none;
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	left:-16px;
	top: 40px;
	background: #fff;
	display: none;
	z-index:9;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}
.csSctBox .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #666666;
	margin-bottom: 1px;
	text-align: center;
	font-size: 14px;
}
.csSctBox .selTj a:hover {
	background: #004097;
	color: #fff;
}
.csSctBox .selTj a.hover {
	background: #004097;
	color: #fff;
}

.spBt{
    height: 50px;
    background-color:#fff;
    cursor: pointer;
    border-radius:3px;
    padding:0 10px;
}
.spC{
    height: 50px;
    border-top: 1px solid #f3f3f3;
    position: relative;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: linear;
}
.spC input{
    float:left;
    width: 310px;
    height: 49px;
    line-height: 49px;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #555;
    padding:0 5px;
    border: none;
    background-color:#fff;
}
.spC input::-webkit-input-placeholder{
    color: #d1d1d1;
}
.spC a{
    float: left;
    width: 45px;
    height: 50px;
    background-image: url(../images/icon43.png);
    background-repeat: no-repeat;
    background-position: center center
}
.pctViewL{
    width: 360px;
    height: 100%;
    background-color:#f5f5f5;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.pctViewLC{
    width: 360px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 6px;
}
.pctViewL .divT{
    clear: both;
    overflow: hidden;
    height: 90px;
    line-height: 90px;
}
.pctViewL .divT a{
    float: left;
    margin-top: 20px;
    padding:0 39px 0 19px;
    height: 50px;
    line-height: 50px;
    background-color:#eaeaea;
    color: #333333;
    font-size: 16px;
    background-image: url(../images/icon44.png);
    background-position:56px center;
    background-repeat: no-repeat;
}
.pctViewL .divT span{
    float: left;
    line-height: 90px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-left: 143px;
}
.pctVDl{width:360px}
.pctVDl dd{
    clear: both;
    height: 50px;
    margin-bottom:2px;
}
.pctVDl dd span{
    float: left;
    width: 90px;
    height: 50px;
    line-height: 50px;
    background-color:#eaeaea;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-right: 2px;
}
.pctVDl dd em{
    float: left;
    width:230px;
    height: 50px;
    line-height: 50px;
    background-color:#fff;
    font-size: 14px;
    color: #333333;
    margin-right: 2px;
    padding: 0 15px;
    font-style: normal;
}
.pctViewLText{
    clear: both;
    padding:0 25px;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}
.csSctBox2{
    width:110px;
    height:30px;
    position: relative;
    background-color:#fff;
    margin-left: 18px;
    margin-top:10px;
    z-index: 99;
}
.csSctBox2:after{
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background-color:#d3d3d3;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top:-6px;
}
.csSctBox2 .seljg2 {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    padding-right:30px
}
.csSctBox2 i{
    display: block;
    width:40px;
    height: 30px;
    background: url(../images/icon37.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.csSctBox2 .selTj2 {
    width:116px !important;
    border-top: none;
    position: absolute;
    left:-16px;
    top: 40px;
    background: #fff;
    display: none;
    z-index:9;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}
.csSctBox2 .div>.selTj2{left:116px;top:10px}
.csSctBox2 .div:hover>.selTj2{display:block !important;}
.csSctBox2 .selTj2 .div{
    display: block !important;
    width: 100%;
    margin-bottom: 1px;
    position:relative;
}
.csSctBox2 .selTj2 .div a{
    display: block;
    color: #666666;
    text-align: center;
    font-size: 14px;
    line-height:20px;
    padding:5px 0;
}
.csSctBox2 .selTj2 .div:hover>a{
    background: #004097;
    color: #fff;
}
.csSctBox2 .selTj2 .div a.hover {
    background: #004097;
    color: #fff;
}
/* 下拉 end */
.boardList{
    overflow:hidden;
    margin-top: 10px;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}
.boardList .boardListUl{
    padding:0 10px;
}
.boardList ul,.mapLeft .boardList li{
    list-style: none;
}
.boardList .boardListUl li{
    padding: 5px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.boardList .boardListUl>li:hover{
    background-color: #f3f3f3;
}
.boardList .itemA{
    float: left;
    width: 100%;
    position: relative;
}
.boardList .itemA .mapListImg{
    float: left;
}
.boardList .itemA .mapListImg img{
    width: 130px;
    height: 98px;
}

.mapListDet{
    float: right;
    width: 215px;
    overflow: hidden;
    display: inline;
}
.mapListDet .title{
    line-height:25px;
    width: 100%;
    height:25px;
    position:relative;
    overflow: hidden;
    clear:both;
}
.mapListDet .title u{
    font-weight: bold;
    font-size: 14px;
    color: #333;
    float: left;
    text-decoration: none;
    width: 118px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mapListDet .title span{
    font-size: 14px;
    color: #c00;
    float: right;
}
.mapListDet .type{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#666;
    clear:both;
    font-size:11px;
    padding:5px 0 0 0;
}
.mapListDet .type span{
    float:left;
    line-height:20px;
    }
.mapListDet .type em{
    float:right;
    line-height:20px;
    }

.mapListDet .status{
    width: 100%;
    overflow: hidden;
    clear:both;
    line-height:20px;
    padding:8px 0 0 0;
}
.mapListDet .status u{
    font-size: 12px;
    color: #999;
    padding: 0 5px;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius:2px;
}
.mapListDet .address{
    clear:both;
    overflow:hidden;
    font-size:11px;
    padding:8px 0 0 0;
    }
.down-arrow {
    width: 0;
    height: 0;
    border-top: 6px solid #f14646;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
/* map end */

/* mapViev start */
.mapViev{
    display: none;
    background: #f2f2f2;
    overflow: hidden;
}
.mapVievL{
    width:560px;
    height:380px;
    overflow:hidden;
    float:left;
    margin:20px;
    position: relative;
}
.mapVievL .bd,
.mapVievL .bd ul,
.mapVievL .bd li{
    height: 100%;
    
}
.mapVievL .bd li{
    width: 560px;
    height: 380px;
}

.mapVievL .bd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mapVievL .hd{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
}
.mapVievL .hd ul{
    font-size: 0;
    text-align: center;
}
.mapVievL .hd li{
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.mapVievL .hd li.on{
    background: #064097;
}
.mapVievR{
    height:410px;
    overflow: hidden;
    background:#fff;
    padding:0 0 0 10px;
}
.mapVievR table th,.mapVievR table td{
    line-height:25px;
    border-bottom:1px solid #f5f5f5;
    padding:5px;
    }
.mapVievR table td{ text-align:left;}
.mapVievR table th{ font-weight:bold; text-align:right; color:#333;}

.mapVievR table td span{
    color:#fff;
    display:block;
    float:left;
    line-height:25px;
    padding:0 10px;
    border-radius:3px;
    }
.mapVievR table td .status0{background:#199752;}
.mapVievR table td .status1{background:#4d98dd;}
.mapVievR table td .status2{background:#FF6347;}

/* mapViev end */
/* 表单 start */
.formCont{overflow: hidden;}
.formR{width: 350px; height: 400px; overflow: hidden; background: #064097 url(../images/loginLogo.png) no-repeat center center;}
.aykjStyle1 .formR{height: 590px;}
.formR span{display: block; height: 50px; overflow: hidden; text-align: center; line-height: 50px; font-size:22px; color: #fff;}
.formL{width: 470px; overflow: hidden; padding: 30px 50px 15px 30px; background: #fff; z-index: 1;}
.formTit{height: 39px; border-bottom:1px solid #f3f6fa;}
.formTit span{display: inline-block; height: 38px; overflow: hidden; line-height: 38px; font-size: 20px; color:#333; padding: 0px 10px; border-bottom:2px solid #064097;}
.form_dl{overflow: hidden;}
.form_dl dd{overflow: hidden; margin-bottom: 10px; position: relative;}
.formInp{display: block; width: 450px; height: 50px; overflow: hidden; border:none; background: #f5f7f9; line-height: 50px; padding: 0px 10px; font-size: 14px; color:#999; font-family: "microsoft yahei";}
.form_dl dd em{display: block; width: 35px; height: 50px; overflow: hidden; position: absolute; left: 0px; top:0px;}
em.userIcon{background: url(../images/userIcon.png) no-repeat right center;}
em.passwordIcon{background: url(../images/passwordIcon.png) no-repeat right center;}
em.codeIcon{background: url(../images/codeIcon.png) no-repeat right center;}
/*.lookPw{display: block; width: 45px; height: 50px; overflow: hidden; position: absolute; right: 0px; top:0px; background: url(../images/lookPw.png) no-repeat left center;}
.lookPw.hover{background: url(../images/lookPw_h.png) no-repeat left center;}*/
input.nameInp{width: 415px; padding: 0px 10px 0px 45px;}
input.pwInp{width: 380px; padding: 0px 45px;}
input.codeInp{width: 305px; padding: 0px 10px 0px 45px;}
input.sjInp{width: 315px; padding: 0px 10px 0px 45px;}
.codeBt{display: block; width: 100px; height: 50px; overflow: hidden;}
.codeBt img{display: block; width: 100px; height: 50px;}
.formBtBox{overflow: hidden; margin-top: 62px;}
a.forgetPw{font-size: 14px; color:#999; margin:13px 0px 0px 175px; cursor: pointer;}
.formBtBox a+a{
    margin:13px 0px 0px 10px;
    padding-left: 10px;
    border-left: 1px solid #d1d1d1;
}
.forgetPw:hover{color:#064097;}
.aykjStyle .layui-layer-title{ height:50px; line-height:50px; font-size:14px; color:#fff; background:#235c79; border-bottom:none; text-align:center;}
.aykjStyle .layui-layer-content{ overflow:hidden; height:400px !important;}
.aykjStyle1 .layui-layer-content{ overflow:hidden; height:590px !important;}
.aykjStyle .layui-layer-btn{ padding:0 30px; position:absolute; bottom:70px;}
.aykjStyle .layui-layer-btn0{ display: block;width: 145px;height: 45px;overflow: hidden;line-height: 45px;text-align: center;font-size: 16px;color:#fff !important;background: #0e5dac;display:block;border:none; border-radius:0; padding:0; margin:0;}
.aykjStyle .layui-layer-close2{
    left:-25px !important; 
    top:-15px !important;
    background:url(../images/closeForm2.png) no-repeat center center !important; 
    height:40px !important; 
    width:40px !important;}
.formList{
    width: 350px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.formList dd{
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    line-height: 45px;
}
.formTxt{
    float: left;
    width: 100px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.formBtn{
    float: right;
}
.form_dl .formBtn1{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: #064097;
	padding: 0;
}
.formBtn1 a{
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.formCode{padding-top: 5px;}
.formCode img{
    height: 35px;
    width: 80px;
}
.formBtn a{
    display: block;
    color: #fff;
    height: 30px;
    position: relative;
    top: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 20px;
    margin-left: 10px;
    transition: 0.4s ease;
}
.formList .iptBox{
    overflow: hidden;
    padding: 0 0.5rem;
}
.formList .iptBox input{
    border: none;
    line-height: 45px;
    width: 100%;
}
/* 表单 end */
/* 预约列表 start */
.reserveList{
    padding: 30px;
}
.reserveList dd{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.reserveList .listImg{
    width: 130px;
    margin-right: 20px;
}
.reserveList .imgBox{
    padding-top: 75.3846%;
}
.reserveList .listBox{
    overflow: hidden;
}
.reserveList .listTxt{
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.reserveList .listTxt1{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.reserveList .listTime{
    line-height: 30px;
    color: #999;
}
/* 预约列表 end */

/* 地图 end */
/* 相册弹窗 start */

.viewer-canvas>img{
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.viewer-toolbar li.viewer-prev{
    position: fixed;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowL.png) center center no-repeat;
}
.viewer-toolbar li.viewer-next{
    position: fixed;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowR.png) center center no-repeat;
}
.viewer-toolbar li.viewer-prev:before,
.viewer-toolbar li.viewer-next:before{
    display: none;
}

.viewer-play,
.viewer-flip-horizontal,
.viewer-flip-vertical{
    display: none;
}
.viewer-toolbar{
    width: 150px !important;
}
/* 相册弹窗 end */
/* 搜索 start */
.serNull{
    padding-top: 292px;
    text-align: center;
    background: url(../images/null.png) center top no-repeat;
}
.serNull span{
    display: block;
    font-size: 16px;
    color: #666;
}
/* 搜索 end */

/* 高速公路案例 start */
.caseList2{
    margin: 0 -15px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.caseList2 .swiper-slide{
    padding: 10px 0;
}
.caseList2 a{
    display: block;
    margin: 0 15px;
}
.caseList2.swiper-container-horizontal .swiper-scrollbar{
    height: 15px;
    border-radius: 15px;
    background: #e5e5e5;
}
.caseList2 .swiper-scrollbar-drag{
    background: #004098;
    cursor: pointer;
}
/* 高速公路案例 end */

/* 服务领域 start */
.serBoxBg1{
    background:#fff url(../images/serBg1.png) center bottom no-repeat;
}
#certify {
    position: relative;
}

#certify .swiper-container {
    padding-bottom: 60px;
}
#certify  .swiper-slide {
    width: 725px;
    
}
#certify a{
    display: block;
    background: #fff;
}
#certify .swiper-slide-active a{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
#certify .pic:before{
    padding-top: 56.25%;
}
#certify  .swiper-slide img{
    display:block;
}
#certify .title{
    text-align: center;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
}

#certify .swiper-button-prev {
    left: -65px;
    width: 45px;
    height: 45px;
    background:#004098 url(../images/arrowL.png) center center no-repeat;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    transition: 0.4s;
}

#certify .swiper-button-next {
    right: -65px;
    width: 45px;
    height: 45px;
    background:#004098 url(../images/arrowR.png) center center no-repeat;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    transition: 0.4s;
}
#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
    background-color: #f1860f;
}
/* 服务领域 end */


/************预约列表 start*************/
.reserveList{
    padding: 30px;
}
.reserveList dd{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.reserveList .listImg{
    width: 130px;
    margin-right: 20px;
}
.reserveList .imgBox{
    padding-top: 75.3846%;
}
.reserveList .listBox{
    overflow: hidden;
}
.reserveList .listTxt{
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.reserveList .listTxt1{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.reserveList .listTime{
    line-height: 30px;
    color: #999;
}
/************预约列表 end*************/

/*
-----------------------------内页样式end-----------------------------
*/
