.jz-banner {
    height: 550px;
}
.jz-banner .jz-logo{
	margin-top: 50px;
}
.section-title {
    position: relative;
    margin-top: 80px;
    text-align: center;
    height: 56px;
    line-height: 56px;
}

.section-title:after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 4px;
    background-color: #1079fb;
    border-radius: 2px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -22px;
}

.section-title .title {
    font-weight: bold;
    color: #0a1633;
    font-size: 32px;
}

.section-title .titles {
    width: 100%;
    position: absolute;
    font-weight: bold;
    font-size: 72px;
    color: #1079fb;
    text-align: center;
    opacity: 0.06;
    top: 0;
}

.introduce-box {
    margin-top: 35px;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 108px;

}

.introduce-box i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 31px;
    background: url(../image/quotes.png) no-repeat center;
}

.introduce-box i:nth-child(2) {
    left: 1160px;
    top: 77px;
    transform: rotate(180deg);

}

.introduce-box p {
    width: 1064px;
    margin: 19px auto 0;
    font-size: 18px;
    line-height: 30px;
    color: #0a1633;
}

.introduce-ul {
    width: 1250px;
    margin-top: 42px;

}

.introduce-ul li {
    width: 240px;
    height: 176px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ebeef5;
    padding: 16px 24px;
    display: inline-block;
    margin-right: 16px;
    border: solid 1px #ebeef5;
    cursor: pointer;
    vertical-align:top

}

.introduce-ul li img {
    margin-left: -4px;
}

.introduce-ul li .title {
    font-size: 20px;
    color: #0a1633;
    line-height: 1;
}

.introduce-ul li .titles {
    color: #787a80;
    font-size: 14px;
    line-height: 22px;
    margin-top: 25px;
}

.introduce-ul li:hover {
    box-shadow: 0px 10px 16px 0px rgba(87, 127, 247, 0.2);
}

.judicial-box {
    width: 1024px;
    margin: 60px auto 0;
    overflow: hidden;
}

.judicial-box-list {
    width: 448px;
    margin-right: 128px;
    text-align: center;
    float: left;
}

.judicial-box-list:last-child {
    margin-right: 0;
}

.judicial-box-list p {
    font-size: 18px;
    width: 350px;
    margin: 38px auto 0;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #0a1633;
    text-align: left;
}

.major-box {
    margin-top: 70px;
    width: 100%;
    height: 360px;
    position: relative;
    background: url(../image/major_bg.jpg) no-repeat right;
}

.major-box-ul {
    width: 540px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 70px;
    padding: 40px 0;
    background-color: #f6faff
}

.major-box-ul li {
    color: #0a1633;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 25px;
    margin-left: 50px;

}

.major-box-ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1079fb;
    position: relative;
    top: -2px;
    left: -10px;
}

.use-ul {
    margin-top: 68px;
    width: 1280px;
	margin-bottom: 100px;
}

.use-ul li {
    width: 190px;
    padding: 0 18px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #e1e6f0;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    height: 175px;
    /*cursor: pointer;*/

}

.use-ul li .title {
    width: 104px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg,
        #4497fe 0%,
        #1079fb 100%);
    background-color:#2f8afd;
    box-shadow: 0px 4px 3px 0px rgba(74, 154, 252, 0.25);
    border-radius: 0px 4px 4px 0px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 18px;
    color: #fff;
    font-size: 18px;
}

.use-ul li .titles {
    margin-top: 84px;
    font-size: 14px;

    line-height: 24px;

    color: #787a80;
}

.use-ul li:hover {

    box-shadow: 0px 8px 12px 0px rgba(87, 127, 247, 0.2);
}

.footer {
    width: 100%;
    padding-top: 30px;
    height: 130px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    margin-top: 97px;
}

.footer-content {
    width: 1200px;
    margin: 0 auto;
}

.content-left {
    width: 413px;
    float: left;


}



.content-box {
    width: 1300px;
    overflow: hidden;
}

.content-box ul li {
    margin-right: 28px;
    margin-top: 23px;
    float: left;
    	font-size: 16px;
}

.content-box p {
    font-weight: bold;

}

.content-right {
    width: 830px;
    float: left;
}

.copyRight {
    font-size: 14px;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 36px;
    text-align: center;
}

.choose-title {
    margin-top: 128px
}