html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    border: none;
}

p {
    margin-bottom: 0;
}

body,
a,
input,
select,
button {
    font-family: "Microsoft Yahei", "Droid Sans Fallback", "Arial", "Helvetica", "sans-serif", "å®‹ä½“";
    font-size: 14px;
    outline: none;
    color: #666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*åŽ»é™¤èŽ·å–ç„¦ç‚¹æ—¶åŠé€æ˜ŽèƒŒæ™¯*/
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

table {
    text-align: center;
    vertical-align: middle;
}

th {
    text-align: center;
    vertical-align: middle;
}
/*å±‚çº§*/
/*
å®šä¹‰åœ†è§’
@radius åœ†è§’å¤§å°
*/

.self_flex_content {
    /*å®šä¹‰çˆ¶å…ƒç´ */
    display: box;
    /*ï¼ˆä¼¸ç¼©ç›’æœ€è€ç‰ˆæœ¬ï¼‰*/
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flexå®¹å™¨*/
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.AnimationRotate360 {
    -webkit-animation: Rotating 1s linear infinite;
    -moz-animation: Rotating 1s linear infinite;
    -ms-animation: Rotating 1s linear infinite;
    animation: Rotating 1s linear infinite;
}

@keyframes Rotating {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes Rotating {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-moz-keyframes Rotating {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-o-keyframes Rotating {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-ms-keyframes Rotating {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
/*è‡ªå®šä¹‰æ»šåŠ¨æ¡æ ·å¼(ä¸å…¼å®¹ç«ç‹ie)*/
/*è¶…å‡ºéšè—*/
/*éšè—æ»šåŠ¨æ¡çš„å†™æ³•*/
/*ç”¨æ³•htmlç»“æž„*/
/*æ–‡æœ¬ä¸¤ç«¯å¯¹é½å¤šè¡Œçœç•¥*/
/*è®¾ç½®input/textareaçš„placeholderå­—ä½“é¢œè‰²ï¼Œç»‘å®šåœ¨input/textareaçˆ¶å…ƒç´ ä¸Š*/
/*textareaæç¤ºè¯­é¢œè‰²*/
/*æ—‹è½¬*/

.Rotate_180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
}

.Rotate_90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
}

.Rotate_90_ {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
}

.Rotate_45 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
}

.Rotate_45_ {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
}
/*å±‚çº§*/
/*ä¸å¯é€‰ä¸­*/

.NoSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.small_hand {
    cursor: pointer;
}
/*è¶…å‡ºéšè—å¦å¤–åŠ å®½*/

.hideellipsis,
.widthHide2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
/*åŽ»æŽ‰inputé»˜è®¤ä¸Šä¸‹ç®­å¤´*/

.input_jiantou_hide input::-webkit-outer-spin-button,
.input_jiantou_hide input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input_jiantou_hide input[type="number"] {
    -moz-appearance: textfield;
}

.input_jiantou_hide input {
    -webkit-appearance: none;
    /*åŽ»é™¤inputé»˜è®¤æ ·å¼*/
}

.input_jiantou_hide input[type="submit"],
.input_jiantou_hide input[type="reset"],
.input_jiantou_hide input[type="button"],
.input_jiantou_hide input {
    -webkit-appearance: none;
}

.input_jiantou_hide input::-ms-clear {
    display: none;
}
/*selectåŽ»æŽ‰é»˜è®¤ç®­å¤´*/

.select_jiantou_hide {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.select_jiantou_hide::-ms-expand {
    display: none;
}
/*è¾¹æ¡†é˜´å½±*/

.box-shadow-round {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.afterClearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.afterClearfix {
    zoom: 1;
}
/*æµ®åŠ¨ï¼Œé»˜è®¤å·¦æµ®åŠ¨*/
/*åŠ¨ç”»*/
/*ç‚¹å‡»è¿”å›žé¡¶éƒ¨æŒ‰é’®*/

.backtop-btn {
    display: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    bottom: 26%;
    background: #e1e1e1;
    z-index: 1000;
}

.backtop-btn>i {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 9px 0 0 9px;
    background: url('../img/icon_backtop.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

html {
    width: 100%;
    color: white;
    overflow-x: hidden;
    font-family: "å¾®è½¯é›…é»‘";
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

.mouseCSS {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
}

.Rotate_180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
}

.icon_ {
    display: inline-block;
    width: 16px;
    height: 16px;
}
/*å­—ä½“å®šä¹‰*/
/*è¾¹æ¡†çº¿å®šä¹‰*/

.border_all {
    border: 1px solid #e1e1e1;
}

.border_tp {
    border-top: 1px solid #e1e1e1;
}

.border_bt {
    border-bottom: 1px solid #e1e1e1;
}

.border_lt {
    border-left: 1px solid #e1e1e1;
}

.border_rt {
    border-right: 1px solid #e1e1e1;
}

.icon_check {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/icon_check.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.icon_checked {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/icon_checked.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.wcomm {
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
}

.icon_zhankai {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    background: url('../img/icon_zhankai36.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
}
/*ç®¡ç†æ¨¡å— 20190313 mr*/

.entry-box {
    margin-bottom: 30px;
    height: 80px;
}

.entry-box .entry-box -sx .entry_ {
    width: 24%;
    margin-left: 1.33333333%;
}

.entry-box .entry-box -sx .entry_.entry_1 .c_1 {
    background: #42A5F5;
}

.entry-box .entry-box -sx .entry_.entry_2 .c_1 {
    background: #00BCD4;
}

.entry-box .entry-box -sx .entry_.entry_3 .c_1 {
    background: #FFC107;
}

.entry-box .entry-box -sx .entry_.entry_4 .c_1 {
    background: #4CAF50;
}

.entry-box .entry_ {
    float: left;
    width: 18.8%;
    /* height: 150px; */
    margin-bottom: 25px;
    margin-left: 1.5%;
    position: relative;
}

.entry-box .entry_:nth-child(5n+1) {
    margin-left: 0;
}

.entry-box .entry_.entry_1 .c_1 {
    background: #42A5F5;
}

.entry-box .entry_.entry_2 .c_1 {
    background: #FFC107;
}

.entry-box .entry_.entry_3 .c_1 {
    background: #9575CD;
}

.entry-box .entry_.entry_4 .c_1 {
    background: #00BCD4;
}

.entry-box .entry_.entry_5 .c_1 {
    background: #4CAF50;
}

.entry-box .entry_ .c_1 {
    width: 100%;
    /* height: 150px; */
    padding: 25px 0;
    text-align: center;
    cursor: pointer;
}

.entry-box .entry_ .c_1 img {
    margin-top: 10px;
}

.entry-box .entry_ .c_1 p {
    /* line-height: 22px; */
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /* margin-top: -10px; */
}

.entry-box .entry_ .c_2 {
    background: #F3F3F3;
    /* overflow: hidden; */
    display: none;
    padding: 0px 15px 15px;
    min-height: 76px;
    /* height: 76px; */
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

.entry-box .entry_ .c_2>.li_ {
    width: 100%;
    height: 26px;
    line-height: 26px;
    float: left;
    color: #555;
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-box .entry_ .c_2>.li_:first-child {
    margin-top: 10px;
}

.entry-box .entry_ .c_2>.li_:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10.5px;
    left: 2px;
    background: #555;
}

.entry-box .entry_ .c_2>.li_:hover {
    color: #3cafdf;
}

.entry-box .entry_ .c_2>.li_:hover:before {
    background: #3cafdf;
}

.entry-box .entry_ .c_2>.empty_ {
    width: 100%;
    height: 26px;
    line-height: 26px;
    float: left;
}

.entry-box .entry_ .c_2>.l2_ {
    width: 100%;
    height: 26px;
    line-height: 26px;
    float: left;
    color: #555;
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-box .entry_ .c_2>.l2_:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10.5px;
    left: 2px;
    background: #555;
}

.entry-box .entry_ .c_2>.l2_>a {
    color: #555;
}

.entry-box .entry_ .c_2>.l2_>a:hover {
    color: #3CAFDF;
}

.entry-box .entry_ .c_2>.l2_:hover:before {
    background: #3cafdf;
}
/*å­¦æ ¡ç®€ä»‹ 20190313ç‰ˆ*/

.school-introduction {
    margin-top: 25px;
    overflow: hidden;
    position: relative;
    padding-left: 545px;
    /*box-sizing: content-box|border-box|inherit;*/
    border: 1px solid #faf9f9;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.school-introduction>.videobox {
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 545px;
    position: absolute;
    top: 0;
    left: 0;
}

.school-introduction>.videobox>.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 76px;
    height: 76px;
    background: url('../img/playimg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: -38px 0 0 -38px;
    z-index: 10;
    cursor: pointer;
}

.school-introduction>.videobox>video {
    height: 304px;
}

.school-introduction>.schoolDesc {
    padding: 18px 30px 18px 36px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #221b1c;
    background: #faf9f9;
    min-height: 300px;
}

.school-introduction>.schoolDesc .titles {
    width: 100%;
    height: 55px;
    line-height: 54px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 15px;
}

.school-introduction>.schoolDesc .cont {
    padding: 0 20px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.school-introduction>.schoolDesc .cont p {
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.school-introduction>.schoolDesc .cont .block {
    display: block;
    overflow: hidden;
}

.school-introduction>.schoolDesc .cont .block>.more {
    display: inline-block;
    margin-top: 15px;
    float: right;
    width: auto;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    padding: 0 15px;
    color: #fff;
    background: #42a3f5;
}
/*æ ¡å›­åŠ¨æ€ 20190313*/

.lists-box {
    font-size: 14px;
    color: #333;
}

.lists-box>h4 {
    width: 100%;
    height: 70px;
    line-height: 66px;
    font-size: 24px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.lists-box>h4:after {
    content: '';
    display: inline-block;
    width: 46px;
    height: 4px;
    background: #42a3f5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lists-box>h4>b {
    font-size: 24px;
    font-weight: normal;
    color: #212121;
    margin-right: 5px;
}

.lists-box>h4>b,
.lists-box>h4>span {
    float: left;
}

.lists-box>h4:after {
    content: '';
    display: inline-block;
    border-bottom: 4px solid #42a3f5;
    width: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lists-box>h4>.more-btn {
    float: right;
    display: inline-block;
    cursor: pointer;
    width: 56px;
    height: 32px;
    background: url('../img/more1.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 19px;
}

.lists-box>h4>.more-btn:hover {
    background: url('../img/more1_on.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.lists-box .cont_1 {
    overflow: hidden;
}

.lists-box .cont_1 .list_ {
    width: 50%;
    margin: 25px 0;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    position: relative;
    min-height: 144px;
}

.lists-box .cont_1 .list_>img.img_ {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 144px;
    z-index: 2;
    max-width: 228px;
}

.lists-box .cont_1 .list_>h6 {
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
}

.lists-box .cont_1 .list_>h6 span {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.lists-box .cont_1 .list_>h6 .more_ {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background: url('../img/details.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 13px;
}

.lists-box .cont_1 .list_>p {
    line-height: 26px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    max-height: 73px;
    overflow: hidden;
}

.lists-box .cont_1 .list_:nth-child(2n+1) {
    padding-right: 54px;
    padding-left: 243px;
}

.lists-box .cont_1 .list_:nth-child(2n+1).underway:after {
    left: 173px;
}

.lists-box .cont_1 .list_:nth-child(2n+2) {
    padding-left: 297px;
}

.lists-box .cont_1 .list_:nth-child(2n+2).underway:after {
    left: 227px;
}

.lists-box .cont_1 .list_:nth-child(2n+2)>img.img_ {
    left: 54px;
}
/*å…¬å…±æ ·å¼*/
/*.ContainerWarp {
  font-size: 14px;
  color: #333;
  min-width: 1000px;
  overflow: hidden;
}*/

.ContainerWarp {
    width: 100vw;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.ContainerWarp .footer {
    position: absolute;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 120px;
    background: #656565;
    color: #F9F8F6;
}
/*.ContainerWarp .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  height: 180px;
  padding: 40px 0 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #656565;
}*/
/* .ContainerWarp .footer .footer-cont {
        width: 100%;
        max-width: 1200px;
        min-width: 1180px;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    } */

.footerBottom {
    display: flex;
    justify-content: space-between;
}

.bottom10 {
    margin-bottom: 10px;
}

.ContainerWarp .footer3 {
    background: #03142e;
    padding-top: 18px;
    height: 90px;
}

.ContainerWarp .footer2 {
    padding: 10px 0;
    height: auto;
}

.logobox,
.homePage .mainContent .content-top .tp {
    background: #fff;
    height: 100px;
    /*.bg_all('http://dxal.czbanbantong.com/login/default/images/login/tubg1.jpg');*/
}

.logobox .cont,
.homePage .mainContent .content-top .tp .cont {
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.logobox .cont>img,
.homePage .mainContent .content-top .tp .cont>img {
    height: 47px;
    margin-top: 26.5px;
}

.logobox .cont .logo3,
.homePage .mainContent .content-top .tp .cont .logo3 {
    height: 75px;
    margin-top: 15px;
}

.logobox .cont>.logo2,
.homePage .mainContent .content-top .tp .cont>.logo2 {
    height: 73px;
    margin-top: 8px;
}

.logobox .cont .loadbtn,
.homePage .mainContent .content-top .tp .cont .loadbtn {
    position: absolute;
    top: 50%;
    left: 10%;
}

.logobox .cont .logo_04,
.homePage .mainContent .content-top .tp .cont .logo_04 {
    height: 49px;
    margin-top: 24px;
}
/*ä¸»é¡µæ ·å¼*/

.homePage header.header {
    display: none;
}

.homePage .mainContent {
    overflow: hidden;
}

.homePage .mainContent .content-top .tp .cont2 {
    text-align: left;
}

.homePage .mainContent .content-top .tp .cont2>.logo2 {
    height: 69px;
    margin-top: 15px;
    float: left;
}

.homePage .mainContent .content-top .tp .cont2 .logotext {
    float: left;
    font-size: 30px;
    margin: 30px 0 0 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.homePage .mainContent .content-top .tp .cont2 .logotext2 {
    font-size: 30px !important;
    color: #333 !important;
}

.homePage .mainContent .content-top .tp .cont2 .logotext2 em {
    font-style: normal;
    font-weight: normal;
}

.homePage .mainContent .content-top .tp .cont2 .title_img {
    float: left;
    margin: 16px 0 0 15px;
}

.homePage .mainContent .content-top .tp .cont2 .link_a {
    float: right;
    line-height: 80px;
    color: #42a3f5;
}

.homePage .mainContent .content-top .tp .cont2 .header_rt {
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 80px;
    float: right;
    overflow: hidden;
}

.homePage .mainContent .content-top .tp .cont2 .header_rt .username {
    float: left;
    margin-right: 10px;
}

.homePage .mainContent .content-top .tp .cont2 .header_rt .username b {
    font-weight: normal;
    margin-right: 5px;
    color: #29BFEE;
}

.homePage .mainContent .content-top .tp .cont2 .header_rt .loginout {
    float: left;
    cursor: pointer;
}

.homePage .mainContent .content-top .tp .cont2 .header_rt .login {
    float: left;
    display: none;
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 {
    padding-top: 25px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*20190313 ç‰ˆ*/
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 .l_ {
    float: left;
    overflow: hidden;
    margin-left: 8px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 .l_ label {
    float: left;
    line-height: 28px;
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 .l_ input {
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 .login-btn {
    float: left;
    margin-left: 8px;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #42a3f5;
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 .loginStatus {
    float: left;
    overflow: hidden;
    display: none;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 .loginStatus span b {
    font-weight: normal;
    color: #42a3f5;
}

.homePage .mainContent .content-top .tp .cont2 .heaer_rt2 .loginStatus .out-btn {
    color: #42a3f5;
    margin-left: 5px;
    cursor: pointer;
}

.homePage .mainContent .content-top .bt {
    position: relative;
    overflow: hidden;
    height: 360px;
}

.homePage .mainContent .content-top .bt #sybanner.swiper-container {
    height: 360px;
}

.homePage .mainContent .content-top .bt #sybanner.swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
}

.homePage .mainContent .content-top .bt #sybanner.swiper-container .swiper-wrapper .swiper-slide a {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    display: inline-block;
    width: 1920px;
    height: 360px;
}

.homePage .mainContent .content-top .bt #sybanner.swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.homePage .mainContent .content-top .bt #sybanner.swiper-container .swiper-pagination {
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    margin-left: -500px;
    left: 50%;
    text-align: left;
    padding-left: 200px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-top .bt #sybanner.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.homePage .mainContent .content-top .bt #sybanner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #09BEFD;
}

.homePage .mainContent .content-top .bt .loginBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}

.homePage .mainContent .content-top .bt .loginBox>.cont {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    top: 15px;
    right: 0;
    bottom: 15px;
    height: 330px;
    width: 320px;
    z-index: 20;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 10px 15px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1 {
    overflow: hidden;
    width: 100%;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1 .login-nav {
    height: 42px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1 .login-nav>a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    width: 23%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-left: 2.66666667%;
    border-bottom: 2px solid #fff;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1 .login-nav>a:first-child {
    margin-left: 0;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1 .login-nav>a.active {
    color: #42a2f6;
    border-bottom: 2px solid #42a2f6;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont {
    padding: 15px 0;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 270px;
    width: 100%;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont>li {
    width: 100%;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    min-height: 36px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont>li:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont>li>input {
    padding: 0;
    outline: none;
    border: none;
    background: #efefef;
    width: 100%;
    height: 36px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont>li .login-btn {
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    background: #42a2f6;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont>li .login-btn:hover {
    background: #0997ff;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-1,
.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-2,
.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-3 {
    position: relative;
    padding-left: 59px;
    background: #efefef;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-1:after,
.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-2:after,
.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-3:after {
    content: '';
    display: inline-block;
    text-align: left;
    width: 50px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-1:after {
    content: '帐  \00A0\00A0 号';
    /*.bg_all('http://p71zfv16p.bkt.clouddn.com/static/comm/img/icon/icon_user.png');*/
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-2:after {
    content: '密  \00A0\00A0 码';
    /*.bg_all('http://p71zfv16p.bkt.clouddn.com/static/comm/img/icon/icon_pwd.png');*/
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-3 {
    padding-left: 60px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-3:after {
    content: '验证码';
    width: 64px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-3 input {
    width: 60%;
    padding: 0 10px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-3 .yzm {
    float: right;
    display: inline-block;
    height: 36px;
    width: 40%;
    margin-left: 10px;
    background: #D6E8F6;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-3 .yzm .yzmbtn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: url('../img/yzmbg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-4 {
    line-height: 36px;
    font-size: 15px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-4>span {
    float: left;
    display: inline-block;
    height: 36px;
    overflow: hidden;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-4>span>i {
    margin: 10px 10px 0 0;
    float: left;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-4>span>em {
    font-style: normal;
    float: left;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step1>.cont .li-4>a {
    float: right;
    margin-left: 15px;
    color: #42a2f6;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 {
    overflow: hidden;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .userInfo {
    overflow: hidden;
    height: 72px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .userInfo>dt {
    width: 30%;
    height: 72px;
    float: left;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .userInfo>dt>img {
    height: 100%;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .userInfo>dd {
    width: 68%;
    height: 100%;
    padding: 10px 0;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    font-size: 16px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .userInfo>dd>p {
    line-height: 25px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .userInfo>dd>p>b {
    color: #42a2f6;
    margin-right: 5px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .hand-box>a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: relative;
    padding-left: 26px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .hand-box>a>i {
    display: inline-block;
    width: 23px;
    height: 23px;
    float: left;
    position: absolute;
    top: 12.5px;
    left: 1px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .hand-box>a>p {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    line-height: 47px;
    text-indent: 20px;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .hand-box>a i.goCenter {
    background: url('../img/personalcenter.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .hand-box>a i.goOut {
    background: url('../img/outsystem.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.homePage .mainContent .content-top .bt .loginBox>.cont .form-box .step2 .productText {
    margin-top: 20px;
    line-height: 25px;
    color: #999;
    padding: 0 4px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-center .total-list {
    background: #F6F6F6;
}

.homePage .mainContent .content-center .total-list .lists {
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    height: 60px;
}

.homePage .mainContent .content-center .total-list .lists>li {
    width: 33.33333333%;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 20px;
    overflow: hidden;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.homePage .mainContent .content-center .total-list .lists>li i {
    font-size: 20px;
    font-style: normal;
    margin-right: 5px;
}

.homePage .mainContent .content-center .total-list .lists>li b {
    font-weight: normal;
    margin-right: 4px;
}

.homePage .mainContent .content-center .total-list .lists>li img {
    margin-bottom: -11px;
}

.homePage .mainContent .content-center .total-list .lists2>li {
    width: auto;
    padding: 0 12px;
}

.homePage .mainContent .content-center .total-list .lists3>li {
    width: auto;
    padding: 0 40px;
}

.homePage .mainContent .content-center .cont-1 {
    padding: 25px 0;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6>li {
    height: 236px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .center_ p {
    line-height: 24px;
    text-indent: 34px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box {
    background: #ecf5f8;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li {
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
    height: 40px;
    margin: 10px 0 15px 0;
    padding: 0 5px 0 30px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li:nth-child(2n+1) {
    float: left;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li:nth-child(2n+2) {
    float: right;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li.l_1 {
    background: url('../img/icon/icon_total1.png') 7px 12px no-repeat;
    background-size: 16px 16px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li.l_2 {
    background: url('../img/icon/icon_total2.png') 7px 12px no-repeat;
    background-size: 16px 16px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li.l_3 {
    background: url('../img/icon/icon_total3.png') 7px 12px no-repeat;
    background-size: 16px 16px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li.l_4 {
    background: url('../img/icon/icon_total4.png') 7px 12px no-repeat;
    background-size: 16px 16px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li.l_5 {
    background: url('../img/icon/icon_total5.png') 7px 12px no-repeat;
    background-size: 16px 16px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li.l_6 {
    background: url('../img/icon/icon_total6.png') 7px 12px no-repeat;
    background-size: 16px 16px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_6 .totals-box>li p {
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #cedbe0;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_ {
    width: 65%;
    margin-right: 4%;
    overflow: hidden;
    height: 410px;
    float: left;
    border: none;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.videobox {
    position: relative;
    margin-right: 4%;
    width: 48%;
    float: left;
    height: 220px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.videobox .playhandbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    display: inline-block;
    background: url('../img/playimg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    margin: -39px 0 0 -39px;
    cursor: pointer;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.videobox .playhandbtn:hover {
    background: url('../img/playimg_on.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.text-box {
    height: 220px;
    width: 48%;
    float: left;
    overflow: hidden;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.text-box>h5 {
    font-size: 22px;
    color: #333;
    padding: 5px 0;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.text-box>p {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist {
    background: #f6f9fa;
    width: 100%;
    float: left;
    overflow: hidden;
    height: 165px;
    margin-top: 25px;
    padding: 15px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist h4 {
    font-weight: normal;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 3px solid #42A3F5;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    padding: 0 10px;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist h4 .more_ {
    font-style: normal;
    float: right;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist .lists_ul {
    margin-top: 5px;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist .lists_ul .l_ {
    width: 100%;
    height: 36px;
    margin-left: 0;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist .lists_ul .l_ a {
    display: block;
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist .lists_ul .l_ a i {
    font-style: normal;
    font-size: 12px;
    float: left;
    margin-right: 5px;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist .lists_ul .l_ a .texts_ {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
    height: 36px;
    font-weight: normal;
}

.homePage .mainContent .content-center .cont-1 .new_ul .left_>.newlist .lists_ul .l_ .entry_ {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    top: 10px;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    background: url('../img/icon_zhankai36.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.homePage .mainContent .content-center .cont-1 .new_ul .right_ {
    float: right;
    width: 31%;
    margin-left: 0;
    height: 410px;
    overflow: hidden;
}

.homePage .mainContent .content-center .cont-1 .new_ul .right_ .list-cont {
    height: 410px;
    padding: 0 15px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_10 .left_ {
    height: 250px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_10 .left_ .videobox {
    height: 240px;
    background: #000;
}

.homePage .mainContent .content-center .cont-1 .new_ul_10 .right_ {
    height: 250px;
}

.homePage .mainContent .content-center .cont-1 .new_ul_10 .right_ .list-cont {
    height: 100%;
}

.homePage .mainContent .content-center .cont-1 .new_ul_10 .right_ .list-cont .list_ {
    margin-bottom: 0;
    margin-top: 10px;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box {
    overflow: hidden;
    padding: 20px 0 0 0;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ {
    display: block;
    width: 18.8%;
    overflow: hidden;
    height: 230px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*background: #ecf5f8;*/
    float: left;
    margin-left: 1.5%;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_:first-child {
    margin-left: 0;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(1) .entry_cont .lt_ {
    background: #17daba;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(2) .entry_cont .lt_ {
    background: #13d9d5;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(3) .entry_cont .lt_ {
    background: #13cae0;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(4) .entry_cont .lt_ {
    background: #15b8e0;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(5) .entry_cont .lt_ {
    background: #2aabf5;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_:hover .entry_cont {
    margin-left: -100%;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont {
    width: 200%;
    height: 100%;
    overflow: hidden;
    transition: margin-left 0.3s ease-in-out;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    -ms-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .lt_,
.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ {
    width: 50%;
    height: 100%;
    float: left;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .lt_ {
    text-align: center;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .lt_ img {
    margin: 36px 0 15px 0;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .lt_ p {
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ {
    padding: 15px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfaf8;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l_ {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #555;
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    border-bottom: 1px solid #cedbe0;
    position: relative;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l_:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 17px;
    left: 2px;
    background: #555;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l_:hover {
    color: #3cafdf;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l_:hover:before {
    background: #3cafdf;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l2_ {
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #555;
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l2_:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 2px;
    background: #555;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l2_>a {
    color: #555;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l2_>a:hover {
    color: #3CAFDF;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l2_:hover:before {
    background: #3cafdf;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .red_ {
    color: red !important;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .red_>a {
    color: red !important;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ a.red_:hover {
    color: #3cafdf !important;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l2_.red_>a:hover {
    color: #3cafdf !important;
}

.homePage .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .green_ {
    color: #3B8C16;
}

.homePage .mainContent .content-center .board-box {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.homePage .mainContent .content-center .board-box .board-list {
    float: left;
    cursor: pointer;
    display: block;
    position: relative;
    line-height: 195px;
    padding-bottom: 65px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.66666667%;
    height: 255px;
    text-align: center;
    margin-left: 1%;
}

.homePage .mainContent .content-center .board-box .board-list:nth-child(3n+1) {
    margin-left: 0;
}

.homePage .mainContent .content-center .board-box .board-list.l_1 {
    background: #f0ac28;
}

.homePage .mainContent .content-center .board-box .board-list.l_1:hover {
    background: #f6cd7e;
}

.homePage .mainContent .content-center .board-box .board-list.l_2 {
    background: #08a68d;
}

.homePage .mainContent .content-center .board-box .board-list.l_2:hover {
    background: #6bcabb;
}

.homePage .mainContent .content-center .board-box .board-list.l_3 {
    background: #0096d6;
}

.homePage .mainContent .content-center .board-box .board-list.l_3:hover {
    background: #66c0e6;
}

.homePage .mainContent .content-center .board-box .board-list>img {
    vertical-align: middle;
}

.homePage .mainContent .content-center .board-box .board-list>.text_ {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.3);
}

.homePage .mainContent .content-center .showimg {
    height: 340px;
}

.homePage .mainContent .content-center .showimg .wcomm img {
    width: 100%;
    vertical-align: bottom;
}

.homePage .mainContent .content-center .showimg.showimg-1 {
    background: #aad3ff;
}

.homePage .mainContent .content-center .showimg.showimg-2 {
    background: #83bfff;
}

.homePage .mainContent .content-center .showimg.showimg-3 {
    background: #5fa3eb;
}

.homePage .mainContent .content-center .showimg.showimg-4 {
    background: #0796D5;
}

.homePage .mainContent .content-center .showimg.showimg-5 {
    background: #EFAB2D;
}

.homePage .mainContent .content-center .showimg.showimg-6 {
    background: #05A58D;
}
/*ä¸»é¡µç¬¬ä¸ƒä¸ªç‰ˆæœ¬*/

.projeactHome7 .mainContent {
    /*.content-bottom{
        .cont_{ overflow: hidden;
            h5{ float: left; width: 8%;}
            .lists_{ float: left; width: 92%;}
        }
    }*/
}

.projeactHome7 .mainContent .content-top .tp {
    height: 80px;
}

.projeactHome7 .mainContent .content-top .tp.lucheng {
    height: 136px;
}

.projeactHome7 .mainContent .content-top .tp.lucheng .cont .title_img {
    height: 99px;
    margin-top: 18.5px;
}

.projeactHome7 .mainContent .content-top .tp.sanxing {
    height: 102px;
    border-bottom: 1px solid #e1e1e1;
}

.projeactHome7 .mainContent .content-top .tp.sanxing .cont .logo2 {
    width: 70px;
    height: 70px;
    margin-top: 16px;
}

.projeactHome7 .mainContent .content-top .tp.sanxing .cont .logotext2 {
    margin-top: 31px;
}

.projeactHome7 .mainContent .content-top .tp.sanxing .cont .heaer_rt2 {
    padding-top: 36px;
}

.projeactHome7 .mainContent .content-top .tp .cont {
    height: 100%;
}

.projeactHome7 .mainContent .content-top .tp .cont .logo2 {
    margin-top: 12.5px;
    width: 55px;
    height: 55px;
}

.projeactHome7 .mainContent .content-top .tp .cont .logo9 {
    margin-top: 19.5px;
    float: left;
    height: auto;
}

.projeactHome7 .mainContent .content-top .tp .cont .logo10 {
    margin-top: 12px;
    float: left;
    height: 60px;
}

.projeactHome7 .mainContent .content-top .tp .cont .logotext {
    margin: 20px 0 0 10px;
    font-size: 22px;
    color: #707070;
}

.projeactHome7 .mainContent .content-top .bt.school_head {
    background: #9575CD;
    height: 300px;
    padding: 60px 20px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm {
    position: relative;
    height: 180px;
    padding-left: 360px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm .videobox {
    width: 320px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm .videobox .playhandbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    display: inline-block;
    background: url('../img/gh/playimg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    margin: -39px 0 0 -39px;
    cursor: pointer;
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm .videobox .playhandbtn:hover {
    background: url('../img/gh/playimg_on.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm .product_ {
    height: 180px;
    overflow: hidden;
    color: #fff;
    padding-right: 350px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm .product_ h2 {
    width: 100%;
    /* height: 50px; */
    /* line-height: 50px; */
    /* text-indent: 30px; */
    font-size: 21px;
    /* border-bottom: 1px solid #97e0f6; */
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm .product_ h2 .more_ {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../img/gh/arr.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 0 0 5px;
}

.projeactHome7 .mainContent .content-top .bt.school_head .wcomm .product_ .text_ {
    line-height: 30px;
    margin-top: 6px;
    text-indent: 28px;
    max-height: 150px;
    padding-right: 10px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.projeactHome7 .mainContent .content-top .bt.school_head .loginBox .cont .form-box {
    top: 24px;
    right: 20px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box {
    width: 260px;
    height: 252px;
    top: 54px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    z-index: 50;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .login-nav {
    border-bottom: 2px solid #e1e1e1;
    height: 36px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .login-nav>a {
    width: 23%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 2px solid #e1e1e1;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .login-nav>a.active {
    border-color: #29BFEE;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont {
    height: 200px;
    padding: 8px 0 0 0;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>li {
    min-height: 30px;
    background: #fff !important;
    margin-bottom: 4px !important;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>li:after {
    top: 3px !important;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>li input {
    height: 30px;
    line-height: 29px;
    border-bottom: 1px solid #707070;
    background: #fff !important;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>li .login-btn {
    font-size: 14px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #9575CD;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>li .login-btn:hover {
    background: #09aadd;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>.li-3 input {
    width: 50%;
    line-height: 29px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>.li-3 .yzm {
    width: 44%;
    height: 30px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>.li-3 .yzm .yzmbtn {
    height: 30px;
    line-height: 30px;
    /* background: #fff; */
    color: #494B4D;
    /* border: 1px solid #707070; */
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>.li-4 {
    text-align: center;
    margin: 10px 0;
    height: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>.li-4 a {
    float: none;
    color: #666;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 {
    height: 232px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .info_ {
    font-size: 14px;
    text-align: center;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .info_ img {
    width: 56px;
    height: 56px;
    margin-top: 17px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .info_ p {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .info_ p span {
    color: #29BFEE;
    margin-right: 5px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .hand_ {
    margin-top: 18px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .hand_ a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .hand_ a:nth-of-type(1) {
    background: #29BFEE;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step2 .hand_ a:nth-of-type(2) {
    background: #FF7575;
}

.projeactHome7 .mainContent .content-center .cont-1 {
    /*09ç‰ˆæœ¬*/
}

.projeactHome7 .mainContent .content-center .cont-1 .new_ul_7>li {
    height: 180px;
}

.projeactHome7 .mainContent .content-center .cont-1 .new_ul_7>li.center_ h5 {
    font-size: 20px;
    line-height: 38px;
    padding: 0 10px;
    text-align: center;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(180, 181, 181, 0.5);
}

.projeactHome7 .mainContent .content-center .cont-1 .new_ul_7>li.center_ .text_ {
    text-indent: 28px;
    font-size: 14px;
    line-height: 28px;
    max-height: 140px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.projeactHome7 .mainContent .content-center .cont-1 .new_ul_7>li.center_ .text_2 {
    line-height: 22px !important;
    max-height: 132px !important;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.projeactHome7 .mainContent .content-center .cont-1 .new_ul_7>li.right_ .totals-box {
    border: 2px solid #efefef;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 20px 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .new_ul_7>li.right_ .totals-box>li {
    width: 50%;
    height: 46px;
    line-height: 46px;
    float: left;
    padding: 0 15px 0 25px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #707070;
    position: relative;
    font-weight: bold;
}

.projeactHome7 .mainContent .content-center .cont-1 .new_ul_7>li.right_ .totals-box>li:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #707070;
    position: absolute;
    top: 20px;
    left: 15px;
}

.projeactHome7 .mainContent .content-center .cont-1 .entry-box {
    margin-bottom: 25px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.pt0 {
    padding-top: 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box2 .entry_ {
    height: 177px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box2 .entry_ .entry_cont .lt_ img {
    margin-top: 22px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_ {
    height: 151px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(1) .entry_cont .lt_ {
    background: #42A5F5;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(2) .entry_cont .lt_ {
    background: #FFC107;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(3) .entry_cont .lt_ {
    background: #9575CD;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(4) .entry_cont .lt_ {
    background: #00BCD4;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_:nth-of-type(5) .entry_cont .lt_ {
    background: #4CAF50;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .lt_ img {
    margin: 10px auto 0 auto;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .lt_ p {
    font-size: 16px;
    line-height: 22px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ {
    background: #F3F3F3;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l_ {
    border-bottom: none;
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box .entry_ .entry_cont .rt_ .l_:before {
    top: 10px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 {
    height: 151px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ {
    width: 19.52%;
    height: 151px;
    margin-left: 0.6%;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_:nth-of-type(1) .entry_cont .lt_ {
    background: #42A5F5;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_:nth-of-type(2) .entry_cont .lt_ {
    background: #FFC107;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_:nth-of-type(3) .entry_cont .lt_ {
    background: #00BCD4;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_:nth-of-type(4) .entry_cont .lt_ {
    background: #9575CD;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_:nth-of-type(5) .entry_cont .lt_ {
    background: #4CAF50;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_:first-child {
    margin-left: 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .lt_ img {
    margin-top: 7px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .box09 {
    width: 48%;
    overflow: hidden;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .box09:nth-child(2n+1) {
    float: left;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .box09:nth-child(2n+2) {
    float: right;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .box09 .l_ {
    float: left;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ a {
    font-size: 12px;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .l_ {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .l_:before {
    top: 9.5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .l_:hover {
    color: #3cafdf;
}

.projeactHome7 .mainContent .content-center .cont-1 .model-entry-box.model-entry-box09 .entry_ .entry_cont .rt_ .l_:hover:before {
    background: #3cafdf;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box {
    padding: 20px 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .head_ {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #707070;
    padding-left: 20px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    position: relative;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .head_:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 5px;
    background: #29BFEE;
    position: absolute;
    top: 20px;
    left: 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .head_ .more-school {
    float: right;
    font-size: 16px;
    color: #707070;
    cursor: pointer;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .head_ .more-school i.icon_zhankai {
    margin: 0 0 0 5px;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .head_ .more-school i.icon_zhankai.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .tp_ {
    overflow: hidden;
    width: 100%;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .tp_>li {
    width: 23.5%;
    height: 160px;
    float: left;
    margin-left: 2%;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .tp_>li:nth-child(4n+1) {
    margin-left: 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .tp_>li>a {
    display: inline-block;
    width: 100%;
    height: 160px;
    position: relative;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .tp_>li img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .tp_>li>a>p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .bt_ {
    width: 100%;
    overflow: hidden;
    display: none;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .bt_>li {
    width: 25%;
    height: 46px;
    float: left;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px;
    font-size: 16px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .bt_>li a {
    display: inline-block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #333;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .bt_>li i,
.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .bt_>li span {
    float: left;
}

.projeactHome7 .mainContent .content-center .cont-1 .school-box .schoolList .bt_>li i {
    font-size: 24px;
    font-style: normal;
    margin: 0 5px 0 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .schoolTotal {
    overflow: hidden;
    padding: 42px 0 57px 0;
    border: 1px solid #e1e1e1;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projeactHome7 .mainContent .content-center .cont-1 .schoolTotal>li {
    width: 33.33333333%;
    height: 81px;
    float: left;
    position: relative;
    margin-left: 0;
    padding: 0 46px 0 163px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.projeactHome7 .mainContent .content-center .cont-1 .schoolTotal>li img {
    width: 91px;
    height: 87px;
    position: absolute;
    top: 0;
    left: 46px;
}

.projeactHome7 .mainContent .content-center .cont-1 .schoolTotal>li .t_ {
    line-height: 40px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    color: #707070;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists {
    width: 100%;
    margin-top: 20px;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists.w50 {
    overflow: hidden;
    width: 46%;
    margin-bottom: 30px;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists.w50:nth-child(2n+1) {
    float: left;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists.w50:nth-child(2n+2) {
    float: right;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>h4 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #000000;
    padding-left: 20px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>h4:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 5px;
    background: #29BFEE;
    position: absolute;
    top: 20px;
    left: 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1 {
    overflow: hidden;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl {
    float: left;
    margin: 28px 0;
    width: 46%;
    position: relative;
    padding-left: 228px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 144px;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl:nth-of-type(1),
.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl:nth-of-type(2) {
    margin-top: 0;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl:nth-child(2n+2) {
    float: right;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl>dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 144px;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl>dt>img {
    height: 144px;
    vertical-align: bottom;
    width: 100%;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl>dd {
    padding-left: 25px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl>dd>h6 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl>dd>h6 span {
    float: left;
    display: inline-block;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    /*cursor: pointer;*/
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl>dd>h6 a.more_ {
    display: inline-block;
    float: right;
    width: 24px;
    cursor: pointer;
    height: 24px;
    background: url(../img/details.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 13px;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>h4 .more_ {
    font-style: normal;
    float: right;
    color: #2196f3;
    font-size: 14px;
    cursor: pointer;
}

.projeactHome7 .mainContent .content-center .cont-1 .newlists>.list-cont1>.list_dl>dd>p {
    height: 82px;
    line-height: 26px;
    padding: 4px 0;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/* .projeactHome7 .mainContent .content-center .cont-1 .total-box-1_0 {
    margin: 20px 0 1px 0;
    overflow: hidden;
    background: #21abf3;
    width: 100%;
    padding-left: 20px;
    box-sizing: content-box|border-box|inherit;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
.projeactHome7 .mainContent .content-center .cont-1 .total-box-1_0>li {
    font-size: 20px;
    color: #fff;
    width: 20%;
    height: 136px;
    float: left;
    padding: 29px 26px;
    box-sizing: content-box|border-box|inherit;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
}
.projeactHome7 .mainContent .content-center .cont-1 .total-box-1_0>li>em {
    font-style: normal;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    float: left;
}
.projeactHome7 .mainContent .content-center .cont-1 .total-box-1_0>li>span {
    font-weight: bold;
    float: left;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.projeactHome7 .mainContent .content-center .cont-1 .total-box-1_0>li>span>b {
    font-size: 40px;
    margin-right: 18px;
    line-height: 40px;
}
*/
/* .projeactHome7 .mainContent .content-center .cont-1 .total-box {
    overflow: hidden;
}

.projeactHome7 .mainContent .content-center .cont-1 .total-box>.L_2 {
    height: 182px;
    background: #21abf3;
    width: 33.33333333%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
} */

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box {
    overflow: hidden;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_,
.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ {
    height: 180px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ img,
.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ .list_,
.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ .list_ {
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    width: 100%;
    height: 180px;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ .list_ .li_,
.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ .list_ .li_ {
    margin-left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #707070;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ .list_ .li_ .l_,
.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ .list_ .li_ .l_ {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #707070;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ .list_ .li_ .l_:hover,
.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ .list_ .li_ .l_:hover {
    color: #3cafdf;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ .list_ .li_ .r_,
.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ .list_ .li_ .r_ {
    float: right;
    font-style: normal;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ {
    padding-left: 320px;
    width: 59%;
    float: left;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ img {
    width: 320px;
    height: 180px;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .lt_ .list_ {
    border: 1px solid #D4D4D4;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ {
    padding-left: 58px;
    width: 39.65%;
    float: right;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ img {
    width: 58px;
    height: 180px;
}

.projeactHome7 .mainContent .content-center .cont-1 .new-notice-box .rt_ .list_ {
    background: #F7F7F7;
}
/*æ‚¦è¯»åˆ›äº«ä¸Žæ™ºæ…§è¯¾å ‚*/

.loadPage .mainContent .content-center .loadimgbox {
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    position: relative;
    height: 588px;
}

.loadPage .mainContent .content-center .loadimgbox.loadimgbox2 {
    height: auto;
    margin-bottom: 15px;
}

.loadPage .mainContent .content-center .loadimgbox .img {
    vertical-align: bottom;
    width: 100%;
    height: 588px;
}

.loadPage .mainContent .content-center .loadimgbox .loadbtn {
    position: absolute;
    z-index: 10;
    top: 46%;
    cursor: pointer;
    display: inline-block;
    width: 225px;
    height: 84px;
}

.loadPage .mainContent .content-center .loadimgbox .loadbtn.pcloadbtn {
    background: url('../img/pcloadimg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: 50px;
}

.loadPage .mainContent .content-center .loadimgbox .loadbtn.adloadbtn {
    background: url('../img/adloadimg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: 295px;
}

.loadPage .mainContent .content-center .loadimgbox .loadbtn.loadbtn1 {
    background: url('../img/loadimg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: 175px;
}

.loadPage .mainContent .content-center .loadimgbox .loadbtn.loadbtn2 {
    background: url('../img/loadimg2.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: 155px;
    top: 54%;
    width: 300px;
    height: 79px;
}

.loadPage .mainContent .content-center .loadimgbox .load_1,
.loadPage .mainContent .content-center .loadimgbox .load_2 {
    position: absolute;
    height: 60px;
    width: 194px;
    z-index: 10;
    top: 54%;
    cursor: pointer;
}

.loadPage .mainContent .content-center .loadimgbox .load_1 {
    left: 8%;
}

.loadPage .mainContent .content-center .loadimgbox .load_2 {
    left: 25%;
}

.loadPage .mainContent .content-center .loadimgbox .time_text {
    position: absolute;
    z-index: 10;
    top: 54%;
    left: 26%;
    display: inline-block;
    font-size: 15px;
    line-height: 60px;
    color: #fff;
    height: 60px;
    width: 194px;
}

.lucheng .cont2 {
    width: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 10px auto;
}

#nameAndrole {
    color: #29BFEE;
    margin-right: 5px;
}

.lucheng .cont2 .header_rt {
    display: inline-block;
    font-size: 16px;
    color: #666;
    float: right;
    overflow: hidden;
}

.lucheng .cont2 .header_rt .username {
    float: left;
    margin-right: 10px;
}

.lucheng .cont2 .header_rt .username b {
    font-weight: normal;
    margin-right: 5px;
    color: #29BFEE;
}

.lucheng .cont2 .header_rt .loginout {
    float: left;
    cursor: pointer;
}

.lucheng .cont2 .header_rt .login {
    float: left;
    display: none;
}

.title_img {
    margin: 10px 0px 10px 0px;
}

.box-101 {
    display: flex;
    position: relative;
    /* background: #FAFAFB; */
}

.box-101 .rt_2 .h_ {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #000000;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
}

.box-101 .rt_2 .h_:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 5px;
    background: #29BFEE;
    position: absolute;
    top: 20px;
    left: 0;
}

.box-101 .rt_2 .h_ .more_ {
    font-style: normal;
    float: right;
    color: #2196f3;
    font-size: 14px;
    cursor: pointer;
}

.box-101 .rt_2 {
    width: 51%;
}

.box-101 .rt_2 .lists_ {
    padding: 0 0 0 20px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-101 .rt_2 .lists_ .li_ {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    overflow: hidden;
    padding-left: 20px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.box-101 .rt_2 .lists_ .li_ .times {
    float: right;
}

.box-101 .rt_2 .lists_ .li_:before {
    content: '·';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
}

.box-101 .rt_2 .lists_ .li_ a {
    color: #3a3a3a;
    width: 88%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.box-101 .lt_ {
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 2; */
    position: absolute;
    right: 0;
    width: 46%;
    height: 278px;
}

.box-101 .lt_.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.box-101 .lt_.swiper-container .swiper-pagination .swiper-pagination-bullet {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    width: 10px;
    height: 10px;
    border: 2px solid #fff !important;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-101 .lt_.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.box-101 .swiper-pagination {
    text-align: right;
    padding-right: 30px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 9px;
}

.box-101 .swiper-slide {
    position: relative;
}

.box-101 .swiper-slide .desc_ {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 30% 0 15px;
    /*box-sizing: content-box|border-box|inherit;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.projeactHome7 .mainContent .content-top .bt.school_head .loginBox .cont .form-box {
    background: #EEE9F7;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>li {
    background: #EEE9F7 !important;
}

.projeactHome7 .mainContent .content-top .bt .loginBox .cont .form-box .step1 .cont>li input {
    background: #EEE9F7 !important;
}

.loginUser {
    text-align: center;
    color: #571364;
    margin: 10px 0 5px;
}

.loginUser i {
    font-style: normal;
    font-weight: 700;
}

.right_s {
    display: flex;
    align-items: center;
}

.right_s .twoCode {
    width: 50px;
    height: 50px;
    background: #ffffff;
    padding: 2px;
}

.explain {
    margin-left: 10px;
}

.explain p {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 5px;
}

.explain .view {
    color: #E6E6E8;
    display: flex;
    align-items: center;
}

.twoCode img {
    width: 50px;
    height: 50px;
}