﻿﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,a {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family:"Microsoft YaHei";
}
.container{
   width:1200px;
   margin:0 auto;
}

/*header*/
#header{

}
.header-items{
  width:100%;
  min-width:1200px;
  height:116px;
  background:url(../images/header-bg_01_2.jpg) no-repeat center;
}

.logo{
   float:left;
   margin-top:15px;
}

.header-right{
   float:right;
   margin-top:15px;
   width:352px;
   height:84px;
}
.cut{
   float:right;
   margin-right:30px;
   margin-bottom:25px;
}

.cut a{
   font-size:14px;
   color:#676767;
   text-decoration:none;
}
.search-box{
   float:right;
}

form{ 
   height:35px;
   width:350px;
   border:1px solid #9c231b; 
   border-radius:30px;
}
.sinput{
   float:left; 
   width:270px; 
   height:35px; 
   line-height:35px; 
   padding-left:10px;
   color:#9c231b; 
   border:none; 
   background:none; 
   outline:none;
}

.sbtn{
   float:right; 
   width:50px; 
   height:35px;
   border:none; 
   background:url(../images/search_07_2.png) no-repeat center;
   cursor:pointer; 
   display:inline-block; 
   vertical-align:middle;
   outline:none;
}

/*nav*/
#nav{

}

.nav-items{
   width:100%;
   min-width:1200px;
   background:#9c231b;
   height:50px;
   float:left;
   box-shadow:0 1px 5px #999999;
}
.nav-items ul{
   list-style:none;
}
.nav-items ul li{
   float:left;
   position:relative;
}
.nav-items ul li a{
   text-decoration:none;
   display:block;
   padding-left:27px;
   padding-right:27px;
}
.nav-items ul li a span{
    font-size:16px;
	color:#fff;
	line-height:50px;	
}

.nav-items ul li:hover a{
    background:#80110a;
}

.nav-items ul li.sel a{
    background:#80110a;
}
.little_menu {
    display:none;
    width:122px;
	position:absolute;
	top:50px;
	left:0px;
	z-index:9110;
	text-align:center;
	
}
.little_menu1{
	margin-top:2px;
	background:#80110a;
	padding-bottom:30px;
	padding-top:10px;
}
.nav-items ul li .little_menu h4{
   display:block;
   width:100%;
   height:45px;
}
.nav-items ul li .little_menu h4:hover a{
   background:#9c231b;

}
.nav-items ul li .little_menu h4.sel a{
   background:#9c231b;

}
.nav-items ul li .little_menu h4 a{
   font-weight:400;
   font-size:14px;
   line-height:45px;
   color:#fff;
   text-decoration:none;
   padding:0px;
}


/*footer*/
#footer{

}

.footer-item{
   width:100%;
   min-width:1200px;
   background:#f4f4f4;
   float:left;
   margin-top:10px;
}

.footer-left{
   float:left;
   width:410px;
   margin-top:30px;
}
.contact{
   float:left;
   width:280px;
}

.contact h3{
   font-size:16px;
   color:#333333;

   padding-bottom:23px;
}

.contact p{
   font-size:13px;
   color:#555555;
   padding-bottom:22px;
}
.erweima{
   float:right;
 }
.erweima-box{
   width:106px;
   height:105px;
   border:1px solid #797979;
   margin-top:40px;
}
.erweima p{
   font-size:13px;
   color:#555555;
   padding-top:15px;
   padding-left:20px;
}

.footer-right{
   width:710px;
   float:right !important;
   margin-top:30px;
}

.footer-right span{
   font-size:16px;
   color:#333333;
   display:block;
   font-weight:bold;
   padding-bottom:23px;
}
.img-box a{
    float:left;
}
.img-box a:nth-child(3n+2){
   padding-left:8px;
   padding-right:8px;
}

#myLinks{
}

.myLinks-item{
  width:100%;
  min-width:1200px;
  background:#9c231b;
  float:left;
}
.myLinks-top{
   width:auto;
   text-align:center;
   line-height:50px;
   border-bottom:1px solid #b0342b;
}

.myLinks-top span{
   font-size:18px;
   color:#fff;
}

.myLinks-top a{
   font-size:12px;
   color:#fff;
   text-decoration:none;
   padding-right:40px;
 }
 .myLinks-top a:hover{
    text-decoration:underline;
}

.myLinks-down a{
   font-size:12px;
   color:#6a0c06;
   
   text-decoration:none;
   padding-right:35px;
}

.myLinks-down{
    width:auto;
   text-align:center;
   line-height:35px;
   border-top:1px solid #88160f;
}













































































ppp
