body{
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
}


.Prebanner_wrapper {
    width: 1200px;
    margin: 0 auto;
}
.Prebanner_text {
    position: absolute;
    width: 600px;
    margin-top: 50px;
    font-size: 16px;
    top: 0;
    color: #010101;
    margin-bottom: 20px;
}
.Prebanner_text .Prebanner_title {
    font-size: 30px;
    margin: 30px 0 20px;
}
.Prebanner {
    width: 100%;
    position: relative;
    height: 350px;
    text-align: center;
}
.Prebanner img{
    min-width: 1300px;
    height: 100%;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}

.levels {
    padding: 80px 0 100px;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.PreTitle {
    text-align: center;
    font-size: 30px;
    color: #073a78;
    margin-bottom: 70px;
}
.PreTitleSmall {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 20px;
}
.levels .levelsTitle {
    background: url(/static/en/images//index/levels.png) no-repeat;

    background-position: 390px 55px;
    padding-top: 80px;

    width: 100%;
    height: 21px;

}
.levels .levelsBox {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.Pre .levels .levelsBox {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.levels .levelsBox:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 470px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/static/en/images//index/levels_center.png) no-repeat;
}
.levels .levelsBox .levelsItem {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.levels .levelsBox .levelsLeft .levelsImg {
    width: 598px;
    height: 340px;
    background: url(/static/en/images//index/levels_left.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: -600px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.levels .levelsBox .levelsRight .levelsImg {
    width: 598px;
    height: 340px;
    background: url(/static/en/images//index/levels_right.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: -600px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.levelsMLeft .levelsImg {
    right: 1px!important;
}

.levelsMRight .levelsImg {
    left: 2px!important;
}

.requirements {
    background-color: #f7f7f7;
    padding: 80px 0 100px;
}

.requirements .ask .item {
    text-align: center;
    display: inline-block;
    width: 377px;
    padding: 0 70px;
    height: 350px;
    background: #fff;
    border-radius: 10px;
    margin-right: 33px;
    float: left;
}
.requirements .ask .item:last-child{
    margin-right: 0px;
}
.requirements .ask .item .icon {
    margin-top: 55px;
    margin-bottom: 20px;
}
.requirements .ask .item .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}

.youngGuide {
    padding: 0 0 35px;
    margin-top: 70px;
}
.youngGuide .PreTitle {
    margin-bottom: 70px;
}


/*********tab切换********/
.dis{ display:block}
.undis{ display:none}
.navall{ width:100%; margin:0 auto; height:50px; }
.navall li{ float: left;  height: 50px;  width: 270px; margin-right: 25px;}
.navall li a{ float: left;  height: 50px;  line-height:60px;  text-align: center;  width: 270px; font-size: 14px; border-radius: 8px; border: 1px solid #ccc;padding: 0!important; text-decoration:none}
/*.nav li.nav_current a{color:#fff; background:#e76514;  border-top:1px solid #ccc }*/
.navall li.nav_current a{color:#3e3e3e; background:#fff;height: 51px;line-height:51px;border-radius: 8px 8px 0 0;border: 1px solid #ccc; border-bottom: 0px;position: relative;z-index: 99}
.navall li.nav_link a{ color: #333;  background: #e5e5e5;  height: 50px;  border-bottom: 0px;  position: relative;  z-index: 99;  border-radius: 5px 5px 0 0;  line-height: 52px;}
.nav-down{background: #fff;/*margin-top: 10px;*/ min-height: 300px;border-radius: 8px;/*border: 1px solid #ccc;padding: 30px;*/}
#divcss5{/*background: #fff;*/ height: auto;  margin: 52px 0;  width: 100%;}






.guideNew {
    border: 1px solid #ccc;
    height: 388px;
    position: relative;
    padding: 0;
}

.TimelineItemBox .TimelineItem .TimelineItemTop {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-left: 52px;
    font-size: 14px;
}
.TimelineItemBox .TimelineItem:nth-child(1) .TimelineItemTop {
    background-color: #f35e62;
}
.TimelineItemBox .TimelineItem:nth-child(2) .TimelineItemTop {
    background-color: #fbd631;
}
.TimelineItemBox .TimelineItem:nth-child(3) .TimelineItemTop {
    background-color: #b1d24c;
}
.TimelineItemBox .TimelineItem:nth-child(4) .TimelineItemTop {
    background-color: #9db552;
}
.TimelineItemBox .TimelineItem:nth-child(5) .TimelineItemTop {
    background-color: #8aca87;
}
.TimelineItemBox .TimelineItem:nth-child(6) .TimelineItemTop {
    background-color: #84d3e0;
}
.TimelineItemBox .TimelineItem:nth-child(7) .TimelineItemTop {
    background-color: #5fbddb;
}
.TimelineItemBox .TimelineItem:nth-child(8) .TimelineItemTop {
    background-color: #3a92ab;
}
.TimelineItemBox .TimelineItem:nth-child(9) .TimelineItemTop {
    background-color: #6258c5;
}
.TimelineItemBox .TimelineItem:nth-child(10) .TimelineItemTop {
    background-color: #8a45a0;
}
.guideNew .TimelineLine {
    width: 1058px;
    height: 1px;
    background-color: #dcdcdc;
    display: inline-block;
    position: absolute;
    top: 128px;
    left: 70px;
    z-index: 9;
}
.guideNew .TimelinePve {
    cursor: pointer;
    position: absolute;
    top: 106px;
    left: 30px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #b3b3b3;
    background: url("/static/en/images//index/Pre_arrow.png")14px 10px no-repeat;}

.guideNew .TimelinePve:hover {
    background: url(/static/en/images//index/Pre_arrow1.png) 14px 10px no-repeat;
    background-color: #538ed2;
}


.guideNew .TimelineNext {
    cursor: pointer;
    position: absolute;
    top: 106px;
    right: 30px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #b3b3b3;
    background: url("/static/en/images//index/Pre_arrow.png")14px 10px no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 9999;
}

.TimelineNext:hover{
    background: url("/static/en/images//index/Pre_arrow1.png")14px 10px no-repeat;
    background-color: #538ed2;
}
.guideNew .TimelineBox {
    width: 1140px;
    height: 350px;
    overflow: hidden;
    margin-left: 90px;
    position: relative;
    z-index: 99;
}
.guideNew .TimelineBox .TimelineItemBox {
    -webkit-transition: all .7s ease-in-out .1s;
    transition: all .7s ease-in-out .1s;
    margin-top: 74px;
    z-index: 2;
   /* margin-left: -50px;*/
    padding-left: 50px;
}
.TimelineItemBox .TimelineItem {
    width: 200px;
    height: 320px;
    text-align: center;
    display: inline-block;
    margin-right: 60px;
    float: left;
}

.TimelineItemBox .TimelineItem .TimelineItemContent {
    width: 220px;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    margin-left: -50px;
}


.Procedur .unit .flows {
    position: relative;
    margin-top: 80px;
}



.carousel-control.left{
    background: none;
    left: -120px;
    color: #ccc;
}
.carousel-control.right{
    background: none;
    right: -120px;
    color: #ccc;
}
.carousel-control.left:hover{
    color: #ccc;
}
.carousel-control{
    color: #ccc;
    top:-110px;
}
.carousel-control:hover{
    color: #ccc;
}
.itemnew .icon .num {
    position: absolute;
    background: #fff;
    color: #da251c;
    border: 1px solid #da251c;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    top: 0;
    left: 0;
}
/************/
.procedurLeft{
    width: 30px;
    height: 60px;
    cursor: pointer;
    background: url("/static/en/images//index/procedur_left.png") no-repeat;
    position: absolute;
    top: 140px;
    left: -90px;
}
.procedurRight{
    width: 30px;
    height: 60px;
    cursor: pointer;
    background: url("/static/en/images//index/procedur_right.png") no-repeat;
    position: absolute;
    top: 140px;
    right: -90px;
}

.unit .flows {
    position: relative;
    margin-top: 80px;
}
/************/






/*****Service Process*******/
.procedurLeft{
    width: 30px;
    height: 60px;
    cursor: pointer;
    background: url("/static/en/images//index/procedur_left.png") no-repeat;
    position: absolute;
    top: 140px;
    left: -90px;
}
.procedurRight{
    width: 30px;
    height: 60px;
    cursor: pointer;
    background: url("/static/en/images//index/procedur_right.png") no-repeat;
    position: absolute;
    top: 140px;
    right: -90px;
}

.unit .flows {
    position: relative;
    margin-top: 80px;
}
.ProcedurWrap {
    position: relative;
}
.PreTitle {
    text-align: center;
    font-size: 30px;
    color: #073a78;
}
.unit .flows {
    position: relative;
    margin-top: 80px;
}
.unit .flows .list {
    width: 1215px;
    height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.unit .flows .contain {
    position: absolute;
    width: 4000px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.unit .flows .containLeft {
    margin-left: -1200px!important;
}

.itemnew {
    float: left;
    width: 240px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-right: 80px;
    height: 200px;
}
.itemnew:nth-child(4){
    margin-right: 0px;
}

.itemnew:before {
    content: "";
    width: 230px;
    height: 13px;
    background: url(/static/en/images//index/pre_trig.png) no-repeat;
    background-size: 230px 13px;
    position: absolute;
    top: 45px;
    left: 165px;
}
.itemnew:nth-child(4):before {
    content: "";
    width: 230px;
    height: 13px;
    background: none;

    position: absolute;
    top: 45px;
    left: 165px;
}

.itemnew:last-child:before {
    background: none;
}

.itemnew .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin-left: 75px;
    background: #3476c5;
    position: relative;
    text-align: center;
}

.itemnew .icon:hover img {
    -webkit-animation: mright .1s ease-in-out;
    animation: mright .1s ease-in-out;

}

.itemnew .title {
    width: 240px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itemnew .textBox {
    /* height: 0;*/
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: none;
}

/*****Service Process*******/



.bgall{
    top: 0;
    padding: 40px 0px;
    height: 100%;
    width: 525px;
    position: absolute;
    left: 368px;
}
.bgall .title{
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}
.bgall .text{
    line-height: 20px;
    color: #fff;
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
    font-size: 16px;
}

.nmasterTop {
    padding: 80px 0;
}
.nmasterTop .wrapper {
    position: relative;
}
.esTitle{
    font-size: 30px;
    color: #073a78;
    margin-bottom: 37px;
    text-align: center;
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
}

.nmasterItemBox {
    position: relative;
    height: 520px;
    width: 940px;
    margin: 0 auto;
}
.nmasterItemBox .nmasterItem:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.firstbg{
    background: url(/static/en/images/index/ug99.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:first-child .nmasterTitle {
    width: 211px;
    height: 330px;
    position: relative;
    background: url(/static/en/images/index/ug9.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(2) {
    position: absolute;
    bottom: 256px;
    left: 137px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(2) .nmasterTitle {
    width: 329px;
    height: 210px;
    position: relative;
    background: url(/static/en/images/index/ug10.png) no-repeat 50%;
}
.nmasterTop .wrapper .nmasterItemBox .nmasterItem:nth-child(3) {
    position: absolute;
    bottom: 254px;
    left: 468px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(3) .nmasterTitle {
    width: 330px;
    height: 212px;
    position: relative;
    background: url(/static/en/images/index/ug111.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 725px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(4) .nmasterTitle {
    width: 211px;
    height: 328px;
    position: relative;
    background: url(/static/en/images/index/ug12.png) no-repeat 50%;
}


.nmasterItemBox .nmasterItem:first-child .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 147px;
    left: 55px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon4.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(2) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 45px;
    left: 162px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon10.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(3) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 60px;
    left: 133px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon11.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(4) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 153px;
    left: 103px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon9.png) no-repeat 50%;
}



.nmasterItemBox .nmasterItem:first-child:hover {
    background: url(/static/en/images/index/ug99.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(2):hover{
    background: url(/static/en/images/index/ug1010.png) no-repeat 50%!important;
}

.nmasterItemBox .nmasterItem:nth-child(3):hover{
    background: url(/static/en/images/index/ug1111.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(4):hover{
    background: url(/static/en/images/index/ug1212.png) no-repeat 50%!important;
}





.nmasterTextBox .nmasterText {
    width: 400px;
    /* display: none; */
    position: absolute;
    top: 306px;
    left: 413px;
}

.seCont{
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    color: #555;
}
.noshow{
    display: none;
}
.nmasterTtitle{
    color: #e77b7b;
    font-size: 20px;
    line-height: 40px;
}
.dishow{
    display: block;
}

.mb70 {
    margin-bottom: 70px;
}
.channel.list {
    width: 1200px;
    height: 490px;
    position: relative;
    text-align: center;
}

.wrapchan{
    display: inline-block;
    height: 490px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 0;
}
.wrapchanbg{
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    border-radius: 10px;
    opacity: .5;
    position: absolute;
    width: 1000px;
    height: 300px;
    left: 100px;
    top: 102px;
}

/*.wrapchan:before {

    content: "";
    display: inline-block;
    width: 520px;
    height: 302px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    border-radius: 10px;
    opacity: .5;
    position: absolute;
    top: 90px;
    z-index: -1;

    left: -75px;
}

.wrapchan:after {

    content: "";
    display: inline-block;
    width: 520px;
    height: 302px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    border-radius: 10px;
    opacity: .5;
    position: absolute;
    top: 90px;
    z-index: -1;


}*/


.wrapchan:after {
    right: -75px;
}

.channel.list .hide {
    display: none;
    visibility: hidden;
}
.channel.list .item {
    float: left;
    width: 850px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 5px 0 #999;
    box-shadow: 0 1px 5px 0 #999;
    font-size: 14px;
    margin-bottom: 10px;
}
.channel.list .item .left {
    width: 570px;
    float: left;
    margin-right: 20px;
    text-indent: 20px;
    text-align: left;
}
.channel.list .item .right {
    float: left;
}
.channel.list .item .left .title {
    font-size: 18px;
    color: #fff;
    background: #538ed2;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-size: 100% 100%;
    padding-right: 30px;
    margin-top: 20px;
    position: relative;
}
.channel.list .item .left .title:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1px;
    border: 40px solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: -20px;
    top: -20px;
}
.channel.list .item .left .cTitle {
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
}
.channel.list .item .left .text {
    padding-left: 20px;
    text-indent: 0;
   /* margin-bottom: 20px;*/
    color: #555;
}

.push {
    display: inline-block;
    position: absolute;
    top: calc(50% - 40px);
    cursor: pointer;
}
.channel.list .prev {
    left: 0;
}
.channel.list .next {
    right: 0;
}

.allunit {
    position: relative;
    width: 850px;
    height: 520px;
    overflow: hidden;
    left: 170px;
}

.wrapchan .text2, .wrapchan .text{
    font-size: 13px;
}



.phDtype {
    background-color: #f7f7f7;
    padding: 80px 0;
}

.phDtype .phDtype1 {
    width: 570px;
    height: 380px;
    background: url(/static/en/images/index/phDtype.png) no-repeat;
    position: relative;
    display: inline-block!important;
}
.phDtype .phDtype1 .phDicon {
    font-size: 30px;
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #548dd1;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 163px;
    margin: 0;
}
.phDtype .phDtype1 .phDicon img {
    width: 100%;
}

.phDtype .phDtype1 .phDtypeRight {
    width: 460px;
    margin-left: 30px;
    padding: 30px 0 0 60px;
    float: left;
}
.phDtype .phDtype1 .phDtypeRight p {
    color: #010101;
    font-size: 20px;
    margin-bottom: 30px;
}
.phDtype .phDtype1 .phDtypeRight .phDtypeDes {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}
.phDtype .phDtype1 .phDtypeRight .phDtypeSmall {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}
.phDtype .phDtype1 .phDtypeRight span {
    display: block;
    padding-left: 20px;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    text-indent: -20px;
}
