.index_box {
    background: url(index_box.png) no-repeat center 593px;
    background-color: #e8f2fe;
}

.container_xin {
    width: 1200px;
    margin: auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.header {
    height: 593px;
    background: url(header.png) no-repeat center;
    box-sizing: border-box;
    padding-top: 30px;
}

.header .l {
    width: 342px;
    height: 64px;
}

.header .l a {
    width: 100%;
    height: 100%;
    display: block;
}

.header .l a img {
    width: 100%;
    height: 100%;
}

.header .r a.wza {
    display: block;
    float: left;
    font-size: 18px;
    color: #ffffff;
    line-height: 37px;
    margin-right: 30px;
    background: url(wza.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 25px;
}

.header .r a.fh {
    width: 130px;
    height: 37px;
    display: block;
    float: left;
    font-size: 16px;
    color: #0555ac;
    line-height: 37px;
    background: url(fh.png) no-repeat center;
    box-sizing: border-box;
    padding-left: 48px;
}

.yinyan {
    width: 1283px;
    height: 320px;
    margin-top: -159px;
    background: url(yinyan.png) no-repeat 15px center;
    box-sizing: border-box;
    padding: 90px 118px 61px 83px;
    font-size: 20px;
    color: #0555ac;
    line-height: 40px;
    text-align: justify;
    text-indent: 2em;
}

.oneBox {
    margin-top: 24px;
}

.oneBox .hd {
    height: 81px;
    background: url(oneBox_hd.png) no-repeat center;
}

.oneBox .hd a {
    display: block;
    width: 275px;
    height: 45px;
    margin: auto;
}

.oneBox .bd {
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 0 0 10px #cedae8;
    margin-top: 13px;
}

.oneBox .bd .inHd {
    width: 100%;
    float: left;
}

.oneBox .bd .inHd ul li {
    float: left;
    width: 200px;
    height: 90px;
    background-color: #fbfdff;
    box-sizing: border-box;
    border: 1px solid #d8e9fd;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.oneBox .bd .inHd ul li:nth-child(5n) {
    margin-right: 0;
}

.oneBox .bd .inHd ul li.on {
    background: url(oneBox_inHd_li.png) no-repeat center;
    border: 0;
    background-color: unset;
}

.oneBox .bd .inHd ul li a {
    display: block;
    line-height: 88px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.oneBox .bd .inHd ul li.on a {
    line-height: 90px;
    color: #ffffff;
}

.oneBox .bd .inBd {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.oneBox .bd .inBd .item h2 {
    font-size: 24px;
    color: #333333;
    line-height: 26px;
    background: url(oneBox_inBd_h2.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 21px;
}

.oneBox .bd .inBd .item h2 span {
    color: #0555ac;
}

.oneBox .bd .inBd .item .form {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.oneBox .bd .inBd .item .form input {
    outline: none;
    width: 200px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #d8e9fd;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    float: left;
}

.oneBox .bd .inBd .item .form input::placeholder {
    color: #999999;
}

.oneBox .bd .inBd .item .form input.name {
    margin-right: 40px;
}

.oneBox .bd .inBd .item .form input.yzminp {
    margin-left: 40px;
    width: 200px;
}

.oneBox .bd .inBd .item img {
    vertical-align: middle;
    height: 42px;
    margin-left: 25px;
    display: inline-block;
}

.oneBox .bd .inBd .item a.another {
    margin-left: 20px;
}

.oneBox .bd .inBd .item .form .content {
    width: 100%;
    margin-top: 20px;
    float: left;
    position: relative;
}

.oneBox .bd .inBd .item .form .content textarea {
    outline: none;
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    border: 1px solid #d8e9fd;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    color: #333333;
    float: left;
    font-family: "微软雅黑";
    line-height: 32px;
}

.oneBox .bd .inBd .item .form .content textarea::placeholder {
    color: #999999;
}

.oneBox .bd .inBd .item .form .content .counter {
    font-size: 16px;
    color: #999999;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.oneBox .bd .inBd .item .form .tijiao {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    float: left;
}

.oneBox .bd .inBd .item .form .tijiao a {
    border: 0;
    outline: none;
    width: 300px;
    display: table;
    margin: auto;
    height: 60px;
    border-radius: 50px;
    background-color: #0555ac;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.twoBox {
    margin-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.twoBox .hd {
    height: 81px;
    background: url(twoBox_hd.png) no-repeat center;
}

.twoBox .hd a {
    display: block;
    width: 180px;
    height: 45px;
    margin: auto;
}

.twoBox .bd {
    margin-top: 4px;
    height: 782px;
    overflow: hidden;
}

.twoBox .bd .inBd ul li {
    float: left;
    width: 585px;
    height: 231px;
    background: url(twoBox_inBd_li.png) no-repeat center;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-right: 30px;
    position: relative;
}

.twoBox .bd .inBd ul li:nth-child(2n) {
    margin-right: 0;
}

.twoBox .bd .inBd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.twoBox .bd .inBd ul li .date {
    position: absolute;
    width: 77px;
    height: 68px;
    left: 30px;
    top: 0;
    box-sizing: border-box;
    padding-top: 8px;
}

.twoBox .bd .inBd ul li .date i {
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.twoBox .bd .inBd ul li .date em {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-top: 2px;
}

.twoBox .bd .inBd ul li h2 {
    font-size: 20px;
    color: #0555ac;
    position: absolute;
    left: 127px;
    top: 36px;
}

.twoBox .bd .inBd ul li span {
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    position: absolute;
    top: 80px;
    left: 30px;
}

.twoBox .bd .inHd {
    display: table;
    margin: auto;
}

.twoBox .bd .inHd ul li {
    width: 14px;
    height: 14px;
    background-color: #0555ac;
    border-radius: 30px;
    margin-right: 10px;
    float: left;
}

.twoBox .bd .inHd ul li:last-child {
    margin-right: 0;
}

.twoBox .bd .inHd ul li.on {
    width: 30px;
}

#type_id {
    display: none;
}