input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #CFCFCF;
    font-size: 12px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #CFCFCF;
    font-size: 12px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #CFCFCF;
    font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #CFCFCF;
    font-size: 12px;
}

.mod-header {
    background: white;
    width: 100%;
    font: 12px/50px "Microsoft Yahei";
}

.mod-header-t {
    width: 100%;
    height: 50px;
    color: #636363;
    background: #f9f9f9;
}

.mod-header-t__box {
    width: 1200px;
    margin: 0 auto;
}

.mod-header-t__left {
    float: left;
    width: 50%;
}

.mod-header-t__right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: right;
}

.mod-header-t__right span {
    padding-left: 10px;
}

.mod-header-b {
    width: 1200px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    font-size: 14px;
    color: #183150;
}

.mod-header-b__logo {
    width: 30%;
    float: left;
}

.mod-header-b__menu {
    width: 70%;
    float: right;
    text-align: right;
}

.mod-header-b__menu li {
    display: inline-block;
    padding: 0 15px;
}

.mod-header-b__menu li a {
    color: #183150;
}

.mod-header-b__li--active a {
    color: #074693 !important;
    font-weight: bold;
}

.mod-banner {
    width: 100%;
    font-family: Microsoft Yahei;
}

.mod-banner div {
    width: 100%;
    height: 200px;
    background: url("../../ktbase/images/kt-second-banner.png") center center no-repeat;
}

.mod-footer {
    width: 100%;
    background: #074693;
    color: white;
}

.mod-footer-ul {
    width: 1200px;
    margin: 60px auto;
}

.mod-footer-ul__li {
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 85px;
    float: left;
}

.mod-footer-ul__li dt {
    border-bottom: 1px solid rgba(253, 253, 253, 0.3);
    margin-bottom: 15px;
}

.mod-footer-ul__li dt h3 {
    font-size: 14px;
    line-height: 30px;
    width: 60px;
    border-bottom: 2px solid white;
}

.mod-footer-ul__li dd {
    line-height: 25px;
}

.mod-footer-ul__li dd a {
    color: white;
}

.mod-footer-ul__lastLi {
    width: 18%;
    padding-right: 0;
}

.mod-footer-ul__lastLi dd {
    width: 33%;
    float: left;
    text-align: center;
}

.mod-footer-bottom {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #033C82;
}