@charset "utf-8";

/*------重置样式------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,figure {
	margin:0;
	padding:0;
}  
body,button,input,select,textarea{ 
	font:14px "微软雅黑",arial, verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	}
 
fieldset,img {
	border:0 none;
	} 
dl,ul,ol,menu,li {
	list-style:none;
	}   
blockquote, q {
	quotes: none;
	}   
blockquote:before, blockquote:after,q:before, q:after {
	content:'';
	content:none;
	}

input,select,textarea,button {
	vertical-align:middle;
	}  
button {
	border:0 none;
	background-color:transparent;
	cursor:pointer;
	}

body {
	background:#fff;
	height: 100%;
	overflow-x: hidden;/*临时添加*/
	}     
body,th,td,input,select,textarea,button {
	font-size:12px;
	line-height:1 ;
	font-family:"微软雅黑", "黑体","宋体";
	color:#666;
	}   
a {
	color:#666;
	text-decoration:none;
	}  /* 重置链接a标签 */  
a:active,a:hover {
	text-decoration:none;
	}   
address,caption,cite,code,dfn,em,var {
	font-style:normal;
	font-weight:normal;
	}  
caption {
	display:none;
	}    
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	}    
img{
	display: block;
	vertical-align:top;
	}  /* 图片在当前行内的垂直位置 */   
/* 页面设置 */  
  /* 取消a标签点击后的虚线框 */  
a {
	outline: none;
	}    
a:active, a:focus {
    outline: none;
}
/*清除浮动*/  
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{
   height: 0;
   visibility: hidden;
   display: block;
   clear: both;
	} 
.clearfix{ 
    zoom:1;/*IE/7/6*/
}

a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}/*解决a标签点击有阴影*/
.box-sizing{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;;
}
/*首页背景*/
.sy-box{
	background: url(../images/sy-bg.jpg) no-repeat center top;
	z-index: -1;
}
/*----------页眉部分----------------*/
.com-top-bg{
	background: url(../images/com-top-bg.png) no-repeat center top;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 40px;
	z-index: 1000;
}
.com-nav{
	z-index: 1001;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 1080px;
	margin-left: -540px;
}
/*banner*/
.com-banner-box{
	width: 100%;
}
.com-banner-box img{
	width: 100%;
	display: block;
}
/*logo-和导航*/
.com-logo, .com-nav-bg {
    float: left;
}
.com-logo {
    width: 370px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.com-logo img {
    width: 100%;
}
.com-nav-bg {
    padding-top: 12px;
    width: 690px;
}

/* 主导航背景项 */
.com-nav-bg .com-nav-list {
    float: left;
    background-color: #1a3d30; 
    transition: background-color 0.3s;
}

/* 仅保持主导航条两端的圆角 */
.com-nav-bg .com-nav-list:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.com-nav-bg .com-nav-list:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.com-nav-list > a {
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    text-align: center;
}

/* 下拉菜单样式 */
.com-sub-box {
    background-color: #234739; 
    display: none;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    border-top: 2px solid #8f6b32; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
}

.com-sub-box a {
    color: #eee;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    transition: all 0.2s;
}

/* 下拉菜单里的文字鼠标悬浮效果 */
.com-sub-box a:hover {
    color: #b79c70; 
    background-color: rgba(255,255,255,0.05); 
}

/* 导航激活/鼠标悬浮状态 */
.current-nav, 
.com-nav-bg .current-nav, 
.com-nav-list:hover {
    background-color: #8f6b32 !important; 
}

/* 主导航链接在悬浮时的文字颜色 */
.com-nav-list:hover > a {
    color: #fff !important;
}
/*----------主体部分----------------*/
/*bg-width:1500*/
.sy-main-bg{
	position: relative;
	left: 50%;
	margin-left: -750px;
	width: 1500px;
	background: url(../images/sy-com-bg.jpg) no-repeat center bottom;
}
.wrapper{ 
	width: 1080px; 
	margin: 0 auto;
}
.padding-30{
	padding: 30px 0;
}
.com-title-box{
	width: 100%;
	background: url(../images/sy-title-bg.jpg) no-repeat center bottom;
	margin: 70px 0 50px 0;
}
.com-title{
	float: left;
	font-size: 22px;
	color: #000;
	line-height: 50px;
}
.com-title-more{
	float: right;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 30px;
}
.com-title-more a{
	color: #a80110;
}
.com-title-more a:hover{
	color: #986C33;
}
/*----------页脚部分----------------*/
/*页脚*/
.com-footer{
	width: 100%;
	height: 110px;
	background: url(../images/footer-bg.png) no-repeat center center;
	font-size: 12px;
	color: #333;
}
.footer-message{
	width: 780px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}
.footer-message li{
	float: left;
	line-height: 30px;
	margin: 0 20px;
}
.copyright{
	text-align: center;
}
.copyright a{
	color: #333;
}
