@charset "utf-8";

/* 背景图 */



.back div {
    padding-bottom: 130px;
}


/* 内容区 */

.con {
    width: 100%;
    background: #fff;
    padding: 0 0 80px;
}

.con div.title {
    width: 100%;
    margin: 100px 0;
}

.con div.title p {
    color: #115e6e;
    font-size: 30px;
    text-shadow: 0px 0px 5px #333333;
    line-height: 40px;
}

.con .parhd {
    width: 430px;
}

.con .parhd h2 {
    width: 90%;
    height: 80px;
    background: #115e6e;
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 80px;
    font-weight: normal;
    padding: 0 5%;
}

.con .parhd ul {
    width: 80%-2px;
    border: 1px solid #115e6e;
}

.con .parhd ul li a {
    height: 50px;
    display: block;
    color: #115e6e;
    font-size: 20px;
    line-height: 50px;
}
.con .parhd ul li{
    padding:0 10%;
}
.con .parhd ul li.on {
    color: #ffffff;
    background: #f6fbff;
    border-left: 5px solid #f3ac03;
}
.con .parhd ul li.on a{
    color: #115e6e;
}

.con .parbd {
    width: 900px;
    padding: 0 35px;
}
.con .parbd ul{
    min-height:300px;
    padding-left: 40px;
}
.con .parbd ul li a{
    width: 760px;
    display: block;
    font-size: 18px;
    color: #115e6e;
    /* text-indent: 40px; */
    line-height: 40px;
}
.con .parbd ul li a:hover{
    color:#04c6fc;
}
.con .parbd ul li span{
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 40px;
    color: #115e6e;
    text-align: right;
}
.con .parbd h2{
    width:100%;
    font-size:30px;
    line-height:40px;
    margin-bottom:30px;
    text-align:center;
    color:#115e6e;
}
.con .parbd h3{
    width:100%;
    font-size:30px;
    line-height:40px;
    margin-bottom:30px;
    text-align: left;
    color:#115e6e;
    padding-left: 40px;
}
.con .parbd  p {
    color: #115e6e;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break:normal;
}
.con .parbd  p  img{
    margin: 30px auto 10px;
}