@charset "utf-8";
body {margin:0px;padding:0px;font-family:"微软雅黑", Arial, Helvetica, sans-serif;font-size:12px;color:#333;background-color:#f1f2f6;width:100%;overflow-x:hidden;}
a {font-family:"微软雅黑", Arial, Helvetica, sans-serif;outline:none;text-decoration:none;color:#333;font-size:12px;}
a:hover {text-decoration:none;}
ul{padding:0;margin:0;list-style:none;}
p{padding:0;margin:0;}
img{border:0px;margin:2px;}
.wrap_container { 
	width:1200px;margin:0 auto; 
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content:space-between;
}
.margin-right{ margin-right:10px; }
.margin-left{ margin-left:10px; }
/*顶部*/
#top {background-color:#f4f4f4;height:34px;border-bottom:solid 1px #EEE;color:#444;}
#top .top_m {
	width:1200px;height:34px;
	line-height:34px;margin:auto;
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content:space-between;
	align-items: stretch;-webkit-align-items:stretch;
}
#top .top_m > div{ 
	display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items:center;
}
#top .top_m form { margin-right: 15px; }
#top .top_m a{ display: inline; }
#top .top_m a:hover{ color:#96292e; }
#top .top_m a.login{ color:#b71b22; }
#top .top_m > div > ul{
	list-style: none;padding:0;
	display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items:center;
}
#top .top_m > div > ul > li{ padding:0 5px; }
#top .top_m > div > ul > li.dropdown:hover{
	background-color: white;box-shadow: 0 0 1px #ccc;
}
#top .top_m > div > ul > li.dropdown:hover > ul.dropdown-menu{ display: flex; }
ul.dropdown-menu{
	list-style: none;padding:0;color:#777;
	display: flex;display: -webkit-flex;
	flex-direction: column;-webkit-flex-direction:column;
	position: absolute;background-color:white;
	display: none;margin-left:-1px;z-index:999;
	border:1px solid #ddd;margin-top: -1px;
}
ul.dropdown-menu > li{
	padding:0 5px;
}


#view-floor a{ display: block;padding:5px 10px;background-color:inherit; }
#view-floor a:hover{ color:#96292e; }
#view-floor > div > ul{
	list-style: none;padding:0;
	display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items:center;
}
/*#view-floor > ul > li{ padding:0 5px; }*/
#view-floor > ul > li.dropdown {
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
}
#view-floor > ul > li.dropdown:hover{
	background-color: white;border-color:#ddd;
}
#view-floor > ul > li.dropdown:hover > ul.dropdown-menu{ display: flex; }
#view-floor > ul > li.dropdown:hover > a {
	position: relative;
	background-color:white;
	z-index: 99999;
}


.viewback-floor a{ display: block;padding:5px 10px;background-color:inherit; }
.viewback-floor a:hover{ color:#96292e; }
.viewback-floor > div > ul{
	list-style: none;padding:0;
	display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items:center;
}
.viewback-floor > ul > li.dropdown {
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
}
.viewback-floor > ul > li.dropdown:hover{
	background-color: white;/*box-shadow: 0 0 1px #ccc;*/
	border-color:#ddd;

}
.viewback-floor > ul > li.dropdown:hover > ul.dropdown-menu{ display: flex; }
.viewback-floor > ul > li.dropdown:hover > a {
	position: relative;
	background-color:white;
	z-index: 99999;
}
/*头部*/
#header {width:1200px;height:114px;padding:8px 0;margin:auto;}
#header .logo {float:left;width:300px;height:60px;padding-top:27px;}
/*搜索*/
#header .search_box {float:left;width:350px;height:40px;}
#header .search_box .search {width:300px;height:40px;overflow:hidden;position:relative;border:solid 2px #cc2620;margin-top:25px;}
#header .search_box .search .searchtext {width:350px;height:40px;line-height:40px;display:block;padding-left:5px;border:0;}
#header .search_box .search .searchbtn {background-color:#cc2620;width:80px;height:40px;border:0;position:absolute;right:0;top:0;cursor:pointer;padding:0;color:#FFF;font-size:14px;font-weight:bold;}
#header .search_box .hotspots {width:300px;height:35px;line-height:35px;}
#header .search_box .hotspots span {float:left;font-weight:bold;padding-right:5px;}
#header .search_box .hotspots ul li {float:left;padding:0 8px;}
/*广告区*/
#header .ad01 {background-color:#f4f4f4;float:right;width:545px;height:114px;}
/*导航*/
#nav {
	background-color:#82292d;height:42px;z-index:99999;
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-flex;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
}
.nav-fixed{
	position: fixed;
	top:0;left:0;right:0;
	z-index:999;
	background-color:rgba(130,41,45,.8) !important;
}
#nav > div.wrap_container{
	justify-content: flex-start;-webkit-justify-content:flex-start;
	align-items: center;-webkit-align-items:center;
	position: relative;
}
#nav > div.wrap_container > ul {width:1000px;height:42px;}
#nav > div.wrap_container > ul > li {float:left;width:130px;height:42px;}
#nav > div.wrap_container > ul > li a {display:block;width:130px;height:42px;line-height:42px;text-align:center;color:#FFF;font-size:16px;}
#nav > div.wrap_container > ul > li a:hover {background-color:#cc2620;}
#nav > div.wrap_container > ul > li.cur a {background-color:#cc2620;}
#nav div.fast-nav{ 
	font-size:14px;cursor: pointer;
	width:110px;display: flex; display: -webkit-flex;
	background-color:white;color:#b71b22;height: 30px;
	justify-content: center;-webkit-justify-content:center;
	align-items: center;-webkit-align-items:center;color:#82292d;
	border:1px solid #82292d;
}
#nav div.fast-nav:hover > div.fast-nav-menu{ display: block; }
div.fast-nav-menu{
	padding:10px 10px 30px 10px;position: absolute;width:1091px;height: 360px;
	background-color: #f9f9f9;box-shadow: 0 2px 3px #ccc;
	z-index: 999999;overflow: hidden;top: 36px;right: 89px;
	display: none;
}
div.fast-nav-menu > div{ display: flex;display: -webkit-flex; }
div.fast-nav-menu > div:first-child{ 
	margin:10px 0;
	justify-content: center;-webkit-justify-content:center; 
	align-items: center;-webkit-align-items:center;
}
div.fast-nav-menu > div:first-child > input{ 
	border: 1px solid #ddd;
	text-indent: 1em;
	font-size: 14px;padding:5px 0;
	color: #777; width:80%;
}
div.fast-nav-menu > div:last-child{ 
	height: 360px;
	align-items: stretch;-webkit-align-items:stretch;
	justify-content: space-between;-webkit-justify-content:space-between;
}
div.fast-nav-menu > div:last-child > ul{
	height: inherit;overflow-y: scroll;
	display: flex;display: -webkit-flex;width: 32%;
	flex-direction: column;-webkit-flex-direction:column;
	border:1px solid #ccc;color:#666;
}
div.fast-nav-menu > div:last-child > ul > li{ padding:6px 0;text-indent: 2em; }
div.fast-nav-menu > div:last-child > ul > li.fast-ul-header{
	border-bottom:1px dashed #ccc;color:#82292d;text-indent: .5em;
}
div.fast-nav-menu > div:last-child > ul > li.fast-li-header{
	font-weight: bold;text-indent: 1em;color:#333;
}
div.fast-nav-menu > div:last-child > ul > li > a { white-space: nowrap; }
div.fast-nav-menu > div:last-child > ul > li > a:hover { color:#82292d; }

/*热点*/
#hot_nav {
	margin-top:10px;
}
#hot_nav > div.wrap {
	width:1200px;margin:0 auto;
	display: flex;display: -webkit-flex;
	align-items: stretch;-webkit-align-items:stretch;
	justify-content: space-between;-webkit-justify-content:space-between;
}
#hot_nav > div.wrap > a {
	display: inline-block;
}
#hot_nav > div.wrap2 img {
	width:590px;height: 150px;
}


/*message*/
div.message-block{
	width:900px;border:1px solid #ddd;
}
#message > div.wrap_container{
	justify-content: center;-webkit-justify-content:center;
	margin:20px auto;
}
div.message-header{
	/*background-color:#f2f2f2;*/padding:10px 0;
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content:space-between;
	align-items: center;-webkit-align-items:center;
	/*border-bottom: 1px solid #f2f2f2*/
}
div.message-header > h3{ color:#9b5357;font-size:20px;margin:0 0 0 20px;}
div.message-header > a{ color:#3158db; }

div.message-content {
	margin:10px 0;
	padding-left:20px;
}

div.message-content > label{
	padding:6px 0;font-size: 18px !important;
	text-indent: 1em;color:#666;
}


div.message-action {
	margin:20px 0;
	padding-left:20px;
}
div.message-action > label {
	display: block;
	margin:20px 0;
}
div.message-action > label >a{
	margin:10px 0;font-size: 14px !important;
	text-indent: 1em;color:#82292d;
}

/*底部*/
#footer {background-color:white;padding:40px 0;clear:both;}
#footer #footer_m {width:1200px;margin:auto;color:#666;overflow:hidden;}
#footer #footer_m p > a {margin: 0 10px;}
#footer #footer_m a {color:#666;}
#footer #footer_m a:hover {color:#82292d;}
#footer #footer_m .footer_l {float:left;width:192px;}
#footer #footer_m .footer_l span {display:block;padding-top:5px;}
#footer #footer_m .footer_l img {width:90px;height:90px;}
#footer #footer_m .footer_l .wx1 {float:left;width:89px;text-align:center;}
#footer #footer_m .footer_l .wx2 {float:right;width:90px;text-align:center;}
#footer #footer_m .footer_r {float:left;width:780px;padding-top:10px;margin-left:10px;}
#footer #footer_m .footer_r p {height:25px;line-height:25px;}
#footer #footer_m .footer_r img {vertical-align:middle;padding-right:5px;}
#footer #footer_m .footer_r2 {float:right;width:186px;}
#footer #footer_m .footer_r2 span {display:block;padding-top:5px;}
#footer #footer_m .footer_r2 img {width:90px;height:90px;}
#footer #footer_m .footer_r2 .wx1 {float:right;width:90px;text-align:center;}
#footer #footer_m .footer_r2 .wx2{float:left;width:90px;text-align:center;}



/*slider
.slider-item{
	z-index: 999999;
	display: none;
	position: fixed;
	right: 10px;
	height: 30px;
	width: 30px;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: rgba(255,255,255,.8);
	border:1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}
.slider-item::before{
	display: flex;display: -webkit-flex;
	justify-content: center;-webkit-justify-content:center;
	align-items: center;-webkit-align-items:center;
	height: 100%;width: 100%;font-size:20px;
}

#scroll-up{ bottom: 120px;color:#87372f;  }
#scroll-down{ bottom: 80px;color:#87372f;  }

.slider-item:hover{
	display: block;
	z-index: 999999;
	display: none;
	position: fixed;
	height: 30px;
	width: 30px;
	font-size: .8rem;
	line-height: 30px;
	background-color: #87372f;border-color:#87372f;
	color: white !important;
}
*/

#client-slider {
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 900;
  }
  #client-slider > ul {
	display:flex;display:-webkit-flex;
	flex-direction:column;-webkit-flex-direction:column;
	list-style-type:none;
  }
  #client-slider > ul > li {
	margin-bottom: 1px;;
  }
  #client-slider > ul > li > a {
	display:flex;display:-webkit-flex;
	flex-direction:column;-webkit-flex-direction:column;
	justify-content: center;-webkit-justify-content:center;
	align-items:center;-webkit-align-items:center;
	padding:0 30px 0 10px;background-color:#82292d;
	color:white;height:60px;text-decoration: none;
	position: relative;
	right:-20px;
	transition: all .3s;
  }
  #client-slider > ul > li > a > span.iconfont {
	text-align:center;
  }
  #client-slider > ul > li > a > span.iconfont::before { font-size: 1.4em;}
  #client-slider > ul > li > a > p {
	font-size: 12px;margin:0;
  }
  #client-slider > ul > li > a:hover {
	right:0;
  }
  
/*login*/
div.login-block{
	width:500px;box-shadow: 0 0 5px #ddd;
	top:400px;left:50%;z-index: 999999999;
	border-radius: 5px;border:6px solid rgba(0,0,0,.3);
	
}
div.login-block > div{ background-color:#f9f9f9;padding:10px; }


div.login-header > h3{ color:#9b5357;font-size:18px;margin:0;}
div.login-header{
	border-bottom:1px dashed #ddd;padding-bottom: 10px;
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content:space-between;
	align-items: center;-webkit-align-items:center;
}
div.login-header > span.fa-close{ font-size:18px;color:#555;cursor: pointer; }
div.login-body{
	margin:10px 20px;
}
div.login-body > form{ text-align: center;margin:0 auto; }
div.input-group{
	display: flex;display: -webkit-flex;font-size:16px;margin-bottom: 15px;
	align-items: center;-webkit-align-items:center;color:#555;
	justify-content: flex-start;-webkit-justify-content:flex-start;
}
div.input-group > span{
	font-size:18px;
	color: #6899c2;
	background-color: #f6f6f6;
	padding: 8px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
div.input-group > input{
	border:1px solid #ddd;padding:6px 0;font-size: 18px !important;
	text-indent: 1em;color:#666;font-size:inherit;
}
div.input-group > input.input-item{ flex-grow: 1;-webkit-flex-grow:1; }
button.submit {
	padding:8px 35px;background-color:#9f2c29;color:white;cursor: pointer;
	text-align: center;border-radius: 5px;border:1px solid #9f2c29;font-size:14px;
}
div.input-group > input.verifycode {
	padding:5px 15px 5px 0;background-color:#ffffff;color:#9f2c29;cursor: pointer;
	text-align: center;border-radius: 5px;border:1px solid #9f2c29;font-size:14px;
}
div.login-footer{
	border-top:1px solid #ddd;padding-top: 10px;
	display: flex;display: -webkit-flex;margin:0 auto;
	align-items: center;-webkit-align-items:center;
	justify-content: center;-webkit-justify-content:center;
}
.login-show{ display: block !important; }

/*register*/
div.register-block{
	width:700px;border:1px solid #ddd;
}
#register > div.wrap_container{
	justify-content: center;-webkit-justify-content:center;
	margin:20px auto;
}
div.register-header{
	/*background-color:#f2f2f2;*/padding:10px 0;
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content:space-between;
	align-items: center;-webkit-align-items:center;
	/*border-bottom: 1px solid #f2f2f2*/
}
div.register-header > h3{ color:#9b5357;font-size:20px;margin:0 0 0 20px;}
div.register-header > a{ color:#3158db; }
div.register-footer{
	display: flex;display: -webkit-flex;
	justify-content: center;-webkit-justify-content:center;
	align-items: center;-webkit-align-items:center;
	padding: 10px 0;border:1px dashed #ddd;
}
#verify-code{ font-size:14px;color:#666;margin-left: 10px; }
div.register-body{ width:80%;margin:0 auto; }
div.register-body > form{ margin:10px auto;text-align: center; }
div.register-body > form > div.input-group > label{ margin-right:10px;text-align:right;width:100px;min-width:100px;white-space: nowrap; }
div.register-body > form > div.input-group > label.w150 { margin-right:10px;text-align:right;width:150px;min-width:100px;white-space: nowrap; }

div.register-body > form  > p{
	font-size:14px; color:#777;margin-top: 10px;
}
div.register-body > form  > p > a{
	color: #9f2c29;font-size:inherit;
}

/*pagination*/
.pagination{
	display: flex;display: -webkit-flex;margin-top:20px;
	align-items: center;-webkit-align-items:center;
	justify-content: center;-webkit-justify-content:center;
	list-style: none;font-size:14px;
}
.pagination li{
	color:#c7410c;border:1px solid #c7410c;
	margin:0 5px;
}
.pagination li:hover,.pagination li.active{
	color:white;background-color:#c7410c;border-color:#c7410c;

}
.pagination li.disabled{ display: none; }
.pagination a,.pagination span{
	color:inherit;text-decoration: none;padding:3px 10px;display: block;
}

.topping{ color:#900;font-size:16px;font-weight: normal; }

div.breadcrumbs{ width:100%;margin:10px 0; }
div.breadcrumbs > ul{
	display: flex;display: -webkit-flex;padding:5px 10px;
	align-items: center;-webkit-align-items:center;
	font-size:14px;color:#666;background-color:#f0f0f0;
	position: relative;
}
div.breadcrumbs > ul span{ margin: 0 8px; }
div.breadcrumbs a{ text-decoration: none;color:inherit; }
div.breadcrumbs li:hover{ color:#cc2620;}
div.breadcrumbs > ul a.apply-ag{
	position: absolute;right:10px;
	border-radius: 5px;
	font-size: 12px;
	padding: 2px 10px 2px 12px;
	margin-left: 10px;
	transition: all .3s;
	display: inline-block;
	background-color: #cc2620; color: #FFF;border: solid 1px #cc2620;
}
div.breadcrumbs > ul a.apply-ag:hover{
	background-color: white; color: #cc2620;
}
.c-red{ color:red; }
.fa-question-circle-o{ cursor:pointer;margin:0 2px;color:#777; }

/*com-table*/
table.com-table {
	border:1px solid #ddd;
	width:1000px;margin:30px 0;
	font-size:15px;
	border-collapse:collapse;
	border-spacing:0;
	background-color:white;
}
table.com-table tr:hover { background-color:#f2f2f2; }
table.com-table td {
	padding: 8px 15px;
	line-height: 20px;
	background-color: inherit;
	border-bottom: 1px solid #ddd;
	word-wrap: break-word;
	word-break: break-all;
	color: #666;
	vertical-align: middle;
	position: relative;
}
table.com-table tr > td:first-child { width:180px;border-right:1px solid #ddd;text-align: right; }
table.com-table tr > td:last-child { max-width:800px;width:800px; } 
table.com-table tr:last-child td { border-bottom: none; }

.hf_links{ width:1200px; }
.hf_links ul li{ float:left; text-align:center;  width:120px; height:80px;}
.hf_links ul li a{ padding:15px 0 0 12px;}
.hf_links ul li span{ padding:1px; overflow:hidden; text-align:center;}
.hf_links ul li a:hover{ color:#F00; text-decoration:none; }
.link-title{background:url(/images/listStyle3.jpg) no-repeat 20px 8px; float:left; width:1200px;  font-size:14px; font-weight:bold; padding:5px 0 0 38px; }


.Hidden{display: none;}
.Show{visibility:show;}
.Hand {Cursor:hand;}