﻿@charset 'utf-8';

body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul,div,caption{
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}
img{
	border: none;
}
pre{
	border: none;
}
a{
	text-decoration: none !important;
	color: #333;
}
ul,li,ol,dl,dd,dt{
	list-style: none;
}
body{
	color: #3C3C3C;
    -webkit-font-smoothing: antialiased;
    background-color: #e2e2e2;
    font-size: 12px;
    font-family: "宋体",simsun;
}
article,aside,dialog,header,section,footer,nav,figure,menu{
	display: block;
}
.crumbs{
	width: 1170px;
	margin: 0 auto;
	height: 42px;
	/*border-left: 1px solid #ddd;*/
	/*border-right: 1px solid #ddd;*/
	line-height: 42px;
	background-color: #fff;
	color: #999;
	font-size: 12px;
	padding-left: 22px;
	box-sizing: border-box;
	font-family: "微软雅黑",Microsoft YaHei;
}
.crumbs a{
	font-family: "微软雅黑",Microsoft YaHei;
}
.crumbs a:hover{
	color: #d2284d;
	text-decoration: underline;
}
.crumbs span{
	color: #333;
}
.nav_left:hover .slide{
    display: block;
}
.nologin {
    width: 1200px;
    margin: 10px auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: gold;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    font-size: 14px;
    font-family: "微软雅黑";
    display: none;
}
.nologin a{
    font-size: 14px;
    color: #29acec;
    font-weight: bold;
    font-family: "微软雅黑";
}
.swiper-wrapper, .swiper-container {
    height: 90px !important;
}
.container{
    width:1200px;
    margin: 5px auto;
    position: relative;
    height: 90px;
    padding: 0 !important;
}
.container>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.container>.second{
    display: none;
}
.common_hot_span {
    position: absolute;
    width: 30px;
    height: 15px;
    text-align: center;
    background-color: #ce0000;
    line-height: 15px;
    color: #fff;
    right: 2px;
    top: 3px;
    font-weight: bold;
    border-radius: 4px;
    font-family: 微软雅黑;
}