@charset "utf-8";
/****reset style*****/

.tab-ul {
    border: 2px solid #ececec;
    width: 522px;
    border-radius: 100px;
    height: 70px;
}
.tab-ul li {
    float: left;
    cursor: pointer;
}

.tab-ul li a {
    font-size: 30px;
    font-weight: normal!important;
    letter-spacing: -2px;
    padding: 0 48px;
    display: block;
    height: 70px;
    line-height: 68px;
    border-radius: 70px;
    /* border: 2px solid #ececec; */
    color: #3364a8;
}

.tab-ul li.current a {
    background: #3364a8;
    color: #fff;
    height: 80px;
    margin-top: -5px;
    line-height: 78px;
}

.tab-ul .li1 {
    position: relative;
    z-index: 1;
}
.tab-ul .li2 {
    margin-left: -18px;
}

.tab-ul .li2 a {
    /* padding-right: 34px; */
}

.p-cont-box p {
    font-size: 26px;
    color: #444444;
    text-indent: 2em;
    line-height: 50px;
    margin-bottom: 5px;
}

.p-title h3 {
    font-size: 30px;
    color: #3364a8;
    text-align: center;
}

.p-title {
    padding: 50px 0;
}

.p-cont-box p b {
    color: #3364a8;
    font-size: 30px;
}
.p-cont-box p em {
    color: #3364a8;
    font-size: 30px;
}
.abt-box-tab {
    margin-bottom: 40px;
}

.retop {
    text-align: right;
    padding-right: 50px;
    margin-top: 100px;
}

.foot{
    margin-top: 240px;
}

.s-title span {
    font-size: 24px;
    display: block;
    color: #aeb0b1;
    margin-top: 50px;
}

.p-cont-box .pic img {
    width: 88%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.s-tab {
    text-align: left;
    margin-bottom: 32px;
}

.s-tab li {
    display: inline-block;
    cursor: pointer;
    font-size: 30px;
    /**color: #bbbaba;*/
    margin: 0 20px;
    position: relative;
    line-height: 50px;
}

.s-tab li.current {
    border-bottom: 3px solid #3f5f90;
    color: #3f5f90;
}

.rule-box {
    /**background: url(../images/bodybg-t.png) top right no-repeat;*/
    min-height: 650px;
}

body{
    background: url("../images/bodybg-b.png") bottom center no-repeat;
    /**background-size: cover;*/
}

.body-bg2{
    background: url("../images/case-bodybg.png") bottom 106px center no-repeat;
    background-size: cover;
}

.rule-box2{
    background: none;
}

.s-title2 h2 {
    padding-bottom: 30px;
}

.s-title2 h4 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
	padding: 40px 0 0 0;
	letter-spacing: 3px;
}
.s-tab ul {
    font-size: 30px;
    color: #3f5f90;
}
