.logo{
    width: 100px;
    position: relative;
    top: -12px;
}
.h2_font{
    font-size:30px;
    font-weight:400;
    color:rgba(51,51,51,1);
    letter-spacing:10px;
}
.title_font{
    font-size:20px;
    font-weight:bold;
    color: #333333;
    margin-right: 30px;
    margin-left: 30px;
}
.p_font{
    font-size:15px;
    font-weight:400;
    line-height:20px;
    color:#333333;
}
.company{
    overflow: hidden;
    height: 500px;
    background: url(../img/company.png) no-repeat bottom right;
    background-size: cover;
    color: #cfcfcf;
    position: relative;
}
.company_title{
    margin-top: 50px;
    font-size:25px;
    font-weight:bold;
    color: #FFFFFF;
}
.company_description{
    margin-top: 40px;
    font-size:18px;
    font-weight:400;
    color:#FFFFFF;
    letter-spacing:2px;
}
.timeline{
    overflow: hidden;
    position: relative;
    top:-70px;
    display:inline-block;
}
.timeline li {
    width:120px;
    height: 120px;
    line-height: 120px;
    float: left;
    font-weight:bold;
    color: #333333;
    font-size:18px;
    margin-left: 60px;
    text-align: center;
    background:rgba(255,255,255,1);
    border-radius:50%;
    z-index: 100;
}
.block_size{
    width:100%;
    height:200px;
    margin-top: 30px;
    background:rgba(242,242,242,1);
    box-shadow:0px 6px 12px rgba(174,174,174,1);
    opacity:1;
    border-radius:20px;
}
.news{
    padding-bottom: 30px;
}
.news_img{
    text-align: center;
    padding-top: 20px;
}
.news_time{
    font-size:30px;
    font-weight:bold;
    line-height:40px;
    color:rgba(51,51,51,1);
    opacity:1;
}
.news_title{
    margin-top: 50px;
    font-size:20px;
    font-weight:bold;
    line-height:26px;
    color:rgba(51,51,51,1);
    opacity:1;
}
.news_content{
    margin-top: 26px;
    font-size:20px;
    font-weight:400;
    line-height:30px;
    color:rgba(51,51,51,1);
    opacity:1;
}
.product_bg{
    overflow: hidden;
    height: 150px;
    background: #333333;
}
.title_font2{
    font-size:36px;
    font-weight:bold;
    color: #FFFFFF;
    margin-right: 30px;
    margin-left: 30px;
}

.contact_desc{
    margin-top: 10px;
    font-size:22px;
    font-weight:400;
    line-height:47px;
    color:rgba(51,51,51,1);
    opacity:1;
}
.contact_desc {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
    font-size: 30px;
    color: #333;
}
.contact_desc_1 {
    left: 200px;
}

.contact_desc_2 {
    right: 200px;
}
.contact_us{
    margin-top: 30px;
    font-size:26px;
    font-weight:bold;
    line-height:47px;
    color:rgba(255,255,255,1);
    opacity:1;
}
.contact_email{
    margin-top: 20px;
    font-size:22px;
    font-weight:bold;
    line-height:47px;
    color:rgba(255,255,255,1);
    opacity:1;
}

.userInfo{
    margin: 0 !important;
    text-align: right;
    font-size:20px;
    font-weight:400;
    line-height:40px;
    color:rgba(255,255,255,1);
    opacity:1;
}
.submit_btn{
    width:120px;
    height:36px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(112,112,112,1);
    opacity:1;
    border-radius:45px;
}
.foot-c {
    position: relative;
    height: 80px;
}
.foot-c:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}
.foot-last {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight:400;
    font-size:14px;
}
.foot-last:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}
.foot-last li{
   float: left;
    margin-left: 20px;
}

