@charset "utf-8";

/**
 * FileName: page.css
 * Version: v2.0.1
 * Description: 每个页面的样式表请在这个文件单独手写，base.css中的公共颜色不要在这个文件重复出现
 */

/*pulic start*/
body {
    font-family: "Microsoft yahei";
}

p {
    font-size: 13px;
    color: #6f6f6f;
}


.iconf {
    width: 1000px;
    margin: 0 auto;
}

.imax {
    width: 100%;
}

.imune {
    background: #e60012;
    display:table;
}

    .imune ul {
        overflow: hidden;
    }

    .imune li {
        float: left;
        height: 44px;
        line-height: 44px;

        text-align: center;
        width:136px;

    }

        .imune li:last-child {
            background: none;
        }

        .imune li.on, .imune li:hover {
            background: #e60012;
        }

        .imune li a {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            display: block;
        }
/**/
.fullSlide {
    width: 100%;
    position: relative;
    height: 360px;
    background: #000;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 360px;
            overflow: hidden;
            text-align: center;
        }

            .fullSlide .bd li a {
                display: block;
                height: 360px;
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 10px;
        left: 0;
        height: 30px;
        line-height: 30px;
    }

        .fullSlide .hd ul {
            text-align: center;
            padding-top: 5px;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 10px;
                height: 10px;
                margin: 5px;
                overflow: hidden;
                border: 1px solid #d83c96;
                border-radius: 6px;
                line-height: 9999px;
            }

            .fullSlide .hd ul .on {
                background: #d83c96;
            }

.ifoot {
    background: #363636;
    margin-top: 50px;
    overflow: hidden;
    height: 60px;
    border-bottom: 1px solid #4a4a4a;
}

.ifoot_l {
    float: left;
}

    .ifoot_l li {
        float: left;
        line-height: 60px;
    }

        .ifoot_l li a {
            font-size: 14px;
            color: #fff;
            border-right: 1px solid #fff;
            padding-right: 10px;
            margin-right: 10px;
        }

        .ifoot_l li:last-child a {
            border-right: none;
        }

.ifoot_r {
    float: right;
}

    .ifoot_r li {
        float: left;
        margin-left: 30px;
        line-height: 60px;
    }

        .ifoot_r li i {
            font-size: 24px;
            color: #c7c7c7;
            cursor: pointer;
        }

        .ifoot_r li:hover i {
            color: #fff;
        }

.jiathis_style img {
    display: inline-block;
    width: auto;
}

#jiathis_webchat img {
    width: 140px;
    height: 140px;
    display: inline-block;
}

.iweb {
    background: #363636;
    padding: 20px 0;
}

    .iweb p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 25px;
    }

        .iweb p span {
            padding-left: 15px;
        }

        .iweb p a {
            color: #fff;
        }

.ifotop {
    position: relative;
}

.toolbar-item, .toolbar-layer {
    background: url("../images/toolbar.png")/*tpa=http://www.trausim.com/temp/images/toolbar.png*/ no-repeat;
}

.toolbar {
    position: fixed;
    right: 100px;
    bottom: 50px;
}

.toolbar-item {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}

    .toolbar-item:hover .toolbar-layer {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.toolbar-item-weixin {
    background-position: 0 -800px;
}

    .toolbar-item-weixin:hover {
        background-position: 0 -862px;
    }

    .toolbar-item-weixin .toolbar-layer {
        height: 114px;
        background-position: 0 0;
    }

.toolbar-item-feedback {
    background-position: 0 -490px;
}

    .toolbar-item-feedback:hover {
        background-position: 0 -428px;
    }

.toolbar-item-top {
    background-position: 0 -676px;
}

    .toolbar-item-top:hover {
        background-position: 0 -738px;
    }

.toolbar-layer {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 95px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ipage {
    text-align: center;
    margin-top: 50px;
}

    .ipage a {
        padding: 10px 13px;
        border: 1px solid #d6d5d5;
        border-radius: 5px;
        color: #939393;
    }

        .ipage a.on {
            background: #ec9018;
            border: 1px solid #ec9018;
            color: #fff;
        }

        .ipage a:hover {
            background: #ec9018;
            border: 1px solid #ec9018;
            color: #fff;
        }

.imnmuen {
    background: #efefef;
    height: 44px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inav {
    float: left;
}

    .inav li {
        float: left;
        height: 44px;
        line-height: 44px;
        padding: 0 20px;
        border-right: 1px solid #dbdbdb;
    }

        .inav li:hover {
            background: #ef42a6;
        }

            .inav li:hover a {
                color: #fff;
            }

        .inav li.on {
            background: #ef42a6;
        }

            .inav li.on a {
                color: #fff;
            }

        .inav li a {
            font-size: 14px;
            color: #444;
            display: block;
        }

.imnmuen .ipos {
    float: right;
    line-height: 44px;
    padding-right: 20px;
}

    .imnmuen .ipos a {
        font-size: 12px;
        color: #555;
        padding: 0 5px 0 0;
    }

.iedit {
    line-height: 30px;
    margin: 30px 0;
}

    .iedit img {
        display: inline-block;
        text-align: center;
    }
/*pulic end*/

/*index start*/
.ilogos {
    overflow: hidden;
}

.ilogo {
    float: left;
    padding: 18px 0;
}

    .ilogo a img {
        width: 252px;
        height: 48px;
        float: left;
    }

    .ilogo span {
        float: right;
        padding-left: 20px;
    }


.ilogocenter {
    float: left;
    padding: 20px 0;
}

    .ilogocenter a img {
        width: 252px;
        height: 48px;
        float: left;
    }

    .ilogocenter span {
        float: right;
        padding-left: 20px;
    }

.ilogo_r {
    float: right;
    width: 223px;
    padding: 10px 0;
}

.iindex_title {
    margin: 50px 0;
}

.iindex_box {
}

    .iindex_box .imore {
        margin: 0 auto;
        display: block;
        width: 126px;
        height: 40px;
        line-height: 40px;
        background: #d83c96;
        color: #fff;
        text-align: center;
        font-size: 14px;
        border-radius: 3px;
    }

        .iindex_box .imore:hover {
            background: #c52782;
        }

.iirow1 {
    overflow: hidden;
    margin-bottom: 40px;
}

    .iirow1 li {
        float: left;
        border: 1px solid #d7d6d6;
        margin-right: 20px;
    }

        .iirow1 li:last-child {
            margin-right: 0;
        }

        .iirow1 li:hover {
            border: 1px solid #d83c96;
        }

            .iirow1 li:hover a {
                color: #fff;
            }

                .iirow1 li:hover a.iirow1_txt {
                    background: #d83c96;
                }

        .iirow1 li a {
            display: block;
            font-size: 16px;
            color: #000;
            text-align: center;
        }

            .iirow1 li a.iirow1_txt {
                background: #e3e3e3;
                height: 49px;
                line-height: 49px;
            }

        .iirow1 li img {
            width: 233px;
            height: 158px;
            padding: 30px 0;
        }

.iirow2 {
    overflow: hidden;
}

.iirow2_l {
    float: left;
    width: 500px;
}

.iirow2_r {
    float: right;
    padding: 0 25px;
    width: 450px;
    height: 325px;
    text-align: center;
    background: #f1f1f1;
}

    .iirow2_r h2 {
        font-size: 30px;
        color: #000;
        margin-top: 50px;
        margin-bottom: 20px;
    }

        .iirow2_r h2 small {
            font-size: 20px;
        }

    .iirow2_r h5 {
        font-size: 16px;
        color: #333;
        padding-bottom: 20px;
        border-bottom: 1px solid #c3c3c3;
    }

    .iirow2_r h1 {
        font-size: 30px;
        color: 666;
        margin: 20px 0;
    }

.iirow3 {
    background: #ebebeb;
    position: relative;
    height: 364px;
    margin-top: 90px;
}

.iirow3_l {
    float: left;
}

    .iirow3_l a {
        display: block;
        position: absolute;
        left: 30px;
        bottom: 30px;
        z-index: 9999;
        -moz-box-shadow: 2px 2px 6px #BFBFBF;
        box-shadow: 2px 2px 6px #BFBFBF;
    }

    .iirow3_l img {
        width: 527px;
        height: 364px;
    }

.iirow3_r {
    float: right;
    width: 406px;
}

    .iirow3_r h3 {
        font-size: 24px;
        color: #333;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .iirow3_r p {
        line-height: 30px;
        width: 340px;
    }

.iindex_box .iirow3 .imore {
    margin: 30px 0 0 2px;
}

.iirow4 {
    overflow: hidden;
    margin-bottom: 40px;
}

    .iirow4 li {
        float: left;
        margin-right: 16px;
    }

        .iirow4 li:last-child {
            margin-right: 0;
        }

    .iirow4 a {
        display: block;
        width: 300px;
        border: 1px solid #e7e7e7;
        padding: 10px;
    }

        .iirow4 a img {
            width: 300px;
            height: 197px;
        }

        .iirow4 a h6 {
            font-size: 15px;
            color: #323333;
            margin: 10px 0;
        }

        .iirow4 a p {
            line-height: 25px;
            height: 78px;
        }

    .iirow4 .iothers {
        overflow: hidden;
        color: #adadad;
        font-size: 13px;
        margin: 10px 0;
    }

    .iirow4 span.ieyes {
        float: left;
    }

    .iirow4 span img {
        width: 18px;
        height: 13px;
        display: inline-block;
        padding-right: 5px;
    }

    .iirow4 span.idatas {
        float: right;
    }
/*index end*/

/*产品知识 start*/
.icpzs {
}

.icpzs_list {
    overflow: hidden;
}

    .icpzs_list li {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        border-bottom: 1px dotted #a7a7a7;
        background: url("../images/cpzs_list_bg.png")/*tpa=http://www.trausim.com/temp/images/cpzs_list_bg.png*/ no-repeat left 0;
        padding-left: 10px;
    }

        .icpzs_list li:hover {
            color: #f89718;
            background: url("../images/cpzs_list_bg_on.png")/*tpa=http://www.trausim.com/temp/images/cpzs_list_bg_on.png*/ no-repeat left 0;
        }

            .icpzs_list li:hover a {
                color: #f89718;
            }

        .icpzs_list li span {
            float: right;
        }
/*产品知识 end*/

/*产品中心 start*/
.imnav {
    text-align: center;
    width: 920px;
    margin: 0 auto;
    line-height: 45px;
}

    .imnav a {
        padding: 0 20px;
        background: #efefef;
        font-size: 13px;
        color: #333;
        border-radius: 3px;
        display: inline-block;
        margin-top: 10px;
        margin-left: 3px;
        float: left
    }

        .imnav a.on {
            background: #f7ac1b;
            color: #fff;
        }

        .imnav a:hover {
            background: #f7ac1b;
            color: #fff;
        }
/*产品中心 end*/

/*临床病例 start*/
.ilcbl {
}

.ilcbl_list {
    overflow: hidden;
}

    .ilcbl_list li {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        border-bottom: 1px dotted #a7a7a7; /*background: url(../images/lcbl_list_bg.png) no-repeat left 0;padding-left: 30px;*/
    }

        .ilcbl_list li:before {
            content: "";
            width: 4px;
            height: 4px;
            background: #333333;
            display: inline-block;
            vertical-align: middle;
            margin-right: 25px;
            margin-left: 10px;
            border-radius: 50% 50%;
        }

        .ilcbl_list li:hover {
            color: #f89718;
        }

            .ilcbl_list li:hover a {
                color: #f89718;
            }

        .ilcbl_list li span {
            float: right;
        }

.ilcbl_box {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

    .ilcbl_box h4 {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .ilcbl_box ul {
        margin-top: 30px;
    }

    .ilcbl_box li {
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        color: #555;
    }

        .ilcbl_box li a {
            font-size: 14px;
            color: #555;
        }

        .ilcbl_box li.on a {
            color: #f17d16;
        }

        .ilcbl_box li a:hover {
            color: #f17d16;
        }
/*临床病例 end*/

/*企业动态 start*/
.iqydt_list {
}

    .iqydt_list li {
        height: 197px;
        margin-bottom: 30px;
    }

        .iqydt_list li:last-child {
            margin-bottom: 0;
        }

    .iqydt_list .iqydt_list_img {
        width: 300px;
        float: left;
    }

    .iqydt_list .iqydt_info {
        float: right;
        width: 675px;
    }

        .iqydt_list .iqydt_info h4 {
            font-size: 18px;
        }

.iqydt_info h4 a {
    color: #333;
}

    .iqydt_info h4 a:hover {
        color: #ec9018;
    }

.iqydt_list .iqydt_info p {
    line-height: 30px;
    font-size: 14px;
    margin: 25px 0;
}

.iqydt_list .iqydt_info span {
    font-size: 13px;
    color: #adadad;
    margin-right: 20px;
}

.iqydt_info span img {
    display: inline-block;
    width: 18px;
    padding-right: 5px;
}

.iqydt_box {
    margin-top: 30px;
}

    .iqydt_box h3 {
        text-align: center;
        font-size: 28px;
        color: #333;
    }

    .iqydt_box .iqydt_box_pos {
        text-align: center;
        margin: 30px 0;
    }

        .iqydt_box .iqydt_box_pos span {
            font-size: 13px;
            color: #989898;
            padding-right: 20px;
        }

    .iqydt_box .iqydt_box_active {
        border-top: 1px solid #e9e8e7;
        padding-top: 30px;
        line-height: 25px;
        text-indent: 2em;
    }

        .iqydt_box .iqydt_box_active p {
            text-indent: 2em;
        }

        .iqydt_box .iqydt_box_active img {
            padding: 20px 0;
            width: auto;
            margin: 0 auto;
        }

    .iqydt_box .iqydt_box_other {
        margin: 30px 0;
        overflow: hidden;
    }

        .iqydt_box .iqydt_box_other .next_pever {
            font-size: 14px;
            float: left;
        }

.iqydt_box_other .next_pever a {
    font-size: 14px;
    color: #444344;
}

.iqydt_box_other .next_pever li {
    line-height: 30px;
}

    .iqydt_box_other .next_pever li.on a {
        color: #ec7e1d;
    }

.iqydt_box_other .next_pever a:hover {
    color: #ec7e1d;
}

.iqydt_box .iqydt_box_other .info_share {
    float: right;
}

.iqydt_box_other .info_share li {
    float: left;
    overflow: hidden;
    width: 42px;
    height: 42px;
    margin-left: 10px;
}

    .iqydt_box_other .info_share li:hover .on {
        display: none;
    }

.iqydt_box_other .info_share a {
    display: block;
    width: 42px;
}

.iqydt_box_other .info_share img {
    width: 42px;
    display: inline-block;
}
/*企业动态 end*/

/*联系我们 start*/
.imap {
    overflow: hidden;
}

.imap_l {
    float: left;
    width: 550px;
}

.imap_r {
    float: right;
    width: 410px;
    color: #000;
}

    .imap_r h5 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .imap_r p {
        font-size: 14px;
        line-height: 30px;
        color: #000;
    }

.icover {
    width: 580px;
    margin: 0 auto;
}

.icover {
    font-size: 14px;
    color: #444;
}

    .icover h6 {
        margin: 30px 0;
    }

    .icover li {
        margin-bottom: 30px;
        width: 100%;
        overflow: hidden;
    }

    .icover label {
        line-height: 38px;
        float: left;
        width: 52px;
    }

        .icover label span {
            padding-right: 5px;
            color: red;
        }

    .icover input {
        float: left;
        height: 30px;
        width: 300px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 1.5;
        color: #555;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }

    .icover textarea {
        float: left;
        width: 500px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 1.5;
        color: #555;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }

    .icover input.btn {
        margin-left: 52px;
        width: 324px;
        height: 42px;
        font-size: 16px;
        -webkit-appearance: button;
        cursor: pointer;
        background: #fe9423;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
    }

        .icover input.btn:hover {
            background: #CE710E;
        }

    .icover .fromshow {
        line-height: 38px;
        padding-left: 10px;
    }

    .icover .fromshows {
    }

.state1 {
    color: #aaa;
}

.state2 {
    color: #000;
}

.state3 {
    color: red;
}

.state4 {
    color: green;
}
/*联系我们 end*/

/*招聘精英 start*/
.izpjy_tit {
    height: 45px;
    line-height: 45px;
    background: #efefef;
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #333;
}

    .izpjy_tit span, .izpjy_list li span {
        display: block;
        float: left;
    }

    .izpjy_tit .zwname, .izpjy_list .zwname {
        width: 676px;
        padding-left: 30px;
    }

    .izpjy_tit .zwnum, .izpjy_list .zwnum {
        text-align: center;
        width: 147px;
    }

    .izpjy_tit .zwdate, .izpjy_list .zwdate {
        text-align: center;
        width: 147px;
    }

.izpjy_list li {
    line-height: 45px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px dotted #efefef;
    overflow: hidden;
}

    .izpjy_list li:hover {
        color: #f89718;
    }

.fade.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
}

    .modal-header .close {
        margin-top: -2px;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-size: 14px;
    color: #333;
}

.modal-body {
    position: relative;
    padding: 20px;
    height: 440px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 50px;
}

    .modal-body::-webkit-scrollbar {
        width: 5px;
    }

    .modal-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #585858;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

        .modal-body::-webkit-scrollbar-thumb:window-inactive {
            background: #585858;
        }

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: left;
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        margin: 50px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-body {
    color: #444;
    font-size: 14px;
    line-height: 30px;
}

    .modal-body dt {
        color: #000;
        margin-top: 30px;
    }
/*招聘精英 end*/

/*关于我们 start*/
.iabut h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.iabut p {
    text-indent: 2em;
    line-height: 30px;
}

.iabut_pic {
    margin-top: 30px;
    overflow: hidden;
}

.iabut_pic_l {
    float: left;
    width: 498px;
}

.iabut_pic ul {
    float: right;
    overflow: hidden;
    width: 500px;
}

.iabut_pic li {
    float: left;
    width: 247px;
    margin: 2px;
}

    .iabut_pic li:nth-child(-n+2) {
        margin-top: 0;
    }

    .iabut_pic li:nth-child(2n+0) {
        margin-right: 0;
    }

.ifzls_time h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
}

.times {
    width: 760px;
    height: 662px;
    margin: 0 auto;
    background: url("../images/fzlc_line.png")/*tpa=http://www.trausim.com/temp/images/fzlc_line.png*/ 93px top no-repeat;
    position: relative;
    padding-top: 10px;
    margin-top: 50px;
}

#timeline {
    width: 760px;
    height: 600px;
    overflow: hidden;
    margin: 50px 0;
    position: relative;
}

#dates {
    width: 760px;
    height: 562px;
    overflow: hidden;
    float: left;
    padding-bottom: 15px;
    margin-top: 0 !important
}

    #dates li {
        list-style: none;
        font-size: 13px;
        padding-top: 2px
    }
    /*#dates a{display: block;width:760px;height: 50px;line-height: 50px;text-decoration: none;background: url(../images/fzlc_pop_on.png) 102px center no-repeat;color: #d83c96;}
#dates a:hover{background: url(../images/fzlc_pop.png) 102px center no-repeat;color: #d83c96;}
#dates a i{padding-left: 20px;}*/
    #dates a {
        display: block;
        width: 760px;
        height: auto;
        line-height: 50px;
        text-decoration: none;
        background: url("../images/fzlc_pop_on.png")/*tpa=http://www.trausim.com/temp/images/fzlc_pop_on.png*/ 102px 14px no-repeat;
        color: #e60012;
        overflow: hidden;
        min-height: 150px;
        max-height: 350px;
    }

        #dates a:hover {
            background: url("../images/fzlc_pop.png")/*tpa=http://www.trausim.com/temp/images/fzlc_pop.png*/ 102px 14px no-repeat;
            color: #e60012;
        }
            /*#dates a i{padding-left: 20px;display: none;}*/
            #dates a:hover span {
                color: #e60012;
            }

        #dates a span {
            float: right;
            width: 620px;
            color: #4b4b4b;
            line-height: 30px;
            margin-top: 12px
        }

    #dates .selected {
        background: url("../images/fzlc_pop.png")/*tpa=http://www.trausim.com/temp/images/fzlc_pop.png*/ 102px 14px no-repeat;
        color: #d83c96;
    }

        #dates .selected span {
            color: #d83c96;
        }

#issues {
    width: 530px;
    height: 662px;
    overflow: hidden;
    float: right;
}

    #issues li {
        width: 530px;
        height: 50px;
        list-style: none;
    }
/*关于我们 end*/

/*培训中心 start*/
.ischerbox {
    overflow: hidden;
}

.ipxzx_list li {
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 30px;
}

.ischer {
    width: 202px;
    height: 38px;
    overflow: hidden;
    float: right;
    margin-bottom: 20px;
}

    .ischer .input_txt {
        float: left;
        background: url("../images/isch.png")/*tpa=http://www.trausim.com/temp/images/isch.png*/ no-repeat;
        width: 150px;
        height: 38px;
        padding: 0 5px;
    }

    .ischer .input_btn {
        float: right;
        background: url("../images/isch_btn.png")/*tpa=http://www.trausim.com/temp/images/isch_btn.png*/ no-repeat;
        width: 42px;
        height: 38px;
        -webkit-appearance: button;
        cursor: pointer;
    }

.i_pxzx_ed {
    padding-top: 30px;
    border-top: 1px solid #dfdfdf;
}

#timelines {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 47px 0;
    margin-top: 50px;
    width: 930px;
    height: 1200px;
    background: url("../images/pxzx_line.png")/*tpa=http://www.trausim.com/temp/images/pxzx_line.png*/ 235px top repeat-y;
}

#dater {
    width: 930px;
    height: 1200px;
    overflow: hidden; /*float: left;*/
    padding-top: 130px;
}

    #dater li {
        width: 930px;
        height: 120px; /*padding-right: 20px;*/
        list-style: none;
        font-size: 14px; /*background: url(../images/pxzx_pop.png) right 10px no-repeat;*/
    }

    #dater a {
        display: block;
        float: left;
        background: url("../images/pxzx_nkn.png")/*tpa=http://www.trausim.com/temp/images/pxzx_nkn.png*/ center left no-repeat;
        width: 245px;
        height: 40px;
        line-height: 40px;
        padding-left: 36px;
    }

    #dater .selected {
    }

    #dater .dater_r {
        float: right;
        width: 639px;
        position: relative;
    }

.dater_r dt, .dater_r dd {
    background: url("../images/pxzx_mk.png")/*tpa=http://www.trausim.com/temp/images/pxzx_mk.png*/ no-repeat;
    width: 638px;
    height: 67px;
    position: relative;
    left: -20px;
    top:-5px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.dater_r span {
    float: right;
    padding-right: 30px;
}

#dater span a {
    color: #e60012;
    background: none;
    display: inline;
    width: auto;
    height: auto;
    line-height: 20px;
}

.dater_r dl h5 {
    font-size: 16px;
    color: #333;
    padding: 8px 0;
}

.dater_r dl p {
    font-size: 13px;
}

#timelines #nexts {
    background: url("../images/pxzx_btm.png")/*tpa=http://www.trausim.com/temp/images/pxzx_btm.png*/ no-repeat;
    width: 20px;
    height: 47px;
    position: absolute;
    bottom: 0;
    left: 226px
}

#timelines #prevs {
    background: url("../images/pxzx_top.png")/*tpa=http://www.trausim.com/temp/images/pxzx_top.png*/ no-repeat;
    width: 20px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 226px
}
/*#issuer{position: relative;left: -20px;width: 735px;height: 1100px;overflow: hidden;float: right;}
#issuer li{list-style: none;position: relative;top:-135px;}
#issuer dd{margin-bottom: 30px;}
#issuer dd div{padding-left: 20px;margin-left: 10px;background: url(../images/pxzx_mk.png) no-repeat;width: 678px;height: 67px;}
#issuer li dt{padding-left: 20px;margin-left: 30px;margin-bottom: 30px;background: url(../images/pxzx_mk.png) no-repeat;width: 678px;height: 67px;}
#issuer li dd{background: url(../images/pxzx_pop.png) left 10px no-repeat;padding-left: 20px;}*/
/*培训中心 end*/

/*news start*/
/*手写news页
/*news end*/
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url("../images/scroll-top-arrow.png")/*tpa=http://www.trausim.com/temp/images/scroll-top-arrow.png*/no-repeat left top;
    z-index: 999;
}

.services-breadcrumb {
    padding: 10px 0;
    background: #f5f5f5;
    text-align: center;
}

    .services-breadcrumb ul li i {
        padding: 0 1.5em;
    }

ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #030408;
    font-size: 0.9em;
    font-weight: 600;
}

    ul.w3_short li a {
        color: #ff0808;
        text-decoration: none;
    }
/*-- banner-bottom --*/
.banner-bottom-1 {
    padding: 5em 0 5em 0;
}

.w3_banner_bottom_grid_pos {
    position: relative;
}

.w3_banner_bottom_grid {
    text-align: center;
    margin-bottom: 4em;
}

    .w3_banner_bottom_grid p {
        font-size: 1.2em;
        color: #555;
        font-weight: 600;
        margin: 1em auto 0;
        width: 85%;
        line-height: 1.9em;
    }

    .w3_banner_bottom_grid h2 {
        font-size: 3em;
        color: #000;
        text-transform: uppercase;
    }

.w3l_banner_bottom_right h3 {
    text-transform: capitalize;
    font-size: 2em;
    color: #212121;
}

    .w3l_banner_bottom_right h3 span {
        text-transform: uppercase;
    }

        .w3l_banner_bottom_right h3 span i {
            font-style: normal;
            display: inline-block;
            padding: .1em .5em;
            border: 2px solid #ebcd1e;
            color: #ebcd1e;
        }

.w3l_banner_bottom_right p {
    margin: 2em 0 0.5em 0;
    color: #666;
    line-height: 2em;
}

.w3l_banner_bottom_right ul li {
    display: block;
    color: #212121;
    padding-top: 1em;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
}

    .w3l_banner_bottom_right ul li i {
        font-size: 2em;
        padding-right: 1em;
        vertical-align: middle;
        color: #ebcd1e;
        width: 60px;
    }

.agileits_banner_bottom_grid_three {
    margin: 3em 0 0;
}

.w3_agileits_para {
    margin: 2em auto 0;
    color: #666;
    line-height: 2em;
    width: 90%;
}

.agileits_w3layouts_heding {
    text-align: center;
    margin-bottom: 4em;
}

    .agileits_w3layouts_heding.three h3 {
        color: #fff;
        font-weight: 300;
        font-size: 2em;
        letter-spacing: 7px;
        width: 70%;
        margin: 0 auto;
        line-height: 1.7em;
    }

    .agileits_w3layouts_heding.two {
        text-align: left;
        margin-bottom: 2em;
    }

        .agileits_w3layouts_heding.two h3 {
            font-size: 2.2em;
            line-height: 1.5em;
            color: #101010;
            font-weight: 300;
        }

    .agileits_w3layouts_heding h3 {
        font-size: 3em;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
        letter-spacing: 2px;
    }

        .agileits_w3layouts_heding h3 span {
            background: #ff0808;
            padding: 0px 26px;
        }

.w3_agileits_mail_left h4 {
    padding: 1em;
    color: #fff;
    background: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1em;
}

.w3_agileits_mail_left {
    text-align: center;
}

    .w3_agileits_mail_left h4 i {
        padding-right: 1em;
        color: #ff0808;
    }

    .w3_agileits_mail_left p.wthree_address {
        padding: 1em;
        color: #212121;
        line-height: 1.8em;
    }

.w3_agileits_mail_left1 {
    padding: 1em;
}

    .w3_agileits_mail_left1 a {
        font-size: 14px;
        color: #212121;
        text-decoration: none;
        display: block;
        line-height: 23px;
    }

p.agileinfo_para {
    line-height: 23px;
}

.w3_agileits_mail_left1 a:hover {
    color: #ebcd1e;
}

.contact {
    background: url("../../basic/images/banner4.jpg")/*tpa=http://www.trausim.com/basic/images/banner4.jpg*/ no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    padding: 6em 0;
}

.w3_head {
    color: #fff !important;
}

.w3layouts_contact_grid {
    margin: 3em auto 0;
    width: 90%;
    text-align: center;
}

    .w3layouts_contact_grid p {
        color: #fff;
        line-height: 2em;
    }

    .w3layouts_contact_grid form {
        margin: 3em 0;
    }

    .w3layouts_contact_grid input[type="text"], .w3layouts_contact_grid input[type="email"], .w3layouts_contact_grid textarea {
        outline: none;
        border: 1px solid #fff;
        padding: 15px;
        font-size: 14px;
        color: #fff;
        width: 100%;
        background: none;
        letter-spacing: 1px;
    }

    .w3layouts_contact_grid input[type="email"] {
        border-top: none;
        border-bottom: none;
    }

    .w3layouts_contact_grid textarea {
        border-left: none;
        min-height: 154px;
        display: block;
    }

    .w3layouts_contact_grid input[type="submit"] {
        outline: none;
        border: 1px solid #000000;
        padding: 12px;
        font-size: 1.3em;
        color: #ebcd1e;
        width: 100%;
        background: #000;
        border-top: none !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 10px;
    }

        .w3layouts_contact_grid input[type="submit"]:hover {
            border: 1px solid #ebcd1e;
            background: #ebcd1e;
            color: #212121;
        }

    .w3layouts_contact_grid ::-webkit-input-placeholder {
        color: #fff !important;
    }

    .w3layouts_contact_grid ::-moz-placeholder { /* Firefox 18- */
        color: #fff !important;
    }

    .w3layouts_contact_grid ::-moz-placeholder { /* Firefox 19+ */
        color: #fff !important;
    }

    .w3layouts_contact_grid :-ms-input-placeholder {
        color: #fff !important;
    }

.w3_agileits_contact_grid_left, .w3_agileits_contact_grid_right {
    padding: 0;
}

.agileits_footer_nav ul li a {
    color: #fff;
    text-decoration: none;
}

.w3ls_footer_nav_bottom_left {
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    padding: 0;
}

    .w3ls_footer_nav_bottom_left:nth-child(3) {
        border-right: 1px solid #fff;
    }

    .w3ls_footer_nav_bottom_left h4 i, .w3ls_footer_nav_bottom_left p {
        padding: 1em;
        text-align: center;
        font-size: 1em;
    }

    .w3ls_footer_nav_bottom_left h4 i {
        color: #ff0808;
        display: block;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

    .w3ls_footer_nav_bottom_left p {
        color: #fff;
        font-weight: 600;
    }

        .w3ls_footer_nav_bottom_left p a {
            color: #fff;
            text-decoration: none;
        }

            .w3ls_footer_nav_bottom_left p a:hover, .agileits_footer_nav ul li a:hover {
                color: #ebcd1e;
            }

ul.w3_short {
    text-align: left;
}

.agile_inner_breadcrumb {
    padding: 0 4em;
}

#map {
    width: 100%;
    min-height: 400px;
    border: none;
}

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
 .pcmenu {
    float: left;
}

    .pcmenu .pcmenu_xun {
        float: left;
        position: relative;
        text-align: center;
        width: 120px;
    }

        .pcmenu div:hover,.lan {
            background-color: rgb(181, 4, 18);
        }
    .pcmenu .pcmenu_xun .pcmenu_a {
    
        text-align: center;
        line-height: 44px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        height: 44px;
    }

         .pcmenu .pcmenu_xun .pcmenu_drop {
            display: none;
            position: absolute;
            left: 0;
            width: 100%;
            z-index: 9999;
        }

             .pcmenu .pcmenu_xun .pcmenu_drop a {
                display: inline-block;
                width: 100%;
                background: rgba(230,0,18,0.8);
                color: #FFFFFF;
                text-align: center;
                font-size: 14px;
                float: left;
                height: 41px;
                line-height: 40px;
                border-top: rgba(255,255,255,0.35) solid 1px;
            }

                 .pcmenu .pcmenu_xun .pcmenu_drop a:nth-child(1) {
                    border-top: none;
                }


    .pcmenu .pcmenu_xun .pcmenu_drop1 {
        display: none;
        position: absolute;
        left:-25%;
        width: 150%;
        z-index: 9999;
    }

        .pcmenu .pcmenu_xun .pcmenu_drop1 a {
            display: inline-block;
            width: 100%;
            background: rgba(230,0,18,0.8);
            color: #FFFFFF;
            text-align: center;
            font-size: 14px;
            float: left;
            height: 41px;
            line-height: 40px;
            border-top: rgba(255,255,255,0.35) solid 1px;
        }

            .pcmenu .pcmenu_xun .pcmenu_drop1 a:nth-child(1) {
                border-top: none;
            }



 .pcsearch {
    float: right;
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 23px;
    margin-top: 30px;
}

     .pcsearch .top_search {
        width: 36px;
        display: inline-block;
        height: 36px;
        border-radius: 36px;
        overflow: hidden;
        border: #c1c1c1 solid 1px;
        position: absolute;
        right: 0;
        top: 0;
        transition: all ease-out 0.6s;
    }

         .pcsearch .top_search input[type="text"] {
            transition: all ease-out 0.6s;
            width: 0px;
            height: 34px;
            padding: 0 0px;
            float: left;
        }

         .pcsearch .top_search input[type="submit"] {
            cursor: pointer;
            width: 36px;
            height: 34px;
            background: url("../images/bg2.png")/*tpa=http://www.trausim.com/temp/images/bg2.png*/ no-repeat 50%;
            border-radius: 36px;
            float: right;
        }
