img {
    vertical-align: middle;
    border-style: none;
}
li a:hover{
	text-decoration:none !important;
}

.navbar-nav>li{
	margin-top:-20px;
}
.navbar-nav a{
	text-decoration:none;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}


.feature-center {
    text-align: center;
}


.flex-row {
	padding-right: 15px;
	padding-left: 15px;
	
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  
}


.heading .top-heading-title {
    /*font-family: 'Qartella';*/
    font-size: 30px;
    font-weight: normal;
    letter-spacing: calc(1.28px);
    line-height: 1.13;
    margin-bottom: 10px;
    color: rgb(19, 20, 21);
	
	font-size: 32px;
    line-height: 48px;
    margin: 20px auto 28px;
    text-align: center;
    font-weight: 700;
    color: #303133;
}

.heading .heading-title {
    font-family: 'Qartella';
    font-size: 32px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 0;
    color: #000;
}

.heading .heading-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 30px;
}

/** css of search **/
.search_wrap {
/*background-color: #fff;*/
position: relative;
width: 900px;
margin: 0 auto;
clear: both;
display:flex;
}
.searchform {
float: left;
position: relative;
margin:0;
padding:0;
border: 3px solid #09bd71;
border-radius: 3px;
background:#fff;
}

.search_wrap .query {
float: left;
width: 555px;
margin: 0 0 0 25px;
height: 50px;
overflow: hidden;
font-size: 14px;
color: #9a9a9a;
padding: 8px 35px 8px 22px;
line-height: 50px;
/*
border: 2px solid #09bd71;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
*/
border-radius:8px 0 0 8px;
border-right: none;
font-family: Arial;
font-size: 16px;
outline: none;
border:none;
}

.search_wrap .btn_clear {
    position: absolute;
    display: block;
    top: 15px;
    right: 128px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: rgba(0, 0, 0, .25);
}

.search_wrap .btn_clear:hover {
	color: rgba(0, 0, 0, .85);
}

.search_wrap .btn_enter {
    float: left;
    width: 110px;
    height: 50px;
    line-height: 26px;
    padding: 0 15px;
    color: #fff;
    border-radius:0 6px 6px 0;
	border-width:2px;
    background:#09bd71;
    cursor: pointer;
    font-size: 16px;
	outline:0;
	border:none;
}


.search_wrap .btn_enter:hover {
	opacity: .9;
}



.search_wrap .span_prefix {
	position: absolute;
    top: 16px;
	z-index: 2;
    left: 20px;
	color: rgba(0, 0, 0, .85);
}

.search_wrap .span_prefix .icon_search{
    fill: #d4d6dc;
}

.classifysec {
	width: 1200px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 6px 25px 0 rgba(215, 227, 222, .5);
    box-shadow: 0 6px 25px 0 rgba(215, 227, 222, .5);
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    margin: 0 auto;
}

.classifyc {
    padding-top: 25px;
    padding-bottom: 6px;
}

.classifybox {
	position: relative;
    padding: 0;
    min-width: 1200px;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}
.classifybox .title{
    border: 0 solid #000;
    font-weight:600 !important;
    color: #1f1a1b !important;
    margin-left: 26px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    line-height: 26px;
    width: 82px;
}
.classifybox ul {
    width: 1060px;
    overflow: hidden;
}
.classifybox ul li {
    margin-bottom: 14px;
    line-height: 25px;
    cursor: pointer;
    float: left;
}
.classifybox ul li.active{
    background: #e2f8e9 !important;
    border-radius: 34px 34px 34px 34px;
    color: #09bd71;
}
.classifybox ul li span {
    padding: 3px 14px;
    font-size: 14px;
    color: #5f625f;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}


/** end css of search **/

.tag-tpls-box .tag-tpls-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    margin: 32px 0 32px;
	display:none;
}

.tag-tpls-box .tag-tpls-box-title span {
    font-size: 24px;
    color: #303133;
    font-weight: 700;
}

.masterplate {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.masterplate .masterplate_box {
    clear: both;
    margin-right: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    
}

.masterplate .masterplate_box:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.masterplate .masterplate_box:hover .masterplate_box_img .shade {
    display: block;
}

.masterplate .masterplate_box .masterplate_box_img {
    width: 216px;
    position: relative;
    /*height: 430px;*/
	height:320px;
	max-height:320px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 0 5px 0 hsla(0, 0%, 85.9%, .5);
    box-shadow: 0 0 5px 0 hsla(0, 0%, 85.9%, .5);
	cursor: pointer;
}

.masterplate .masterplate_box .masterplate_box_img img {
    width: 100%;
    border-radius: 10px;
    image-rendering: -webkit-optimize-contrast;
}


.masterplate .masterplate_box .masterplate_box_img .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 20;
    display: none;
    border-radius: 10px;
}

.masterplate .masterplate_box .masterplate_box_img .shade .preview {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    line-height: 28px;
    font-size: 14px;
    background: #09bd71;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 60px;
    cursor: pointer;
}

.masterplate .masterplate_box .masterplate_box_img .shade .preview a {
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.masterplate .masterplate_box .masterplate_box_img .shade .use {
	position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #09bd71;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    z-index: 10;
    color: #fff;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.masterplate .masterplate_box .masterplate_box_img .shade .use:hover {
    background: -webkit-gradient(linear, left top, right top, from(#09bd71), to(#37ca8c));
    background: -o-linear-gradient(left, #09bd71, #37ca8c);
    background: linear-gradient(90deg, #09bd71, #37ca8c);
}

.masterplate .masterplate_box .masterplate_box_img .shade .use a{
	color:#fff;
}

.masterplate .masterplate_box .masterplate_box_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 32px;
}

.masterplate .masterplate_box .masterplate_box_text .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5px;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color:#999999;
}

.masterplate .masterplate_box .masterplate_box_text .visit {
    display: block;
    padding: 0 18px;
    height: 22px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 22px;
    margin-top: -2px;
    border-radius: 8px 0 8px 0;
    background: -o-linear-gradient(318deg, #9ce006 0, #00d828 100%);
    background: linear-gradient(132deg, #9ce006, #00d828);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    color: #fff;
}
