/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-family: "Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
    font-size: 14px;
    color: #333333;
    margin: auto;
    background: #fff;
    overflow-x: hidden;  
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", Arial,sans-serif;
}
a {
    font-family: "Microsoft YaHei", Arial,sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #333;
}
a:hover {
    text-decoration: none;
    color:#009944;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 1.5em;
    margin-bottom: 1em;
    
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
 .noticecontent {
    width:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb {
    background-color: #fff;
    margin-bottom: 5px;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.status,
.status-mes {
    background-image: url(../img/status.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.status-mes h4 {
    color: #333;
    margin-top: 30px;
	text-transform: uppercase;
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
    background: #009944 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding: 3px 12px;
    position: fixed;
    right: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.topcontrol:hover {
    background: #333;
    color: #fff;
}
/*END SCROLL TO TOP*/
.section-padding { padding: 20px 10px 0;}

/*START SECTION TITLE DESIGN*/
.section-title { margin-bottom: 10px }
.section-title  h2 {
    color: #333;
    margin: 0;
    text-transform: uppercase;
	position:relative;
}
@media only screen and (max-width:768px) { 
    .section-title h2 { text-align: center }
}
@media only screen and (max-width:480px) { 
    .section-title h2 { font-size: 30px }
}
@media only screen and (max-width:360px) { 
    .section-title h2 { font-size: 24px }
}
.section-title span {
    background: #009944 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 10px auto;
    width: 70px;
	position:relative;
}
.section-title-white { color: #fff!important;position:relative; }
.section-title-white-span { background: #fff!important;position:relative; }
.section-title p {
  margin: auto;
  padding:15px 20px;
}
@media only screen and (max-width:768px) { 
.section-title p {width: 100%;}
}
/*END SECTION TITLE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #009944 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #009944 !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 150px;
    margin-left: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
.menu-top { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 }
.menu-top li a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-top li a:hover { color: #009944!important }
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #313131  !important }
}
.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink li a { color: #313131!important }
.navbar-default.menu-shrink li a:hover { color: #009944 !important }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #009944 }
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div { height: 580px; margin-bottom: 10px;}
.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div { height: auto }
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item {
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
    position: absolute;
   /* background: rgba(0,0,0,0.6);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.slide-1 {
    background: url(../img/slide1.jpg) scroll 0 0;
    background-size: cover;
}
.slide-2 {
    background: url(../img/slide2.jpg) scroll 0 0;
    background-size: cover;
}
.slide-3 {
    background: url(../img/slide3.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.single-slide-item h2 {
    color: #009966;
    font-size: 60px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-slide-item h3 {
    color: #009966;
    font-size: 50px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-slide-item p {
    color: #fff;
    margin: auto auto 30px;
    width: 70%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media only screen and (max-width:768px) { 
    .single-slide-item p { width: 100% }
}
.carousel-indicators-slider { bottom: 30px !important }
.btn-home-bg {
    background: #009944 none repeat scroll 0 0;
    border: 2px solid #009944;
    border-radius: 0;
    color: #fff;
    font-family: montserrat,sans-serif;
    font-size: 12px;
    padding: 12px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn-home-bg:hover,
.btn-home-bg:focus {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}

/*START TEXT SLIDER*/
.text_slider {
position: relative;
height:700px;
}
.text_slider:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

/*START TEXT SLIDER*/

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

.about-us {background: #f5f5f5;}
.about_single {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
@media only screen and (max-width:768px) { 
    .about_single { margin-bottom: 20px }
}
.about_single i {

    color: #009944;
    background: none;
    border: 2px solid #009944;
    border-radius: 100px;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 80px;
}
.about_single:hover i {
    background: #009944;
    border: 2px solid #009944;
    color: #fff;
}
.about_single span {
    background: #009944 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 54px;
    margin-bottom: 15px;
}
.about_single h4 {
    font-weight: 600;
    margin-top: 10px;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.about_single:hover h4 { color: #009944 }
@media only screen and (max-width:480px) { 
    .about_single { margin-bottom: 20px }
}
@media only screen and (max-width:768px) { 
    .about_single h4 { font-size: 15px }
}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 044.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_servicess{position:relative;}
.our_servicess:before{
    background: #f5f5f5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.services {
    background:#009944;
    height: 260px;
    margin: 20px 0;
    padding: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.services:hover .icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    color: #7c8489;
    display: inline-block;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    top: 40px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 80px;
}
.services .title {
    font-size: 16px;
    margin: 0;
     opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: relative;
    text-transform: uppercase;
    top: 105px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.services:hover {background:#fff;border: 2px solid #009944;}
.services .icon {
    top: 25px;
    color: #009944;
}
.services:hover .title {
    color: #000;
    top: 40px;
    margin-bottom:15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.services:hover p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.services p {
    color: #fff;
    margin-top:20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*
* ----------------------------------------------------------------------------------------
* 044.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_feature {
    margin-top: 15px;
    padding: 20px;
    background: #f9f9f9;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.single_feature:hover{
    background-color: #53a800;
}
.single_feature_color_one{background:#f2f2f2;}
.single_feature_color_two{background:#ededed;}
.single_feature i {
    background: #009944 none repeat scroll 0 0;
    border-radius: 60px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 60px;
}
.single_feature h4 {
font-size: 16px;
font-weight: 600;
margin-top: 0;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: uppercase;
}
.single_feature p {
    margin-top: 20px;
    margin-bottom: 20;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.single_feature:hover i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #009944;
}
.single_feature:hover h4 { color: #fff }
.single_feature:hover p { color: #fff }
/*
* ----------------------------------------------------------------------------------------
* 05.END FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 06.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_services{position:relative;}
.our_services:before{

    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;

}

.service_ul{
    list-style-type: none;
}
.service_li{
    display: inline-block;
    border: 2px solid #fff;
    height: 150px;
    width: 100px;
    margin: 10px 5px;
    padding: 5px;

}
.icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 60px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    color: #333;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    top: 30px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 60px;
}
.service_li h4 {
    color: #fff;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    top: 50px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.service_li:hover {
    background:#009944;
    border: 2px solid #009944;
}
.service_li:hover .icon {
    top: -5px;
    color: #009944;
}
.service_li:hover h4 {
    color: #fff;
    top: 10px;
	margin-bottom:15px
}
.service_li p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.service_li:hover p {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*
* ----------------------------------------------------------------------------------------
* 06.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
.work_all_item .mix { display: none }
.our_work_menu ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}
.our_work_menu ul li {
border: 1px solid #e8e8e9;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
margin: 0 5px 13px;
padding: 8px 25px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color: #333;
}
@media only screen and (max-width:480px) { 
    .our_work_menu ul li { padding: 5px 15px }
}
.our_work_menu ul li:hover,
.our_work_menu ul li.active {
background: #009944 none repeat scroll 0 0;
border-color: #009944;
color: #fff;
}
.single_our_work {
margin-bottom: 20px;
overflow: hidden;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.sing_work_photo { position: relative }
.sing_work_photo figure img {margin-bottom: 15px}
.sing_work_photo span a{
border: 1px solid #e8e8e9;
display: block;
font-size: 14px;
font-weight: 400;
padding: 8px 10px;
color: #333;
}
.sing_work_photo span a:hover,
.sing_work_photo span a:active {
    background: #009944 none repeat scroll 0 0; 
    background-color: #009944;
    color: #fff;
}
.sing_work_photo img { 
    border: 1px solid #e8e8e9;
    padding: 1px;
}
.single_our_work img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.single_our_work figure { margin-bottom: 0 }

/*
* ----------------------------------------------------------------------------------------
* 07.END WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 08.START CASES
 * ----------------------------------------------------------------------------------------
 */
.single_testimonial{
padding: 20px;
/*border: 1px solid #f2f2f2;*/
}
.single_testimonial img{

}
.single_testimonial h3{
text-transform: uppercase;
margin-top: 20px;
font-size:18px;
}
.single_testimonial h4{
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
}

.single_testimonial p{
margin: auto auto 0;
}

.carousel-indicators li {
    border: 1px solid #009944;
    border-radius: 12px;
    height: 12px;
    margin: 0 1px;
    width: 12px;
    background: #fff;
}
.carousel-indicators .active { margin: 0 1px;background: #009944; }
.site-wrapper { margin-bottom: 65px }
#team__carousel { margin-bottom: 50px }
#team__carousel .carousel-indicators { bottom: -80px }
.carousel-control { display: none }
/*
 * ----------------------------------------------------------------------------------------
 *  08. END CASES
 * ----------------------------------------------------------------------------------------
 */
 
/*
* ----------------------------------------------------------------------------------------
* 09.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter_feature {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px 0;
}
@media only screen and (max-width:768px) { 
    .counter {
        margin-bottom: 20px;
        overflow: hidden;
    }
}
.counter i {
background: #009944 none repeat scroll 0 0;
border: 2px solid #009944;
border-radius: 100px;
color: #fff;
font-size: 30px;
height: 70px;
line-height: 70px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 70px;
display: block;
margin:20px auto;
}
.counter h2 {
    color: #161616;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
}
.counter h5 {
    color: #161616;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media only screen and (max-width:768px) { 
    .counter p { font-size: 13px }
}

.counter:hover i{background:none;color:#009944;border:2px solid #009944}
/*
* ----------------------------------------------------------------------------------------
* 09.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/ 
 
/*
* ----------------------------------------------------------------------------------------
* 10.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_team {
    overflow: hidden;
    width: 100%;
    }
.single_team img {
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #e8e8e9;
}
@media only screen and (max-width:768px) { 
    .single_team { margin-bottom: 40px }
}
.single_team .team_img,
.sing_work_photo figure,
.sing_blog_img {
    position: relative;
    overflow: hidden;
}
.single_team .team_img:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.5s;
            transition: 0.5s;
}
.single_team:hover .team_img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.single_team .team_img img {
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    width: 100%;
}
.single_team:hover .team_img img { -webkit-transform: scale(1.3) rotate(-10deg); transform: scale(1.3) rotate(-10deg) }
.single_team .team_text {
    color: #222;
    padding: 20px 0;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    text-align: center;
}
.team_text h4 {
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.team_text p {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #888;
}
.team_text ul.social {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
}
.team_text ul.social li {
    cursor: pointer;
    display: inline-block;
    padding: 0 6px;
    position: relative;
}
.social > li:after {
background: #009944 none repeat scroll 0 0;
content: "";
height: 2px;
position: absolute;
right: -14px;
top: 20px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 20px;
z-index: -1;
}
.social > li:last-child:after {
    background: transparent;
    position: inherit;
}
.team_text ul.social li:first-child { padding-left: 0 }
.team_text ul.social li a i {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    width: 40px;
}
.team_text ul.social li a i:hover {
    color: #fff;
    border-color: #e8e8e9;
    background: #009944;
}
.social > li:hover:after { background: #009944 }
/*
* ----------------------------------------------------------------------------------------
* 10.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_skills{position:relative;}
.our_skills:before{
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;

}
.progress-bar-text {
font-size: 12px;
margin-bottom: 10px;
text-transform: uppercase;
color: #fff;
font-family: montserrat,sans-serif;
}
.progress-bar-text span { float: right }
.progress-bar {
    background: #e8e8e9 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 5px;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: #009944 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 11.END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12.START CALL ME
* ----------------------------------------------------------------------------------------
*/
.single_callme {
    padding: 50px 40px;
    color: #fff;
    background: #f9f9f9;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.single_callme_color_one{
    background-image: url(http://www.jianshukeji.net/uploads/images/admin/201906/20/1_1561022344_BltUSqS7Gg.jpg);

}

.single_callme_color_two{
    background-image: url(http://www.jianshukeji.net/uploads/images/admin/201906/20/1_1561022350_W7wxy8lLY8.jpg);
}

.single_callme h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.single_callme p {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.single_callme a {
    display: inline-block;
    padding: 15px 10px;
    margin: 20px 10px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
}
.single_callme a:hover {
    color: #000;
    border: 2px solid #000;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END CALL ME
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

.single_blog {

}
@media only screen and (max-width:768px) { 
.single_blog {margin-bottom:30px;}
}
.blog-text {
margin-top: 15px;
}
.blog-text ul{
    list-style-type: none;
}
.blog-text i { 
    color: #009944;
    font-size: 19px;
    margin-right:5px;
}

.blog-text h4 {
margin: 20px 0;
text-transform: uppercase;
}
.blog-text a {
    color: #343434;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}
.blog-text a:hover{
    color: #009944;
}


----------------------------------------------------------------------------------------------------------------------
/*news 选项卡*/
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: 2px solid #009944;
}
.tab .nav-tabs li a{
    font-size: 14px;
    padding: 10px 20px;
    border-left: 1px solid #e8e8e9;
    border-top: 1px solid #e8e8e9;
    border-right: 1px solid #e8e8e9;
    border-bottom: 1px solid #009944;
}

.tab .nav-tabs li a:hover{
    color: #fff;
    background: #009944;
}

.tab .nav-tabs li.active a,

.tab .nav-tabs li.active a:focus{
    color: #fff;
    background: #009944;
    border: 1px solid #009944;
}

.tab .tab-content{
    padding: 15px;
    background: #fff;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 25px;
}

.tab .tab-content em{
    font-style: normal;
    float:right;
    display: inline-block;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .tab .nav-tabs li a span{
        letter-spacing: 1px;
        opacity: 1;
    }
}  


/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
 * ----------------------------------------------------------------------------------------
 * 14.START CONTACT DESIGN
 * ----------------------------------------------------------------------------------------
*/
.contact_area{position:relative;}
.contact_area:before{
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;

}
.contact_area p {
    
    color: #fff;
    text-indent: 2em;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px; 
  padding: @padding-base-vertical @padding-base-horizontal;
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @input-color;
  background-color: @input-bg;
  background-image: none; 
  border: 1px solid @input-border;
  border-radius: @input-border-radius; 
  .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
  .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");
}

.btn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent #ccc;
    border-radius: 4px;
}



.form-control:focus {
    color:#333;
    border: 1px solid #009944;
    background:none;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
background: #009944 none repeat scroll 0 0;
border-radius: 0;
color: #fff;
font-family: montserrat,sans-serif;
font-size: 14px;
padding: 10px 40px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}
.mb0 { margin-bottom: 0 }

.about_img {
    top: 0;
    left: 0;
    content: '';
    padding:1px;
    border: 1px solid #f5f5f5;
}

.about_middle {
    float: none;
   display: inline-block;
   vertical-align: middle;
}
/*
 * ----------------------------------------------------------------------------------------
 * 14.END CONTACT FORM DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT ADDRESS
* ----------------------------------------------------------------------------------------
*/
.contact-address {
background: #009944 none repeat scroll 0 0;
padding: 40px 0 20px;
}
.single_address {
border: 1px solid rgba(255, 255, 255, 0.25);
padding: 20px 0;
}
@media only screen and (max-width:768px) { 
    .single_address { margin-bottom: 30px }
}
.single_address i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.single_address p { 
    color: #fff;
    text-indent: 0px;
}
@media only screen and (max-width:768px) { 
    .single_address p { font-size: 15px }
}
@media only screen and (max-width:480px) { 
    .single_address p { font-size: 14px }
}
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT ADDRESS
* ----------------------------------------------------------------------------------------
*/


#map{height:400px;}

/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
html {
    position: relative;
    min-height: 100% ;
}
body {
    margin-bottom: 260px;
}
.footer { 
    position: absolute;
    bottom: 0;
    width: 100% ;
    background: #222;
    color: #fff;
    height: 260px;
}
.footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer ul li { display: inline-block }
.footer ul li a {
    color: #fff;
    display: block;
    padding: 9px 8px 9px 0;
}
.footer ul li a:hover{
    color: #094;
}
.footer img{
    display: inline-block;
    float: right;
}
.footer small{
    display: block;
    float: right;
    padding-right: 2px;
}
.footer .add_info 
{
    padding: 8px 0;
    width: 325px;
}
.footer .add_info p{
    padding-bottom: 3px;
}
.copyright p {
    font-size: 14px;
    color: #eee;
    margin-bottom: 0;
    }
.copyright a {
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.copyright a:hover { color: #094 }

.link{
    height: 80px;
    border-top: 1px solid #fff;
}
.link ul li a{
    color:#555;
    display: block;
    float: left;
    padding: 0 5px 0 0;
}
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* START PRODUCT
* ----------------------------------------------------------------------------------------
*/
.product-menu-h3 h3{
    color: #fff;
    background-color: #009944;
    font-size: 16px;
    padding: 14px 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.product-menu-dl dt{
    background-color: #03a9f4;
    padding: 9px 15px;
    margin-bottom: 5px;
}
.product-menu-dl dt a{
    color: #fff;
}
.product-menu-dl dd{
    color:#009944;
    line-height: 22px;
    padding: 9px 15px;
    border-bottom: 5px solid #fff;
    background-color:#f5f5f5;
}
.product-content {
    margin-top: 22px;
    margin-bottom: 22px;
}
.product-content h5{
    margin: 20px 5px 10px;
}
.product-content hr{
    border-bottom: 2px solid #009944;
}
.product-content p{
    margin:20px 5px;
    color: #333;
}
.product-content img{
    display: block;
    width: 100%;
    height: auto;
}
.product-detail {
    height: 300px;
    padding: 0; 
 
    background-color:#03a9f4;
}
.product-detail h3{
    color: #fff;
    padding: 0 15px;
}
.product-detail img {
    width:100%;
    height:100%;
}
.product-detail p{
    padding:0 15px 15px 15px;
    text-indent: 2em;
}

.product-other{
    padding: 0px;
}

.product-other p{
    margin-top: 15px;
    
}
.product-other img{
    display: block;
    max-width: 100%;
    height: auto;
}
/*
* ----------------------------------------------------------------------------------------
* END PRODUCT
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* START NEWS
* ----------------------------------------------------------------------------------------
*/
.news-menu-dl h3{
    color: #fff;
    background-color: #009944;
    font-size: 16px;
    padding: 14px 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.news-menu-dl dt{
    color:#fff;
    background-color: #03a9f4;
    padding: 9px 15px;
    margin-bottom: 5px;
}
.news-menu-dl dd{
    color:#009944;
    line-height: 22px;
    padding: 9px 15px;
    border-bottom: 5px solid #fff;
    background-color:#f5f5f5;

}
.news-title dl{
    background-color: #f5f5f5;
    border: 1px solid #d2d2d2;
    height: 120px;
}
.news-title dt{
    background-color: #009944;
    color: #fff;
    border-right:1px solid #d2d2d2;
    height: 118px;
    font-size: 18px;
}
.news-title em {
    display: block;
    margin-top:20px;
    font-size: 40px;
}

}
.news-date-dt {

}

.news-content h5{
    margin: 20px 5px 10px;
}
.news-content span{
    display: inline-block;
    margin: 10px 10px;
}
.news-content hr{
    border-bottom: 2px solid #009944;
}
.news-content h4{
    margin:15px 25px;
    color:#464646;
    font-weight:600;
}
.news-content p{
    font-size: 16px;
    margin:15px 25px;
}

.news-content a{
    color:#009944;
}
.news-content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1px;
    border: 1px solid #e8e8e9;
}
.about-content{
    padding:0;
    margin: 0;
}

.about-content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1px;
}
.news-content table {
    margin-bottom: 20px;
}
.news-content table td {
    border: 1px solid #e8e8e9;
}
.news-content table th {
    background: #ddd; 
    border: 1px solid #e8e8e9;
}
/*
* ----------------------------------------------------------------------------------------
* END NEWS
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*START CASE
* ----------------------------------------------------------------------------------------
*/
.single_case {
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    }

@media only screen and (max-width:768px) { 
    .single_case { margin-bottom: 40px }
}

.case_text p {
    font-size: 15px;
    margin: 15px 0;
    font-weight: 400;
    color: #888;
}
.widget-title {
  margin-bottom: 20px;
}
.widget-title em {
  display: inline-block;  
  width: 10px;
  height: 3px;
  background-color: #53a800;
  margin-right: 10px;
  content: '';
  vertical-align: middle;
}
.ui-title-inner {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #222;
}
.widget-list {
  margin-bottom: -7px;
}
.widget-list .widget-list__item {
  margin-bottom: 8px;
}
.list {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}
.list-mark-5 li:before {
  display: inline-block;  
  top: 8px;
  left: 2px;
  width: 5px;
  height: 5px;
  content: '';
  background-color: #444;
  margin-right: 10px;
  content: '';
  vertical-align: middle;
}

.widget-list .widget-list__item {
  margin-bottom: 8px;
}
.widget-list__link_sure {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #53a800;
  font-size:15px;
  font-weight:600;
}

.widget-list__link {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #777;
  font-size:15px;
  font-weight:600;
}

.widget-list .widget-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.section-sidebar {
  padding: 0;
  }

.b-car-info__item {
  margin-bottom: 8px;
  padding: 14px 20px 14px 25px;
  font-family: Microsoft YaHei;
  border: 3px solid #eee;
  border-radius: 2px;
}
.b-car-info__item-name {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.b-car-info__item-info a{
  padding-left: 13px;
  font-size: 16px;
  font-weight: 700;
  color: #1689ff;
}
.b-car-info__item-inner {
  float: right;
}
.b-bnr-2 {
  margin-top: 27px;
  padding: 10px 20px;
  font-family: Microsoft YaHei;
  color: white;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 2px;
  background: #03a9f4;
}

.b-bnr-2__icon {
  display: inline-block;
  padding-right: 6px;
  font-size: 45px;
  vertical-align: middle;
  color: #fff;
}

.b-bnr-2__inner {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.b-bnr-2__title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.b-bnr-2__info {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.section-sidebar:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post-widget__title {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 5px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: .02em;
  color: #222;
}
/*
* ----------------------------------------------------------------------------------------
* END CASE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*START PARTNER
* ----------------------------------------------------------------------------------------
*/
.partner_gray {
    background: #f5f5f5;
}
.partner_gray i{
    background: #009944;
    border-radius: 100px;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
    width: 80px;
    display: inline-block;
}
.partner_gray h3 {
    margin-left: 10px;
    display: inline-block;
}
.partner_gray p{
    margin-top:15px;
    text-indent: 2em;
    font-size: 14px;

}
.partner_white i {
    background: #009944;
    border-radius: 100px;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
    width: 80px;
    display: inline-block;
}
.partner_white h3 {
    margin-right: 10px;
    display: inline-block;
}
.partner_white p {
    text-align:left;
    margin-top:15px;
    text-indent: 2em;
    font-size: 14px;

}

/*
* ----------------------------------------------------------------------------------------
* END PARTNER
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*START BANNER
* ----------------------------------------------------------------------------------------
*/
.con_banner {
    overflow: hidden;
    position: relative;
}
.con_banner img {
    width: 100%;
    display: block;
}

/*
* ----------------------------------------------------------------------------------------
* END BANNER
* ----------------------------------------------------------------------------------------
*/



.InsideCaseBox {
    padding:10px 10px;
    border:1px solid #eee;
    width:100%;
    margin-right:0px;
    transition:all .3s;
}
.InsideCaseBox .InsideCaseBoxTit {
    overflow:hidden;
    line-height:20px;
    font-size:15px;
    margin:12px 0px 0px 0px;
    height:40px;
}
.InsideCaseBox .InsideCaseBoxTxt {
    text-align:left;
}
.InsideCaseBox span {
    clear:both;
    display:block;
    text-align:center;
    padding:10px 0px;
}
.InsideCaseBox span a {
    background:none;
    color:#333;
    display:inline-block;
    padding:3px 20px;
    line-height:24px;
    height:30px;
    margin-right:5px;
    border:1px solid #3dbb79;
}
.InsideCaseBox span .InsideCaseprice {
    background:#3dbb79;
    color:#fff;
}
.InsideCaseBox:hover {
    background:#3dbb79;
    color:#fff;
    border-color:#3dbb79;
}
.InsideCaseBox:hover .InsideCaseBoxTit a {
    color:#fff;
}
.InsideCaseBox:hover span a {
    border:1px solid #fff;
    line-height:22px;
    color:#fff;
}

.InCasetit {
    background: #f2f2f2;
    text-align: center;
    padding: 15px 0px;
    margin: 30px 0px;
}
.InCasetit span {
    color: #242424;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    background: url(../img/line01.png) no-repeat center center;
    display: inline-block;
    padding: 0px 50px;
}
.case_img {
    width: 800px;
    margin: 30px auto;
}
.Related .RelatedTit {
    clear: both;
    font-size: 20px;
    color: #333;
    background: #f2f2f2;
    padding: 15px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

/*
* ----------------------------------------------------------------------------------------
* 07.START VOC ONLINE
* ----------------------------------------------------------------------------------------
*/
.voc_all_item .mix { display: none }
.our_voc_menu ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}
.our_voc_menu ul li {
border: 1px solid #e8e8e9;
cursor: pointer;
font-size: 14px;
font-weight: 400;
margin: 0 5px 13px;
padding: 8px 25px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color: #333;
}
@media only screen and (max-width:480px) { 
    .our_voc_menu ul li { padding: 5px 15px }
}
.our_voc_menu ul li:hover,
.our_voc_menu ul li.active {
background: #009944 none repeat scroll 0 0;
border-color: #009944;
color: #fff;
}
.single_our_work {
margin-bottom: 20px;
overflow: hidden;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.sing_work_photo { position: relative }
.sing_work_photo img { 
    border: 1px solid #e8e8e9;
    padding: 1px;
    width: 600px;
    margin:0 auto;
    display: block;
}
.single_our_work img {
    width: 80%;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

/*
* ----------------------------------------------------------------------------------------
* 07.END VOC ONLINE
* ----------------------------------------------------------------------------------------
*/