body{
    /*font-family: 'Microsoft YaHei', sans-serif;*/
    font-family: 'Lato', Calibri, Arial, sans-serif;

    /*margin:0 0 auto 0;*/
    margin:0 auto;
}

.searchbutton {
    display: inline-block;
    position: relative;
    /*margin: 10px;*/
    margin: 42px 30px;
    padding: 0px 60px;
    text-align: center;
    text-decoration: none;


    /*font: bold 12px/25px Arial, sans-serif;*/

    /*text-shadow: 1px 1px 1px rgba(255,255,255, .22);*/

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    /*-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);*/

    /*-webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;*/
}

.green {
    /*color: #3e5706;*/
    color:white;
    background: #45c362;
}


.navbar-nav>li>a {
    padding-top: 35px;
}

.mai-icon{
    background: rgb(64, 210, 177);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a.active{
    color: #45c362;
    background-color: transparent;
}



#myCarousel {
    /*margin-top: 70px;*/
    min-height: 300px;
    min-width: 100%;
}
#myCarousel img {
    min-height: 300px;
    min-width: 100%;
}
#myCarousel > .carousel-indicators > li {
    /*border-radius: 0px;
    min-width: 25px;
    background-color: #9d9d9d;
    border: 1px solid black;
    margin-right: 10px;;
    margin-left: 10px;;*/
    border-radius: 45px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: #82878b;
    border: none;

}
#myCarousel > .carousel-indicators > .active {
    background-color: #d9dadc;
}


#myCarousel .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 2px;
    margin-right: 260px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#myCarousel .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.whitebtn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 2px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 1.6em;
}
.whitebtn:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.greenbtn {

    background: #45c362;
    color: #fff;
    border: 2px solid #45c362;
    border-radius: 0px;

    font-size: 1.1em;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 2px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.bigbtn{

    font-size: 1.6em;
}


.greenbtn:hover {
    background: transparent;
    color: #45c362;
    border-color: #45c362;



}



.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 90px;
}

#myCarousel .carousel-caption {
    color: white;
    right: 59%;
    text-align: left;
    max-width: 348px;
    left: auto;
    top: auto;
}

.carousel-caption .lead {
    font-size: 12px;
}

/*µ¼º½*/
.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: 120px;
    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: 90px;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.carousel-inner{height: 520px}
.carousel-inner img{width: 100%;}
.carousel-img{display: block;margin-right: auto;margin-left: auto;max-width:1600px; }

.container {
    width: 1170px;
}

#myproducts{
    margin-top: 20px;
    margin-bottom: 0px;
}

#myproducts .container{
    margin: 20px 120px;
    margin-bottom: 0px;
    height: 540px;
}


#myproducts .row{
    /*margin-top: 20px;*/
}


#wetrust{
    margin-top: 0px;
    background: url("../images/wetrust.jpg");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;

}
#wetrust .col-md-3{
    height: 370px;
    padding-top: 220px;
}



#wetrust .btn{
    margin-bottom: 30px;
}






#aboutus{
    padding: 0;
    margin: 0;
    text-align: left;
}

#abt_left{
    height:230px;
    padding:50px 50px;
    text-align:left;
    color:white;
    font-size:1em;
    line-height: 1.6em;
    background: url('../images/bgabtus1.png') no-repeat;
    background-size:cover;
    margin-right:0;

}



#abt_right{

    height:230px;
    padding-top:30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:left;
    color:#4d4e50;
    font-weight: bold;
    background: url('../images/bgabtus2.png') no-repeat;
    background-size:cover;
    margin-left:0;
}

#abt_right .tbig{
    display: block;
    font-size: 2.5em;
    line-height: 1em;
    margin-left: 12px;
}
#abt_right .tsmall{

    display: block;
    font-size: 0.8em;
    line-height: 0.8em;
    margin-left: 12px;

}
#abt_right p{

    font-size: 1em;

}

#abt_explain{


    font-size: 0.9em;
    margin-top: 0;
    padding-top:30px;
    padding-left: 2px;
    padding-right: 5px;
    text-align:left;
    color:#4d4e50;
    font-weight: bold;
}

#abt_explain .ttop{



    margin-bottom: 30px;

}

#clients{
    padding: 120px;
    background: url("../images/clientbg.png") no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    text-align: center;
    width: 100%;
}


#gallery .col-md-4{
    margin-bottom: 80px;
}

#gallery{
    margin-top: 0px;
    padding-top: 80px;
    background: url("../images/gallerybg.jpg");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
}


#gallery a.gallerypic{
    /*width:140px;
    text-decoration:none;
    position:relative;
    display:block;
    border:1px solid #666;
    padding:3px;
    margin-right:5px;
    float:left;*/
}

#gallery a.gallerypic:hover{
    visibility:hidden;
}

#gallery a.gallerypic span.zoom-icon{
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#gallery a.gallerypic:hover span.zoom-icon{
    visibility:visible;
}


#pic_list_1 a:hover{
    /*visibility:hidden;*/
}

#pic_list_1 a span.zoom-icon{
    visibility:visible;
    position:absolute;
    left:57%;
    top:50%;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#pic_list_1 a:hover span.zoom-icon{
    visibility:visible;
}



#prod_cate{
    background-color: #eaeaea;
    color:#95969a;
    width: 240px;
    padding:10px 10px;
    text-align:left;
    font-size: 1.3em;
}

#prod_cate ul{
    padding-left: 5px;
    margin-top: 20px;
}

#prod_cate li{
    list-style-type: none;
    margin-bottom: 10px;
}

#prod_cate li>a{
    text-decoration: none;
    color:#95969a ;
}
#prod_cate li:hover,#prod_cate li.active{
    background-color: #33a83f;
    /*color:white ;*/
}
/*background-color: #33a83f;*/


#prod_cate li>a:hover,#prod_cate li>a:focus,#prod_cate li>a.active{

    color:white ;
}

#prod_cate h2{
    font-size:1.7em;
}

#prod_list{
    text-align: center;
}

#prod_list img{

    margin:0 auto;
    width: 180px;
    height: 180px

}
#prod_list img:hover{

    box-shadow: 1px 1px 10px 2px #c2c2c2;

}

#prod_list .col-md-4{
    margin: 0 0 20px 0;
    padding:5px 5px;
}

#prod_list a{
    text-decoration: none;

    color: #33a83f;
}
#prod_list h3{
    margin-bottom: 20px;
    height: 36px;
    display: inline-block;
}

#prod_det_list .product{
    padding-left: 50px;
}

#prd_detail{
    margin-top: 50px;
    /*background:url('../images/bg_pt.png');
    background-size: cover;*/
}
#prd_left{
    background:url('../images/bg_adv.png');
    background-size: cover;
    min-height: 260px;
    color:#949597;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
#prd_left h3{
    color:#48ab51;
}
#prd_right{
    background:url('../images/bg_used.png');
    background-size: cover;
    min-height: 260px;
    color:#dae2ed;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;

}
#prd_right h3{
    color:#30a83a;
}

.prddesc{
    color:#949597;
    padding-left: 0px;
    padding-right: 40px;
}
.prddesc h2{
    color:#48ab51;
    line-height: 25px;
    margin-top: 0px;
    padding-top: 0px;
}
.prddesc h3{
    font-size: 1.2em;
    color:#949597;
}


#contactway{

    margin: 20px 1px;
    text-align: center;

}

#contactway .img-responsive{

    margin: 0 auto;

}

/*contact*/
#contact{
    margin: 20px 1px;
    text-align: center;

}

#contact p{
    line-height: 25px;
    margin-bottom: 20px;
}
#contact .form-control {
    background-color: #eaeaea;
    border: none;
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px;
}
#contact textarea.form-control{
    height: auto;
}
#contact input[type="button"]{
    background: #33a83f;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}
#contact input[type="button"]:hover{
    background: rgb(44, 142, 120);
}

@media (max-width: 760px) {

    #abt_explain {
        font-size: 12px;

    }
    .prddesc p {
        font-size:12px;
    }
    body{
        height: 2600px;
        width:1349px;
    }
}

@media (max-device-width: 480px) {

    #abt_explain {
        font-size: 12px;

    }
    .prddesc p {
        font-size:12px;
    }
    body{
        height: 2600px;
        width:1349px;
    }
}


#callus{
    font-size:2em;
    line-height: 2em;
    padding-left: 0;
    color:#4e4e50;

}


.section_title{
    padding: 35px 0;
    text-align: center;
}
.section_title h2,.section_title h1{
    font-weight: bold;
    /*padding-bottom: 30px;*/

    font-size:2.75em;
    display: inline;
}



.section_title .first-word
{
    color:#45c362;
}

.tc_section{
    padding: 50px 0;
}

#scollparent{
    margin-left: 60px;
    position: relative;
}

/*
.section_title h2::first-letter
{

    font-size:28px;
    color:#45c362;
}*/


/*footer*/
footer{
    font-weight: 400;
    font-size:0.8em;

    text-align: center;
    padding:20px ;
    color: white;
    background-color: #2a2a2a
}

footer .navbar-nav>li>a {
    padding-top: 0px;
}

footer .box ul, .box li{ padding:0; margin:0; overflow:hidden;}
footer .box li{ list-style:none;}
footer .box img{
    border:0;
    width: 20px;
    height: 20px;

}
/*.box{ width:150px;}*/
footer .box li{ float:left;  margin-right:10px;}

footer .navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

footer .navbar-nav>li>a {
    padding-bottom: 0px;
}

footer .nav>li>a:focus, footer .nav>li>a:hover, footer .nav>li>a.active {
    background-color: transparent;
    color: #45c362;
}

footer .nav>li>a {
    font-size: 0.8em;
    color: #fff;
}

.section_title{
    padding: 35px 0 15px 0;
}

.breadcrumb{
    background-color: transparent;
    margin-top: 15px;
    font-size: 16px;
}

.breadcrumb > li + li:before {
    /*content: "\f105 ";*/
    content: "\f04b ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: #33a83f;
}

.breadcrumb .active{
    text-transform: uppercase;
    color: #33a83f;
}

.breadcrumb a,.breadcrumb a:focus, .breadcrumb a:hover {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

#prod_list .col-md-4 {
    padding: 0 5px 30px 5px;
}

#prod_list h3{
    margin-top: 0;
}

.carousel-inner div.item
{
    position: relative;
}

.carousel-inner div.item img
{

    /*filter: grayscale(0.8);*/
    /*filter: hue-rotate(180deg);*/

}

#myCarousel .carousel-caption {
    position: absolute;
    color: white;
    right: auto;
    text-align: left;
    max-width: 900px;
    left: 202px;
    top: 153px;
    padding-bottom: auto;
}

.carousel-inner div.carousel-caption .firstline
{
    font-size: 45px;
    letter-spacing: -1px;
}
.carousel-inner div.carousel-caption .firstline .secondword
{
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
}

.carousel-inner div.carousel-caption .secondline
{
    font-size: 73px;
    letter-spacing: 1px;
    line-height: 53px;
    font-weight: 900;
}

.carousel-inner div.carousel-caption .thirdline {
    background-color: #45c362;
    font-size: 29px;

    letter-spacing: 0px;
    line-height: 29px;
    font-weight: 600;
    padding: 3px 24px 3px 26px;
    margin-top: 16px;
    display: inline-block;

}

.carousel-inner div.carousel-caption .buttonline {
    margin-top: 16px;
}


/*width:100px; height:80px;*/