.canealbox {
    width: 700px;
}

.tabitem {
    font-weight: bold;
    color: #1E5EB0;
}

.tapactive::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: #1E5EB0;
}
.cjheader_top {
    height:100%
}
.cjjj {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.cjtit {
    width: 80px;
    position: absolute;
    left: 30px;
    top: 50px;
}

.alicenteer{
align-items: center;
}
.cjbnb {
    text-indent: 2rem;
    width: 990px;
    height: 230px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 33px;
    top: 33px;
    padding: 30px 40px 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.7;
}
header{

   background:#eee
}
.header_body {
    font-size: 0px;
}

.cycj {
    width: 100%;
    background: url('../img/cjcybg.png') no-repeat;
    background-size: 100% 100%;
    background-position: 0px 100px;
}

.caneltit {
    width: 420px;
    margin: 0px auto;

}

.itemcynei {
    width: 386px;
    cursor: pointer;
    height: 520px;
    background: #D5E7FF;
    border-radius: 50px 0px 50px 0px;
    overflow: hidden;
    padding: 35px 30px 10px;
    box-sizing: border-box;
    position: absolute;
    transition: all .4s;
    left: 0px;
    top: 0px;
}
.itemcynei:hover{
    left: 7px;
    top: -7px;
}
.itemcynei:hover .cymore{
    background-color: #185AAE;
    color: #fff;
}


.itemcy{
    width: 386px;
    height: 520px;
    cursor: pointer;
    border-radius: 52px 0px 52px 0px;
    background: #2171da;
    box-shadow: 0px 0px 15px 2px #dadada;
    position: relative;
    /* z-index: -1; */
}

.cyimg {
    width: 100%;
    height: 270px;
    border-radius: 50px 0px 50px 0px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.cymore {
    padding: 5px 25px;
    border-radius: 22px 0px;
    overflow: hidden;
    background: #fff;
    color: #185AAE;
    font-size: 18px;
    display: inline-block;
    /* margin-top: 10px; */
}

.cydec {
    color: #000000 !important;
    height: 82px;
    font-size: 18px;
    line-height: 1.5;
}

.cytit {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #185AAE;
    background: url('../img/tits.png') no-repeat;
    background-size: 100%;
    background-position: 0px 12px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.itemcy2 {
    width: 589px;
    height: 224px;
    cursor: pointer;
    background: #2171da;
    box-sizing: border-box;
    border-radius: 52px 0px;
    box-shadow: 0px 0px 15px 2px #dadada;
    position: relative;
}

.itemcy2nei {
    width: 589px;
    cursor: pointer;
    height: 224px;
    background: #D5E7FF;
    border-radius: 50px 0px 50px 0px;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    transition: all .4s;
    left: 0px;
    top: 0px;
}
.itemcy2nei:hover{
    left: 7px;
    top: -7px;
}
.itemcy2nei:hover .cymore{
    background-color: #185AAE;
    color: #fff;
}

.cyimg2 {
    width: 200px;
    height: 100%;
    background: #fff;
    border-radius: 50px 0px 50px 0px;
    overflow: hidden;
}

.decbox {
    width: calc(100% - 220px);
}
.bg-box-1{
    background: url('img/1.jpg') no-repeat center/cover;
}
.bg-box-2{
    background: url('img/2.jpg') no-repeat center/cover;
}
.bg-box-3{
    background: url('img/3.jpg') no-repeat center/cover;
}
.bg-box-4{
    background: url('img/4.jpg') no-repeat center/cover;
}
#wrap{
    overflow: hidden;
    margin:auto;
    width: 100%;
}
#wrap > ul{
    width: 120%;
    list-style: none;
}
#wrap > ul > li{
    float: left;
    width: 210px;
    height: 370px;
    cursor: pointer;
}
#wrap > ul > li:nth-child(1){
    /* background: url('img/4.jpg') no-repeat center/cover; */
    width: 783px;
}	
#wrap > ul > li > .text{
    width: 210px;
    height: 100%;
    position: relative;
}

#wrap > ul > li > .text::after{
    content: "";
    width: 210px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
}
.curr .text::after{
    content: "";
    width: 210px;
    height: 100%;
    background: rgba(0, 0, 0, 0) !important;
    position: absolute;
    top: 0px;
    left: 0px;
}
#wrap > ul > li > .text p{
    padding: 20px 40px;
    font-family: 'Microsoft yahei';
    color: #fff;
}

.wrapbody{
    width: calc(100% - 210px);
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #F1F9FF;
    position: relative;
}
.tstit{
    font-size: 24px;
    font-weight: bold;
    color: #185AAE;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}
.tstit::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: #185AAE;
    left: 0px;
    top: 4px;
}
.tsdec{
    font-size: 20px;
    line-height: 2;
    text-indent: 2rem;
}
.tsmore{
    padding: 5px 25px;
    border-radius:22px 0px;
    overflow: hidden;
    background: #185AAE;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.swiperlist{
    width: 100%;
    height: 370px;
    position: relative;
}
.tzlist{
    width: 873px;
    height: 369px;
    padding: 20px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0px;
    background:url('../img/dtz.png') no-repeat;
    background-size: 100%;
}
.swiperbox2{
    width: 563px;
    height: 321px;
    position: relative;
    top: 22px;
    border-radius:10px;
    overflow: hidden;
}
.maskswiper{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    width: 100%;
}
.swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #185AAE;
}

.itemtz{
    border-bottom: 1px solid #B9B9B9;
    padding: 15px 0px;
    box-sizing: border-box;
    cursor: pointer;
}
.itemtz:hover .titname{
    color: #185AAE;
}
.titname{
    font-size: 18px;
    margin-bottom: 10px;
    color: #333333;
}
.times{
    font-size: 14px;
    color: #999999;
}
.itemtzb{
    width: 265px;
    height: 85px;
    background: url('../img/xtz.png') no-repeat;
    background-size: 100%;
    padding: 18px 50px;
    box-sizing: border-box;
}
.tzicon{
    width: 50px;
    height: 50px;
    margin-right: 18px;
}
.njbg{
    width: 100%;
    height: 340px;
    background: url('../img/njbg.png') no-repeat;
    background-size: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 80px;
   border-radius:10px;
   overflow:hidden
}
.njb{
    width: 220px;
}
.njnr{
    width: calc(100% - 250px);
    font-size: 18px;
    line-height: 2.4;
    text-indent: 2rem;
    margin-left: 30px;
}
.itemtzb:hover{
    cursor: pointer;
    border-bottom: 6px solid #185AAE;
}
.tscj{
    border-radius: 10px;
    overflow: hidden;
}
.tzlist{
    display: none;
   border-radius:10px
}