@charset "utf-8";
.tit {
    margin-top: 32px;
    width: 100%;
    height: auto;
    display: table;
}

.nav-search {
    height: 112px;
    background-color: #f5f4ef;
}

.tit h1 {
    width: 100%;
    font-size: 42px;
    color: white;
    text-align: center;
}

.search {
    /* margin-top: 45px;*/
    width: 340px;
    height: 35px;
    display: table;
    float: right;
}

#seachVal {
    padding-left: 5px;
    width: 230px;
    float: left;
    height: 33px;
    border: 1px solid #d2d2d2;
    border-right: none;
}

#btn {
    float: left;
    width: 103px;
    height: 35px;
    color: white;
    background-color: #1e5b80;
    border: none;
    cursor: pointer;
}

#main {
    padding-bottom: 32px;
    width: 100%;
    background-color: #f5f4ef;
    height: auto;
    display: table;
}

.main-content {
    border-radius: 12px;
    box-shadow: 0 5px 17px #38739b;
}

.content-left {
    float: left;
    width: 435px;
    height: 563px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url("../img/left1.png") center no-repeat;
    background-size: 100% 100%;
}

.content-left p {
    width: 80%;
    margin: 65px auto auto auto;
    color: white;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    text-indent: 2em;
}

.content-right {
    float: left;
    width: 765px;
    height: 563px;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content-top {
    width: 100%;
    height: auto;
    display: table;
}

.content-top ul {
    display: table;
    margin-top: 40px;
    margin-left: 50px;
}

.content-top ul li {
    float: left;
    width: 320px;
    /*width: 210px;*/
    margin-left: 30px;
}

.content-top ul li:nth-child(1) {
    margin-left: 0;
}

.content-top ul li img {
    width: 126px;
    height: 126px;
    display: block;
    margin: 0 auto;
}

.content-top ul li h2 {
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    color: #000000;
}

.content-top ul li p {
    text-align: center;
    line-height: 20px;
    color: #666666;
}

.content-bottom {
    position: relative;
    height: 255px;
    width: 100%;
    background-color: #1f8db7;
    display: table;
    margin-top: 47px;
    border-bottom-right-radius: 10px;
}

.content-bottom h2 {
    font-size: 23px;
    text-align: center;
    color: white;
    display: table;
    margin: 25px auto;
}

.content-bottom ul {
    margin: 0 auto;
    width: 565px;
    height: auto;
    display: table;
}

.content-bottom ul li {
    display: table;
    width: 100%;
    height: 25px;
}

.content-bottom ul li a {
    display: block;
    float: left;
    line-height: 25px;
    color: white;
    font-size: 13px;
}

.content-bottom ul li p {
    display: table;
    float: right;
    color: white;
    font-size: 13px;
    line-height: 25px;
}

.more {
    position: absolute;
    bottom: 23px;
    right: 34px;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: white;
}

/* 飘窗 */
#roll {
    width: 400px;
    position: fixed;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    text-indent: 2em;
    border-radius: 10px;
    z-index: 99;
    display: none;
    padding: 20px 30px 30px 30px;
    line-height: 23px;
    /* background-color: #136b8c; */
    background-image: linear-gradient(to right, #136b8c, #1f8db7, #1c88b1);

}

#roll h1 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#roll div {
    margin-top: 20px;
}

#roll div span, #roll div a,
#roll div {
    color: #ffffff;
    font-size: 16px !important;
}

#roll img {
    height: 13px;
    width: 13px;
    float: right;
    margin-right: 5px;
}


.con {
    width: 100%;
    height: auto;
    display: table;
}

.con > p {
    margin: 20px 0;
    line-height: 25px;
    text-indent: 2em;
    font-size: 20px;
}

.con > p a {
    font-size: 20px;
    color: #2a97c1;
    font-weight: bold;
}

.con > p span {
    font-size: 20px;
}

.btnTx {
    margin-top: 10px;
    float: right;
    margin-right: 20px;
    width: 155px;
    height: 90px;
    display: table;
    cursor: pointer;
}
.chayins {
    margin-top: 45px;
    margin-bottom: 45px;
    float: left;
    width: 345px;
    height: 129px;
    display: table;
    background: url("../img/weituobtn.png") center no-repeat;
}

.chayin-btnTx {
    margin-top: 28px;
    float: right;
    margin-right: 25px;
    width: 165px;
    height: 90px;
    display: table;
    cursor: pointer;
}

.p3 strong {
    font-size: 21px;
    font-weight: bold;
    color: #1e5b80;
}

.p4 {
    margin-top: 5px;
    font-size: 12px;
    color: #1e5b80;
}

.chayin-btnTx div {
    margin-top: 10px;
    line-height: 25px;
    color: white;
    text-align: center;
    background-color: #5fbadf;
    border-radius: 4px;
}

.weituodan {
    margin-left: 1px;
    margin-top: 20px;
    /* background:url("../img/weituodan.png") right no-repeat ;*/
}










































































