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: 9999}
.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;
    /*width: 20px;height: 20px;*/
}
.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 30px;height: 100%;background: rgba(84, 141, 209, 0.86);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;
}

.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;*/
    bottom: 0px;
    left: -10px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:first-child .nmasterTitle {
   /* width: 133px;
    height: 179px;*/
    width: 145px;
    height: 186px;
    position: relative;
    background: url(/static/en/images/index/ug1.png) no-repeat 50%;
}
.firstbg{
   /* background: url(/static/en/images/index/ug11.png) no-repeat 50%!important;*/
    background: url(/static/en/images/index/1.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(2) {
    position: absolute;
   /* bottom: 139px;
    left: 36px;*/


    bottom: 141px;
    left: 25px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(2) .nmasterTitle {
    width: 190px;
    height: 199px;
    position: relative;
    background: url(/static/en/images/index/ug2.png) no-repeat 50%;
}
.nmasterTop .wrapper .nmasterItemBox .nmasterItem:nth-child(3) {
    position: absolute;
   /* bottom: 259px;
    left: 138px;*/
    bottom: 259px;
    left: 133px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(3) .nmasterTitle {
    /*width: 193px;
    height: 176px;*/
    width: 199px;
    height: 185px;
    position: relative;
    background: url(/static/en/images/index/ug3.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(4) {
    position: absolute;
    bottom: 312px;
    left: 282px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(4) .nmasterTitle {
    width: 196px;
    height: 193px;
    position: relative;
    background: url(/static/en/images/index/ug4.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(5) {
    position: absolute;
    bottom: 320px;
    left: 466px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(5) .nmasterTitle {
    width: 193px;
    height: 176px;
    position: relative;
    background: url(/static/en/images/index/ug5.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(6) {
    position: absolute;
    bottom: 254px;
    left: 610px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(6) .nmasterTitle {
    width: 199px;
    height: 190px;
    position: relative;
    background: url(/static/en/images/index/ug6.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(7) {
    position: absolute;
    bottom: 137px;
    left: 728px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(7) .nmasterTitle {
    width: 187px;
    height: 199px;
    position: relative;
    background: url(/static/en/images/index/ug7.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(8) {
    position: absolute;
    bottom: 0px;
    left: 782px;
    cursor: pointer;
}
.nmasterItemBox .nmasterItem:nth-child(8) .nmasterTitle {
    width: 193px;
    height: 181px;
    position: relative;
    background: url(/static/en/images/index/ug8.png) no-repeat 50%;
}


.nmasterItemBox .nmasterItem:first-child .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 70px;
    left: 30px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon1.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(2) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 75px;
    left: 70px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon2.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(3) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 70px;
    left: 75px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon3.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(4) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 60px;
    left: 70px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon4.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(5) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 54px;
    left: 57px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon5.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(6) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 60px;
    left: 60px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon6.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(7) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 70px;
    left: 60px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon7.png) no-repeat 50%;
}
.nmasterItemBox .nmasterItem:nth-child(8) .nmasterTitle:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 70px;
    left: 76px;
    display: inline-block;
    background: url(/static/en/images/index/ug_icon8.png) no-repeat 50%;
}



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

    left: 23px;*/

}

.nmasterItemBox .nmasterItem:nth-child(3):hover{
    background: url(/static/en/images/index/3.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(4):hover{
    background: url(/static/en/images/index/4.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(5):hover{
    background: url(/static/en/images/index/5.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(6):hover{
    background: url(/static/en/images/index/6.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(7):hover{
    background: url(/static/en/images/index/7.png) no-repeat 50%!important;
}
.nmasterItemBox .nmasterItem:nth-child(8):hover{
    background: url(/static/en/images/index/8.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;
    display: none;
}

/*.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: 486px;
    overflow: hidden;
    left: 170px;
    box-shadow: 5px 3px 2px 2px #4d84c3;
    border-radius: 5px;
}

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