﻿@charset "UTF-8";

.p_OccupyBox {
	text-align: center;
	margin-top: 3%;
	margin-bottom: 8%;
}

.p_OccupyBox .e_pagebox>* {
	display: inline-block;
	cursor: pointer;
	float: none;
	vertical-align: middle;
}

.p_OccupyBox .e_pagebox .pageNum {
	cursor: pointer;
	font-size: 14px;
	width: 50px;
	height: 50px;
	color: #54a134;
	border: 1px solid #c2c2c2;
	line-height: 50px;
	text-align: center;
	margin: 0 8px;
	background: #fff;
}

.p_OccupyBox .e_pagebox .pageNum.active {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .pageNum:hover {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .next {
	color: #999;
	padding: 0;
	color: #333;
	background: #fff;
	width: 100px;
	height: 50px;
	border: 1px solid #c2c2c2;
	line-height: 50px;
	text-align: center;
	margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pre {
	color: #999;
	padding: 0;
	color: #333;
	background: #fff;
	width: 100px;
	height: 50px;
	border: 1px solid #c2c2c2;
	line-height: 50px;
	text-align: center;
	margin: 0 8px;
}

.p_OccupyBox .e_pagebox .next:hover {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .pre:hover {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .next.disAble_next:hover {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev:hover {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

.p_OccupyBox .e_pagebox .next.disAble_next {
	background: none;
	border: 1px solid #eee;
	color: #999;
	cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev {
	background: none;
	border: 1px solid #eee;
	color: #999;
	cursor: default;
}

.p_OccupyBox .p_more {
	height: 40px;
}

.p_more .iconfont {
	display: none;
}

.p_OccupyBox .p_more .font {
	height: 40px;
	line-height: 40px;
}

.e_btn:hover {
	box-shadow: unset;
	background: rgba(101,166,76,0.9);
	color: #fff;
}

.p_page .pre .font {
	display: inline;
	font-family: serif;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
}

.p_page .next .font {
	display: inline;
	font-family: serif;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
}

.p_page {
	float: none;
	position: static;
}

@media only screen and (max-width:767px) {
	.p_OccupyBox .e_pagebox .pageNum {
		display: none;
	}

	.p_OccupyBox .e_pagebox .next {
		height: 35px;
		line-height: 35px;
	}

	.p_OccupyBox .e_pagebox .pre {
		height: 35px;
		line-height: 35px;
	}
}

@charset "UTF-8";

.p_OccupyBox {
	text-align: center;
	margin-top: 3%;
	margin-bottom: 8%;
}

.p_OccupyBox .e_pagebox>* {
	display: inline-block;
	cursor: pointer;
	float: none;
	vertical-align: middle;
}

.p_OccupyBox .e_pagebox .pageNum {
	cursor: pointer;
	font-size: 14px;
	width: 50px;
	height: 50px;
	color: #54a134;
	border: 1px solid #c2c2c2;
	line-height: 50px;
	text-align: center;
	margin: 0 8px;
	background: #fff;
}

.p_OccupyBox .e_pagebox .pageNum.active {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .pageNum:hover {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .next {
	color: #999;
	padding: 0;
	color: #333;
	background: #fff;
	width: 100px;
	height: 50px;
	border: 1px solid #c2c2c2;
	line-height: 50px;
	text-align: center;
	margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pre {
	color: #999;
	padding: 0;
	color: #333;
	background: #fff;
	width: 100px;
	height: 50px;
	border: 1px solid #c2c2c2;
	line-height: 50px;
	text-align: center;
	margin: 0 8px;
}

.p_OccupyBox .e_pagebox .next:hover {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .pre:hover {
	background: #54a134;
	border: 1px solid #54a134;
	color: #fff;
}

.p_OccupyBox .e_pagebox .next.disAble_next:hover {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev:hover {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

.p_OccupyBox .e_pagebox .next.disAble_next {
	background: none;
	border: 1px solid #eee;
	color: #999;
	cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev {
	background: none;
	border: 1px solid #eee;
	color: #999;
	cursor: default;
}

.p_OccupyBox .p_more {
	height: 40px;
}

.p_more .iconfont {
	display: none;
}

.p_OccupyBox .p_more .font {
	height: 40px;
	line-height: 40px;
}

.e_btn:hover {
	box-shadow: unset;
	background: rgba(101,166,76,0.9);
	color: #fff;
}

.p_page .pre .font {
	display: inline;
	font-family: serif;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
}

.p_page .next .font {
	display: inline;
	font-family: serif;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
}

.p_page {
	float: none;
	position: static;
}

@media only screen and (max-width:767px) {
	.p_OccupyBox .e_pagebox .pageNum {
		display: none;
	}

	.p_OccupyBox .e_pagebox .next {
		height: 35px;
		line-height: 35px;
	}

	.p_OccupyBox .e_pagebox .pre {
		height: 35px;
		line-height: 35px;
	}
}

@charset "UTF-8";

.p_OccupyBox {
	text-align: center;
	margin-top: 60px
}

.p_OccupyBox .e_pagebox>* {
	display: inline-block;
	cursor: pointer;
}

.p_OccupyBox .e_pagebox .pageNum {
	cursor: pointer;
	font-size: 14px;
	width: 28px;
	height: 28px;
	color: #626262;
	border: 1px solid #ddd;
	line-height: 28px;
	text-align: center;
	margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pageNum.active {
	background: #e5a928;
	border: 1px solid #e5a928;
	color: #fff;
}

.p_OccupyBox .e_pagebox .pageNum:hover {
	background: #e5a928;
	border: 1px solid #e5a928;
	color: #fff;
}

.p_OccupyBox .e_pagebox .next {
	color: #333;
	background: #e1e1e1;
	width: 78px;
	height: 28px;
	border: 1px solid #e1e1e1;
	line-height: 28px;
	text-align: center;
	margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pre {
	color: #333;
	background: #e1e1e1;
	width: 78px;
	height: 28px;
	border: 1px solid #e1e1e1;
	line-height: 28px;
	text-align: center;
	margin: 0 8px;
}

.p_OccupyBox .e_pagebox .next:hover {
	background: #e5a928;
	border: 1px solid #e5a928;
	color: #fff;
}

.p_OccupyBox .e_pagebox .pre:hover {
	background: #e5a928;
	border: 1px solid #e5a928;
	color: #fff;
}

.p_OccupyBox .e_pagebox .next.disAble_next:hover {
	background: #fff;
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev:hover {
	background: #fff;
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

.p_OccupyBox .e_pagebox .next.disAble_next {
	background: #fff;
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev {
	background: #fff;
	border: 1px solid #ddd;
	color: #ddd;
	cursor: default;
}

@charset "UTF-8";

.con_bt {
	text-align: center;
}

.con_bt .p1 {
	font-weight: bold;
	color: #eeeeee;
}

.con_bt .p2 {
	font-weight: bold;
	color: #333333;
	margin-top: -45px;
}

.con_bt i {
	display: inline-block;
	background: #1b5ba9;
	width: 100px;
	height: 1px;
}

.con_bt .solution_jies {
	text-align: center;
	display: block;
	line-height: 27px;
}

@media only screen and (max-width: 1440px) {
	.con_bt .p2 {
		font-weight: bold;
		color: #333333;
		margin-top: -35px;
	}
}

@media only screen and (max-width: 1024px) {
	.con_bt .p2 {
		font-weight: bold;
		color: #333333;
		margin-top: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.con_bt .p2 {
		font-weight: bold;
		color: #333333;
		margin-top: -23px;
		text-align: center;
	}
}

.information_list {
}

.information_list .inf_li {
	display: block;
}

.information_list .inf_li .inf_li_inx {
	width: 48.5%;
	box-shadow: 0px 0px 100px #edeeef;
	margin: 1.5%;
	background-image: url(//dfs.yun300.cn/group1/M00/13/D2/rBQBG1wTKJGEZgNsAAAAANlwTzY842.png);
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.information_list .inf_li .inf_li_inx:nth-child(odd) {
	margin-left: 0;
}

.information_list .inf_li .inf_li_inx:nth-child(even) {
	margin-right: 0;
}

.information_list .inf_li .inf_li_inx a {
	display: block;
	padding: 7% 7%;
}

.information_list .inf_li .inf_li_inx a .p1 {
	font-weight: bold;
	display: block;
}

.information_list .inf_li .inf_li_inx a .p1 span {
	color: #999;
	margin-top: 10px;
	margin-right: 0px;
}

.information_list .inf_li .inf_li_inx a i {
	display: block;
	width: 20px;
	height: 1px;
	background: #cccccc;
	margin-top: 10px;
}

.information_list .inf_li .inf_li_inx a .p2 {
	margin-top: 10px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	height: 3em;
}

.information_list .inf_li .inf_li_inx a .p3 {
	color: #666666;
}

.information_list .inf_li .inf_li_inx:hover {
	background-image: url(//dfs.yun300.cn/group1/M00/16/2F/rBQBHFwTKLaEU9gyAAAAAGN65DQ577.png);
}

.information_list .inf_li .inf_li_inx:hover a p {
	color: #fff;
}

.information_list .inf_li .inf_li_inx:hover a p span {
	color: #fff;
}

.information_list .inf_li .inf_li_inx:hover a i {
	background: #fff;
}

@media only screen and (max-width: 640px) {
	.information_list .inf_li .inf_li_inx {
		width: 97%;
		box-shadow: 0px 0px 20px #edeeef;
	}

	.information_list .inf_li .inf_li_inx:nth-child(odd) {
		margin-left: 1.5%;
	}

	.information_list .inf_li .inf_li_inx:nth-child(even) {
		margin-right: 1.5%;
	}
}

.list_more {
	text-align: center;
}

.list_more a {
	display: inline-block;
	padding-right: 20px;
	background: url(//dfs.yun300.cn/group1/M00/16/37/rBQBHFwWOneEK5AsAAAAADCyrg8279.png) no-repeat right;
	color: #666666;
}

.list_more a:hover {
	background: url(//dfs.yun300.cn/group1/M00/16/37/rBQBHFwWOoWEayPIAAAAAIQ8HNw026.png) no-repeat right center;
	color: #1b5ba9;
}

.w_grid-001 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	min-height: 12rem;
	width: 100%;
}

.w_grid-001 > .w_grid {
	width: 100%;
	position: relative;
}

.w_grid-001 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell {
	float: left;
	position: static;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before {
	content: '';
	height: 0.1px;
	display: block;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell:first-child {
	margin-left: 0;
	clear: left;
}

#w_grid-001 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}

@media only screen and (max-width: 1366px) {
	.w_grid-001 {
		width: 1200px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.w_grid-001 {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media only screen and (max-width: 768px) {
	.w_grid-001 > div > .p_gridbox > .p_gridCell {
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}

@media only screen and (min-width: 769px) {
	.w_grid-001 > div > .p_gridbox > .p_gridCell {
		width: 49.5%;
		margin-left: 1%;
		margin-top: 0.6rem;
		margin-bottom: 0.6rem;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.w_grid-000 {
	margin-left: auto;
	margin-right: auto;
	min-height: 12rem;
	width: 100%;
	overflow: hidden;
}

.w_grid-000 > .w_grid {
	width: 100%;
	overflow: hidden;
}

.w_grid-000 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
}

.w_grid-000 > div > div > .p_gridCell {
 /*min-height: 12rem;*/ /*width: 100%;*/
	float: left;
	position: relative;
 /*margin-top: 0.6rem; margin-bottom: 0.6rem;*/
}

.w_grid-000 > .w_grid.signal {
	min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox {
	min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
	min-height: inherit;
}

.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
	margin-left: 0;
	clear: left;
}

#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
	margin-left: 0;
	clear: left;
}

@media only screen and (max-width: 768px) {
	.w_grid-000 > div > .p_gridbox > .p_gridCell {
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}

@media only screen and (min-width: 769px) {
	.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
}

.pagebox {
	width: 100%;
}/*page property_start*/.pagebox,#-remove--flag {
	width: 100%;
	margin: 0px auto 0px 0px;
}/*page property_end*//*page property_start*/body,#-remove--flag {
}/*page property_end*/#c_xibDkContentGroup_row-15445288156817648 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox {
	background-color: #f1f1f1;
	background-image: url(//dfs.yun300.cn/group1/M00/16/1D/rBQBHFwPpP2ENwAwAAAAABrJrGo827.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	padding: 5% 0 5%;
	box-sizing: border-box;
	background-size: 100%;
	overflow: hidden;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameLine {
	top: 0px;
	left: 56px;
	height: 10px;
	opacity: 0;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameLine.show {
	height: 90px;
	opacity: 1;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameImg {
	padding-top: 24px;
	position: relative;
	opacity: 0;
	bottom: -40px;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight {
	width: 57.8125%;
	box-sizing: border-box;
	padding: 46px;
	background: rgba(255,255,255,0.8);
	position: relative;
	opacity: 0;
	left: 40px;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_top .til {
	color: #333333;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_top .en {
	color: #f2f2f2;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_top .line span {
	display: inline-block;
	width: 130px;
	height: 1px;
	background: #eeeeee;
	margin-bottom: 6px;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_con {
	padding-left: 6%;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_con .name {
	color: #333333;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_con .desc {
	color: #666666;
	line-height: 2em;
	margin: 3% 0 5%;
	max-width: 463px;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_con .more a {
	color: #666666;
}

#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_con .more a:hover {
	color: #1B5BA9;
}

@media only screen and (max-width: 768px) {
	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .wrap {
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight {
		width: 70%;
		padding: 3%;
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight .aboutRight_con .desc {
		line-height: 1.8em;
		height: 5.4em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft {
		width: 20%
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameImg img {
		width: 140px
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameLine {
		left: 48px;
		width: 8px;
		overflow: hidden;
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameLine.show {
		height: 70px;
	}
}

@media only screen and (max-width: 550px) {
	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameImg img {
		width: 120px
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameLine {
		left: 42px;
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameLine.show {
		height: 60px;
	}
}

@media only screen and (max-width: 490px) {
	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameImg img {
		width: 96px
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft .nameLine {
		left: 32px;
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight {
		width: 75%
	}
}

@media only screen and (max-width: 425px) {
	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutLeft {
		display: none
	}

	#c_xibDkContentGroup_row-15445288156817648 .aboutBox .aboutRight {
		width: 100%
	}
}

#c_xibDkContentGroup_row-15445288156817648 {
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#c_xibDkContent_row-15445309594986785 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContent_row-15445309594986785 .proBox {
	background: #fff url(//dfs.yun300.cn/group1/M00/15/5B/rBQBHVwQapqEYJd7AAAAABBNqOc228.png) center center no-repeat;
	background-size: cover;
	padding: 5% 0;
	text-align: center;
}

#c_xibDkContent_row-15445309594986785 .proBox .proTil {
	color: #333333;
	margin-bottom: 3px;
	opacity: 0;
}

#c_xibDkContent_row-15445309594986785 .proBox .proLine {
	opacity: 0;
}

#c_xibDkContent_row-15445309594986785 .box_bt .proLine:after {
	content: "";
	display: block;
	height: 1px;
	width: 0px;
	margin: 0 auto;
	background: #ccc;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

#c_xibDkContent_row-15445309594986785 .box_bt {
	display: block;
	margin: 0 auto !important;
	width: 300px;
}

#c_xibDkContent_row-15445309594986785 .box_bt:hover .proLine::after {
	width: 200px;
}

#c_xibDkContent_row-15445309594986785 .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/13/CB/rBQBG1wQarWEHzHlAAAAAN5ZfOw355.png);
	height: 5px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/16/1E/rBQBHFwQasqEJmXFAAAAAHaZlPk534.png);
}

#c_xibDkContent_row-15445309594986785 .newsBox .box_bt .proLine:after {
	background: #fff;
}

#c_xibDkContent_row-15445309594986785 .newsBox {
	padding: 3% 0 5%;
	text-align: center;
	background-size: 100%;
}

#c_xibDkContent_row-15445309594986785 .newsBox .proTil {
	color: #fff;
	margin-bottom: 3px;
	opacity: 0;
}

#c_xibDkContent_row-15445309594986785 .newsBox .proLine {
	opacity: 0;
}

#c_xibDkContent_row-15445309594986785 .newsBox ul {
	z-index: 99;
}

#c_xibDkContent_row-15445309594986785 .newsBox ul li {
	width: 13%;
	position: relative;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm {
	margin-top: 3%;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con .newsLi_con_data {
	padding-right: 10px;
	height: 132px;
	border-right: 1px solid #333333;
	color: #195ba9;
	position: relative;
	opacity: 0;
	bottom: -30px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con .newsLi_con_data p {
	text-align: right;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con .newsLi_con_data p:first-child {
	line-height: 1em;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con .newsLi_con_data .line {
	width: 2px;
	height: 36px;
	top: 0px;
	right: 0px;
	background: #195ba9;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con_right {
	position: absolute;
	left: 80px;
	top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con_right p {
	text-align: left;
	padding-left: 8px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con_right p:first-child {
	color: #fff;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con_right p:last-child {
	color: #999999;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsLi_icon {
	text-align: left;
	padding-left: 28px;
	opacity: 0;
}

#c_xibDkContent_row-15445309594986785 .newsBox ul li:nth-child(even) .newsLi_icon {
	position: absolute;
	top: -20px;
}

#c_xibDkContent_row-15445309594986785 .newsBox ul li:nth-child(odd) .newsLi_icon {
	position: absolute;
	bottom: -20px;
}

@keyframes mymove {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes mymove {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(1) .newsLi_icon img {
	animation: mymove 4s linear infinite;
	-webkit-animation: mymove 4s linear infinite;
	transition: none;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2) .newsLi_icon img {
	animation: mymove 4s linear 1s infinite;
	-webkit-animation: mymove 4s linear 0.5 infinite;
	transition: none;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(3) .newsLi_icon img {
	animation: mymove 4s linear 1.5s infinite;
	-webkit-animation: mymove 4s linear 0.5 infinite;
	transition: none;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(4) .newsLi_icon img {
	animation: mymove 4s linear 2s infinite;
	-webkit-animation: mymove 4s linear 0.5 infinite;
	transition: none;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(5) .newsLi_icon img {
	animation: mymove 4s linear 2.5s infinite;
	-webkit-animation: mymove 4s linear 0.5 infinite;
	transition: none;
}
#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(6) .newsLi_icon img {
	animation: mymove 4s linear 2.5s infinite;
	-webkit-animation: mymove 4s linear 0.5 infinite;
	transition: none;
}
#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(7) .newsLi_icon img {
	animation: mymove 4s linear 2.5s infinite;
	-webkit-animation: mymove 4s linear 0.5 infinite;
	transition: none;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2n) {
	margin-top: 132px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2n) .newsLi_con .newsLi_con_data {
	padding-top: 88px;
	box-sizing: border-box;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2n) .newsLi_con .newsLi_con_data .line {
	top: auto;
	bottom: 0px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2n) .newsLi_con_right {
	top: auto;
	bottom: 0px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(1) .newsLi_con .newsLi_con_data {
	color: #195ba9;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(1) .newsLi_con .newsLi_con_data .line {
	background: #195ba9;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2) .newsLi_con .newsLi_con_data {
	color: #11aa88;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2) .newsLi_con .newsLi_con_data .line {
	background: #11aa88;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(3) .newsLi_con .newsLi_con_data {
	color: #009d00;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(3) .newsLi_con .newsLi_con_data .line {
	background: #009d00;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(4) .newsLi_con .newsLi_con_data {
	color: #f54800;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(4) .newsLi_con .newsLi_con_data .line {
	background: #f54800;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(5) .newsLi_con .newsLi_con_data {
	color: #fca800;
}
#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(6) .newsLi_con .newsLi_con_data {
	color: #fca800;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(5) .newsLi_con .newsLi_con_data .line {
	background: #fca800;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(1) {
	top: 16px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(2) {
	top: 12px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(3) {
	top: 16px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(4) {
	top: -1px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(5) {
	top: -16px;
}
#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(6) {
	top: -16px;
}
#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm li:nth-child(7) {
	top: -18px;
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsLine {
	left: 0px;
	top: 50%;
	/*transform: translateY(-50%);*/
	height: 121px;
	background: url(rBQBG1wQauuESXU_AAAAAPZl5_U878.png) center no-repeat;
	width: 0%;
    -webkit-transform:rotateY(180deg) translateY(-50%);-moz-transform: rotateY(180deg) translateY(-50%);-ms-transform: rotateY(180deg) translateY(-50%);-o-transform: rotateY(180deg) translateY(-50%);transform: rotateY(180deg) translateY(-50%);
}

#c_xibDkContent_row-15445309594986785 .newsBox .newsLine.show {
	width: 100%;
}

#c_xibDkContent_row-15445309594986785 .trans2 {
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
}

#c_xibDkContent_row-15445309594986785 .newsBox_wap {
	display: none;
}

#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li .newsWap_con {
	width: 80%;
}

@media only screen and (max-width: 1024px) {
	#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con_right p {
		padding-left: 0px;
		line-height: 1.4
	}

	#c_xibDkContent_row-15445309594986785 .newsBox .newsBox_btm .newsLi_con .newsLi_con_data {
		height: 125px
	}

	#c_xibDkContent_row-15445309594986785 .newsBox .newsLi_icon {
		padding-left: 20px
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContent_row-15445309594986785 .newsBox {
		display: none
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap {
		display: block;
		padding: 4% 0;
		background: #000;
		text-align: center;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap .proTil {
		color: #fff;
		margin-bottom: 3px;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul {
		padding: 0 15px;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li {
		background: url(//dfs.yun300.cn/group1/M00/16/1E/rBQBHFwQav6EPOiJAAAAADdsWHY067.png) right center no-repeat;
		padding: 18px 0;
		border-bottom: 1px solid #333333;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li .newsWap_data {
		border-right: 2px solid #195ba9;
		padding-right: 6px;
		margin-right: 6px
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li .newsWap_data p {
		color: #195ba9;
		text-align: right;
		line-height: 1
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li .newsWap_data p:first-child {
		font-weight: bolder;
		margin-bottom: 4px
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li .newsWap_con p {
		text-align: left
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li .newsWap_con p:first-child {
		color: #fff
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li .newsWap_con p:last-child {
		color: #999999
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(1) .newsWap_data {
		border-color: #195ba9;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(1) .newsWap_data p {
		color: #195ba9;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(2) .newsWap_data {
		border-color: #11aa88;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(2) .newsWap_data p {
		color: #11aa88;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(3) .newsWap_data {
		border-color: #009d00;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(3) .newsWap_data p {
		color: #009d00;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(4) .newsWap_data {
		border-color: #f54800;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(4) .newsWap_data p {
		color: #f54800;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(5) .newsWap_data {
		border-color: #fca800;
	}

	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul li:nth-child(5) .newsWap_data p {
		color: #fca800;
	}
}

@media only screen and (max-width: 380px) {
	#c_xibDkContent_row-15445309594986785 .newsBox_wap ul {
		padding: 0 0px;
	}
}

#c_xibDkContent_row-15445309594986785 {
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#c_xibDkContentGroup_row-15468225046581175 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContentGroup_row-15468225046581175 .proBox {
	padding: 5% 0 0 0;
	text-align: center;
}

#c_xibDkContentGroup_row-15468225046581175 .proBox .proTil {
	color: #333333;
	margin-bottom: 3px;
	opacity: 0;
}

#c_xibDkContentGroup_row-15468225046581175 .proBox .proLine {
	opacity: 0;
}

#c_xibDkContentGroup_row-15468225046581175 .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/14/30/rBQBG1wyqBeET2BeAAAAAN5ZfOw092.png);
	height: 5px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
}

#c_xibDkContentGroup_row-15468225046581175 .box_bt .proLine:after {
	content: "";
	display: block;
	height: 1px;
	width: 0px;
	margin: 0 auto;
	background: #ccc;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

#c_xibDkContentGroup_row-15468225046581175 .box_bt {
	display: block;
	margin: 0 auto !important;
	width: 300px;
}

#c_xibDkContentGroup_row-15468225046581175 .box_bt:hover .proLine::after {
	width: 200px;
}

#c_xibDkContentGroup_row-15468225046581175 .newsBox .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqCqEScS5AAAAAHaZlPk413.png);
}

#c_xibDkContentGroup_row-15468225046581175 .newsBox .box_bt .proLine:after {
	background: #fff;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show {
	background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqsiEK01LAAAAAEJwp5w873.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 50px #f2f2f2;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show .img_w {
	width: 41%;
	padding-bottom: 24%;
	overflow: hidden;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 2%;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right {
	width: 50%;
	padding-top: 60px;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li {
	text-align: left;
	margin-bottom: 30px;
	-webkit-line-clamp: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	height: 1.5em;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li p {
	display: inline-block;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li .p1 {
	padding: 0px 0px;
	color: #fff;
	border-radius: 3px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li.on .p1 {
	background: #cccccc !important;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li .p2 {
	color: #333;
	margin-left: 5px;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li i {
	display: inline-block;
	height: 14px;
	width: 2px;
	background: #d2d4d6;
	margin: -2px 10px;
}

#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li .p3 {
	color: #999;
	display: inline;
}

@media only screen and (max-width: 1200px) {
	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li {
		text-align: left;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 960px) {
	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right {
		padding-top: 30px;
	}

	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContentGroup_row-15468225046581175 .pro_show .img_w {
		width: 100%;
		padding-bottom: 60%;
		margin-left: 0;
	}

	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right {
		width: 100%;
	}

	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li {
		text-align: left;
		margin-bottom: 5px;
		padding-left: 5%;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 1.5;
		height: 3em;
	}

	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 60%;
	}
}

@media only screen and (max-width: 420px) {
	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 58%;
	}
}

@media only screen and (max-width: 360px) {
	#c_xibDkContentGroup_row-15468225046581175 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 50%;
	}
}

#c_xibDkContentGroup_row-15468225046581175 {
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#c_xibDkContentGroup_row-15478773503435422 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContentGroup_row-15478773503435422 .proBox {
	padding: 0% 0 0 0;
	text-align: center;
}

#c_xibDkContentGroup_row-15478773503435422 .proBox .proTil {
	color: #333333;
	margin-bottom: 3px;
	opacity: 0;
}

#c_xibDkContentGroup_row-15478773503435422 .proBox .proLine {
	opacity: 0;
}

#c_xibDkContentGroup_row-15478773503435422 .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/14/30/rBQBG1wyqBeET2BeAAAAAN5ZfOw092.png);
	height: 5px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
}

#c_xibDkContentGroup_row-15478773503435422 .box_bt .proLine:after {
	content: "";
	display: block;
	height: 1px;
	width: 0px;
	margin: 0 auto;
	background: #ccc;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

#c_xibDkContentGroup_row-15478773503435422 .box_bt {
	display: block;
	margin: 0 auto !important;
	width: 300px;
}

#c_xibDkContentGroup_row-15478773503435422 .box_bt:hover .proLine::after {
	width: 200px;
}

#c_xibDkContentGroup_row-15478773503435422 .newsBox .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqCqEScS5AAAAAHaZlPk413.png);
}

#c_xibDkContentGroup_row-15478773503435422 .newsBox .box_bt .proLine:after {
	background: #fff;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show .img_w {
	width: 41%;
	padding-bottom: 24%;
	overflow: hidden;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 2%;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right {
	width: 50%;
	padding-top: 60px;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li {
	text-align: left;
	margin-bottom: 30px;
	-webkit-line-clamp: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	height: 1.5em;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li p {
	display: inline-block;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li .p1 {
	padding: 0px 0px;
	color: #fff;
	border-radius: 3px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li.on .p1 {
	background: #cccccc !important;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li .p2 {
	color: #333;
	margin-left: 5px;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li i {
	display: inline-block;
	height: 14px;
	width: 2px;
	background: #d2d4d6;
	margin: -2px 10px;
}

#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li .p3 {
	color: #999;
	display: inline;
}

@media only screen and (max-width: 1200px) {
	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right {
		padding-top: 40px;
	}

	#c_xibDkContentGroup_row-15478773503435422 .pro_show .img_w {
		width: 98%;
		padding-bottom: 61%
	}
}

@media only screen and (max-width: 1024px) {
	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li {
		text-align: left;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 960px) {
	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right {
		padding-top: 30px;
	}

	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContentGroup_row-15478773503435422 .pro_show .img_w {
		width: 100%;
		padding-bottom: 60%;
		margin-left: 0;
	}

	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right {
		width: 100%;
	}

	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li {
		text-align: left;
		margin-bottom: 5px;
		padding-left: 5%;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 1.5;
		height: 3em;
	}

	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 60%;
	}
}

@media only screen and (max-width: 420px) {
	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 58%;
	}
}

@media only screen and (max-width: 360px) {
	#c_xibDkContentGroup_row-15478773503435422 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 50%;
	}
}

#c_xibDkContentGroup_row-15478773503435422 {
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#w_grid-1546828320413 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
	margin-left: 0;
	clear: left;
} /*w_grid-1546828320413*/ /*w_grid-1546828320413*/ /*w_grid-1546828320413*/@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1547877010501 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#w_grid-1547877010501 >div {
	animation-fill-mode: both;
	background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqsiEK01LAAAAAEJwp5w873.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 50px #f2f2f2;
}

#w_grid-1547877010501 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
	margin-left: 0px;
	clear: left;
} /*w_grid-1547877010501*/@media only screen and (max-width: 1200px) {
	#w_grid-1547877010501 .wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
} /*w_grid-1547877010501*/@media only screen and (min-width: 769px) {
	#w_grid-1547877010501> div > .p_gridbox > .p_gridCell {
		margin-bottom: 0rem;
		margin-top: 0rem;
		margin-left: 0%;
	}

	#w_grid-1547877010501> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
		width: 50%;
		margin-left: 0%;
		margin-right: 0;
		clear: none;
	}

	#w_grid-1547877010501> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
		margin-right: 0;
		width: 50%;
	}

	#w_grid-1547877010501> div > .p_gridbox > .p_gridCell:nth-child(2n) {
		margin-right: 0;
	}
} /*w_grid-1547877010501*/@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1546828320413 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 192px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#w_grid-1547877010501 {
	width: 100%;
	max-width: 1280px;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 192px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#c_xibDkContentGroup_row-15445239280319068 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bx-wrapper {
	margin: 0px;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bx-wrapper .bx-viewport {
	height: auto;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox {
	width: 100%;
	left: 0px;
	top: 40%;
	transform: translateY(-50%);
	z-index: 999;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox p {
	text-align: left;
	color: #fff;
	position: relative;
	opacity: 0;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .line {
	opacity: 1;
	margin-bottom: 6px;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .line span {
	display: inline-block;
	width: 0px;
	height: 8px;
	background: #fff;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .desc {
	letter-spacing: 8px;
	bottom: -60px;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .ch {
	letter-spacing: 6px;
	left: 60px;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .en {
	width: 69%;
	line-height: 1.5;
	margin-top: 0.8%;
	bottom: -60px;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide {
	text-align: center;
	overflow: hidden;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide video {
	width: 100%;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 5s ease-out;
	transition: all 5s ease-out;
	width: 100%;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide.img_scale img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 5s ease-out;
	transition: all 5s ease-out;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide .bannerSlide_mask {
	width: 50%;
	left: 80%;
	top: 0px;
	opacity: 1;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide .bannerSlide_mask img {
	width: 100%;
}

#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-controls {
	z-index: 999;
	bottom: 40px;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
}

#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-default-pager {
	position: static;
	width: 1280px;
	margin: 0 auto;
	text-align: left;
}

#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-pager .bx-pager-item {
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 50%;
	text-align: center;
	margin-left: 10px;
}

#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-pager .bx-pager-item.active {
	border: 1px solid #fff;
}

#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-pager.bx-default-pager a {
	width: 4px;
	height: 4px;
	background: #fff;
	display: inline-block;
	margin: 5px 0;
}

#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .wapBanner {
	display: none;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .video_banner .ch {
	width: 100%;
	text-align: center;
}

#c_xibDkContentGroup_row-15445239280319068 .bannerBox .video_banner .desc {
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1366px) {
	#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-default-pager {
		width: 1200px;
	}
}

@media only screen and (max-width: 1200px) {
	#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-default-pager {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContentGroup_row-15445239280319068 .bannerBox {
		margin-top: 50px;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-controls {
		bottom: 12px
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox {
		top: 42%;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide:nth-child(2) .bannerSlideBox {
		width: 50%
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .en {
		width: 100%!important;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .wapBanner {
		display: block;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .pcBanner {
		display: none;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide .bannerSlide_mask img {
		height: 100%
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide .bannerSlide_mask {
		height: 100%
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide:nth-child(2) .bannerSlideBox {
		width: 50%
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .en {
		width: 100%!important;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .desc {
		font-size: 13px;
		letter-spacing: 4px;
	}
}

@media only screen and (max-width: 767px) {
	#c_xibDkContentGroup_row-15445239280319068 .bx-wrapper .bx-default-pager {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 750px) {
	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .wapBanner {
		display: block;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .pcBanner {
		display: none;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide .bannerSlide_mask img {
		height: 100%
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide .bannerSlide_mask {
		height: 100%
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlide .bannerSlideBox {
		width: 50%
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .video_banner .bannerSlideBox {
		width: 100%;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .en {
		width: 100%!important;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .desc {
		font-size: 13px;
		letter-spacing: 4px;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .ch {
		font-size: 20px;
		letter-spacing: 3px;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .video_banner .ch {
		width: 100%;
		text-align: center;
	}

	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .video_banner .desc {
		width: 100%;
		text-align: center;
		letter-spacing: 1px;
	}
}

@media only screen and (max-width: 500px) {
	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .en {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		height: 4.5em
	}
}

@media only screen and (max-width: 360px) {
	#c_xibDkContentGroup_row-15445239280319068 .bannerBox .bannerSlideBox .en {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 3em
	}
}

#c_xibDkContentGroup_row-15445239280319068 {
	max-height: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	min-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
	max-width: none;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 0px;
	height: auto;
	padding-right: 0px;
}

#c_xibDkContentGroup_row-15478777780471446 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContentGroup_row-15478777780471446 .proBox {
	padding: 0% 0 0 0;
	text-align: center;
}

#c_xibDkContentGroup_row-15478777780471446 .proBox .proTil {
	color: #333333;
	margin-bottom: 3px;
	opacity: 0;
}

#c_xibDkContentGroup_row-15478777780471446 .proBox .proLine {
	opacity: 0;
}

#c_xibDkContentGroup_row-15478777780471446 .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/14/30/rBQBG1wyqBeET2BeAAAAAN5ZfOw092.png);
	height: 5px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
}

#c_xibDkContentGroup_row-15478777780471446 .box_bt .proLine:after {
	content: "";
	display: block;
	height: 1px;
	width: 0px;
	margin: 0 auto;
	background: #ccc;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

#c_xibDkContentGroup_row-15478777780471446 .box_bt {
	display: block;
	margin: 0 auto !important;
	width: 300px;
}

#c_xibDkContentGroup_row-15478777780471446 .box_bt:hover .proLine::after {
	width: 200px;
}

#c_xibDkContentGroup_row-15478777780471446 .newsBox .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqCqEScS5AAAAAHaZlPk413.png);
}

#c_xibDkContentGroup_row-15478777780471446 .newsBox .box_bt .proLine:after {
	background: #fff;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show .img_w {
	width: 41%;
	padding-bottom: 24%;
	overflow: hidden;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 2%;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right {
	width: 50%;
	padding-top: 70px;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li {
	text-align: left;
	margin-bottom: 45px;
	-webkit-line-clamp: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	height: 1.5em;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li p {
	display: inline-block;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li .p1 {
	padding: 0px 4px;
	color: #fff;
	border-radius: 3px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li.on .p1 {
	background: #cccccc !important;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li .p2 {
	color: #333;
	margin-left: 5px;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li i {
	display: inline-block;
	height: 14px;
	width: 2px;
	background: #d2d4d6;
	margin: -2px 10px;
}

#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li .p3 {
	color: #999;
	display: inline;
}

@media only screen and (max-width: 1200px) {
	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right {
		padding-top: 60px;
	}

	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li {
		text-align: left;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 960px) {
	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right {
		padding-top: 50px;
	}

	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContentGroup_row-15478777780471446 .pro_show .img_w {
		width: 100%;
		padding-bottom: 60%;
		margin-left: 0;
	}

	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right {
		width: 100%;
		padding-top: 30px;
	}

	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li {
		text-align: left;
		margin-bottom: 5px;
		padding-left: 5%;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 1.5;
		height: 3em;
	}

	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 60%;
	}
}

@media only screen and (max-width: 420px) {
	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 58%;
	}
}

@media only screen and (max-width: 360px) {
	#c_xibDkContentGroup_row-15478777780471446 .pro_show_right ul li .p3 {
		color: #999;
		display: inline-table;
		width: 50%;
	}
}

#c_xibDkContentGroup_row-15478777780471446 {
	max-height: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	min-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
	max-width: none;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 0px;
	height: auto;
	padding-right: 0px;
}

#c_xibDkContent_row-15585103180066075 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx {
	text-align: center;
	display: block;
	width: 32%;
	padding: 3% 5% 2% 5%;
	background-color: #fff;
	box-shadow: 0px 0px 40px #f2f2f2;
	margin-right: 2%;
	background-size: 200% auto;
	background-position: 0% bottom;
	background-repeat: no-repeat;
	transition: all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx:nth-child(1) {
	background-image: url(//dfs.yun300.cn/group1/M00/05/0F/rBQBHVzlCK2ELwnkAAAAAPpsGrQ279.png);
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx:nth-child(2) {
	background-image: url(//dfs.yun300.cn/group1/M00/16/D6/rBQBG1zlCNqEVnMYAAAAAI9KTWw095.png);
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx:nth-child(3) {
	background-image: url(//dfs.yun300.cn/group1/M00/05/0F/rBQBHVzlCMuEW3OMAAAAAMcj2m0736.png);
	margin-right: 0px;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx:hover {
	background-position: 100% bottom;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .pro_top {
	width: 100%;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .pro_top .icon_w {
	height: 55px;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .pro_top .icon_w img {
	height: 100%;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .pro_bot {
	width: 100%;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx i.line {
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #f2f2f2;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .p1 {
	display: block;
	color: #007ffc;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .p2 {
	color: #848484;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .p3 p {
	opacity: 0;
	color: #999999;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 2;
	height: 12em;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx:hover .p3 p {
	opacity: 1;
}

#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx i.jia {
	color: #999;
}

@media only screen and (max-width: 1024px) {
	#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .p3 p {
		opacity: 1;
		-webkit-line-clamp: 8;
		line-height: 2;
		height: 16em;
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx {
		width: 100%;
		padding: 4% 4%;
		margin-bottom: 2%;
		margin-right: 0;
	}

	#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .pro_top {
		width: 25%;
		padding-top: 10px;
		margin-right: 5%;
	}

	#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .pro_bot {
		width: 70%;
		text-align: left;
	}

	#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .p3 p {
		opacity: 1;
		-webkit-line-clamp: 4;
		line-height: 2;
		height: 8em;
	}

	#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .jia {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	#c_xibDkContent_row-15585103180066075 .pro_list .pro_li_inx .p3 p {
		-webkit-line-clamp: inherit;
		line-height: 2;
		height: auto;
	}
}

#c_xibDkContent_row-15585103180066075 {
	max-height: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	min-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
	max-width: none;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 0px;
	height: auto;
	padding-right: 0px;
}

#c_xibDkContent_row-15445301877946034 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_xibDkContent_row-15445301877946034 .box_bt .proLine:after {
	content: "";
	display: block;
	height: 1px;
	width: 0px;
	margin: 0 auto;
	background: #ccc;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

#c_xibDkContent_row-15445301877946034 .box_bt {
	display: block;
	margin: 0 auto !important;
	width: 300px;
}

#c_xibDkContent_row-15445301877946034 .box_bt:hover .proLine::after {
	width: 200px;
}

#c_xibDkContent_row-15445301877946034 .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/13/CB/rBQBG1wPqj6EK4IHAAAAAN5ZfOw900.png);
	height: 5px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
}

#c_xibDkContent_row-15445301877946034 .newsBox .box_bt .proLine {
	background-image: url(//dfs.yun300.cn/group1/M00/15/5A/rBQBHVwPqk-EdO0SAAAAAHaZlPk291.png);
}

#c_xibDkContent_row-15445301877946034 .newsBox .box_bt .proLine:after {
	background: #fff;
}

#c_xibDkContent_row-15445301877946034 .SolveBox {
	text-align: center;
	background: #f8f9fb;
	padding: 4% 0;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .proTil {
	color: #333333;
	margin-bottom: 3px;
	opacity: 0;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .proLine {
	opacity: 0;
}

#c_xibDkContent_row-15445301877946034 .SolveList {
	margin-top: 2.4%;
	position: relative;
	opacity: 0;
	bottom: -40px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi {
	width: 24.0625%;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	padding-top: 86px;
	text-align: center;
	min-height: 482px;
	overflow: hidden;
	margin-right: 1.25%;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:last-child {
	margin-right: 0px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi a {
	display: block;
	height: 100%;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi ._img .img_default {
	max-height: 62px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi ._img .img_hover {
	top: 0px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	max-height: 62px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .en {
	color: #cccccc;
	margin-top: 6px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .line {
	text-align: center;
	margin: 14px 0;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .line span {
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #3e75b7;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .name {
	color: #333333;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .desc {
	width: 85%;
	margin: 13px auto 0;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4px;
	overflow: hidden;
	line-height: 1.6;
	height: 0px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .btn {
	width: 100%;
	left: 0px;
	color: #a4a4a5;
	bottom: 60px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .btn .jia {
	color: #a4a4a5;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .lineBtm {
	width: 102%;
	height: 2px;
	left: -1px;
	bottom: 0px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .lineBtm img {
	width: 100%;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover ._img .img_hover {
	opacity: 1;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover ._img .img_default {
	opacity: 0;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover {
	background: url(//dfs.yun300.cn/group1/M00/16/1D/rBQBHFwPq26EJEWfAAAAAByIPYE387.png) center center no-repeat;
	border: 1px solid transparent;
	padding-top: 50px;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover .en {
	color: #a3dffd;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover .line span {
	background: #fff;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover .name {
	color: #fff;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover .desc {
	height: auto;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover .btn {
	color: #aad7fe;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover .btn .jia {
	color: #aad7fe;
}

#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover .lineBtm {
	display: none;
}

@media only screen and (max-width: 1024px) {
	#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi {
		min-height: 374px;
		padding-top: 68px
	}

	#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi:hover {
		padding-top: 36px
	}

	#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi .btn {
		bottom: 28px;
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContent_row-15445301877946034 .SolveBox .wrap {
		padding: 0;
	}

	#c_xibDkContent_row-15445301877946034 .SolveList {
		width: 1250px;
		margin-top: 0;
		padding-bottom: 15px
	}

	#c_xibDkContent_row-15445301877946034 .SolveScroll {
		overflow-x: scroll;
		margin-top: 2.4%;
		overflow-y: hidden;
		padding-left: 20px
	}

	#c_xibDkContent_row-15445301877946034 .SolveBox .SolveLi {
		width: 300px;
		margin-right: 10px
	}
}

@media only screen and (max-width: 320px) {
	#c_xibDkContent_row-15445301877946034 .SolveScroll {
		padding-left: 10px
	}

	#c_xibDkContent_row-15445301877946034 .SolveList {
		width: 1240px;
	}
}

#c_xibDkContent_row-15445301877946034 {
	max-height: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	min-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
	max-width: none;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 0px;
	height: auto;
	padding-right: 0px;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo {
	padding: 50px 0;
	box-sizing: border-box;
	overflow-y: hidden;
	position: relative;
	opacity: 0;
	bottom: -40px;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft {
	width: 40%;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockrightBox {
	width: 52%;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockchaup p {
	color: #7d7d7d;
	font-weight: bold;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright .stockchaup p span {
	position: absolute;
	top: -4px;
	left: 4em;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv .rec {
	border: 6px solid;
	margin-top: 44px;
	margin-left: 10px;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv .price {
	font-weight: bolder;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv #percent {
	width: 130px;
	margin-top: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 44px;
	margin-left: 32px;
	display: inline-block;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv .updown {
	color: red;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv .updown_1 {
	color: white;
	background: red;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockleftbottom {
	margin-top: 32px;
	font-weight: bold;
	margin-left: 10px;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright {
	width: 25%;
	margin-top: 20px;
	padding-right: 4%;
	box-sizing: border-box;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright .stockchaup p {
	color: #7d7d7d;
	font-weight: bold;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright .stockchadown {
	font-weight: normal;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright .stockchadown p {
	color: black;
	font-weight: lighter;
	font-size: 24px;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockbottom {
	padding-top: 0px;
	color: gray;
	font-size: 8px;
	font-weight: normal;
	margin-top: 8px;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockbottom p {
	font-weight: lighter;
	font-size: 12px;
	color: #1b579e;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_red .price {
	color: #f24957;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_green .price {
	color: rgb(0, 153, 0);
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_red .rec {
	border-color: transparent transparent #f24957 transparent;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_green .rec {
	border-color: rgb(0, 153, 0) transparent transparent transparent;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_red .stockleftbottom {
	color: #f24957;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_green .stockleftbottom {
	color: rgb(0, 153, 0);
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_red #percent {
	background: #f24957;
	color: #fff;
}

#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .price_green #percent {
	background: rgb(0, 153, 0);
	color: #fff;
}

@media only screen and (max-width: 1366px) {
	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv .rec {
		margin-top: 30px
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockleftbottom {
		margin-top: 12px
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv #percent {
		margin-top: 2px
	}
}

@media only screen and (max-width: 768px) {
	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright .stockchaup p span {
		top: -3px;
		left: 3.6em;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft {
		width: 100%;
		box-sizing: border-box;
		padding: 0 4%;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockrightBox {
		width: 100%;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright {
		padding: 0 4%;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv {
		float: right;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockchaup {
		display: inline-block;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv .rec {
		margin-top: 20px
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv #percent {
		margin-top: 0px
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo {
		padding: 3% 0;
	}
}

@media only screen and (max-width: 600px) {
	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv {
		float: none
	}
}

@media only screen and (max-width: 550px) {
	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft {
		padding: 0;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright {
		padding: 0;
	}

	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockleft .stockpricediv #percent {
		width: 94px;
		line-height: 36px
	}
}

@media only screen and (max-width: 380px) {
	#c_xibDkContent_information-15445250820027124 .neirong .stockinfo .stockright {
		width: 50%;
		padding: 0 4%;
		margin-top: 10px
	}
}

#c_xibDkContent_information-15445250820027124 {
	max-height: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	min-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
	max-width: none;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 0px;
	height: auto;
	padding-right: 0px;
}