


*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    -webkit-appearance: menulist;
    appearance: menulist;
    -moz-appearance: menulist;
}



blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

.clear {
    clear: both;
}

div, ul, li, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    zoom: 1;
}

div:before, article:before, aside:before, details:before, figcaption:before, figure:before,
footer:before, header:before, hgroup:before, menu:before, nav:before, section:before, div:after, ul:after, article:after, aside:after, details:after, figcaption:after, figure:after,
footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
    content: '';
    display: table;
}

div:after, article:after, aside:after, details:after, figcaption:after, figure:after,
footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
    clear: both;
}

fieldset, form,
dl, dir,
menu {
    margin: 1.12em 0;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}



h1 {
    margin: 0 0 54px 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 600;
    line-height: 115%;
}

h2 {
    margin: 0 0 33px 0;
    color: #3D3D3D;
    font-size: 2.22em;
    font-weight: 300;
    line-height: 110%;
}

h3 {
    margin: 0 0 15px 0;
    color: #333333;
    font-size: 1.44em;
    font-weight: 600;
    line-height: 115%;
}

h4 {
    margin: 0 0 14px 0;
    color: #333333;
    font-size: 1.11em;
    font-weight: 600;
    line-height: 150%;
}

h5 {
    margin: 10px 0 15px 0;
    color: #333333;
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: 600;
    line-height: 150%;
}

h6 {
    margin: 10px 0;
    color: #B5B5B5;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
}



p {
    margin: 0 0 14px 0;
}

p.large_text {
    font-size: 1.11em;
    line-height: 150%;
    margin-bottom: 15px;
    color: #666666;
}




ol,
ul {
    font: inherit;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 40px;
}

p, a {
    -webkit-font-smoothing: subpixel-antialiased;
}

li {
    font: inherit;
}

span {
    font-family: inherit;
}

blockquote {
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 20px 0px;
    border-left: 5px solid #eee;
    font-style: italic;
}

dir,
menu,
dd {
    padding-left: 40px
}

ol ul,
ul ol,
ul ul,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

body img {
    height: auto;
}

/* llyun css
-------------------------------------------------------------- */


.wrap {
    width: 1200px;
    margin: 0 auto;
}



.img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 100%;
}
.img img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}


.t_header2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #FFFFFF;
    z-index: 0;
    padding-top: 0px;
    padding-bottom: 160px;
	text-align: center;
}

.t_header2:before{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    display: inline-block;
}
.t_header2.index {
	background-image:url('header_1.jpg');
}
.t_header2.about {
	background-image:url('header_about.jpg');
}
.t_header2.Ecomhunt {
	background-image:url('header_2.jpg');
}
.t_header2.Pexda {
	background-image:url('header_pexda.jpg');
}

.t_header {
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.t_header.boxed {
    padding-left: 0;
    padding-right: 0;
}
.t_logo {
        float: left;
    text-align: left;
    width: 30%;
    padding: 30px 0;
}

.header_bt {
	text-align: center;
	padding-top:100px;
	padding-bottom:25px;
}
.header_bt h1 {
    font-weight: 600;
    font-size: 3.3em;
    color: #FFFFFF;
    margin-bottom: 25px;
	height:60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	clear: both;
}

a.text-logo,
a.text-logo:hover {
    color: #FFFFFF;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 2.6em;
    line-height: 1;
    display: inline-block;
}



.header-wrapper {
    background-color: #ebebeb;
    position: relative;
}
/*menu css*/

.t_menu {
    width: 70%;
        float: left;
    flex-grow: 1;
    text-align: right;
    margin: 0px;
    padding: 30px 0;
}
.t_menu li {
    padding: 0 0px 0px 0px;
    line-height: 100%;
    margin-left: 20px;
    display: inline-block;
    height: auto;
}
.t_menu li a {
    transition: all 0.3s;
    background: none left center repeat-x scroll transparent;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
		font-family:inherit;
		font-weight:400;
		font-size:0.9em;
		letter-spacing:3px;
		text-transform:uppercase;
		color:#FFFFFF;

}
.t_menu li a + a{
    margin-left: 15px;

}
.t_menu li.current > a {
    background-color: transparent;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left center;
    background-image: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    text-shadow: 0px 0px 0px white;
}



.t_header-separator svg {
    display: block;
    width: calc(100% + 1.3px);
	height:90px!important;
}

.t_header-separator {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: -1px;
    overflow: hidden; /* because svg inside is a bit bigger to cover the entire separator correctly */
}

.svg-white-bg {
    fill: #EBEBEB;
}
.color-overlay:before {
    -webkit-transform: translate3d(0, 0, -1px);
		background-color:#000000;
		opacity:0.4;
}



.t_content {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EBEBEB;
    min-height: 200px;
}
.t_content .wrap {
    margin-left: auto;
    margin-right: auto;
		margin-top: -200px;
		background: transparent !important;
		position: relative;
		z-index: 10;
}

.t_content_n {
	width: 100%;
	min-height: 100px;
	margin-bottom: 30px;
	word-wrap: break-word;
	clear: both;
	padding: 20px 20px;
	background-color: #FFFFFF;
	border-radius: 3px;
}


/* post css */

.post-all {
	width: 100%;
	min-height: 100px;
	margin-bottom: 30px;
	word-wrap: break-word;
	clear: both;
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 3px;
}
.post-all p{
	line-height:1.5;
	text-indent:2em;
}



    .post-list,
    .post-item {
        float: left;
        width: 75%;
    min-height: 100px;
    margin-bottom: 80px;
    word-wrap: break-word;
}

.post-item {
    padding-right: 15px;
}

.post-list-item {
        width: 33.333333%;
        float: left;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.post-list-item img{
        max-width: 100%;
}

.post-content-inner {
    display: block;
    border-bottom: 0px solid #E0E0E0;
    margin-bottom: 0px;
}

.post-content {
    border-bottom: 1px solid #CFCFCF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    border-color: rgb(119, 119, 119) rgb(119, 119, 119) #03A8F4 rgb(119, 119, 119);
    border-style: none none solid none;
    border-width: 0 0 5px 0;
}
.content-metric .post-content {
    border: none;
}

.premium-featured-tag {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 100%;
    position: relative;
    top: 2px;
    background: none;
	height: 0;
}

a.premium-tag {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: #ff8c00;
	border-radius: 2px;
	border-style: solid;
	border-width: 0;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: .66em;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0px;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s linear 0s;
}
.content-metric .metric_value {
    float: right;
}
.content-metric .fa {
    margin: 0 5px;
}

.row_345 {
    clear: both;
    min-height: 100px;
    padding: 15px;
    text-align: center;;
    background-color: #FFFFFF;
    border-bottom: 0px solid #03A8F4;
}
.content-metric .row_345 {
	text-align: left
}

.row_345 img {
    max-width: 100%;
}
.row_345 iframe{
    max-width: 100%; 
	width: -webkit-fill-available; 
	height: min-content;
}
.blog-title a {
    text-decoration: none;
    color: #333333;
}

.fa.font-icon-post {
    font-size: 1.1em;
    color: #03a9f4;
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
}

.post-header {
    min-height: 10px;
    color: #666666;
    font-weight: normal;
}

.post-header a {
    text-decoration: none;
    color: #03a9f4;
    font-weight: normal;
}

.post-header a:hover {
    text-decoration: underline;
}




    .post-content-single {
        clear: both;
        min-height: 100px;
        width: 100%;
        float: left;
        padding: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-radius: 3px;
    }
h2.heading109 {
	font-size: 2.7em;
    text-align: center;
    margin-bottom: 10px;
}



.post-header.single-post-header {
    text-align: center;
    margin: 10px 0px;
}

.post-header {
    min-height: 10px;
    color: #666666;
    font-weight: normal;
}

.post-header a {
    text-decoration: none;
    color: #03a9f4;
    font-weight: normal;
}

.post-header a:hover {
    text-decoration: underline;
}




/* sidebar css */

 .sidebar {
        float: left;
        min-height: 700px;
        width: 25%;
        padding-left: 15px;
        margin-left: 0px;
}
.sidebar a {
    color: #333333;
    line-height: 150%;
    font-weight: 400;
    font-size: 1em;
    transition: all 0.4s linear 0s;
    text-decoration: none;
}
/*
.sidebar a:visited {
    color: #0B679C;
}
*/

.sidebar a:hover {
    color: #03a9f4;
    transition: all 0.2s ease-out 0s;
}

.sidebar .widget {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    border-radius: 3px;
    background-color: #FFFFFF;
}











.t_page {
    padding-right: 20px;
    margin-top: 30px;
}


.t_page .next {
    text-align: right;
}

.page_form{
    display: inline;
}

.page_num{
    width: 50px;
    border: 1px solid #ccc;
    height: 30px;
    background: #ebebeb;
    border-radius: 5px;
    margin-left: 20px;
    padding: 0 10px;
    color: #999;
}

.page_button{
    background: none;
    border: 1px solid #CCC;
    margin-left: 10px;
    padding: 3px 10px;
}

.t_page .prev,
.t_page .next {
        width: 20%;
        float: left;
}
.t_page span{
	cursor: pointer;
}



.t_page .prev a,.t_page .next a,.t_page .prev span,.t_page .next span {
    display: inline-block;
    margin: 10px 0 18px 0;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #03a9f4;
    border: 0 solid;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    font-size: 0.6em;
    text-transform: uppercase;
    border-color: #03A8F4;
    border-width: 2px;
    letter-spacing: 1px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.4s linear 0s;
}

.t_page .prev a:hover,.t_page .next a:hover,.t_page .prev span:hover,.t_page .next span:hover {
    background-color: #03a9f4;
    color: #FFFFFF;
    transition: all 0.2s ease-out 0s;
    font-size: 0.6em;
    font-weight: 400;
    box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
    -moz-box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
    -webkit-box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
}

.page_numbers {
    text-align: center;
        width: 60%;
        float: left;
        margin-top: 16px;
}
 .page_numbers a {
    text-decoration: none;
    padding: 12px 15px;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    color: #666666;
    font-weight: 400;
    transition: all 0.4s linear 0s;
}
.page_numbers a:hover {
    transition: all 0.2s ease-out 0s;
    color: #03a9f4;
}

.page_numbers a.current {
    text-align: center;
    width: 30px;
    height: 30px;		  
    padding: 0;
    display: inline-block;
    color: #FFFFFF;
    background-color: #03a9f4;
    border-radius: 100%;
    margin: 0 2px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    vertical-align: middle;
    line-height: 30px;
}
.page_numbers span.current {
	cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;		  
    padding: 0;
    display: inline-block;
    color: #FFFFFF;
    background-color: #03a9f4;
    border-radius: 100%;
    margin: 0 2px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    vertical-align: middle;
    line-height: 30px;
}


.nav_sh {
	margin:30px auto 20px;
	text-align:center;
	color:#03a9f4; 
	background: #fff; 
	border-radius: 3px;	
}

.nav_sh span{
	font: 700 24px/60px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";	 
	padding: 10px 60px;
}

/* 2 结构 */
.nav_li2 {width:auto; padding: 20px 0 0px;

}
.nav_li2 dd{width:49%;float: left;margin-left:2%; margin-bottom:20px;  padding-left: 0;}
.nav_li2 dd:first-child{ margin-left:0;}

.nav_li2 dd:nth-child(2n+1) {
	margin-left:0;
}



.product-cont {

	padding: 5px 5px 10px 5px;
	background:#fff;
	border-radius:3px
}

.product-cont .li_left {
	width:210px;
	height:200px;
	padding-right: 10px;
	border-right:1px solid #ccc;
	float:left;
}
.product-cont .li_right {
	width:360px;
	height:200px;
	float:right;
}
.product-cont img {
	margin:0 auto;
	width:200px;
	height:200px;
}


.product-cont h4 {
	color:#000;
	font: 700 18px/30px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	margin: 0;
	    width:360px;
	letter-spacing: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-cont h5 {
	color: #636b6f;
	font: 400 16px/26px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	margin: 0px;
	letter-spacing: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-cont h6 {	
	color: #636b6f;
	text-transform: inherit;
	font: 400 14px/26px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	margin: 0px;
	letter-spacing: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.product-cont .btn {
	display: flex;
	color: #fff;
	margin-top: 5px;
	font-weight:700; 
	background:#289228; 
	text-align: center;
	flex-direction: column;
	cursor: pointer;
	width:100%;
    padding: 6px 0;
    font-size: 14px;
    border-radius: 4px;
    height: 40px;
}

.product-cont ul {
	margin:0 auto;
	padding:0 ;
}
.product-cont li {
	float:left;
	padding-right:10px; 
	list-style-type: none;
}
.product-cont li i{
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.product-cont li span{
	font: 400 12px/20px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	vertical-align:middle;
}


.vertical-data span{
    font-size: 12px;
	margin-left:3px;
}
.star-rating span{
    color: #FA9900;
font-weight: 900;
	 font-size: 16px;
}
.star-rating .xing0{
 background: url(xing0.jpg) 0 50% no-repeat;
 padding-left:90px;
}
.star-rating .xing1{
	background: url(xing1.jpg) 0 50% no-repeat;
	padding-left:90px;
}
.star-rating .xing2{
	background: url(xing2.jpg) 0 50% no-repeat;
	padding-left:90px;
}
.star-rating .xing3{
	background: url(xing3.jpg) 0 50% no-repeat;
	padding-left:90px;
}
.star-rating .xing4{
	background: url(xing4.jpg) 0 50% no-repeat;
	padding-left:90px;
}
.star-rating .xing5{
	background: url(xing5.jpg) 0 50% no-repeat;
	padding-left:90px;
}



.icon_01 {
    display: inline-block;
    background: url(icon_01.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.icon_02 {
    display: inline-block;
    background: url(icon_02.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.icon_03 {
    display: inline-block;
    background: url(icon_03.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.icon_04 {
    display: inline-block;
    background: url(icon_04.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.icon_05 {
    display: inline-block;
    background: url(icon_05.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.icon_06 {
    display: inline-block;
    background: url(icon_06.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.icon_07 {
    display: inline-block;
    background: url(icon_07.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}
.icon_08 {
    display: inline-block;
    background: url(icon_08.jpg) 50% 50% no-repeat;
    background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right:3px; 
	vertical-align:middle;
}





.t_search_r {
    padding: 0 15px;
}

.t_search_r #s {
    width: 100%;
    border-style: solid;
    padding-left: 10px;
    display: inline-block;
    min-height: 42px;
	height: 42px;
    border-width: 1px;
    border-color: #E0E0E0;
    color: #666;
    outline: 0;
    margin-top: 0;
    transition: all .4s linear 0s;
    text-transform: uppercase;
    float: left;
    font-family: inherit;
        margin-right: -56px;
}
.t_search_r #s2 {
    width: 52%;
    border-style: solid;
    padding-left: 10px;
    display: inline-block;
    min-height: 42px;
	height: 42px;
    border-width: 1px;
    border-color: #E0E0E0;
    color: #666;
    outline: 0;
    margin-top: 0;
    transition: all .4s linear 0s;
    text-transform: uppercase;
    float: left;
    font-family: inherit;
        margin-right: -56px;
}
.t_search_r #sx,.t_search_r #lb,.t_search_r #fw {
    width: 17%;
    border-style: solid;
    padding-left: 10px;
	margin-right:1%;
    display: inline-block;
    min-height: 42px;
	height: 42px;
    border-width: 1px;
    border-color: #E0E0E0;
    color: #666;
    outline: 0;
    margin-top: 0;
    transition: all .4s linear 0s;
    text-transform: uppercase;
    float: left;
    font-family: inherit;
}
.t_search_r SPAN {
    width: 5%;
	font: 700 16px/40px "Source Sans Pro", sans-serif,"微软雅黑";
    color: #03a9f4;
    outline: 0;
    margin-top: 0;
    float: left;
	padding:0;
}
#searchsubmit {
    display: block;
    color: #FFFFFF;
    width: 55px;
    min-height: 42px;
    background-color: #03a9f4;
    border-color: #03A8F4;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-family: inherit;


	    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.4s linear 0s;
}




hr {
    display: block;
    border: none;
    height: 1px;
    background-color: #E0E0E0;
    margin: 0px auto 10px auto;
    padding: 0px;
    width: 100%;
}

.blog-separator {
    background-color: #CCCCCC;
    margin-top: 10px;
    margin-bottom: 10px;
}


.widget > ul {
    padding-left: 0px;
    min-height: 30px;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 0px;
    display: block;
}

.widget > .widgettitle {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(224, 224, 224);
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    border-left-color: #03A8F4;
    border-radius: 3px;
    border-left-style: solid;
    border-left-width: 4px;
    padding-left: 20px;
}

.widget > ul > li {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
    font-weight: 300;

    font-size: 1em;
}

.widget > ul > li {
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #E0E0E0;
}

.widget > ul > li {
    color: rgb(51, 51, 51);
    font-weight: 600;
    font-size: 0.9em;
    line-height: 130%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.widget > ul > li a:active {
    color: #2186C4;
}

.widget > .textwidget {
    padding: 20px;
}



    .widget .widget_archive ul {
        min-height: 30px;
    }

    .widget > ul {
        list-style: none;
    }



    .widget > .widgettitle {
        padding-left: 20px;
    }

   


.t_footer {
	text-align: center; padding:20px 0 20px; margin: 0px 0 0px 0; font-size:16px;
	background-color: #222222;
	border-top: 5px solid #03A8F4;
	color:#fff; 
	line-height: 36px;
}
.t_footer a{color:#fff;padding:0 10px;border-left:0px solid #fff;}
.t_footer a:first-child{border-left:none;}

#toTop {
	background: url("gotop.png") no-repeat; width: 58px; height: 58px; right: 60px; bottom: 60px; display: none; position: fixed; opacity: 0.6; _position: absolute;
	background-size: 100% auto;
}
#toTop:hover {
	opacity: 1;
}