﻿@charset "utf-8";

.banners::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    display: none;
}
.commonly-used-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.about-us-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    z-index:1;
}

.about-us-img1{
    max-width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index:-1;
}
.middle-inner{
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}
.about-us-title{
    width: 100%;
    display: inline-block;
    font-size: 34px;
    line-height: 1.47;
    color: #333333;
    font-weight: normal;
}
.about-us-title2{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
	text-align: left;
}
.about-us-title2 p{
    margin-top: 20px;
}

/**/
.aboutus-numbox{
   width: 33.33%;
   text-align: center;
   margin-top: 25px;
}
.numbox-text1{
    font-size: 68px;
    color: #0079BB;
    margin-bottom: 5px;
    font-family:"Impact", Charcoal, sans-serif;
}
.numbox-text2{
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 1.375;
    margin-top: 5px;
}




@media only screen and (max-width: 1200px) {
    .tailored-img{
        height: 480px;
    }
	.banners::after {
		display: block;
	}
}
@media only screen and (max-width: 1024px) {
    .tailored-img {
        height: 410px;
    }
    .tailored-leftbox{
        padding: 0 3%;
        bottom: 35px;
    }
    .leftboxp-hline{
        width: 50px;
    }
    .tailored-right{
        margin-top: 50px;
    }
    .leftbox-tbox{
        margin-left: 70px;
    }
    .t-right-text1{
        font-size: 24px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 750px) {
    .about-us-title{
        font-size: 20px;
    }
    .about-us-title2{
        margin-top: 5px;
    }
    .about-us-img1{
        width: 100%;
    }
    .aboutus-numbox{
        width: 50%;
    }
    .TextAnimate{
        height: 45px!important;
    }
    .numbox-text1{
        font-size: 42px;
    }
    .tailored-left{
        width: 100%;
    }
    .tailored-img{
        height: auto;
    }
    .tailored-right {
        margin: 20px 0 0 0;
        padding: 5%;
        width: 90%;
    }
    .tailored-leftbox{
        bottom: initial;
        top: 46%;
        width: 100%;
        height: auto;
    }
    .leftboxp-hline {
        display: none;
    }
    .leftbox-tbox{
        height: auto;
        margin-left: 0;
        display: flex;
        align-items: center;
    }
    .leftbox-text {
        font-size: 20px;
    }
    .tailored-leftbox{
        height: auto;
    }
    .tailored-leftbox{
        height: auto;
        line-height: initial;
        right: 0;
        top: 41%;
        opacity: 0.8;
        filter:alpha(opacity=80); /* IE8 及其更早版本 */
    }
    .leftbox-on{
        font-size: 28px;
    }
    .t-right-text2{
        font-size: 16px;
        margin: 10px 0;
    }
    .contact-title{
        font-size: 26px;
    }
    .online-btn{
        width: 156px;
        margin-top: 25px;
    }
    .online-input{
        width: 100%;
        margin-right: 0;
        padding: 0 20px;
        margin-top: 15px;
    }
    .online-textarea{
        margin-top: 15px;
        padding: 0 20px;
    }
    .t-right-text3{
        margin-top: 5px;
        font-size: 14px;
    }
    .numbox-text2{
        font-size: 14px;
    }
    .news-detail-title { font-size:24px;}
}