/*头部 css*/
.banner .text .pic-5 {
    width: 100%;
    margin: 0 auto;
    padding-top: 148px;
    text-align: center;
}

.banner .text .pic-5 h1 {
    color: #FFFFFF;
    font-size: 48px;
}

.banner .text .pic-5 p {
    color: #FFFFFF;
    font-size: 16px;
    opacity: 0.5;
    letter-spacing: 10px;
    margin-top: 15px;
}

.head .logo {
    float: left;
    margin-top: 20px;
}

.head .nav a {
    float: left;
    *margin-left: 30px;
    padding: 26px 5px;
    color: #333;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #fff;
}

.head .nav a:hover {
    *border-top-color: #FC7878;
    text-decoration: none;
}

.head .nav a.nav-now {
    border-top-color: #FC7878;
}

/*中间导航 css*/
.subnav {
    height: 55px;
    margin-top: 165px;
    background-color: #fff;
}

.subnav a {
    float: left;
    padding-left: 66px;
    padding-right: 66px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

.subnav a.subnav-now {
    color: #FC7878;
    border-bottom-color: #FC7878;
}

.subnav a:hover {
    color: #FC7878;
    text-decoration: none;
    *border-bottom-color: #FC7878;
}

/*当前位置 css*/
.place {
    margin-top: 10px;
    padding-top: 15px;
    color: #888;
    background-color: #fff;
}

.place p {
    margin-right: 40px;
}

.place a {
    color: #888;
}

/*分页 css*/
.pages li a {
    float: left;
    margin-left: 5px;
    color: #333;
    background-color: #F5F5F5;
    border: 0;
}

.pages li.disabled a {
    background-color: #F5F5F5;
}

.pages li a:hover {
    color: #FE5F56;
}

.pages li.active a {
    background-color: #FE5F56;
    border: 0;
}

.pages li.active a span {
    background-color: #FE5F56;
}

.pages li.active a:hover {
    background-color: #F05A50;
}

/*回到顶部 css*/
.back-top {
    position: fixed;
    left: 50%;
    margin-left: 490px;
    bottom: 20%;
    display: none;
    width: 52px;
    height: 50px;
    background-position: 0 -378px;
}

/*底部 css*/
.foot {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    text-align: center;
    border-top: 5px solid #E4E4E4;
}

.foot p {
    line-height: 25px;
}

.foot p a {
    padding-right: 5px;
    color: #333;
}

.foot p a:hover {
    color: #FC7878;
    text-decoration: none;
}

/*首页大图切换 css*/
.about-index-slide .border {
    position: relative;
    overflow: hidden;
}

.about-index-slide .center {
    width: 1210px;
    height: 425px;
    margin: 0 auto;
}

.about-index-slide .center .relative {
    position: relative;
    height: 425px;
}

.about-index-slide .center .relative .location {
    position: absolute;
    left: -355px;
}

.about-index-slide .center .relative .location .hidden-beyond {
    position: relative;
    width: 1920px;
    height: 425px;
    overflow: hidden;
}

.about-index-slide .center .items {
    position: absolute;
    top: 0;
    width: 20000px;
}

.about-index-slide .center .items li {
    float: left;
    width: 1920px;
    height: 425px;
}

.about-index-slide .center .items li a {
    display: block;
    width: 1920px;
    height: 425px;
    background-repeat: no-repeat;
}

.about-index-slide .center .items li a img {
    width: 1920px;
    height: 425px;
}

.about-index-slide .icons {
    position: absolute;
    left: 0;
    top: 480px;
    padding-top: 0px;
}

.about-index-slide .icons .box {
    width: 100%;
    text-align: center;
    margin-bottom: -15px;
}

.about-index-slide .icons .box span.now {
    background-position: 0 0;
}

/*办公环境修改新增css*/
.oh {
    overflow: hidden;
}

.mt30 {
    margin-top: 30px;
}

.w600 {
    width: 600px;
}

.w310 {
    width: 310px;
}

.about-environment .demo-two .environment-box {
    position: relative;
}

.about-environment .demo-two .environment-box .environment-box-text {
    width: 100%;
    padding: 10px 20px;
    background: url(../images/about/env_bg.png);
    color: #ffffff;
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.about-environment .demo-two .environment-box .environment-box-text1 {
    width: 300px;
    height: 170px;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    bottom: 20px;
    left: 20px;
    padding: 20px
}

.about-environment .demo-two .environment-box .environment-box-text1 p {
    line-height: 23px;
    margin-top: 10px;
}

.about-environment .demo-two .environment-box .environment-box-text2 {
    width: 300px;
    height: 150px;
    position: absolute;
    z-index: 10;
    background-color: #f6feb2;
    bottom: 0;
    left: 310px;
    padding: 20px
}

.about-environment .demo-two .environment-box .environment-box-text2 p {
    line-height: 23px;
    margin-top: 10px;
}

.about-environment .demo-two .environment-box .environment-box-text3 {
    width: 300px;
    height: 150px;
    position: absolute;
    z-index: 10;
    background-color: #d9ffd1;
    bottom: 20px;
    left: 20px;
    padding: 20px
}

.about-environment .demo-two .environment-box .environment-box-text3 p {
    line-height: 23px;
    margin-top: 10px;
}

.about-environment .demo-two .environment-pic-line4 {
    overflow: hidden;
}

.about-environment .demo-two .environment-pic-line4 li {
    float: left;
    margin-right: 10px;
}


/* about_company.dwt 新增css */
.head {
    background-color: #fff;
}

.about-details-alert-video {
    width: 900px;
    height: 523px;
    position: absolute;
    z-index: 999;
    background: #ccc;
    overflow: hidden;
    display: none;
}

.about-details-alert-video p iframe {
    border: 10px solid #000;
}

.about-details-alert-video .video-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.about-details .msg .right-video {
    width: 360px;
    height: 180px;
    padding: 10px;
    background-color: #d0d0d0;
    cursor: pointer;
}

/*news  */
.tips1 {
    background: none repeat scroll 0 0 #fc7878;
    height: 5px;
    position: absolute;
    display: none;
}

.search_news {
    line-height: 50px;
    padding-right: 20px;
    padding-top: 8px;
}

.search_news input {
    height: 38px;
    padding: 0 5px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.search_news i {
    cursor: pointer;
    height: 38px;
    display: inline-block;
    width: 38px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-left: none;
}


/*2020*/
.body-about .banner {
    width: 100%;
    height: 435px;
    background: url(http://www.mymos.cn/storage/15830/images/20211218/3f-img4.jpg) center center no-repeat;
}

.body-about .section-1 {
    position: relative;
    margin-top: -70px;
    margin-bottom: -70px;
}

.body-about .section-1 .nav {
    width: 1200px;
    height: 140px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(73, 9, 9, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.body-about .section-1 .nav .item {
    flex: 1;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    margin: 25px 0;
}

.body-about .section-1 .nav .item:last-child {
    border-right: 0;
}

.body-about .section-1 .nav .item .num {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.body-about .section-1 .nav .item .num .txt {
    height: 54px;
    line-height: 54px;
    font-size: 44px;
    font-family: Arial;
    font-weight: bold;
    color: #F00303;
}

.body-about .section-1 .nav .item .num .text {
    font-family: PingFangSC-Regular;
    color: #F00303;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin: 22px 0 0 5px;
}

.body-about .section-1 .nav .item .desc {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 44px;
}

.body-about .section-2 {
    background: #F5F5FA;
    padding: 170px 0 105px;
}

.body-about .section-2 .left {
    float: left;
    width: 527px;
    margin: 20px 74px 0 40px;
}

.body-about .section-2 .left h2 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    font-family: PingFangSC-Regular;
}

.body-about .section-2 .left p {
    color: #888888;
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}

.body-about .section-2 .right {
    float: right;
}

.body-about .section-2 .right .about-video {
    position: relative;
}

.body-about .section-2 .right .about-video .img {
    width: 514px;
    height: 290px;
    background: url(http://www.mymos.cn/storage/15830/images/20211218/bj.jpg) no-repeat;
    text-align: center;
    cursor: pointer;
}

.body-about .section-2 .right .about-video .img img {
    width: 90px;
    height: 90px;
    margin-top: 100px;
}


.aboutyoushi_midcssimg {
    -webkit-transition-duration: 2.5s;
    -ms-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    -moz-transition-duration: 2.5s;
    transition-duration: 2.5s;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

.curbg {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity: 1;
}

.aboutyoushi_midcssimg1 {
    background-image: url(../images/2020/about/3f-img1.jpg);
}

.aboutyoushi_midcssimg2 {
    background-image: url(../images/2020/about/3f-img2.jpg);
}

.aboutyoushi_midcssimg3 {
    background-image: url(../images/2020/about/3f-img3.jpg);
}

.aboutyoushi_midcssimg4 {
    background-image: url(../images/2020/about/3f-img4.jpg);
}

.aboutyoushi_midcssimg5 {
    background-image: url(../images/2020/about/3f-img5.jpg);
}

.aboutyoushi_midcssimg6 {
    background-image: url(../images/2020/about/3f-img6.jpg);
}

.aboutyoushi_midcssimg7 {
    background-image: url(../images/2020/about/3f-img7.jpg);
}

.aboutyoushi_midcssimg8 {
    background-image: url(../images/2020/about/3f-img8.jpg);
}

.aboutyoushi_midcssimg9 {
    background-image: url(../images/2020/about/3f-img9.jpg);
}

.aboutyoushi_midcssimg10 {
    background-image: url(../images/2020/about/3f-img10.jpg);
}

.aboutbody_3_mid {
    padding: 112px 0;
    border-bottom: 1px #5b585a solid;
    border-left: 1px #5b585a solid;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.aboutbody_3_mid_1 {
    font-size: 72px;
    color: #e6e6e6;
}

.aboutbody_3_mid_footer {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 10;
}

.aboutbody_3_mid_footer span {
    font-size: 18px;
    color: #a0a0a0;
}

.aboutbody_3_mid_footer i {
    width: 15px;
    height: 1px;
    background: #fff;
    opacity: 0;
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.swiper-container-1 .swiper-slide:hover,
.swiper-container-1 .swiper-slideon {
    background: linear-gradient(45deg, #24B7FF, #23E0FF);
    opacity: 0.7;
}

.swiper-container-1 .swiper-slide:hover .aboutbody_3_mid_footer span,
.swiper-container-1 .swiper-slideon .aboutbody_3_mid_footer span {
    color: #fff;
}

.swiper-container-1 .swiper-slide:hover .aboutbody_3_mid_footer i,
.swiper-container-1 .swiper-slideon .aboutbody_3_mid_footer i {
    opacity: 1;
}

.body-about .section-4 {
    padding-bottom: 0;
}

.body-about .section-4 .content {
    background: url(../images/5f-img1.jpg) no-repeat;
    height: 500px;
    font-size: 0;
}

.body-about .section-4 .content img {
    position: absolute;
}

.body-about .section-4 .content .content_div {
    position: relative;
    display: inline-block;
    width: 33.2%;
    height: 250px;
    color: #FFFCF7;
    border-left: 1px solid #ffffff4d;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff4d;
}

.body-about .section-4 .content .content_div:nth-child(6) div {
    margin-top: 10px;
}

.body-about .section-4 .content .content_div div {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    margin-top: 45px;
}

.body-about .section-4 .content .content_div p {
    font-size: 16px;
    text-align: center;
    margin: 28px 0;
}

.body-about .section-4 .content .content_div p i {
    display: none;
}

.body-about .section-4 .content .content_div3:hover .bg_div {
    width: 101% !important;
}

.body-about .section-4 .content .content_div6:hover .bg_div {
    width: 101% !important;
}

.body-about .section-4 .content .content_div:hover p i {
    display: block;
    position: absolute;
    left: 235px;
    font-size: 15px;
    color: #ffffff99;
}

.body-about .section-4 .content .content_div .bg_div {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 1px !important;
    left: 0px;
    top: -1px;
}

.body-about .section-4 .content .content_div:hover .bg_div {
    background: linear-gradient(45deg, #0e84fc, #58a2fd);
    opacity: 0.7;
}

.body-about .section-5 {
    overflow: hidden;
}

.body-about .section-5 .left {
    background: url(../images/2020/about/4f-img.jpg) no-repeat center right;
    width: 50%;
    float: left;
    height: 460px;
}

.body-about .section-5 .right {
    width: 50%;
    float: left;
    background: linear-gradient(90deg, #FC3933, #FE6C3F);
    height: 460px;
    padding: 40px 50px;
    box-sizing: border-box;
}

.body-about .section-5 .right h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-bottom: 40px;
}

.body-about .section-5 .right h1:after {
    content: '';
    width: 45px;
    height: 3px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    bottom: 0;
}

.body-about .section-5 .right p {
    width: 560px;
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

.body-about .section-5 .right .con {
    color: #fff;
    margin-top: 30px;
}

.body-about .section-5 .right .con h2 {
    width: 20px;
    line-height: 30px;
    float: left;
    font-weight: 600;
}

.body-about .section-5 .right .con ul {
    float: left;
    line-height: 30px;
    margin-left: 5px;
}

.body-about .section-5 .right .con ul li i {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
    margin-right: 10px;
}

.body-about .section-6 {
    padding-top: 50px;
}

.body-about .section-7 .section-title {
    padding-top: 40px;
}

.body-about .section-8 .content {
    position: relative;
    height: 400px;
}

.body-about .section-8 .map {
    width: 941px;
    height: 400px;
    float: left;
    position: relative;
    z-index: 2;
    text-align: left;
    left: -90px;
}

.body-about .section-8 .about-contact {
    width: 316px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 15px 1px rgba(66, 71, 75, 0.15);
    border-radius: 3px;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 30px;
    box-sizing: border-box;
}

.body-about .section-8 .about-contact h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.body-about .section-8 .about-contact .item {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin-top: 30px;
}

.body-about .section-8 .about-contact .item span {
    display: block;
    float: left;
    width: calc(100% - 30px);
    margin-left: 6px;
}

.body-about .section-8 .about-contact .item i {
    background: url(../images/2020/about/7f-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
}

.body-about .section-8 .about-contact .item1 i {
    background-position: 0 3px;
}

.body-about .section-8 .about-contact .item2 i {
    background-position: -20px 0px;
}

.body-about .section-8 .about-contact .item3 i {
    background-position: -45px 0;
}

.body-about .section-8 .about-contact .btn {
    width: 140px;
    height: 44px;
    background: linear-gradient(90deg, #24B7FF, #23E0FF);
    display: block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.body-about .section-9 {
    background: #F5F5FA;
    padding-bottom: 80px;
}

.body-about .content-tit {
    text-align: center;
}

.body-about .content-tit .title {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 80px;
}

.body-about .content-tit .title span {
    display: inline-block;
    padding: 0 20px;
    background: #F5F5FA;
    position: relative;
    z-index: 2
}

.body-about .content-tit .title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    left: 0;
    top: 50%;
    z-index: 1;
}

.body-about .section-10 {
    padding-bottom: 80px;
}

.body-about .section-10 .title span {
    background: #fff;
}

.body-about .section-11 {
    background: #F5F5FA;
}

.body-about .section-11 .title {
    margin-bottom: 40px;
}

.body-about .section-11 .items {
}

.body-about .section-11 .item {
    width: 264px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    float: left;
    margin-right: 30px;
    text-align: center;
}

/*.body-about .section-11 .item:hover{ box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.1); }*/
.body-about .section-11 .item i {
    width: 224px;
    height: 76px;
    display: block;
    margin: 30px auto 0;
}

.body-about .section-11 .item span {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    display: block;
    margin-top: 20px;
    position: relative;
}

.body-about .section-11 .item span:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #23E0FF;
    bottom: -33px;
    left: 112px;
}

.body-about .section-11 .item-1 i {
    background: url(http://www.mymos.cn/storage/15830/tpl/my_9/images/sen11img01.jpg) no-repeat;
}

.body-about .section-11 .item-2 i {
    background: url(http://www.mymos.cn/storage/15830/tpl/my_9/images/sen11img06.jpg) no-repeat;
}

.body-about .section-11 .item-3 i {
    background: url(http://www.mymos.cn/storage/15830/tpl/my_9/images/sen11img07.jpg) no-repeat;
}

.body-about .section-11 .item-4 i {
    background: url(http://www.mymos.cn/storage/15830/tpl/my_9/images/sen11img08.jpg) no-repeat;
}

.body-about .section-title h2 {
    padding-bottom: 30px;
    position: relative;
}

.body-about .section-title h2:after {
    content: '';
    width: 45px;
    height: 5px;
    background: linear-gradient(90deg, #24B7FF, #23E0FF);
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-left: -22.5px;
}

.body-about .moban_biaodan .section-title h2 {
    padding: 0;
}

.body-about .moban_biaodan .section-title h2:after {
    width: 0;
}

@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1840px, 0, 0);
        transform: translate3d(-1840px, 0, 0);
    }
}

.about-cases {
    position: relative;
    height: 600px
    overflow: hidden;
}

.about-cases .about-case {
    width: 3680px;
    white-space: nowrap;
    height: 70px;
    margin: 50px 0;
    -webkit-animation: 60s rowleft linear infinite normal;
    animation: 60s rowleft linear infinite normal;
}

.about-cases .about-case .about-case-logo {
    width: 230px;
}

.about-cases .about-case .about-case-logo:nth-child(even) {
    left: 100%;
}

.about-cases .about-case:first-child {
    margin-top: 25px;
}

.about-cases .about-case:nth-child(even) {
    -webkit-animation: 80s rowleft linear infinite normal;
    animation: 80s rowleft linear infinite normal;
}

.about-cases .about-case:nth-child(even) .about-case-logo {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.about-cases .about-cases-title {
    position: absolute;
    top: 265px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #293E63;
    line-height: 1;
    font-weight: 300;
}

.about-cases .about-cases-title .about-cases-title-mask {
    display: inline-block;
    width: 600px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 30px 30px rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.about-cases .about-cases-title .about-cases-title-number {
    width: 100px;
    margin-top: -5px;
}

.about-cases .about-cases-title text {
    color: #24B7FF;
    margin: 0 10px;
}

@keyframes breath {
    0% {
        opacity: 1;
        transform: scale(0.714);
    }
    100% {
        opacity: 0;
        transform: scale(1.714);
    }
}

.moban_biaodan .section-title {
    margin-bottom: 40px;
}

.moban_biaodan .section-title h2 {
    color: #fff;
}

.moban_biaodan {
    background: url("../images/2020/about/tj-bg.jpg") no-repeat;
    width: 100%;
    height: 427px;
    text-align: center;
    background-size: 100%;
    background-size: cover;
}

.moban_biaodan * {
    box-sizing: border-box;
}

.moban_biaodan .list {
    width: 798px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.moban_biaodan .list li.list-item,
.moban_biaodan .list li.list-item-lie {
    margin-bottom: 20px;
    width: 380px;
    float: left;
}

.moban_biaodan .list li.list-item:nth-child(1),
.moban_biaodan .list li.list-item:nth-child(3) {
    margin-right: 18px;
}

.moban_biaodan .list li.list-item:nth-child(2), .moban_biaodan .list-item-lie {
    margin-left: 18px;
}

.moban_biaodan .list-item-lie input {
    padding: 15px 0 15px 24px;
    width: 180px;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    float: left;
}

.moban_biaodan .list-item-lie input:first-child {
    margin-right: 20px;
}

.moban_biaodan .list .list-item {
    line-height: 54px;
    border-radius: 3px;
    width: 380px;
    background: #ffffff;
    padding: 13px 0;
    float: left;
}

.moban_biaodan .step_value {
    position: relative;
    width: 100%;
}

.moban_biaodan .imitate_select {
    position: relative;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    width: 100%;
}

.moban_biaodan .imitate_select .cite {
    padding: 0 21px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.moban_biaodan .imitate_select .cite span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 30px;
}

.moban_biaodan .imitate_select .cite img {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

.moban_biaodan .imitate_select .ps-container {
    position: absolute;
    top: 41px;
    left: 0;
    background: #fff;
    width: 100%;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    z-index: 199;
    max-height: 280px;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgba(45, 120, 217, 0.05);
}

.moban_biaodan .imitate_select .ps-container li {
    text-align: left;
    color: #707070;
    width: 100%;
    line-height: 36px;
    margin-bottom: 10px;
}

.moban_biaodan .imitate_select .ps-container li span {
    width: 50%;
    padding: 0 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
    float: left;

}

.moban_biaodan .imitate_select .ps-container li span:hover {
    color: #f03a3a;
}

.moban_biaodan .imitate_select ul.xuanze {
    visibility: visible;
    opacity: 1;
    z-index: 201;
}

.moban_biaodan .list2 {
    margin-top: 20px;
}

.moban_biaodan .list2 a {
    display: block;
    width: 260px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 58px;
    margin: 0 auto;
}

.moban_biaodan .list2 a:hover {
    background: rgba(255, 255, 255, 1);
    color: #f03a3a;
}

.moban_biaodan .list2 p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 14px;
    margin-top: 15px;
}

body {
    overflow-x: hidden;
    min-width: 1320px;
}