body{
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
/** start 头部 **/
#hdT,
#hdB ul{
    margin: 0 auto;
    width: 1030px;
}
#hdT{
    height: 125px;
    overflow: hidden;
}
#hdT .logo{
    float: left;
}
#hdT .tel{
    float: right;
    margin-top: 20px;
}
#hdT .tel img{
    float: left;
}
#hdT .tel p{
    float: left;
    margin-right: 20px;
    padding: 5px 0  0 58px;
    background: url("/web/20181126201644im_/http://www.zgyilong.cn/img/tel.png") no-repeat;
    line-height: 200%;
}

#hdB{
    width: 100%;
    background: #3b3533;
}
#hdB ul{
    padding-left:10px;
    font-size: 14px;
    background: none;
}
#hdB li{
    float: left;
    width: 140px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: url("/web/20181126201644im_/http://www.zgyilong.cn/img/pot.png")  right center no-repeat;
}
#hdB li a{
    color: #ffffff;
}
#hdB li a:hover{
	color: #eee;
}
/** end 头部 **/



/* container */
#container{
    margin: 20px auto 30px;
    width: 1000px;
    color: #666666;
    overflow: hidden;
}
.block-list{
    float: right;
    width: 81%;
	overflow: hidden;
}
.block-aside{
    float: left;
    width: 18%;	
}
.block-aside .node-navB{
    margin: 20px 0 10px;
}

/* node-ad */
.node-ad{
	margin: 0 auto;
	width: 100%;
    overflow: hidden;
	height: 230px;
}
.node-ad img{
	float: left;
	width: 1600px;
	height: 230px;
}
.node-ad span{
	float: right;
	width: 350px;
	height: 230px;
	text-align: center;
	line-height: 230px;
	font-size: 28px;
	color: #fff;
	background: #3B3533;
}
/* node-navB */
.node-navB{
    margin: 20px 0;
    height: 35px;
    border-bottom: 1px solid #eee;
}
.node-navB h2{
    float: left;
    padding: 0 5px;
    height: 32px;
	line-height: 32px;
    font-weight: bold;
    border-bottom: 3px solid #60433c;
	font-size: 14px;
}
.node-navB .more{
    float: right;
	margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    padding:2px 10px 0 0;
	font-weight: normal;
}
.node-navB  h2,
.node-navB a{
    color: #222;
    font-weight: bold;
}
.node-navB a:hover{
    color: #3B3533;
}

/* .node-menu */
.node-menu {
    display: block;
    overflow: hidden;
    width: 92%;
    margin: 0 auto auto auto;
}
.node-menu li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.node-menu li a {
    color: #333;
    padding: 0 0 0 20px;
}
.node-menu li:hover a:after{
    content: ">";
    padding-left: 40px;
}
.node-menu li:hover{
    background: #60433c;
}
.node-menu li:hover a {
    color: #fff !important;
}
.msOn a:after{
    content: ">";
    padding-left: 40px;
}

/* node-captions-info */
.node-captions-info{
    width: 820px;
    overflow: hidden;
}
.node-captions-info li{
    float: left;
    margin: 0 11px 15px 0;
    width: 260px;
	height: 214px;
    overflow: hidden;
	border: 1px solid #eee;
}
.node-captions-info img{
    height: 159px;
}
.node-captions-info .info{
    padding: 5px 10px;
    overflow: hidden;
    background: #eeeeee;
}
.node-captions-info span{
    color: #666;
}
.node-captions-info .title{
    font-size: 14px;
    line-height: 200%;
	display:block;
}
.node-captions-info .time{
    float: left;
	margin-right: 25px;
}
.node-captions-info .count{
    float: left;
}
.node-captions-info i{
    font-size: 12px;
	margin-right: 5px;
}
.node-captions-info li:hover{
    border: 1px solid #eee;
}
.node-captions-info li:hover span{
	color: #fff;
}
.node-captions-info li:hover .info{
	background: #60433c;
}
/* list-info */
.node-list-info{
    margin: 0 auto;
    width: 98%;
    overflow: hidden;
}
.node-list-info li{
    padding: 15px 10px 15px 0;
    height: 150px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    cursor:pointer;
}
.node-list-info li .thumb{
    float: left;
    width: 148px;
    height: 148px;
    margin-right: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}
.node-list-info li img{
    max-height: 100%;
}
.node-list-info .info{
}
.node-list-info h3 a{
    line-height:50px;
    font-size: 16px;
    color: #666;
}
.node-list-info p{
    line-height: 180%;
    color: #666;
	width: 980px;
}
.node-list-info p a{
    color: #666;
    padding-left: 10px;
}
.node-list-info .tags{
    text-align: left;
}
.node-list-info .tags span{
    margin: 0 15px 0 0;
    line-height: 260%;
    color: #666;
}
.node-list-info .tags em{
    color: #666;
}
.node-list-info li:hover{
    background:#ebebe9;
    border-right:5px solid #60433c;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.node-list-info a:hover{
    color: #333;
    text-decoration: underline;
}
.node-list-info li:hover img{
    filter:alpha(opacity=60);
    opacity: .6;
}
/* intro */
.node-list-intro{
    margin: 10px auto;
    width: 96%;
}
.node-list-intro li{
    margin: 0 auto;
    padding: 12px 1% 20px;
    width: 98%;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.node-list-intro h3 a{
    line-height: 30px;
    font-size: 16px;
    color: #444;
}
.node-list-intro p{
    line-height: 180%;
    color: #666;
    text-indent: 2em;
}
.node-list-intro p a{
    color: #333;
    padding-left: 10px;
}
.node-list-intro li:hover{
    border-left: 5px solid #60433c;
    background: #ddd;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.node-list-intro li:hover a{
    color: #333;
}
/* block-img */
.block-img{
    background: url("/web/20181126201644im_/http://www.zgyilong.cn/img/logo2.jpg") center center no-repeat;
}
.node-left{
    float: left;
}
.node-right{
    float: right;
}
/* node-captions */
.node-captions{
    width: 525px;
    overflow: hidden;
}
.node-captions li{
    float: left;
    width: 105px;
    height: 105px;
    overflow: hidden;
}
.node-captions li img{
    height: 100%;
}
.node-captions li img:hover{
    filter:alpha(opacity=80);
    opacity: .8;
}
/* 侧边列表热门信息 */
.node-list{
    margin: 10px auto 0;
    width: 95%;
}
.node-list li{
}
.node-list a{
    line-height: 24px;
}
.node-list li:hover{
    text-indent: 1em;
    text-decoration-color: #56af00;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

/* 联系我们 */
.node-contact{
    margin: 10px auto 0;
    width: 95%;
}
.node-contact p{
    line-height: 24px;
    word-break:break-all; 
}
/* node-captions-headline */
.node-captions-headline{
    margin: 10px auto 0;
    width: 95%;
}
.node-captions-headline li{
    margin: 5px 0 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.node-captions-headline h3 a{
    color: #666666;
	font-weight: normal;
}
.node-captions-headline .thumb{
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.node-captions-headline img{
    width: 100%;
}
.node-captions-headline span{
    line-height: 180%;
	text-indent: 1em;
}
.node-captions-headline p{
    display: none;
    font-size: 12px;
    padding: 5px;
}
.node-captions-headline .curr p{
    display: block;
}
.node-captions-headline li:hover{
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


/* 联系页面 */
.block-list-contact{
	margin: 0 auto;
	width: 1000px;
}
/* 地图 */
.node-map{
	float:left;
	width:680px;
	height:440px;
	margin-right: 20px;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word;
}
/* 联系list页面 */
.node-contact-list{
	float:right;
	width:300px;
	line-height: 180%;
	color: #666;
    line-height: 28px;
	font-size: 14px;
	margin-top: 30px;
}
/* node-position */
.node-position  {
    margin: 0 auto 15px;
    width: 99%;
    height: 32px;
    line-height: 32px;
    color: #1d1d1d;
    font-weight: bold;
    border-bottom: 3px solid #60433c;
	font-size: 14px;
}
.node-position  a {
    color: #666;
}
.node-position  a:hover {
    color: #3B3533;
}

/* article内页 */
.node-head {
    margin: 10px auto 0;
    line-height: 34px;
}
.node-head h1{
    float: left;
    padding-left: 2em;
    margin-right:24px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 1em;
}
.node-head span{
    float: left;
    line-height: 40px;
}

/* article内页(带标签) */
.node-head-tags{
    margin: 10px 0;
    text-align: center;
}
.node-head-tags h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
}
.node-head-tags span{
    margin: 0 15px;
}
/*** start content(内容控制) ***/
#content{
    margin: 0 auto;
    width: 96%;
    overflow-x: hidden;
}
#content,
#content a,
#content p{
    color: #333;
    line-height: 200%;
	margin:10px auto;
}
/*#content strong{
    color: #60433c;
    border-bottom: 2px #60433c solid;
}*/
#content p {
    margin: 15px 0 ;
    text-indent: 24px;
	font-size: 14px;
}
#content img{
    margin: 0 5px 5px;
    max-width: 96%;
    width:expression_r(width>770?"770px":"auto");
}
#content .thumb{
    float: left;
    margin-right: 10px;
    max-width: 60%;
    _width:60%;
    border:1px solid #eee;
    overflow: hidden;
	margin-bottom:20px;
}
#content .thumb img{
    width:100%;
    margin:0;
    max-width:100%;
}
#content .attr{ 
}
#content .attr em{
    color:#9C0001;
}
#content .video{
	margin: 0 auto;
	width: 480px;
}
.node-share-content{
    margin-bottom: 20px;
}
.node-share-content .bdsharebuttonbox{
	float: right;
	width: 180px;
}
.node-share-content .bdsharebuttonbox span{
	float: left;
	line-height: 28px;
	margin-right: 10px;
}
/* node-page */
.node-page{
    text-align: right;
    margin: 30px 0 5px;
}
.node-page a{
    margin: 0 5px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #666666;
}
.node-page a.on{
    color: #fff;
    background: #60433c;
}
.node-page a:hover{
    background: #60433c;
    border-color: #eee;
    color: #fff;
}
.node-page a.selected{
    background:none;
    border:none;
}



/*** end content(内容控制) ***/



/** start 底部 **/
#footer{
    background: #171717;
    padding: 20px 0 18px 0;
}
#ft{
    margin: 0 auto;
    width: 1030px;
}
#ft .copyright{
    float: left;
	width: 560px;
}
#ft .tel-info{
    float: right;
    width: 260px;
}
#ft .copyright p{
    color: #fff;
    line-height: 200%;
}
#ft .copyright p a{
    color: #ffffff;
}
#ft i{
    color: #fdfdfd;
    font-size: 16px;
    margin-right: 5px;
}
#ft .tel-info img{
    float: left;
    margin-right: 15px;
}
#ft .tel-info p{
    color: #ffffff;
}
#ft .tel-info span{
    padding: 10px 0;
    font-size: 20px;
}

/** end 底部 **/


#block-detail{
	margin-bottom:50px;;
}
.node-contact{
	font-size: 12px;
    line-height: 30px;
}
.node-contact span{
	padding-left: 10px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}


/*留言板*/
.form-validate{
	width: 400px;
	margin:30px auto 0 auto;
}
.form-validate span{
	vertical-align:middle;
}
.form-validate label{
	vertical-align:middle;
}
.form-validate .required{
	color: red;
}
.form-validate input{
	margin:10px 0;
	height:20px;
}
.btn-inner{
	width: 80px;
	height: 30px;
	border: none;
	color: #fff;
	background:#60433c;
	cursor: pointer;
}
.btn-inner:hover{
	background:#F60;
}


/*视频中心*/

.node-video-info{
	width: 786px;
}
.node-video-info li{
float: left;
margin: 0 7px 15px 0;
width: 253px;
height: 225px;
overflow: hidden;
border: 1px solid #eee;
}
.node-video-info li .video_title{
	margin-top:5px;
    text-align: center;
}



/*node-list-table 表格列表*/
.node-list-table {
    width: 97%;
    margin: 0 auto;
}

.node-list-table .data {
    width: 100%;
}

.node-list-table th, .node-list-tabl td {
    text-align: center;
}

.node-list-table th {
    border-bottom: #ccc 1px dashed;
    height: 35px;
    color: #A01609;
    font-weight: bold;
    font-size: 14px;
}

.node-list-table td {
    text-align: center;
    color: #333;
    padding: 10px 0 10px 0;
    border-bottom: #ccc 1px dashed;
    width: 22%;
}

.node-list-table .title {
    text-align: left;
    width: 34%;
}
.node-list-table td.title {
    padding-left: 10px;
}
.node-list-table td.title a{
    color: #333;
}
.node-list-table td.title em{
    padding-right: 10px;
    font-size: 10px;
    color: #fb1544;
    font-style: italic;
    font-family:  Arial, sans-serif;
}
.node-list-table td.title a:hover{
    color: #fb1544;
}

/* node-head-list */
.node-head-list{
    width: 96%;
    margin: 10px auto 25px;
    overflow: hidden;
}
.node-head-list h1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.node-head-list ul{
    padding: 15px 0 10px 0;
    color: #666;
    width: 90%;
}
.node-head-list .item1 li{
    width: 33%;
}
.node-head-list .item2 li{
    width: 50%;
}
.node-head-list ul li{
    float: left;
    line-height: 180%;
}
.node-head-list li span{
    color: #666;
}

.node-head-list li em{
    color: #962201;
    font-weight: bold;
}
/*cont-right*/

.current{
    height: 35px;
    line-height: 35px;
    background: #ff706c;
    padding-left: 5px;
    font-weight: bold;
    border: 1px #d9d9d9 solid;
    color: #fff;
    border-radius: 5px;
}
.current a{
    padding-right: 10px;
    padding-left: 5px;
    height: 30px;
    font-weight: normal;
    color: #fff;
}
.content{
    margin: 5px 0 0 0;
    border: 1px #d9d9d9 solid;
    border-radius: 3px;
    min-height: 425px;
    overflow: hidden;
    width: 798px;
    padding-top: 10px;
    _height:expression(this.scrollHeight < 425 ? "425px" : "auto");
    background: #fff;
}
.content img{
	max-width: 770px;
}
.contact-list{
    padding-top: 10px;
    padding-bottom: 20px;
    width: 236px;
    padding-left: 10px;
    border-left: 2px #FF706C solid;
    border-right: 2px #FF706C solid;
    line-height: 30px;
    border-bottom: 10px #ff706c solid;
    border-radius: 0 0 5px 5px;
    background: #fff;
}
.contact-list .detail{
    width: 180px;
}
.node-contact-list .detail{
    width: 240px;
}

/*cont-left */
.cont-left{
    width: 250px;
}
.cont-left .red-f{
    width: 250px;
}
.red-f .red-f-title{
    width: 250px;
    height: 35px;
    line-height: 35px;
    background: #FF706C;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #fff;
}
.red-f-ul{
    border-right:2px #FF706C solid;
    border-left: 2px #ff706c solid;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 10px #ff706c solid;
    border-radius:  0 0 5px 5px;
    background: #fff;
}
.red-f-ul li{
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px #ff706c dashed;
    width: 130px;
    margin: 0 auto; 
    background: url(/web/20181126201644im_/http://www.zgyilong.cn/images/title-bg.png) center left no-repeat;
    margin-bottom: 10px;
}
.red-f-ul li:hover{
    background:url(/web/20181126201644im_/http://www.zgyilong.cn/images/title-bg2.png) center left no-repeat;
}
.cont-right{
    width: 800px;
}
/*
     FILE ARCHIVED ON 20:16:44 Nov 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:10:21 Jul 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.707
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.02
  esindex: 0.016
  cdx.remote: 18.485
  LoadShardBlock: 189.451 (3)
  PetaboxLoader3.datanode: 100.354 (4)
  PetaboxLoader3.resolve: 242.274 (2)
  load_resource: 271.883
*/