body {
    font: 12px Arial, Tahoma, Helvetica, sans-serif;
    position: relative;
}

html {
    -webkit-text-size-adjust: none;
    overflow-y: auto;
}

body,
ul,
li,
dl,
dt,
dd,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
input {
    margin: 0;
    padding: 0;
    font: 12px \5FAE\8F6F\96C5\9ED1;
}

textarea {
    font-size: 12px;
    padding: 5px 0 0 5px;
    outline: none
}

input {
    outline: none
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-size: 100%;
}

img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}

.map-outer img {
    border: none;
    max-width: none;
    max-height: none;
}

em,
i {
    font-style: normal
}

.clearfix:after {
    content: "";
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    display: block
}

.clearfix {
    *zoom: 1
}

a {
    text-decoration: none;
    color: #838c94
}

a:hover {
    text-decoration: none;
}

.layer {
    width: 1200px;
    margin: 0 auto
}

.Linefeed {
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}

.longover {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.fl {
    float: left
}

.no-padding-top {
    padding-top: 0
}
*{
    touch-action:pan-y;
}
.error {
    color: #d80045;
}

input[type=button],
input[type=text] {
    -webkit-appearance: none;
    outline: none;
}


/*commom*/

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.phone_index {
    display: none;
}

.pc_index {
    display: block;
}

.justifyCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    max-width: 1230px;
    margin: 0 auto;
    clear: both;
}

.white-space {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.regulation {
    display: none;
}

.cur-regulation {
    display: block;
}

.header {
    width: 100%;
    background: #F99D1C;
    font-size: 14px;
    color: #ffffff;
}

.header .main {
    max-width: 1230px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top {
    width: 100%;
    padding: 15px 0;
}

.top-left>div:nth-child(1),
.top-right>a:nth-child(1) {
    margin-right: 50px;
}

.top-left .icon {
    display: flex;
    width: 15px;
    height: 15px;
    margin: auto 5px;
    padding: 2px;
    background: #ffffff;
}

.top-left a,
.top-right a {
    color: #ffffff;
}

.nav {
    width: 100%;
    background: none;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
}

.nav_index {
    position: relative;
    background: #ffffff;
}

.close,
.search-info {
    display: none;
}

.navbar-expand-lg {
    margin: auto;
}

.navbar-collapses {
    max-width: 1230px;
    margin: auto;
    justify-content: space-around;
    align-items: center;
}

.logoimg {
    position: relative;
}

.nav_index .logoimg img {
    margin: 11px 50px;
    max-width: 95px;
    max-height: 95px;
}

.logo {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 20px;*/
    max-width: 120px;
    max-height: 114px;
}

.nav ul {
    max-width: 1230px;
    height: 50px;
    margin-left: auto;
    display: flex;
    align-items: center;
    background: #333333;
}

.nav_index ul {
    background: #ffffff;
}

.nav ul li {
    padding: 5px 0;
    position: relative;
}

.nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 13px 34px;
    -webkit-transition: 0s;
    transition: 0s;
    color: #fff;
}

.nav_index ul li a {
    color: #333333;
    padding-right: 0;
    padding-left: 50px;
}

.nav ul li.curr a {
    -webkit-transition: 0s;
    transition: 0s;
    background: #F99D1C !important;
    color: #ffffff;
}

.nav_index ul li.curr a {
    background: none !important;
    color: #F99D1C;
}

.nav ul li:hover a {
    background: #444444;
    color: #ffffff;
}

.nav_index ul li:hover a {
    background: #ffffff;
    color: #F99D1C;
}

.nav ul .region1-continer {
    position: relative;
}

.nav ul li .region1 {
    width: 250px;
    background: #ffffff;
    position: absolute;
    z-index: 21;
    top: 38px;
    left: -220px;
    right: -220px;
    border-radius: 5px;
    padding: 5px;
}

.nav ul li ul.region1 li {
    clear: none;
    background: none;
    margin: 5px 10px;
    text-align: center;
}

.nav ul li .region1 li a {
    background: none;
    color: #2A1B00;
}

.nav ul li .region1 li a:hover {
    color: #ffffff;
}

.nav ul li.search {
    line-height: 52px;
    width: 50px;
    cursor: pointer;
    position: relative;
}

.nav ul li.search .search-main {
    position: absolute;
    width: 280px;
    height: 36px;
    line-height: 36px;
    top: 15px;
    right: 0;
    background: #fff;
    display: none;
    border-radius: 30px;
}

.nav ul li.search .search-main .text {
    width: 230px;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    border-radius: 30px;
}

.nav ul li.search .search-main .search-btn {
    width: 24px;
    height: 24px;
    float: right;
    line-height: 24px;
    border: none;
    z-index: 999;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 14px;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul li ul {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
}

.nav ul li ul li {
    float: left;
    clear: both;
    background: #e89d04;
}

.nav ul li ul li:hover a {
    background: #d08d06
}

.nav_line {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -10px;
    padding-top: 2px;
    background: #ffffff;
}

.nav_line>div {
    width: 100%;
    height: 7px;
    background-size: 20px 7px;
}

.level-1 {
    width: 100%;
    margin: 0px auto 60px;
}

.level-1 .main {
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level-1 .main .banner {
    position: relative;
    width: 100%;
    height: 433px;
}

.level-1 .main .banner .row {
    background: #000000;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    padding: 3px;
    color: #FFF;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
}

.level-1 .main .banner .row .column {
    margin: 5px 5px;
    text-align: center;
    display: inline-block;
}

.level-1 .main .banner .row .column.curr {
    color: #f6c06a;
}

.level-1 .main .banner .row .column:hover {
    background: #FFF;
    color: #000000;
    cursor: pointer;
}

.level-1 .main .banner .page-btn {
    position: absolute;
    top: 40%;
    width: 5%;
}

.level-1 .main .banner .page-btn img {
    width: 100%;
    opacity: 0.5;
}

.level-1 .main .banner .page-btn img:hover {
    cursor: pointer;
    opacity: 1;
}

.level-1 .main .banner .previous-page-btn {
    left: 7%;
}

.level-1 .main .banner .next-page-btn {
    right: 7%;
}

.level-1 .main .l-list {
    width: 330px;
    float: left;
    margin-right: 20px;
}

.level-1 .main .l-list .bx {
    width: 330px;
    height: 220px;
    margin-bottom: 17px;
}

.level-1 .main .l-list .bx:hover {
    opacity: 0.8
}

.level-1 .main .l-list .bx .pic {
    width: 100%;
    height: 187px;
    overflow: hidden;
}

.level-1 .main .l-list .bx .write {
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #fff;
}

.level-1 .main .l-list .bx .write a {
    color: #333;
    font-size: 14px;
}

.level-1 .main .l-list .bx .write a:hover {
    color: #F99D1C
}

.level-1 .l-right {
    width: 100%;
    height: 433px;
    border-left: 6px solid #E6DCD0;
    background: #F6F3EF;
}

.level-1 .l-right .student {
    width: 100%;
}

.level-1 .l-right .student dt {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #F99D1C;
    padding-left: 20px;
    font-weight: bold;
    border-bottom: solid 1px #e6e6e6;
}

.level-1 .l-right .student dt .link {
    float: right;
    color: #999999;
    font-size: 14px;
    margin-right: 15px;
}

.level-1 .l-right .student dt .link:hover {
    color: #F99D1C
}

.level-1 .l-right .student dd {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: dashed 1px #eaeaea;
}

.level-1 .l-right .student dd a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2A1B00;
}

.level-1 .l-right .student dd a:hover {
    color: #F99D1C;
}

.level-1 .number {
    width: 100%;
    /* height: 120px; */
    height: 74px;
    border-bottom: solid 1px #e6e6e6;
    float: left;
    clear: both;
    padding: 0 18px;
}

.level-1 .number .face {
    width: 50px;
    height: 50px;
    background: #d6d6d6;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.level-1 .number .hello {
    line-height: 50px;
}

.level-1 .number .link {
    line-height: 50px;
    float: left;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.level-1 .number .link {
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #F99D1C;
    color: #F99D1C;
    margin-right: 20px;
}

.level-1 .number .link:hover {
    background: #F99D1C;
    color: #fff;
}

.level-1 .number .btn {
    clear: both;
    padding-top: 15px;
}

.level-1 .dialog-btn {
    width: 100%;
    background: #f7f7f7;
    float: left;
}

.level-1 .dialog-btn .open {
    margin: 13px 0 0 20px;
    width: 110px;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background: url('../image/search-link.jpg');
}

.level-1 .dialog-btn .open:hover {
    opacity: 0.8
}

.level-1 .dialog-btn .open.last {
    background: url('../image/search-link-last.jpg');
}

.home .container {
    margin: 56px auto 30px
}
#content .banner img{
    max-width: none;
    width:100%;
}
.home .list {
    text-align: center;
    margin: auto;
}

.home .list img {
    width: 100%;
    max-width: 375px;
    height: 250px;
    object-fit: cover;
}

.home .list p {
    font-size: 16px;
    margin: 33px auto;
    color: #333333;
}

.home .list img:hover {
    opacity: .7;
}

.home .list a:hover p {
    color: #F99D1C;
}

.home_index .list {
    text-align: center;
    flex-wrap: wrap;
}

.home_index .list h2 {
    font-size: 24px;
    margin: 5px auto;
}

.home_index .list p {
    font-size: 14px;
}

.daoshi-cover {
    width: 100%;
    margin: 24px 0 20px;
}

.daoshi-cover .pic {
    width: 100%;
}

.daoshi-cover .pic:hover {
    opacity: 0.7
}

.daoshi-cover .write {
    background: #f1f1f1;
    padding-left: 10px;
    width: 100%;
}

.daoshi-cover .write a {
    font-size: 14px;
    color: #333333;
}

.daoshi-cover .write a:hover {
    color: #F99D1C
}

.daoshi-list {
    width: 100%;
    clear: both;
}

.daoshi-list .panel {
    /* height: 400px; */
    overflow: hidden;
    margin-bottom: 20px;
}

.daoshi-list li {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 20px; */
    padding: 10px 0;
    /* background: #f1f1f1; */
}

.daoshi-list li .pic:hover {
    opacity: 0.7
}

.daoshi-list li .pic {
    width: 30%;
    margin-right: 10px;
}

.daoshi-list li .tit {
    font-weight: bold;
    padding: 3px 0 6px;
    font-size: 14px;
}

.daoshi-list li .tit:hover {
    opacity: 0.6
}

.daoshi-list li .tit span {
    font-size: 16px;
    color: #e12c2c;
}

.daoshi-list li .tit a {
    color: #333;
    font-size: 18px;
    display: block;
    margin: 0 auto 10px;
}

.daoshi-list li .all_info {
    width: 70%;
}

.daoshi-list li .info {
    line-height: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box {
    width: 100%;
    overflow: hidden;
}

.box .tit .left {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    padding-top: 9px;
    padding-left: 44px;
    float: left;
}

.box .tit .link {
    float: right;
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
}

.box .tit .link:hover {
    color: #F99D1C
}

.box ul {
    margin-left: -20px;
    padding: 8px 0;
}

.btn_play {
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 98px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.dynamics .box ul li>div {
    border: 1px solid #E8E8E8;
    margin-left: 5px;
}

.box ul li .pic {
    width: 100%;
    text-align: center;
}

.box ul li .pic:hover {
    opacity: 0.8
}

.box ul li .pic img {
    width: 100%;
    height: 100%;
}

.box ul li .name {
    padding: 13px 0 10px;
}

.box ul li .d_info {
    padding: 0 20px 10px;
}

.box ul li .name a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box ul li .name a:hover {
    color: #F99D1C
}

.box ul li .write {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.dynamics .box ul li .write {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.section_media_info a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333333;
}

.section_media_info a:hover {
    color: #C29277;
}

.section_media_info .list-group-flush {
    flex-wrap: wrap;
}

.section_media_info .arrow {
    color: #C29277;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.section_media_info .list-group-flush li {
    margin: 5px auto;
}

.media .box ul li .name {
    padding: 5px 0;
}

.media .box ul {
    padding: 10px;
}

.media .medical li>div,
.media .law li>div {
    border: 1px solid #E8E8E8;
}

.media .medical .info,
.media .law .info {
    padding: 10px 15px;
}

.media .medical .info .name span {
    margin-left: 10px;
    color: #7A5048;
}

.media .tutor_img .pic img {
    width: 100%;
}

.media .tutor_info {
    text-align: center;
    background: #EEF3F8;
}

.media .tutor_info>div {
    position: relative;
    top: -35px;
}

.media .tutor_info img {
    width: 73px;
    height: 73px;
}

.media .tutor_info .name_info {
    margin: 10px auto;
}

.media .tutor_info .name_info span {
    font-size: 18px;
}

.media .tutor_info .name_info p {
    font-size: 14px;
    margin: 10px auto;
}

.media .tutor_info .advantage_info {
    font-size: 12px;
    line-height: 25px;
    padding: 5px 30px;
    color: #333333;
}

.media .box ul li .write {
    -webkit-line-clamp: 5;
    line-height: 23px;
    color: #999999;
    margin: 5px auto;
}

.unit-list {
    padding-top: 10px;
    clear: both;
}

.unit-list a {
    margin-top: 13px;
    display: inline-block
}

.unit-list a:hover {
    opacity: 0.8
}

.official-ad-main {
    max-width: 1230px;
    text-align: center;
    margin: 57px auto;
    padding: 0 15px;
}

.official-ad-main .list img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.official-main {
    text-align: center;
    margin: 57px auto;
    padding: 0 15px;
}

.official-main .list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.official-main .info {
    padding: 30px 17px 36px;
    box-shadow: 10px 10px 25px #eef3f3;
    border-radius: 0px 0px 35px 35px;
}

.official-ad-main .carousel-indicators {
    bottom: -10px;
}

.official-ad-main .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: auto 15px;
    background-color: #F99D1C;
}

.official-ad-main .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
}

.official-ad-main .carousel-indicators .active::after {
    height: 15px !important;
    border: 3px solid #F99D1C;
    border-radius: 50%;
    bottom: 0px;
}

.official-ad-main .aboutus p {
    font-size: 18px;
}

.official-ad-main .aboutus ._info {
    flex-wrap: wrap;
    padding: 87px;
    padding-left: 0;
    background: #FBFBFB;
}

.official-ad-main .aboutus ._name {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.official-ad-main .aboutus img {
    margin-right: 15px;
}

.official-ad-main .title {
    text-align: center;
}

.official-ad-main .title p {
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px
}

.official-ad-main .title img {
    margin-bottom: 40px;
}

.official-ad-main .list {
    margin: 50px 0;
}

.official-ad-main .info {
    padding: 30px 17px 36px;
    box-shadow: 5px 5px 10px #eef3f3;
    border-radius: 0px 0px 35px 35px;
}

.official-ad-main .info h2 {
    font-size: 22px;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.official-ad-main .info a:hover h2 {
    color: #F99D1C;
}

.official-ad-main .info p {
    margin: 16px 0;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.official-ad-main .info>div img {
    width: auto;
    height: auto;
    margin-right: 13px;
}

.about_index {
    background: #F99D1C;
    padding: 50px 0;
    position: relative;
}

.about_index .title {
    text-align: center;
}

.about_index .title img{
    margin-bottom: 20px;
}
.about_index .title p {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 10px;
}

.about_index>img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.about_index .about_img {
    position: relative;
    text-align: center;
}

.about_index .about_img_des {
    text-align: left;
}

.about_index .list {
    margin: 60px auto;
}


/* .about_index .about_img .about_img1,
.about_index .about_img .about_img2,
.about_index .about_img .about_img3 {
    position: absolute;
    right: 40px;
} */

.about_index .about_img .about_img1 {
    z-index: 2;
    top: 0;
}

.about_index .about_img .about_img2 {
    left: 78px;
    bottom: 30px;
    z-index: 1;
}

.about_index .about_img .about_img3 {
    bottom: 0;
    z-index: 3;
}

.about_info {
    padding: 37px;
}

.about_info p {
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 49px;
}

.about_info button {
    padding: 13px 40px;
    border-radius: 50px;
    border: none;
    outline: none;
}

.about_info button a {
    font-size: 24px;
    color: #F99D1C;
}

.wenhua {
    width: 100%;
    padding: 20px 0 60px;
    margin-top: 30px;
    background: #F8EBD7;
}

.wenhua .main {
    max-width: 1230px;
    margin: 0 auto;
}

.wenhua .main .title {
    text-align: center;
    padding-top: 55px;
    margin-bottom: 20px;
}

.wenhua .main dl {
    padding: 0 20px;
}

.wenhua .main .main_info,
.wenhua .main .boutique_info {
    width: 100%;
    margin: 15px auto;
    float: none;
}

.wenhua .main .main_info .tit .link,
.wenhua .main .boutique_info .tit .link {
    color: #C29277;
}

.wenhua .main .main_info .tit .left {
    color: #C29277;
}

.wenhua .main dl dt .left {
    font-size: 18px;
}

.wenhua .main dl dt .left span {
    margin-left: 15px;
}

.wenhua .main dl dt .right {
    font-size: 14px;
    padding-top: 15px;
}

.wenhua .main dl dt .right a {
    color: #C29277;
}

.wenhua .main dl dd:hover {
    opacity: 0.8
}

.wenhua .main dl dd .pic img {
    width: 100%;
    height: 100%;
}

.wenhua .main dl dd .info {
    background: #ffffff;
    padding: 20px;
}

.wenhua .main dl dd .info .name {
    font-size: 18px;
    padding-bottom: 5px;
}

.wenhua .main dl dd .info .name a {
    color: #220921;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wenhua .main dl dd .info .remark {
    font-size: 12px;
    color: #999999;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.unit {
    width: 100%;
    padding: 50px 0;
    background: #f1f1f1
}

.unit .main {
    max-width: 1230px;
    margin: 0 auto;
}

.unit .main .title {
    text-align: center;
}

.unit .main .url-container {
    margin-top: 40px;
    width: 100%
}

.unit .main ul {
    margin-top: 40px;
    width: 100%
}

.unit .main ul li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 14px;
}

.unit .main ul li .pic img {
    width: 230px;
    height: 150px;
}

.unit .main ul li .pic img:hover {
    opacity: 0.7
}

.unit .main ul li .name {
    padding-top: 15px;
}

.unit .main ul li .name a {
    color: #333333;
}

.unit .main ul li .name a:hover {
    color: #F99D1C
}

.friendlink {
    width: 100%;
    background: #3a3a3a;
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
}

.friendlink .main {
    max-width: 1230px;
    margin: 0 auto;
}

.friendlink .main .title {
    display: inline-block;
    padding-right: 10px;
    line-height: 82px;
}

.friendlink .main a {
    margin-right: 3px;
    margin-top: 20px;
    display: inline-block;
}

.friendlink .main a:hover {
    opacity: 0.7
}

.footer {
    width: 100%;
    background: #F99D1C;
}
.footer>div>img{
    min-height: 90px;
}
.footer .main {
    padding: 0 30px;
    max-width: 1230px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    position: relative;
}

.footer .main li{
margin-left: 30px;
}
.footer .main li a {
    color: #ffffff;
    font-size: 14px;
}

.footer .footer_img {
    min-height: 90px;
}

.footer .main .footer_reserved {
    text-align: right;
    margin-top: 10px;
}
footer .main .public{
    display: block;
}
.footer .main .public div {
    position: absolute;
    left: 30%;
    bottom: 21px;
}

.footer .main .public img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 12px;
    display: block;
}

.footer .main .public p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.Homeslide {
    width: 100%;
    color: #f1f1f1;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    float: left;
}

.Homeslide_hand0 {
    width: 37px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 93px;
    cursor: pointer;
    display: none
}

.Homeslide_hand0:hover {
    background-position: 0 0;
}

.Homeslide_hand1 {
    width: 37px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 93px;
    cursor: pointer;
    display: none
}

.Homeslide_hand1:hover {
    background-position: -37px 0
}

.Homeslide_bigwrap {
    width: 100%;
    /* height: 208px; */
    position: relative;
}

.Homeslide_bigpicdiv {
    width: 100%;
    /* height: 208px; */
}

.Homeslide_bigpicdiv_mask {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 5px;
    color: #fff;
    padding: 0 15px;
}

.Homeslide_bigpicdiv img {
    width: 100%;
    height: 100%;
}

.Homeslide_detail {
    height: 70px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    line-height: 2em;
}

.Homeslide_detail p {
    width: 310px;
    padding: 10px 25px 0 15px;
    float: left;
    height: 52px;
    overflow: hidden;
}

.Homeslide_ralate {
    height: 36px;
    border-left: 1px solid #d2d2d2;
    line-height: 1;
    float: left;
    padding-left: 26px;
    margin-top: 16px;
}

.Homeslide_ralate a {
    color: #F99D1C;
}

.Homeslide_thumb {
    height: 106px;
    border-top: none;
    position: relative;
}

.Homeslide_angle {
    width: 7px;
    height: 4px;
    position: absolute;
    left: 40px;
    top: -4px;
    overflow: hidden;
    display: none;
}

.Homeslide_thumb ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 10000px;
}

.Homeslide_thumb li {
    width: 115px;
    height: 65px;
    float: left;
    text-align: center;
    line-height: 12px;
    cursor: pointer;
    position: relative;
    margin: 11px 17px 0 0;
}

.Homeslide_thumb li.this .Homeslide_angle {
    display: block;
}

.Homeslide_thumb li img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 13px;
}

.banner .title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 10px;
    text-align: left;
    font-size: 13px;
}


/* .banner img:hover {
    opacity: 0.7
} */

.container {
    width: 100%;
    padding: 0;
    max-width: 1230px;
    margin: 0px auto 37px;
    padding-bottom: 20px;
}

#home .container {
    margin: 50px auto 20px;
}

.body_color {
    background: #E7E7E7;
}

.container .c_left .news-list li {
    display: flex;
}

.container .path {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 10px auto;
}

.container .path a {
    color: #666666;
}

.container .path img {
    padding: 0;
    vertical-align: middle
}

.container .c_left {
    box-shadow: 0px 1px 1px #ece9e4;
    background: #fff;
}

.container .c_left .title {
    width: 100%;
    line-height: 54px;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: solid 1px #eeeeee;
    color: #F99D1C
}

.container .c_left .news-list {
    padding: 5px 20px 10px;
    background: #ffffff;
}

.container .c_left .news-list li {
    width: 100%;
    height: auto;
    padding: 25px 0;
    border-bottom: 1px solid #E7E7E7;
}

.container .c_left .news-list li>a {
    padding: 0;
}

.container .c_left .news-list li .pic {
    margin-right: 20px;
    width: 100%;
    max-width: 249px;
    max-height: 140px;
    object-fit: contain;
}

.container .c_left .news-list li .name {
    font-size: 18px;
    font-weight: bold;
}

.container .c_left .news-list li .name a {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.container .c_left .news-list li .name a:hover {
    color: #F99D1C
}

.container .c_left .news-list li .info {
    color: #888888;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.container .c_left .news-list li .detail_info{
    min-height: 21px;
}

.container .c_left .news-list li .detail {
    display: flex;
    color: #999999;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
}

.container .c_left .news-list li .detail .see {
    font-size: 14px;
    color: #999999;
    background: url('../image/组557.png') no-repeat left center;
    padding-left: 20px;
}

.container .c_left .news-list li .detail .time {
    font-size: 14px;
    color: #999999;
    margin: auto 30px;
    background: url('../image/组554.png') no-repeat left center;
    padding-left: 20px;
}

.container .c_left .news-list li .detail span {
    padding-right: 10px;
}

.pagination {
    justify-content: center;
}

.container .c_right .level-1 {
    margin: auto;
}

.container .c_right .level-1 .l-right {
    border-left: none;
    background: #ffffff;
    padding: 0 15px;
    height: auto;
    max-height: 433px;
}

.container .c_right .level-1 .l-right .student dt {
    padding: 0;
}

.container .c_right .level-1 .l-right .student dt span {
    border: 2px solid #F99D1C;
    margin-right: 5px;
}

.container .c_right .level-1 .l-right .student dd {
    padding: 0;
}

.c_right .order-list {
    width: 100%;
    float: left;
    background: #fff;
}

.c_right .order-list .title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: solid 1px #eeeeee;
    color: #F99D1C
}

.c_right .order-list ul {
    padding: 20px;
    width: 100%;
}

.c_right .order-list ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
}

.c_right .order-list ul li.cur,
.c_right .order-list ul li:hover {}

.c_right .order-list ul li.cur a,
.c_right .order-list ul li:hover a {
    color: #F99D1C
}

.c_right .order-list ul li a {
    color: #666666;
    font-size: 16px;
}

.c_right .order-list ol {
    padding: 0 20px 10px;
    width: 100%;
}

.c_right .order-list ol li {
    width: 100%;
    border-bottom: dashed 1px #ededed;
    padding: 12px 0;
}

.c_right .order-list ol li:hover a {
    color: #F99D1C
}

.c_right .order-list ol li a {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}

.daoshi-list-right {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.daoshi-list-right dd {
    width: 250px;
    height: 95px;
    border-bottom: dashed 1px #ededed;
    padding-top: 12px;
}

.daoshi-list-right dd .pic:hover {
    opacity: 0.7
}

.daoshi-list-right dd .pic {
    float: left;
    width: 80px;
    margin-right: 5px;
    padding-top: 5px;
}

.daoshi-list-right dd .tit {
    width: 150px;
    float: left;
    font-weight: bold;
    padding: 3px 0 6px;
    font-size: 14px;
}

.daoshi-list-right dd .tit:hover {
    opacity: 0.6
}

.daoshi-list-right dd .tit span {
    font-size: 14px;
}

.daoshi-list-right dd .tit a {
    color: #333;
}

.daoshi-list-right dd .info {
    width: 150px;
    float: left;
    line-height: 20px;
    height: 40px;
    color: #999999;
    overflow: hidden
}

.daoshi-list-right dd.last {
    border: none;
}

.c_left .detail-content {
    padding: 20px;
}

.c_left .detail-content .detail-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 10px;
}

html,
body {
    height: 100%;
}

.footer_bottom {
    position: absolute;
    bottom: 0;
}

#content .content,
#contact .container .c_left {
    padding: 15px;
}

#content .title {
    padding: 0;
    border: none;
    font-size: 24px;
    color: #333333;
}

#content .title_info {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

#content .title_info p {
    font-size: 14px;
    margin-right: 20px;
    color: #999999;
}

#content .content_info,
#content .content_info * {
    font-size: 14px;
    /*color: #666666;*/
    line-height: 30px;
    max-width: 100%;
}
#content .content_info video{
    height: auto;
}
    /*#content .content_info,*/
/*#content .content_info *,*/
#contact .container .c_left,
#contact .container .c_left * {
    font-size: 14px;
    /*color: #666666;*/
    line-height: 22px;
    max-width: 100%;
}

.pagination li.active a {
    background: #F99D1C;
    color: #fff;
}

.pagination #page {
    display: flex;
}

.c_left .detail-content .detail-opt {
    height: 30px;
    width: 100%;
    line-height: 30px;
    color: #999999;
}

.c_left .detail-content .detail-opt .left {
    float: left;
}

.c_left .detail-content .detail-opt .right {
    float: right;
}

.c_left .detail-content .detail-opt .see {
    font-size: 14px;
    color: #999999;
    float: left;
    margin-right: 10px;
    padding-left: 20px;
}

.c_left .detail-content .detail-opt .opt-share {
    float: right;
    width: 300px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.c_left .detail-content .detail-opt .opt-share .s-title {
    float: left;
    margin-top: 6px;
}

.c_left .detail-content .detail-opt span {
    padding-right: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    border-left: solid 1px #c2c2c2;
    margin-top: 3px;
    padding-left: 10px;
}

.c_left .detail-content .detail-wirte {
    padding: 20px 0;
    margin: 10px 0;
    border-top: dashed 1px #eeeeee;
    border-bottom: dashed 1px #eeeeee;
}


/* table css  */

.c_left .detail-content .detail-wirte .selectTdClass {
    background-color: #edf5fa!important
}

.c_left .detail-content .detail-wirte table.noBorderTable td,
.c_left .detail-content .detail-wirte table.noBorderTable th,
.c_left .detail-content .detail-wirte table.noBorderTable caption {
    border: 1px dashed #ddd!important
}

.c_left .detail-content .detail-wirte table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table
}

.c_left .detail-content .detail-wirte td,
.c_left .detail-content .detail-wirte th {
    padding: 5px 10px;
    border: 1px solid #DDD
}

.c_left .detail-content .detail-wirte caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center
}

.c_left .detail-content .detail-wirte th {
    border-top: 1px solid #BBB;
    background-color: #f7f7f7
}

.c_left .detail-content .detail-wirte table tr.firstRow th {
    border-top-width: 2px
}

.c_left .detail-content .detail-wirte .ue-table-interlace-color-single {
    background-color: #fcfcfc
}

.c_left .detail-content .detail-wirte .ue-table-interlace-color-double {
    background-color: #f7faff
}

.c_left .detail-content .detail-wirte td p {
    margin: 0;
    padding: 0
}

.c_left .detail-content .detail-wirte .tips {
    width: 100%;
    padding: 20px;
    line-height: 24px;
    background: #f6f6f6;
    color: #666666;
}

.c_left .detail-content .detail-wirte .main p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    margin: 5px 0;
}

.c_left .detail-content .detail-pager {
    width: 100%;
}

.c_left .detail-content .detail-pager .prev {
    float: left;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 25px;
}

.c_left .detail-content .detail-pager .prev:hover {
    color: #F99D1C
}

.c_left .detail-content .detail-pager .next {
    float: right;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 25px;
    ;
}

.c_left .detail-content .detail-pager .next:hover {
    color: #F99D1C
}

.contact-detail {
    font-size: 18px;
    color: #333333;
    padding-top: 50px;
}

.contact-detail .red {
    color: #F99D1C;
    font-weight: bold;
}

.contact-detail .info {
    padding-left: 140px;
    line-height: 60px;
    padding-top: 50px;
    padding-bottom: 150px;
}

.message-box .title {
    position: relative;
}

.message-box .go-back-btn {
    position: absolute;
    top: 15px;
    right: 18px;
}

.message-box .go-back-btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

.message-box .message-detail {
    font-size: 18px;
    color: #333333;
    padding: 20px;
    padding-top: 50px;
}

.message-box .message-detail p {
    font-size: 18px;
    color: #333333;
    text-indent: 2em;
    line-height: 1.8em;
}

.message-box .message-detail .red {
    color: #ab2c27;
}

.message-box .message-detail .form {
    font-size: 18px;
    color: #333333;
    padding-top: 50px;
    width: 600px;
    margin: 0px auto;
}

.message-box .message-detail .row-box {
    line-height: 3em;
    position: relative;
}

.message-box .message-detail .row-box label {
    position: absolute;
    display: block;
    width: 12%;
    text-align: right;
    left: 0px;
    top: 0px;
}

.message-box .message-detail .row-box input {
    position: relative;
    font-size: 16px;
    color: #333333;
    padding: 8px;
    width: 48%;
    top: 8px;
    left: 14%;
    right: 38%;
    border: 1px solid #dddddd;
}

.message-box .message-detail .row-box textarea {
    position: relative;
    font-size: 16px;
    color: #333333;
    padding: 8px;
    width: 86%;
    min-width: 86%;
    max-width: 86%;
    min-height: 262px;
    max-height: 262px;
    left: 14%;
    top: 8px;
    right: 0px;
    border: 1px solid #dddddd;
}

.message-box .message-detail .row-box .error-msg {
    padding-left: 20px;
    color: #ab2c27;
    position: absolute;
    width: 36%;
    right: 0px;
    top: 3px;
    display: none;
}

.message-box .message-detail .row-box .textarea-msg {
    top: 268px;
    width: auto;
}

.message-box .message-detail .row-box-01 {
    line-height: 2.5em;
    padding: 16px 0px;
}

.message-box .message-detail .row-box-01 label {
    margin-right: 8px;
}

.message-box .message-detail .captcha-group {
    font-size: 18px;
    color: #333333;
    position: relative;
}

.message-box .message-detail .captcha-group .captcha-label {
    font-size: 18px;
    color: #333333;
    padding: 0px 12px;
}

.message-box .message-detail .captcha-group .captcha-input {
    font-size: 16px;
    color: #333333;
    padding: 8px;
    width: 190px;
    border: 1px solid #dddddd;
}

.message-box .message-detail .captcha-group .captcha-img {
    position: relative;
    background: #CCC;
    padding: 7px 60px;
}

.message-box .message-detail .captcha-group .captcha-img img {
    width: 120px;
    height: 38px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.message-box .message-detail .captcha-group .captcha-error-msg {
    padding-left: 20px;
    color: #ab2c27;
    position: absolute;
    width: 30%;
    right: 0px;
    top: 5px;
    display: none;
}

.message-box .message-detail .row-box-01 .submit-btn {
    width: 350px;
    margin: 38px auto;
    color: #FFF;
    padding: 3px;
    text-align: center;
    background: #ab2c27;
    border-radius: 6px;
}

.message-box .message-detail .row-box-01 .submit-btn:hover {
    cursor: pointer;
    background: #c5322c;
}

.message-box .message-detail .row-box-01 .submit-lodding-btn {
    width: 350px;
    height: 50px;
    margin: 38px auto;
    color: #FFF;
    padding: 3px;
    text-align: center;
    background: #f3e8e7;
    border-radius: 6px;
    display: none;
}

.page {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 14px;
    padding: 20px 0;
}

.page .yiz-f-pager {
    margin: 0 auto;
}

.page .yiz-s-pager {
    width: 200px;
    margin: 0 auto;
    display: none;
}

.page select {
    padding: 5px;
    margin: 2px;
    float: left;
}

.page .yiz-s-pager a {
    float: left;
}

.page a,
.next,
.prev {
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin: 2px;
}

.page font.prevpage,
.page font.nextpage,
.page font.curr {
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.page font.curr,
.page a:hover {
    background: #F99D1C;
    color: #fff !important;
    border: 1px solid #F99D1C;
    border-radius: 3px;
}


/*daoshi */

.daoshi {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-family: '微软雅黑';
}

.daoshi li {
    width: 276px;
    height: 435px;
    float: left;
    margin-left: 25px;
    position: relative;
    padding-top: 85px;
    margin-top: 24px;
}

.daoshi li .face {
    position: absolute;
    top: 0px;
    left: 63px;
    z-index: 98;
    width: 140px;
    height: 140px;
}

.daoshi li .face img {
    width: 100%;
    height: 100%;
}

.daoshi li .tag {
    position: absolute;
    top: 90px;
    left: 172px;
    z-index: 99
}

.daoshi li .info {
    width: 100%;
    height: 325px;
    background: #f5f3da;
    border-radius: 5px;
    border: solid 1px #f3f1e2;
    padding: 15px;
}

.daoshi li .info .name {
    text-align: center;
    color: #49463f;
    font-size: 16px;
    padding-top: 40px;
}

.daoshi li .info .name span {
    color: #d93a56;
    padding-right: 10px;
}

.daoshi li .info .nick {
    text-align: center;
    color: #49463f;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 20px;
    overflow: hidden
}

.daoshi li .info .remark {
    color: #666352;
    font-size: 12px;
    line-height: 22px;
    border-top: dashed 1px #dedbbc;
    padding-top: 20px;
    height: 132px;
    overflow: hidden
}

.daoshi li .info .btn {
    float: left;
    font-size: 14px;
    background: #d93a56;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    margin-right: 14px;
    margin-left: 8px;
}

.screen {
    width: 100%;
    min-height: 90px;
    padding-bottom: 3px;
    border-bottom: solid 1px #eeeeee;
}

.screen .top {
    padding-top: 18px;
    height: 48px;
    width: 100%;
    font-size: 14px;
    color: #656565;
}

.screen .top .name {
    float: left;
    width: 90px;
    text-align: right;
    line-height: 38px;
}

.screen .top select {
    width: 157px;
    height: 32px;
    line-height: 32px;
    border: solid 1px #e0e0e0;
    color: #626262;
    padding-left: 10px;
    margin-right: 8px;
}

.screen .top .text {
    width: 520px;
    height: 32px;
    line-height: 32px;
    border: solid 1px #e0e0e0;
    margin-right: 8px;
    padding-left: 10px;
    color: #333;
}

.screen .top .screen-btn {
    width: 74px;
    height: 32px;
    line-height: 32px;
    background: #cf1b1a;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}

.screen .top .screen-btn:hover {
    opacity: 0.7
}

.screen .bottom {
    width: 100%;
    padding: 15px;
    padding-left: 52px;
    color: #5f5f5f;
    font-size: 14px;
}

.screen .bottom input {
    margin-left: 40px;
    margin-right: 5px;
    vertical-align: middle
}

.login-footer {
    font-size: 14px;
    text-align: center;
    width: 100%;
    line-height: 32px;
    color: #a29b8f;
}

.login-title {
    width: 100%;
    height: 74px;
    border-bottom: solid 1px #e5e5e5;
}

.login-title span {
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #F99D1C;
    border-left: solid 4px #F99D1C;
    margin-top: 15px;
}

.login-main {
    padding: 65px 0;
}

.login-main .l_left {
    width: 695px;
    float: left;
}

.login-main .l_left .l_div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    font-size: 18px;
}

.login-main .l_left .l_div span {
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 30px;
}

.login-main .l_left .l_div .text {
    width: 360px;
    height: 44px;
    line-height: 44px;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
    color: #999999;
    padding: 0 15px;
    font-size: 18px;
}

.login-main .l_left .l_div .btn {
    width: 360px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #F99D1C;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
}

.login-main .l_left .l_div .btn:hover {
    opacity: 0.7
}

.login-main .l_right {
    float: left;
}

.screen-dialog {
    width: 700px;
    height: 480px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -350px;
    z-index: 9999999;
    display: none;
}

.screen-dialog-shadow {
    z-index: 9999998;
    width: 100%;
    height: 100%;
    background: rgba(41, 12, 11, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.screen-dialog .s-main {
    padding-top: 115px;
    padding-left: 145px;
    padding-right: 145px;
}

.screen-dialog .s-main .s-title {
    font-size: 18px;
    color: #fff;
}

.screen-dialog .s-main .s-div {
    width: 404px;
    height: 42px;
    border: solid 1px #5f5038;
    border-radius: 3px;
    margin-top: 15px;
    background: #fff;
}

.screen-dialog .s-main .s-div .text {
    color: #333332;
    font-size: 14px;
    width: 96%;
    padding-left: 10px;
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
}

.certificate-info-continer {
    display: none;
}

.screen-dialog .s-main .s-div-loading-box {
    width: 100%;
    text-align: center;
    line-height: 6em;
    font-size: 16px;
    color: #FFF;
    margin-top: 15px;
    display: none;
}

.screen-dialog .s-main .s-div-loading-box img {
    width: 60%;
}

.screen-dialog .s-main .btn {
    width: 404px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    background: #d91414;
    border: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
}

.screen-dialog .s-main .btn:hover {
    opacity: 0.6
}

.s-div ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333;
}

.s-div :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
    opacity: 1;
}

.s-div ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
    opacity: 1;
}

.s-div :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333;
}


/*客服*/

.izl-rmenu {
    margin-right: 0;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 99999;
}

.izl-rmenu .btn_top {
    background: #F99D1C;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
    opacity: .8;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.izl-rmenu .cart .pic {
    display: none;
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 160px;
    background: url(../image/msclaiwechar.jpg);
}

.izl-rmenu .cart1 .pic1 {
    display: none;
    position: absolute;
    left: -152px;
    top: 45px;
    width: 160px;
    height: 160px;
    background: url(../image/weixin.jpg);
}

.izl-rmenu .cart1 .pic2 {
    display: none;
    position: absolute;
    left: -152px;
    top: 45px;
    width: 160px;
    height: 160px;
    background: url(../image/gzhweixin.jpg);
}

.izl-rmenu .cart2 {
    background-image: url(../image/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -310px;
    display: block;
    height: 76px;
    width: 82px;
}

.izl-rmenu .cart2 .email {
    background-color: rgb(247, 247, 255);
    position: absolute;
    width: 278px;
    left: -278px;
    top: 205px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    padding: 0px 8px;
    box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.cart2:hover .email {
    display: inline !important;
}

.pc_info{
    display: block;
}
.phone_demo2_info{
    display: none;
}
.putonrecord{
    color: #ffffff;
    margin: auto 15px;
}