#container{
	position: relative;
}
#container li{
	position: absolute;
	top: 0px;
	left: 0px;
}
.title{
	padding-top: 10%;
    padding-bottom: 15%;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #26b7ec;
}
.sm-title{
    font-size: 24px;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}
.sm-title-left{
	text-align: right;
}
.sm-title-right{
	text-align: left;
}
.desc{
	padding: 10px 0px;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
    color: #666666;
}
.bakimg{
	background-image: url(../../image/index7.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: auto;
}
.blue-tit{
	text-align: center;
    padding: 30px 0px;
    font-size: 20px;
    color: #43536A;
    font-weight: bold;
}
.ssm-tit{
	text-align: center;
	color: #666666;
}
.box-border{
	border-radius: 50px;
	background-color: #E6E6E6;
	padding: 30px 0px 30px 30px;
}
.desc1{
	padding: 12%;
}
.certificate-box{
    background: #2d5985;
    height: 150px;
    color: #ffffff;
    width: 100%;
}
.certificate-box li {
    line-height: 90px;
} 
.certificate-box li img {
    vertical-align: middle;
}
.certificate-box li p {
    line-height: 20px;
    text-align: center;
}
@media (min-width: 1280px) {
    .certificate-box li {
        line-height: 90px;
    }    
}
@media (min-width: 1600px) {
    .certificate-box li {
        line-height: 90px;
    }    
}
@media (max-width: 768px) {
    .container {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }
    .certificate-box {
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-overflow-scrolling: touch;
        text-align: justify;
    }
    .certificate-box li {
        margin: 0px;
        float: none;
        padding: 0px 20px;
        display: inline-block;
    }
    .certificate-box li img {
        width: 50px;
    }
    .certificate-box li p {
        font-size: 12px;
        transform: scale(0.8);
    }
}
@media (max-width: 992px) {
    .container {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }
    .certificate-box {
        white-space: nowrap;
        text-align: justify;
    }
    .certificate-box li {
        margin: 0px;
        float: none;
        padding: 0px 10px;
        display: inline-block;
    }
}
.col-left {
    float: left;
}
.col-right {
    float: right;
}
footer {
    background-color: #2d5985!important;
    padding-top: 45px;
    padding-bottom: 35px;
}
footer a {
    color: #fff;
    text-decoration: none;
    outline: none;
    star: expression_r(this.onFocus=this.blur());
}
footer dt{
	font-weight: normal;
}
footer .contact .codeimg img {
    border: 1px solid #ececec;
}
footer .contact .text {
    margin-top: 32px;
    font-size: 0.875rem;
    color: #666666;
}
footer .bnav dl {
    float: left;
}
footer .contact .text b {
    color: #15a3de;
    font-size: 2.125rem;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}
footer .bnav dt {
    padding-right: 50px;
    font-size: 1.2rem;
    color: #2e2e2e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
footer .bnav dd {
    line-height: 28px;
    font-size: 0.875rem;
}
footer .copy {
    color: #fff;
    margin-top: 30px;
    font-size: 0.875rem;
    text-align: center;
}
#container .btn-primary-gradient{min-width: fit-content; margin-top: 20px;}
#container .btn-primary-gradient span{padding: 0rem 0.6rem; font-size: 10px;}
@media (max-width: 768px) {
    #container-box{top: 80%;}
}
@media (min-width: 768px) {
    #container-box{top: 80%;}
}@media (min-width: 992px) {
    #container-box{top: 70%;}
}
