/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.container{
    width: 100%;
    padding: 0;
    margin: 0;
}
.navbar-container{
    width: 1200px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px;
    height: 70px;
    overflow: hidden;
    font-size: 16px;
    margin: 0 auto;
}
.navbar-header{
    width: 20%;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.navbar-nav{
    width: 50%;
}
.navbar-btn{
    width: 30%;
}
.navbar-nav .nav{
    float: left;
    margin: 0;
}
.navbar-btn .nav{
    float: right;
    margin: 0;
}
.navbar-nav .navbar-li{
    float: left;
    display: flex;
    align-items: center;
    vertical-align: top;
    padding: 0 10px;
    margin: 0 30px;
    position: relative;
    height: 68px;
    line-height: 68px;
    border-bottom: 2px solid #fff;
    color: #676C70;
    cursor: pointer;
}
.navbar-nav .selected{
    border-bottom: 2px solid #007BFF;
    color: #007BFF;
}
.navbar-btn .navbar-li {
    float: right;
    display: flex;
    align-items: center;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
}
.navbar-btn .navbar-btn1,.navbar-btn .navbar-btn2/*,.navbar-btn .navbar-btn1:hover*/{
    border-radius:40px;
    padding: 10px 28px;
    cursor: pointer;
}
.navbar-btn .navbar-btn1/*,.navbar-btn .navbar-btn1:hover*/{
    background: #0F93FF!important;
    border: solid 0px #4373F9!important;
    color:#fff!important;
}
.navbar-btn .navbar-btn2/*,.navbar-btn-login:hover*/{
    background: #fff!important;
    color:#0F93FF!important;
    border: 1px solid #0F93FF;
}
/*banner图切换*/
#banner{
    height: 500px;
    width: 100%;
    margin: 0 auto;
}
#banner .item{
    height: 500px;
}
#banner .banner1-img{
    width:100%;
    height: 500px;
    text-align: center;
    overflow: hidden;
    background-image: url("/ympy/img/home/banner1.jpg");
    background-size: auto 500px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#banner .banner2-img{
    width:100%;
    height: 500px;
    text-align: center;
    overflow: hidden;
    background-image: url("/ympy/img/home/banner2.jpg");
    background-size: auto 500px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#banner .carousel-indicators{
    bottom: 12px;
}
#banner .banner1-content{
    position: absolute;
    top: 0px;
    width: 1200px;
    left: calc(50% - 600px);
    color: #fff;
}
#banner .banner2-content{
    position: absolute;
    top: 0px;
    width: 1200px;
    left: calc(50% - 600px);
    color: #fff;
}
#banner .banner1-label1{
    font-size: 50px;
    margin-top: 160px;
}
#banner .banner1-label2{
    margin-top: 35px;
    font-size: 24px;
}
#banner .banner1-label3{
    margin-top: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: center;
}
#banner .banner1-label3 .banner1-btn1{
    width: 136px;
    height: 47px;
    background: #20D8D5;
    border-radius: 24px;
    line-height: 47px;
    cursor: pointer;
}
#banner .banner1-label3 .banner1-btn1 img{
    width: 12px;
    margin-right: 2px;
}
#banner .banner1-label3 .banner1-btn2{
    width: 136px;
    height: 47px;
    background: #FFFFFF;
    border-radius: 24px;
    color: #007BFF;
    margin-left: 30px;
    line-height: 47px;
    cursor: pointer;
}
#banner .banner2-label1{
    font-size: 50px;
    margin-top: 160px;
}
#banner .banner2-btn1{
    width: 136px;
    height: 47px;
    background: #FFFFFF;
    border-radius: 24px;
    line-height: 47px;
    text-align: center;
    color: #007BFF;
    font-size: 20px;
    margin-top: 70px;
    cursor: pointer;
}
#banner .carousel-indicators li{
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 50%;
}
#banner .carousel-indicators .active{
    width: 23px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
}
/*产品*/
.do-container{
    width: 1200px;
    margin: 0 auto;
}
.do-container .carousel{
    height: 600px;
}
.do-container .col-md-1-wid{
    width: 20%;
    cursor: pointer;
}
.title-p{
    font-size: 36px !important;
    color: #101010 !important;
    font-weight: bold !important;
}
.content-p{
    font-size: 20px !important;
    color: #6A7D8B !important;
}
.do-container .carousel-indicators{
    display: none;
}

/*价格*/
.price-container{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 110px;
}
.price-container .price-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-top: 70px;
}
.price-container .price-item{
    width: 450px;
    height: 705px;
    background: #FFFFFF;
    border: 1px solid #F7F7F7;
    box-shadow: 1px 2px 36px 0px rgba(27, 42, 59, 0.06);
}
.price-container .price-top{
    width: 100%;
    height: 180px;
    background: #FF7A8C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}
.price-container .price-top-right{
    background: #409EFF;
}
.price-container .price-top-1{
    margin-bottom: 20px;
    font-size: 28px;
}
.price-container .price-num{
    margin-top: 35px;
    font-size: 36px;
}
.price-container .price-split{
    width: 100%;
    height: 6px;
    background: #e56e7e;
}
.price-container .price-split-right{
    background: #398ee5;
}
.price-container .price-btn{
    width: 290px;
    height: 70px;
    border: 1px solid #FF7A8C;
    border-radius: 34px;
    color: #FF7A8C;
    margin: 59px auto 52px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.price-container .price-btn-right{
    border: 1px solid #409EFF;
    color: #409EFF;
}
.price-container .price-text{
    border-top: 1px solid #F7F7F7;
    font-size: 20px;
    color: #676C70;
    width: 396px;
    margin: 0 auto;
    text-align: left;
    padding-top: 60px;
}
.price-container .price-text-item{
    margin-top: 18px;
}
/*评价*/
.assessment-container{
    background-color: #F6FBFF;
}
.assessment-container .assessment-banner{
    background-image: url("/ympy/img/home/assessment-bg.jpg");
    height: 280px;
    background-size: auto 280px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
    font-size: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.assessment-container .assessment-btn{
    width: 152px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    color: #007BFF;
    font-size: 20px;
    margin-top: 40px;
    line-height: 60px;
    cursor: pointer;
}
.assessment-container .jumbotron{
    background-color: #F6FBFF !important;
}
.assessment-container .assessment-content{
    width: 1200px;
    margin: 90px auto 0 auto;
}
.assessment-content .col-md-1-wid{
    width: 245px;
    background-color: #fff;
    height: 86px;
    cursor: pointer;
}
.assessment-content .step-active{
    border-bottom: 0px;
    color: #fff;
    box-shadow: 5px 8px 25px 0px rgba(27, 42, 59, 0.05);
    border-radius: 10px;
}
.assessment-content .jumbotron-step{
    border-bottom: 0px;
    background-color: #F6FBFF !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.assessment-content .carousel-indicators{
    display: none;
}
.assessment-content .jumbotron-step-img{
    width: 245px;
    color: #fff;
}
/*评价 轮播*/
.assessment-content .carousel{
    height: 340px;
}
.assessment-content .item{
    height: 340px !important;
    box-shadow: 1px 2px 22px 0px rgba(27, 42, 59, 0.05);
    border-radius: 10px;
}
.assessment-content .assessment-bg1{
    position: absolute;
    top: -45px;
    left: -35px;
    width: 88px;
}
.assessment-content .assessment-bg2{
    position: absolute;
}
.assessment-content .assessment-item-div{
    display: flex;
    flex-direction: row;
    border-radius: 10px;
}
.assessment-content .assessment-item-img{
    width: 340px;
    height: 340px;
    border-radius: 10px 0px 0px 10px;
}
.assessment-content .assessment-item-text{
    padding: 90px 50px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #3D4042;
    font-size: 20px;
    position: relative;
    height: 340px;
}
.assessment-content .assessment-item-text1{

}
.assessment-content .assessment-item-name{
    font-weight: bold;
    margin-right: 55px;
}
.assessment-content .assessment-item-left-bg{
    position: absolute;
    top: 35px;
    left: 27px;
}
.assessment-content .assessment-item-right-bg{
    position: absolute;
    right: 35px;
    bottom: 40px;
}

/*logo轮播*/
.logo-container{
    width: 1200px;
    margin: 0 auto;
}
#myCarousel3{
    height: 600px;
    margin-top: 60px;
}
#myCarousel3 .item{
    height: 530px;
}
.logo-container .logo-list{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.logo-container .logo-list:last-child{
    margin-bottom: 0px;
}
.logo-container .logo-img{
    width: 260px;
    height: 120px;
}

.cursor{
    cursor: pointer;
}

.flex-div{
    display: flex;
    align-items: center;
}
.navbar{
    min-height:60px ;
}
body {
    padding-bottom: 40px;
    color: #5a5a5a;
}
.br-30{
    border-radius: 30px;
}
.lh-20{
    line-height: 20px;
}
.lh-25{
    line-height: 25px;
}
.lh-30{
    line-height: 30px;
}
.ta_center{
    text-align: center;
}
.color{
    color:#1f1f1f!important;
}
.color-333{
    color:#333!important;
}
.color-666{
    color:#666!important;
}
.color-999{
    color:#999!important;
}
.color-white{
    color:white;
}
.fs-13{
    font-size: 13px!important;
}
.fs-14{
    font-size: 14px!important;
}
.fs-15{
    font-size: 15px!important;
}
.fs-16{
    font-size: 16px!important;
}
.fs-17{
    font-size: 17px!important;
}
.fs-18{
    font-size: 18px!important;
}
.fs-22{
    font-size: 22px!important;
}
.fs-20{
    font-size: 20px!important;
}
.ft{
    font-weight: 600!important;
}
.ft-100{
    font-weight: 100;
}
.ft-200{
    font-weight: 200;
}
.ft-300{
    font-weight: 300!important;
}
.ft-400{
     font-weight: 400!important;
}

.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.pt-5{
    padding-top:5px;
}
.pt-10{
    padding-top:10px;
}
.pt-20{
     padding-top:20px;
}
.pt-30{
    padding-top:30px;
}
.pt-50{
    padding-top:50px;
}
.pb-mb-5{
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.pb-5{
    padding-bottom: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mr-15{
    margin-right: 15px;
}
.mr-90{
    margin-right: 90px;
}
.ml-10{
    margin-left: 10px;
}
.mt-30{
    margin-top: 30px;
}
.img-opacity{
    opacity: 0.5;
}

.btn-primary,.btn-primary:hover,.btn-primary:focus{
    background-color: #4373F9;
    border-color: #4373F9;
}

.jumbotron{
    background: #fff!important;
}

.carousel-control.left,.carousel-control.right {
    right: 0;
    left: auto;
    background-image:none!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.item-left-text{
    margin-top: 35px;
}
.item-left-text h5{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #3D4042;
}
.item-left-text p{
    color: #6A7D8B;
}

.item-left-text-h5-img{
    width: 38px;
    margin-right: 4px;
}
.col-md-5{
    color: #101010;
}
.col-md-5 h4{
    font-weight: bold;
}

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
/*.navbar-btn,.navbar-btn:hover{
    background: #4373F9!important;
    border: solid 0px #4373F9!important;
    border-radius:20px!important; ;
    padding:8px 18px!important;
    color:#fff!important;
    margin:0px 10px;
}
.navbar-btn-login,.navbar-btn-login:hover{
    background: #fff!important;
    color:#4373F9!important;
    box-shadow: 1px 1px 10px rgba(29, 54, 112, 0.1);
    padding:8px 25px!important;
}*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 530px;
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}
.carousel_mobile {
    height:420px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 430px;
    background-color: #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    /* border: 1px solid #bf2e2e; */
    background: #ccc;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #4373F9;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.col-md-1{
    padding:0px;
    height:60px;
    color:#101010;
}
@media (min-width: 1200px) {
    .col-md-1-wid {
        width: 15.333333%;
    }
}
@media (min-width: 992px) {
    .col-md-1-wid {
        width: 15.333333%;
    }
}
@media (min-width: 768px) {
    .col-md-1-wid {
        width: 15.333333%;
    }
    .col-md-3 {
        width: 25%;
    }
}
.step-flex {
    padding:3px;
    height:60px;
    display: flex;
    justify-content: space-between;
    color:#ccc;
}
.step-line{
    height: 11px;
    width: 100%;
    border-bottom:dotted 1px #ccc ;
}
.jumbotron-step{
    border-bottom:solid 1px #eee;
    padding-bottom:60px;
}
.jumbotron-step-img{
    width: 30px;
    margin-right: 5px;
}
.step-active{
    border-bottom: solid 2px #4373F9;
    color:#0F93FF;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;

}
.col-lg-4-wrapper{
    text-align: left;
    border: solid 0px #eee;
    box-shadow: 1px 1px 10px rgba(15, 31, 55, 0.04);
    width:100%;
    margin:0 auto;
    padding: 40px 25px 30px 25px;
    height: 236px;
    border-radius: 10px;
}
.col-lg-4-img{
    width: 30px;
    margin-right: 15px;
}
.col-lg-4-img-dd{
    width: 25px;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    /*margin-right: 10px;
    margin-left: 10px;*/
}

.jumbotron-marketing{
    padding-right: 55px!important;
    padding-left: 55px!important;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
.item-img{
    width:100%;
}
.item-img-shadow{
    box-shadow: 0px 0px 20px rgba(49, 82, 158, 0.12);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.all-width{
    width:100%;
    background: #4373F9;
    text-align: center;
}
.all-width-btn,.all-width-btn:hover{
    background: #fff;
    color:#4373F9;
    margin-bottom: 30px;
    margin-top: 20px;
}
footer{
    width: 100% !important;
    background-color: #222429;
    margin: 30px auto 1px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-container{
    padding: 0px;
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 280px;
}
.footer-container .logo-div{
    width: 18%;
    text-align: left;
}
.footer-container .logo-img{
    width: 80px;
}
.footer-container .footer-banner{
    width: 12%;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.footer-container .footer-wechat{
    width: 20%;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.footer-container .footer-wechat .code_img{
    width: 109px;
    margin: 20px 0px;
}
.footer-container .footer-right{
    width: 50%;
    color: #fff;
    font-size: 16px;
    text-align: right;
}
.footer-container .footer-right-logo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-container .footer-right-logo .code_img{
    width: 28px;
    margin-left: 50px;
}
.footer-container .footer-phone{
    margin-top: 60px;
    margin-bottom: 30px;
}
.footer-container .footer-phone span{
    font-weight: bold;
}
/*@media (min-width: 1200px) {
    footer {
        width: 820px;
    }
}*/
@media (min-width: 992px) {
    footer {
        width: 820px;
    }
}
footer .code-div{
    margin-top: 55px;
    text-align: center;
}
footer .code_img
{
    width: 80%;
}


/***移动**/
.ul_flex {
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling:touch;
}
.ul_flex_li{

}
.mobile-jumbotron-marketing{
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.mobile_footer{
    width: 90%;
    margin: 30px auto 1px;
    padding-bottom: 80px;
}
.mobile-code-flex{
    display: flex;
    justify-content: center;
}
.contact-us-addr{
    display: inline-block;
    width:65px;
    text-align: left;
}
.contact-us-addr-desc{
    display: inline-block;
    width: 80%;
    vertical-align: top;
}
.mobile-featurette-divider{
    margin: 35px 0;
    color:#E6E6E6;
}
.mobile-navbar-btn{
    position: absolute;
    right:0;
    top:15px;
    width: 60%;
}
.mobile-navbar-btn-flex{
    display: flex;
    justify-content: flex-end;
}
.mobile-col-lg-4-wrapper{
    width:26rem;
}

/**申请框**/
.form-height{
    padding:20px 40px!important;
    border-radius: 10px!important;
    background: #fff!important;
    border: 0px solid #eee!important;
}
.mobile-form-height{
    padding:20px 20px!important;
}
.layui-layer{
    border-radius: 10px!important;
    background: #fff!important;
    border: 1px solid #eee!important;
    overflow: hidden;
}
.layui-layer-btn{
    /*display: none;*/
}
.login-title{
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 13px;
    word-break: break-all;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.login-input{
    border: 1px solid #eee!important;
    background: #fff!important;
    margin-top: 5px!important;
    height: 43px!important;
    border-radius: 5px!important;
}
.btn-block {
    margin-top: 20px!important;
    height: 45px!important;
    margin-bottom: 0px!important;
    background-color: #4373F9!important;
    border-color: #4373F9!important;
}
body .layer-ext-moon .layui-layer-setwin {
   /* top: 45px!important;
    right: 41px!important;*/
}
label.error {
    position: inherit;
    font-size: 13px;
    margin-bottom: 0px!important;
}

.tpl_show_wrapper{
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.show_icon{
    width: 100px;
    height: 100px;
    background: #4373F9;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 50px;
}
.min-height{
    height:60px;
    line-height: 60px;
}
.bg-color{
    background: #4373F9;
}
.mobile_footer .contact-us-addr-desc{
    display: inline-block;
    width: 74%;
    vertical-align: top;
}

/*右边side*/
.side{
    position: fixed !important;
    right: 19px !important;
    top: calc(50% - 100px) !important;
    margin-top: 0px !important;
    z-index: 100 !important;
    background: #0F93FF !important;
    border-bottom: 0 !important;
    width: 80px !important;
    /*height: 262px !important;*/
    border-radius: 10px !important;
    box-shadow: 1px 2px 36px 0px rgb(27 42 59 / 6%) !important;
    color: #fff !important;
    border: 0px !important;
}
.side ul li{
    border:0px !important;
    color: #fff !important;
}
.side ul li i{
    font-size: 14px !important;
    margin-bottom: 14px !important;
}
