@charset "utf-8";
/*
Theme ID: ydtu
Author: guokun
Author QQ：525887672
Author Email：525887672@qq.com
Author URL: http://www.ylefu.com/
*/
*{margin: 0;padding: 0;}
body { font-family: '微软雅黑', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif; overflow-x: hidden; background:url(images/body_bg.png);
	font-size:12px;}
.container{width: 1250px;margin: 0 auto;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
a img {border:none;}
/*===========wrap==========*/
#wrap{margin-top: 20px;}
.mainleft{float: left;width: 190px;}
.mainright{float: right;width: 1020px;}
/*=====跟随====*/
.fixednav {position: fixed;top: 20px;z-index: 100;}
/*=====logo=======*/
.mainleft .logo{text-align: center;}
.mainleft .logo img{max-width: 160px;}
/*=====sidebar=======*/
.sidebar{margin-top: 10px;}
.widget{border-top: 1px solid #ccc;font-size: 16px;padding: 20px 0;clear: both;}
.widget h3{margin-bottom: 20px;font-weight: normal;font-size: 16px;text-align: center;}
.widget a{color: #888;}
.widget a:hover{color: #a98752;}
.widget ul{list-style: none;overflow: hidden;}
.widget li {line-height: 26px;height: 28px;overflow: hidden;font-size: 14px;text-align: center;}
/*.widget ul{list-style: none;}*/
/*widget_div*/
.widget .widget_div{text-align: center;}
.widget .widget_div img{max-width: 100%;margin-bottom: 4px;}

.widget_navbar{text-align:center;}
.widget_navbar ul{list-style: none;}
.widget_navbar li{line-height: 34px;height: 34px; letter-spacing: 4px;font-size: 16px;}
/*widget_previous*/
.widget_previous ul{list-style-type:square;list-style-position: inside;}
.widget_previous li {color: #888;font-size: 14px;}
/*widget_calendar*/
.widget_calendar{overflow: hidden;padding:2px;}
.widget_calendar table{width:100%;}
.widget_calendar caption{margin-bottom:5px;font-size: 14px; display:none;}
.widget_calendar caption a{padding:0 20px;color:#a98752;}
.widget_calendar th{text-align: center;background-color:#fbfbfb;color: #555;text-transform: uppercase;border:1px solid #fafafa;height:26px}
.widget_calendar td{text-align: center;border:1px solid #fafafa;height:30px;width: 47px;}
.widget_calendar td.pad{background:none}
.widget_calendar td a{display:block;margin: 0 5px;color: #a98752;background-color:#fafafa;font-weight: bold}
/*widget_searchpanel*/
.widget_searchpanel{}
.widget_searchpanel form{overflow: hidden;}
.widget_searchpanel form input[type=text]{float: left;width: 70%;height: 25px;line-height: 25px;background-color: #fff;border: 1px solid #fff;;}
.widget_searchpanel form input[type=submit]{width: 20%;border: 1px solid #a98752;height: 27px;background-color: transparent; line-height: 27px;}
/*widget_misc*/
.widget_misc li{margin-bottom: 4px;overflow: hidden;}
/*widget_tags*/
.widget_tags li{float: left;margin-right: 4px;}
/*widget_comments*/
.widget_comments ul{font-size: 14px;}
.widget_comments li{overflow: hidden;margin-top: 6px; margin-bottom: 6px; height: auto;}
.widget_comments li img{float: left;width: 38px;height: 38px;border-radius: 50%;}
.widget_comments li p{margin-left: 46px;color: #555;}
.widget_comments li p span{color: #2096DA;margin-right: 4px;}
.widget_comments li p a{margin-left: 4px;color: #888;}
.widget_comments li p a:hover{color:#F85E5E;}
/*widget_contact*/
.widget_contact{color: #888;}
.contact_box{text-align: center;margin-bottom: 30px}
.contact_box i{font-size: 32px;display: block;}
.contact_box a{text-decoration: none;}
.contact_box span{font-size: 14px;display: block;margin-bottom: 10px;}
.contact_box img{max-width: 100px;}
/*==========mainright===========*/
#header{height: 30px;margin-bottom: 20px;}
#header .nav{float: left;}
.nav ul{list-style: none;margin-left: -15px;}
.nav li{float: left;margin-right: 15px;margin-left: 15px; position: relative;z-index: 99;}
.nav li a{font-size: 16px;color: #888;}
.nav li a:hover{color: #a98752;padding-bottom: 3px; border-bottom: 2px solid #a98752;text-decoration: none;}

.nav ul ul{display: none;position: absolute; top: 100%;left: 0;padding: 10px; border: 2px solid #fff;background-color: #fff; background: url(images/body_bg.png);}
.nav ul li:hover > ul{display: block;}
.nav ul ul li{white-space: nowrap;margin-right: 0;margin-left: 0;line-height: 26px;}

.nav ul ul ul{display: none; position:static;border: 0;background-image: url();background-color: transparent;}
.nav ul ul li:hover ul{display: block;}
/*高亮*/
.nav li.active>a{color: #a98752;padding-bottom: 3px; border-bottom: 2px solid #a98752;text-decoration: none;}
#header .search{float: right;}
.search form{width: 200px; height: 25px;line-height: 25px; background-color: #fff;}
.search input{float: left;border: 0;height: 25px;line-height: 25px;padding-left: 10px;width: 150px;}
.search button{width: 40px;border: 0;height: 25px;line-height: 25px;color: #ccc; background-color: transparent;}
/*==============华灯片==================*/
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {width: 100%;font-size: 18px;background: #fff;position: relative;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
.swiper-pagination{text-align: right;}
.swiper-pagination-bullet{background-color: #fafafa;width: 12px;
    height: 12px;}
.swiper-pagination-bullet-active{background: #fff;}

.swiper-slide img{width: 100%;height: auto;}
/*===================*/
.mainbody{overflow: hidden;}
.mainbody .slider{float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 805px;
    height: 515px;
    background-color: #fff;}
.mainbody .post{float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 795px;
    height: auto;
    background-color: #fff;}
.post .title{text-align: center;}
.post .title h1{color: #555;font-size: 24px;word-wrap:break-word; word-break:break-all;margin: 10px 0; }
.post .title .info{margin: 10px 0 0;padding-bottom: 10px; border-bottom: 1px solid #ededed;}
.post .title .info span{margin: 0 6px;color: #888;}
.post .title .info span a{color: #a98752}
/*================*/
.article_content {font-size:16px;line-height:33px; margin-bottom: 20px;overflow: hidden;word-wrap:break-word;}
.article_content img {max-width:100%;height:auto;
}
.article_content h2, .article_content h3, .article_content h4, .article_content h5 {
	padding:8px 0;margin-bottom:18px;color: #333;border-bottom: 1px solid #eaeaea;}
.article_content h2 {font-size:18px;margin:18px 0;}
.article_content h3 {font-size:16px;}
.article_content h4 {font-size:15px;}
.article_content h5 {font-size:14px;}
.article_content ul, .article_content ol {margin:0 0 18px 50px}
.article_content ul {list-style: disc;}
.article_content ol {list-style: decimal;}
.article_content li {margin-bottom: 6px;}
.article_content p {margin: 16px 0; color: #555; line-height: 32px; word-wrap:break-word;}
.article_content pre {word-wrap:break-word}
.article_content table {border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:18px}
.article_content table th {background-color:#f9f9f9;text-align:center}
.article_content table td, .article_content table th {border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}
.article_content .alignnone {margin:0 auto;}
.article_content .alignleft {float:left;text-align:left;margin-right:10px}
.article_content .aligncenter {margin: 0 auto;text-align: center;display: block;}
.article_content .alignright {float:right;text-align:right;margin-left:10px}
.article_content a {color: #a98752;}
.article_content a:hover {color: #FF5E52;text-decoration:underline;}
.article_content pre, .comment pre {font-size: 12px;background:#ededed;}
.article_content blockquote {margin: 20px 0px;padding: 15px 20px 1px;border-left: 5px solid #a98752;background-color:#fafafa;}
.article_content blockquote p {margin:0;padding:0;margin-bottom: 10px;}
/*视频*/
.article_content embed, .article_content video, .article_content iframe{width: 510px;height: 498px;}
/*==========share===========*/

/*Prev_Next*/
.Prev_Next{font-size: 14px;overflow: hidden;clear: both;}
.Prev_Next span{float: left;width: 50%;color: #a98752;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.Prev_Next span a{color: #666;}
.Prev_Next span a:hover{color: #a98752;}
.Prev_Next span+span{text-align: right;}
@media screen and (max-width: 980px) {
    .Prev_Next span{width: 100%;}
    .Prev_Next span+span{text-align: left;}
}
/*=================*/
.rights{margin: 30px 0;color: #555;line-height: 26px;overflow: hidden;padding-bottom: 30px; border-bottom: 1px solid #ededed;font-size: 14px;}
.rights h5{font-weight: normal;font-size: 16px;color: #333;margin-bottom: 20px;}
#share{overflow: hidden;margin-bottom: 30px;}
#share .sharel{float: left;margin-top: 10px;}
#share .sharel p{color: #333;font-size: 16px;line-height: 42px;}
.sharel .bdsharebuttonbox{}
.bdsharebuttonbox a.bds_weixin_icon{width: 55px;height: 55px;background: url(images/icon_weixin.png) no-repeat center}
.bdsharebuttonbox a.bds_tsina_icon{width: 55px;height: 55px;background: url(images/icon_weibo.png) no-repeat center}
.bdsharebuttonbox a.bds_sqq_icon{width: 55px;height: 55px;background: url(images/icon_qq.png) no-repeat center}
.bdsharebuttonbox a.bds_qzone_icon{width: 55px;height: 55px;background: url(images/icon_qqzone.png) no-repeat center}
.bdsharebuttonbox a.bds_more_icon{width: 55px;height: 55px;background: url(images/icon_more.png) no-repeat center}
/*===sharer==*/
#share .sharer{float: right;width: 207px;}
.sharer i{width: 100%; height: 14px; background: url(images/qrcode-tope.png) no-repeat top;display: block;}
.sharer .qrimg{border: 1px solid #ededed;height: 155px; border-top: 0;text-align: center;position: relative;}
.sharer .qrimg canvas{margin-top: 15px;}
/*.sharer .qrimg img{width: 140px;height: 140px;}*/
.sharer .qrimg p{position: absolute;bottom: 5px;left: 0;right: 0;font-size: 12px;color: #999;}


/*===============comment===================*/
#comment{overflow: hidden;}
#comment h4{color: #333; padding-bottom: 10px;border-bottom: 1px dashed #ededed;height: 24px;line-height: 24px;font-size: 20px;font-weight: normal;}
#comment .compost{margin: 20px 0;}
.compost form{}
.compost .com_name{margin: 10px 0;overflow: hidden;color: #a98752;}
.compost .com_name a{color: #FF5E52;}
.compost .com_box{margin: 10px 0;}
.compost .com_box textarea{width: 100%; padding: 5px; border: 1px solid #ddd;display: block;box-sizing: border-box;}
.compost .com_info{margin: 10px 0;overflow: hidden}
.compost .com_info ul{float: left;list-style: none; display: inline-block;}
.compost .com_info li{float: left; margin-right: 6px;margin-bottom: 10px;}
.compost .com_info li input{width: 160px;height: 24px;padding-left: 4px; border: 1px solid #ddd;}
.compost .com_info li span{margin-left: 4px;}
.compost .com_info li span img{height: 26px;line-height: 26px; vertical-align: middle;}
.compost .com_info button{float: right;background-color: #a98752;border: 0; border-radius: 3px;padding: 6px 10px; color: #fff;display: inline-block;}

#comment .comlist{margin: 10px 0;}
.comlist .title{margin: 10px 0; overflow: hidden;}
.comlist .title span{color: #333;background-color: #fff;}
.comlist .title i{width: 93%; height: 1px;background-color: #ededed;vertical-align: middle;display: inline-block}
.comlist ul{list-style: none;}
.comlist li{overflow: hidden;padding: 20px 0;border-bottom: 1px solid #ededed;}
.comlist li:hover{background-color: #fafafa;}
.comlist li img{float: left;width: 40px;height: 40px;border-radius: 50%;margin-left: 12px;}
.comlist li .clbody{margin-left: 64px;}
.clbody .cinfo{overflow: hidden;}
.clbody .cinfo h5{float: left;height: 18px;line-height: 18px; color: #a98752;font-size: 14px;font-weight: normal;}
.clbody .cinfo span{float:right;margin-right: 10px;}
.clbody .cinfo span a{color: #a98752;}
.clbody .cinfo span i{margin-right: 4px;}
.clbody em{color: #888;height: 24px;line-height: 24px; font-size: 12px;font-style: normal;display: block;}
.clbody p{line-height: 24px;color: #4a4a4a; overflow: hidden;}
.clbody p a{color: #a98752;}
/*===============*/
/*=======================================*/
.mainbody .imgbody{}
.imgbody ul{list-style: none; margin-right: -5px;}
.imgbody li{float:left;width: 190px; max-height: 250px; padding: 5px;margin-right: 5px;margin-bottom: 5px; background-color: #fff;}
.imgbody .img{width: 100%;height: 150px;overflow: hidden;}
.imgbody .img img{width: 100%;height: auto;}
.imgbody h2{margin: 10px 10px 14px;height: 25px;overflow: hidden;font-family: Verdana;}
.imgbody h2 a{color: #666;font-size: 13px;}
.imgbody h2 a:hover{color: #a98752}

.imgbody .info{padding: 0 10px;}
.imgbody .info .tag{font-size: 12px;height: 24px;line-height: 24px;}
.imgbody .info .tag a{color: #a8a7a7;margin-right: 10px;}
.imgbody .info span{line-height: 26px;height: 26px; border-top: 1px dotted #e2d7c6;color: #a98752;display: block;}
.imgbody .info span a{color: #a98752;}
.imgbody .info span i{float: right;font-style: normal;}

/*==========pagebar=========*/
.pagebar{clear: both;margin: 20px 0;text-align: center; }
.pagebar a{color: #888;width: 30px;height: 30px;line-height: 30px;border: 1px solid #ddd;font-size: 14px; display: inline-block;margin-right: 10px;margin-bottom: 10px;}
.pagebar a.on{color: #a98752;border: 1px solid #a98752;}
/*无限*/
.ias_trigger,.pagination-loading{float:left;width: 190px; height: 250px;line-height: 250px;padding: 5px; margin-right: 5px;margin-bottom: 5px; background-color: #fff;font-size: 16px;color: #a98752;text-align: center;}
.pagination-loading{background-color: transparent;}
.ias_trigger a{color: #a98752;}
.ias_trigger a::after{content: ">>";padding-left: 3px;}
/*============footer==============*/
.footer{color: #a98752;margin: 20px 0 40px;}
.footer a{color: #a98752;}
/*=====================*/
/*=========返回顶部===========*/
.bottom_tools{position:fixed;z-index:999;right:20px;bottom:20px;font-size: 38px;}
.bottom_tools a{width: 50px;height: 50px;line-height: 46px;display: block; background-color: rgba(0,0,0,.6);color: #fff;text-align: center;margin-bottom: 4px;
}
.bottom_tools a.topcomment{margin-bottom: 0;line-height: 50px;}
.bottom_tools a:hover{background-color: #a98752;}
.qr_tool{width: 50px;height: 50px;line-height: 56px; text-align: center;color: #fff; background-color: rgba(0,0,0,.6);margin-bottom: 4px;}
.qr_tool:hover{background-color: #a98752;}
.bottom_tools .qr_img{position: absolute;top: 0; left:-160px;width: 146px;height: 146px; display: none;background-color: #ededed;padding: 6px;}
.bottom_tools .qr_img img{width: 146px;height: 146px;}
/*=======ad=========*/
.navbottom{clear: both;margin-bottom: 10px;}

/*homelink*/
.homelink{margin: 20px 0;clear: both;overflow: hidden;border-bottom: 1px solid #a98752;padding: 5px 0;}
.homelink ul{list-style:none;}
.homelink li{float: left;margin-right: 10px;margin-bottom: 5px;}
.homelink li a{color: #a98752;}

/*下方为自适应CSS
Theme ID: ydtu
Author: guokun
Author QQ：525887672
Author Email：525887672@qq.com
Author URL: http://www.ylefu.com/
*/
#nav,#search,.mlogo{display: none;cursor: pointer;}
@media screen and (max-width: 1250px) {
	.navbottom{display: none;}
	
	.container{width: 98%;margin-left: 1%;margin-right: 1%;}
	.mainleft{display: none;}
	.mainright{float: none;width: 100%;}
	#header .mlogo{float: left;display: inline-block;position: absolute;left: 1%;top: 12px;}
	#header .mlogo img{height: 50px;}
	#header .nav{margin-left: 15%;}
}
@media screen and (max-width: 980px) {
	
	#header{width: 100%; height: 45px;margin-bottom: 10px;position: fixed;top: 0;z-index: 99;background: url(images/body_bg.png);}
	#header .mlogo{float:none;width: 100%;text-align: center;position: static;}
	#header .mlogo img{max-height: 40px;margin-top: 2px;}
	
	#header #nav{display: block;position: absolute;left: 4%;top: 10px;font-size: 14px;color: #888;cursor: pointer;}
	#header #search{display: block;position: absolute;right: 5%;top: 10px;font-size: 14px;color: #888;}
	
	#header .nav{display: none;margin-left: 0; position: absolute;top: 45px;width: 100%;padding-bottom: 20px; background: url(images/body_bg.png);}
	.nav ul{list-style: none;margin-left: 4%;}
	.nav li{float: none;display: block; margin-right: 0;margin-left: 0; position: static;line-height: 32px;}
	.nav ul li:hover ul{display: none;}
	
	#header .search{display: none; position: absolute;top: 45px;width: 100%;padding-bottom: 20px; background: url(images/body_bg.png);}
	.search form{width: 320px; height: 50px;line-height: 50px;background-color: #fff;margin: 50px auto;}
	.search input{float: left;border: 0;height: 50px;line-height: 50px;padding-left: 10px;width: 250px;}
	.search button{width: 60px;border: 0;height: 50px;line-height: 50px;color: #ccc; background-color: transparent;}
	/*mcolor*/
	.mcolor{color: #a98752}
	/*slider*/
	.mainbody .slider{width: 98%;height:420px;}
	/*mainbody*/
	.mainbody{margin-top: 45px;}
	
	/*post*/
	.mainbody .post{padding: 1%;width: 98%;}
	.post .title .info{display: none;}
	
	.article_content p {margin: 8px 0;line-height: 26px; }
	.article_content embed, .article_content video, .article_content iframe{max-width: 100%;height: 320px;}
	/*=====跟随====*/
	.fixednav {position: static;}
	/*============广告位==============*/
	.navbottom,.sliderbottom{margin-bottom: 10px;}
}
@media screen and (max-width: 680px) {
	.mainbody .slider{height:360px;}
	.imgbody ul{list-style: none; margin-right: -1%;}
	.imgbody li{float:left;width: 30.32%; max-height: 250px; padding: 1%;margin-right: 1%;margin-bottom: 5px; background-color: #fff;}
	/*无限*/
	.ias_trigger,.pagination-loading{width: 100%;height: 50px;line-height: 50px;}
	
	.footer{text-align: center;}
}
@media screen and (max-width: 520px) {
	.mainbody .slider{height:220px;}
	.imgbody ul{list-style: none; margin-right: -1%;}
	.imgbody li{float:left;width: 47%; max-height: 250px; padding: 1%;margin-right: 1%;margin-bottom: 5px; background-color: #fff;}
	.homelink{display: none;}
	
}
