body{
    font-family: 'Microsoft YaHei', sans-serif;
}


#tclogo{
    padding: 3px;
}


.navbar-default{
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25);
}
.navbar-default .navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #40D2B1;
    height: 70px;
    line-height: 35px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    height: 70px;
    line-height: 35px;
}
.navbar-toggle{
    margin-top: 17px;
}
.navbar-default .navbar-toggle:hover {
    border-color: #40D2B1;
    background-color: rgb(69, 210, 184);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1C9982;
}
/*home*/
#home{
    margin-top: 50px;
    background: url("../images/tcbg.jpg");
    background-size: 100% 100%;
	/*background-size:cover;*/
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.lvjing{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    padding: 100px 0;
}
#home h1{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#home p{
    font-weight: 400;
    line-height: 35px;
}
#home img{
    margin-top: 30px;
    display: inline-block;
}

#aboutus{
    background: #f8f8f8;
}
#aboutus , #bootstrap{
    padding: 40px 0;
}
#aboutus h2 , #bootstrap h2{
    font-weight: bold;
}
#aboutus p  , #bootstrap p{
    line-height: 25px;
}


#industries {
    background: #ffffff;
    padding: 40px 0;
    text-align: center;
}

#industries h2{
    font-weight: bold;
    padding-bottom: 60px;
}

#industries p{
    background: transparent;
    /*border: 1px solid #40D2B1;
    border-radius: 0px;*/
    color: #40D2B1;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 8px 20px;
    transition: all 0.3s;
}
#industries .btn:hover{
    background: #40D2B1;
    color: #fff;
}

/*platform*/
#platform{
    padding: 80px 0;
}
#platform h2{
    font-weight: bold;
    padding-bottom: 30px;
}
#platform .btn{
    margin: 10px 0;
    background: rgb(64, 210, 177);
    border-color: rgb(64, 210, 177);
    border-radius: 0;
    padding: 6px 30px;
    transition: all 0.3s;
}
#platform .btn:hover{
    background: rgb(44, 142, 120);
}

/*contact*/
#contact{
    background: url("../images/contact-bg.png") no-repeat;
    background-size: cover;
    color: #ffffff;
}
#contact h2{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#contact p{
    line-height: 25px;
    margin-bottom: 20px;
}
#contact .form-control {
    border: none;
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px;
}
#contact textarea.form-control{
    height: auto;
}
#contact input[type="submit"]{
    background: #40D2B1;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}
#contact input[type="submit"]:hover{
    background: rgb(44, 142, 120);
}

/*footer*/
footer{
    font-weight: 400;
    text-align: center;
    padding:20px ;
}

@media screen and (max-width:600px)
{.lvjing{padding:110px 0 70px 0;}
#home .col-md-6 div{padding:0 0 0 -80;}
}
@media screen and (min-width:601px){
#home h4{font-size:28px;margin-bottom:30px}
#home p{text-align:left; margin-bottom:20px}
#home .col-md-6 div{padding:0 20px 0 100px;}
}



@media screen and (min-width: 601px)
{
    body{
        margin: 0 auto;
    }
    nav{
        width:1024px;
        margin: 0 auto;
    }
    section{
        width:1024px;
        margin: 0 auto;
    }
    .container{
        width:1000px;
        margin: 0 auto;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        font-weight: bold;
        color: #666;
        height: 63px;
        line-height: 35px;
    }


    #home{
        width: 1024px;
        margin-top: 82px;
        background-size: 100% auto;
    }
    #home p {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }


    #home .col-md-6 div {
        padding: 0 20px 0 50px;
    }  
}

#aboutus h2, #bootstrap h2 {
    font-weight: bold;
    margin-top: 10px;
}

div.industries{
    height:240px;
}

#industries p {
    background: transparent;
    color: #40D2B1;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 8px 15px;
    transition: all 0.3s;
}
#ourservices{
    background: #f8f8f8;
}
#ourservices {
    padding: 40px 0;
}
#ourservices h2 {
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
}
#ourservices b {
    line-height: 40px;
}

.mai-icon3 {
    background: rgb(64, 210, 177);
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
}
