@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
.subPageRCtop .ArticleTitle {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.subPageRCtop .articleTime {
    padding-top: 10px;
    font-size: 14px;
    color: #999999;
}

.subPageRCtop .articleTime span {
    display: inline-block;
    line-height: 35px;
    padding-left: 30px;
    font-size: 14px;
    color: #999999;
}

.subPageRCtop .articleTime .time {
    background: url(../images/time.png) left center no-repeat;
    margin-right: 15px;
}

.subPageRCtop .articleTime .browse {
    background: url(../images/browse.png) left center no-repeat;
}

.shareBoxC .shareBoxL .bdsharebuttonbox .bds_qzone {
    width: 33px;
    height: 33px;
    background: url(../images/sharqq.png) no-repeat center center !important;
}

.shareBoxC .shareBoxL .bdsharebuttonbox .bds_tsina {
    width: 33px;
    height: 33px;
    background: url(../images/sharwb.png) no-repeat center center !important;
}

.shareBoxC .shareBoxL .bdsharebuttonbox .bds_weixin {
    width: 33px;
    height: 33px;
    background: url(../images/sharwx.png) no-repeat center center !important;
}

.shareBoxC {
    height: 68px;
    overflow: hidden;
    background: #f6f6f6;
    text-align: center;
    border-radius: 5px;
}
.shareBoxC .bdsharebuttonbox {
    float: left;
    padding: 10px 0 0 10px;
    position: absolute;
    left: 50%;
    margin-left: -89px;
}
.articleBox {
    line-height: 30px;
    padding: 10px 0;
    color: #888888;
    font-size: 14px;

}

.articleBox img {
    max-width: 100%;
}

.articleTitle {
    clear: both;
    text-align: center;
    padding: 20px 300px 0 300px;
    line-height: 35px;
    font-size: 28px;
    font-family: "microsoft yahei";
    color: #333333;
}

.articleTime {
    display: block;
    clear: both;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0 20px 0;
}

.cntC {
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
}

.cntCon {
    display: inline-block;
}

.cntC .new {
    float: left;
    display: inline;
    line-height: 60px;
}

.cntC .new span {
    color: #666666;
    font-size: 14px;
}

.timeT {
    font-size: 14px;
    color: #666666;
}

.liulan {
    font-size: 14px;
    color: #666666;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.pageUp {
    display: block;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
}

.pageUp a:hover {
    color: #0061ae;
}

.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/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/word.png) no-repeat left 3px;
    color: #37a6ff !important;
}

.articleHand a.ppt {
    background: url(../images/ppt.png) no-repeat left center;
    color: #ff7735 !important;
}

.articleHand a.excel {
    background: url(../images/excel.png) no-repeat left center;
    color: #15bf44 !important;
}

.articleHand a.pdf {
    background: url(../images/pdf.png) no-repeat left center;
    color: #1369c0 !important;
}

.articleHand a.zip {
    background: url(../images/zip.png) no-repeat left 3px;
    color: #ff9779 !important;
}

.shareArt .bds_qzone {
    display: block !important;
    background: url(../images/qzone.png) no-repeat !important;
}

.shareArt .bds_qzone:hover {
    background: url(../images/qzoneh.png) no-repeat !important;
}

.shareArt .bds_weixin {
    background: url(../images/xinH.png) no-repeat !important;
    padding-right: 10px;
}

.shareArt.bds_sqq {
    background: url(../images/baiqq.png) no-repeat !important;
}

.shareArt .bds_tsina {
    background: url(../images/bo.png) no-repeat !important;
    padding-right: 10px;
}

.shareArt .bds_qq {
    display: block !important;
    background: url(../images/qH.png) no-repeat !important;
}

.shareArt .bds_weixin:hover {
    background: url(../images/xinHh.png) no-repeat !important;
}

.shareArt .bds_tsina:hover {
    background: url(../images/boH.png) no-repeat !important;
}

.shareArt .bds_qq:hover {
    display: block !important;
    background: url(../images/qHh.png) no-repeat !important;
}

.shareArt li {
    float: left;
    display: inline;
    margin-right: 20px;
    color: #dedede;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.shareArt li a {
    color: #dedede;
    font-size: 14px;
}

.shareArt li:after {
    width: 1px;
    height: 13px;
    background: #c7c7c7;
    display: block;
    content: '';
    position: absolute;
    left: 65px;
    top: 20px;
}

.shareArt li.hide:after {
    display: none;
}

.bdsharebuttonbox {
    float: left;
    padding: 15px 0 0 10px;
}

.fotABox {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}

.fotR {
    width: 128px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    background: #0061ae;
    font-size: 16px;
    margin: 11px 0;
}

.fotR a {
    color: #fff;
    border-radius: 3px;
}

.pageUp:hover a {
    color: #0061ae;
}

.ftsz {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.ftsz em {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    font-style: normal;
}

.ftsz em:hover {
    background: #0061ae;
    color: #FFF;
    cursor: pointer;
}

.ftsz em.hover {
    background: #0061ae;
    color: #FFF;
    cursor: pointer;
}

.liulan:hover .ftsz {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

/*单篇+文章页end*/

/*全图列表页start*/
.imgList1 {
    overflow: hidden;
    margin-right: -30px;
}

.imgList1 dd {
    overflow: hidden;
    float: left;
    display: inline;
    width: 33.3333%;
    margin-bottom: 30px;
}

.imgList1 dd .con {
    overflow: hidden;
    margin-right: 30px;
}

.imgList1 dd .a {
    display: block;
}

.imgList1 dd .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imgList1 dd .pic:before {
    display: block;
    content: '';
    padding-top: 66.984987%;
}

.imgList1 dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.imgList1 dd .text {
    display: block;
    height: 150px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
.imgList1 dd .text .title{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dbdbdb;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.imgList1 dd:hover .text .title{
    color: #0061ae;
}
.imgList1 dd .text .textCon{
    height: 50px;
    line-height: 25px;
    color: #939393;
    font-size: 14px;
    overflow: hidden;
}
.imgList1 dd:hover .text {
    color: #F00;
}
.imgList3{ overflow: hidden; margin-right: -30px;}
.imgList3 dd{ overflow: hidden; float: left; display: inline; width: 25%; margin-bottom:30px;  transition:all 0.5s;
	-webkit-transition:all 0.5s;}
.imgList3 dd .con{ overflow: hidden; margin-right: 30px;}
.imgList3 dd .a{ display: block;}
.imgList3 dd .pic{ width: 100%; overflow: hidden; position: relative;}
.imgList3 dd .pic:before{ display: block; content: ''; padding-top: 65.337223%;}
.imgList3 dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgList3 dd:hover{
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}


/*全图列表页end*/

/*图文列表页start*/
.imgText1 {
    overflow: hidden;
}

.imgText1 dd {
    overflow: hidden;
    float: left;
    display: inline;
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}

.imgText1 dd .pic {
    width: 361px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.imgText1 dd .pic:before {
    display: block;
    content: '';
    padding-top: 67.036011%;
}

.imgText1 dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.imgText1 dd .text {
    overflow: hidden;
}

.imgText1 dd .text .title {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.imgText1 dd .text .title a {
    color: #666;
    font-size: 16px;
}

.imgText1 dd .text .textC {
    font-size: 14px;
    color: #939393;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 25px;
}

.imgText1 dd .text .time {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #999999;
}

.imgText1 dd .text .time span {
    float: left;
    display: inline;
}

.imgText1 dd .text .time em {
    float: left;
    display: inline;
    font-style: normal;
    margin: 0 15px;
}

.imgText1 dd:hover .text .title a {
    color: #0061ae;
}

.imgText1 dd .read {
    color: #0061ae;
    font-size: 16px;
}


.imgList2 {
    overflow: hidden;
    margin-right: -30px;
}

.imgList2 dd {
    overflow: hidden;
    float: left;
    display: inline;
    height: 135px;
    width: 11%;
    margin-bottom: 30px;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.imgList2 dd .con {
    overflow: hidden;
    margin-right: 30px;
    height: 100%;
    background: #e9e9e9;
}

.imgList2 dd .a {
    display: block;
}

.imgList2 dd .pic {
    text-align: center;
}
.imgList2 dd:hover{
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
/*图文列表页end*/

/*全文列表页start*/

.textList1 {
    overflow: hidden;
}

.textList1 dd {
    padding: 50px 0;
    border-bottom: 1px solid #e4e4e4;
}

.textList1 dd a {
    display: block;
}

.textList1 dd .time {
    width: 115px;
    height: 115px;
    background: #f4f4f4;
    text-align: center;
    margin-right: 30px;
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.textList1 dd:hover .time {
    background: #0061ae;
    color: #fff;
}

.textList1 dd .time em {
    display: block;
    font-style: normal;
    font-size: 45px;
}

.textList1 dd .time span {
    font-size: 12px;
}

.textList1 dd .tetx {
    overflow: hidden;
}

.textList1 dd .tetx .title {
    color: #333333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.textList1 dd:hover .tetx .title {
    color: #0061ae;
}

.textList1 dd .tetx .textCon {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #888888;
    font-size: 14px;
}
.textList2{
    margin-right: -30px;
}
.textList2 dd{
    width: 50%;
    float: left;
    display: inline;
    height: 285px;
    margin-bottom: 50px;
}
.textList2 dd .con {
    overflow: hidden;
    margin-right: 30px;
     box-shadow: 0px 2px 15px 1px rgba(51, 51, 51, 0.58);
   
}
.textList2 dd .title{
    color: #444444;
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
}
.textList2 dd .title:after{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #d9d9d9;
}
.textList2 dd .tetx{
    padding: 75px 45px;
}
.textList2 dd span{
    color: #888888;
    font-size: 14px;
    padding-left: 15px;
}
.textList2 dd .textCon{
    height: 64px;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}
.textList2 dd .tmore{
    color: #999999;
    font-size: 14px;
}
/*全文列表页end*/

/*招聘列表页start*/

.recruitbox {
    background: #fff;
}

.recruittitle {
    width: 1220px;
    overflow: hidden;
    padding: 0 80px;
    padding-top: 40px;
}

.recruittitle li {
    float: left;
    color: #666666;
    font-size: 16px;
    margin-right: 190px;
}

.recruitcn dt span {
    color: #333333;
    font-size: 14px;
    width: 135px;
    height: 60px;
    display: block;
    float: left;
    margin-left: 40px;
    text-align: left;
}

.recruitcn dt {
    overflow: hidden;
    background: #c7d2e6;
    height: 60px;
    line-height: 60px;
    padding: 0 75px;
}

.join_dl {
    overflow: hidden;
}

.join_dl dd {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 2px;
}

a.joinTit {
    display: block;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    font-size: 16px;
    padding: 0px 30px;
    background: #f6f6f6;
    margin-bottom: 20px;
    clear: both;
    margin-bottom: 15px;
}

.joinTit em {
    display: block;
    width: 30px;
    height: 75px;
    overflow: hidden;
    float: right;
    background: url(../images/icon16.png) no-repeat center center;
}

.recruitcn dd .joinTit span {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    display: block;
    height: 60px;
    float: left;
    overflow: hidden;
    
}
.recruitcn dd .joinTit .fbtime{
    color: #888888;
    font-size: 14px;
    font-style: normal;
    padding-left: 30px;
}
.recruitcn dd .joinTit em {
    background-image: url(../images/more.png);
    width: 38px;
    display: block;
    float: right;
}

.recruitcn dd .joinDeta {
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    display: none;
    padding:20px 20px;
}

.recruitcn dd .joinDeta srtong {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.recruitcn dd .joinDeta span {
    display: block;
    margin-bottom: 5px;
    margin-top: 30px;
    line-height: 30px;
    width: 580px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
}

.recruitcn dd .joinDeta .goJoin {
    display: block;
    background: #264db5;
    width: 150px;
    height: 48px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}

.recruitcn dd:hover a.joinTit {
    background-color: #0061ae;
}

.recruitcn dd:hover .joinTit span {
    color: #fff;
}
.recruitcn dd:hover .joinTit .fbtime {
    color: #fff;
}
.recruitcn dd:hover .joinTit em {
    background-image: url(../images/js.png);
}

.recruitcn dd a.joinTit.active {
    background-color: #0061ae;
}

.recruitcn dd .joinTit.active span {
    color: #fff;
}

.recruitcn dd .joinTit.active em {
    background-image: url(../images/js.png);
}

.joinDetaL {
    line-height: 30px;
    color: #666666;
    width: 535px;
}

.joinDetaR {
    width: 560px;
    line-height: 30px;
    color: #666666;
    padding-left: 32px;
    border-left: 1px solid #e6e6e6;
}

.mailbox {
    display: block;
    color: #1c7eeb;
    font-size: 14px;
}
.joinDeta a{
    width: 140px;
    height: 40px;
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #0061ae;
}
/*招聘列表页end*/

/*招聘详情start*/

/*招聘详情end*/

/*招聘表单start*/
.formList {
    padding: 30px 60px;
}
.formList i{
    text-align: center;
    display: block;
    color: #333;
    font-style: normal;
    font-size: 20px;
}
.rgster {
    margin-right: -70px;
}

.rgster dd {
    float: left;
    width: 50%;
    line-height: 45px;
    padding: 13px 0px;
}

.rgster dd input {
    flex: 1;
}

.rgster dd .tel {
    width: 75px;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    color: #666;
}

.rgster .con {
    margin-right: 75px;
}

.rgster .demo2 {
    height: 48px;
    position: relative;
    border: 1px solid #dddddd;
    margin-left: 85px;
}

.rgster .demo2 .seljg {
    padding-left: 10px;
    line-height: 48px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.rgster .demo2 .seljg input {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
}

.rgster .demo2 i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 9px;
    cursor: pointer;
}

.rgster .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
}

.rgster .demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.rgster .demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.rgster .demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}

.inpDiv {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 0px 10px;
    position: relative;
}

.formInp {
    display: block;
    height: 48px;
    overflow: hidden;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    font-family: 'microsoft yahei';
    position: relative;
    z-index: 2;
}

.date {
    display: block;
    width: 40px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background: url(../images/date.png) no-repeat center center;
}

.up {
    margin-bottom: 20px;
}

.up .tel {
    padding-right: 10px;
    padding-top: 15px;
    width: 75px;
    font-size: 16px;
    text-align: right;
}

.inpBtn {
    width: 140px;
    height: 45px;
    padding: 0px;
    text-align: center;
    margin-right: 10px;
}

.inpBtn a {
    display: block;
    background: #878787;
    width: 100%;
    line-height: 45px;
    color: #fff;
}

.bz {
    height: 45px;
    line-height: 45px;
    color: #878787;
    font-size: 14px;
}

.formBtn1 {
    margin-bottom: 40px;
    padding-left: 80px;
    text-align: center;
}

.formBtn1 a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;

    background: #e3e3e3;
    margin-right: 30px;
    color: #666;
    font-size: 16px;
}

.formBtn1 a.submint {
    color: #fff;
    background: #0061ae;
}
.FaqL {
    overflow: hidden;
    padding: 30px 0 0 60px;
}

.FaqL dd {
    float: left;
    width: 360px;
    display: flex;
    height: 45px;
    line-height: 45px;
    margin-right: 75px;
    margin-bottom: 20px;
}

.xin {
    color: #ff0000;

}

.FaqL dd .tel {
    margin-right: 15px;
    width: 55px;
    text-align: right;
}

.FaqL dd input {
    flex: 1;
    outline: none;
    padding-left: 10px;
}

.formTxt {
    margin-bottom: 20px;
}

.formTxt textarea {
    width: 100%;
    height: 198px;
    line-height: 40px;
    padding-left: 10px;
    margin-left: -10px;
    border: 1px solid #ddd;
}

.formTxt .tel {
    padding-right: 15px;
    padding-top: 15px;
    width: 75px;
    text-align: right;
    font-size: 16px;
}

.formTxt .xin {
    padding-top: 15px;
}

.yzm1 {
    width: 430px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}

.yzm1 .tel {
    padding-right: 5px;
    width: 75px;
    text-align: right;
    font-size: 16px;
}

.yzmImg {
    width: 100px;
    height: 50px;
    float: right;
    margin-left: 17px;

}

.yzmImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.yzm1 input {
    width: 210px;
    height: 48px;
    border: 1px solid #ddd;
    margin-left: 0;
}

.inpD {
    outline: none;
    border-style: none;
}

.formBtn {
    text-align: center;
    margin-bottom: 40px;
}

.formBtn a {
    padding: 16px 60px;
    background: #e3e3e3;
    margin-right: 30px;
    color: #666;
    font-size: 16px;
}

.formBtn a.submint {
    color: #fff;
    background: #2973d7;
}

.requstBox {
    line-height: 28px;
    padding: 20px 32px 25px 80px;
    border-bottom: 2px solid #e8e8e8;
}

.requstBox .student {
    overflow: hidden;
    display: flex;
}

.requstBox .student .wen {
    display: block;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.requstBox .student .time {
    font-size: 14px;
    color: #777;
}

.rst {
    width: 100%;
    height：56px;
    line-height: 56px;
    padding-left: 40px;
}

/*招聘表单end*/

/*留言start*/
.messageT {
    padding-top: 88px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-bottom: 40px;
}

.messageC {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    padding: 20px 40px;
}

.messageForm {
    overflow: hidden;
}

.messageForm dd {
    float: left;
    display: inline;
    width: 33.3333%;
    margin-bottom: 15px;
   
}
.messageForm dt {
    display: inline;
    width: 66.3333%;
    overflow: hidden;
    height: 50px;
    float: right;

   
}

.messageForm dd .con {
    padding-right: 20px;
}

.messageForm dd .form {
    padding: 0 8px;
    background: #f4f4f4;
}

.messageForm dd .form span {
    float: left;
    display: inline;
    color: #929292;
    font-size: 15px;
    line-height: 50px;
}

.messageForm dd .form .formC {
    overflow: hidden;
    padding: 0 10px;
}

.messageForm dd .form input {
    overflow: hidden;
    display: block;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    width: 100%;
}

.messageForm dd .form textarea {
    overflow: hidden;
    display: block;
    height: 170px;
    line-height: 40px;
    font-size: 14px;
    background: none;
    border: none;
    width: 100%;
}

.messageForm dd.ddtextarea {
    width: 100%;
}
.messageCode{
    margin-bottom: 15px;
}
.messageCode div {
    display: inline-block;
    overflow: hidden;
}

.messageCode div input {
    height: 50px;
    line-height: 50px;
    border: none;
    padding: 0 10px;
    background: #f4f4f4;
    margin-right: 18px;
   width: 725px;
}
.messageCode a{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #929292;
    font-size: 14px;
    overflow: hidden
}
.messageCode div img {
    float: right;
    display: inline;
    width: 90px;
    height: 50px;
    margin-right: 10px;
}

.messageBtn {
    overflow: hidden;
    text-align: center;
}

.messageBtn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #0061ae;
    margin: 0 auto;
    color: #FFF;
}
.messageres {
    text-align: center;
    margin-left: 215px;
}

.messageres a {
    display: block;
    text-align: center;
    width: 173px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #b5b5b5;
    margin: 0 auto;
    color: #FFF;
}

.messageres a:hover {
    opacity: 0.8
}

.messageForm dt .con {
    padding-right: 20px;
}

.messageForm dt .form {
    padding: 0 8px;
    background: #f4f4f4;
}

.messageForm dt .form span {
    float: left;
    display: inline;
    color: #929292;
    font-size: 15px;
    line-height: 50px;
}

.messageForm dt .form .formC {
    overflow: hidden;
    padding: 0 10px;
}

.messageForm dt .form input {
    overflow: hidden;
    display: block;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    width: 100%;
}
/*留言end*/
/*联系我们*/
.contactPic{
    width: 1400px;
    height: 476px;
}
.contactPic img{
    width: 1400px;
    height: 476px;
}
.contactBox .textList {
    overflow: hidden;
    margin-right: -30px;
    padding-left: 30px;
}

.contactBox .textList dd {
    width: 33.3333%;
    float: left;
    display: inline;
    height: 30px;
    line-height: 30px;
}

.contactBox .textList dd .con {
    overflow: hidden;
    margin-right: 30px;
}

.contactBox .textList span {
    color: #666666;
    font-size: 16px;
    padding-left: 10px;
}
.contactBox .textList em{
    display: block;
    float: left;
}
/*.contactBox .textList dd:last-child{
    text-align: center;
}*/
.textList dt{
    color: #333333;
    font-size: 25px;
    margin-bottom: 30px;
}
/*
大事记
/*发展历程start*/
.course{
	overflow: hidden;
	position: relative;
}
.course .hd{
	width: 1000px;
	height: 120px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.courseLine1{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 65px;
	z-index: 0;
	background: #6d9dc4;
}
.course_ul{
	width: 20000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.course_ul li{
	width: 165px;
	overflow: hidden;
	float: left;
	display: inline;
}
.course_ul li span{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color:#555555;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li.on span{
	font-size: 24px;
	font-weight: bold;
	color:#0061ae;
}
.course_ul li p{
	display: block;
	width: 14px;
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
}
.course_ul li p span{
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/round.png) no-repeat center center;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li p i{
	width: 24px;
	height: 24px;
	background: #000;
	overflow: hidden;
	border: 1px solid #57c282;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0px 0px -13px;
	z-index: 2;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li p em{
	width: 62px;
	height: 61px;
    background: url(../images/roundh.png)no-repeat center center;
	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%;
	top: 50%;
    margin: -35px 0px 0px -28px;
	z-index: 1;
	-webkit-transition: all 0.55s linear;
	-o-transition: all 0.55s linear;
	transition: all 0.55s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li.on p i{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p em{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.courseLine{
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0px;
	top: 185px;
	z-index: 2;
    background: #dadada;
}
.courseLine i{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: #6d9dc4;
	position: absolute;
	left: 0px;
	top: 0px;
}
.course .bd{
	height: 290px;
	overflow: hidden;
	position: relative;
}
.course_dl{
	overflow: hidden;
}
.course_dl dd{
	overflow: hidden;
}
.courseCont{
	overflow: hidden;
	background: #f8f8f8;
	padding: 30px;
}
.courseL{
	width: 375px;
	overflow: hidden;
	margin-right: 30px;
}
.courseL a{
	display: block;
	padding-top: 61.333333333%;
	overflow: hidden;
}
.courseR{
	overflow: hidden;
}
.courseYear{
	overflow: hidden;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#666;
}
.courseYear i{
	font-size: 30px;
	color:#1853c9;
	overflow: hidden;
	padding-right: 10px;
    font-style: normal;
}
.courseDeta{
	overflow: hidden;
	height: 175px;
}
.courseCont_ul{
	padding-right: 25px;
	overflow: hidden;
}
.courseCont_ul li{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 28px;
	padding-bottom: 10px;
    font-style: normal;
}
.aboutRow2 .wrap{
	position: relative;
	z-index: 3;
}
.aboutRow2Bg{
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.scroll{
	width: 100%;
	height: 175px;
	overflow: auto;
	float: left;
}	
.courseDeta .scroll_container {
	overflow: hidden;
	position: relative;
}
.courseDeta .scroll_absolute {
    position: absolute;
}
.courseDeta .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 2px;
    height: 100%;
    background: #cecece;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.courseDeta:hover .scroll_vertical_bar{
	opacity: 1;
}
.courseDeta .scroll_track {
	position: relative;
	background-color: #cecece;
}
.courseDeta .scroll_drag {
	position: relative;
	top: 0;
	left: -2px;
	width: 6px;
	cursor: pointer;
	background-color: #1853c9;
}
.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}
.container1 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}
.courseBt{
	position: absolute;
	right: 30px;
	top: 30px;
	overflow: hidden;
}
.courseBt .bt1{
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt1.prev1{
	background:url(../images/prve2.png) no-repeat center center;
}
.bt1.next1{
	background:url(../images/next2.png) no-repeat center center;
}
.courseBt .more{
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #e6e6e6 url(../images/add1.png) no-repeat center center;
}
.courseBt .more:hover{
	background: #57c282 url(../images/add1_h.png) no-repeat center center;
}
.course .bt2{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt2.prev{
	left: 60px;
	background:url(../images/abUs1.png) no-repeat center center;
}
.bt2.next{
	right: 60px;
	background: #e6e6e6 url(../images/abUs2.png) no-repeat center center;
}
.bdCont{
	width: 1000px;
	margin: 0px auto;
	padding-top: 16px;
	position: relative;
	padding-bottom: 10px;
}
.bdEm{
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/jt.png) no-repeat center center;
}
/*发展历程end*/
-----------------------------内页样式end-----------------------------
*/
