@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #666666;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
	border-collapse: collapse;
}
html {
	overflow-y: scroll;
}
.clear {
	clear: both
}
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.clearfix {
	_zoom: 1;
}
.center {
	width: 1200px;
	margin: 0 auto;
}
.textcenter {
	text-align: center;
}
* {
	box-sizing: border-box;
}
.left {
	float: left;
}
.right {
	float: right;
}
.nodisplay {
	display: none
}
.flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.flex-wp {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}
/*单行显示超出显示省略号*/

.nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.flex-wp {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}

.beyond_hiding {
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}

/*底部共用*/

.index_hot {
    padding:40px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f6f6f6
}

.index_hot_tags {}

.index_hot_tags li {
    float: left;
    margin-right: 20px;
    padding-bottom: 14px;
    line-height: 20px;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    -o-transition: color 0.6s;
    transition: color 0.6s;
}

.index_hot_tags li.active {
    ;
    background: url("https://pic.kaiqiyun.com/images/V2.0/active_triang.png") no-repeat bottom center/15px 11px;
    font-weight: bold;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    -o-transition: color 0.6s;
    transition: color 0.6s;
}

.index_hot_list {
    width: 100%;
    min-height: 60px;
    background-color: #ffffff;
}

.index_hot_list>ul {
    display: none;
    padding: 20px;
}

.index_hot_list ul:nth-child(1) {
    display: block
}
.index_hot_list ul li{
    float: left;
}

.index_hot_list ul a {
    line-height: 26px;
    margin-right: 15px;
    color: #666;
    font-size: 12px;
}

.index_hot_list ul  a:hover {
    text-decoration: underline;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #333333;
}
.footbottom0 {
	border-bottom: 1px solid #3e3e3e;
	padding: 50px 0;
}
.footleft {
	float: left;
	width: 74%;
}
.footleft li {
	/* position: relative; */
	float: left;
	width: 20%;
	text-align:left;
}
.footleft li a.title {
	margin-bottom: 25px;
	line-height: 16px;
	font-size: 16px;
	color: #ffffff;
}
/*.footleft li a.title:hover {*/
    /*color: #000000;*/
/*}*/

.footleft li a {
	display: block;
	margin-bottom: 20px;
	/*text-align: center;*/
	line-height: 14px;
	font-size: 14px;
	color: #cccccc
}
.footleft li a:hover {
	text-decoration: underline;
}
.footleft li a:first-child:hover {
	text-decoration: none;
}
.footleft li.msg p {
	line-height: 14px;
	font-size: 14px;
	color: #cccccc;
}
.footleft li.msg p.tel {
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.footleft li span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 1px;
	height: 260px;
	background: linear-gradient(to top, #fcfcfc, #f7f7f7, #fcfcfc);
}
.footright {
	float: right;
	width: 26%;
}
.footright li {
	float: right;
	text-align: center;
}
.footright li:last-child {
	margin-right: 20px;
}
.footright li:first-child img {
	width: 100px;
	height: 100px;
}
.footright li:last-child img {
	width: 100px;
	height: 100px;
}
.footright li p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.footbottom {
	padding-top: 32px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-color: #333333
}
.footbottom .left a{
    color: #ccc;
}
.footbottom .left p {
	margin-bottom: 11px;
	line-height: 14px;
	font-size: 14px;
	color: #ccc;
}
.footbottom .right li {
	float: left;
	margin-right: 10px;
}
.footbottom .right li img {
	width: 87px;
	height: 38px;
}
/*底部共用*/
