body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
body{
	min-width: 1200px;
}
body, button, input, select, textarea {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
/*a:link {
    color: #666;
}
a:visited {
    color: #666;
}*/
/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #333;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
input::-webkit-input-placeholder{
    color:#ccc
 }
input::-moz-placeholder{   /* mozilla firefox 19  */
    color:#ccc;
}
input:-moz-placeholder{    /* mozilla firefox 4 to 18 */
    color:#ccc
}
input:-ms-input-placeholder{  /* internet explorer 10-11 */
    color:#ccc
}
.transition200{
    transition: all 200ms;
}
.w1200{
    width: 1200px;
}
input,button{
    outline: none;
}

.header{
    width: 100%;
	background-color: #a71d2a;
}
.header .logo{
	padding: 28px 0;
}
.header .contxt-img{
	right: 100px;
	top: 42px;
}
.header .search{
	width: 330px; 
	height: 40px;
	top: 42px;
	cursor: pointer;
	z-index: 1;
}
.header .search .input-txt{
	right: 65px;
	background-color: #ff9d34;
	width: 250px;
	height: 40px;
	overflow: hidden;
	border-radius: 40px 0 0 40px;
}
.header .search .input-txt input{
	display: block;
	border: none;
	padding: 0 0 0 30px;
	margin: 0;
	height: 40px;
	width: 235px;
	z-index: 2;
	font-size: 14px;
	line-height: 40px;
}
.header .search .search-btn{
	top: 0;
	right: 0;
	width: 70px;
	height: 40px;
	background-color: #ff9161;
	border-radius: 0 40px 40px 0;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.header .search .search-btn:hover{
	background-color: #ff9d34;
}
.header .search .search-btn i{
	background: url(/uploads/image/rimages/index-icons.png) no-repeat -252px 0;
	width: 19px;
	height: 19px;
	top: 9px;
	left: 24px;
}
/*nav*/
.nav{
    background-color: #9f1723;
    height: 50px;
}
.nav ul li{
    float: left;
    width: 171px;
    text-align: center;
    position: relative;
    z-index: 8;
}
.nav ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.nav ul li .sub-nav{
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background: #ab1926;
}
.nav ul li .sub-nav .sub-list{
    text-align: center;
    width: 100%;
}
.nav ul li .sub-nav .sub-list a{
    padding: 10px 10px;
    line-height: 1.4;
    /*font-weight: normal;*/
}
.nav ul li a.active{
    color: #fff;
	opacity: 1;
	filter:alpha(opacity=100)
}
.nav ul li a:hover{
    color: #fff;
	background-color: #8c0410;
	opacity: 1;
	filter:alpha(opacity=100);
}
/*banner start*/
.banner .fullslide .hd{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
}
.banner .fullslide .hd ul{
	font-size: 0;
	text-align: center;
}
.banner .fullslide .hd li{
	font-size: 0;
	margin: 0 14px;
	width: 58px;
	height: 3px;
	display: inline-block;
	*display: inline;
	filter: alpha(opacity=66);
	opacity: .66
	zoom: 1;
	background-color: #fff;
	cursor: pointer;
	border-radius: 9px;
	opacty: 
	/*-webkit-box-shadow:0px 0px 5.6px 0.4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 5.6px 0.4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:0px 0px 5.6px 0.4px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5.6px 0.4px rgba(0, 0, 0, 0.3);*/
	-webkit-transition: all 0.22s;
	-moz-transition: all 0.22s;
	-ms-transition: all 0.22s;
	transition: all 0.22s;
}
.banner .fullslide .hd li.on{
	background-color: #e15363;
}
.banner .fullslide .prev,
.banner .fullslide .next{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	left: 8%;
	background: url(/uploads/image/rimages/index-icons.png) -130px 0;
	-webkit-opacity: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	
}
.banner .fullslide .next{
	left: auto;
	right: 8%;
	background-position: -191px 0;
}
.banner .fullslide:hover .prev,
.banner .fullslide:hover .next{
	-webkit-opacity:1;
	opacity: 1;
	filter:alpha(opacity=1);
}
/* banner end*/
/*footer*/
.footer{
	background-color: #980517;
}
.footer .site p{
	line-height: 1.2;
	color: #fff;
	font-size: 16px;
}
.footer .cp{
	background-color: #8a0f17;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}