@charset "UTF-8";

body {
    padding: 0;
}

/* navbar */
.navbar {
    transition: all .3s;
    background: rgba(0, 71, 100, 0);
}
.navbar.bgColor {
    background: rgba(0, 71, 100, 1);
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li.active > a {
    border-bottom: none;
}
.navbar.bgColor .navbar-nav > li > a:hover,
.navbar.bgColor .navbar-nav > li.active > a {
    border-bottom: 2px solid #4daabb;
}

/* banner */
.carousel-inner>.item>img{
    margin: 0 auto;
}

/* about-us */
.about-us-modular {
    margin-bottom: 240px;
}
.about-us-modular .about-us-title {
    margin-top: 100px;
    margin-bottom: 50px;
    color: #333333;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.about-us-modular .about-us-info {
    margin-bottom: 100px;
}
.about-us-modular .about-us-info .about-us-html {
    line-height: 36px;
    font-size: 24px;
    color: #666666;
    text-align: center;
}
.about-us-modular .tabulation-info {
    border-right: 1px solid #dededf;
}
.about-us-modular .tabulation-info.tabulation-two{
    padding: 0 35px;
    border-right: 0;
}
.about-us-modular .tabulation-info.tabulation-last {
    border-right: 0;
    margin-right: 0;
    padding-left: 35px;
    border-left: 1px solid #dededf;
}
.about-us-modular .tabulation-info .tabulation-list {
    display: block;
    font-size: 34px;
    line-height: 56px;
    margin-bottom: 20px;
    color: #333333;
}
.about-us-modular .tabulation-info .tabulation-list:last-child {
    margin-bottom: 0;
}
.about-us-modular .tabulation-info .tabulation-list i {
    color: #3b55e6;
    vertical-align: middle;
}
.about-us-modular .tabulation-info a.tabulation-list {
    color: #366d96;
    cursor: pointer;
}

/* application-cases */
.application-cases-modular {

}
.application-cases-modular .application-cases-list {
    position: relative;
}
.application-cases-modular .application-cases-list .cases-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 365px;
    overflow: hidden;
}
.application-cases-modular .application-cases-list .cases-pic img {
    height: 100%;
}
.application-cases-modular .application-cases-list .cases-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application-cases-modular .application-cases-list .cases-info .cases-mask {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    background: rgba(0, 71, 100, 0.78);
}
.application-cases-modular .application-cases-list .cases-info .cases-name {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}
.application-cases-modular .application-cases-list .cases-info:hover .cases-mask {
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
}

/* news */
.news-modular {
    padding-bottom: 80px;
    border-bottom: 1px solid #f7f7f7;
}
.news-modular .news-list {
    margin-bottom: 40px;
}
.news-modular .news-list .news-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news-modular .news-list .news-pic img {
    min-width: 100%;
    height: 160px;
}
.news-modular .news-list .news-info {
    display: block;
    background: #366d96;
    color: #ffffff;
    padding: 20px 40px;
    height: 160px;
}
.news-modular .news-list .news-info .news-title {
    font-size: 18px;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-modular .news-list .news-info .news-desc {
    font-size: 12px;
    line-height: 18px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.news-modular .news-list .news-info .news-date {
    font-size: 12px;
    line-height: 20px;
}
.news-modular .news-list .news-info:hover{
    color: #4daabb;
}
.news-modular .news-more{
    text-align: right;
    margin-right: -15px;
}
.news-modular .news-more a{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #4ca4c0;
    border-top: 3px solid #4ca4c0;
    padding-top: 10px;
    width: 140px;
}

/* leaving-message */
.leaving-message-modular {
    padding-top: 140px;
    border-top: 1px solid #ebebec;
    margin-bottom: 200px;
}
.leaving-message-modular .modular-title {
    margin-top: 0;
}
.leaving-message-modular .leaving-message-form {
    width: 920px;
    max-width: 100%;
    margin: 60px auto 0;
}
.leaving-message-modular .leaving-message-form .form-item {
}
.leaving-message-modular .leaving-message-form .form-item .form-tile {
    line-height: 56px;
    padding-left: 30px;
    color: #8c8f94;
    font-size: 16px;
}
.leaving-message-modular .leaving-message-form .form-item textarea {
    border: 2px solid #dddddd;
    width: 100%;
    height: 180px;
    border-radius: 40px;
    padding: 30px;
    outline: none;
    resize: none;
    font-size: 18px;
}
.leaving-message-modular .leaving-message-form .form-item input {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
}
.leaving-message-modular .leaving-message-form .form-item .btn {
    outline: none;
    width: calc(100% - 20px);
    float: right;
    background: #ffffff;
    border: 3px solid #00597b;
    color: #00597b;
    line-height: 54px;
    border-radius: 30px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.leaving-message-modular .leaving-message-form .form-item .btn:hover {
    background: #00597b;
    color: #ffffff;
}
.leaving-message-modular .leaving-message-form .form-item .form-control-feedback{
    width: 40px;
    height: 60px;
    line-height: 60px;
}

/* contact-us-form */
.contact-us-form-modular .leaving-message-form {
    margin-bottom: 70px;
    width: 100%;
}
.contact-us-form-modular .leaving-message-form .form-item {
    margin: 0;
}
.contact-us-form-modular .leaving-message-form .form-item .form-title {
    color: #64bbcc;
    font-size: 16px;
}
.contact-us-form-modular .leaving-message-form .form-item .form-group {
    margin-bottom: 20px;
    position: relative;
}
.contact-us-form-modular .leaving-message-form .form-item .form-group .help-block {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
    width: 100%;
}
.contact-us-form-modular .leaving-message-form .form-item .form-group .form-control-feedback {
    height: 38px;
    line-height: 38px;
}
.contact-us-form-modular .leaving-message-form .form-item textarea {
    resize: none;
    border: 1px solid #dadada;
    width: 100%;
    height: 130px;
    padding: 15px;
    font-size: 18px;
}
.contact-us-form-modular .leaving-message-form .form-item input {
    border: 1px solid #dadada;
    height: 38px;
    padding-left: 15px;
    width: 100%;
    font-size: 12px;
}
.contact-us-form-modular .leaving-message-form .form-item .has-error input,
.contact-us-form-modular .leaving-message-form .form-item .has-error textarea {
    border-color: #a94442;
}
.contact-us-form-modular .leaving-message-form .form-item .line {
    width: 170px;
    border-top: 3px solid #6b94aa;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-left: calc(100% - 170px);
}
.contact-us-form-modular .leaving-message-form .form-item .btn {
    border: 0;
    background: #00597b;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.contact-us-form-modular .leaving-message-form .form-item .btn:hover {
    background: #6b94aa;
}
.contact-us-form-modular .leaving-message-form .form-item .btn:focus {
    background: #6b94aa;
    outline: none;
}
.contact-us-form-modular .leaving-message-form .form-item .right-btn {
    float: right;
    cursor: pointer;
    color: #75a0c9;
    line-height: 32px;
}
.contact-us-form-modular .leaving-message-form .form-item .right-btn:hover {
    color: #00597b;
}

/* footer */
.footer {
    background: #003348;
    padding: 0;
}
.footer .address-information {
    position: relative;
}
.footer .address-information .container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.footer .address-information .map-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.footer .address-information .footer-title {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
}
.footer .address-information .contact-information {
    width: 320px;
    position: absolute;
    top: 350px;
    left: 615px;
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
}
.footer .address-information .contact-information:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #ffffff;
    position: absolute;
    left: -18px;
    top: 36px;
}
.footer .address-information .contact-information .contact-company {
    font-size: 16px;
    color: #366d96;
}
.footer .address-information .contact-information .contact-address {
    font-size: 24px;
    line-height: 40px;
    color: #222328;
    font-style: italic;
}
.footer .address-information .office-phone {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.footer .address-information .office-phone .title {
    font-size: 14px;
    font-weight: bold;
    color: #8c8f94;
    text-align: center;
}
.footer .address-information .office-phone .phone {
    font-weight: bold;
    font-size: 88px;
    color: #ffffff;
    text-align: center;
}
.footer .address-information .how-to-share {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
}
.footer .address-information .how-to-share .share {
    color: #ffffff;
    margin: 0 48px;
}
.footer .address-information .how-to-share .share i {
    font-size: 24px;
}

@media (max-width: 1380px) {
}
@media (max-width: 1200px) {
    .footer .address-information .map-bg img {
        width: 1200px;
    }
    .footer .address-information .footer-title {
        top: 100px;
        font-size: 50px;
    }
    .footer .address-information .contact-information {
        width: 280px;
        top: 198px;
        left: 513px;
        padding: 20px;
    }
    .footer .address-information .contact-information .contact-company {
        font-size: 14px;
    }
    .footer .address-information .contact-information .contact-address {
        font-size: 18px;
        line-height: 26px;
    }
    .footer .address-information .office-phone {
        bottom: 60px;
    }
    .footer .address-information .office-phone .title {
        font-size: 14px;
    }
    .footer .address-information .office-phone .phone {
        font-size: 60px;
    }
}
@media (max-width: 1050px) {
    .leaving-message-modular .leaving-message-form .form-item .btn {
        width: 100%;
    }
}
@media (max-width: 990px) {
    .footer .address-information .map-bg img {
        width: 990px;
    }
    .footer .address-information .contact-information {
        top: 162px;
        left: 393px;
    }
    .footer .address-information .contact-information:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
        position: absolute;
        left: -10px;
    }
    .footer .address-information .footer-title {
        top: 80px;
        font-size: 30px;
    }
    .footer .address-information .office-phone .title {
        font-size: 14px;
    }
    .footer .address-information .office-phone .phone {
        font-size: 30px;
    }
}
@media (max-width: 980px) {
}
@media (max-width: 767px) {
    .about-us-modular .about-us-info {
        margin-bottom: 50px;
    }
    .about-us-modular .about-us-title {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 36px;
    }
    .about-us-modular .about-us-info .about-us-html {
        font-size: 16px;
        line-height: 20px;
    }
    .about-us-modular .tabulation-info,
    .about-us-modular .tabulation-info.tabulation-last {
        border-right: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        border-left: 0;
    }
    .about-us-modular .tabulation-info .tabulation-list {
        font-size: 10px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .about-us-modular .tabulation-info .tabulation-list:last-child {
        margin-bottom: 10px;
    }

    .news-modular {
        padding-bottom: 20px;
    }
    .news-modular .news-list {
        margin-bottom: 20px;
    }

    .leaving-message-modular {
        margin-bottom: 30px;
    }

    .footer .address-information .map-bg img {
        width: 767px;
    }
    .footer .address-information .contact-information {
        width: 160px;
        top: 115px;
        left: calc(50% + 20px);
        padding: 20px;
    }
    .footer .address-information .contact-information .contact-company {
        font-size: 12px;
    }
    .footer .address-information .contact-information .contact-address {
        font-size: 12px;
        line-height: 18px;
    }
    .footer .address-information .footer-title {
        top: 50px;
        font-size: 30px;
    }
    .footer .address-information .office-phone {
        bottom: 20px;
    }
}
@media (max-width: 640px) {
    .about-us-modular {
        margin-bottom: 20px;
    }
    .leaving-message-modular {
        padding-top: 50px;
    }
}
@media (max-width: 480px) {

    .footer .address-information .map-bg img {
        width: 480px;
    }
    .footer .address-information .contact-information {
        width: 140px;
        top: 75px;
        left: calc(50% + 15px);
        padding: 10px;
        border-radius: 10px;
    }
    .footer .address-information .contact-information:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #ffffff;
        position: absolute;
        left: -8px;
        top: 16px;
    }
    .footer .address-information .contact-information .contact-company {
        font-size: 10px;
        line-height: 10px;
    }
    .footer .address-information .contact-information .contact-address {
        font-size: 10px;
        line-height: 10px;
    }
    .footer .address-information .footer-title {
        top: 20px;
        font-size: 16px;
    }
    .footer .address-information .office-phone {
        bottom: 20px;
    }
    .footer .address-information .office-phone .title {
        font-size: 12px;
    }
    .footer .address-information .office-phone .phone {
        font-size: 18px;
    }
}
@media (max-width: 360px) {

}
