* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li {
    list-style: none;

}

a {
    color: #fff;
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

img {
    vertical-align: top;
}

div,
p,
span,
h1,
h2,
h3,
h4 {
    line-height: 1;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
    border: none;
    background: none;
}

body {
    /* font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; */
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    overflow-x: hidden;
    
    
}
html, body {
    min-width: 1200px;

}


* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.index{
    width: 100%;
    position: relative;
    text-align: center;
    /* background: url(../img/body.png) no-repeat; */
    /* background-size: 100% 100%; */
    z-index: 99;
}


.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    height: 100px;
    /* background-color: #15418d;
    opacity: 0.5; */
    background-color:rgba(2, 57, 129, 0.8);
    /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent); */
}
.nav_box *{
    padding: 0;
    margin: 0;
}
.nav_box li a{
    text-decoration: none;
}
.nav_bg {
    height: 50px;
    padding-top: 30px;
    /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent); */
}

.logo {
    display: inline-block;

}
.logo img{
    width: 100%;
}
.w-container {
    width: 1200px;
    margin: auto;
}
.nav_left {
    width: 300px;
    float: left;
    margin-top: -1px;
}

.nav_left p {
    display: inline-block;
    color: #fff;
    float: right;
    /* border-left: 1px solid #fff; */
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    padding-left: 0px;
    /* font-weight: bold; */
    margin-left: -62px;
}

.nav_left p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 12px;
}

.nav_left p em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}




.nav_ul {
    width: 615px;
    float: right;
    margin-top: 12px;
}

.nav_ul li {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
    margin-right: 35px;
    width: 81px;
    height: 22px;
    position: relative;
}

.nav_ul li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
}

.nav_ul li a span {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width .6s;
}

.nav_ul li.nav_active span {
    width: 100%;
}

.banner{
	margin:0 auto;
	width:100%;
    height:1224px;
	position:relative;
    z-index: 99;
}
#banner{
	width:100%;
	max-width:1920px;
    height:1224px;
    z-index: 99;
}
#banner .swiper-slide{
	width:100%;
    height:1224px;

	position:relative;
	overflow:hidden;
}
#banner img{
	top:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height:1224px;

	position:absolute;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}

.title1 {
    width: 830px;
    height: 40px;
    margin: 0 auto 0;
}
.title-l {
    margin-right: 45px;
    padding-top: 5px;

}
.title-z {
    color: #333;
    font-size: 32px;
    font-weight: bold;
}
.title-z span{
    color: #e20014;
}
.title-r {
    margin-left: 45px;
    padding-top: 5px;
}





.p1 {
    width: 100%;
    height: 2311px;
    margin-top: -345px;
    background: #f4f7f9;
    padding-top: 250px;
    position: relative;
    z-index: 9;
}
.p1 .title1 {
    width: 466px;
    height: 68px;
    background: url(../img/title1.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.p1 .title1-2 {
    width: 518px;
    height: 43px;
    background: url(../img/title1-2.png) no-repeat;
    background-size: 100%;
    margin: 70px auto 0;
}
.p1-index {
    width: 1200px;
    height: 325px;
    margin: 95px auto 0;
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 99;
}
.p1-index div {
    width: 380px;
    height: 280px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 7px 2px 15px 7px #ecf1f5;
}
.p1-index .div-img {
    margin-top: -40px;
}
.p1-index .div-img img {
    width: 29%;
}
.p1-index .div-p1 {
    color: #084d8f;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.p1-index .div-p1 span {
    color: #ff8245;
    font-size: 22px;
    font-weight: bold;
}

.p1-index .div-p2 {
    color: #084d8f;
    font-size: 22px;
}
.p1-index .div-p2 span {
    color: #28a9d4;
    font-size: 22px;
    font-weight: bold;
}
.p1-index .div-p3 {
    margin-top: 15px;
    font-size: 18px;
    color: #7698b9;
    line-height: 25px;
}
.laiyuan {
    position: absolute;
    bottom: 0px;
    right: 15px;
    color: #507da8;
    font-size: 18px;
}
.p1 .title1-3 {
    width: 485px;
    height: 43px;
    background: url(../img/title1-3.png) no-repeat;
    background-size: 100%;
    margin: 70px auto 0;
}
.p1-index2 {
    width: 1200px;
    height: 500px;
    margin: 77px auto 0;
    position: relative;
    z-index: 9;
}
.p1-index2-left {
    width: 650px;
    height: 500px;
}
.p1-index2-left p {
    color: #084d8f;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    padding-top: 7px;
    margin-bottom: 93px;
}
.p1-index2-left p span {
    width: 11px;
    height: 14px;
    display: inline-block;
    background: url(../img/yuan.png) no-repeat;
    background-size: 100%;
    margin: 0 10px 0 10px;
}
.p1-index2-right {
    width: 465px;
    height: 500px;
}
.p1-index2-right>p {
    color: #084d8f;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    padding-top: 7px;
    margin-bottom: 45px;
}
.p1-index2-right>p>span {
    width: 11px;
    height: 14px;
    display: inline-block;
    background: url(../img/yuan.png) no-repeat;
    background-size: 100%;
    margin: 0 10px 0 10px;
}
.p1-index2-right .right-div {
    width: 463px;
    height: 430px;
}
.p1-index2-right .right-div div {
    width: 463px;
    height: 130px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 7px 2px 15px 7px #ecf1f5;
}
.p1-index2-right .right-div div .t {
    color: #2ec4b4;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding-top: 34px;
    padding-left: 30px;
}
.p1-index2-right .right-div div .b {
    color: #fc6226;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding-top: 15px;
    padding-left: 30px;

}
.p1-index2-right .right-div div .b .sp1 {
    color: #556478;
    font-size: 18px;
}
.p1-index2-right .right-div div .b .sp2 {
    display: inline-block;
    width: 115px;
    height: 30px;
    background: #5dd5c8;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 30px;
}
.p1-index2-right .right-div div .b .sp2 img {
    padding-top: 7px;
    margin-right: 6px;
    margin-left: 13px;
}
.laiyuan2 {
    position: absolute;
    bottom: -34px;
    right: 3px;
    color: #d3f6ff;
    font-size: 18px;
}
@media screen and (max-width: 1920px) {
    .p1-index3 {
        width: 100%;
        height: 1235px;
        background: url(../img/p1-bg5.png) no-repeat;
        margin-top: -110px;
        position: relative;
    }
    .p1 .title1-4 {
        width: 485px;
        height: 44px;
        background: url(../img/title1-4.png) no-repeat;
        background-size: 100%;
        margin: 0px auto 0;
        position: absolute;
        top: 20.5%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .p1 .p1-index4 {
        width: 1200px;
        height: 470px;
        position: absolute;
        top: 45.5%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 99;
    }
    .p1 .p1-index4 img {
        width: 100%;
    }
    .button {
        display: block;
        width: 350px;
        height: 60px;
        background-image: linear-gradient( to right,#ffb971, #ff8548);
        color: #fff;
        font-size: 22px;
        line-height: 60px;
        border-radius: 666px;
        position: absolute;
        top: 73%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 99999;
    }
}

@media screen and (max-width: 1600px) {
    .p1-index3 {
        width: 100%;
        height: 1235px;
        background: url(../img/p1-bg5.png) no-repeat;
        margin-top: -150px;
        position: relative;
    }
    .p1 .title1-4 {
        width: 485px;
        height: 44px;
        background: url(../img/title1-4.png) no-repeat;
        background-size: 100%;
        margin: 0px auto 0;
        position: absolute;
        top: 23%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .p1 .p1-index4 {
        width: 1200px;
        height: 470px;
        position: absolute;
        top: 47.5%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 99;
    }
    .p1 .p1-index4 img {
        width: 100%;
    }
}
@media screen and (max-width: 1400px) {
    .p1-index3 {
        width: 100%;
        height: 1235px;
        background: url(../img/p1-bg5.png) no-repeat;
        margin-top: -165px;
        position: relative;
    }
    .p1 .title1-4 {
        width: 485px;
        height: 44px;
        background: url(../img/title1-4.png) no-repeat;
        background-size: 100%;
        margin: 0px auto 0;
        position: absolute;
        top: 24.5%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 99;
    }
}
@media screen and (max-width: 1200px) {
    .p1-index3 {
        width: 100%;
        height: 1235px;
        background: url(../img/p1-bg5.png) no-repeat;
        margin-top: -180px;
        position: relative;
    }
    .p1 .title1-4 {
        width: 485px;
        height: 44px;
        background: url(../img/title1-4.png) no-repeat;
        background-size: 100%;
        margin: 0px auto 0;
        position: absolute;
        top: 25.5%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 99;
    }
}

.i1 {
    position: absolute;
    top: 1086px;left: 0px;
}
.i3 {
    position: absolute;
    top: 640px;right: 0px;
}
.i4 {
    position: absolute;
    top: 1535px;left: 0px;
}
.p2 {
    width: 100%;
    height: 2450px;
    background: #f4f7f9;
    position: relative;
}
.title2-1 {
    width: 648px;
    height: 68px;
    background: url(../img/title2-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 12%;left: 50%;
    transform: translate(-50%,-50%);
}
.title2-2 {
    width: 506px;
    height: 44px;
    background: url(../img/title2-2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 17%;left: 50%;
    transform: translate(-50%,-50%);
}
.p2 .p2-index {
    width: 1160px;
    height: 640px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    top: 34%;left: 50%;
    transform: translate(-50%,-50%);
}
.p2 .p2-index div {
    width: 380px;
    height: 310px;
}

.p2-index .p2-div1 {
    background: url(../img/1.png) no-repeat;
    background-size: 100%;
}
.p2-index .p2-div2 {
    background: url(../img/2.png) no-repeat;
    background-size: 100%;
}
.p2-index .p2-div3 {
    background: url(../img/3.png) no-repeat;
    background-size: 100%;
}
.p2-index .p2-div4 {
    background: url(../img/4.png) no-repeat;
    background-size: 100%;
}
.p2-index .p2-div5 {
    background: url(../img/5.png) no-repeat;
    background-size: 100%;
}
.p2-index .p2-div6 {
    background: url(../img/6.png) no-repeat;
    background-size: 100%;
}

.p-i {
    padding-top: 35px;
}
.p-i img {
    width: 25%;
}
.p-p {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 25px;
}
.p2-index ul {
    padding-top: 15px;
}
.p2-index ul li {
    padding-bottom: 5px;
    color: #f7fcfe;
    font-size: 18px;
}

.title2-3 {
    width: 483px;
    height: 43px;
    background: url(../img/title2-3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 56%;left: 50%;
    transform: translate(-50%,-50%);
}
.p2-index2 {
    width: 1200px;
    height: 535px;
    position: absolute;
    top: 72%;left: 50%;
    transform: translate(-50%,-50%);
}
.p2-index2-left {
    width: 316px;
    height: 490px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.p2-index2-left div {
    width: 316px;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 7px 2px 15px 7px #ecf1f5;
    font-size: 18px;
    color: #084d8f;
    padding-top: 25px;
    line-height: 30px;
}
.p2-index2-right {
    width: 830px;
    height: 530px;
    position: relative;
}

.p2-right-1 {
    width: 830px;
    height: 530px;
    position: absolute;
    display: none;
}
.p2-right-1 .d-1 {
    width: 830px;
    height: 50px;
    background-image: linear-gradient( to right,#8de9ff, #66caf6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.p2-right-1 .d-1-1 {
    width: 330px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-1 .d-1-2 {
    width: 500px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-1 .d-2 {
    width: 830px;
    height: 125px;
    background: #fff;
}
.p2-right-1 .d-2-1 {
    width: 330px;
    height: 125px;
    color: #517da7;
    font-size: 18px;
    padding-top: 40px;
    line-height: 25px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-1 .d-2-2 {
    width: 500px;
    height: 125px;
    padding-top: 30px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-1 .d-2-2 p {
    padding-bottom: 5px;
}


.p2-right-1 .d-3 {
    width: 830px;
    height: 120px;
    background: #dae8f5;
}
.p2-right-1 .d-3-1 {
    width: 330px;
    height: 120px;
    color: #517da7;
    font-size: 18px;
    line-height: 120px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-1 .d-3-2 {
    width: 500px;
    height: 120px;
    padding-top: 10px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-1 .d-3-2 p {
    padding-bottom: 5px;
}

.p2-right-1 .d-4 {
    width: 830px;
    height: 125px;
    background: #fff;
}
.p2-right-1 .d-4-1 {
    width: 330px;
    height: 125px;
    color: #517da7;
    font-size: 18px;
    line-height: 125px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-1 .d-4-2 {
    width: 500px;
    height: 125px;
    padding-top: 27px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-1 .d-4-2 p {
    padding-bottom: 5px;
}



.p2-right-1 .d-5 {
    width: 830px;
    height: 120px;
    background: #dae8f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p2-right-1 .d-5-1 {
    width: 330px;
    height: 120px;
    color: #517da7;
    font-size: 18px;
    line-height: 120px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-1 .d-5-2 {
    width: 500px;
    height: 120px;
    padding-top: 23px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-1 .d-5-2 p {
    padding-bottom: 5px;
}

.sjx1 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 51px;
    left: -20px;
}











.p2-right-2 {
    width: 830px;
    height: 530px;
    position: absolute;
    display: none;
}
.p2-right-2 .d2-1 {
    width: 830px;
    height: 50px;
    background-image: linear-gradient( to right,#8de9ff, #66caf6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.p2-right-2 .d2-1-1 {
    width: 330px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-2 .d2-1-2 {
    width: 500px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-2 .d2-2 {
    width: 830px;
    height: 125px;
    background: #fff;
}
.p2-right-2 .d2-2-1 {
    width: 330px;
    height: 125px;
    color: #517da7;
    font-size: 18px;
    padding-top: 40px;
    /* line-height: 25px; */
    border-right: 2px dashed #c5d8eb;
}
.p2-right-2 .d2-2-2 {
    width: 500px;
    height: 125px;
    padding-top: 30px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-2 .d2-2-2 p {
    padding-bottom: 5px;
}


.p2-right-2 .d2-3 {
    width: 830px;
    height: 120px;
    background: #dae8f5;
}
.p2-right-2 .d2-3-1 {
    width: 330px;
    height: 120px;
    color: #517da7;
    font-size: 18px;
    line-height: 120px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-2 .d2-3-2 {
    width: 500px;
    height: 120px;
    padding-top: 23px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-2 .d2-3-2 p {
    padding-bottom: 5px;
}

.p2-right-2 .d2-4 {
    width: 830px;
    height: 125px;
    background: #fff;
}
.p2-right-2 .d2-4-1 {
    width: 330px;
    height: 125px;
    color: #517da7;
    font-size: 18px;
    line-height: 125px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-2 .d2-4-2 {
    width: 500px;
    height: 125px;
    padding-top: 27px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-2 .d2-4-2 p {
    padding-bottom: 5px;
}



.p2-right-2 .d2-5 {
    width: 830px;
    height: 120px;
    background: #dae8f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p2-right-2 .d2-5-1 {
    width: 330px;
    height: 120px;
    color: #517da7;
    font-size: 18px;
    line-height: 120px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-2 .d2-5-2 {
    width: 500px;
    height: 120px;
    padding-top: 23px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-2 .d2-5-2 p {
    padding-bottom: 5px;
}
.sjx2 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #dae8f5;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 175px;
    left: -20px;
}








.p2-right-3 {
    width: 830px;
    height: 530px;
    position: absolute;
    display: none;
}
.p2-right-3 .d3-1 {
    width: 830px;
    height: 50px;
    background-image: linear-gradient( to right,#8de9ff, #66caf6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.p2-right-3 .d3-1-1 {
    width: 330px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-3 .d3-1-2 {
    width: 500px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-3 .d3-2 {
    width: 830px;
    height: 165px;
    background: #fff;
}
.p2-right-3 .d3-2-1 {
    width: 330px;
    height: 165px;
    color: #517da7;
    font-size: 18px;
    padding-top: 40px;
    /* line-height: 25px; */
    border-right: 2px dashed #c5d8eb;
}
.p2-right-3 .d3-2-2 {
    width: 500px;
    height: 165px;
    padding-top: 43px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-3 .d3-2-2 p {
    padding-bottom: 5px;
}


.p2-right-3 .d3-3 {
    width: 830px;
    height: 160px;
    background: #dae8f5;
}
.p2-right-3 .d3-3-1 {
    width: 330px;
    height: 160px;
    color: #517da7;
    font-size: 18px;
    line-height: 160px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-3 .d3-3-2 {
    width: 500px;
    height: 160px;
    padding-top: 42px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-3 .d3-3-2 p {
    padding-bottom: 5px;
}

.p2-right-3 .d3-4 {
    width: 830px;
    height: 160px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p2-right-3 .d3-4-1 {
    width: 330px;
    height: 160px;
    color: #517da7;
    font-size: 18px;
    line-height: 160px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-3 .d3-4-2 {
    width: 500px;
    height: 160px;
    padding-top: 20px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-3 .d3-4-2 p {
    padding-bottom: 5px;
}



.p2-right-3 .d3-5 {
    width: 830px;
    height: 160px;
    background: #dae8f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p2-right-3 .d3-5-1 {
    width: 330px;
    height: 160px;
    color: #517da7;
    font-size: 18px;
    line-height: 160px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-3 .d3-5-2 {
    width: 500px;
    height: 160px;
    padding-top: 23px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-3 .d3-5-2 p {
    padding-bottom: 5px;
}

.sjx3 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #dae8f5;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 287px;
    left: -20px;
}





.p2-right-4 {
    width: 830px;
    height: 530px;
    position: absolute;
    display: none;
}
.p2-right-4 .d4-1 {
    width: 830px;
    height: 50px;
    background-image: linear-gradient( to right,#8de9ff, #66caf6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.p2-right-4 .d4-1-1 {
    width: 330px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-4 .d4-1-2 {
    width: 500px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}
.p2-right-4 .d4-2 {
    width: 830px;
    height: 165px;
    background: #fff;
}
.p2-right-4 .d4-2-1 {
    width: 330px;
    height: 165px;
    color: #517da7;
    font-size: 18px;
    padding-top: 40px;
    /* line-height: 25px; */
    border-right: 2px dashed #c5d8eb;
}
.p2-right-4 .d4-2-2 {
    width: 500px;
    height: 165px;
    padding-top: 43px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-4 .d4-2-2 p {
    padding-bottom: 5px;
}


.p2-right-4 .d4-3 {
    width: 830px;
    height: 160px;
    background: #dae8f5;
}
.p2-right-4 .d4-3-1 {
    width: 330px;
    height: 160px;
    color: #517da7;
    font-size: 18px;
    /* line-height: 160px; */
    border-right: 2px dashed #c5d8eb;
    padding-top: 66px;
}
.p2-right-4 .d4-3-2 {
    width: 500px;
    height: 160px;
    padding-top: 32px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-4 .d4-3-2 p {
    padding-bottom: 5px;
}

.p2-right-4 .d4-4 {
    width: 830px;
    height: 160px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p2-right-4 .d4-4-1 {
    width: 330px;
    height: 160px;
    color: #517da7;
    font-size: 18px;
    padding-top: 66px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-4 .d4-4-2 {
    width: 500px;
    height: 160px;
    padding-top: 20px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-4 .d4-4-2 p {
    padding-bottom: 5px;
}



.p2-right-4 .d4-5 {
    width: 830px;
    height: 160px;
    background: #dae8f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p2-right-4 .d4-5-1 {
    width: 330px;
    height: 160px;
    color: #517da7;
    font-size: 18px;
    line-height: 160px;
    border-right: 2px dashed #c5d8eb;
}
.p2-right-4 .d4-5-2 {
    width: 500px;
    height: 160px;
    padding-top: 23px;
    color: #517da7;
    font-size: 18px;
}
.p2-right-4 .d4-5-2 p {
    padding-bottom: 5px;
}

.sjx4 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 421px;
    left: -20px;
}

.p2-index2-left .act {
    background: #a6c1dc;
    color: #fff;
    font-size: 22px;
}

.p2-index2-right .act{
    display: block;
}

.p3 {
    width: 100%;
    height: 2650px;
    background: url(../img/p3.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -345px;
    position: relative;
    z-index: 99;
}

.p3 .title3-1 {
    width: 483px;
    height: 43px;
    background: url(../img/title3-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 9%;left: 50%;
    transform: translate(-50%,-50%);
}
.p3-index {
    width: 1200px;
    height: 425px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
}
.p3-index div {
    width: 340px;
    height: 340px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 7px 2px 15px 7px #1680ba;
}
.p3-index div .renwu {
    margin-top: -83px;
}

.p3-index div .r-b {
    color: #084d8f;
    font-size: 22px;
    margin-top: 35px;
}
.p3-index div .r-b2 {
    color: #7698b9;
    font-size: 22px;
    margin-top: 20px;
    line-height: 28px;
}
.p3-index div .dixian {
    width: 60px;
    height: 4px;
    border-radius: 30px;
    background: #afe9ff;
    margin: 50px auto 0;
}

.p3 .title3-2 {
    width: 349px;
    height: 43px;
    background: url(../img/title3-2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 42%;left: 50%;
    transform: translate(-50%,-50%);
}


.p3-index2 {
    width: 1200px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lunbo {
    width: 1670px;
    height: 560px;
    margin: 0 auto;
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

  
.Box {
    position: relative;
}

.Box .content {
    width: 1340px;
    margin: 0 auto;
    /* height: 460px; */
}

.Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
}

.Box .Box_con {
    position: relative;
    height: 500px;
}

.Box .Box_con .btnl {
    position: absolute;
}
.Box .Box_con .btn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 80px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 100%;
}
.Box .Box_con .btnl {
    background: url(../img/jtl02.png) no-repeat center;
    left: 166px;
    top: 262px;
}




.Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    right: 166px;
    top: 262px;
}

/* .Box .Box_con .btnl:hover {
    background: url(img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(img/jtr03.png) no-repeat center;
} */

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
    height: 510px;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
    margin-top: 70px;
}


.Box .Box_con .conbox ul li {
    float: left;
    width: 250px;
    height: 380px;
    margin-left: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 250px;
    height: 380px;
    transition: all 0.5s;
}

/* .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
    background: rgba(rgb(51, 120, 224));
} */

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}

.Box .Box_con .conbox ul li .hhh {
    display: none;

}
.Box .Box_con .conbox ul li .hhh .jieshao {
    position: absolute;
    left: 280px;
    width: 229px;
    height: 358px;
    background: #fff;
    top: 57px;
    border-radius: 18px;
}
.Box .Box_con .conbox ul li .hhh img {
    width: 258px;
    height: 435px;
    margin-left: -6px;
}
.Box .Box_con .conbox ul li:hover .hhh {
    transition: 0.6s;
    display: block;
    position: absolute;
    top: -16px;
    z-index: 999;
    width: 258px;
    height: 435px;
    z-index: 99999;
}

  .left- {
    width: 426px;
    height: 505px;
    background-image: linear-gradient(#206ec2, #2261bd);
    opacity: 0.8;
    position: absolute;
    top: 13px;
    left: 3px;
    border-radius: 18px;
    /* z-index: 999; */
  }
  .right- {
    width: 426px;
    height: 505px;
    background-image: linear-gradient(#206ec2, #2261bd);
    opacity: 0.8;
    position: absolute;
    top: 13px;
    right: 9px;
    border-radius: 18px;
    /* z-index: 999; */
  }


.Box .Box_con .conbox ul li .hhh .jieshao img {
    width: 70px;
    height: 22px;
    margin-top: 22px;
    margin-left: 20px;
}
.Box .Box_con .conbox ul li .hhh .jieshao .jieshao-t {
    color: #fff;
    width: 175px;
    height: 32px;
    line-height: 32px;
    background: #3ccef3;
    font-size: 16px;
    border-radius: 8px;
    margin-left: 20px;
    margin-top: 5px;
}

.Box .Box_con .conbox ul li .hhh .jieshao .jieshao-i {
    color: #7698b9;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    margin-left: 23px;
    line-height: 26px;
}


.p4 {
    width: 100%;
    height: 2245px;
    background: #f4f7f9;
    margin-top: -397px;
    position: relative;
}

.p4 .title4-1 {
    width: 417px;
    height: 43px;
    background: url(../img/title4-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 12%;left: 50%;
    transform: translate(-50%,-50%);
}

.p4 .p4-index {
    width: 1200px;
    height: 466px;
    position: absolute;
    top: 27%;left: 50%;
    transform: translate(-50%,-50%);
}
.p4 .p4-index-left {
    width: 905px;
    height: 466px;
    /* background: url(../img/p4-index-left.png) no-repeat;
    background-size: 100%; */
    float: left;
    margin-right: 30px;
}
.p4 .p4-index-left div {
    display: none;
}

.p4 .p4-index-left .act2 {
    display: block;
}
.p4 .p4-index-right .act2 {
    background: #a6c1dc;
    color: #fff;
}
.p4 .p4-index-right {
    width: 260px;
    height: 420px;
    float: left;
}

.p4 .p4-index-right div {
    width: 260px;
    height: 130px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: -1px -1px 8px 7px #e9eff3;
    color: #084d8f;
    font-size: 22px;
    padding-top: 40px;
}

.p4 .title4-2 {
    width: 347px;
    height: 43px;
    background: url(../img/title4-2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}
.p4 .p4-index2 {
    width: 1160px;
    height: 640px;
    position: absolute;
    top: 68%;left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.p4 .p4-index2 .p4-index2-left {
    width: 370px;
    height: 640px;
}
.p4 .p4-index2 .p4-index2-left div:nth-child(1){
    width: 370px;
    height: 315px;
}
.p4 .p4-index2 .p4-index2-left div:nth-child(1) img{
    width: 100%;
}
.p4 .p4-index2 .p4-index2-left div:nth-child(2){
    width: 370px;
    height: 315px;
}
.p4 .p4-index2 .p4-index2-left div:nth-child(2) img{
    width: 100%;
}
.p4 .p4-index2 .p4-index2-zhong {
    width: 415px;
    height: 640px;
}
.p4 .p4-index2 .p4-index2-zhong img{
    width: 100%;
}
.p4 .p4-index2 .p4-index2-right {
    width: 375px;
    height: 640px;
}


.p4 .p4-index2 .p4-index2-right div:nth-child(1){
    width: 375px;
    height: 315px;
}
.p4 .p4-index2 .p4-index2-right div:nth-child(1) img{
    width: 100%;
}
.p4 .p4-index2 .p4-index2-right div:nth-child(2){
    width: 375px;
    height: 315px;
}
.p4 .p4-index2 .p4-index2-right div:nth-child(2) img{
    width: 100%;
}
.p4-bg1 {
    position: absolute;
    top: 62px;
    right: 0px;
}
.p4-bg2 {
    position: absolute;
    top: 1172px;
    left: 0px;
}
.p4-bg3 {
    position: absolute;
    top: 830px;
    right: 0px;
}
.p5 {
    width: 100%;
    height: 1355px;
    background: url(../img/zuihou.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -360px;
    position: relative;
    z-index: 999;
}
.p5 .title5-1 {
    width: 386px;
    height: 43px;
    background: url(../img/title5-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 17%;left: 50%;
    transform: translate(-50%,-50%);
}
.p5 .p5-index {
    width: 1165px;
    height: 785px;
    background: url(../img/p5-index.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 53%;left: 50%;
    transform: translate(-50%,-50%);
}
.dibu {
    width: 100%;
    height: 123px;
    background: #51b0dc;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding-top: 40px;
}