@charset "UTF-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,div,nav,header,p,dl,dd,ul,ol,li,button,input,textarea{ margin:0; padding:0; }
ul,li{ list-style:none; margin: 0;padding: 0;}
input,textarea,button,img,fieldset{ border:none;}
img{ vertical-align:top;}

.ku{margin:0px 15px;}
.xian{height:1px;border:none;border-top:1px dashed #000;}
a{text-decoration: none;color: #666;}
a:hover{color: #000 !important; outline:none;}
*:focus{outline:none;}
.zi a{font-size: 16px;color: #fff;}

.lvjing{width: 100%;height: 85px;background: rgba(0,0,0,0.3);padding: 20px 0px;}
#home01{margin-top: 30px;}

.homeww{background-color: #2baae1;color: #fff;}
.homee{padding: 20px;}
.homee h1{font-weight: bold;}
.homee p{line-height: 30px;margin-top: 25px;}
.homee img{padding-top: 30px;}
.homeww01{background-color: #23b674;color: #fff;}
.homee01{padding: 20px;}
.homee01 h1{font-weight: bold;}
.homee01 p{line-height: 30px;margin-top: 25px;}
.homee01 img{padding-top: 30px;float:right;}
.homeww02{background-color: #02a69e;color: #fff;}
.homee02{padding: 20px;}
.homee02 h1{font-weight: bold;}
.homee02 p{line-height: 30px;margin-top: 25px;}
.homee02 img{padding-top: 30px;float:right;}
.homeww03{background-color: #fbb03c;color: #fff;}
.homee03{padding: 20px;}
.homee03 h1{font-weight: bold;}
.homee03 p{line-height: 30px;margin-top: 25px;}
.homee03 img{padding-top: 30px;float:right;}


.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
    margin: 0 0px;
    margin-right: 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}