@charset "UTF-8";
/**
 * 框架公共部分
 * author kis2
 * @return
*/
.bc_fff {
    background: #fff;
}

.minH_350 {
    min-height: 350px;
    height: auto !important;
    height: 350px;
}

/*
* 顶部 kis2
*/
.top {
    overflow: hidden;
    background: #f2f2f2;
    line-height: 40px;
    font-size: 12px;
    color: #666;
}

.topL iframe {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    padding-top: 6px;
}

.weather {
    padding: 0px 15px;
}

.goMain {
    font-size: 14px;
    color: #0072bc;
    font-weight: bold;
    padding-left: 22px;
    background: url(../images/main.png) no-repeat left center;
}

/*
* 顶部1 kis2
*/
.top1 {
    overflow: hidden;
    background: #fff;
    height: 85px;
    transition: all 0.2s linear;
}

.fixedTop.top1 {
    height: 55px;
}

.topCont {
    width: 100%;
    background: #fff;
}

.fixedTop .topCont {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.fixedTop .top1L,
.fixedTop .top1R {
    padding: 5px 0px;
}

.top1L {
    overflow: hidden;
    padding: 20px 0px;
    transition: all 0.2s linear;
}

.top1_a {
    display: block;
    overflow: hidden;
    padding-right: 20px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.top1_a:after,
.top1_a:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.top1_a:after {
    right: 0px;
    background: #fff;
}

.top1_a:before {
    right: 1px;
    background: #ddd;
}

.top1_a:last-child:after,
.top1_a:last-child:before {
    display: none;
}

.top1_a img {
    display: block;
    height: 45px;
}

.top1R {
    padding: 20px 0px;
    overflow: hidden;
    transition: all 0.2s linear;
}

/*
* 导航 顶部
*/
.top2 {
    height: 55px;
    position: relative;
    z-index: 9;
    background: #fff;
}

.menu {
    background: #fff;
    height: 55px;
    width: 100%;
}

.menu_dl {
    position: relative;
    margin-right: -20px;
}

.menu_dl dd {
    float: left;
    display: inline;
    overflow: hidden;
}

.menu_a {
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    padding: 0px 20px;
}

/*.menu_dl dd.hover .menu_a,
.menu_a:hover{
	background: #0072bc;
}*/
.menu_a i {
    font-size: 15px;
    color: #333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu_dl dd.hover .menu_a i,
.menu_a:hover i {
    color: #0072bc;
}

/*
* banner图 kis2
*/
.banner {
    overflow: hidden;
    position: relative;
    padding-top: 26.041667%;
}

.banner .bd {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.banner_dl {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.banner_dl dd {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner_a { /*图片尺寸参考：1920*500*/
    display: block;
    overflow: hidden;
    padding-top: 26.041667%;
    position: relative;
}

.bigImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.banner_dl dd:nth-child(2n) .bigImg {
    transform: scale(1);
}

.banner_dl dd:nth-child(2n+1) .bigImg {
    transform: scale(1.1);
}

.banner_dl dd.scaleBig .bigImg {
    -webkit-animation: scaleBig 6s linear forwards;
    -o-animation: scaleBig 6s linear forwards;
    animation: scaleBig 6s linear forwards;
}

@keyframes scaleBig {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.1)
    }
}

.banner_dl dd.scaleSmall .bigImg {
    -webkit-animation: scaleSmall 6s linear forwards;
    -o-animation: scaleSmall 6s linear forwards;
    animation: scaleSmall 6s linear forwards;
}

@keyframes scaleSmall {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.smallImg {
    width: 28.125%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -14.0625%;
    z-index: 3;
    background-size: 100% auto !important;
    opacity: 0;
}

.scaleSmall .smallImg,
.scaleBig .smallImg {
    -webkit-animation: smallImg 0.5s linear forwards;
    -o-animation: smallImg 0.5s linear forwards;
    animation: smallImg 0.5s linear forwards;
}

@keyframes smallImg {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

.banner .hd {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 35px;
    text-align: center;
    font-size: 0px;
    z-index: 5;
}

.banner .hd ul {
    display: inline-block;
}

.banner .hd ul li {
    width: 8px;
    height: 8px;
    margin: 0px 8px;
    float: left;
    display: inline;
    background: #fff;
    cursor: pointer;
    text-indent: 99em;
    position: relative;
    border-radius: 100px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.banner .hd ul li.on {
    background: #0072bc;
    transform: scale(1.5);
}

/*
* 第一通栏 kis2
*/
.row {
    overflow: hidden;
}

.row1C {
    overflow: hidden;
    padding: 0px 20px;
}

.tabBox {
    overflow: hidden;
    position: relative;
    line-height: 20px;
}

.tabBox:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.tab_dl {
    overflow: hidden;
    position: relative;
}

.tab_dl dd {
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}

.tab_a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    position: relative;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 20px;
}

.tab_a:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 2px;
    background: #0072bc;
    position: absolute;
    left: 50%;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab_dl dd.hover .tab_a:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.tab_dl dd.hover .tab_a {
    color: #0072bc;
}

.tabMore {
    font-size: 12px;
    color: #999;
}

.tabCont {
    overflow: hidden;
    height: 170px;
    position: relative;
}

.tabCont_dl {
    visibility: hidden;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    transition: all 0.15s linear;
}

.tabCont_dl.show {
    transition: all 0.3s linear;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.15s;
}

.tabCont_dl dd {
    overflow: hidden;
}

.tabCont_dl dd .listName {
    line-height: 35px;
}

.tabCont_dl dd .listTime {
    padding-left: 20px;
    line-height: 35px;
}

.row1L {
    width: 325px;
    overflow: hidden;
    position: relative;
}

.row1L {
    height: 215px;
    overflow: hidden;
}

.row1L_dl {
    overflow: hidden;
}

.row1L_dl dd {
    overflow: hidden;
}

.row1L_dl .pic {
    padding-top: 0px;
    height: 215px;
}

.row1L_dl .listName {
    height: 40px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 6;
    padding: 0px 15px;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
}

.slideBt {
    display: block;
    width: 20px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    transition: all 0.3s linear;
}

.slideBt.prev {
    left: -20px;
    border-radius: 0px 3px 3px 0px;
    background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
}

.slideBt.prev:hover {
    background: #0072bc url(../images/btPrev_h.png) no-repeat center center;
}

.slideBt.next {
    right: -20px;
    border-radius: 3px 0px 0px 3px;
    background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
}

.slideBt.next:hover {
    background: #0072bc url(../images/btNext_h.png) no-repeat center center;
}

.row1L:hover .prev {
    left: 0px;
}

.row1L:hover .next {
    right: 0px;
}

.row1R {
    overflow: hidden;
    width: 430px;
}

.row1R_dl {
    overflow: hidden;
}

.row1R_dl dd {
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
}

.row1R_dl .list_a {
    height: 215px;
    overflow: hidden;
}

.row1R_a1 {
    background: #e7380c;
}

.row1R_a2 {
    background: #f7b500;
}

.row1R_dl span {
    display: block;
    height: 40px;
    overflow: hidden;
}

.row1R_dl i {
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding-top: 20px;
}

.row1R_dl em {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
}

/*
* 第二通栏 kis2
*/
.titBox {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 40px;
}

.titBox span {
    font-size: 18px;
    color: #333;
    padding-left: 13px;
    position: relative;
}

.titBox span:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 3px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #0072bc;
    margin-top: -8px;
}

.row2Cont {
    position: relative;
}

.row2Cont .bd {
    overflow: hidden;
}

.row2_dl {
    overflow: hidden;
    margin: 0px -10px !important;
}

.row2_dl dd {
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}

.row2_dl .list_a {
    margin: 0px 10px;
}

.row2_dl .pic {
    padding-top: 66.666667%;
}

.row2_dl .listTit {
    text-align: center;
    padding-top: 10px;
}

.row2Cont .bt {
    display: none;
}

.row2Cont .prev {
    left: -40px;
    border-radius: 3px !important;
}

.row2Cont .next {
    right: -40px;
    border-radius: 3px !important;
}

/*
* footer kis2
*/
.footer {
    overflow: hidden;
    background: #373433;
    padding: 15px 0px;
    font-size: 12px;
    color: #999;
    line-height: 25px;
}

.footer a {
    color: #999;
    transition: all 0.3s linear;
}

.footer a:hover {
    color: #fff;
}

.footLink i {
    padding: 0px 10px;
}

.footShare .ShareBox .bds_weixin {
    background: url(../images/shareBt5.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_tsina {
    background: url(../images/shareBt1.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_tqq {
    background: url(../images/shareBt2.png) no-repeat center center !important;
    background-size: 100% !important;
}

.footShare .ShareBox .bds_qzone {
    background: url(../images/shareBt3.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_douban {
    background: url(../images/shareBt4.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_sqq {
    background: url(../images/shareBt6.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .f_more {
    background: url(../images/footShare.png) no-repeat -111px 0px !important;
}

.footShare .ShareBox .bds_weixin:hover {
    background: url(../images/shareBt5_h.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_tsina:hover {
    background: url(../images/shareBt1_h.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_tqq:hover {
    background: url(../images/shareBt2_h.png) no-repeat center center !important;
    background-size: 100% !important;
}

.footShare .ShareBox .bds_qzone:hover {
    background: url(../images/shareBt3_h.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_douban:hover {
    background: url(../images/shareBt4_h.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare .ShareBox .bds_sqq:hover {
    background: url(../images/shareBt6_h.png) no-repeat center center !important;
    background-size: 60% !important;
}

.footShare span {
    display: none;
}

/*
* subBanner kis2
*/
.subBanner {
    overflow: hidden;
    position: relative;
}

.subBanner_a {
    display: block;
    height: 300px;
    overflow: hidden;
}

/*
* subMenu kis2
*/
.subMenu {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.subMenu_dl {
    overflow: hidden;
}

.subMenu_dl dd {
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 40px;
}

.subMenu_a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

.subMenu_dl dd.hover .subMenu_a {
    color: #0072bc;
}

/*
* location kis2
*/
.location {
    line-height: 50px;
    overflow: hidden;
}

.location span {
    padding-left: 20px;
    background: url(../images/home.png) no-repeat center center;
}

.location i {
    padding: 0px 10px;
    background: url(../images/arrowRight.png) no-repeat center center;
}

.location a {
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.location a:hover,
.location a:last-child {
    color: #0072bc;
}

/*
* 人才招聘 kis2
*/
.recruit_dl {
    overflow: hidden;
}

.recruit_dl dt {
    overflow: hidden;
    padding: 10px 0px;
}

.recruit_dl span {
    display: block;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    padding: 0px 15px;
    width: 130px;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.recruit_dl dt span {
    font-weight: bold;
}

span.w_300 {
    width: 370px;
    text-align: left;
}

.recruit_dl dd {
    padding: 10px 0px;
}

.recruit_a {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.recruit_a:hover {
    background: #942227;
}

.recruit_a:hover span {
    color: #fff;
}

/*
* 招聘详情 kis2
*/
.recruitView_dl {
    margin: 0px -10px;
    overflow: hidden;
}

.recruitView_dl dd {
    width: 33.33333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 5px 0px;
}

.recruitViewTxt {
    margin: 0px 10px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 30px;
}

.recruitViewTit {
    overflow: hidden;
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.recruitViewTit:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 3px;
    height: 16px;
    background: #666;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}

a.formBt {
    display: block;
    width: 150px;
    height: 50px;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #0072bc;
    margin: 0px auto;
    transition: all 0.3s linear;
}

.recruitBt:hover {
    opacity: 0.8;
}

.recruitApply {
    overflow: hidden;
    font-size: 16px;
    color: #d5042c;
    line-height: 35px;
}

.recruitWord {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.recruitWord a {
    color: #d5042c;
}

/*
* form kis2
*/
.formBox {
    padding: 50px;
}

.from_dl {
    overflow: hidden;
    margin: 0px -30px;
    padding: 10px 0px;
}

.from_dl dd {
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}

.from_dl dt {
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}

.formCont {
    overflow: hidden;
    margin: 0px 30px;
}

.formL {
    overflow: hidden;
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: right;
    width: 80px;
}

.formR {
    overflow: hidden;
}

.required {
    overflow: hidden;
    font-size: 16px;
    color: #d6000f;
    padding: 0px 10px;
    line-height: 40px;
}

.formC {
    overflow: hidden;
}

.formDiv {
    overflow: hidden;
    padding: 0px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.formInp {
    width: 100%;
    height: 38px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    border: none;
    background: none;
    outline: none;
}

.formArea {
    display: block;
    width: 100%;
    height: 125px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    border: none;
    outline: none;
    background: none;
    padding: 5px 0px;
    resize: none;
}

.code {
    display: block;
    overflow: hidden;
    margin: 0px 10px;
}

.code img {
    display: block;
    height: 40px;
}

.formBox .formBt {
    margin-left: 80px;
}

.formLabel {
    display: block;
    overflow: hidden;
    margin: 0px 15px;
    position: relative;
}

.formCheck {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.labelTxt {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    padding-left: 25px;
    font-size: 16px;
    color: #666;
    background: url(../images/radio.png) no-repeat left center;
}

.formLabel.checked .labelTxt {
    background: url(../images/radio_h.png) no-repeat left center;
}

.formTit {
    font-size: 24px;
    color: #555;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

/*
* 回复列表 kis2
*/
.msgDnList {
    overflow: hidden;
    border-top: 1px solid #dedede;
}

.msgDnList dd {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #dedede;
}

.msgDnList dd .conL {
    overflow: hidden;
    width: 107px;
    height: 28px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #333
}

.msgDnList dd .conR {
    overflow: hidden;
    color: #555555;
    font-size: 16px;
    line-height: 36px;
}

.msgDnList dd .con1 {
    margin-bottom: 20px;
}

.msgDnList dd .con2 {
    color: #d6000f;
}

/*
* 联系我们 kis2
*/
.contactMap {
    overflow: hidden;
    width: 790px;
    height: 410px;
    background: #fff;
    padding: 5px;
}

.contactDeta {
    overflow: hidden;
    height: 340px;
    background: #0072bc;
    padding: 40px 50px;
}

.contactDetaTit {
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.contactDeta_ul {
    overflow: hidden;
}

.contactDeta_ul li {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 5px 0px 5px 0px;
}

.li1 {
    background: url(../images/contactAdd.png) no-repeat left center;
}

.li2 {
    background: url(../images/contactTel.png) no-repeat left center;
}

.li3 {
    background: url(../images/contactFax.png) no-repeat left center;
}

.li4 {
    background: url(../images/contactFile.png) no-repeat left center;
}

.li5 {
    background: url(../images/contactFax.png) no-repeat left center;
}

.contact_dl {
    overflow: hidden;
    margin: 0px -15px;
}

.contact_dl dd {
    width: 50%;
    float: left;
    display: inline;
    padding-bottom: 55px;
}

.contact_dl .list_a {
    margin: 0px 10px;
    position: relative;
    height: 300px;
    text-align: center;
    overflow: visible;
}

.contactRow2Tit {
    overflow: hidden;
    font-size: 24px;
    color: #f5f5f5;
}

.contactRow2Intr {
    padding-top: 10px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.contactCricle {
    overflow: hidden;
    width: 105px;
    height: 105px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: -52px;
    margin-left: -52px;
}

.contact_dl dd.dd1 .list_a {
    background: url(../images/contactBg1.jpg) repeat;
}

.contact_dl dd.dd1 .contactCricle {
    background: #fff url(../images/contactIcon1.png) no-repeat center center;
}

.contact_dl dd.dd2 .list_a {
    background: url(../images/contactBg2.jpg) repeat;
}

.contact_dl dd.dd2 .contactCricle {
    background: #fff url(../images/contactIcon2.png) no-repeat center center;
}

.contact_dl dd.dd3 .list_a {
    background: url(../images/contactBg3.jpg) repeat;
}

.contact_dl dd.dd3 .contactCricle {
    background: #fff url(../images/contactIcon3.png) no-repeat center center;
}

#allmapmapcontact {
    height: 100% !important;
}