@charset "utf-8";/* CSS Document */body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: #000;
	color: #555555;
	font-size: 14px;
	font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei";
}
.appLogo{
	display: none;
}
a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #555555;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

a:hover {
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	border: 0px;
}/* background:rgba(0,0,0,0); *//* filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); */li {
	list-style: none;
}

.clear:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}

.clear {
	zoom: 1;
}/* 触发 hasLayout */img {
	vertical-align: middle;
}


input:focus {
	outline: none;
}/*去除按钮选中的高亮标签*/textarea:focus {
	outline: none;
}/*去除文本框选中的高亮标签*/button:focus {
	outline: none;
}/*去除按钮选中的高亮标签*/select:focus {
	outline: none;
}/*去除下拉框选中的高亮标签*/img {
	vertical-align: middle;
}

div,p,table,td,ul,li,span,a,ol,input,label {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input::-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #999999;
	font-size: 14px;
}

input::-webkit-input-placeholder {
/* WebKit browsers */
	color: #999999;
	font-size: 14px;
}

input::-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #999999;
	font-size: 14px;
}

input::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 14px;
}

input::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 14px;
}

textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei";
}

.search input::-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #89a4d5;
	font-size: 13px;
}

.search input::-webkit-input-placeholder {
/* WebKit browsers */
	color: #89a4d5;
	font-size: 13px;
}

.search input::-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #89a4d5;
	font-size: 13px;
}

.search input::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #89a4d5;
	font-size: 13px;
}

.search input::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #89a4d5;
	font-size: 13px;
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

.mo_down {
	overflow: hidden;
	height: 0px;
}

.mo_down.on {
	height: auto;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
	float: left;
}

.fr {
	float: right;
}/*渐变从左向右*/.jianbian2 {
	height: 200px;
	background: -webkit-linear-gradient(to right,blue,yellow);
/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right,blue,yellow);
/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right,blue,yellow);
/* Firefox 3.6 - 15 */
	background: linear-gradient(to right,white,yellow);
/* 标准的语法（必须放在最后） */
}/*黑白照片*/.gray {
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}/*圆角5px*/.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}/*圆角10px*/.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}/*图片变大*/.tra {
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 0.5s ease 0s;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	filter: scale(1);
	filter: transform;
}

.tra:hover {
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.15);
	-webkit-transform: all 0.5s ease 0s;
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
}/*透明度50%*/.opacity5 {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.shadow1 {
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 5px;
	-ms-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px;
	-o-box-shadow: rgba(0,0,0,0.1) 0px 0px 5px;
}

.shadow2 {
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.shadow2:hover {
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 15px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 15px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 15px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
	-ms-box-shadow: rgba(0,0,0,0.1) 0px 0px 15px;
	-o-box-shadow: rgba(0,0,0,0.1) 0px 0px 15px;
}/*投影*/.shadow5 {
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.shadow7 {
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.shadow7:hover {
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
}

.shadow1_1 {
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
	-ms-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
	-o-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
}

.shadow5:hover {
	-webkit-box-shadow: rgba(0,0,0,0.05) 5px 10px 10px;
	-moz-box-shadow: rgba(0,0,0,0.05) 5px 10px 10px;
	box-shadow: rgba(0,0,0,0.05) 5px 10px 10px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
	-ms-box-shadow: rgba(0,0,0,0.05) 5px 10px 10px;
	-o-box-shadow: rgba(0,0,0,0.05) 5px 10px 10px;
}

.shadow8 {
	-webkit-box-shadow: rgba(0,0,0,0.05) 5px 5px 5px;
	-moz-box-shadow: rgba(0,0,0,0.05) 5px 5px 5px;
	box-shadow: rgba(0,0,0,0.05) 5px 5px 5px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	-ms-box-shadow: rgba(0,0,0,0.05) 5px 5px 5px;
	-o-box-shadow: rgba(0,0,0,0.05) 5px 5px 5px;
}

.shadow6 {
	-webkit-box-shadow: rgba(0,0,0,0.3) 5px 5px 60px;
	-moz-box-shadow: rgba(0,0,0,0.3) 5px 5px 60px;
	box-shadow: rgba(0,0,0,0.3) 5px 5px 60px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	-ms-box-shadow: rgba(0,0,0,0.3) 5px 5px 60px;
	-o-box-shadow: rgba(0,0,0,0.3) 5px 5px 60px;
}/*投影*/.shadow10 {
	-webkit-box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
	-moz-box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
	box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
	-ms-box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
	-o-box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
}/*图片居中*/.center {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: star;
}/*图片居中2*/.vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
/* 水平居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-pack: center;
/* IE 10 */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*//* 垂直居中 */
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-moz-box-pack: center;
/* IE 10 */
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}/*图片翻转*/.flip {
	transition: all 0.3s ease;
	-webkit-transform: rotate(0deg);
	-webkit-transform: all 0.3s ease;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.flip:hover {
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transform: rotateY(360deg);
	-webkit-transform: all 0.3s ease;
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}

.pc_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 88px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content {
	margin: 0 auto;
	max-width: 1500px;
	display: flex;
	justify-content: space-between;;
}

.pc_header .pc_header_content .header_content_logo {
	display: inline-block;
	line-height: 88px;
}

.pc_header .pc_header_content .header_content_right .menu ul li {
	margin-right: 26px;
}

.displayFlex{
	display: flex;
	justify-content: space-between;
}

.header_content_right.clear{
	flex: 1;
    display: flex;
    justify-content: flex-end;
}

.pc_header .pc_header_content .header_content_right .menu ul li .menu_title {
	position: relative;
	display: inline-block;
	width: 64px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 88px;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown .DropDown_close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	color: #fff;
	font-size: 28px;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown {
	opacity: 1;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 0.5s ease 0s;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	filter: scale(1);
	filter: transform;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(0);
	-webkit-transform: all 0.5s ease 0s;
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	filter: scale(0);
	filter: transform;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.on {
	opacity: 1;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1) !important;
	-webkit-transform: all 0.3s ease 0s;
	-moz-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	filter: scale(1) !important;
	filter: transform;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.in {
	opacity: 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0) !important;
	-webkit-transform: all 0.3s ease 0s;
	-moz-transform: scale(0) !important;
	-o-transform: scale(0) !important;
	-ms-transform: scale(0) !important;
	filter: scale(0) !important;
	filter: transform;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content {
	margin: 0 auto;
	max-width: 1500px;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:last-child {
	border: 0px;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a {
	display: inline-block;
	padding: 25px 0px;
	width: 33.3%;
	border-right: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a.on dd {
	color: #317EFF;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd {
	margin-bottom: 15px;
	font-size: 35px;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd {
	color: #317EFF;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li .menu_title:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #317EFF;
	content: "";
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title:before {
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title:before {
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title {
	color: #317EFF;
}

.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title {
	color: #317EFF !important;
}

.pc_header .pc_header_content .header_content_right .header_content_phone {
	color: #fff;
	font-size: 16px;
	line-height: 88px;
}

#greyDot {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-right: 11px;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #5e5e5c;
	color: #fff;
	text-align: center;
	line-height: 34px;
}

.case_banner {
	height: 760px;
}

.details_banner {
	height: 520px;
}

.WeChatBanner {
	height: 760px;
}

.IndexService {
	background: #f6f6f6;
}

.IndexService .IndexService_content {
	margin: 0 auto;
	padding: 75px 0px;
	max-width: 1500px;
}

.IndexService .IndexService_content .IndexService_content_title {
	padding-bottom: 55px;
	text-align: center;
}

.IndexService .IndexService_content .IndexService_content_title dd {
	color: #333333;
	text-transform: uppercase;
	font-size: 30px;
}

.IndexService .IndexService_content .IndexService_content_title dt {
	margin-top: 12px;
	color: #999999;
	font-size: 16px;
	line-height: 28px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list {
	padding: 0px 50px;
	width: 100%;
	background: url(../images/bn2.png) no-repeat 100% 50%;
}

.IndexService .IndexService_content .IndexService_content_body .owl-item:first-child .content_body_list {
	padding-left: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .owl-item:last-child .content_body_list {
	padding-right: 0px;
	background: none;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
	margin-bottom: 15px;
	color: #333333;
	text-align: center;
	font-size: 20px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
	color: #666666;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
	padding-top: 50px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list {
	display: inline-block;
	padding: 20px 0px;
	width: 50%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dd {
	color: #317EFF;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.pc_header {
	background: rgba(0,0,0,0.3);
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dt {
	color: #317EFF;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2n) {
	border-right: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(1) {
	padding-top: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2) {
	padding-top: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(3) {
	padding-bottom: 10px;
	border-bottom: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(4) {
	padding-bottom: 10px;
	border-bottom: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dd {
	color: #222222;
	font-size: 28px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexCase {
	background: #fff;
}

.IndexCase .IndexCase_content .IndexCase_content_list {
	position: relative;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-bottom: 25px;
	width: 32%;
	border-bottom: 1px solid #e5e5e5;
}

.IndexCase .IndexCase_content .IndexCase_content_list:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: inline-block;
	width: 0%;
	height: 1px;
	background: #317EFF;
	content: "";
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3n) {
	margin-right: 0px;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_title .list_title_icon {
	color: #317EFF;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover:before {
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
	;width: 100%;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img .tra {
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.15);
	-webkit-transform: all 0.5s ease 0s;
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img {
	position: relative;
	overflow: hidden;
	background: #000;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img a {
	display: inline-block;
	width: 100%;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
	margin-top: 25px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left {
	width: 88%;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd {
	overflow: hidden;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	line-height: 28px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
	overflow: hidden;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	line-height: 28px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span {
	font-size: 16px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd i {
	padding: 0px 15px;
	font-style: inherit;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
	overflow: hidden;
	margin-top: 5px;
	color: #999999;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon {
	color: #bbbbbb;
	font-size: 30px;
	line-height: 52px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dt {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	color: #fff;
	font-size: 35px;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
	transform: translateX(-50%) translateY(-50%);
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dd {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%) translateY(-50%);
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr img {
	width: auto;
	height: auto;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img img {
	opacity: .6;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dd {
	opacity: 1;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
	opacity: 1;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dt {
	opacity: 1;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
	-webkit-transform: rotate(360deg);
	animation: rotation 10s linear infinite;
	-moz-animation: rotation 10s linear infinite;
	-webkit-animation: rotation 10s linear infinite;
	-o-animation: rotation 10s linear infinite;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.IndexCase .IndexCase_more {
	margin-top: 15px;
	text-align: center;
}

.IndexCase .IndexCase_more a {
	position: relative;
	display: inline-block;
	width: 185px;
	background: #eeeeee;
	color: #999999;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 16px;
	line-height: 64px;
}

.IndexCase .IndexCase_more a:hover {
	color: #fff;
}

.IndexCase .IndexCase_more a:hover:before {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: #317EFF;
	opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.IndexCase .IndexCase_more a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgba(255,112,25,0);
	content: "";
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	transform: translateX(-50%) translateY(-50%);
}

.IndexCase .IndexCase_more a span {
	position: relative;
	z-index: 1;
}

.advantage {
	height: 532px;
	background: url(../images/bg10.jpg);
}

.advantage .advantage_content {
	margin: 0 auto;
	max-width: 1500px;
}

.advantage .advantage_content .advantage_content_list {
	margin-left: 5%;
	padding-top: 80px;
	padding-left: 47px;
	width: 20%;
	height: 532px;
}

.advantage .advantage_content .advantage_content_list:nth-child(1) {
	margin-left: 0px;
	background: url(../images/bn3.png) no-repeat 0% 0%;
}

.advantage .advantage_content .advantage_content_list:nth-child(2) {
	background: url(../images/bn4.png) no-repeat 0% 0%;
}

.advantage .advantage_content .advantage_content_list:nth-child(3) {
	background: url(../images/bn5.png) no-repeat 0% 0%;
}

.advantage .advantage_content .advantage_content_list:nth-child(4) {
	background: url(../images/bn6.png) no-repeat 0% 0%;
}

.advantage .advantage_content .advantage_content_list .content_list_title {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 70px;
	font-family: "Impact";
}

.advantage .advantage_content .advantage_content_list .content_list_title:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #317EFF;
	content: "";
}

.advantage .advantage_content .advantage_content_list .content_list_body p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
}

.advantage .advantage_content .advantage_content_list .content_list_body p:last-child {
	margin-bottom: 0px;
}

.video_title_item.on {
	display: none;
}

.video_title_item {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2111;
	transform: translateX(-50%) translateY(-50%);
}

.video_title_item dd {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 50px;
	transform: translateX(-50%) translateY(-50%);
}

.video_title_item dt {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	justify-content: center;
	align-items: center;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,75% {
		transform: scale(2.5);
	}

	78%,100% {
		opacity: 0;
	}
}

.video_title_item dt:before {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	content: '';
	opacity: 0.7;
	transition: 0.5s all ease;
	transform: scale(1);
	animation: scale 2s infinite cubic-bezier(0,0,0.49,1.02);
	animation-delay: 100ms;
}

.IndexNews {
	background: #fff;
}

.IndexNews .IndexService_content .IndexService_content_title dd {
	line-height: 50px;
}

/* .IndexNews .IndexNews_title a */
.xjNewsTitle {
	display: inline-block;
	margin-right: 13px;
	width: 120px;
	background: #eeeeee;
	color: #333333;
	font-size: 16px;
	line-height: 50px;
}
/
.newsActive{
	background: #317EFF;
	color: #fff;
}
.xjNewsTitle{
	display: inline-block;
	margin-right: 13px;
	width: 120px;
	background: #eeeeee;
	color: #333333;
	font-size: 16px;
	line-height: 50px;
}
.newsActive {
	background: #317EFF;
	color: #fff;
}

.IndexNews .IndexNews_title a.on {
	background: #317EFF;
	color: #fff;
}

.IndexNews .IndexNews_title a:last-child {
	margin-right: 0px;
}

.IndexNews .IndexNews_content .IndexNews_content_video {
	width: 38%;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title {
	position: relative;
	cursor: pointer;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img {
	width: 100%;
	height: 370px;
	object-fit: cover;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body {
	padding: 25px 25px;
	border: 1px solid #e5e5e5;
	border-top: 0px;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd {
	margin-bottom: 15px;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span {
	position: relative;
	top: 3px;
	margin-right: 12px;
	font-size: 30px;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dt {
	display: -webkit-box;
	overflow: hidden;
	height: 42px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.IndexNews .IndexNews_content .IndexNews_content_right {
	width: 57%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list {
	display: inline-block;
	margin-bottom: 31px;
	width: 100%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:last-child {
	margin-bottom: 0px;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img a {
	display: inline-block;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img {
	overflow: hidden;
	width: 25%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .tra {
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.15);
	-webkit-transform: all 0.5s ease 0s;
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .right_list_content .list_content_title dd {
	color: #317EFF;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content {
	width: 72%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title {
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd {
	width: 85%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt {
	color: #999999;
	font-size: 18px;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content p {
	display: -webkit-box;
	overflow: hidden;
	height: 69px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.partner .partner_content .partner_content_list {
	overflow: hidden;
	margin-bottom: -1px;
	padding: 0px 20px;
	width: 16.6%;
	border: 1px solid #dcdcdc;
	border-right: 0px;
	text-align: center;
	line-height: 130px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.partner .partner_content .partner_content_list:hover img {
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}

.partner .partner_content .partner_content_list:nth-child(6n) {
	border-right: 1px solid #dcdcdc;
}

.partner .partner_content .partner_content_list img {
	max-width: 100%;
}

.partner .partner_content .partner_content_list:hover {
	background: #eeeeee;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.footer {
	position: relative;
	background: #222222;
}

.footer #mydiv {
	position: absolute;
	z-index: 5;
	opacity: .2;
}

.footer .footer_content {
	position: relative;
	z-index: 6;
	margin: 0 auto;
	max-width: 1500px;
}

.footer .footer_content .footer_content_top {
	padding: 60px 0px;
	padding-bottom: 40px;
}

.footer .footer_content .footer_content_top .content_top_left {
	width: 55%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list {
	width: 30%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd {
	margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd a {
	color: #fff;
	font-size: 14px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a {
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
	color: #777777 !important;
	font-size: 14px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:hover {
	color: #fff;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:last-child {
	margin-bottom: 0px;
}

.footer .footer_content .footer_content_top .content_top_right {
	width: 23%;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dd {
	position: relative;
	margin-right: 5px;
	line-height: 20px;
}

.footer .footer_content .footer_content_top .content_top_share {
	width: 21%;
}

#toHome{
	color: #555555!important;
	display: inline;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content {
	margin-top: 40px;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dd {
	margin-bottom: 10px;
	color: #777777;
	font-size: 14px;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a {
	margin: 0px 0px !important;
	margin-right: -1px !important;
	padding-left: 0px !important;
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #363636;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list {
	margin-bottom: 15px;
	color: #777777;
	font-size: 14px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dt {
	width: 80%;
}

.bds_tsina {
	background: #2a2a2a !important;
}

.bds_sqq {
	background: #2a2a2a !important;
}

.bds_weixin {
	background: #2a2a2a !important;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover {
	background: #252525 !important;
	color: #317EFF;
	opacity: 1 !important;
}

.footer .footer_content .footer_content_bottom {
	margin-bottom: 20px;
}

.footer .footer_content .footer_content_bottom .content_bottom_left {
	width: 5%;
	color: #555555;
	font-size: 14px;
}

.footer .footer_content .footer_content_bottom .content_bottom_right {
	width: 95%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a {
	display: inline-block;
	margin-bottom: .8%;
	margin-left: 2%;
	width: 7%;
	color: #555555;
	font-size: 12px;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a:hover {
	color: #fff;
}

.footer_content_copyright {
	position: relative;
	z-index: 521;
	padding: 24px 0px;
	border-top: 1px solid #313131;
	text-align: center;
}

.video_window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 55;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}

.video_window .videobox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.video_window .video_window_close {
	position: relative;
	top: -6px;
	right: -26px;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 35px;
	line-height: 35px;
}

.case .IndexService_content {
	position: relative;
	padding: 55px 0px;
}

.case .IndexService_content .case_content_title {
	position: absolute;
	top: -153px;
	padding: 43px 40px;
	width: 100%;
	height: 153px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.case .IndexService_content .case_content_title a {
	position: relative;
	display: inline-block;
	margin-right: 2.5%;
	margin-bottom: 2%;
	width: 6%;
	color: #999999;
	text-align: center;
	font-size: 14px;
}

.case .IndexService_content .case_content_title a:nth-child(12n) {
	margin-right: 0px;
}

.case .IndexService_content .case_content_title a:hover {
	color: #333333;
}

.case .IndexService_content .case_content_title a:before {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	display: inline-block;
	margin: 0 auto;
	width: 0px;
	height: 2px;
	background: #317EFF;
	content: "";
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.case .IndexService_content .case_content_title a:hover:before {
	width: 56px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.case .IndexService_content .case_content_title a.on:before {
	width: 56px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.case .IndexService_content .case_content_title a.on {
	color: #333333;
}

.case .IndexCase_content {
	margin-bottom: 40px;
}

.page li a {
	display: inline-block;
	margin-right: 15px;
	width: 48px;
	height: 48px;
	background: #eeeeee;
	color: #333333;
	text-align: center;
	line-height: 48px;
}

.page li.active a {
	background: #317EFF;
	color: #fff;
}

.page li:hover a {
	background: #317EFF;
	color: #fff;
}

.page li a span {
	font-size: 18px;
}

.page li .next span {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.news .IndexService_content {
	padding: 45px 0px;
}

.news .IndexService_content .IndexService_content_title {
	border-bottom: 1px solid #e5e5e5;
}

.news .IndexService_content .IndexService_content_title dd {
	position: relative;
	padding-left: 35px;
	color: #333333;
	font-size: 24px;
	font-family: "宋体";
}

.news .IndexService_content .IndexService_content_title dd:before {
	position: absolute;
	top: 5px;
	left: 0;
	color: #bbbbbb;
	content: "“";
	font-size: 56px;
	font-family: "Arial";
}

.news .news_content {
	margin-bottom: 45px;
}

.news .news_content .news_content_list {
	display: inline-block;
	padding: 45px 0px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.news .news_content .news_content_list:hover .content_list_time dt span:before {
	width: 100%;
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.news .news_content .news_content_list:hover .tra {
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.15);
	-webkit-transform: all 0.5s ease 0s;
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
}

.news .news_content .news_content_list .content_list_time {
	width: 10%;
}

.news .news_content .news_content_list .content_list_txt {
	margin-right: 12.5%;
	width: 60%;
}

.news .news_content .news_content_list .content_list_img {
	overflow: hidden;
	width: 17.5%;
}

.news .news_content .news_content_list .btn {
	width: 100%;
	color: #333;
}

.news .news_content .news_content_list .btn a {
	display: inline-block;
	margin-left: 13px;
}

.news .news_content .news_content_list .content_list_img a {
	display: inline-block;
	width: 100%s;
}

.news .news_content .news_content_list .content_list_time dd {
	margin-bottom: 25px;
	color: #333333;
	font-size: 26px;
}

.news .news_content .news_content_list .content_list_time dt span {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #cccccc;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.news .news_content .news_content_list .content_list_time dt span:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0%;
	height: 100%;
	background: #317EFF;
	content: "\e602";
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.news .news_content .news_content_list .content_list_txt dd a {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 32px;
	width: 100%;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.news .news_content .news_content_list .content_list_txt p a {
	display: inline-block;
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	height: 117px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.news .news_content .news_content_list .content_list_img img {
	width: 100%;
	height: 186px;
	object-fit: cover;
}

.NewsDetails {
	background: #fff;
}

.NewsDetails .IndexService_content {
	padding: 55px 0px;
}

.NewsDetails .NewsDetails_title {
	padding-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
}

.NewsDetails .NewsDetails_title h1 {
	margin-bottom: 20px;
	color: #333333;
	text-align: center;
	font-weight: inherit;
	font-size: 26px;
}

.NewsDetails .NewsDetails_title .NewsDetails_title_sort span {
	margin-right: 25px;
	color: #999999;
	font-size: 13px;
}

.NewsDetails .NewsDetails_title .NewsDetails_title_sort span:last-child {
	margin-right: 0px;
}

.NewsDetails .NewsDetails_content {
	padding: 45px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top p {
	margin-bottom: 20px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top p img {
	max-width: 100%;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top p.on {
	text-align: center;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom {
	margin-top: 55px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left {
	padding: 17px 0px;
	width: 34%;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_copyright {
	margin-bottom: 25px;
	color: #999999;
	font-size: 13px;
	line-height: 26px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dd {
	margin-right: 20px;
	color: #999999;
	font-size: 13px;
	line-height: 33px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a {
	display: inline-block;
	margin-right: 15px;
	padding: 0px 20px;
	background: #f4f4f4 url(../images/bg14.jpg) no-repeat 100% 50%;
	color: #333333;
	font-size: 13px;
	line-height: 32px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a:last-child {
	margin-right: 0px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
	margin-left: 170px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a {
	display: inline-block;
	padding: 15px 0px;
	width: 140px;
	height: 82px;
	border-radius: 40px;
	background: #317EFF;
	color: #fff;
	text-align: center;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a dd {
	font-size: 32px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help .bottom_help_content {
	margin-top: 12px;
	color: #999999;
	text-align: center;
	font-size: 12px;
}

.NewsDetails .NewsDetails_page {
	padding: 30px 0px;
	padding-bottom: 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left {
	margin: 6px 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list {
	margin-bottom: 8px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list:last-child {
	margin-bottom: 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list dd {
	color: #333333;
	font-size: 14px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a {
	color: #333333;
	font-size: 14px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a:hover {
	color: #317EFF;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_back {
	display: inline-block;
	width: 160px;
	border: 1px dashed #e5e5e5;
	color: #333333;
	text-align: center;
	font-size: 16px;
	line-height: 55px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_back span {
	position: relative;
	top: 3px;
	margin-right: 8px;
	color: #317EFF;
	font-size: 25px;
}

.case_banner .case_banner_content {
	position: relative;
	margin: 0 auto;
	height: 760px;
	max-width: 1500px;
}

.case_banner .case_banner_content .banner_content_left {
	position: absolute;
	bottom: 70px;
	width: 55%;
}

.case_banner .case_banner_content .banner_content_left .content_left_title {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 32px;
}

.case_banner .case_banner_content .banner_content_left .content_left_title:before {
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 38px;
	height: 2px;
	background: #fff;
	content: "";
}

.case_banner .case_banner_content .banner_content_left .content_left_txt {
	margin-bottom: 80px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a {
	display: inline-block;
	width: 150px;
	height: 45px;
	border-radius: 50px;
	background: rgba(255,255,255,0.13);
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a:hover {
	background: #317EFF;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child {
	margin-left: 35px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a span {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child span {
	margin-right: 0px;
	margin-left: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.case_banner .case_banner_content .banner_content_right {
	position: absolute;
	right: 0;
	bottom: -135px;
	z-index: 50;
	padding: 0px 70px;
	width: 400px;
	height: 544px;
	background: #317EFF;
}

.case_banner .case_banner_content .banner_content_right .content_right_img {
	margin: 65px auto;
	padding: 0px 20px;
	width: 144px;
	height: 144px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	line-height: 144px;
}

.case_banner .case_banner_content .banner_content_right .content_right_img img {
	max-width: 100%;
}

.case_banner .case_banner_content .banner_content_right .content_right_more {
	display: inline-block;
	width: 100%;
	background: rgba(0,0,0,.27);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 55px;
}

.case_banner .case_banner_content .banner_content_right .content_right_more span {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	font-size: 18px;
}

.case_banner .case_banner_content .banner_content_right .content_right_share {
	margin-top: 100px;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dd {
	position: relative;
	margin-bottom: 16px;
	color: rgba(255,255,255,.43);
	text-align: center;
	font-size: 14px;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dd:before {
	position: absolute;
	top: 50%;
	left: 16%;
	z-index: 5;
	display: inline-block;
	width: 84px;
	height: 1px;
	background: rgba(255,255,255,.43);
	content: "";
	transform: translateX(-50%) translateY(-50%);
}

.case_banner .case_banner_content .banner_content_right .content_right_share dd:after {
	position: absolute;
	top: 50%;
	right: -16%;
	z-index: 5;
	display: inline-block;
	width: 84px;
	height: 1px;
	background: rgba(255,255,255,.43);
	content: "";
	transform: translateX(-50%) translateY(-50%);
}

.case_banner .case_banner_content .banner_content_right .content_right_share dt {
	text-align: center;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dt a {
	background: #317EFF !important;
	color: #fff;
	font-size: 20px;
}

.CaseDetail .IndexService_content {
	padding-top: 45px;
}

.CaseDetail .CaseDetail_content {
	padding: 65px 75px;
	background: #fff;
}

.CaseDetail .CaseDetail_content .CaseDetail_content_top p {
	margin-bottom: 45px;
	text-align: center;
}

.CaseDetail .CaseDetail_content .CaseDetail_content_top p:last-child {
	margin-bottom: 0px;
}

.CaseDetail .CaseDetail_content .CaseDetail_content_top p img {
	max-width: 100%;
}

.CaseDetail .CaseDetail_content .CaseDetail_content_contact {
	margin-top: 50px;
	text-align: center;
}

.CaseDetail .CaseDetail_content .CaseDetail_content_contact a {
	display: inline-block;
	width: 259px;
	height: 60px;
	border-radius: 50px;
	background: #317EFF;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}

.CaseDetail .IndexService_content .IndexService_content_title {
	padding-bottom: 50px;
}

.CaseDetail .CaseDetail_content .case_body_tag {
	margin-top: 15px;
	line-height: 35px;
}

.CaseDetail .CaseDetail_content .case_body_tag img {
	float: none !important;
	margin-right: 10px;
}

.CaseDetail .CaseDetail_content .case_body_tag a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	line-height: 35px;
}

.owl-theme .owl-controls .owl-nav {
	display: none !important;
}

.about_banner {
	position: relative;
}

.about_banner .about_banner_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_banner .about_banner_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 57%;
	text-align: left;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
}

.about_banner .about_banner_content dd {
	color: #fff;
	font-size: 34px;
	margin-bottom: 20px;
}

.about_banner .about_banner_content .banner_content_logo {
	margin: 50px 0px;
}

.about_banner .about_banner_content dt p {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}

.AboutDetails,.profit,.App {
	background: #fff;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left {
	position: relative;
	top: -90px;
	margin-bottom: -90px;
	width: 50%;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left img {
	width: 100%;
	height: 690px;
	object-fit: cover;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right {
	width: 50%;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_img {
	width: 50%;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content {
	position: relative;
	width: 50%;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 52%;
	text-align: left;
	transform: translateX(-50%) translateY(-50%);
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 20px;
	color: #333333;
	font-size: 32px;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd:before {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 34px;
	height: 2px;
	background: #000000;
	content: "";
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd span {
	margin-left: 15px;
	color: #999999;
	text-transform: uppercase;
	font-size: 24px;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dt {
	color: #666666;
	font-size: 20px;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd:before {
	background: #fff;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd {
	color: #fff;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd span {
	color: #fff;
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dt {
	color: #fff;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left {
	position: relative;
	width: 50%;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left:before {
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 50;
	display: inline-block;
	width: 83px;
	height: 340px;
	background: url(../images/bn28.png) no-repeat 50%;
	content: "";
	transform: translateX(-50%) translateY(-50%);
}

.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right,.AboutDetails .AboutDetails_culture .AboutDetails_culture_right,.AboutDetails .AboutDetails_culture .AboutDetails_culture_right,.AboutDetails .AboutDetails_culture .AboutDetails_culture_right,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_img,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content,.AboutDetails .AboutDetails_honor .AboutDetails_culture_left {
	overflow: hidden;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translateX(-50%) translateY(-50%);
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 20px;
	color: #333333;
	font-size: 32px;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd:before {
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 34px;
	height: 2px;
	background: #000000;
	content: "";
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd span {
	margin-left: 15px;
	color: #999999;
	font-size: 24px;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dt p {
	margin-bottom: 30px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dt p:last-child {
	margin-bottom: 0px;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_right {
	width: 50%;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_right img {
	width: 100%;
	height: 540px;
	object-fit: cover;
}

.AboutDetails .AboutDetails_provider .AboutDetails_culture_right img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_img img {
	width: 100%;
	height: 540px;
	object-fit: cover;
}

.AboutDetails .AboutDetails_provider {
	margin: 0 auto;
	max-width: 1500px;
}

.AboutDetails .AboutDetails_provider {
	padding: 80px 0px;
}

.AboutDetails .AboutDetails_provider .AboutDetails_culture_left .culture_left_title {
	width: 100%;
}

.AboutDetails .AboutDetails_provider .AboutDetails_culture_left:before {
	display: none;
}

.AboutDetails .AboutDetails_honor .AboutDetails_culture_left:before {
	display: none;
}

.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dd {
	color: #fff;
}

.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dd:before {
	background: #fff;
}

.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dt p {
	color: #fff;
}

.AboutDetails .AboutDetails_honor .AboutDetails_honor_content {
	margin-top: 45px;
}

.AboutDetails .AboutDetails_honor .AboutDetails_honor_content div {
	display: inline-block;
	margin-right: 2%;
	width: 32%;
}

.AboutDetails .AboutDetails_honor .AboutDetails_honor_content div:last-child {
	margin-right: 0px;
}

.AboutDetails .AboutDetails_honor .AboutDetails_honor_content div img {
	max-width: 100%;
}

.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_img img {
	width: 100%;
	height: 660px;
	object-fit: cover;
}

.AboutDetails .AboutDetails_honor .AboutDetails_culture_right img {
	width: 100%;
	height: 660px;
	object-fit: cover;
}

.partner_detail .IndexService_content .IndexService_content_title dd {
	position: relative;
	padding-bottom: 20px;
}

.partner_detail .IndexService_content .IndexService_content_title dd:before {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	display: inline-block;
	margin: 0 auto;
	width: 34px;
	height: 2px;
	background: #000000;
	content: "";
}

.AboutNews {
	background: #fff;
}

.AboutNews .AboutNews_content .AboutNews_content_left {
	width: 49%;
}

.AboutNews .AboutNews_content .AboutNews_content_left .content_left_list {
	overflow: hidden;
	margin-right: 4%;
	margin-bottom: 4%;
	width: 48%;
}

.AboutNews .AboutNews_content .AboutNews_content_left .content_left_list:nth-child(2n) {
	margin-right: 0px;
}

.AboutNews .AboutNews_content .AboutNews_content_left .content_left_list img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.AboutNews .AboutNews_content .AboutNews_content_right {
	width: 49%;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list {
	display: inline-block;
	margin-bottom: 4%;
	padding: 55px 60px;
	width: 100%;
	background: #f6f6f6;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list:last-child {
	margin-bottom: 0px;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list:hover {
	background: #317EFF;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list:hover dd {
	color: #fff;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list:hover dt {
	color: #fff;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list:hover p {
	color: #fff;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list dd {
	overflow: hidden;
	margin-bottom: 8px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list dt {
	color: #999999;
	font-size: 14px;
}

.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 20px;
	height: 48px;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ContactBanner .ContactBanner_content {
	position: relative;
}

.ContactBanner .ContactBanner_content .ContactBanner_content_left {
	position: absolute;
	bottom: 143px;
}

.ContactBanner .ContactBanner_content:before {
	position: absolute;
	top: 285px;
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #fff;
	content: "";
}

.ContactBanner .ContactBanner_content .ContactBanner_content_left dd {
	margin-bottom: 14px;
	color: #fff;
	letter-spacing: 8px;
	font-size: 30px;
}

.ContactBanner .ContactBanner_content .ContactBanner_content_left dt {
	color: #fff;
	letter-spacing: 7px;
	font-size: 60px;
	font-family: "Impact";
}

.ContactBanner .ContactBanner_content .ContactBanner_content_right {
	position: absolute;
	right: 110px;
	bottom: 0;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_right img{
	width: 412px;
}
.contact .contact_content .contact_content_list {
	position: relative;
	overflow: hidden;
	margin-right: 0%;
	padding: 50px 30px;
	padding-bottom: 30px;
	width: 100%;
	height: 550px;
	background: #fff;
	text-align: left;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.contact .contact_content .contact_content_list:last-child {
	margin-right: 0px;
}

.contact .contact_content .contact_content_list .content_list_title {
	margin-bottom: 30px;
	text-align: center;
}

.contact .contact_content .contact_content_list .content_list_title dd {
	margin-bottom: 15px;
	color: #333333;
	font-size: 58px;
}

.contact .contact_content .contact_content_list .content_list_title dt {
	color: #333333;
	font-size: 20px;
}

.contact .contact_content .contact_content_list .content_list_txt p {
	margin-bottom: 10px;
	color: #666666;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
}

.contact .contact_content .contact_content_list .content_list_icon {
	position: absolute;
	right: 0;
	bottom: 8%;
	left: 0;
	margin-top: 20px;
	color: #bbbbbb;
	text-align: center;
	font-size: 29px;
	cursor: pointer;
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	50% {
		-webkit-transform: translate(0,10px);
		transform: translate(0,10px);
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	50% {
		-webkit-transform: translate(0,10px);
		transform: translate(0,10px);
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

.contact {
	background: #ebebeb;
}

.contact .IndexService_content {
	padding-bottom: 0px;
}

.contact .contact_content .contact_content_list .content_list_hover {
	position: absolute;
	bottom: -550px;
	left: 0;
	padding: 30px 25px;
	width: 100%;
	height: 100%;
	background: #317EFF;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.contact .contact_content .contact_content_list .content_list_hover p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.contact .contact_content .contact_content_list .content_list_hover p:last-child {
	margin-bottom: 0px;
}

.contact .contact_content .contact_content_list:hover .content_list_hover {
	bottom: 0px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.contact .contact_motto {
	padding: 30px 0px;
}

.contact .contact_motto .contact_motto_left dd p {
	color: #333333;
	font-size: 14px;
	line-height: 26px;
}

.contact .contact_motto .contact_motto_left dd {
	margin-bottom: 20px;
}

.contact .contact_motto .contact_motto_left dd:last-child {
	margin-bottom: 0px;
}

.contact .contact_motto .contact_motto_left {
	padding: 90px 0px;
	width: 52%;
}

.contact .contact_motto .contact_motto_right {
	width: 48%;
}

.contact .contact_motto .contact_motto_right img {
	max-width: 100%;
}

.contact .contact_motto_map {
	position: relative;
}

.contact .contact_motto_map .motto_map_top img {
	width: 100%;
	height: 651px;
	object-fit: cover;
}

.contact .contact_motto_map .motto_map_bottom {
	/* position: absolute;
	top: 50%;
	left: 19%;
	transform: translateX(-50%) translateY(-50%); */
	width: 23%;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content {
	padding-left: 10.5%;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title {
	padding: 40px 30px;
	width: 100%;
	height: 292px;
	background: #313131;
}

.map_bottom_img{
	width: 100%;
}
.map_bottom_img img{
	width: 100%;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd {
	margin-bottom: 30px;
	color: #fff;
	font-size: 32px;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span {
	font-size: 19px;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dt p {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}

.FloatingWindow {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 550;
	width: 72px;
}

.FloatingWindow .FloatingWindow_list {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	background: rgba(0,0,0,0.5);
}

.FloatingWindow .FloatingWindow_list:hover {
	background: #317EFF;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_down {
	position: absolute;
	top: 0;
	left: -187px;
	display: none;
	width: 258px;
	background: #317EFF;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 72px;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title {
	padding: 10px;
	border: 1px solid #317EFF;
	text-align: center;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dd {
	color: #fff;
	font-size: 28px;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt {
	margin-top: 3px;
	color: #fff;
	font-size: 12px;
}

.FloatingWindow .FloatingWindow_list:nth-child(3):hover .FloatingWindow_list_down {
	display: block;
}

.ServiceBanner {
	height: 760px;
	background: -webkit-linear-gradient(to right,#828fff,#191c32);
/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right,#828fff,#191c32);
/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right,#828fff,#191c32);
/* Firefox 3.6 - 15 */
	background: linear-gradient(to top,#828fff,#191c32);
/* 标准的语法（必须放在最后） */
}

.ServiceBanner .ServiceBanner_content {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: 0 auto;
	width: 1500px;
	transform: translateX(-50%) translateY(-50%);
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left {
	width: 50%;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right {
	text-align: right;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right img {
	max-width: 100%;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dd {
	margin-bottom: 45px;
	color: #fff;
	font-size: 48px;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dt {
	margin-bottom: 70px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list {
	margin-right: 25px;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:last-child {
	margin-right: 0px;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dd {
	width: 80px;
	border: 1px solid rgba(255,255,255,0.32);
	color: #fff;
	text-align: center;
	font-size: 34px;
	line-height: 78px;
}

.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dt {
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.ServiceApp_title {
	background: #fff;
}

.ServiceApp_title .IndexService_content {
	padding: 80px 100px;
}

.ServiceApp_title .ServiceApp_title_list .title_list_top {
	margin: 0 auto;
	padding: 18px;
	width: 109px;
	height: 109px;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	text-align: center;
}

.ServiceApp_title .ServiceApp_title_list .title_list_top dd {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #edf9e8;
}

.ServiceApp_title .ServiceApp_title_list .title_list_top span {
	position: relative;
	z-index: 20;
	display: inline-block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #99dd81;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
}

.ServiceApp_title .ServiceApp_title_list .title_list_content {
	margin-top: 25px;
}

.ServiceApp_title .ServiceApp_title_list .title_list_content dd {
	margin-bottom: 25px;
	color: #333333;
	font-size: 18px;
}

.ServiceApp_title .ServiceApp_title_list .title_list_content dt {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd {
	background: #eaf3fe;
}

.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd span {
	background: #8bbbfc;
}

.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd {
	background: #fae3e9;
}

.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd span {
	background: #e66284;
}

.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd {
	background: #d5ebf2;
}

.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd span {
	background: #1592b6;
}

@keyframes ServiceAppScale {
	0% {
		transform: scale(1);
	}

	50%,75% {
		transform: scale(1.3);
	}

	78%,100% {
		opacity: 0;
	}
}

.ServiceApp_title .ServiceApp_title_list .title_list_top dd:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #edf9e8;
	content: '';
	opacity: 1;
	transition: 0.5s all ease;
	transform: scale(1);
	animation: ServiceAppScale 2s infinite cubic-bezier(0,0,0.49,1.02);
	animation-delay: 100ms;
}

.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd:before {
	background: #eaf3fe;
}

.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd:before {
	background: #fae3e9;
}

.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd:before {
	background: #d5ebf2;
}

.ServiceApp_application .IndexService_content {
	padding: 0px;
	max-width: 100%;
	background: #f1f1f1;
}

.ServiceApp_application .ServiceApp_application_left {
	padding: 75px 0px;
	padding-left: 11%;
	width: 62%;
	background: #f6f6f6;
}

.ServiceApp_application .ServiceApp_application_left .application_left_title {
	margin-bottom: 85px;
}

.ServiceApp_application .ServiceApp_application_left .application_left_title dd {
	margin-bottom: 15px;
	color: #333333;
	font-size: 32px;
}

.ServiceApp_application .ServiceApp_application_left .application_left_title dt {
	color: #666666;
	font-size: 16px;
}

.ServiceApp_application .ServiceApp_application_right {
	padding-top: 70px;
	padding-right: 11%;
	width: 33%;
}

.ServiceApp_application .ServiceApp_application_right .application_right_top {
	margin-bottom: 70px;
	padding-bottom: 26px;
	border-bottom: 1px solid #dcdcdc;
}

.ServiceApp_application .ServiceApp_application_right .application_right_top dd {
	margin-bottom: 20px;
	color: #333333;
	font-size: 24px;
}

.ServiceApp_application .ServiceApp_application_right .application_right_top dt {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list {
	margin-bottom: 15px;
}

.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list:last-child {
	margin-bottom: 0px;
}

.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list dd {
	margin-bottom: 5px;
	color: #333333;
	font-size: 18px;
}

.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list dt {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.App .App_content {
	margin: 0 auto;
	padding: 80px 0px;
	max-width: 1500px;
}

.App .App_content .App_content_title {
	text-align: center;
}

.App .App_content .App_content_title dd {
	color: #333333;
	font-size: 32px;
}

.App .App_content .App_content_title dt {
	margin-top: 10px;
	color: #999999;
	font-size: 16px;
}

.App .App_content .App_content_nav {
	margin-top: 40px;
}

.App .App_content .App_content_nav a {
	margin-right: 24px;
	width: 140px;
	background: #f6f6f6;
	text-align: center;
	line-height: 52px;
}

.App .App_content .App_content_nav a:hover {
	background: #317EFF;
	color: #fff;
}

.App .App_content .App_content_nav a:last-child {
	margin-right: 0px;
}

.App .App_content .App_content_nav a.on {
	background: #317EFF;
	color: #fff;
}

.App .App_content .App_content_body {
	margin-top: 70px;
}

.App .App_content .App_content_body .content_body_left {
	position: relative;
	width: 49%;
}

.App .App_content .App_content_body .content_body_left:before {
	position: absolute;
	right: -84px;
	display: inline-block;
	width: 1px;
	height: 589px;
	background: #e5e5e5;
	content: "";
}

.App .App_content .App_content_body .content_body_left .body_left_img {
	margin-bottom: 40px;
}

.App .App_content .App_content_body .content_body_left .body_left_img img {
	max-width: 100%;
}

.App .App_content .App_content_body .content_body_left .body_left_txt dd {
	margin-bottom: 25px;
	color: #333333;
	font-size: 18px;
}

.App .App_content .App_content_body .content_body_left .body_left_txt dt p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.App .App_content .App_content_body .content_body_right {
	padding: 50px;
	width: 37%;
	border: 5px solid #e5e5e5;
}

.App .App_content .App_content_body .content_body_right .body_right_top {
	margin-bottom: 25px;
}

.App .App_content .App_content_body .content_body_right .body_right_top dd {
	color: #333333;
	font-size: 22px;
}

.App .App_content .App_content_body .content_body_right .body_right_top dt {
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.App .App_content .App_content_body .content_body_right .body_right_bottom dd {
	margin-bottom: 15px;
	color: #333333;
	font-size: 18px;
}

.App .App_content .App_content_body .content_body_right .body_right_bottom dt p {
	margin-bottom: 15px;
	color: #333333;
	font-size: 14px;
}

.app_case {
	padding-top: 15px;
	background: #f6f6f6;
}

.app_case .app_case_title {
	margin-bottom: 40px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
}

.app_case .IndexCase_content .IndexCase_content_list {
	margin-right: 2%;
	width: 23.5%;
}

.app_case .IndexCase_content .IndexCase_content_list:nth-child(3) {
	margin-right: 2%;
}

.app_case .IndexCase_content .IndexCase_content_list:nth-child(4) {
	margin-right: 0%;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .list_img_title img {
	height: 550px;
}

.app_case .IndexCase_content {
	margin-bottom: 0px;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 60%;
	opacity: 0;
	transition: 0.5s all ease;
	transform: translateX(-50%) translateY(-50%);
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_logo {
	text-align: center;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_logo img {
	overflow: hidden;
	width: 30%;
	height: auto;
	border-radius: 15px;
	opacity: 1;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_title {
	margin: 17px 0px;
	color: #fff;
	text-align: center;
	text-align: center;
	font-size: 24px;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_content {
	padding: 15px 0px;
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 23px;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_download .txt_download_list {
	margin-top: 25px;
	width: 100%;
	border: 2px solid #fff;
	border-radius: 8px;
	text-align: center;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_download .txt_download_list .download_list_qrcode {
	padding: 8px 0px;
	width: 100%;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_download .txt_download_list .download_list_qrcode:hover {
	background: rgba(255,255,255,.5);
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_download .txt_download_list .download_list_qrcode .list_qrcode_content {
	position: absolute;
	bottom: 48px;
	display: none;
	width: 100%;
	cursor: pointer;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_download .txt_download_list:hover .download_list_qrcode .list_qrcode_content {
	display: block;
	cursor: pointer;
}

.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_download .txt_download_list .download_list_qrcode .list_qrcode_content img {
	width: auto;
	height: auto;
	opacity: 1;
}

.app_case .IndexCase_content .IndexCase_content_list:hover .content_list_img .content_list_txt {
	opacity: 1;
	transition: 0.5s all ease;
}

.app_footer {
	width: 100%;
	height: 150px;
	background: #828fff url(../images/bn48.png) no-repeat 50% 50%;
	text-align: center;
	line-height: 150px;
}

.app_footer a {
	display: inline-block;
	width: 280px;
	background: #fff;
	color: #828fff;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.app_footer a:hover {
	width: 295px;
	color: #828fff;
}

.ServiceBanner_website {
	background: -webkit-linear-gradient(to right,#1a85c3,#192025);
/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right,#1a85c3,#192025);
/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right,#1a85c3,#192025);
/* Firefox 3.6 - 15 */
	background: linear-gradient(to top,#1a85c3,#192025);
/* 标准的语法（必须放在最后） */
}

.ServiceWebsite {
	background: #fff;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left {
	width: 74%;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list {
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 30px 0px;
	padding-right: 2%;
	width: 32%;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(3n) {
	margin-right: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon {
	width: 40%;
	color: #999999;
	text-align: center;
	font-size: 45px;
	line-height: 76px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet {
	width: 58%;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dd {
	margin-bottom: 8px;
	color: #333333;
	font-size: 18px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dt p {
	color: #666666;
	font-size: 13px;
	line-height: 22px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover .left_list_icon {
	color: #317EFF;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover {
	border: 1px solid #317EFF;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(1) .left_list_icon {
	font-size: 70px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(2) .left_list_icon {
	font-size: 60px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(4) .left_list_icon {
	font-size: 75px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(5) .left_list_icon {
	font-size: 55px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(6) .left_list_icon {
	font-size: 60px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(7) .left_list_icon {
	font-size: 50px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(8) .left_list_icon {
	font-size: 70px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(9) .left_list_icon {
	font-size: 55px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(7) {
	margin-bottom: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(8) {
	margin-bottom: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(9) {
	margin-bottom: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right {
	padding: 47px 0px;
	width: 23%;
	border: 1px solid #e5e5e5;
	text-align: center;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title {
	margin-bottom: 53px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dd {
	margin-bottom: 10px;
	color: #333333;
	font-size: 22px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt {
	margin-bottom: 30px;
	color: #999999;
	font-size: 16px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title p {
	color: #1a81bd;
	font-size: 14px;
}

.ServiceCooperation {
	height: 793px;
	background: #f5f5f5;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	position: relative;
	padding-bottom: 45px;
	width: 159px;
	background: url(../images/bn38.png) no-repeat 50% 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:before {
	position: absolute;
	right: 0;
	bottom: 23px;
	left: 0;
	display: inline-block;
	margin: 0 auto;
	width: 1px;
	height: 67px;
	background: #d9d9d9;
	content: "";
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
	position: relative;
	left: -30px;
	padding-top: 30px;
	width: 220px;
	height: 150px;
	background: #fff;
	text-align: center;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dd {
	margin-bottom: 10px;
	color: #333333;
	font-size: 16px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dt {
	color: #666666;
	font-size: 14px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon {
	position: relative;
	top: -42px;
	margin: 0 auto;
	margin-bottom: -42px;
	width: 85px;
	height: 85px;
	border-radius: 100%;
	background: #d9d9d9;
	text-align: center;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	;line-height: 85px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
	background: url(../images/bn38_on.png) no-repeat 50% 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on .content_list_icon {
	background: #317EFF;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on:before {
	background: #317EFF;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_title {
	position: relative;
	bottom: -380px;
	padding-top: 66px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_icon {
	position: relative;
	top: auto;
	bottom: -180px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n):before {
	bottom: -66px;
}

.ServiceCooperation .ServiceCooperation_content_mo {
	display: none;
}

.ServiceCase .IndexCase_content {
	margin-bottom: 0px;
}

.WeChat .IndexService_content {
	padding-bottom: 0px;
}

.WeChat .IndexService_content .IndexService_content_title dd {
	font-size: 32px;
}

.WeChat .WeChat_content {
	padding: 0px 185px;
}

.WeChat .WeChat_content .WeChat_content_list dt {
	margin-top: 40px;
	color: #666666;
	font-size: 16px;
}

.WeChat .IndexService_content .IndexService_content_title {
	padding-bottom: 64px;
}

.WeChat .WeChat_fan dd {
	margin-top: 90px;
	margin-bottom: 60px;
	color: #333333;
	text-align: center;
	font-size: 28px;
}

.WeChat .WeChat_fan dt {
	text-align: center;
}

.profit .profit_title {
	padding: 85px 0px;
	color: #333333;
	text-align: center;
	font-size: 32px;
}

.profit .profit_content .profit_content_list {
	padding: 55px 60px;
	width: 25%;
	height: 450px;
	background: #f2fdfa;
	text-align: center;
	cursor: pointer;
}

.profit .profit_content .profit_content_list .content_list_title {
	margin-bottom: 55px;
	color: #45a993;
	font-size: 22px;
}

.profit .profit_content .profit_content_list .content_list_icon {
	margin-bottom: 54px;
	padding-bottom: 30px;
	height: 110px;
	background: url(../images/bn55.png) no-repeat 50% 100%;
	text-align: center;
}

.profit .profit_content .profit_content_list .content_list_txt {
	color: #666666;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.profit .profit_content .profit_content_list:nth-child(2),.profit .profit_content .profit_content_list:nth-child(4),.profit .profit_content .profit_content_list:nth-child(5),.profit .profit_content .profit_content_list:nth-child(7) {
	background: #fef8f0;
}

.profit .profit_content .profit_content_list:hover .flip {
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transform: rotateY(360deg);
	-webkit-transform: all 0.3s ease;
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}

.program {
	height: 718px;
	background: #45a993;
}

.program .program_title {
	margin-bottom: 45px;
	color: #fff;
	text-align: center;
	font-size: 32px;
}

.program .program_content .program_content_left {
	width: 32%;
}

.program .program_content .program_content_center {
	width: 36%;
	text-align: center;
}

.program .program_content .program_content_left .content_left_list {
	margin-top: 185px;
	margin-right: 50px;
	margin-right: 2%;
	width: 32%;
}

.program .program_content .program_content_left .content_left_list:last-child {
	margin-right: 0px;
}

.program .program_content .program_content_left .content_left_list dd {
	overflow: hidden;
	width: 122px;
	height: 122px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	line-height: 122px;
}

.program .program_content .program_content_left .content_left_list dd img {
	max-width: 100%;
}

.program .program_content .program_content_left .content_left_list dt {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.program .program_service .program_service_title dd {
	color: #333333;
	font-size: 28px;
}

.program .program_service .program_service_title dt {
	color: #666666;
	font-size: 16px;
}

.program_service {
	padding-top: 195px;
	background: #f8f8f8;
}

.program_service .program_service_title {
	margin-bottom: 55px;
	text-align: center;
}

.program_service .program_service_title dd {
	margin-bottom: 20px;
	color: #333333;
	font-size: 28px;
}

.program_service .program_service_title dt {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}

.program_service .program_service_content .service_content_list {
	margin-bottom: 40px;
	padding: 10px 0px;
	width: 10%;
	text-align: center;
	cursor: pointer;
}

.program_service .program_service_content .service_content_list dd {
	margin-bottom: 20px;
	height: 45px;
	line-height: 45px;
}

.program_service .program_service_content .service_content_list dt {
	color: #333333;
	font-size: 14px;
}

.program_service .IndexService_content {
	padding-bottom: 30px;
}

.Mall {
	padding-bottom: 75px;
	background: #fff;
}

.Mall .IndexService_content .IndexService_content_title dd {
	padding-bottom: 15px;
	color: #45a993;
	font-size: 32px;
}

.Mall .Mall_content .WeChat_content_list dt {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 18px;
}

.Mall .Mall_content .WeChat_content_list p {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
}

.WeChat_footer {
	background: #45a993 url(../images/bn48.png) no-repeat 50% 50%;
}

.WeChat_footer a {
	color: #45a993;
}

.website_footer {
	background: #1a82be url(../images/bn48.png) no-repeat 50% 50%;
}

.website_footer a {
	color: #1a82be;
}

.MarketingBanner {
	height: 760px;
	background: -webkit-linear-gradient(to right,#494f86,#2a3062);
/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right,#494f86,#2a3062);
/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right,#494f86,#2a3062);
/* Firefox 3.6 - 15 */
	background: linear-gradient(to top,#494f86,#2a3062);
/* 标准的语法（必须放在最后） */
}

.Marketing_footer {
	background: #484f86 url(../images/bn48.png) no-repeat 50% 50%;
}

.Marketing_footer a {
	color: #484f86;
}

.Marketing_idea {
	background: #fff;
}

.Marketing_idea .IndexService_content .IndexService_content_title dd {
	margin-bottom: 25px;
	font-size: 32px;
}

.Marketing_idea .IndexService_content .IndexService_content_title dt {
	margin-top:;
	;
}

.Marketing_idea .IndexService_content .IndexService_content_title dt p {
	font-size: 14px;
	line-height: 24px;
}

.Marketing_idea .Marketing_idea_content {
	padding: 0px 115px;
	background: url(../images/bn90.png) no-repeat 50% 50%;
}

.Marketing_idea .Marketing_idea_content .idea_content_list {
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.Marketing_idea .Marketing_idea_content .idea_content_list .content_list_title dd {
	margin-bottom: 15px;
	color: #495087;
	font-size: 18px;
}

.Marketing_idea .Marketing_idea_content .idea_content_list .content_list_title dt {
	color: #333333;
	font-size: 14px;
}

.Marketing_idea .Marketing_idea_content .idea_content_list .content_list_icon {
	margin: 40px auto;
	width: 99px;
	height: 99px;
	border-radius: 100%;
	background: url(../images/bn89.png) no-repeat 50% 50%;
	color: #333333;
	text-align: center;
	font-size: 53px;
	line-height: 99px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_idea .Marketing_idea_content .idea_content_list .content_list_txt p {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
}

.Marketing_idea .Marketing_idea_content .idea_content_list:hover .content_list_icon {
	background: url(../images/bn89_on.png) no-repeat 50% 50%;
	color: #484f86;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_idea .Marketing_idea_button {
	margin-top: 55px;
	text-align: center;
}

.Marketing_idea .Marketing_idea_button a {
	display: inline-block;
	width: 172px;
	border-radius: 50px;
	background: #484f86;
	color: #fff;
	text-align: center;
	line-height: 48px;
}

.Marketing_seo {
	background: #f6f6f6;
}

.Marketing_seo .Marketing_seo_content {
	padding: 0px 110px;
}

.Marketing_seo .Marketing_seo_content .seo_content_list {
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_icon {
	margin: 0 auto;
	width: 109px;
	height: 109px;
	border-radius: 100%;
	background: #fff;
	color: #333333;
	text-align: center;
	font-size: 43px;
	;line-height: 109px;
}

.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt {
	margin-top: 30px;
}

.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt dd {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #333333;
	text-align: center;
	font-size: 18px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt dt {
	margin-bottom: 40px;
	text-align: center;
}

.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt dd:before {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	display: inline-block;
	margin: 0 auto;
	width: 15px;
	height: 2px;
	background: #434343;
	content: "";
}

.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt dt p {
	color: #999999;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_seo .Marketing_seo_content .seo_content_list:hover .content_list_icon {
	background: #484f86;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_seo .Marketing_seo_content .seo_content_list:hover .content_list_txt dd {
	color: #484f86;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_seo .Marketing_seo_content .seo_content_list:hover .content_list_txt dt p {
	color: #666;
	-webkit-transform: all 0.3s ease;
	uppercase;transition: all 0.3s ease;
}

.Marketing_seo .Marketing_seo_content .seo_content_list:hover .content_list_txt dd:before {
	background: #484f86;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.Marketing_seo .Marketing_idea_button {
	margin-top: 0px;
}

.Marketing_seo .owl-theme .owl-controls .owl-nav div {
	top: -205px !important;
}

.Marketing_partner {
	background: #fff;
}

.Marketing_partner .Marketing_partner_content .partner_content_list {
	width: 25%;
	height: 120px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	line-height: 120px;
}

.Marketing_partner .Marketing_partner_content .partner_content_list:nth-child(4n) {
	border-right: 0px;
}

.Marketing_team {
	background: url(../images/bg38.jpg) no-repeat 50%/cover;
}

.Marketing_team .IndexService_content .IndexService_content_title dd {
	color: #fff;
}

.Marketing_team .Marketing_team_content .team_content_left {
	padding: 28px 0px;
	width: 30%;
}

.Marketing_team .Marketing_team_content .team_content_center {
	position: relative;
	width: 40%;
	height: 357px;
	text-align: center;
}

.Marketing_team .Marketing_team_content .team_content_center dd {
	animation: animtran 10s linear infinite;
	-webkit-animation: animtran 10s linear infinite;
}

.Marketing_team .Marketing_team_content .team_content_center dt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.Marketing_team .Marketing_team_content .team_content_left .content_left_list {
	margin-bottom: 35px;
	width: 100%;
	text-align: right;
}

.Marketing_team .Marketing_team_content .team_content_left .content_left_list:last-child {
	margin-bottom: 0px;
}

.Marketing_team .Marketing_team_content .team_content_left .content_left_list dd {
	position: relative;
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
}

.Marketing_team .Marketing_team_content .team_content_left .content_left_list dd:before {
	position: absolute;
	top: 40%;
	right: -25px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	content: "";
}

.Marketing_team .Marketing_team_content .team_content_left .content_left_list dt {
	color: #62626d;
	text-transform: uppercase;
	font-size: 14px;
}

.Marketing_team .Marketing_team_content .team_content_left:last-child .content_left_list dd:before {
	right: auto;
	left: -25px;
}

.Marketing_team .Marketing_team_content .team_content_left:last-child .content_left_list {
	text-align: left;
}

@keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}

	to {
		transform: rotateZ(360deg);
	}
}

.MarketingCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon {
	background: #484f86;
}

.MarketingCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	background: url(../images/bn101.png) no-repeat 50% 100%;
}

.videobox {
	margin: 0 auto;
	width: 100%;
	height: 370px;
}

.videobox .videobox_nei {
	position: relative;
	width: 100%;
	height: 370px;
}

#video_button {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 370px;
	background: url(../images/bg13.jpg) no-repeat 50%/cover;
	cursor: pointer;
}

#video_button2 {
	width: 100%;
	height: 370px;
}

@media screen and (max-width:1480px) {
	.contact .contact_motto_map .motto_map_bottom{
		width: 100%;
		/* margin-bottom: 55px; */
	}
	.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title{
		height: 364px;
	}
	.appLogo{
		display: none;
	}
	.IndexService .all,.advantage .all,.footer .footer_content,.pc_header .pc_header_content,.case_banner .case_banner_content,.contact .contact_motto_map .motto_map_bottom .map_bottom_content,.ServiceBanner .ServiceBanner_content,.App .App_content {
		max-width: 1200px;
	}

	.IndexService .IndexService_content .IndexService_content_body .content_body_list {
		padding: 0px 25px;
	}

	.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
		height: 78px;
	}

	.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
		padding-top: 35px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 264px;
	}

	.case .IndexService_content .case_content_title a {
		margin-right: 2.5%;
		width: 6%;
	}

	.contact .contact_content .contact_content_list {
		padding: 50px 18px;
	}

	.contact .contact_content .contact_content_list .content_list_hover p {
		line-height: 22px;
	}

	.contact .contact_content .contact_content_list .content_list_hover {
		padding: 20px;
	}

	.contact .contact_content .contact_content_list {
		width: 100%;
	}

	.about_banner .about_banner_content {
		width: 65%;
	}

	.about_banner .about_banner_content .banner_content_logo {
		margin: 30px 0px;
	}

	.ServiceApp_application .ServiceApp_application_left .application_left_content {
		padding-right: 5%;
	}

	.ServiceApp_application .ServiceApp_application_left .application_left_content img {
		max-width: 100%;
	}

	.ServiceApp_application .ServiceApp_application_left {
		padding-left: 5%;
	}

	.ServiceApp_application .ServiceApp_application_right {
		padding-top: 50px;
		padding-right: 5%;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 550px;
	}

	.App .App_content .App_content_body .content_body_right {
		padding: 20px;
	}

	.ServiceCooperation .ServiceCooperation_content {
		padding-left: 18px;
	}

	.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
		width: 130px;
	}

	.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
		left: -45px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left {
		width: 75%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon {
		width: 34%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet {
		width: 66%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list {
		padding-right: 1%;
	}

	.IndexService .WeChat_content {
		padding: 0px 85px;
	}

	.profit .profit_content .profit_content_list {
		padding: 55px 20px;
		height: 480px;
	}

	.Marketing_seo .Marketing_seo_content,.Marketing_idea .Marketing_idea_content {
		padding: 0px 20px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img .list_img_title img {
		height: 443px;
	}

	.contact .contact_content .contact_content_list .content_list_icon {
		bottom: 2%;
	}
}

@media screen and (max-width:1200px) {
	.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title{
		height: 364px;
	}
	.appLogo{
		display: none;
	}
/*服务-高端网站定制*/	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left {
		width: 100%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right {
		width: 100%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list {
		margin-right: 2%;
		margin-bottom: 2% !important;
		padding: 25px 0px;
		width: 49%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(3) {
		margin-right: 2%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(2n) {
		margin-right: 0px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dt {
		height: 66px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon,.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet {
		float: none;
		width: 100%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon {
		margin-bottom: 15px;
		font-size: 33px !important;
		line-height: 30px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet {
		padding: 0px 10px;
		text-align: center;
	}

	.ServiceCooperation {
		height: auto;
	}

	.ServiceCooperation .ServiceCooperation_content {
		display: none;
	}

	.ServiceCooperation .ServiceCooperation_content_mo {
		display: block;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right {
		padding: 15px 0px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dd {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title {
		margin-bottom: 30px;
	}

	.FloatingWindow {
		top: 85%;
		z-index: 3;
	}

	.FloatingWindow .FloatingWindow_list {
		display: none;
	}

	.FloatingWindow .FloatingWindow_list:last-child {
		display: block;
	}/*底部*/	.footer .footer_content {
		display: none;
	}

	.footer {
		height: auto;
	}

	.footer #mydiv {
		display: none;
	}

	.footer_content_copyright {
		padding: 20px 2%;
	}/*案例展示*/	.case .IndexService_content .case_content_title {
		position: inherit;
		top: 0px;
		margin-bottom: 30px;
		padding: 0px 0px;
		height: auto;
		border-bottom: 0px;
	}

	img {
		max-width: 100%;
	}

	.index_ourys .index_ourys_nei .ourys_nei_wen {
		display: none;
	}

	.all {
		overflow: hidden;
		margin: 0 auto;
		width: 96%;
		height: auto;
	}

	.slick-next,.slick-prev {
		display: none !important;
	}

	.mo_height {
		height: 50px;
	}

	.slick-dots li {
		margin: 0px 4px !important;
		width: 15px !important;
		height: 1px !important;
	}/*服务项目*/	.ServiceBanner .ServiceBanner_content {
		width: 96%;
	}

	.Marketing_team .Marketing_team_content .team_content_left {
		padding-bottom: 0px;
		width: 100%;
	}

	.Marketing_team .Marketing_team_content .team_content_left:nth-child(3) {
		padding: 0px;
	}

	.Marketing_team .Marketing_team_content .team_content_center {
		display: none;
	}

	.Marketing_team .Marketing_team_content .team_content_left .content_left_list {
		margin-right: 2%;
		width: 49%;
		text-align: left;
		text-align: center;
	}

	.Marketing_team .Marketing_team_content .team_content_left .content_left_list:nth-child(2n) {
		margin-right: 0px;
	}

	.Marketing_team .Marketing_team_content .team_content_left .content_left_list dd:before {
		display: none;
	}

	.Marketing_team .Marketing_team_content .team_content_left:last-child .content_left_list {
		text-align: center;
	}

	.Marketing_partner .Marketing_partner_content .partner_content_list {
		margin-right: 2%;
		width: 49%;
	}

	.Marketing_partner .Marketing_partner_content .partner_content_list:nth-child(2n) {
		margin-right: 0px;
	}

	.Marketing_partner .Marketing_partner_content .partner_content_list:nth-child(2n) {
		border-right: 0px;
	}
}

@media screen and (max-width:1065px) {
	.pcLogo{
		display: none;
	}
	.appLogo{
		display: block;
		margin-top: 13px;
	}
	.pc_header .pc_header_content .header_content_right .menu ul li .DropDown {
		position: fixed;
		top: 0;
		height: 100%;
		opacity: 1;
		transition: all 0.3s ease 0s;
		-webkit-transform: scale(0) !important;
		-webkit-transform: all 0.3s ease 0s;
		-moz-transform: scale(0) !important;
		-o-transform: scale(0) !important;
		-ms-transform: scale(0) !important;
		filter: scale(0) !important;
		filter: transform;
	}

	.pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translateX(-50%) translateY(-50%);
	}

	.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a {
		width: 100%;
	}

	.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown .DropDown_close {
		display: block;
	}

	.owl-theme .owl-controls .owl-nav {
		display: block !important;
	}

	.page li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	div.burger {
		position: absolute;
		z-index: 50;
		right: 0;
		width: 26px;
		height: 36px;
		cursor: pointer;
	}
    
	div.x,div.y,div.z {
		position: absolute;
		top: 0;
		bottom: 0;
		z-index:6666;
		margin: auto;
		border-radius: 2px;
		background: #317EFF;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
	}

	div.x,div.y,div.z {
		width: 20px;
		height: 2px;
	}

	div.y {
		top: 14px;
		width: 16px;
	}

	div.z {
		top: 28px;
	}

	div.collapse {
		top: 20px;
		background: #317EFF;
		-webkit-transition: all 70ms ease-out;
		-moz-transition: all 70ms ease-out;
		-o-transition: all 70ms ease-out;
		transition: all 70ms ease-out;
		-ms-transition: all 70ms ease-out;
	}

	div.rotate30 {
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-ms-transition: all 50ms ease-out;
	}

	div.rotate150 {
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		-ms-transition: all 50ms ease-out;
	}

	div.rotate45 {
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-ms-transition: all 100ms ease-out;
	}

	div.rotate135 {
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-ms-transition: all 100ms ease-out;
	}

	div.navbar {
		height: 73px;
		background: #385e97;
	}

	div.circle {
		position: fixed;
		top: 10px;
		right: 16px;
		z-index: 50;
		width: 0;
		height: 0;
		border-radius: 50%;
		background: url(../images/bg15.jpg) no-repeat 50%/cover;
		background-size: 100%;
		opacity: 1;
		-webkit-transition: all 300ms cubic-bezier(0,.995,.99,1);
		-moz-transition: all 300ms cubic-bezier(0,.995,.99,1);
		-o-transition: all 300ms cubic-bezier(0,.995,.99,1);
		transition: all 300ms cubic-bezier(0,.995,.99,1);
		-ms-transition: all 300ms cubic-bezier(0,.995,.99,1);
	}

	div.circle.expand {
		background: rgba(0,0,0,0.6);
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		border-radius: 0%;
		-webkit-transition: all 400ms cubic-bezier(0,.995,.99,1);
		-moz-transition: all 400ms cubic-bezier(0,.995,.99,1);
		-o-transition: all 400ms cubic-bezier(0,.995,.99,1);
		transition: all 400ms cubic-bezier(0,.995,.99,1);
		-ms-transition: all 400ms cubic-bezier(0,.995,.99,1);
	}

	.pc_header .pc_header_content .header_content_right .menu ul li {
		height: 0px;
	}

	.pc_header .pc_header_content .header_content_right .menu.on ul li {
		height: auto;
	}

	div.open {
		position: fixed;
		right: 2%;
	}

	div.menu ul li {
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 1;
		overflow: hidden;
		width: 100%;
		height: 0px;
		list-style: none;
		text-align: center;
		font-size: 0;
		opacity: 0;
		-webkit-transition: all 70ms cubic-bezier(0,.995,.99,1);
		-moz-transition: all 70ms cubic-bezier(0,.995,.99,1);
		-o-transition: all 70ms cubic-bezier(0,.995,.99,1);
		transition: all 70ms cubic-bezier(0,.995,.99,1);
		-ms-transition: all 70ms cubic-bezier(0,.995,.99,1);
	}

	div.menu ul li a {
		display: inline-block;
		width: 100%;
		color: #317EFF;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 16px;
	}

	div.menu li.animate {
		position: fixed;
		z-index: 6000;
		overflow: inherit;
		font-size: 21px;
		opacity: 1;
		-webkit-transition: all 150ms cubic-bezier(0,.995,.99,1);
		-moz-transition: all 150ms cubic-bezier(0,.995,.99,1);
		-o-transition: all 150ms cubic-bezier(0,.995,.99,1);
		transition: all 150ms cubic-bezier(0,.995,.99,1);
		-ms-transition: all 150ms cubic-bezier(0,.995,.99,1);
	}

	div.menu li.animate:nth-of-type(1) {
		top: 120px;
		transition-delay: .06s;
	}

	div.menu li.animate:nth-of-type(2) {
		top: 190px;
		transition-delay: .09s;
	}

	div.menu li.animate:nth-of-type(3) {
		top: 260px;
		transition-delay: .12s;
	}

	div.menu li.animate:nth-of-type(4) {
		top: 330px;
		transition-delay: .15s;
	}

	div.menu li.animate:nth-of-type(5) {

		top: 400px;
		transition-delay: .17s;
	}

	div.menu li.animate:nth-of-type(6) {
		top: 470px;
		transition-delay: .20s;
	}

	div.menu li.animate:nth-of-type(7) {
		top: 540px;
		transition-delay: .20s;
	}

	div.menu li.animate:nth-of-type(8) {
		top: 610px;
		transition-delay: .23s;
	}

	.slick-slider .slick-list,.banner,.slick-hero-slider .image-bg {
		height: 230px !important;
	}

	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption div {
		font-size: 14px;
	}

	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd p {
		display: none;
	}

	.pc_header {
		position: inherit;
		height: 50px;
		background: #fff;
	}

	.pc_header .pc_header_content {
		position: relative;
		margin: 0 auto;
		width: 96%;
	}

	.pc_header .pc_header_content .header_content_logo {
		line-height: 50px;
	}

	.pc_header .pc_header_content .header_content_logo img {
		width: 90px;
	}

	.pc_header .pc_header_content .header_content_right {
		position: absolute;
		left: 0;
		z-index: 210;
		width: 100%;
	}

	.pc_header .pc_header_content .header_content_right .menu {
		padding: 0px 20px;
		width: 100%;
		background: #fff;
	}

	.pc_header .pc_header_content .header_content_right .header_content_phone {
		display: none;
	}

	.pc_header .pc_header_content .header_content_right .menu ul li {
		margin-right: 0px;
		width: 100%;
	}

	.pc_header .pc_header_content .header_content_right .menu ul li:last-child a {
		border-bottom: 0px;
	}

	.pc_header .pc_header_content .header_content_right .menu ul li .menu_title {
		width: 100%;
		color: #317EFF;
		font-weight: bolder;
		line-height: 44px;
	}

	.pc_header .pc_header_content .header_content_right .menu ul li .menu_title:before {
		display: none;
	}/*案例展示*/	.case .IndexService_content .case_content_title {
		display: none;
	}/*新闻动态*/	.news .news_content .news_content_list .content_list_time {
		margin-right: 1%;
		width: 18%;
	}

	.news .news_content .news_content_list .content_list_time dd {
		margin-bottom: 1px;
		font-size: 18px;
	}

	.news .news_content .news_content_list .content_list_txt {
		margin-right: 0px;
		width: 81%;
	}

	.news .news_content .news_content_list .content_list_txt p a {
		height: 45px;
		line-height: 22px;
		-webkit-line-clamp: 2;
	}

	.news .news_content .news_content_list .content_list_txt dd a {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.news .news_content .news_content_list .content_list_img {
		display: none;
	}

	.news .news_content .news_content_list {
		padding: 20px 0px;
	}

	.news .news_content .news_content_list .btn {
		margin-top: 15px;
	}/*新闻内页*/	.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left,.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
		float: none;
		margin: 0px;
		width: 100%;
	}

	.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
		text-align: center;
	}

	.NewsDetails .NewsDetails_page .NewsDetails_page_left,.NewsDetails .NewsDetails_page .NewsDetails_page_back {
		float: none;
		width: 100%;
	}

	.NewsDetails .NewsDetails_page .NewsDetails_page_back {
		margin-top: 20px;
	}

	.NewsDetails .NewsDetails_title h1 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.NewsDetails .NewsDetails_title {
		padding-bottom: 25px;
	}

	.NewsDetails .NewsDetails_content {
		padding: 20px 0px;
	}

	.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a {
		width: 82px;
		border-radius: 100%;
	}

	.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}/*关于我们*/	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right,.AboutDetails .AboutDetails_culture .AboutDetails_culture_left,.AboutDetails .AboutDetails_culture .AboutDetails_culture_right,.AboutDetails .AboutDetails_culture .AboutDetails_culture_left,.AboutDetails .AboutDetails_culture .AboutDetails_culture_right,.AboutDetails .AboutDetails_culture .AboutDetails_culture_left,.AboutDetails .AboutDetails_culture .AboutDetails_culture_right,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_img,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content {
		top: 0px;
		margin: 0px;
		width: 100%;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left img,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list img,.AboutDetails .AboutDetails_culture .AboutDetails_culture_right img,.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_img img,.AboutDetails .AboutDetails_honor .AboutDetails_culture_right img {
		height: auto;
	}

	.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title,.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt {
		position: inherit;
		top: 0px;
		left: 0px;
		margin: 10px 0px;
		width: 100%;
		transform: inherit;
	}

	.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_img {
		display: none;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_img {
		display: none;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd {
		color: #333;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dt {
		color: #666;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd:before {
		background: #000;
	}

	.AboutDetails .AboutDetails_provider {
		padding: 25px 0px;
	}

	.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	.AboutDetails .AboutDetails_culture .AboutDetails_culture_left:before {
		display: none;
	}

	.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dt p {
		color: #666;
	}

	.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dd {
		margin-bottom: 20px;
		padding-bottom: 10px;
		color: #333;
	}

	.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dd:before {
		background: #000;
	}

	.AboutNews .AboutNews_content .AboutNews_content_left,.AboutNews .AboutNews_content .AboutNews_content_right {
		float: none;
		width: 100%;
	}

	.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list {
		padding: 20px 10px;
		width: 100%;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd span {
		font-size: 14px;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dt {
		font-size: 14px;
	}

	.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt {
		padding: 0px 2%;
	}/*联系我们*/	.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title {
		width: 100%;
	}

	.contact .owl-theme .owl-controls .owl-nav div {
		top: -235px;
	}

	.contact .contact_motto .contact_motto_left,.contact .contact_motto .contact_motto_right {
		float: none;
		width: 100%;
	}

	.contact .contact_motto .contact_motto_left {
		padding: 20px 0px;
	}

	.contact .contact_motto {
		padding: 0px 0px;
	}

	.contact .contact_motto_map .motto_map_bottom {
		position: inherit;
		top: 0;
		left: 0;
		transform: inherit;
	}

	.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title {
		padding: 20px 10px;
	}

	.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd {
		font-size: 18px;
	}

	.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span {
		font-size: 14px;
	}

	.contact .contact_motto_map .motto_map_top img {
		height: auto;
	}

	.ContactBanner .ContactBanner_content .ContactBanner_content_right {
		display: none;
	}

	.ContactBanner .ContactBanner_content .ContactBanner_content_left {
		padding: 0px 2%;
		text-align: center;
	}

	.ContactBanner .ContactBanner_content .ContactBanner_content_left dd {
		font-size: 24px;
	}

	.ContactBanner .ContactBanner_content .ContactBanner_content_left dt {
		font-size: 24px;
	}

	.ContactBanner .ContactBanner_content:before {
		display: none;
	}

	.ContactBanner .ContactBanner_content .ContactBanner_content_left {
		position: inherit;
		top: inherit;
		bottom: auto;
		left: inherit;
		width: 100%;
		transform: inherit;
	}

	.about_banner .about_banner_content {
		width: 90%;
	}

	.about_banner .about_banner_content dd {
		color: #fff;
		font-size: 18px;
	}

	.about_banner .about_banner_content .banner_content_logo {
		margin: 20px 0px;
	}

	.about_banner .about_banner_content .banner_content_logo img {
		width: 50%;
	}

	.about_banner .about_banner_content dt p {
		color: #fff;
		font-size: 14px;
		line-height: 24px;
	}/*服务项目*/	.ServiceBanner .ServiceBanner_content {
		position: relative;
		top: 0;
		left: 0;
		width: 96%;
		transform: inherit;
	}

	.ServiceBanner {
		padding: 25px 0px;
		height: auto;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right {
		text-align: center;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right img {
		width: 60%;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dd {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dt {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 22px;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left {
		margin-top: 20px;
		width: 100%;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list {
		margin-right: 2%;
		margin-bottom: 3%;
		width: 18%;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dd {
		width: 100%;
		height: 71px;
		line-height: 71px;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:nth-child(5n) {
		margin-right: 0px;
	}

	.ServiceApp_application .ServiceApp_application_left .application_left_title {
		margin-bottom: 20px;
	}

	.ServiceApp_application .ServiceApp_application_left,.ServiceApp_application .ServiceApp_application_right {
		padding: 0px;
		width: 100%;
	}

	.ServiceApp_application .IndexService_content {
		padding: 30px 2%;
		background: #f6f6f6;
	}

	.ServiceApp_application .ServiceApp_application_left .application_left_title dt {
		font-size: 14px;
	}

	.ServiceApp_application .ServiceApp_application_left .application_left_title dd {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.ServiceApp_application .ServiceApp_application_right .application_right_top dd {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.ServiceApp_application .ServiceApp_application_left .application_left_content {
		margin: 20px 0px;
		padding: 0px;
	}

	.ServiceApp_application .ServiceApp_application_right .application_right_top {
		margin-bottom: 30px;
	}

	.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list dd {
		font-size: 16px;
	}

	.App .App_content .App_content_title dd,.App .App_content .App_content_body .content_body_right .body_right_top dd {
		font-size: 18px;
	}

	.App .App_content .App_content_title dt {
		font-size: 14px;
	}

	.App .App_content {
		padding: 30px 0px;
	}

	.App .App_content .App_content_nav,.App .App_content .App_content_body .content_body_right,.App .App_content .App_content_body .content_body_right .body_right_top dt {
		margin-top: 15px;
	}

	.App .App_content .App_content_nav a {
		margin-right: 2%;
		width: 23%;
		border-radius: 5px;
	}

	.App .App_content .App_content_body {
		margin-top: 35px;
	}

	.App .App_content .App_content_body .content_body_left,.App .App_content .App_content_body .content_body_right {
		width: 100%;
	}

	.App .App_content .App_content_body .content_body_left .body_left_img {
		margin-bottom: 20px;
	}

	.App .App_content .App_content_body .content_body_left:before {
		display: none;
	}

	.App .App_content .App_content_body .content_body_left .body_left_txt dd {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.app_case .app_case_title {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.IndexService .WeChat_content {
		padding: 0px 0px;
	}

	.WeChat .WeChat_fan dd {
		margin: 45px 0px;
		margin-top: 65px;
		font-size: 22px;
	}

	.WeChat .WeChat_content .WeChat_content_list dt {
		margin-top: 20px;
	}

	.WeChat .WeChat_content .WeChat_content_list dd img {
		width: 10%;
	}

	.WeChat .owl-theme .owl-controls .owl-nav div {
		top: -75px;
	}

	.profit .profit_title {
		padding: 40px 0px;
		font-size: 22px;
	}

	.profit .profit_content .profit_content_list {
		width: 100%;
		height: auto;
	}

	.profit .profit_content .profit_content_list:nth-child(2n) {
		background: #fef8f0;
	}

	.profit .profit_content .profit_content_list:nth-child(5),.profit .profit_content .profit_content_list:nth-child(7) {
		background: #f2fdfa;
	}

	.profit .profit_content .profit_content_list .content_list_title {
		margin-bottom: 25px;
		font-size: 18px;
	}

	.profit .profit_content .profit_content_list .content_list_icon {
		margin-bottom: 35px;
	}

	.program .program_content .program_content_center {
		display: none;
	}

	.program .program_content .program_content_left {
		width: 100%;
	}

	.program .program_content .program_content_left .content_left_list {
		margin-top: 0px;
		margin-right: 2%;
		margin-bottom: 4%;
		width: 32%;
	}

	.program .program_content .program_content_left .content_left_list:nth-child(3n) {
		margin-right: 0%;
	}

	.program .program_content .program_content_left .content_left_list dd {
		margin: 0 auto;
		padding: 0px 8px;
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.program .program_title {
		font-size: 22px;
	}

	.program .program_content .program_content_left .content_left_list dt {
		font-size: 14px;
	}

	.program {
		height: auto;
	}

	.program_service .program_service_title dd {
		font-size: 22px;
	}

	.program_service .program_service_title dt {
		font-size: 14px;
	}

	.program_service {
		padding-top: 0px;
	}

	.program_service .program_service_content .service_content_list {
		margin-right: 2%;
		width: 32%;
	}

	.program_service .program_service_content .service_content_list:nth-child(3n) {
		margin-right: 0px;
	}

	.Mall .Mall_content .WeChat_content_list dt {
		font-size: 16px;
	}

	.Mall .Mall_content .WeChat_content_list dd img {
		width: 20%;
	}

	.Mall {
		padding-bottom: 15px;
	}

	.case_banner .case_banner_content .banner_content_right {
		display: none;
	}

	.case_banner .case_banner_content .banner_content_left {
		position: inherit;
		top: inherit;
		bottom: 0px;
		left: inherit;
		margin: 0 auto;
		width: 95%;
		height: auto !important;
		transform: inherit;
	}

	.CaseDetai_banner,.case_banner .case_banner_content {
		padding: 20px 0px;
		height: auto !important;
	}
}

@media screen and (max-width:768px) {
/*首页*/	.IndexService .IndexService_content {
		padding: 30px 0px;
	}

	.IndexService .IndexService_content .IndexService_content_title dd {
		font-size: 18px;
	}

	.IndexService .IndexService_content .IndexService_content_title dt {
		margin-top: 8px;
		font-size: 14px;
		line-height: 22px;
	}

	.IndexService .IndexService_content .IndexService_content_title {
		padding-bottom: 25px;
	}

	.IndexService .IndexService_content .IndexService_content_body .content_body_list {
		margin-right: 0%;
		margin-bottom: 25px;
		padding: 0px 5% !important;
		width: 100%;
		background: none;
	}

	.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
		padding-top: 20px;
	}

	.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
		height: auto;
	}

	.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list {
		margin-right: 2%;
		margin-bottom: 4%;
		width: 49%;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(2n) {
		margin-right: 0px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3) {
		margin-right: 2%;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon {
		display: none;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd {
		font-size: 16px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
		font-size: 16px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span {
		font-size: 13px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left {
		width: 100%;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
		margin-top: 10px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list {
		padding-bottom: 15px;
	}

	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
		margin-top: 0px;
	}

	.IndexCase .IndexCase_more a {
		width: 120px;
		font-size: 14px;
		line-height: 44px;
	}

	.advantage .advantage_content .advantage_content_list {
		margin-right: 0%;
		margin-bottom: 25px;
		margin-left: 0px;
		padding: 0px;
		width: 100%;
		height: auto;
		background: none !important;
	}

	.advantage .advantage_content .advantage_content_list:last-child {
		margin-bottom: 0px;
	}

	.advantage .advantage_content .advantage_content_list .content_list_title {
		margin-bottom: 10px;
		padding-bottom: 5px;
		text-align: center;
		font-size: 40px;
	}

	.advantage .advantage_content .advantage_content_list .content_list_body p {
		text-align: center;
		font-size: 13px;
	}

	.advantage .advantage_content .advantage_content_list .content_list_title:before {
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.advantage .advantage_content {
		padding: 4% 2%;
	}

	.partner .partner_content .partner_content_list {
		margin-right: -1px;
		border-right: 1px solid #dcdcdc;
	}

	.IndexNews .IndexService_content .IndexService_content_title dd,.IndexNews .IndexService_content .IndexService_content_title .IndexNews_title {
		float: none;
		width: 100%;
	}

	.IndexNews .IndexNews_title a {
		margin-right: 2%;
		width: 32%;
	}

	.IndexNews .IndexNews_title a:nth-child(3) {
		margin-right: 0px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_video,.IndexNews .IndexNews_content .IndexNews_content_right,.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img,.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content {
		float: none;
		width: 100%;
	}

	.IndexNews .IndexNews_content .IndexNews_content_right {
		margin-top: 25px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img {
		margin-bottom: 15px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 16px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span {
		font-size: 25px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body {
		padding: 20px 10px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd {
		font-size: 16px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd a {
		font-size: 16px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt {
		font-size: 16px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title a {
		line-height: 35px;
	}

	.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img {
		height: auto;
	}

	.CaseDetail .CaseDetail_content {
		padding: 20px;
	}

	.CaseDetail .CaseDetail_content .CaseDetail_content_contact {
		margin-top: 25px;
	}

	.CaseDetail .CaseDetail_content .CaseDetail_content_contact a {
		padding: 0px 20px;
		width: auto;
		height: auto;
		font-size: 16px;
		line-height: 45px;
	}

	.case_banner .case_banner_content .banner_content_left .content_left_title {
		margin-bottom: 25px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	.case_banner .case_banner_content .banner_content_left .content_left_txt {
		margin-bottom: 30px;
	}

	.video_window .videobox {
		width: 95%;
	}

	.video_window .videobox video {
		width: 100%;
	}

	.video_window .video_window_close {
		right: 0;
	}

	.contact .contact_motto_map .motto_map_bottom .map_bottom_content {
		margin-top: 25px;
		padding-left: 0px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt {
		height: 92%;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_title {
		margin: 9px 0px;
		font-size: 18px;
	}
}

@media screen and (max-width:414px) {
	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 134px;
	}

	.partner .partner_content .partner_content_list {
		width: 50%;
	}

	.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img {
		height: 215px;
	}

	.details_banner,.WeChatBanner {
		height: 120px !important;
	}

	.case_banner {
		height: 200px !important;
	}

	.ContactBanner {
		height: auto !important;
	}

	.case_banner .case_banner_content .banner_content_left .content_left_button a {
		margin-right: 4%;
		width: 48%;
	}

	.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child {
		margin-right: 0px;
		margin-left: 0px;
	}

	.AboutNews .AboutNews_content .AboutNews_content_left .content_left_list img {
		height: 125px;
	}

	.about_banner .about_banner_img img {
		height: 450px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 306px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img .list_img_title img {
		height: 306px;
	}
}

@media screen and (max-width:375px) {
	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 121px;
	}

	.AboutNews .AboutNews_content .AboutNews_content_left .content_left_list img {
		height: 113px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 277px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img .list_img_title img {
		height: 277px;
	}
}

@media screen and (max-width:320px) {
	.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 103px;
	}

	.AboutNews .AboutNews_content .AboutNews_content_left .content_left_list img {
		height: 96px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img img {
		height: 236px;
	}

	.app_case .IndexCase_content .IndexCase_content_list .content_list_img .list_img_title img {
		height: 236px;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list {
		margin-right: 2%;
		margin-bottom: 3%;
		width: 23%;
	}

	.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:nth-child(4n) {
		margin-right: 0px;
	}
}

/* 单行文本超出隐藏 */
.ellipsis1{
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
 }
 /* 2行文本超出隐藏 */
 .ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 
 }