﻿
.welcome-content {
    padding: 60px 0;
    background: #fff;
    position: relative;
    z-index:1;
}

.welcome-content h3,.team-content h3, .services-content h3, .portfolio-wrap h3, .testimonial-wrap h3, .contact-wrap h3 {
    color: #222222;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.welcome-content p, .team-content p, .services-content p, .contact-wrap p {
    color: #3d3d3d;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    width: 85%;
    margin: 30px auto 0;
}

.services-content h3 , .services-content p, .testimonial-wrap h3 {
    color: #fff;
}

.btn1 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
    border: 2px solid #003278;background:#003278;
    padding: 11px 44px;
    font-family: "微软雅黑", "Arial Unicode MS";
    display: table;
    margin: 45px auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn1:hover {background:#d2983f;
    border-color: #d2983f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn2 {
    margin: 45px 0 0;
}
