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;
}

a {
    cursor: pointer !important;
}

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

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

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

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

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

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

.mod-cgheader-bbox {
    width: 1200px;
    margin: 0 auto;
}

.mod-cgheader-b {
    width: 100%;
    height: 121px;
    line-height: 121px;
    background: white;
    margin: 0 auto;
    font-size: 14px;
    color: #183150;
    margin-bottom: 16px;
}

.mod-cgheader-b__logo {
    width: 220px;
    text-align: center;
    float: left;
}

.mod-cgheader-b__r {
    width: 70%;
    float: left;
}

.mod-cgheader-b__search {
    position: relative;
    width: 460px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-top: 33px;
    padding-left: 100px;
    font-size: 0px;
}

.mod-cgheader-b__search select {
    width: 80px;
    height: 29px;
    position: absolute;
    left: 104px;
    top: 1px;
}

.mod-cgheader-b__search input {
    width: 412px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0px 10px 0 104px;
    border: 1px solid #044693;
}

.mod-cgheader-b__search i {
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 0;
    width: 48px;
    height: 32.5px;
    line-height: 32px;
    background: #044693;
    text-align: center;
    display: block;
    border: 1px solid #044693;
    box-sizing: border-box;
    cursor: pointer;
}

.mod-cgheader-b__menu {
    line-height: 32px;
    float: left;
    text-align: left;
    padding: 20px 0 0 0px;
}

.mod-cgheader-b__menu li {
    display: inline-block;
    margin: 0 42.5px;
    cursor: pointer;
}

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

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

.mod-logReg-header {
    width: 100%;
    height: 90px;
    background: white;
    box-shadow: 1px 3px 3px #f4f7ff;
}

.mod-logReg-header-main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.mod-cgheader-xs {
    width: 100%;
    font: 12px/50px "Microsoft Yahei";
}

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

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

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

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

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

.mod-cgheader-xs-bbox {
    width: 1200px;
    margin: 0 auto;
}

.mod-cgheader-xs-b {
    width: 100%;
    height: 121px;
    line-height: 121px;
    background: white;
    margin: 0 auto;
    font-size: 14px;
    color: #183150;
    margin-bottom: 16px;
}

.mod-cgheader-xs-b__logo {
    width: 220px;
    text-align: center;
    float: left;
}

.mod-cgheader-xs-b__r {
    width: 70%;
    float: left;
}

.mod-cgheader-xs-b__search {
    position: relative;
    width: 460px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-top: 33px;
    padding-left: 100px;
    font-size: 0px;
}

.mod-cgheader-xs-b__search select {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 104px;
    top: 1px;
}

.mod-cgheader-xs-b__search input {
    width: 412px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0px 10px 0 10px;
    border: 1px solid #044693;
}

.mod-cgheader-xs-b__search i {
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 0;
    width: 48px;
    height: 32.5px;
    line-height: 32px;
    background: #044693;
    text-align: center;
    display: block;
    border: 1px solid #044693;
    box-sizing: border-box;
    cursor: pointer;
}

.mod-cgheader-xs-b__menu {
    line-height: 32px;
    float: left;
    text-align: left;
    padding: 20px 0 0 0px;
    min-width: 500px;
}

.mod-cgheader-xs-b__menu li {
    display: inline-block;
    margin: 0 42.5px;
    cursor: pointer;
}

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

.mod-cgheader-xs-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: #ccc;
}

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

.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;
}

.mod-logReg-footer {
    box-shadow: 0px -3px 1px 0px #f4f7ff;
}

.mod-logReg-footer__ul {
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
}

.mod-logReg-footer__ul li {
    display: inline-block;
    padding: 0 25px;
}

.mod-logReg-footer__p {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}