article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color:#333;
/* 	font-size:62.5%; */
	font-family: "Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif,"Helvetica Neue",Helvetica,Arial;
}
body {
	line-height: 1;
}
body a, body a:focus, body a:hover {
    text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
    padding: 0;
    margin: 0;
}
.fright{float:right}
.fleft{float:left}
/***头部导航****/
.header {
	height: 68px; 
	width: 100%; 
	background: #fff; 
	background: rgba(255,255,255,.6); 
	position: fixed;
    top: 0;
	left: 0; 
	z-index: 100; 
	box-shadow: 0 5px 10px rgba(0,0,0,.1);	
}
.header:hover {background: rgba(255,255,255,1); }
.header .logo a {
	display: block;
    width: 100px;
    height: 67px;
	line-height:67px;
    background: url(../images/logo.png) 0 no-repeat;
	text-indent:-9999px;
}

@media (min-width: 768px) {
  .logo {
    float: left;
	display: inline-block;
	margin:0;
  }
}
.menu {
    float: right;
    margin: 0;
}
.menu > li  {
	display: inline-block;
    padding: 0 22px;
    position: relative;
}
.menu > li > a {
	position: relative;
    display: inline-block;
	color:#333;
	font-size:15px;
	line-height: 68px;
}
.menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #009944;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu > li > a:hover{
	color:#129738;
}
/*菜单下拉css*/
.menu .nav-up-selected a {
	color:#009944;
}
.navigation-down {
    width: 100%;
    background-color: #f5f5f5;
}
.menu .nav-up-selected a:after {
    content: '';
    display: block;
    margin-top: -3px;
    width: 100%;
    height: 3px;
    background-image: -webkit-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(to left, #68b939, #009944);
    background-image: -o-linear-gradient(to left, #68b939, #009944);
    background-image: linear-gradient(to left, #68b939, #009944);
    background-repeat: repeat;
}
.navigation-down .nav-down-menu {
	padding: 15px 0;
}
.navigation-down .nav-down-menu dl,.navigation-down .menu-1 ul li {
	float:left;
	text-align:center;
	margin:5px 80px 5px 0;
}
.navigation-down .nav-down-menu ul li a:hover {
	color:#129738;
}
.navigation-down-inner li a {
	color:#666;
	display:block;
	line-height:24px;
}
.header-column-wrapper {
    width: 100%;
    display: flex;
}
.header-column-wrapper .header-column {
	flex-grow: 1;
    padding-left: 24px;
    padding-right: 24px;
}
.header-column-wrapper .header-column:first-child {
    padding-left: 0;
}
.header-column-wrapper .header-column:last-child {
    padding-right: 0;
}
.header-column-wrapper .header-column h3{
	position:relative;
    display: flex;
    align-items: center;
    line-height: 1.4;
    border-bottom: 1px solid #e2e6f0;
    padding-bottom: 12px;
	margin: 0;
}
.header-item-block h3>a {
	display:inline-block;
	font-weight: 600;
    color: #009944;
    font-size: 14px;
}
.header-item-block h3:hover .nav-link-icon {
	-webkit-transform:translate(5px);
    transform:translate(5px);
	-webkit-transition: all .6s;
	transition: all .6s;
}
.header-item-block ul li a{
	display:block;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
}
.animated{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
/***下拉资讯***/
.header .sub-nav {
	filter:Alpha(Opacity=0);
	position:absolute;
	left:50%;
	margin-left:-70px;
	width:140px;
	border-top:2px solid #ff6e03;
	background:#f9f9f9;
	z-index:1000;
	display:none;
}
.header .sub-nav:after {
	content:"";
	color:red;
	position:absolute;
	top:-14px;
	right:5%;
	height:6px;
	width:6px;
	margin-left:-3px;
	z-index:1100;
	overflow:hidden;
	border-color:transparent transparent #ff6e03;
	border-style:dashed dashed solid;
	border-width:6px;
}
.header .sub-nav {
	height: 240px;
	width: 692px;
	right: 0; 
	left: auto; 
	padding: 30px;
}
.sub-nav .mod-slider,.sub-nav .mod-tab {
	position:relative;
	float:left;
	width:306px;
	height:180px;
	overflow:hidden;
	margin:0 10px 0 0;
}
.mod-slider ul li {
	width:306px;
	height:180px;
	float:left;
	overflow:hidden;
}
.banner {
	background:#222;
	background-repeat:no-repeat;
	background-position:center 0;
	-webkit-background-size:cover;
	background-size:cover;
	padding:138px 0 0;
	text-align:center;
	min-height:400px;
	position:relative
}
.logoimg {
	position:absolute;
	left:1%;
	right:1%;
	bottom:-34px
}
.logotxt {
	margin-bottom:30px;
	border:0
}
.logotxt a {
	font-weight:700;
	color:#fff;
	font-size:42px
}
.banner h2 {
	color:#fff;
	padding:0;
	margin:0 0 45px;
	font-weight:100;
	font-size:34px
}
.class-list {
	clear: both;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}
.class-list .list-head {
	position:relative;
	padding-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.class-list .list-head:before {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 4em;
    height: 3px;
    background-color: #009944;
}
#nav-koubei ul {
    padding: 0;
}
#nav-koubei li {
    float: left;
}
#nav-koubei li a.thisclass{
    color: #009944;
}
#nav-koubei a {
    line-height: 56px;
    padding: 10px 15px;
    font-size: 16px;
}
.koubei-content {color:#555;font-size:15px;width: 90%;}
.koubei-content dt {width:70%;float:left;font-weight: normal;}
.koubei-content dt a {color:#555;}
.koubei-content dt a:hover {color:#00b9b1;}
.koubei-content dd {width:15%;float:left;}
.site-name>span {
	display:none;
	margin-top:6px;
	font-size:65%
}
.maincontent {
	background:#fff;
	padding:20px;
	margin-bottom:65px;
	border:1px solid #e8e8e8;
	-webkit-box-shadow:0 0 20px rgba(50,50,50,0.1);
	box-shadow:0 0 20px rgba(50,50,50,0.1)
}
.maincontent p,.maincontent ul,.maincontent ol {
	color:#222;
	font-size:14px;
	font-weight:300
}
.maincontent iframe {
	margin-bottom:17px
}
.maincontent ul {
	padding-left:17px
}
.maincontent ol {
	padding-left:20px
}
#content .post-text blockquote {
	position:relative;
	padding:3% 0 3.5% 12%;
	margin-bottom:1%;
	border-top:solid 8px #dfe7ec
}
.pagination {
	display:block;
	position:relative;
	text-align:center;
	color:#666;
	font-size:13px
}
.pagination>a {
	border:1px solid #39414a;
	position:absolute;
	top:-10px;
	padding:10px;
	color:#39414a;
	white-space:nowrap;
	border-radius:3px;
	text-decoration:none
}
.pagination>a:hover {
	border-color:#666;
	color:#fff;
	background:#4a4849
}
.pagination>a.older-posts {
	right:10px
}
.pagination>a.newer-posts {
	left:10px
}
.pagination .page-number {
	color:#39414a
}
@media only screen and (max-width:767px) {
	.pagination>a.older-posts {
	right:0
}
.pagination>a.newer-posts {
	left:0
}
.pagination>a {
	padding:10px 5px
}
.featured {
	text-align:center
}
}
.case-pic{
    overflow: hidden;
    position: relative;
}
.case-pic img {
    opacity: 1;
    transition: all 0.8s;
}
.case-pic:hover  img {
	-webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2);
}
.case-pic .tags {
    position: absolute;
    left: 0;
    bottom: 0;
	display: flex;
}
.case-pic .tags .sort_n {
	font-size: 12px;
    height: 22px;
    line-height: 22px;
    background-color: rgba(0, 174, 243, 0.8);
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin-right: 5px;
}
.thumbnail .caption {
    text-align: center;
    overflow-y: hidden;
    color: #555;
}
.thumbnail .caption h3{
    font-size:16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pagelist{
    font-size: 0;
    margin: 30px 0;
    text-align: center;
    color: #333;
}
.pagelist li{
	display: inline-block;
    margin: 0 2px;
}
.pagelist a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
    margin-right: 10px;
    color: #999;
}
.pagelist a:hover {
    cursor: pointer;
    color: #2b2b2b;
    border-color: #999;
}
.pagelist a.current {
    color: #333;
    border: none;
    font-weight: 700;
}
a.tc-next-page, a.tc-pre-page {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
.pagelist a:last-child {
    margin: 0;
}
.main {
	padding-top:90px;
	padding-bottom:50px;
    background-color: #f6f9fe;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color:#777
}
.home-template .post,.archive-template .post {
	position:relative;
	margin-bottom:30px;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f1f1f1 #dadada #dadada #f1f1f1;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,.05);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,.05);
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,.05);
}
.home-template .post-content,.archive-template .post-content {
	display:none
}
.post-template .post-content p {
	line-height:2
}
.post-title {
    padding: 15px 0;
    margin: 0 5%;
    position: relative;
}
/* .channel-list-des {
    float: left;
    width: 75%;
} 
.channel-list-btn {
    float: right;
}*/
.channel-list-des dt a {
    font-size: 20px;
    color: #777;
}
.channel-list-des dd {
    height: 45px;
    overflow: hidden;
    _zoom: 1;
    color: #757575;
	font-size:14px;
}
.post p, .post dl, .postt dt, .post dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn-line-primary {
    border-color: #ff6700;
    background: #fff;
    color: #ff6700;
	float:right;
}
.btn-line-primary:hover {
    color: #fff;
    background-color: #f25807;
    border-color: #f25807;
}
.tag-ad .post-featured-image {
	padding-top:62.5%
}
.post-featured-image {
	position:relative;
	overflow:hidden;
}
.post-featured-image a{color:#fff;}
.post-featured-image .thumbnail {
	margin-bottom:0;
	padding:0px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border:none;
	width:100%;
}
.post-featured-image .thumbnail img {
	opacity:0;
	-webkit-transition:opacity .5s;
	-o-transition:opacity .5s;
	transition:opacity .5s
}
.post-featured-image .thumbnail.loaded img {
	opacity:1;
	transition: all 0.8s;
}
.post-featured-image:hover .thumbnail.loaded img {
	-webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2);
}
.post-featured-image span.bs3:after,.post-featured-image span.bs2:after {
	font-family:'Metrize-Icons';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	top:0;
	left:0;
	font-size:36px;
	font-weight:bold;
	color:#563d7c;
	background-color:#fff;
	padding:3px;
	opacity:.9;
	filter:alpha(opacity=90)
}
.post-featured-image span.bs3:after {
	content:"\e078"
}
.post-featured-image span.bs2:after {
	content:"\e077"
}
.post-content {
	padding:12px
}
.post img {
	display:block;
	max-width:100%;
	height:auto
}
.maincontent article {
	position:relative
}
.maincontent article h1,.maincontent article h1 a {
	text-align:center;
	color:#563d7c
}
.maincontent article h1>.fa {
	font-size:80%;
	color:#eee;
	margin-left:6px
}
.main-footer {
	background:#202020;
	padding:35px 0;
	color:#959595;
	position: relative;
}
.main-footer .widget {
	width:33.3333333%;
	padding:0 30px
}
.main-footer .widget .title {
	color:#fff;
	border-bottom:1px solid #303030
}
.main-footer .widget .tag-cloud a {
	border:1px solid #303030
}
.main-footer .widget .tag-cloud a:hover {
	border:1px solid #337ab7
}
.main-footer .content p {
    margin: 0 0 10px;
}
.widget .title {
	margin-top:0;
	padding-bottom:7px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:21px;
	position:relative
}
.widget .title:after {
	content:"";
	width:75px;
	height:1px;
	background:#00a0e9;
	position:absolute;
	left:0;
	bottom:-1px
}
.main-footer .followus .ftel{
    display: block;
    font-size: 2em;
    line-height: 40px;
    color: #009944;
    background: url(../images/phone24h.png) no-repeat 0;
    text-indent: 2em;
}
.widget .friend-links a {
	display:block;
	border-bottom:1px dashed #303030;
	padding-bottom:14px;
	margin-bottom:14px;
	color:#959595;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.widget .friend-links a:hover {
	color:#fff;
	text-decoration:none
}
.widget .friend-links a:last-child {
	margin-bottom:0;
	border:0;
}
.footer .f-link {
	background-color: #211E1E;
    padding: 10px 0;
    border-top: 1px solid #303030;
}
.footer .f-link a {
    margin-left: 5px;
    color: #959595;
	font-size:12px;
}
.copyright {
	background:#111;
	font-size:13px;
	text-align:center;
	color:#555;
	padding-top:14px;
	padding-bottom:20px;
	border-top:1px solid #303030;
	position: relative;
}
.copyright span {
	margin:0 .5em;
	height:20px;
}
.copyright a {
	color:#555; 
	display:inline-block;
	line-height: 20px;
}
footer .social .qr {
	width:50%;
	float:left;
	padding:5px;
	text-align:center;
}
footer .social .qr img {
	width:100%;
}
#qr-wechat { display: none; position: absolute; top: -126px; left: -144px; }
#back-to-top {
	position:fixed;
	right:10px;
	bottom:10px;
	background:rgba(51,122,183,0.6);
	color:#fff;
	text-align:center;
	border-radius:2px;
	z-index:1;
	display:none
}
#back-to-top:hover {
	background:#337ab7
}
#back-to-top i {
	width:30px;
	height:30px;
	line-height:30px
}
.thumbnail a > img {
	height:280px;
}
.left_pic a{
    width: 156px;
    height: 165px;
    bottom: 80px;
    position: fixed;
    z-index: 9998;
}