@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px "微软雅黑",arial,sans-serif;
}
body{
    line-height: 1.5;
    color: #444;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
a{color: #444;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
    color: #b33220;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.banner{
	width:100%;
	height:650px;
	background:url(../images/banner.jpg) center top no-repeat;
	text-align:center;
}
.banner .logodiv{
	width:484px;
	height:650px;
	display:inline-block;
	background:url(../images/logo.png) center center no-repeat;
	position:relative;
}
.banner .logodiv .logo{
	width:116px;
	height:113px;
	display:inline-block;
	margin-top: 440px;
    margin-left: 340px;
	float:left;
}
/*.banner .logodiv .logo{
	padding:10px 20px;
	color:#fff;
	background-color:#c70600E5;
	font-size:20px;
	position:absolute;
	left:50%;  
	bottom:30px;
	margin-left:-120px;
}
.banner .logodiv .logo:hover{
	-webkit-box-shadow: 0px 0px 10px #00000066;
	-moz-box-shadow: 0px 0px 10px #00000066;
	box-shadow: 0px 0px 10px #00000066;
}*/

.banner .logodiv .logo img{
	transition-duration:0.5s
}
.banner .logodiv .logo img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.mainframe{
	width:1200px;
	margin:10px auto;
}
.mainframe_block1{
	width:100%;
	min-height:550px;
	background:url(../images/title_bg1.png) 30px center no-repeat;
	margin-bottom:20px;
}
.mainframe_block1 .content{
	width:400px;
	float:right;
	padding:50px;
	margin-top:50px;
}
.mainframe_block1 .content h3{
	color:#d00f0f;
	font-size:36px;
	font-weight:700;
	padding:20px 0;
}
.mainframe_block1 .content .neirong{
	line-height:30px;
	font-size:16px;
}
.bottomframe{
	width:100%;
	background-color:#2c2525;
	text-align:center;
}
.bottomframe .bqsy{
	font-size:14px;
	color:#c7c7c7;
	line-height:30px;
	padding-top:30px;
}
.mainframe_block2{
	width:100%;
	background:url(../images/title_bg2.png) center top no-repeat;
}
.mainframe_block2 .titlecontent{
	width:980px;
	height:230px;
	padding-top:80px;
	padding-left:200px;
}
.mainframe_block2 .titlecontent h3{
	color:#fff;
	font-size:32px;
	font-weight:700;
	width:100%;
	padding-bottom:20px;
}
.mainframe_block2 .titlecontent .neirong{
	color:#fff;
	font-size:18px;
	line-height:30px;
}
.mainframe_block2 .content{
	width:1070px;
	margin-left:130px;
}
.mainframe_block2 .content dl{
	margin:30px auto;
}
.mainframe_block2 .content dl dt{
	width:50px;
	height:50px;
	background-color:#d00f0f;
	color:#fff;
	text-align:center;
	line-height:50px;
	font-size:20px;
	float:left;
}
.mainframe_block2 .content dl dd{
	width:1000px;
	float:right;
	font-size:16px;
	line-height:30px;
}
.mainframe_block2 .content dl dd b{
	color:#222;
}
.hdzz{
	background:url(../images/title_bg3.png) 30px center no-repeat;
	height:700px;
}
.sbtj{
	background:url(../images/title_bg4.png) center top no-repeat;
}
.sbtj .content dl dd{
	font-size:18px;
	line-height:40px;
	margin:10px 0;
}
.fontred{
	color:#d00f0f!important;
}
.fontblack{
	color:#333!important;
	text-shadow:5px 5px 5px #fff!important;
}
.button_ljbm {
	width:100%;
	height:80px;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
	text-align:center;
}
.button_ljbm a{
	width:440px;
	height:80px;
	display:inline-block;
	background-color:#d00f0f;
	color:#fff;
	line-height:80px;
	font-size:32px;
	text-align:center;
}
.button_ljbm a:hover{
	background-color:#f22828;
}
#contact_detail{
	color:red;
}
#contact_detail img{
	vertical-align:middle;
	margin-right:10px;
}
.layui-layer{
	border-radius:6px!important;
}
.layui-layer-ico {
    background: url(../images/icon_close.png) no-repeat!important;
}
.layui-layer-ico:hover {
    background: url(../images/icon_closeon.png) no-repeat!important;
}
.layui-layer-setwin .layui-layer-close2{
	top:0!important;
	right:0!important;
}
.ghlxr{
	padding:30px 30px;
	position:relative;
	width:640px;
	height:380px;
}
.ghlxr .city li{
	float:left;
	font-size:18px;
	padding:10px 25px;
	margin:5px 0;
	cursor:pointer;
}
.ghlxr .city .item{
	background-color:#d00f0f;
	color:#fff;
	border-radius:6px;
}
.ghlxr .city li .area{
	position:absolute;
	top: 170px;
    left: 40px;
	width:630px;
	display:none;
}
.ghlxr .city li .area .current span{
	color:#d00f0f;
}
.ghlxr .city li .area li{
	float:left;
	color:#666;
	padding:5px 15px;
	font-size:16px;
}
.ghlxr .city li .area li dl{
	position:absolute;
	top:110px;
	left:0;
	width:600px;
	padding-top:20px;
	border-top:1px solid #c5ced1;
	display:none;
}
.ghlxr .city li .area li dl dt{
	font-weight:bold;
	color:#333;
	font-size:16px;
	line-height:30px;
}
.ghlxr .city li .area li dl dd{
	font-size:16px;
	line-height:30px;
}
.rightfloor{
	width:96px;
	background:url(../images/floor_bg.png) left top repeat-y;
	position:fixed;
	right:10px;
	top:150px;
}
.rightfloor li{
	text-align:center;
	width:100%;
	height:43px;
	line-height:43px;
	background:url(../images/floor_bg1.png) center top no-repeat;
	margin:10px 0;
	color:#514d4d;
	font-size:24px;
}
.rightfloor .item{
	background:url(../images/floor_bg2.png) left top no-repeat;
	color:#fff;
}
.rightfloor .item a{
	color:#fff;
}
.rightfloor .first{
	margin-top:0px;
}
.rightfloor .last{
	margin-bottom:0px;
}