
body{
    padding: initial !important;
}
input{outline: none;}
textarea{outline: none;}
a{
    text-decoration:none !important;
}
button:focus{
    outline:0;
    cursor: pointer;
}
.index_box {
    width: 100%;
}

.index_box {
    width: 100%;
    position: relative;
    background-size: cover;
}
.index_box #banner {
    position:relative;
    width: 100%;
	overflow:hidden;
    margin-bottom: 100px;
}
.index_box #banner_list img {
    width: 100%;
    float: left;
    height: 600px;
}


.company{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
    width: 1200px;
    margin: auto;
}
.company .brief_introduction {
    display: flex;
}
.company .brief_introduction .brief_introduction_l{
    height: 480px;
    overflow: hidden;
}
.company .brief_introduction .brief_introduction_l .title_box{
    position: relative;
    left: -90px;
}
.company .brief_introduction .brief_introduction_l .title_box .title_bg{
    font-size: 60px;
    color: #DCDCDC;
    opacity: 0.2;
}
.company .brief_introduction .brief_introduction_l .title_box .title{
    font-size: 40px;
    color: #001129;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 90px;
}
.company .brief_introduction .brief_introduction_l .title_box p{
    height: 7px;
    width: 80px;
    position: absolute;
    background: #0592FE;
    top: -10px;
}
.company .brief_introduction .brief_introduction_l .content{
    width: 524px;
    margin-right: 50px;
    text-align: justify;
    color: #001129;
    font-size: 20px;
    line-height: 41px;
}
.company .brief_introduction .brief_introduction_l .content p{
    margin-top: 50px;
}
.company .brief_introduction .brief_introduction_r{
    width: 648px;
    height: 379px;
    margin-top: 100px;
}
.company .brief_introduction .brief_introduction_r img{
    width: 100%;
    height: 100%;
}




.culture{
    width: 100%;
    height: 642px;
    overflow: hidden;
    background-image: url("/web/images/culture.png");
}
.culture .culture-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.culture .culture-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    width: 100%;
    font-size: 60px;
    position: absolute;
    top: 17px;
}
.culture .culture-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 0;
}
.culture .culture-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.culture .culture-title{
    width: 100%;
    text-align: center;
    margin: 80px auto 20px;
}
.culture .culture-title .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: rgba(1, 60, 115, 1);
    line-height: 65px;
}
.culture .culture-title .line{
    width: 200px;
    height: 8px;
    background: rgba(1, 88, 167, 1);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}
.culture .culture-content{
    width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}
.culture .culture-content .img {
    width: 556px;
    margin-right: 52px;
}
.culture .culture-content .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.culture .culture-content .product_card {
    height: 354px;
    text-align: center;
    width: 30%;
}
.culture .culture-content .product_card .product_card_img{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 20px;
}
.culture .culture-content .product_card .product_card_img img{
    height: 100%;
    width: 100%;
}
.culture .culture-content .product_card .product_card_bd{
    width: 100%;
}
.culture .culture-content .product_card .product_card_bd .title{
    color: #001129;
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0;
}
.culture .culture-content .product_card .product_card_bd div{
    color: #001129;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course{
    width: 100%;
    height: 642px;
    overflow: hidden;
}
.course .course-title{
    width: 100%;
    text-align: center;
    margin: 80px auto 20px;
}
.course .course-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course .course-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    width: 100%;
    font-size: 60px;
    position: absolute;
    top: 17px;
}
.course .course-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 0;
    text-align: center;   
    font-weight: bold;
    line-height: 65px;
}
.course .course-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
/* .culture .culture-title .line{
    width: 200px;
    height: 8px;
    background: rgba(1, 88, 167, 1);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
} */
.course .course-content{
    width: 1400px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}
.course .course-content .img {
    width: 556px;
    margin-right: 52px;
}
.course .course-content .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.course .course-content .product_card {
    height: 354px;
    /* text-align: center; */
    width: 20%;
}
.course .course-content .product_card .product_card_img{
    /* width: 100px;
    height: 100px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
 
}
.course .course-content .product_card .product_card_img .year{
    height: 110px;
    width: 110px;
    border-radius: 55px;
    background: burlywood;
    text-align: center;
    line-height: 110px;
    font-weight: bold;
    font-size:26px;
}
.course .course-content .product_card .product_card_img .right{
    height: 3px;
    width: 100px;
    background: red;
    margin: 0 15px;
}
/* .course .course-content .product_card .product_card_line{
    margin-left: 50px;
    margin-bottom: 15px;
    height: 60px;
    width: 3px;
    background: blue;
} */

.course .course-content .product_card .product_card_bd{
    width: 100%;
    height: 200px;
    position: relative;
}
.course .course-content .product_card .product_card_bd .title_box{
    position:absolute;
    bottom: 0;
    /* margin: 20px 0; */
}
.course .course-content .product_card .product_card_bd .title{
    color: #001129;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* margin: 20px 0; */
}

.partners{
    width: 100%;
    height: 642px;
    overflow: hidden;
}
.partners .partners-title{
    width: 100%;
    text-align: center;
    margin: 80px auto;
}
.partners .partners-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners .partners-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    width: 100%;
    font-size: 60px;
    position: absolute;
    top: 17px;
}
.partners .partners-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 0;
    text-align: center;   
    font-weight: bold;
    line-height: 65px;
}
.partners .partners-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.partners .partners-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background: #FBFBFB;
}
.partners .partners-content .content_left img{
    height: auto;
    width: 50px;
}
.partners .partners-content .content_center{
    width: 1300px;
    overflow: hidden;
}
.partners .partners-content .content_center .content_center_box{
    display: flex;
    width: 100%;
}
.partners .partners-content .content_center img{
    width: auto;
    height: 260px;
    margin: 15px;
    display: inline-block;
    box-shadow: 0rem 0rem 0.08rem rgba(122, 122, 122, 0.16);
}
.partners .partners-content .content_right img{
    height: auto;
    width: 50px;
}


.case{
    width: 100%;
    overflow: hidden;
}
.case .case-title{
    width: 100%;
    text-align: center;
    margin: 80px auto;
}
.case .case-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case .case-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    width: 100%;
    font-size: 60px;
    position: absolute;
    top: 17px;
}
.case .case-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 0;
    text-align: center;   
    font-weight: bold;
    line-height: 65px;
}
.case .case-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.case .case-content{
    width: 1200px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case .case-content .content_l{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case .case-content .content_l .box{
    height: 270px;
}
.case .case-content .content_l .box .title{
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0;
}
.case .case-content .content_l .box .content{
    font-size: 19px;
    padding: 5px 0;
}
 
.case .case-content .content_r  {
    width: 38%;
}
.case .case-content .content_r img{
    width: 100%;
    height: auto;
}



.contact_us{
    width: 100%;
    overflow: hidden;
}
.contact_us .contact_us-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_us .contact_us-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.contact_us .contact_us-title .title_box .title{
    color: #001129;
    font-size: 40px;
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    bottom: 0;
}
.contact_us .contact_us-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.contact_us .contact_us-title{
    width: 100%;
    text-align: center;
    margin: 80px auto;
}
.contact_us .contact_us-title .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: rgba(1, 60, 115, 1);
    line-height: 65px;
}

.contact_us .contact_us-title .line{
    width: 200px;
    height: 8px;
    background: rgba(1, 88, 167, 1);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.contact_us .contact_us-content{
    width: 100%;
    justify-content: center;
    background-image: url("/web/images/contact_us_bg.png");
    height: 805px;
    display: flex;
    align-items: center;
}
.contact_us .contact_us-content .content{
    width: 560px;
    height: 625px;
    background: #ECEDEF;
    margin: 40px;
    padding: 35px;
}
.contact_us .contact_us-content .content_left img{
    height: 40px;
    width: 40px;
}

.contact_us .contact_us-content .content_left .title{
    font-size: 28px;
    color: #4E4E4E;
}
.contact_us .contact_us-content .content_left .synopsis{
    font-size: 18px;
    margin-top: 25px;
    color: #4E4E4E;
}
.contact_us .contact_us-content .content_left .synopsis p{
    line-height: 40px;
}
.contact_us .contact_us-content .content_left .box{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-top: 40px;
}
.contact_us .contact_us-content .content_left .box img{
    margin-right: 20px;
}

.contact_us .contact_us-content .content_left .box span{
    font-size: 24px;
}
.phone_font{
    color: #0592FE;
}
.contact_us .contact_us-content .content_right .title{
    font-size: 28px;
    color: #4E4E4E;
}
.contact_us .contact_us-content .content_right .forms{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0
}

.contact_us .contact_us-content .content_right .forms span{
    width: 15%;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}

.contact_us .contact_us-content .content_right .forms input{
    width: 82%;
    height: 50px;
    border: none;
    font-size: 16px;
    padding:20px;
}
.contact_us .contact_us-content .content_right .forms textarea{
    width: 82%;
    height: 100px;
    border: none;
    resize: none;
    font-size: 16px;
    padding:20px;
}
.contact_us .contact_us-content .content_right .btn{
    display: flex;
    justify-content: center;
}
.contact_us .contact_us-content .content_right .btn button{
    width: 200px;
    height: 50px;
    border: none;
    background: #0592FE;
    border-radius: 25px;
    color: #ffffffff;
    font-size: 24px;
}
.map{
    width: 1200px;
    margin: 70px auto;
    height: 360px;
    box-shadow: 0px 0px 2px #888888;
    display: flex;
    background: #0592FE;
}
.map img{
    height: 64px;
    width: 64px;
    margin: 30px 0;
}
.map .map_img{
    height: 100%;
    width: 50%;
}
.map .map_add{
    height: 100%;
    padding: 30px;
    font-size: 28px;
    margin: auto;
    text-align: center;
    width: 50%;
    color: #FFFFFF;
}
.map .map_add .title{
    margin-bottom: 30px;
}
.map .map_add p{
    font-size: 20px;
}
#container{
    height: 100%;
    width: 100;
}
.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}