﻿/* reset */
:root {
  --main-color:#092373;
  --text-color: #333;
  --font-family: Arial, sans-serif;
}
html { -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,hr,button,a{ margin:0; padding:0; word-break: break-all;}
body { font:14px/20px 'Microsoft YaHei'; color: #333; min-width: 1200px; } 
input, textarea, select,button { font-family: 'Microsoft YaHei'; outline:none; border:none; background:none; resize: none; border-radius: 0; }
table { border-collapse:collapse; border-spacing:0;}
th { text-align:inherit; }
img { border:0;}
iframe { display:block; }
ol,ul,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }

a { color:#333; text-decoration:none; 
	-webkit-transition: none;
			transition: none;
}
i{font-style:normal;}

a:hover, a:active { outline:none; }

.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; line-height:0; }
.clearfix { zoom:1; /* for IE6 IE7 */}

.flex-wrap{ display: -webkit-box;	display: -webkit-flex;	display: flex; }
.flex-con{     -webkit-box-flex: 1;     -webkit-flex: 1;    flex: 1;}
.ect { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ect-clamp { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
select {
   appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   background-image: url("//css.yirshuo.com/06/pc/template/images/selectxia.png");
   background-position:right center;
   background-repeat:no-repeat;
   outline:none;
   padding-left:10px;
   text-decoration:none;
   padding-right:5px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
select::-ms-expand { display: none; }
.mt50
{
    margin-top:50px !important;
    }
.mt30
{
    margin-top:30px !important;
}
.ma {
    margin-left: auto;
    margin-right: auto;
}
.w1200 {
    width: 1200px;
}
.tacetesx
{
    position:fixed;
    width:200px;
    height:60px;
    line-height:60px;
    color:#fff;
    font-size:16px;
    text-align:center;
    border-radius:6px;
    background:var(--main-color);
    left:50%;
    top:100px;
    margin-left:-100px;

}
.nodata
{
    width:100%;
    height:400px;
    background:url(//css.yirshuo.com/06/pc/template/images/nocontent.png) center center no-repeat;
 }
/* 顶部 */
.zong_topbar {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fafafa;
}
.wrap_mar {
    width: 1200px;
    margin: auto;
    font-size:12px;
}
.topbar_left {
    height: 30px;
    line-height:30px;
}
.topbar_left li:first-child a
{
    padding-left:0px;
    
    }
.topbar_left li:last-child a
{
    margin-left:0px;
    border-right:0px;
    
    }
.topbar_left li a
{
    padding-left:15px;
    padding-right:15px;
    font-size: 12px;
    color: #333;
    border-right:1px solid #ccc;
  
 }
.topbar_right .li_phone
{
    color:var(--main-color);
    }
.headerR{
	display:inline-block;

}
.headerR .login {

    cursor: pointer;
    position: relative;
}
.headerR a {
    color: #aeaeae;
    display: inline-block;
    font-size: 14px;
}
.headerR .headT {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    position: relative;

    vertical-align: middle;
    margin-top: -2px;
}
.headerR span img {
    height: 20px;
    vertical-align: middle;
    width: 20px;
    border-radius: 30px;
}

.headerR em {
    color: #333;
    font-style: normal;
    font-size: 12px;
    margin-left: 0px;

    padding-top: 6px;
}
.headerR .loginf .myoption {
    left: 36px;
    margin-left: -76px;
    position: absolute;
    top: 27px;
    z-index: 10000;
}
.pull-corner {
    background: url(//css.yirshuo.com/06/pc/template/images/corner.png) no-repeat 0 0;
    height: 10px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -8px;
    width: 13px;
    z-index: 1000;
}
.myoption ul {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    padding: 2px;
}
.myoption ul li {
    height: 32px;
    line-height: 32px;
    width: 116px;
}
.myoption ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    padding-left: 0px !important;
    text-align: center;
    padding-right:0;
}
.loginf .tuceng
{
    background:#fff;width:100px;height:18px;position:absolute;left:0;top:14px;opacity:0;filter:alpha(opacity=0);
    }
/* 顶部end */

/* header */

.property_logo
{
    width:100%;
    height:86px;
 
}
.property_logo .wrap_mar
{
    width:1200px;
    margin:0 auto;
    height:86px;
}
.wrap_mar .rank_logo
{
    width:400px;
    height:86px;
}
.wrap_mar .rank_logo a
{
    display:block;

    height:44px;
    background:url(//css.yirshuo.com/06/pc/template/images/logo.png) no-repeat;
    background-size:auto 100%;
    text-indent: -10000px;
    display: block;
    overflow:hidden;
    margin-top:20px;
}
.wrap_mar .zxserchcb
{
    width:500px;
    height:42px;
    border:2px solid  var(--main-color);
    margin-top:21px;
    border-radius:2px;
    }
.wrap_mar .zxserchcb input
{
    display:block;
    height:42px;
    line-height:42px;
    color:#666;
    text-indent:13px;
    
    }
.wrap_mar  #btnSearch
{
    width:112px;
    height:42px;
    cursor:pointer;
    background:url(//css.yirshuo.com/06/pc/template/images/sousuofff.png) 29px center no-repeat  var(--main-color);
    background-size:16px;
	color:#fff;
	text-indent:52px;
line-height:42px;
font-size:13px;
letter-spacing:1px;
	
 }
/* headerend */

/* 导航 */
nav
{
    width:100%;
    height:50px;
    line-height:50px;
    box-shadow:0 4px 4px #eee;
}
nav .pinPai_nav
{
    width:1200px;
    margin:0 auto;
    justify-content: space-between;
	 background:var(--main-color);
}
nav .pinPai_nav li
{
    position:relative;
   padding-left: 24px;
    padding-right: 24px;
    }
nav .pinPai_nav li.active{
	background:#09194a;
}
nav .pinPai_nav a
{
    display:block;
    width:100%;
    color:#ffffff;
    font-size:16px;
    text-align: center;
}

/* 导航结束 */

/* 底部 */
.public_footer .fb {
	min-height: 254px;
	overflow: hidden;
	background: #000;
	min-width: 1180px;
	font-weight:500;
	margin-top: 35px;
}
.public_footer .fb .main {
	width: 1200px;
	height: 247px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom:10px;
}
.fotlogo {
    height: 48px;
 
    background: url(//css.yirshuo.com/06/pc/template/images/footerlogo.png) left center no-repeat;
    background-size: auto 100%;
    text-indent: -1000px;
    display: block;
}
.public_footer .fb .main .menu {
	width: 1200px;
	padding-top: 18px;
	overflow: hidden;
	border-bottom: 1px solid #333;
}
.public_footer .fb .main .menu dt {
	width: 330px;
	height: 50px;
	float: left;
	overflow: hidden;
	line-height:53px;
	border-right: 1px solid #333;
}
.public_footer .fb .main .menu dd {
	width: 849px;
	height: 50px;
	float: left;
	overflow: hidden;
	padding-top: 0;
	margin-left: 20px;
	line-height: 25px;
	padding-top: 6px;
}
.public_footer .fb .main .menu dd a {
	    font-size: 16px;
    color: #ddd;
    margin: 0 19px 0 0;
    display: inline;
    cursor:pointer;
    
}
.public_footer .fb .main .menu dd span {
	    font-size: 16px;
    color: #999;
    margin: 0 22px 0 0;
    display: inline;
    cursor:pointer;
    
}
.public_footer .fb .main .menu dd span:hover
{
    color:var(--main-color);
    }
.public_footer .fb .main .menu dd a:hover
{
    color:var(--main-color);
    }
.public_footer .fb .main .address {
	width: 1200px;
	overflow: hidden;

}
.public_footer .fb .main .address p {
	width: 330px;
	overflow: hidden;
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding-top: 24px;
	height: 143px;
	border-right: 1px solid #333;
}
.public_footer .fb .main .address p:last-child 
{
    border-right: none;
    padding-left: 20px;
    width: 363px;
	
}
.public_footer .fb .main .address p.p2 {
	width: 410px;
	padding-left: 20px;
}
.public_footer .fb .main .address p a {
	color: #999;
	display:block;
}
.public_footer .fb .main .menu dd a:last-child {
    margin-right: 0;
}
/* 底部结束 */
.ctagpt {
    color: #ccc !important;
}

/* 分页 */
.compagination{margin-top: 20px;text-align:center;}
.compagination a{display:inline-block;width:40px;height:40px;margin-right: 10px;line-height:40px;text-align: center;color: #7f7f7f;font-weight: bold;background: url(/06/pc/template/images/pagea.png) no-repeat -4px -3px;transition: none; float:none;}
.compagination .pages{width: 98px;height: 40px;margin-right: 10px;line-height: 40px;background: url(/06/pc/template/images/page.png) no-repeat -3px -3px;}
.compagination .pages:hover{background-position: -3px -53px;}
.compagination a.cur{color: #fff;background:var(--main-color);border-radius:4px;}
.compagination a:hover{background-position: -4px -45px;}
.compagination a.cur:hover{color: #fff;background:var(--main-color);}
.compagination a.more{display: inline;width: auto;font-weight: normal; background-image: none;background: none;}
/*分页END*/
