/* 首页主体 */
/* 雪碧图 */

ul li i {
    display: inline-block;
    background: url("../images/sprit.png") no-repeat
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.container{
    width: 1230px;
    margin: 0 auto;
    position: relative;
}
.pointer{
    cursor:pointer;
}

/* 头条 */

.headline {
    position: relative;
    width: 100%;
    height: 133px;
    border: 1px solid #666;
    text-align: center;
    line-height: 133px;
    margin: 20px 0;
}

.headline h2 {
    box-shadow: none;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    color: #EA0B18;
}
.headline h2 a{
    color: #EA0B18;
    font-weight: bold;
}
.headline h2 a:hover{
    font-weight: bold;
}
.headline .tt {
    border-width: 0px;
    position: absolute;
    left: -32px;
    top: 12px;
    width: 123px;
    height: 37px;
    display: flex;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    font-size: 16px;
    color: #FEFEFE;
}

.headline .tt img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 123px;
    height: 37px;
}

.headline .tt .text {
    position: absolute;
    align-self: center;
    padding: 2px 2px 2px 2px;
    box-sizing: border-box;
    width: 100%;
    border-width: 0px;
    word-wrap: break-word;
    text-transform: none;
}


/* 新闻 */


/* 头条 */


/* top-lunbo */

.wh-top-lb {
    position: relative;
    height: 332px;
}
.wh-top-lb .lunbo{
    position: relative;
    width: 100%;
    height: 100%;
}
.wh-top-lb .lunbo img{
    object-fit: cover
}
.main .wh-top-lb .lunbo .text a{
    width: 50%;
    display: block;
    height: 36px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 本例子css */

.whTopSlide {
    width: 600px;
    height: 332px;
    overflow: hidden;
    position: relative;
}

.whTopSlide .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 38px;
    bottom: 16px;
    z-index: 1;
}

.whTopSlide .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.whTopSlide .hd ul li {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}


.whTopSlide .hd ul li.on {
    background: #f00;
    color: #fff;
}

.whTopSlide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.whTopSlide .bd .iimg {
    position: absolute;
    top: 10px;
    left: 14px;
    width: 94px;
    height: 121px;
    z-index: 10
}

.whTopSlide .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.whTopSlide .bd img {
    width: 600px;
    height: 332px;
    display: block;
}

.whTopSlide .bd p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}


/* ------------------ */

.tj-list {
    width: 605px;
    height: 334px;
    overflow: hidden
}


/* 本例子css */

.slideTxtBox {
    text-align: left;
    position: relative;
}

.slideTxtBox .hd {
    height: 40px;
    font: 20px/40px "微软雅黑";
    color: #18388c;
    border-bottom: 1px solid #c9c9c9;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -2px;
    overflow: hidden
}

.slideTxtBox .hd ul li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
}

.slideTxtBox .hd ul li.on {
    border-bottom: 2px solid #035392;
    font-weight: bold;
}

.slideTxtBox .bd .list-more {
    position: absolute;
    top: 5px;
    right: 0;
    font: normal 14px/40px "微软雅黑";
    display: block;
    width: 63px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: inherit;
    background-color: rgba(0, 103, 180, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #FFFFFF;
}

.slideTxtBox .bd ul {
    zoom: 1;
    margin-top: 20px;
}

.slideTxtBox .bd li {
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    overflow: hidden;
    background: url(../images/sprit.png) no-repeat -184px 10px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}
.slideTxtBox .bd ul li a:hover{
    color: rgb(29,129,201);
}

/* 轮播专题 */


/* 专题 */

.c-zt {
    margin: 20px 0;
}

.zt {
    margin: 42px 0
}

.zt ul>li {
    float: left;
    width: 33.33%;
    text-align: center;
    overflow: hidden
}

.zt ul>li:first-child {
    text-align: left;
}

.zt ul>li:last-child {
    text-align: right;
}

.zt ul>li img {
    height: 360px;
    height: 100px;
}

.pub-left {
    width: 600px;
    min-height: 244px;
    overflow: hidden;
}

.pub-right {
    width: 550px;
    min-height: 244px;
    overflow: hidden;
}

.pub-title {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    bottom: -1px;
    height: 40px;
    margin-right: 22px;
    font: bold 22px/40px "微软雅黑";
    color: #fff;
    background: #18388c;
}

i.icon {
    width: 20px;
    height: 22px;
    margin: 0 10px 0 10px;
    vertical-align: middle
}

i.xinwen {
    background-position: 2px -20px;
}

i.jiedu {
    background-position: -20px -20px;
}

i.gongkai {
    background-position: -40px -20px;
}

i.hudon {
    background-position: -60px -20px;
}

i.xinfan {
    background-position: -80px -20px;
}

i.fuwu {
    background-position: -120px -20px;
}

i.fengcai-icon {
    background-position: -100px -21px;
}

.hudong {
    overflow: hidden;
}

.xinfang {
    overflow: hidden;
}

.zt-gr {
    position: relative;
    height: 120px;
}


/* 本例子css */

.zt-gr {
    width: 1230px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.zt-gr .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.zt-gr .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.zt-gr .bd img {
    width: 1230px;
    height: 120px;
    display: block;
}

.zt-gr .hd ul {
    position: absolute;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    z-index: 10
}

.zt-gr .hd ul li {
    float: left;
    width: 30px;
    height: 5px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
    background: #D9D9D9
}

.zt-gr .hd ul li.on {
    background: #0075c4
}

.zt-gr1 {
    width: 1230px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.zt-gr1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.zt-gr1 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.zt-gr1 .bd img {
    width: 1230px;
    height: 120px;
    display: block;
}

.zt-gr1 .hd ul {
    position: absolute;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    z-index: 10
}

.zt-gr1 .hd ul li {
    float: left;
    width: 30px;
    height: 5px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
    background: #D9D9D9
}

.zt-gr1 .hd ul li.on {
    background: #0075c4
}

.c-zt .list-more {
    margin: 10px 0;
}


/* 教育培训 */

.jypx .content {
    width: 820px;
    display: flex;
    justify-content: space-between;
}

.main_item {
    margin: 20px 0;
}

.jypx .index_title {
    width: 820px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}


/* .jypx .index_title:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 800px;
    height: 1px;
    border-bottom: 1px solid #000;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
} */

.index_title .title {
    height: 56px;
    line-height: 56px;
    padding: 0 13px;
    text-align: center;
    background: inherit;
    background-color: rgba(0, 103, 180, 0.823529411764706);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 28px;
    color: #FBF8F8;
}

.index_title .index_more{
    width: 63px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: inherit;
    background-color: rgba(0, 103, 180, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 30px;
}

      /* 直播课堂 */

.zbkt .index_ftitle {
    width: 390px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin: 20px 0 10px 0;
    border-bottom: 2px solid rgba(111, 222, 251, 1);
}

.zbkt .index_ftitle .ftitle {
    width: 157px;
    height: 32px;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #2D82C1;
}

.zbkt .index_ftitle .index_fmore {
    display: flex;
    align-items: center;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
}

.zbkt .index_ftitle .index_fmore span {
    width: 31px;
    height: 31px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zbkt .img {
    width: 390px;
    height: 213px;
    display: flex;
    overflow: hidden;
}
.zbkt .img2 {
    width: 390px;
    height: 243px;
}
.zbkt .jSlider{
    height: 243px;
}
.zbkt .jSlider img{
    width: 390px;
    height: 213px;
}
.zbkt .lunbo .Light{
    position: absolute;
    width: 90%;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 36px;
    z-index: 9;
    text-align: center;
    text-indent: 20px;
    color: #2D82C1;
    font-size: 16px;
}
.zbkt .lunbo .Light a{
    /*width: 259px;*/
    box-shadow: none;
    font-family: 'Arial Black', 'Arial Normal', 'Arial';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #2D82C1;
    text-align: center;
}
.zbkt .jSlider .controller .indicator{
    display: none!important;
}
.zbkt .jSlider .navigator span {
    background: none;
}
.zbkt .jSlider .navigator span:hover {
    background: none;
}
.zbkt p {
    width: 379px;
    height: 30px;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.zbkt p a:hover {
    color: rgb(45, 130, 193);
}

.login {
    width: 360px;
    height: 335px;
    border: 1px solid rgba(0, 103, 180, 1);
    border-radius: 20px;
    margin-top: -20px;
    text-align: center;
    position: relative;
}

.login h3 {
    margin: 40px 0 20px 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 28px;
    color: #2D82C1;
}

.login label {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
}

.login .form_item {
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
}

.login input {
    width: 215px;
    height: 30px;
    padding: 3px 2px 3px 2px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    margin-right: 20px;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #000000;
    vertical-align: none;
    text-align: left;
    text-transform: none;
    background-color: transparent;
    border: 1px solid #333;
}

.login input .disabled {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 215px;
    height: 30px;
    padding: 3px 2px 3px 2px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #000000;
    vertical-align: none;
    text-align: left;
    text-transform: none;
    background-color: transparent;
    border-color: transparent;
}

.login_button input {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    width: 99px;
    height: 41px;
    background: inherit;
    background-color: rgba(22, 155, 213, 1);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
}

.yzmform {
    display: block!important;
}

.login .img {
    width: 110px;
    height: 40px;
    position: absolute;
    right: 26px;
    top: 190px;
}

.form_item #yzm {
    width: 80px;
    margin-right: 120px;
}

.login .sign {
    position: absolute;
    right: 20px;
    top: 270px;
    width: 90px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.login .sign a {
    color: #169BD5;
}


/* 军转干部 */

.jzgb .index_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.choose {
    width: 600px;
    display: flex;
    justify-content: space-between;
}

.choose .title {
    width: 540px;
    height: 130px;
    position: relative;
}

.choose .title img,
.choose .title img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.choose .title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 476px;
    height: 32px;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #2D82C1;
}
.jzgb .fr h3{
    color: #fff;
}

.jzgb ul li {
    height: 38px;
    line-height: 38px;
    margin: 4px 0;
    padding-left: 20px;
    overflow: hidden;
    background: url(../images/sprit.png) no-repeat -184px 10px;
}
.jzgb ul li a:hover{
    text-decoration:underline
}

.choose .more {
    width: 35px;
    height: 280px;
    position: relative;
    background: inherit;
    background-color: rgba(45, 130, 193, 0.298039215686275);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.choose .more img {
    width: 30px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jzgb .felx {
    justify-content: space-between;
}


/* 风采 */

.mien {
    width: 100%;
    height: 140px;
    position: relative;
    margin: 20px 0;
}

.mien img {
    width: 100%;
    height: 100%;
}
.mien .text .fcl{
    width: 530px;
    height: 60px;
}

.mien .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 692px;
    height: 90px;
    line-height: 90px;
    background: inherit;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Bold Oblique', 'Arial Bold', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: oblique;
    font-size: 48px;
    color: #E72911;
    text-align: center;
}
.mien .text a{
    color: #E72911;
}

/* 服务大厅 */

.service .index_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.ser_main {
    width: 100%;
    height: 228px;
    border: 2px solid rgba(45, 130, 193, 1);
    border-radius: 15px;
}

.ser_main ul {
    display: flex;
    justify-content: space-around;
}

.ser_main ul li {
    position: relative;
}

.ser_main ul li img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 45px 0 20px 5px;
}

.ser_main ul li .red {
    position: absolute;
    top: 0px;
    display: none;
}

.ser_main ul li:hover .bule {
    opacity: 0;
}

.ser_main ul li:hover .red {
    display: block;
    transform:scale(1.05)
}

.ser_main ul li span {
    height: 41px;
    display: flex;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #333;
}

.ser_main ul li:hover span {
    color: #D81E06;
    transform:scale(1.02)
}

.zcfg .index_title {
    width: 595px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.zcfg ul li {
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    overflow: hidden;
    background: url(../images/sprit.png) no-repeat -184px 10px;
}
.zcfg li .date{
    float: right;
    color: #999;
}
.zcfg ul li a:hover{
    text-decoration:underline
}

/* 专题报导 */

.special .index_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.special img {
    width: 400px;
    height: 170px;
}

.special .felx {
    justify-content: space-between;
}


/* 咨询互动 */

.zxhd .index_title {
    width: 595px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.zxhd ul li {
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    overflow: hidden;
    background: url(../images/sprit.png) no-repeat -184px 10px;
}
.zxhd ul li a:hover{
    text-decoration:underline
}
.zxhd .phone {
    height: 32px;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
    color: #2D82C1;
    margin: 15px 0;
}

.zxhd .phone span {
    margin-left: 50px;
}

.w580 {
    width: 580px;
}

.zxhd_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zxhd_list .zxhd_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78px;
    line-height: 78px;
    margin: 5px 0;
    color: #FDFBF7;
    font-size: 22px;
    border-radius: 5px;
    text-align: center;
}
.zxhd_list .zxhd_item a{
    color: #fff;
}
.zxhd_list .zxhd_item img {
    width: 32px;
    height: 32px;
    margin-right: 5px
}

.zxhd_list .zxhd_item:nth-child(1) {
    width: 185px;
    background: rgba(89, 188, 144, 1);
}

.zxhd_list .zxhd_item:nth-child(2) {
    width: 185px;
    background: rgba(69, 156, 201, 1);
}

.zxhd_list .zxhd_item:nth-child(3) {
    width: 185px;
    background: rgba(89, 188, 144, 1);
}

.zxhd_list .zxhd_item:nth-child(4) {
    width: 185px;
    background: rgba(250, 143, 71, 1);
}

.zxhd_list .zxhd_item:nth-child(5) {
    width: 383px;
    background: rgba(236, 79, 69, 1);
}


/* 友情链接 */

.links {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    text-align: center;
    margin-bottom: 10px;
}

.link-cont{
    margin-top: -12px;
    margin-bottom: 10px;
    width: 1228px;
    display: none;
}
.link-cont>ul {
    display: none;
    padding: 10px;
    overflow-y: auto !important;
    border: 1px solid #666;
    background: #fff;
}

.link-cont>ul>li {
    width: 15%;
    float: left;
}

.link-cont>ul>li a {
    font: normal 18px/30px "微软雅黑";
    color: #4c4c4c;
}
.links .title {
    width: 183px;
    background: rgba(24, 56, 140, 0.901960784313726);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #FFFFFF;
}

.link {
    border: 1px solid #fff;
    background: rgba(43, 97, 179, 0.901960784313726);
    flex-grow: 1;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
    color: #FFFFFF;
}
.link a{
    color: #fff;
}
.link a:hover{
    text-decoration:underline;
}

/* 底部 */
footer .lists a{
    color: #fff;
}
footer .lists a:hover{
    text-decoration:underline;
}
footer {
    width: 100%;
    height: 236px;
    padding-top: 15px!important;
    background: rgba(34, 88, 169, 0.901960784313726);
    position: relative;
}

footer .lists {
    height: 30px;
    line-height: 30px;
    display: flex;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0 40px 0;
}

footer .lists>div {
    display: block;
    text-align: center;
    padding-right: 25px;
    margin-left: 25px;
}

footer .lists>div:nth-child(1) {
    margin-left: 0;
}

footer .lists div:nth-child(1),
footer .lists div:nth-child(2){
    border-right: 2px solid #fff;
}

footer .information {
    width: 730px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0;
}

footer .information .infor {
    margin: 15px;
}

footer .wx img {
    position: absolute;
    right: 230px;
    top: 47px;
    width: 109px;
    height: 109px;
}

footer .saoyisao {
    position: absolute;
    text-align: center;
    right: 85px;
    top: 62px;
    box-shadow: none;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
}

footer .saoyisao img {
    width: 40px;
    height: 40px;
}
/* 返回顶部 */
#goTop{
    position: fixed;
    bottom: 60px;
    right: 120px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    z-index: 99;
    display: none;
    cursor:pointer;
    border: 1px solid rgba(121, 121, 121, 1);
    border-radius: 8px;

}
#goTop img{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}


.main .lunbo .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    line-height: 36px;
    text-indent: 20px;
    color: #fff;
    font-size: 16px;
}

.main .lunbo .text a {
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
}

.main .lunbo .jSlider .navigator .prev {
    display: none;
    margin-left: -30px;
}

.main .lunbo .jSlider .navigator .next {
    display: none;
    margin-right: -30px;
}

.main .lunbo .jSlider:hover .navigator .prev {
    display: block;
}

.main .lunbo .jSlider:hover .navigator .next {
    display: block;
}

.main .lunbo .jSlider .controller .indicator {
    text-align: right;
    margin-right: 30px;
    z-index: 10;
}

.main .lunbo .jSlider .controller .indicator span {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.main .lunbo .jSlider .controller .indicator .selected {
    background-color: #E30B20;
}
/*登录*/

.main .formtable {
    width: 285px;
    /*border-bottom: 1px solid #E5E5E5;*/
    margin-left: 34px;
}
.main .formtable input::-webkit-input-placeholder {
    font-weight: 300;
    color: #999;
    font-size: 14px;
}

.main .formtable input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 300;
    color: #999;
    font-size: 14px;
}

.main .formtable input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 300;
    color: #999;
    font-size: 14px;
}

.main .formtable input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 300;
    color: #999;
    font-size: 14px;
}

.main .formtable .ago {
    font-size: 15px;
    color: #999;
}

.main .formtable div {
    height: 28px;
    line-height: 28px;
    margin-bottom: 22px;
    position: relative;
}

.main .formtable div i {
    font-size: 15px;
    color: #999;
}

.main .formtable div .ago {
    position: absolute;
    left: 4px;
}

.main .formtable div input {
    padding-left: 26px;
    height: 28px;
    width: 283px;
    border: 0;
    outline:none;
    border-bottom: 1px solid #E5E5E5;
}

.main .formtable div .close,
.main .formtable div .look {
    position: absolute;
    right: 5px;
    top: 0;
}

.main .formtable div p {
    color: #E30B20;
    font-size: 14px;
    position: absolute;
    left: 25px;
    top: 22px;
}

.main .formtable div.code {
    position: relative;
}

.main .formtable div.code .letter {
    width: 125px;
    height: 35px;
    position: absolute;
    right: 0;
    top: -10px;
    font-weight: bolder;
}

.main .formtable div.box {
    height: 20px;
    line-height: 20px;
    margin-top: -4px;
    position: relative;
}

.main .formtable div.box input[type="checkbox"] {
    width: 13px;
    height: 13px;
    position: absolute;
    left: -4px;
    top: 0;
}

.main .formtable div.box input[type="checkbox"]::after {
    width: 12px;
    height: 12px;
    content: " ";
    background-color: #fff;
    color: #333;
    display: inline-block;
    visibility: visible;
    border-radius: 2px;
    behavior: url(../src/pie/PIE.htc);
    border: 1px solid #E5E5E5;
    position: absolute;
    top: 0;

}

.main .formtable div.box input[type=checkbox]:checked:after {
    width: 12px;
    height: 12px;
    content: "";
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 18px;
    border: 0;
    color: #fff;
    background-image: url(../images/login-register/yes.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main .formtable div.box span {
    color: #999;
    font-size: 14px;
    position: absolute;
    left: 20px;
}

.main formtable div.box a {
    font-size: 14px;
    color: #2676B5;
    position: absolute;
    right: 0;
}

.main .formtable .alogin{
    display: block;
    cursor:pointer;
    width: 285px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: rgba(22, 155, 213, 1);
    color: #fff;
    font-size: 16px;
    border-radius: 22px;
    behavior: url(../src/pie/PIE.htc);
    margin-top: 35px;
    margin-bottom: 56px;
}
.main .formtable .alogin:hover{
    background-color: rgba(0, 103, 180, 0.823529411764706);
}
.main .person-infro{
    display: none;
}
.main .person-infro .yhxx{
    padding: 5px 80px;
    display: flex;
}
.main .person-infro img{
    width: 30px;
    height: 30px;
}
.main .person-infro .name img{
    border-radius: 50%;
}
.main .person-infro p{
    float: left;
    margin: 5px 20px 10px 20px;
}
#Tdate{
    margin-left: 80px;
}

.main .person-infro .Toinfor{
    display: inline-block;
    width: 133px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #1875ba;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
}

.main .person-infro .opt-out{
    display: inline-block;
    font-size: 14px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0069c5;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 90%;
    cursor:pointer
}
.infortit{
    margin: 35px 25px 20px 25px!important;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}