@charset "UTF-8";

.bannerwrap {
    position: relative;
    width: 100%;
    height: 540px;
    margin-top: 80px;
}

.slideritem {
    width: 100%;
    height: 100%;
    position: relative;
}

.slideritem li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.slideritem li .liinner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.slidernum {
    height: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.slidernum li {
    display: inline-block;
    /* width: 16px;
    height: 16px; */
    margin-right: 5px;
    width: 12px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.5;

    /* background: url(../images/ibnum.png) no-repeat center center; */
    cursor: pointer;
}

.bannerwrap .slidernum li.on {
    width: 31px;
    background: #fff;
    opacity: 1;
    /* background: url(../images/ibnumon.png) no-repeat center center; */
}

.bannerwrap .slideritem {
    background-image: url(/static/banner5.png);
}



.bannerwrap .slideritem li.li0 .liinner .bannertxt {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-animation: bannerli0 0.8s ease-in-out 0.4s backwards;
    -moz-animation: bannerli0 0.8s ease-in-out 0.4s backwards;
    animation: bannerli0 0.8s ease-in-out 0.4s backwards;
}

.bannerwrap .slideritem li.li0 .liinner .bannertxt a:hover {
    background: #ff664c;
}


.bannerwrap .slideritem li.li0 .liinner .bannertxt h2 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
}

.bannerwrap .slideritem li.li0 .liinner .bannertxt p {
    /* color: #79797a; */
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    line-height: 50px;
    padding: 30px 0;
    height: 120px;
}

.bannerwrap .slideritem li.li0 .liinner .bannertxt a {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #ff664c;
    font-size: 20px;
}

.indexbox {
    width: 100%;
    background: #fff;
}

.indexbox .tith2 {
    height: 32px;
    text-align: center;
    padding-top: 100px;
    color: #333333;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
}

.indexbox .titp {
    text-align: center;
    color: #333333;
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
}

.indexbox.box-cpfw {
    height: 500px;
}

.box-jjfaphone {
    display: none;
}

.indexbox.box-jjfa {
    height: 280px;
}


.indexbox.box-cgal {
    height: 620px;
}

.indexbox .box-cont {
    width: 1200px;
    margin: 0 auto;
}

.box-cpfw .box-cont .tabul {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #e5e4e4;
    height: 60px;
    text-align: center;
}

.box-cpfw .box-cont .tabul li {
    color: #333333;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 70px;
    position: relative;
}

.box-cpfw .box-cont .tabul li:last-of-type {
    margin-right: 0;
}

.box-cpfw .box-cont .tabul li.on {
    color: #336aff;
}

.box-cpfw .box-cont .tabul li.on::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #336aff;
    position: absolute;
    bottom: 0px;
    left: 30px;
}


.box-cpfw .box-cont .tabcont .tabcontlist ul {
    padding-top: 20px;
    width: 100%;
    height: 320px;
    margin: 0 auto;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li {
    position: relative;
    width: 280px;
    height: 320px;
    float: left;
    background: #fbfbfc;
    margin: 0 10px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li .liintro {
    width: 100%;
    height: 100%;

}

.box-cpfw .box-cont .tabcont .tabcontlist ul li .liintro img {
    width: 130px;
    height: 130px;
    margin: 0px auto 0;
    display: block;
    padding-top: 45px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li .liintro h2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li .liintro p {
    line-height: 20px;
    font-size: 16px;
    color: #a09d9d;
    text-align: center;
    margin-top: 10px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dl {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dl a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dt {
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    background: #fbfbfc;
    height: 60px;
    margin-bottom: 20px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dt img {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 25px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dt h2 {
    line-height: 35px;
    text-align: left;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dt p {
    line-height: 20px;
    font-size: 16px;
    color: #a09d9d;
    text-align: left;
    margin-top: 10px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dd {
    padding: 0 26px;
    height: 56px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dd div {
    position: relative;
    border-bottom: 1px solid #eeeef3;
    line-height: 56px;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li dd p {
    line-height: 56px;
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
}

.box-cpfw .box-cont .tabcont .tabcontlist ul li.on {
    -webkit-box-shadow: 0px 10px 20px rgba(37, 70, 129, 0.12);
    -moz-box-shadow: 0px 10px 20px rgba(37, 70, 129, 0.12);
    -ms-box-shadow: 0px 10px 20px rgba(37, 70, 129, 0.12);
    box-shadow: 0px 10px 20px rgba(37, 70, 129, 0.12);
}

.box-jjfa .box-cont {
    width: 1180px;
}

.box-jjfa .box-cont .ul-gaode {
    height: 350px;
    padding-top: 50px;
    position: relative;
}

.box-jjfa .box-cont .ul-gaode li {
    width: 430px;
    height: 320px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    cursor: pointer;
    background: #D0DFFC;
}

.box-jjfa .box-cont .ul-gaode li.li1 {
    right: 748px;
    z-index: 6;
}

.box-jjfa .box-cont .ul-gaode li.li2 {
    right: 561px;
    z-index: 5;
}

.box-jjfa .box-cont .ul-gaode li.li3 {
    right: 374px;
    z-index: 4;
}

.box-jjfa .box-cont .ul-gaode li.li4 {
    right: 187px;
    z-index: 3;
}

.box-jjfa .box-cont .ul-gaode li.li5 {
    right: 0px;
    z-index: 2;
}

/* .box-jjfa .box-cont .ul-gaode li.li6{
    right: 0px;
    z-index: 1;
} */
.box-jjfa .box-cont .ul-gaode li .lileft,
.box-jjfa .box-cont .ul-gaode li .liright {
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
}

.box-jjfa .box-cont .ul-gaode li .lileft img,
.box-jjfa .box-cont .ul-gaode li .liright img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    padding-top: 38px;
}

.box-jjfa .box-cont .ul-gaode li .lileft img {
    margin: 0 0 0 60px;
}

.box-jjfa .box-cont .ul-gaode li .liright img {
    margin: 0 0 0 23px;
}

.box-jjfa .box-cont .ul-gaode li .lileft dl,
.box-jjfa .box-cont .ul-gaode li .liright dl {
    padding-top: 35px;
}

.box-jjfa .box-cont .ul-gaode li .lileft dl {
    margin-left: 38px;
}

.box-jjfa .box-cont .ul-gaode li .liright dl {
    margin-right: 29px;
}

.box-jjfa .box-cont .ul-gaode li .lileft dl dt,
.box-jjfa .box-cont .ul-gaode li .liright dl dt {
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.box-jjfa .box-cont .ul-gaode li .lileft dl dd,
.box-jjfa .box-cont .ul-gaode li .liright dl dd {
    padding-left: 20px;
    width: 90px;
    margin: 0 auto;
    line-height: 24px;
    position: relative;
    font-size: 15px;
    color: #666666;
}

.box-jjfa .box-cont .ul-gaode li .lileft dl dd:after,
.box-jjfa .box-cont .ul-gaode li .liright dl dd:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #336aff;
    left: 6px;
    top: 10px;
}

.box-jjfa .box-cont .ul-gaode li .lileft {
    left: 0;
    background: url(../images/jjfarepeat2.jpg) repeat-y right 0;
}

.box-jjfa .box-cont .ul-gaode li .liright {
    right: 0;
    background: url(../images/jjfarepeat1.jpg) repeat-y right 0;
}

.box-jjfa .box-cont .ul-gaode li .limx {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.box-jjfa .box-cont .ul-gaode li .limx:hover {
    color: #6F6F6F;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxtop {
    position: absolute;
    bottom: 90px;
    top: 0;
    width: 100%;
    background: #fff;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxtop h2 {
    padding-left: 43px;
    position: relative;
    line-height: 40px;
    text-align: left;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxtop h2 img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 6px;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxtop p {
    margin: 15px 30px 0;
    font-size: 17px;
    line-height: 27px;
    color: #666666;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxtop div {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxtop div span {
    background: #f5f5f9;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    color: #79797a;
    float: left;
    margin-right: 6px;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxbottom {
    height: 90px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f5f5f9;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl {
    height: 90px;
    margin: 0 30px;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl dt {
    float: left;
    line-height: 90px;
    margin-right: 10px;
    font-size: 14px;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl dd {
    float: left;
    height: 90px;
    margin-right: 10px;
}

.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl dd img {
    margin-top: 18px;
    width: 50px;
    height: 50px;
}

.box-cgal .box-cont .ul-anlilist {
    width: 1200px;
    margin: auto;
}

.box-cgal .box-cont .ul-anlilist li {
    position: relative;
    float: left;
    margin: 30px 10px 0;
    width: 31%;
    height: 160px;
}

.box-cgal .box-cont .ul-anlilist li img {
    width: 100%;
    height: 160px;
}

.box-cgal .box-cont .ul-anlilist li p {
    line-height: 22px;
    font-size: 14px;
    padding: 12px 10px;
    color: #000000;
}

.box-cgal .box-cont .ul-anlilist li .spanwrap {
    height: 30px;
}

.box-cgal .box-cont .ul-anlilist li .spanwrap span {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 20px;
    background: #f5f5f9;
    color: #79797a;
    margin: 0 8px;
}

.box-cgal .box-cont .ul-anlilist li .limask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box-cgal .box-cont .ul-anlilist li .limask .limaskinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #010611;
    opacity: 0.6;
}

.box-cgal .box-cont .ul-anlilist li .limask img {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 8;
    width: 120px;
    height: 120px;
    margin-left: -60px;
}

.box-cgal .box-cont .ul-anlilist li .limask p {
    position: absolute;
    bottom: 35px;
    left: 50%;
    z-index: 8;
    width: 150px;
    margin-left: -77px;
    color: #fff;
    padding: 0 0 0 30px;
    background: url(../images/cgbgsm.png) no-repeat 0 0;
    font-size: 20px;
    line-height: 20px
}

.box-cgal .box-cont .ul-anlilist li .limask .btnwrap {
    width: 200px;
    height: 50px;
    background: none;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -100px;
}

.box-cgal .box-cont .ul-anlilist li .limask .btnwrap .btninner {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.3;
}

.box-cgal .box-cont .ul-anlilist li .limask .btnwrap a {
    padding: 0 0 0 75px;
    background: url(../images/cgbgfind.png) no-repeat 42px 16px;
    color: #fff;
    width: 125px;
    height: 50px;
    position: absolute;
    top: 0px;
    line-height: 50px;
    font-size: 20px;
}

.box-cgal .box-cont .ul-anlilist li .limask .btnwrap a:hover {
    color: #3E4149;
    background: url(../images/cgbgfind1.png) no-repeat 42px 16px #fff;
}

.box-cgal .box-cont .ul-anlilist li .limask .limaskinner .comingSoon {
    width: 120px;
    height: 80px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    top: 75px;
    left: 130px;
    text-align: center;
}

.partnerwrap {
    /* background: #f5f5f9; */
    padding-bottom: 40px;
}

.partnerwrapinner {
    width: 1200px;
    margin: 0 auto;
}

.partnerwrapinner h2 {
    padding-top: 60px;
    padding-bottom: 2px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.Information h2 {
    padding-top: 60px;
    padding-bottom: 2px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.Information {
    width: 1200px;
    margin: 0 auto;
}

.Informations {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.Informations li {
    display: inline-table;
    float: left;
    margin: 30px 15px;
    width: 30%;
    height: 160px;
}

.w-list-title .w-list-titlelink {
    line-height: 24px;
    display: block;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
    transition: all 200ms linear;
    margin-top: 10px;
}

.Informations .w-list-item {
    display: inline-table;
}

.Informations .w-list-item .w-list-desc {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    line-height: 18px;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Informations .w-list-item .w-list-bottom .w-list-date {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #BBB;
    text-decoration: none;
    margin-top: 10px;
}

.Informations .infor .w-list-item {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    min-height: 88px;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.con_52_44 .w-list .w-list-ul .w-list-item .w-list-r .w-list-r-in {
    padding-left: 12px;
}

.partnerlistwrap {
    position: relative;
    height: 210px;
}

.partnerlistwrap .partnerlist {
    display: none;
    height: 400px;
    width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.partnerlistwrap .partnerlist1 {
    background: no-repeat center center;
}

.partnerlistwrap {
    background: no-repeat center center;
}

.partnerlistwrap .partnerlist ul {
    margin: auto;
    width: 1200px;
}

.partnerlistwrap .partnerlist ul li {
    position: relative;
    float: left;
    margin: 60px 10px 0;
    width: 275px;
    height: 100px;
}

.partnerlistwrap .partnerlist ul li a {
    width: 200px;
    height: 60px;
    margin-top: 15px;
    display: block;
}

.partnerlistwrap .btn-left,
.partnerlistwrap .btn-right {
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 135px;
    cursor: pointer;
}

.partnerlistwrap .btn-left {
    left: -40px;
    background: url(../images/btnleft2.png) no-repeat center center;
}

.partnerlistwrap .btn-right {
    right: -40px;
    background: url(../images/btnright2.png) no-repeat center center;
}

.partnerlistwrap .btn-left:hover {
    background: url(../images/btnleft1.png) no-repeat center center;
}

.partnerlistwrap .btn-right:hover {
    background: url(../images/btnright1.png) no-repeat center center;
}

.partnerlistwrap .partner-num {
    height: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.partnerlistwrap .partner-num li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background: url(../images/partnernum.jpg) no-repeat center center;
    cursor: pointer;
}

.partnerlistwrap .partner-num li.on {
    background: url(../images/partnernumon.jpg) no-repeat center center;
}

.casetype {
    position: absolute;
    margin-top: -85px;
    left: 150px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.casename {
    position: absolute;
    top: 75px;
    left: 20px;
    color: #fff;
    font-size: 16px;
}

.ggjjwrap,
.phonecr {
    display: none;
}



.steps {
    --normal-color: #666;
    --active-color: #06e;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
    width: 77%;

    position: relative;
    margin-bottom: 30px;
    counter-reset: step;
    /*创建步骤数字计数器*/
}

/*步骤描述*/
.steps li {
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    width: 25%;
    position: relative;
    float: left;
    color: #259afe;
    font-weight: 600;
}

/*步骤数字*/
.steps li:before {
    display: block;
    content: counter(step);
    /*设定计数器内容*/
    counter-increment: step;
    /*计数器值递增*/
    width: 32px;
    height: 32px;
    background-color: #259afe;
    line-height: 32px;
    border-radius: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 8px auto;
}

/*连接线*/
.steps li~li:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #259afe;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1;
    /*放置在数字后面*/
}

/*将当前/完成步骤之前的数字及连接线变绿*/
.steps li.active:before,
.steps li.active:after {
    background-color: #259afe;
}

/*将当前/完成步骤之后的数字及连接线变灰*/
.steps li.active~li:before,
.steps li.active~li:after {
    background-color: #777;
}