.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}

.p12-aboutinfo-1-tit {
    height: 114px;
    line-height: 114px;
    font-size: 30px;
    text-align: center;
    color: #4b4a4a;
}

.p12-aboutinfo-1-tit span {
    font-size: 22px;
    color: #aaa;
}

.p12-aboutinfo-1-nr {
    padding: 0 20px 20px;
}

input,
textarea {
    border: 2 none;
    box-shadow: none;
    outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    font: 14px/22px "Microsoft YaHei";
    color: #666;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
    margin: 0px;
}

/* 重置列表元素 */
ul,
ol,
li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
}

/*英文换行*/
/* a:hover {
    text-decoration: none;
    color: #20489d;
} */

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}


/*设置浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}


/*清除浮动*/
.clear {
    clear: both;
    height: 0;
}

.blk-main .clearlist,
.blk-main .listclear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none;
}

.b-main .clearlist,
.b-main .listclear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none;
}

.clearafter:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


/*全局背景色1*/
.body-color {
    background: #ffffff;
}

/*数据更新中的样式*/
.nodata {
    background: url("../images/nodata.png") no-repeat 58px 20px #fff;
    margin: 10px 0;
    padding: 80px 0 80px 220px;
    border: 1px solid #eee;
    text-transform: capitalize;
}


/*详情内容*/
.endit-content {
    line-height: 28px;
}

.endit-content p {
    margin: 15px 0;
}

.endit-content p {
    font-family: "Microsoft YaHei" !important;
}

.endit-content p span {
    font-family: "Microsoft YaHei" !important;
}

.endit-content img {
    max-width: 100%;
}

/*百度地图图片*/
.endit-content #map img,
.endit-content #dituContent img,
.endit-content #platform img {
    max-width: inherit;
}

.endit-content em,
.endit-content i {
    font-style: italic;
}

.endit-content .img-p {
    text-indent: 0px;
    padding-top: 14px;
    margin: 0px;
    text-align: center;
}

.endit-content .img-block {
    text-indent: 0px;
    padding-top: 14px;
    margin: 0px;
    text-align: center;
}

/*详情关键字飘红加粗*/
.endit-content a {
    color: #f00;
    font-weight: bold;
}

/*表单弹框*/
.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.modal-dialog {
    position: fixed;
    color: #000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%;
}

.modal-dialog .css-icon {
    background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left;
}

.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px;
}

.modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
    width: 140px;
    float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
    width: 64px;
    height: 64px;
    margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
    width: 260px;
    float: right;
    padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #000;
    text-align: center;
    width: 90px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
    line-height: 30px;
}

/*翻页*/

.p12-pagination-1-main {
    margin: 0 auto;
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination {
    display: inline-block;
}

.p12-pagination li {
    display: inline;
}

.p12-pagination a,
.p12-pagination span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination span {
    border: 1px solid #fff;
}

.p12-pagination .active span {
    background: #20489d;
    color: #fff;
}

/*联系我们*/
.temp_ec_01dz {
    height: 405px;
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
    margin: 26px 0 42px 0;
}

.temp_ec_01dz dl {
    padding: 28px 37px 0 54px;
}

.temp_ec_01dz dt {
    height: 59px;
    border-bottom: 1px solid #dbdbdb;
    font: 24px "Microsoft Yahei";
    line-height: 59px;
    overflow: hidden;
}

.temp_ec_01dz dt a {
    color: #333132;
}

.temp_ec_01dz dd {
    height: 70px;
    border-bottom: 1px dashed #b1b1b1;
    font: 16px "Microsoft Yahei";
    color: #555;
    padding-top: 14px;
    line-height: 70px;
    overflow: hidden;
    background: url(../images/4871905b594d4eaea40d3453c8839b4b_88.png) no-repeat left 21px;
    padding-left: 62px;
}

.temp_ec_01dz dd.temp_ec_01dd03 {
    background: url(../images/4871905b594d4eaea40d3453c8839b4b_90.png) no-repeat left 21px;
}

.temp_ec_01dz dd.temp_ec_01dd04 {
    background: url(../images/4871905b594d4eaea40d3453c8839b4b_87.png) no-repeat left 21px;
}

.temp_ec_01dz dd em {
    padding: 0 12px;
}

.temp_ec_01dz dd i {
    padding: 0 20px;
}

.temp_ec_01dz dd span {
    font-weight: bold;
    color: #2ea5a9;
}

.form-horizontal .inputs,
.form-horizontal li select {
    width: 50%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
}

.form-horizontal textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.form-horizontal .p4-order-form-1-t3 {
    padding-left: 120px;
}

.form-horizontal .p4-order-form-1-t3 {
    padding-left: 120px;
}

.form-horizontal .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
}

.form-horizontal .p4-order-form-1-b1 {
    background: #20489d;
}

.form-horizontal .p4-order-form-1-b2 {
    background: #20489d;
}

.form-horizontal li p {
    padding-left: 130px;
    color: #999;
    font-size: 12px;
}

.form-horizontal li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.form-horizontal li span {
    font-weight: bold;
    color: #666;
}

.form-horizontal li b {
    color: #f00;
}

.form-horizontal li .row-hd {
    color: #666;
}

.form-horizontal li p {
    clear: both;
}

.form-horizontal label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

/*荣誉证书*/
.k12-gl-gslb-3nf1-1-01-left dl {
    float: left;
    margin: 2%;
    width: 20%;
}

.k12-gl-gslb-3nf1-1-01-left dt {
    background: #fff;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
    display: block;
    width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k12-gl-gslb-3nf1-1-01-left dd a {
    color: #4b4a4a;
}

.service .title {
    background: url(../images/service_2.png) no-repeat;
    height: 220px;
    padding: 45px 20px 0px 260px;
    margin-right: 20px;
}

.service .title p {
    padding: 20px 0;
    font: 22px "Microsoft YaHei";
}

.service .content {
    width: 100%;
    background: url(../images/indus/2d4942bb1a6349919e516831cdfaceba_388.jpg) no-repeat 0 0;
    margin-top: 20px;
}

.service .content p {
    font: 16px "Microsoft YaHei";
    height: 40px;
}

/*企业文化*/
.tl {
    font: 14px/1.8 "微软雅黑", "//5b8b//4f53", Arial, sans-serif;
}

.tl .on {
    width: 21%;
    padding: 8px 20px 0;
    background: #eeeeee;
    border-radius: 8px;
    margin-left: 3.5%;
    float: left;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tl h3 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
    font-weight: normal
}

.tl p img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.tl .on:hover,
.tl .on:hover h3 {
    background: #20489d;
    color: #fff;
    border-bottom-color: #fff
}

.tl .on:hover h3 {
    border-bottom-color: #fff
}

/*站点地图*/
.p12-sitemap-1-tit {
    height: 46px;
    font-size: 26px;
    line-height: 46px;
    color: #fff;
    clear: both;
}

.p12-sitemap-1-tit p {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    background: #20489d;
}

.p12-sitemap-1-tit a {
    color: #fff;
}

.p12-sitemap-1 ul {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px;
}

.p12-sitemap-1 li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    width: 20%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 1px;
}


@media (max-width: 640px) {
    .tl .on {
        width: 100%;
        margin-left: 0;
    }
}