@charset "utf-8";
/**
* @software         [GuTonCMS]
* @author           [深圳市国通网企科技有限公司]
* @website          [http://www.guton.cn]
* @email            [kf@guton.cn]
**/
	@font-face {
	font-family: 'MyNewFont';
	src: url('BEBAS.ttf');
}
@font-face {
	font-family: 'GOTHICB';
	src: url('GOTHICB.TTF');
}
@font-face {
	font-family: 'FGOTHIC';
	src: url('GOTHIC.TTF');
}
@font-face {
	font-family: 'Montserrat_l';
	src: url('Montserrat-Light-6.otf');
}
@charset "utf-8";
	/* CSS Document*/
	body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:"思源黑体","Montserrat_l";
	color:#555555;
	font-size:14px;
	width:100%;
	background:#000;
}
body.on {
	overflow:hidden
}
a {
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	color:#555555;
	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;
}
* {
	padding:0px;
	margin:0px;
	border:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* background:rgba(0,0,0,0);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
	li {
	list-style:none;
}
.clear:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	zoom:1;
}
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 {
	padding:0px;
	margin: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 {
	height:0px;
	overflow:hidden
}
.mo_down.on {
	height:auto;
}
input:-webkit-autofill {
	-webkit-box-shadow:0 0 0px 1000px white inset;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}
/* 滚动条的滑轨背景颜色*/
	::-webkit-scrollbar-thumb {
	background:#f69625;
}
/* 滑块颜色*/
	::-webkit-scrollbar-button {
	background-color: #f1f1f1;
}
/* 滑轨两头的监听按钮颜色*/
	::-webkit-scrollbar-corner {
	background-color: #f1f1f1;
}
/* 横向滚动条和纵向滚动条相交处尖角的颜色*/
	::-webkit-scrollbar {
	width: 6px;
	height: 0px;
}
/* 这是针对缺省样式 (必须的)*/

/*baidu 隐藏左右小窗口
	#nb_icon_wrap {
	display:none !important;
}
baidu 中简聊天的高度
.nb-invite-body {
	height: 420px !important
}*/
.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 {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
.gray:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:gray;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
.radius5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.radius10 {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.tra {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	filter:scale(1);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.tra:hover {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	filter:scale(1.15);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.opacity5 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	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;
	-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
	-o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
	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;
	-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
	-o-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;
}
.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;
	-ms-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
	-o-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;
}
.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;
	-ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
	-o-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;
}
.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;
	-ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
	-o-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;
}
.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;
	-ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
	-o-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;
}
.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;
	-ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
	-o-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;
}
.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;
	-ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
	-o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
	box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
}
.center {
	-webkit-align-items:center;
	display:-webkit-flex;
	-webkit-justify-content:star;
}
.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 {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.flip:hover {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
	cursor:pointer;
}
.pc_header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.25);
	height:88px;
	z-index:50;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header:hover {
	background:rgba(0,0,0,.2);
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content {
	max-width:1500px;
	margin:0 auto;
}
.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:47px;
}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title {
	font-size:16px;
	color:#fff;
	display:inline-block;
	line-height:88px;
	position:relative;
	text-align:center;
	
}


.pc_header .pc_header_content .header_content_right .menu ul li .menu_title b {
	display:inline-block;
	width:4px;
	height:4px;
	border-radius:100%;
	background:#fff;
	margin:0px 5px;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title b {
	background:#ec6d1f;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title b {
	background:#ec6d1f;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title i {
	margin-left:5px;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title i {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown .DropDown_close {
	color:#fff;
	font-size:28px;
	position:absolute;
	right:10px;
	top:10px;
	display:none;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown {
	position:absolute;
	width:100%;
	left:0px;
	background:rgba(0,0,0,.2);
	height:0px;
	overflow: hidden;
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title i {
	}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.on {
	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important;
	-ms-transform:scale(1) !important;
	-o-transform:scale(1) !important;
	filter:scale(1) !important;
	filter:transform;
	transition:all 0.3s ease 0s;
	-webkit-transform:all 0.3s ease 0s;
	cursor:pointer;
	opacity:1;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.in {
	-webkit-transform:scale(0) !important;
	-moz-transform:scale(0) !important;
	-ms-transform:scale(0) !important;
	-o-transform:scale(0) !important;
	filter:scale(0) !important;
	filter:transform;
	transition:all 0.3s ease 0s;
	-webkit-transform:all 0.3s ease 0s;
	cursor:pointer;
	opacity:0;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content {
	max-width:100%;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.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;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:10px 0px;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	margin-right:100px;
	position:relative;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:after {
	content:"";
	display:inline-block;
	width:1px;
	height:50px;
	background:rgba(255,255,255,.2);
	right:-50px;
	position:absolute;
	top:25px;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:last-child {
	margin-right:0px;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:last-child:after {
	display:none;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a.on dt {
	color:#ff7019;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a.on dd span img:nth-child(1) {
	opacity:0;
	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 span img:last-child {
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd {
	font-size:35px;
	margin-bottom:15px;
	width:40px;
	height:30px;
	position:relative;
	margin:0 auto;
	margin-bottom:10px;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd span img {
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
	position:absolute;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd span img:last-child {
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd span img:nth-child(1) {
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd span img:last-child {
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dt {
	color:#ff7019;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dt {
	font-size:16px;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd {
	color:#ff7019;
	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 {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:inline-block;
	height:1px;
	background:#ff7019;
	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:#ff7019;
}
.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title {
	color:#ff7019;
}
.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown {
	height:125px;
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .menu ul li:nth-child(3):hover .DropDown {
	max-height:400px;
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.pc_header .pc_header_content .header_content_right .header_content_phone {
	font-size:24px;
	color:#fff;
	line-height:88px;
}
.pc_header .pc_header_content .header_content_right .header_content_phone span {
	display:inline-block;
	width:34px;
	height:34px;
	border-radius:100%;
	background:#5e5e5c;
	line-height:34px;
	text-align:center;
	margin-right:11px;
	position:relative;
	top:-3px;
	color:#fff;
}
.case_banner {
	height:760px;
}
.details_banner {
	height:520px;
}
.WeChatBanner {
	height:760px;
}
.IndexService {
	background:#f6f6f6;
}
.IndexService .IndexService_content {
	max-width:1500px;
	margin:0 auto;
	padding:75px 0px;
}
.IndexService .IndexService_content .IndexService_content_title {
	text-align:center;
	padding-bottom:55px;
}
.IndexService .IndexService_content .IndexService_content_title dd {
	font-size:30px;
	color:#333333;
	text-transform:uppercase;
}
.IndexService .IndexService_content .IndexService_content_title dt {
	font-size:16px;
	color:#999999;
	margin-top:12px;
	line-height:28px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list {
	width:25%;
	background:url(../images/2/bn2.png) no-repeat 100% 50%;
	padding:0px 50px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list:last-child {
	background:none;
}
.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 {
	font-size:20px;
	color:#333333;
	text-align:center;
	margin-bottom:15px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
	font-size:13px;
	color:#666666;
	text-align:center;
	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;
	width:50%;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding:20px 0px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dd {
	color:#ff7019;
	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:hover dt {
	color:#ff7019;
	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) {
	border-bottom:0px;
	padding-bottom:10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(4) {
	border-bottom:0px;
	padding-bottom:10px;
}
.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 {
	color:#333;
	font-size:14px;
	margin-top:10px;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.IndexCase {
	background:#fff;
}
.IndexCase .IndexCase_content .IndexCase_content_list {
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:25px;
	position:relative;
}
.IndexCase .IndexCase_content .IndexCase_content_list:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:0%;
	left:0;
	background:#ff7019;
	bottom:-1px;
	height:1px;
	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:#ff7019;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover:before {
	;
	width:100%;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img .tra {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	filter:scale(1.15);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img {
	overflow:hidden;
	position:relative;
	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 {
	color:#333333;
	font-size:20px;
	line-height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
	color:#333333;
	font-size:20px;
	line-height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.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 {
	font-style:inherit;
	padding:0px 15px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
	color:#999999;
	font-size:13px;
	margin-top:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.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;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:5;
	color:#fff;
	font-size:35px;
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dd {
	background:rgba(0,0,0,0.5);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	display:none;
	transition:all 0.5s ease;
	-webkit-transform:all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr {
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:5;
}
.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_more {
	text-align:center;
	margin-top:15px;
}
.IndexCase_more a {
	background:#eeeeee;
	display:inline-block;
	width:185px;
	line-height:64px;
	text-transform:capitalize;
	font-size:16px;
	color:#999999;
	font-weight:bolder;
	position:relative;
}
.IndexCase_more a:hover {
	color:#fff;
}
.IndexCase .IndexCase_more a:hover:before {
	opacity:1;
	width:100%;
	height:100%;
	border-radius:inherit;
	background:rgba(255,112,25,1);
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.IndexCase_more a.on {
	color:#fff;
}
.IndexCase_more a.on:before {
	opacity:1;
	width:100%;
	height:100%;
	border-radius:inherit;
	background:rgba(255,112,25,1);
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.IndexCase_more a:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:50px;
	height:50px;
	background:rgba(255,112,25,0);
	border-radius:100%;
	left:50%;
	opacity:0;
	top:50%;
	-webkit-transform:all 0.5s ease 0s;
	transform:translateX(-50%) translateY(-50%);
	transition:all 0.5s ease 0s;
}
.IndexCase_more a span {
	position:relative;
	z-index:1;
}
.advantage {
	background:url(../images/2/bg10.jpg);
	height:532px;
	no-repeat 50%/cover;
}
.advantage .advantage_content {
	max-width:1500px;
	margin:0 auto;
}
.advantage .advantage_content .advantage_content_list {
	padding-top:80px;
	padding-left:47px;
	height:532px;
	width:20%;
	margin-left:5%;
}
.advantage .advantage_content .advantage_content_list:nth-child(1) {
	background:url(../images/2/bn3.png) no-repeat 0% 0%;
	margin-left:0px;
}
.advantage .advantage_content .advantage_content_list:nth-child(2) {
	background:url(../images/2/bn4.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list:nth-child(3) {
	background:url(../images/2/bn5.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list:nth-child(4) {
	background:url(../images/2/bn6.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list .content_list_title {
	font-size:70px;
	color:#fff;
	font-family:"Impact";
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
}
.advantage .advantage_content .advantage_content_list .content_list_title:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:40px;
	height:1px;
	background:#ff7019;
	left:0;
	bottom:0px;
}
.advantage .advantage_content .advantage_content_list .content_list_body p {
	font-size:16px;
	color:#fff;
	margin-bottom:5px;
}
.advantage .advantage_content .advantage_content_list .content_list_body p a {
	font-size:16px;
	color:#fff;
}
.advantage .advantage_content .advantage_content_list .content_list_body p:last-child {
	margin-bottom:0px;
}
.video_title_item.on {
	display:none;
}
.video_title_item {
	z-index:2111;
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}
.video_title_item dd {
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	color:#fff;
	font-size:50px;
}
.video_title_item dt {
	width:46px;
	height:46px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}
@keyframes scale {
	0% {
	transform:scale(1);
}
50%,75% {
	transform:scale(2.5);
}
78%,100% {
	opacity:0;
}
}
.video_title_item dt:before {
	content:'';
	width:46px;
	height:46px;
	border-radius:50%;
	background-color:#fff;
	opacity:0.7;
	animation:scale 2s infinite cubic-bezier(0,0,0.49,1.02);
	animation-delay:100ms;
	transition:0.5s all ease;
	transform:scale(1);
}
.IndexNews {
	background:#fff;
}
.IndexNews .IndexService_content .IndexService_content_title dd {
	line-height:50px;
}
.IndexNews .IndexNews_title a {
	padding:0px 18px;
	min-width:120px;
	line-height:50px;
	display:inline-block;
	background:#eeeeee;
	font-size:16px;
	color:#333333;
	margin-right:13px;
}
.IndexNews .IndexNews_title a:hover {
	color:#fff;
	background:#ff7019;
}
.IndexNews .IndexNews_title a.on {
	color:#fff;
	background:#ff7019;
}
.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 {
	cursor:pointer;
	position:relative;
}
.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 {
	border:1px solid #e5e5e5;
	border-top:0px;
	padding:25px 25px;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd {
	font-size:18px;
	color:#333333;
	line-height:30px;
	margin-bottom:15px;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd a {
	font-size:18px;
	color:#333333;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span {
	font-size:30px;
	position:relative;
	top:3px;
	margin-right:12px;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dt {
	color:#666666;
	font-size:14px;
	line-height:22px;
	display:-webkit-box;
	height:42px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.IndexNews .IndexNews_content .IndexNews_content_right {
	width:57%;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list {
	display:inline-block;
	width:100%;
	margin-bottom:31px;
}
.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 {
	width:25%;
	overflow:hidden;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .tra {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	filter:scale(1.15);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .right_list_content .list_content_title dd {
	color:#ff7019;
	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 {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
	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 {
	font-size:18px;
	color:#333333;
	width:100%;
	transition:all 0.5s ease 0s;
	display:inline-block;
	-webkit-transform:all 0.5s ease 0s;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt {
	font-size:18px;
	color:#999999;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content p {
	color:#666666;
	line-height:24px;
	font-size:14px;
	display:-webkit-box;
	height:69px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.partner .partner_content .partner_content_list {
	width:20%;
	text-align:center;
	overflow:hidden;
	border:1px solid #dcdcdc;
	line-height:130px;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	border-right:0px;
	margin-bottom:-1px;
	cursor:pointer;
	padding:0px 20px;
}
.partner .partner_content .partner_content_list:hover img {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:gray;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
.partner .partner_content .partner_content_list:nth-child(5n) {
	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 {
	background:#222222;
	position:relative;
}
.footer #mydiv {
	position:absolute;
	z-index:5;
	opacity:.2;
}
.footer .footer_content {
	max-width:1500px;
	margin:0 auto;
	position:relative;
	z-index:6;
}
.footer .footer_content .footer_content_top {
	padding:60px 0px;
	padding-bottom:40px;
}
.footer .footer_content .footer_content_top .content_top_left {
	width:48%;
}
.footer .footer_content .footer_content_top .content_top_left .top_left_list {
	width:25%;
}
.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 {
	font-size:14px;
	color:#fff;
}
.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a {
	font-size:14px;
	color:#777777;
	display:inline-block;
	width:100%;
	margin-bottom:12px;
}
.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:31%;
}
.footer .footer_content .footer_content_top .content_top_right .top_right_title {
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dd {
	position:relative;
	line-height:20px;
	margin-right:15px;
}
.footer .footer_content .footer_content_top .content_top_share {
	width:21%;
}
.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 {
	color:#777777;
	font-size:14px;
	margin-bottom:10px;
}
.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a {
	width:50px !important;
	height:50px !important;
	margin:0px 0px !important;
	padding-left:0px !important;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:50px;
	border:1px solid #363636;
	margin-right:-1px !important;
}
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list {
	color:#777777;
	font-size:14px;
	margin-bottom:15px;
}
.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;
	opacity:1 !important;
	color:#fb6a19;
}
.footer .footer_content .footer_content_bottom {
	margin-bottom:20px;
}
.footer .footer_content .footer_content_bottom .content_bottom_left {
	font-size:14px;
	color:#555555;
	width:5%
}
.footer .footer_content .footer_content_bottom .content_bottom_right {
	width:95%;
}
.footer .footer_content .footer_content_bottom .content_bottom_right a {
	font-size:12px;
	color:#555555;
	display:inline-block;
	width:7%;
	margin-left:2%;
	margin-bottom:.8%;
}
.footer .footer_content .footer_content_bottom .content_bottom_right a:hover {
	color:#fff;
}
.footer_content_copyright {
	padding:14px 0px;
	text-align:center;
	border-top:1px solid #313131;
	z-index:21;
	position:relative;
}
.addressf_title a {
	display:inline-block;
	line-height:42px;
	width:110px;
	border:1px solid #363636;
	color:#a3a3a3;
	font-size:16px;
	text-align:center;
	margin-right:-5px;
	background:#2a2a2a;
}
.addressf_title a.on {
	color:#fb6a19;
}
.addressf .right_content_li {
	height:0px;
	overflow:hidden;
	opacity:0;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.addressf .right_content_li.on {
	height:auto;
	opacity:1;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.video_window {
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:none;
	z-index:55;
}
.video_window .videobox {
	position:fixed;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}
.video_window .video_window_close {
	color:#fff;
	width:35px;
	height:35px;
	border-radius:100%;
	text-align:center;
	line-height:35px;
	display:inline-block;
	font-size:35px;
	position:relative;
	top:-6px;
	right:-26px;
}
.case .IndexService_content {
	position:relative;
	padding:55px 0px;
}
.case .IndexService_content .case_content_title {
	height:153px;
	position:absolute;
	top:-153px;
	background:#fff;
	width:100%;
	padding:43px 40px;
	border-bottom:1px solid #e5e5e5;
}
.case .IndexService_content .case_content_title a {
	color:#999999;
	font-size:14px;
	display:inline-block;
	width:6%;
	margin-right:2.5%;
	margin-bottom:2%;
	position:relative;
	text-align:center;
}
.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 {
	content:"";
	position:absolute;
	display:inline-block;
	width:0px;
	height:2px;
	background:#ff7019;
	bottom:-10px;
	left:0;
	margin:0 auto;
	right:0;
	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 {
	width:48px;
	height:48px;
	line-height:48px;
	display:inline-block;
	text-align:center;
	background:#eeeeee;
	color:#333333;
	margin-right:15px;
}
.page li.active a {
	background:#ff7019;
	color:#fff;
}
.page li:hover a {
	background:#ff7019;
	color:#fff;
}
.page li a span {
	font-size:18px;
}
.page li .next span {
	display:inline-block;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	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 {
	font-size:24px;
	color:#333333;
	font-family:"宋体";
	position:relative;
	padding-left:35px;
}
.news .IndexService_content .IndexService_content_title dd:before {
	content:"“";
	font-size:56px;
	color:#bbbbbb;
	font-family:"Arial";
	position:absolute;
	left:0;
	top:5px;
}
.news .news_content {
	margin-bottom:45px;
}
.news .news_content .news_content_list {
	display:inline-block;
	width:100%;
	padding:45px 0px;
	border-bottom:1px solid #e5e5e5;
}
.news .news_content .news_content_list:hover .content_list_time dt span:before {
	color:#fff;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	width:100%;
}
.news .news_content .news_content_list:hover .tra {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	filter:scale(1.15);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
.news .news_content .news_content_list .content_list_time {
	width:10%;
}
.news .news_content .news_content_list .content_list_txt {
	width:60%;
	margin-right:12.5%;
}
.news .news_content .news_content_list .content_list_img {
	width:17.5%;
	overflow:hidden;
}
.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 {
	font-size:26px;
	color:#333333;
	margin-bottom:25px;
}
.news .news_content .news_content_list .content_list_time dt span {
	color:#cccccc;
	display:inline-block;
	font-size:22px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	position:relative;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.news .news_content .news_content_list .content_list_time dt span:before {
	content:"\e602";
	position:absolute;
	display:inline-block;
	width:0%;
	left:0;
	height:100%;
	top:0;
	background:#ff7019;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.news .news_content .news_content_list .content_list_txt dd a {
	font-size:18px;
	color:#333333;
	margin-bottom:32px;
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}
.news .news_content .news_content_list .content_list_txt p a {
	font-size:14px;
	color:#666666;
	line-height:24px;
	display:inline-block;
	width:100%;
	display:-webkit-box;
	height:117px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
}
.news .news_content .news_content_list .content_list_img img {
	width:100%;
	height:186px;
	object-fit:cover;
}
.news .news_content .news_content_list .content_list_txt dd a em {
	font-style:normal;
	color:red;
}
.news .news_content .news_content_list .content_list_txt p a em {
	font-style:normal;
	color:red;
}
.NewsDetails {
	background:#fff;
}
.NewsDetails .IndexService_content {
	padding:55px 0px;
}
.NewsDetails .NewsDetails_title {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:35px;
}
.NewsDetails .NewsDetails_title h1 {
	font-size:26px;
	color:#333333;
	font-weight:inherit;
	text-align:center;
	margin-bottom:20px;
}
.NewsDetails .NewsDetails_title .NewsDetails_title_sort span {
	font-size:13px;
	color:#999999;
	margin-right:25px;
}
.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 {
	font-size:14px;
	color:#333333;
	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 a {
	color:#333333;
	font-size:16px;
	line-height:24px;
	font-weight:600;
}
.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 {
	font-size:13px;
	color:#999999;
	margin-bottom:25px;
	line-height:26px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dd {
	font-size:13px;
	color:#999999;
	line-height:33px;
	margin-right:20px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a {
	display:inline-block;
	font-size:13px;
	color:#333333;
	background:#f4f4f4 url(../images/2/bg14.jpg) no-repeat 100% 50%;
	line-height:32px;
	padding:0px 20px;
	margin-right:15px;
}
.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;
	width:140px;
	height:82px;
	background:#ff7019;
	text-align:center;
	color:#fff;
	border-radius:40px;
	padding:15px 0px;
}
.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 {
	font-size:12px;
	color:#999999;
	margin-top:12px;
	text-align:center;
}
.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 {
	font-size:14px;
	color:#333333;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a {
	font-size:14px;
	color:#333333;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a:hover {
	color:#ff7019;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_back {
	display:inline-block;
	border:1px dashed #e5e5e5;
	width:160px;
	line-height:55px;
	text-align:center;
	font-size:16px;
	color:#333333;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_back span {
	color:#ff7019;
	font-size:25px;
	margin-right:8px;
	position:relative;
	top:3px;
}
.case_banner .case_banner_content {
	max-width:1800px;
	margin:0 auto;
	position:relative;
	height:760px;
}
.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 {
	font-size:32px;
	color:#fff;
	position:relative;
	padding-bottom:30px;
	font-weight:100;
	margin-bottom:35px;
}
.case_banner .case_banner_content .banner_content_left .content_left_title:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:38px;
	height:2px;
	background:#fff;
	bottom:0;
}
.case_banner .case_banner_content .banner_content_left .content_left_txt {
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin-bottom:30px;
	display:none;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a {
	display:inline-block;
	width:150px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:rgba(255,255,255,0.13);
	border-radius:50px;
	margin-right:35px;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a:hover {
	background:#ff7019;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child {
	margin-left:0px;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a span {
	font-size:18px;
	margin-right:10px;
	display:inline-block;
	position:relative;
	top:2px;
}
.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);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.case_banner .case_banner_content .banner_content_right {
	position:absolute;
	right:0;
	bottom:0;
	height:75%;
	display:flex;
	align-items:center;
}
.case_banner .case_banner_content .banner_content_right .content_right_img {
	border-radius:100%;
	background:#fff;
	text-align:center;
	width:144px;
	height:144px;
	line-height:144px;
	padding:0px 20px;
	margin:65px auto;
	display:none;
}
.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 {
	color:#fff;
	font-size:16px;
	display:inline-block;
	background:#ff7019;
	width:100%;
	line-height:50px;
	text-align:center;
	padding:0px 25px;
	border-radius:100px;
}
.case_banner .case_banner_content .banner_content_right .content_right_more span {
	color:#fff;
	font-size:18px;
	margin-right:15px;
	display:inline-block;
}
.case_banner .case_banner_content .banner_content_right .content_right_share {
	margin-top:100px;
	display:none;
}
.case_banner .case_banner_content .banner_content_right .content_right_share dd {
	color:rgba(255,255,255,.43);
	font-size:14px;
	position:relative;
	text-align:center;
	margin-bottom:16px;
}
.case_banner .case_banner_content .banner_content_right .content_right_share dd:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:84px;
	height:1px;
	background:rgba(255,255,255,.43);
	left:16%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:5;
}
.case_banner .case_banner_content .banner_content_right .content_right_share dd:after {
	content:"";
	position:absolute;
	display:inline-block;
	width:84px;
	height:1px;
	background:rgba(255,255,255,.43);
	right:-16%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:5;
}
.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:#ff7019 !important;
	color:#fff;
	font-size:20px;
}
.CaseDetail .IndexService_content {
	padding-top:45px;
	max-width:1800px;
}
.CaseDetail .CaseDetail_content {
	background:#fff;
	padding:50px 25px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top p {
	margin-bottom:45px;
	text-align:center;
	box-shadow:0px 0px 0px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top p:last-child {
	margin-bottom:0px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top p img {
	max-width:100%;
	-webkit-box-shadow: rgb(0 0 0 / 13%) 0px 0px 10px;
	-moz-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;
	box-shadow: rgb(0 0 0 / 13%) 0px 0px 10px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_contact {
	text-align:center;
	margin-top:50px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_contact a {
	font-size:18px;
	color:#fff;
	text-align:center;
	width:259px;
	height:60px;
	line-height:60px;
	display:inline-block;
	background:#ff7019;
	border-radius:50px;
}
.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 {
	color:#333;
	font-size:16px;
	display:inline-block;
	line-height:35px;
}
.owl-theme .owl-controls .owl-nav {
	display:none !important;
}
.about_banner {
	position:relative;
}
.about_banner .about_banner_img img {
	max-width:100%;
}
.about_banner .about_banner_content {
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	text-align:left;
	width:57%;
	text-align:center;
}
.about_banner .about_banner_content dd {
	font-size:34px;
	color:#fff;
}
.about_banner .about_banner_content .banner_content_logo {
	margin:50px 0px;
}
.about_banner .about_banner_content dt p {
	font-size:16px;
	color:#fff;
	line-height:35px;
}
.AboutDetails,.profit,.App {
	background:#fff;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left {
	position:relative;
	top:-90px;
	width:50%;
	margin-bottom:-90px;
}
.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 {
	width:50%;
	position:relative;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt {
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	text-align:left;
	width:52%;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd {
	color:#333333;
	font-size:32px;
	margin-bottom:45px;
	padding-bottom:20px;
	position:relative;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:34px;
	height:2px;
	background:#000000;
	bottom:0px;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd span {
	color:#999999;
	font-size:24px;
	text-transform:uppercase;
	margin-left:15px;
}
.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 {
	width:50%;
	position:relative;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:83px;
	height:170px;
	background:url(../images/2/bn28.png) no-repeat 50%;
	top:50%;
	left:100%;
	transform:translateX(-50%) translateY(-50%);
	z-index: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;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	width:70%;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd {
	font-size:32px;
	color:#333333;
	position:relative;
	padding-bottom:20px;
	margin-bottom:45px;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:34px;
	height:2px;
	background:#000000;
	bottom:0;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd span {
	font-size:24px;
	color:#999999;
	margin-left:15px;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dt p {
	color:#666666;
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}
.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 {
	max-width:100%;
	height:auto;
	width:auto;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_img img {
	width:100%;
	height:540px;
	object-fit:cover;
}
.AboutDetails .AboutDetails_provider {
	max-width:1500px;
	margin:0 auto;
}
.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 {
	content:"";
	position:absolute;
	display:inline-block;
	width:34px;
	height:2px;
	background:#000000;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0px;
}
.AboutNews {
	background:#fff;
}
.AboutNews .AboutNews_content .AboutNews_content_left {
	width:49%;
}
.AboutNews .AboutNews_content .AboutNews_content_left .content_left_list {
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
	overflow:hidden;
}
.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;
	width:100%;
	background:#f6f6f6;
	padding:55px 60px;
	margin-bottom:4%;
}
.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:#fb6a19;
}
.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 {
	font-size:18px;
	color:#333333;
	margin-bottom:8px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list dt {
	font-size:14px;
	color:#999999;
}
.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list p {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:20px;
	display:-webkit-box;
	height:48px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.ContactBanner .ContactBanner_content {
	position:relative;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_left {
	position:absolute;
	bottom:115px;
}
.ContactBanner .ContactBanner_content:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:50px;
	height:3px;
	background:#fff;
	top:285px;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_left dd {
	font-size:30px;
	color:#fff;
	letter-spacing:8px;
	margin-bottom:14px;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_left dt {
	font-size:60px;
	color:#fff;
	font-family:"Impact";
	letter-spacing:7px;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_right {
	position:absolute;
	bottom:115px;
	right:0;
}
.contact .contact_content .contact_content_list {
	background:#fff;
	width:100%;
	margin-right:0%;
	padding:50px 30px;
	padding-bottom:30px;
	position:relative;
	height:550px;
	overflow:hidden;
	cursor:pointer;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	text-align:left;
}
.contact .contact_content .contact_content_list:last-child {
	margin-right:0px;
}
.contact .contact_content .contact_content_list .content_list_title {
	text-align:center;
	margin-bottom:30px;
}
.contact .contact_content .contact_content_list .content_list_title dd {
	font-size:58px;
	color:#333333;
	margin-bottom:15px;
}
.contact .contact_content .contact_content_list .content_list_title dt {
	font-size:20px;
	color:#333333;
}
.contact .contact_content .contact_content_list .content_list_txt p {
	font-size:13px;
	color:#666666;
	line-height:26px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.contact .contact_content .contact_content_list .content_list_icon {
	font-size:29px;
	color:#bbbbbb;
	text-align:center;
	margin-top:20px;
	-webkit-animation:pulse 1s infinite;
	animation:pulse 1s infinite;
	cursor:pointer;
	left:0;
	right:0;
	bottom:8%;
	position:absolute;
}
@-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:110px;
}
.contact .contact_content .contact_content_list .content_list_hover {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	background:#fb6a19;
	padding:30px 25px;
	bottom:-550px;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.contact .contact_content .contact_content_list .content_list_hover p {
	color:#fff;
	font-size:14px;
	line-height:26px;
	margin-bottom:10px;
}
.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 {
	font-size:14px;
	color:#333333;
	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 {
	width:52%;
	padding:90px 0px;
}
.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%);
}
.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 {
	background:#313131;
	width:427px;
	padding:40px 64px;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd {
	font-size:32px;
	color:#fff;
	margin-bottom:30px;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span {
	font-size:24px;
	margin-left:15px;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dt p {
	color:#fff;
	font-size:14px;
	line-height:35px;
}
.ContactMap .ContactMap_list {
	width:100%;
	background:#fff;
	margin-bottom:40px;
}
.ContactMap .ContactMap_list .ContactMap_list_left {
	width:48%;
	padding:81px 88px;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_title {
	font-size:30px;
	color:#444444;
	text-transform:uppercase;
	margin-bottom:55px;
	padding-bottom:17px;
	border-bottom:1px solid #cccccc;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_title img {
	margin-right:15px;
	position:relative;
	top:-2px;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p {
	font-size:16px;
	color:#555555;
	line-height:26px;
	margin-bottom:23px;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p:last-child {
	margin-bottom:0px;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p img {
	margin-right:15px;
}
.ContactMap .ContactMap_list .ContactMap_list_right {
	width:52%;
	padding:10px;
}
.map_box {
	width:100%;
	height:384px;
}
.map_box img {
	width:inherit;
}
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}
#dituContent1 {
	width:100%;
	height:384px;
}
#dituContent2 {
	width:100%;
	height:384px;
}
#dituContent3 {
	width:100%;
	height:384px;
}
.FloatingWindow {
	position:fixed;
	right:0;
	z-index:550;
	top:30%;
	width:72px;
}
.FloatingWindow .FloatingWindow_list {
	width:100%;
	display:inline-block;
	position:relative;
	margin-bottom:10px;
	background:rgba(0,0,0,0.5);
}
.FloatingWindow .FloatingWindow_list:hover {
	background:#ec6d1f;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_down {
	position:absolute;
	background:rgba(255,112,25,1);
	width:258px;
	line-height:72px;
	color:#fff;
	font-size:16px;
	text-align:center;
	left:-187px;
	top:0;
	display:none;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title {
	text-align:center;
	border:1px solid #ec6d1f;
	padding:10px;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dd {
	color:#fff;
	font-size:28px;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt {
	color:#fff;
	font-size:12px;
	margin-top:3px;
}
.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 {
	width:1500px;
	margin:0 auto;
	position:absolute;
	left:50%;
	top:45%;
	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 {
	font-size:48px;
	color:#fff;
	margin-bottom:45px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dt {
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-bottom:70px;
}
.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 {
	color:#fff;
	border:1px solid rgba(255,255,255,0.32);
	text-align:center;
	width:80px;
	line-height:78px;
	font-size:34px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dt {
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:10px;
}
.ServiceApp_title {
	background:#fff;
}
.ServiceApp_title .IndexService_content {
	padding:80px 100px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top {
	width:109px;
	height:109px;
	border-radius:100%;
	border:1px solid #e5e5e5;
	text-align:center;
	padding:18px;
	margin:0 auto;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top dd {
	width:70px;
	height:70px;
	border-radius:100%;
	margin:0 auto;
	background:#edf9e8;
	padding:5px;
	position:relative;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top span {
	width:60px;
	height:60px;
	border-radius:100%;
	background:#99dd81;
	margin:0 auto;
	line-height:60px;
	display:inline-block;
	color:#fff;
	font-size:30px;
	position:relative;
	z-index:20;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content {
	margin-top:25px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content dd {
	font-size:18px;
	color:#333333;
	margin-bottom:25px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content dt {
	font-size:14px;
	color:#666666;
	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 {
	content:'';
	width:70px;
	height:70px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	border-radius:100%;
	background:#edf9e8;
	opacity:1;
	animation:ServiceAppScale 2s infinite cubic-bezier(0,0,0.49,1.02);
	animation-delay:100ms;
	transition:0.5s all ease;
	transform:scale(1);
}
.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 {
	max-width:100%;
	background:#f1f1f1;
	padding:0px;
}
.ServiceApp_application .ServiceApp_application_left {
	background:#f6f6f6;
	padding:75px 0px;
	width:62%;
	padding-left:11%;
}
.ServiceApp_application .ServiceApp_application_left .application_left_title {
	margin-bottom:85px;
}
.ServiceApp_application .ServiceApp_application_left .application_left_title dd {
	font-size:32px;
	color:#333333;
	margin-bottom:15px;
}
.ServiceApp_application .ServiceApp_application_left .application_left_title dt {
	font-size:16px;
	color:#666666;
}
.ServiceApp_application .ServiceApp_application_right {
	width:33%;
	padding-right:11%;
	padding-top:70px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_top {
	border-bottom:1px solid #dcdcdc;
	padding-bottom:26px;
	margin-bottom:70px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_top dd {
	font-size:24px;
	color:#333333;
	margin-bottom:20px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_top dt {
	font-size:14px;
	color:#666666;
	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 {
	font-size:18px;
	color:#333333;
	margin-bottom:5px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list dt {
	font-size:14px;
	color:#666666;
	line-height:24px;
}
.App .App_content {
	max-width:1500px;
	margin:0 auto;
	padding:80px 0px;
}
.App .App_content .App_content_title {
	text-align:center;
}
.App .App_content .App_content_title dd {
	font-size:32px;
	color:#333333;
}
.App .App_content .App_content_title dt {
	font-size:16px;
	color:#999999;
	margin-top:10px;
}
.App .App_content .App_content_nav {
	margin-top:40px;
}
.App .App_content .App_content_nav a {
	width:140px;
	line-height:52px;
	text-align:center;
	background:#f6f6f6;
	margin-right:24px;
}
.App .App_content .App_content_nav a:hover {
	background:#ff7019;
	color:#fff;
}
.App .App_content .App_content_nav a:last-child {
	margin-right:0px;
}
.App .App_content .App_content_nav a.on {
	background:#ff7019;
	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 {
	content:"";
	position:absolute;
	display:inline-block;
	width:1px;
	height:589px;
	background:#e5e5e5;
	right:-84px;
}
.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 {
	font-size:18px;
	color:#333333;
	margin-bottom:25px;
}
.App .App_content .App_content_body .content_body_left .body_left_txt dt p {
	font-size:14px;
	color:#666666;
	line-height:30px;
}
.App .App_content .App_content_body .content_body_right {
	border:5px solid #e5e5e5;
	width:37%;
	padding:50px;
}
.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 {
	font-size:22px;
	color:#333333;
}
.App .App_content .App_content_body .content_body_right .body_right_top dt {
	font-size:14px;
	color:#666666;
	line-height:24px;
	margin-top:20px;
}
.App .App_content .App_content_body .content_body_right .body_right_bottom dd {
	font-size:18px;
	color:#333333;
	margin-bottom:15px;
}
.App .App_content .App_content_body .content_body_right .body_right_bottom dt p {
	font-size:14px;
	color:#333333;
	margin-bottom:15px;
}
.app_case {
	background:#f6f6f6;
	padding-top:15px;
}
.app_case .app_case_title {
	font-size:32px;
	color:#333333;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:40px;
}
.app_case .IndexCase_content .IndexCase_content_list {
	width:23.5%;
	margin-right:2%;
}
.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;
	width:80%;
	opacity:0;
	transition:0.5s all ease;
	left:50%;
	top:50%;
	height:60%;
	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 {
	height:auto;
	width:30%;
	opacity:1;
	border-radius:15px;
	overflow:hidden;
}
.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_title {
	text-align:center;
	font-size:24px;
	text-align:center;
	color:#fff;
	margin:17px 0px;
}
.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_content {
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:23px;
	border-top:1px solid rgba(255,255,255,0.6);
	border-bottom:1px solid rgba(255,255,255,0.6);
	padding:15px 0px
}
.app_case .IndexCase_content .IndexCase_content_list .content_list_img .content_list_txt .list_txt_download .txt_download_list {
	border:2px solid #fff;
	border-radius:8px;
	width:100%;
	margin-top:25px;
	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 {
	width:100%;
	color:#fff;
	font-size:28px;
	padding:8px 0px;
	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 {
	display:none;
	position:absolute;
	bottom:48px;
	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 {
	height:150px;
	width:100%;
	background:#828fff url(../images/2/bn48.png) no-repeat 50% 50%;
	text-align:center;
	line-height:150px;
}
.app_footer a {
	display:inline-block;
	width:280px;
	line-height:50px;
	text-align:center;
	color:#828fff;
	font-size:16px;
	background:#fff;
}
.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 {
	width:32%;
	margin-right:2%;
	border:1px solid #e5e5e5;
	padding:30px 0px;
	transition:all 0.5s ease 0s;
	cursor:pointer;
	padding-right:2%;
	margin-bottom:2%;
	-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 {
	font-size:45px;
	color:#999999;
	width:40%;
	text-align:center;
	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 {
	font-size:18px;
	color:#333333;
	margin-bottom:8px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dt p {
	font-size:13px;
	color:#666666;
	line-height:22px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover .left_list_icon {
	color:#ff7019;
	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 #ff7019;
	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 {
	border:1px solid #e5e5e5;
	width:23%;
	text-align:center;
	padding:47px 0px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title {
	margin-bottom:53px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dd {
	font-size:22px;
	color:#333333;
	margin-bottom:10px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt {
	font-size:16px;
	color:#999999;
	margin-bottom:30px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title p {
	font-size:14px;
	color:#1a81bd;
}
.ServiceCooperation {
	background:#f5f5f5;
	height:793px;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	position:relative;
	background:url(../images/2/bn38.png) no-repeat 50% 100%;
	padding-bottom:45px;
	width:159px;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:1px;
	height:67px;
	background:#1a83bf;
	left:0;
	right:0;
	margin:0 auto;
	bottom:23px;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
	background:#fff;
	width:220px;
	height:150px;
	text-align:center;
	padding-top:30px;
	position:relative;
	left:-30px;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dd {
	font-size:16px;
	color:#333333;
	margin-bottom:10px;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dt {
	font-size:14px;
	color:#666666;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon {
	width:85px;
	height:85px;
	border-radius:100%;
	text-align:center;
	;line-height:85px;
	background:#1a83bf;
	position:relative;
	top:-42px;
	margin-bottom:-42px;
	margin:0 auto;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
	background:url(../images/2/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:#ff7019;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on:before {
	background:#ff7019;
	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;
	bottom:-180px;
	top:auto;
}
.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 {
	font-size:16px;
	color:#666666;
	margin-top:40px;
}
.WeChat .IndexService_content .IndexService_content_title {
	padding-bottom:64px;
}
.WeChat .WeChat_fan dd {
	font-size:28px;
	color:#333333;
	text-align:center;
	margin-top:90px;
	margin-bottom:60px;
}
.WeChat .WeChat_fan dt {
	text-align:center;
}
.profit .profit_title {
	padding:85px 0px;
	text-align:center;
	font-size:32px;
	color:#333333;
}
.profit .profit_content .profit_content_list {
	background:#f2fdfa;
	width:25%;
	text-align:center;
	padding:55px 60px;
	height:450px;
	cursor:pointer;
}
.profit .profit_content .profit_content_list .content_list_title {
	font-size:22px;
	color:#45a993;
	margin-bottom:55px;
}
.profit .profit_content .profit_content_list .content_list_icon {
	height:110px;
	text-align:center;
	padding-bottom:30px;
	background:url(../images/2/bn55.png) no-repeat 50% 100%;
	margin-bottom:54px;
}
.profit .profit_content .profit_content_list .content_list_txt {
	color:#666666;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
.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 {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
	cursor:pointer;
}
.program {
	background:#45a993;
	height:718px;
}
.program .program_title {
	font-size:32px;
	color:#fff;
	text-align:center;
	margin-bottom:45px;
}
.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;
	width:32%;
	margin-right:2%;
}
.program .program_content .program_content_left .content_left_list:last-child {
	margin-right:0px;
}
.program .program_content .program_content_left .content_left_list dd {
	width:122px;
	height:122px;
	border-radius:100%;
	overflow:hidden;
	text-align:center;
	line-height:122px;
	background:#fff;
	margin:0 auto;
}
.program .program_content .program_content_left .content_left_list dd img {
	max-width:100%;
}
.program .program_content .program_content_left .content_left_list dt {
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
.program .program_service .program_service_title dd {
	font-size:28px;
	color:#333333;
}
.program .program_service .program_service_title dt {
	font-size:16px;
	color:#666666;
}
.program_service {
	padding-top:195px;
	background:#f8f8f8;
}
.program_service .program_service_title {
	text-align:center;
	margin-bottom:55px;
}
.program_service .program_service_title dd {
	font-size:28px;
	color:#333333;
	margin-bottom:20px;
}
.program_service .program_service_title dt {
	font-size:16px;
	color:#666666;
	line-height:28px;
}
.program_service .program_service_content .service_content_list {
	text-align:center;
	width:10%;
	margin-bottom:40px;
	padding:10px 0px;
	cursor:pointer;
}
.program_service .program_service_content .service_content_list dd {
	height:45px;
	line-height:45px;
	margin-bottom:20px;
}
.program_service .program_service_content .service_content_list dt {
	font-size:14px;
	color:#333333;
}
.program_service .IndexService_content {
	padding-bottom:30px;
}
.Mall {
	background:#fff;
	padding-bottom:75px;
}
.Mall .IndexService_content .IndexService_content_title dd {
	font-size:32px;
	color:#45a993;
	padding-bottom:15px;
}
.Mall .Mall_content .WeChat_content_list dt {
	font-size:18px;
	color:#333333;
	margin-bottom:20px;
	margin-top:30px;
}
.Mall .Mall_content .WeChat_content_list p {
	font-size:14px;
	color:#999999;
	line-height:22px;
}
.WeChat_footer {
	background:#45a993 url(../images/2/bn48.png) no-repeat 50% 50%;
}
.WeChat_footer a {
	color:#45a993;
}
.website_footer {
	background:#1a82be url(../images/2/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/2/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 {
	line-height:24px;
	font-size:14px;
}
.Marketing_idea .Marketing_idea_content {
	background:url(../images/2/bn90.png) no-repeat 50% 50%;
	padding:0px 115px;
}
.Marketing_idea .Marketing_idea_content .idea_content_list {
	text-align:center;
	width:100%;
	cursor:pointer;
}
.Marketing_idea .Marketing_idea_content .idea_content_list .content_list_title dd {
	font-size:18px;
	color:#495087;
	margin-bottom:15px;
}
.Marketing_idea .Marketing_idea_content .idea_content_list .content_list_title dt {
	font-size:14px;
	color:#333333;
}
.Marketing_idea .Marketing_idea_content .idea_content_list .content_list_icon {
	font-size:53px;
	color:#333333;
	width:99px;
	height:99px;
	border-radius:100%;
	text-align:center;
	line-height:99px;
	background:url(../images/2/bn89.png) no-repeat 50% 50%;
	margin:40px auto;
	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/2/bn89_on.png) no-repeat 50% 50%;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
	color:#484f86;
}
.Marketing_idea .Marketing_idea_button {
	text-align:center;
	margin-top:55px;
}
.Marketing_idea .Marketing_idea_button a {
	background:#484f86;
	display:inline-block;
	width:172px;
	border-radius:50px;
	text-align:center;
	line-height:48px;
	color:#fff;
}
.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 {
	width:109px;
	height:109px;
	border-radius:100%;
	text-align:center;
	;line-height:109px;
	font-size:43px;
	color:#333333;
	background:#fff;
	margin:0 auto;
}
.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 {
	font-size:18px;
	color:#333333;
	padding-bottom:10px;
	position:relative;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
	text-align:center;
	margin-bottom:20px;
}
.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt dt {
	text-align:center;
	margin-bottom:40px;
}
.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt dd:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:15px;
	height:2px;
	background:#434343;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0px;
}
.Marketing_seo .Marketing_seo_content .seo_content_list .content_list_txt dt p {
	font-size:14px;
	color:#999999;
	line-height:24px;
	text-transform:uppercase;
	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;
	uppercase;
	transition:all 0.3s ease;
	-webkit-transform: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%;
	text-align:center;
	border-right:1px solid #dcdcdc;
	height:120px;
	line-height:120px;
}
.Marketing_partner .Marketing_partner_content .partner_content_list:nth-child(4n) {
	border-right:0px;
}
.Marketing_team {
	background:url(../images/2/bg38.jpg) no-repeat 50%/cover;
}
.Marketing_team .IndexService_content .IndexService_content_title dd {
	color:#fff;
}
.Marketing_team .Marketing_team_content .team_content_left {
	width:30%;
	padding:28px 0px;
}
.Marketing_team .Marketing_team_content .team_content_center {
	width:40%;
	text-align:center;
	position:relative;
	height:357px;
}
.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;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list {
	width:100%;
	text-align:right;
	margin-bottom:35px;
}
.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 {
	font-size:18px;
	color:#fff;
	margin-bottom:5px;
	position:relative;
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list dd:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:100%;
	background:#fff;
	right:-25px;
	top:40%;
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list dt {
	font-size:14px;
	color:#62626d;
	text-transform:uppercase;
}
.Marketing_team .Marketing_team_content .team_content_left:last-child .content_left_list dd:before {
	left:-25px;
	right:auto;
}
.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/2/bn101.png) no-repeat 50% 100%;
}
.videobox {
	width:100%;
	height:370px;
	margin:0 auto;
}
.videobox .videobox_nei {
	width:100%;
	height:370px;
	position:relative
}
#video_button {
	width:100%;
	height:370px;
	position:absolute;
	cursor:pointer;
	z-index:10;
	background:url(../images/2/bg13.jpg) no-repeat 50%/cover;
}
#video_button2 {
	width:100%;
	height:370px;
}
#dituContent1 .pop .center {
	width:300px !important;
}
.pop .bottom {
	height:25px !important;
}
#dituContent2 .pop .center {
	width:272px !important;
}
#dituContent3 .pop .center {
	width:338px !important;
}
.Customer {
	position: fixed;
	bottom:60px;
	right:55px;
	z-index:50;
}
.kefus {
	border-radius:50%;
	width:60px;
	height:60px;
	position: relative;
	z-index:99;
	cursor:pointer;
}
.Customer .Customer_top {
	border-radius:6px;
	position:absolute;
	top:-245px;
	right:-15px;
	width:420px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.17);
	transform: rotate(-120deg);
	-webkit-transform: rotate(-120deg);
	transform-origin: right bottom;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	opacity:0;
}
.Customer .Customer_top.on {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform-origin: right bottom;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	opacity:1;
}
.Customer .Customer_top:before {
	content:"";
	display:inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: -4px;
	background: #fff;
	border-radius: 3px;
	right: 36px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.Customer .Customer_top .Customer_top_title {
	line-height:40px;
	background:#f69625;
	color:#fff;
	font-size:15px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	border-radius:6px 6px 0px 0px;
}
.Customer .Customer_top .Customer_top_title .top_title_close {
	position:absolute;
	top:47%;
	transform:translateY(-50%);
	left:5%;
	cursor:pointer;
}
.Customer .Customer_top .Customer_top_title .top_title_close img {
	height:8px;
}
.Customer .Customer_top .Customer_top_title .top_title_t img {
	height:26px;
	margin-right:10px;
}
.Customer .Customer_top .Customer_top_content {
	background:#fff;
	padding:20px;
	min-height:180px;
	border-radius:0px 0px 6px 6px;
}
.Customer .Customer_top .Customer_top_content .top_content_qq {
	display:flex;
	align-items:center;
	padding:16px 0px;
}
.Customer .Customer_top .Customer_top_content .top_content_qq a {
	display:flex;
	align-items:center;
	margin-right:15px;
}
.Customer .Customer_top .Customer_top_content .top_content_qq a:last-child {
	margin-right:0px;
}
.Customer .Customer_top .Customer_top_content .top_content_qq a img {
	margin-right:8px;
	height:20px;
}
.Customer_m {
	display: flex;
	position:fixed;
	bottom:10px;
	right:20px;
	line-height:36px;
	font-size:15px;
	color:#fff;
	background:#1592b6;
	width:140px;
	text-align:center;
	align-items:center;
	justify-content:center;
	border-radius:3px;
	z-index:50;
	cursor:pointer;
}
.Customer_m img {
	margin-right:13px;
	height:22px;
}
.Customer_txt {
	position:fixed;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	width:688px;
	background:#1592b6;
	border-radius:10px;
	overflow:hidden;
	z-index:50;
	display:none;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.17);
}
.Customer_txt .Customer_txt_title {
	line-height:60px;
	background:#1592b6;
	padding:0px 20px;
	overflow:hidden;
}
.Customer_txt .Customer_txt_title dd {
	font-size:15px;
	color:#fff;
	float:left;
}
.Customer_txt .Customer_txt_title dt {
	float:right;
}
.Customer_txt .Customer_txt_title dt img {
	height:8px;
	cursor:pointer;
}
.Customer_txt .Customer_txt_content {
	padding:20px 0px;
	background:#f2f3f5;
	padding-bottom:111px;
}
.Customer_txt .Customer_txt_content .txt_content_t {
	color:#666;
	font-size:14px;
	padding:0px 20px;
}
.Customer_txt .Customer_txt_content .txt_content_form .content_form_list {
	margin-top:15px;
}
.Customer_txt .Customer_txt_content .txt_content_form .content_form_list dd {
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	padding:0px 20px;
}
.Customer_txt .Customer_txt_content .txt_content_form .content_form_list dt input {
	line-height:38px;
	background:#fff;
	width:100%;
	padding: 0px 20px;
}
.Customer_txt .Customer_txt_content .txt_content_form .content_form_list dt textarea {
	line-height:22px;
	background:#fff;
	width:100%;
	padding: 10px 20px;
	height:100px;
	font-family:"寰蒋闆呴粦";
	resize:none;
}
.Customer_txt .Customer_txt_content .txt_content_form .content_form_submit {
	padding:0px 40px;
	margin-top:20px;
}
.Customer_txt .Customer_txt_content .txt_content_form .content_form_submit input {
	line-height:38px;
	text-align:center;
	background:#1592b6;
	color:#fff;
	font-size:14px;
	width:100%;
	border-radius:5px;
	cursor:pointer;
}
.spinner1 {
	opacity:0;
	position:absolute;
	width: 110px;
	height: 110px;
	top:-25px;
	left:-25px;
	/* top: -106px;*/
	/* margin: 100px auto;*/
	background-color: #1592b6;
	border-radius: 100%;
	-webkit-animation: scaleout 2s 4s infinite ease-in-out;
	animation: scaleout 2s 4s infinite ease-in-out;
}
.spinner2 {
	opacity:0;
	position:absolute;
	top: -30px;
	left: -30px;
	width: 120px;
	height: 120px;
	/* margin: 100px auto;*/
	background-color: #1592b6;
	border-radius: 100%;
	-webkit-animation: scaleout 2s 3.5s infinite ease-in-out;
	animation: scaleout 2s 3.5s infinite ease-in-out;
}
.spinner3 {
	opacity:0;
	position:absolute;
	top: -40px;
	left: -40px;
	width: 140px;
	height: 140px;
	/* margin: 100px auto;*/
	background-color: #1592b6;
	border-radius: 100%;
	-webkit-animation: scaleout 2s 3s infinite ease-in-out;
	animation: scaleout 2s 3s infinite ease-in-out;
}
.n_navdown {
	background:#ec5b42 !important;
}
.top_photos {
	float:left;
	margin-right: 25px;
	margin-top: 0px;
	background: #f9f9f9;
	padding: 7px 20px;
	/* padding-left: 30px;*/
	/*margin-top:17px;*/
	transition:0.4s 0s;
	-webkit-transition:0.4s 0s;
}
.name_kma {
	font-size:14px;
	color:#e0e0e0;
	padding-bottom: 3%;
	position: relative;
	line-height: 30px;
	z-index: 9999;
	transition:0.2s 0s;
	-webkit-transition:0.2s 0s;
}
section.met_section.zhiming {
	margin-top: 100px;
}
@-webkit-keyframes scaleout {
	0% {
	-webkit-transform: scale(0.2);
	opacity:1;
}
100% {
	-webkit-transform: scale(1.0);
	opacity: 0;
}
}
@keyframes scaleout {
	0% {
	transform: scale(0.8);
	-webkit-transform: scale(0.2);
	opacity:1;
}
100% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity: 0;
}
}
@-webkit-keyframes rightan {
	0% {
	bottom: 70px;
	opacity: 1;
}
70% {
	opacity: 0.4;
}
100% {
	bottom: 20;
	opacity: 0;
}
}
.pc_header2 .pc_header_content .header_content_right .menu ul li:last-child {
	margin-right:0px;
}
.pc_header2 .pc_header_content {
	max-width:100%;
	padding:0px 60px;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon {
	display:flex;
	align-items:center;
	align-items:center;
	height:88px;
	margin-left:34px;
	padding-left:34px;
	position:relative;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon:before {
	content:"";
	display:inline-block;
	width:1px;
	height:14px;
	background:rgba(255,255,255,.4);
	position:absolute;
	left:0;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l {
	display:flex;
	align-items:center;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list {
	position:relative;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list:last-child {
	margin-left:22px;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_title {
	display:flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	border-radius:100%;
	position:relative;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_down {
	position: absolute;
	display: none;
	top: calc(100% + 20px);
	width: 135px;
	background: #fff;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	font-family: "MyNewFont";
	text-align: center;
	left: -54px;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 21%);
	padding: 5px;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_down:before {
	content:"";
	position:absolute;
	top:-9px;
	left:0;
	right:0;
	margin:0 auto;
	width:17px;
	height:9px;
	background:url(../images/2/bn110.png) no-repeat 50% 50%;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list:hover .l_list_down {
	display:block;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_title img {
	position:absolute;
	left:0;
	top:0;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_l .icon_l_list .l_list_title img:last-child {
	opacity:0;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r {
	margin-left:20px;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title {
	font-size:14px;
	color:#fff;
	display:flex;
	align-items:center;
	position:relative;
	display:flex;
	align-items:center;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img {
	margin-left:10px;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img:last-child {
	opacity:0;
	position:absolute;
	right:0;
}
.pc_header2.on {
	background:rgba(0,0,0,.85);
	border-bottom:1px solid rgba(255,255,255,.2);
	position:fixed;
}
.pc_header2.on .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img:last-child {
	opacity:1;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header2.on .pc_header_content .header_content_right .content_right_icon .right_icon_r .icon_r_title img:first-child {
	opacity:0;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header {
	height:94px;
}
.pc_index .pc_header {
	position:fixed;
}
.pc_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.pc_header.on {
	position: fixed;
	background:rgba(0,0,0,.85);
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
	z-index: 8;
}
.pc_header .pc_header_content .header_content_logo {
	line-height:94px;
}
.pc_header .pc_header_content .header_content_right .menu ul li .menu_title {
	line-height:94px;
}
.pc_header2 .pc_header_content {
	padding-right:0px;
}
.pc_header2 .pc_header_content .header_content_right {
	display:flex;
	align-items:center;
}
.pc_header2 .pc_header_content .header_content_right .top_right_icon {
	display: flex;
	margin-right: 35px;
	margin-left:50px;
}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum {
	width: 18px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	margin-right: 29px;
	cursor: pointer;
}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum span {
	display: inline-block;
	width: 18px;
	height: 2px;
	margin-bottom: 4px;
	background: #f69625;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum span:last-child {
	margin-bottom: 0px;
}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum span:nth-child(2) {
	width: 14px;
}
.pc_header2 .pc_header_content .header_content_right .top_right_icon .right_icon_meum:hover span:nth-child(2) {
	width: 18px;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
}
.pc_header2 .pc_header_content .header_content_right .top_right_phone {
	width: 320px;
	height: 94px;
	border-left: 1px solid rgba(255,255,255,.2);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	padding-right: 100px;
	text-align: right;
}
.pc_header2 .pc_header_content .header_content_right .top_right_phone .right_phone_dd {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	display:flex;
	align-items:center;
}
.pc_header2 .pc_header_content .header_content_right .top_right_phone .right_phone_dd span {
	margin-right:6px;
}
.pc_header2 .pc_header_content .header_content_right .top_right_phone .right_phone_dt {
	font-size: 24px;
	color: #fff;
	font-weight: bolder;
	font-family:"GOTHICB";
}
.nav_down {
	position:fixed;
	top:94px;
	left:0;
	width:100%;
	height:0px;
	background:rgba(0,0,0,.85);
	z-index:50;
	display:flex;
	justify-content:space-between;
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
	opacity:0;
	overflow:hidden;
	z-index:551;
}
.nav_down.on {
	height:calc(100% - 94px);
	transition:all 0.3s ease;
	-webkit-transform:all 0.3s ease;
	opacity:1;
}
.nav_down .nav_down_list {
	width:20%;
	border-right:1px solid rgba(255,255,255,.2);
	padding:50px 40px;
}
.nav_down .nav_down_list .down_list_title {
	margin-bottom:33px;
}
.nav_down .nav_down_list .down_list_title .list_title_dd {
	font-size:26px;
	color:#fff;
	margin-bottom:20px;
}
.nav_down .nav_down_list .down_list_title .list_title_dt {
	font-size:26px;
	color:#fff;
}
.nav_down .nav_down_list .down_list_content p {
	margin-bottom:14px;
}
.nav_down .nav_down_list .down_list_content p a {
	font-size:16px;
	color:#d0cccc;
}
.nav_down .nav_down_list .down_list_content p a b {
	font-size:18px;
	margin-top:28px;
	display:block;
	color:#f5f5f5;
}
.nav_down .nav_down_list .down_list_content p:first-child a b {
	margin-top:0px;
}
.nav_down .nav_down_list .down_list_content p a:hover {
	color:#fff;
}
.nav_down .nav_down_contact {
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}
.nav_down .nav_down_contact .down_contact_bottom {
	text-align:left;
}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top {
	line-height:30px;
	margin-bottom:40px;
	font-size:16px;
	color:#d0cccc;
}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top p span {
	display:inline-block;
	margin-left:50px;
}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_b .bottom_b_dd {
	font-weight:bolder;
	color:#a0a0a0;
	font-size:18px;
	margin-bottom:8px;
}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_b .bottom_b_dt {
	color:#d0cccc;
	font-size:26px;
}
.nav_down .nav_down_close {
	position:absolute;
	right:20px;
	top:20px;
	font-size:38px;
	color:#fff;
	cursor:pointer;
}
.AboutBanenr {
	position: relative;
}
.AboutBanenr .AboutBanenr_img img {
	width: 100%;
	height: 876px;
	object-fit: cover;
}
.AboutBanenr .AboutBanenr_txt {
	position: absolute;
	max-width: 1500px;
	margin: 0 auto;
	top: 20%;
	left: 0;
	right: 0;
	height: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list {
	width: 33.33%;
	border-right: 1px solid rgba(255,255,255,.3);
	height: 50%;
	border-top: 1px solid rgba(255,255,255,.3);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list:nth-child(1),.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list:nth-child(2),.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list:nth-child(3) {
	border-top: 0px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list:nth-child(3n) {
	border-right: 0px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd {
	font-size: 88px;
	color: #fff;
	font-family: 'MyNewFont';
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd span {
	font-size: 69px;
	color: #fff;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dt {
	font-size: 16px;
	color: #fff;
}
.About2_bg {
	background: #f9f9f9;
}
.About2 {
	padding: 110px 0px;

}
.About2 .About2_Introduction {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
.About2 .About2_Introduction .About2_Introduction_left {
	background: #333333;
	width: 51%;
	padding: 60px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list:last-child {
	margin-bottom: 0px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list .left_list_icon {
	margin-right: 40px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list .left_list_txt dd {
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list .left_list_txt dt {
	font-size: 14px;
	color: rgba(255,255,255,.5);
}
.About2 .About2_Introduction .About2_Introduction_right {
	width: 49%;
	padding: 0px 55px;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_top .right_top_title {
	font-size: 20px;
	color: #333333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_top .right_top_title:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #858585;
	bottom: 0;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_top .right_top_txt {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	text-align: justify;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_bottom {
	display: flex;
	margin-top: 35px;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_bottom a {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:17px;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_bottom a:hover {
	color:#fff;
	background:#ff7019;
	border:1px solid #ff7019;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_bottom a i {
	position:relative;
	top:-1px;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_bottom a:last-child {
	margin-left: 24px;
}
.About2 .About2_surroundings {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	background: #fff;
}
.About2 .About2_surroundings .About2_surroundings_left {
	width: 55.5%;
}
.About2 .About2_surroundings .About2_surroundings_right {
	width: 43%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.About2 .About2_surroundings .About2_surroundings_list {
	position: relative;
}
.About2 .About2_surroundings .About2_surroundings_list .surroundings_list_img img {
	width: 100%;
}
.About2 .About2_surroundings .About2_surroundings_list:hover .surroundings_list_txt {
	opacity: 1;
	transition:all 0.5s ease 0s;
}
.About2 .About2_surroundings .About2_surroundings_list .surroundings_list_txt {
	padding: 30px;
	transition:all 0.5s ease 0s;
}
.About2 .About2_surroundings .About2_surroundings_list .surroundings_list_txt dd {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.About2 .About2_surroundings .About2_surroundings_list .surroundings_list_txt dt {
	font-size: 14px;
	color: rgba(255,255,255,.7);
}
.About2 .About2_surroundings .About2_Partner .About2_Partner_title {
	display: flex;
	justify-content: space-between;
}
.About2 .About2_Partner {
	background: #fff;
	padding: 50px;
	margin-top: 15px;
}
.About2 .About2_Partner .About2_Partner_title {
	display: flex;
	justify-content: space-between;
}
.About2 .About2_Partner .About2_Partner_title dd {
	font-size: 24px;
	color: #333333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.About2 .About2_Partner .About2_Partner_title dd:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #858585;
	bottom: 0;
}
.About2 .About2_Partner .About2_Partner_title dt {
	font-size: 14px;
	color: #999999;
}
.About2 .About2_Partner .About2_Partner_title dt span {
	font-family: 'MyNewFont';
	color: #ff7019;
	font-size: 24px;
}
.About2 .About2_Partner .About2_Partner_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.About2 .About2_Partner .About2_Partner_txt .Partner_txt_list {
	width: 19.2%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 155px;
	border: 1px solid #ededed;
	margin-bottom: 1.8%;
}
.About2 .About2_Partner .About2_Partner_txt .Partner_txt_list:hover {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}
.About2 .About2_honor .About2_honor_content .honor_content_list {
	width: 220px;
	box-shadow: 0px 0px 13px rgba(0,0,0,.12);
	text-align: center;
}
.About2 .About2_honor .swiper-wrapper {
	padding-left:10px;
}
.About2 .About2_honor .About2_honor_content .honor_content_list:nth-child(1) {
	width:285px;
}
.About2 .About2_honor .About2_honor_content .honor_content_list:nth-child(2) {
	width:285px;
}
.About2 .About2_honor .About2_honor_content .honor_content_list:nth-child(3) {
	width:285px;
}
.About2 .About2_honor .swiper-container {
	padding: 30px 0px;
	padding-bottom: 0px;
}
.About2 .About2_honor .About2_honor_content .honor_content_list dd {
	padding: 20px 0px;
}
.About2 .About2_honor .About2_honor_content .honor_content_list dt {
	padding:0px 10px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #333333;
}
.About2 .About2_honor .swiper-pagination {
	margin-top: 35px;
	position: inherit;
	bottom: 0;
}
.About2 .About2_honor .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0px 8px;
}
.About2 .About2_honor .swiper-pagination-bullet-active {
	background: #ff7019;
}
.About2 .About2_news .About2_news_txt .news_txt_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f9f9f9;
	margin-bottom: 23px;
	padding: 20px;
	padding-right:30px;
	transition:0.4s 0s;
}
.About2 .About2_news .About2_news_txt .news_txt_list:last-child {
	margin-bottom: 0px;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_img {
	width: 21%;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_txt {
	width: 77%;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_txt .list_txt_dd {
	font-size: 18px;
	color: #333333;
	display:inline-block;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_txt .list_txt_dt {
	font-size: 14px;
	color: #999999;
	font-family: "Montserrat";
	margin-top:8px;
	margin-bottom:18px;
	display:inline-block;
	width:100%;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_txt .list_txt_p {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	display:inline-block;
	width:100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.About2 .About2_news .About2_news_txt .news_txt_list:hover {
	background:#ff7019;
	transition:0.4s 0s;
}
.About2 .About2_news .About2_news_txt .news_txt_list:hover .txt_list_txt .list_txt_dd {
	color:#fff;
}
.About2 .About2_news .About2_news_txt .news_txt_list:hover .txt_list_txt .list_txt_dt {
	color:#fff;
}
.About2 .About2_news .About2_news_txt .news_txt_list:hover .txt_list_txt .list_txt_p {
	color:#fff;
}
.advantage2 {
	padding:0px;
	background:#fff;
	height:auto;
}
.advantage2 .advantage2_top {
	position:relative;
}
.advantage2 .advantage2_top .advantage2_top_title {
	position:absolute;
	top:90px;
	left:0;
	width:100%;
	text-align:center;
	z-index:1;
}
.advantage2 .advantage2_top .advantage2_top_title dd {
	font-size:36px;
	color:#fff;
	margin-bottom:28px;
}
.advantage2 .advantage2_top .advantage2_top_title dt {
	font-size:20px;
	color:#fff;
}
.advantage2 .advantage2_top .advantage2_top_img {
	position:relative;
	overflow:hidden;
}
.advantage2 .advantage2_top .advantage2_top_img img {
	width:100%;
	height:441px;
	object-fit:cover;
}
.advantage2 .advantage2_content {
	display:flex;
	background:#333333 url(../images/2/bn120.png) no-repeat 100% 100%;
	justify-content:center;
	padding:65px 0px;
	border-radius:5px;
	margin-top:-150px;
	position:relative;
	position: relative;
	overflow:hidden;
}
.advantage2 .advantage_content .advantage_content_list {
	background:none !important;
	height:auto;
	margin-left:0px;
	margin-left:135px;
	width:auto;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
}
.advantage2 .advantage_content .advantage_content_list .content_list_title {
	font-size:55px;
	height:83px;
}
.advantage2 .advantage_content .advantage_content_list .content_list_title:before {
	left:0;
	right:0;
}
.advantage2 .advantage_content .advantage_content_list .content_list_body p {
	}
#slide_01 canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	z-index: 3;
}
.cloud {
	position: absolute;
	left:-60%;
	bottom:0%;
	width: 100%;
	height: 100%;
	background:url(../images/2/cloud.png) no-repeat center;
}
.cloud {
	-webkit-animation:move3 100s linear infinite;
}
@-webkit-keyframes move3 {
	from {
	left:-80%;
	opacity:1;
}
to {
	left:80%;
	opacity:0;
}
}
.CaseDetai_banner {
	height:360px !important;
}
.CaseDetai_banner .case_banner_content {
	height:360px !important;
}
@media screen and (max-width:1800px) {
	.CaseDetai_banner .case_banner_content,.CaseDetail .IndexService_content {
	max-width:1500px;
}
}
@media screen and (max-width:1650px) {
	.pc_header .pc_header_content .header_content_right .menu ul li {
	margin-right:35px;
}
}
@media screen and (max-width:1500px) {
	.ContactMap .IndexService_content,.AboutBanenr .AboutBanenr_txt {
	max-width:1200px;
}
.ContactMap .ContactMap_list .ContactMap_list_left {
	padding:68px 50px;
}
.advantage2 .advantage_content .advantage_content_list {
	margin-left:60px;
}
.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:1.4%;
	font-size:12px;
	width:7%;
}
.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-right:5%;
	padding-top:50px;
}
.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%;
}
.pc_header2 .pc_header_content {
	max-width:100%;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd {
	font-size:55px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd span {
	font-size:30px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dt {
	padding:0px 20px;
	text-align:center;
	margin-top:15px;
}
}
@media screen and (max-width:1200px) {
	.ContactMap img {
	max-width:inherit;
}
.ContactMap .ContactMap_list .ContactMap_list_left {
	padding:20px;
}
.ContactMap .IndexService_content {
	width:94%;
	margin:0 auto;
	max-width:100%;
}
.ContactMap .ContactMap_list .ContactMap_list_left,.ContactMap .ContactMap_list .ContactMap_list_right {
	width:100%;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_title {
	font-size:18px;
	margin-bottom:15px;
	padding-bottom:10px;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_title img {
	height:20px;
	margin-right:10px;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p {
	font-size:13px;
	margin-bottom:8px;
}
.ContactMap .ContactMap_list .ContactMap_list_left .list_left_txt p img {
	height:20px;
	margin-right:10px;
	position:relative;
	top:-2px;
}
.pc_header2 .pc_header_content .header_content_right .content_right_icon {
	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 {
	width:49%;
	margin-right:2%;
	padding:25px 0px;
	margin-bottom:2% !important;
}
.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;
	line-height:30px;
	font-size:33px !important;
}
.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 {
	font-size:18px;
	margin-bottom:5px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt {
	font-size:14px;
	margin-bottom:10px;
}
.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title {
	margin-bottom:30px;
}
.FloatingWindow {
	top: inherit;
	z-index:3;
	bottom:5%;
	width:60px;
}
.FloatingWindow .FloatingWindow_list {
	display:none;
}
.footer .footer_content {
	z-index:123;
}
.FloatingWindow .FloatingWindow_list:last-child {
	display:none;
}
.FloatingWindow .FloatingWindow_list:nth-child(1) {
	display:block;
	background:none;
}
.FloatingWindow .FloatingWindow_list:nth-child(1) .FloatingWindow_list_title {
	background:#ec6d1f;
	padding:10px 0px;
	border-radius:15px;
}
.FloatingWindow .FloatingWindow_list:nth-child(1) .FloatingWindow_list_title span {
	display:none;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dd {
	font-size:20px;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt {
	margin-top:0px;
	font-size:14px;
	margin-top:-2px;
}
/*搴曢儴*/
	.footer .footer_content {
	display: block;
	z-index:50;
}
.footer .footer_content .footer_content_top,.footer .footer_content .footer_content_bottom {
	display:none;
}
.footer {
	height:auto;
}
.footer #mydiv {
	display:none;
}
.footer_content_copyright {
	padding:20px 2%;
}
/*妗堜緥灞曠ず*/
	.case .IndexService_content .case_content_title {
	height:auto;
	position:inherit;
	padding:0px 0px;
	top:0px;
	margin-bottom:30px;
	border-bottom:0px;
}
img {
	max-width:100%;
}
.index_ourys .index_ourys_nei .ourys_nei_wen {
	display:none;
}
.all {
	width:96%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.slick-next,.slick-prev {
	display:none !important;
}
.mo_height {
	height:50px;
}
.slick-dots li {
	width:15px !important;
	height:1px !important;
	margin:0px 4px !important;
}
/*鏈嶅姟椤圭洰*/
	.ServiceBanner .ServiceBanner_content {
	width:96%;
}
.Marketing_team .Marketing_team_content .team_content_left {
	width:100%;
	padding-bottom:0px;
}
.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 {
	text-align:left;
	width:49%;
	margin-right:2%;
	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 {
	width:49%;
	margin-right:2%;
}
.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;
}
.advantage2 .advantage2_top .advantage2_top_img img {
	height:200px;
}
.advantage2 .advantage2_top .advantage2_top_title {
	padding:0px 20px;
	top:0px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	height:100%;
}
.advantage2 .advantage2_top .advantage2_top_title dd {
	font-size:18px;
	margin-bottom:15px;
}
.advantage2 .advantage2_top .advantage2_top_title dt {
	font-size:14px;
	line-height:23px;
}
.advantage2 .advantage2_content {
	margin-top:0px;
	flex-wrap:wrap;
}
}
@media screen and (max-width:1065px) {
	.pc_header .pc_header_content .header_content_right .menu ul li .DropDown {
	opacity:1;
	top:0;
	position:fixed;
	height:100%;
	-webkit-transform:scale(0) !important;
	-moz-transform:scale(0) !important;
	-ms-transform:scale(0) !important;
	-o-transform:scale(0) !important;
	filter:scale(0) !important;
	filter:transform;
	transition:all 0.3s ease 0s;
	-webkit-transform:all 0.3s ease 0s;
	left:0;
	width:100%;
	max-height:100% !important;
	height:100% !important;
}
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content {
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	display:block;
}
.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 {
	z-index:50;
	height:36px;
	width:26px;
	position:relative;
	cursor:pointer
}
div.x,div.y,div.z {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	background:#ff7019;
	border-radius:2px;
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-ms-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out
}
div.x,div.y,div.z {
	height:2px;
	width:20px
}
div.y {
	top:14px;
	width:16px;
}
div.z {
	top:28px
}
div.collapse {
	top:20px;
	background:#ff7019;
	-webkit-transition:all 70ms ease-out;
	-moz-transition:all 70ms ease-out;
	-ms-transition:all 70ms ease-out;
	-o-transition:all 70ms ease-out;
	transition:all 70ms ease-out
}
div.rotate30 {
	-ms-transform:rotate(30deg);
	-webkit-transform:rotate(30deg);
	transform:rotate(30deg);
	-webkit-transition:all 50ms ease-out;
	-moz-transition:all 50ms ease-out;
	-ms-transition:all 50ms ease-out;
	-o-transition:all 50ms ease-out;
	transition:all 50ms ease-out
}
div.rotate150 {
	-ms-transform:rotate(150deg);
	-webkit-transform:rotate(150deg);
	transform:rotate(150deg);
	-webkit-transition:all 50ms ease-out;
	-moz-transition:all 50ms ease-out;
	-ms-transition:all 50ms ease-out;
	-o-transition:all 50ms ease-out;
	transition:all 50ms ease-out
}
div.rotate45 {
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 100ms ease-out;
	-moz-transition:all 100ms ease-out;
	-ms-transition:all 100ms ease-out;
	-o-transition:all 100ms ease-out;
	transition:all 100ms ease-out
}
div.rotate135 {
	-ms-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transition:all 100ms ease-out;
	-moz-transition:all 100ms ease-out;
	-ms-transition:all 100ms ease-out;
	-o-transition:all 100ms ease-out;
	transition:all 100ms ease-out
}
div.navbar {
	height:73px;
	background:#385e97
}
div.circle {
	z-index:50;
	border-radius:50%;
	width:0;
	height:0;
	position:fixed;
	top:10px;
	right:16px;
	background:#f6f7fb url(../images/2/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);
	-ms-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)
}
div.circle.expand {
	width:100%;
	height:100%;
	border-radius:0%;
	top:0px;
	right:0;
	-webkit-transition:all 400ms cubic-bezier(0,.995,.99,1);
	-moz-transition:all 400ms cubic-bezier(0,.995,.99,1);
	-ms-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)
}
.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 {
	width:100%;
	list-style:none;
	position:absolute;
	top:50px;
	left:0;
	height:0px;
	overflow:hidden;
	opacity:0;
	z-index:1;
	text-align:center;
	font-size:0;
	-webkit-transition:all 70ms cubic-bezier(0,.995,.99,1);
	-moz-transition:all 70ms cubic-bezier(0,.995,.99,1);
	-ms-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)
}
div.menu ul li a {
	color:#ff7019;
	width:100%;
	font-size:16px;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:3px
}
div.menu li.animate {
	font-size:21px;
	opacity:1;
	overflow:inherit;
	position:fixed;
	z-index:6000;
	-webkit-transition:all 150ms cubic-bezier(0,.995,.99,1);
	-moz-transition:all 150ms cubic-bezier(0,.995,.99,1);
	-ms-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)
}
div.menu li.animate:nth-of-type(1) {
	top:120px;
	transition-delay:.06s
}
div.menu li.animate:nth-of-type(2) {
	top:170px;
	transition-delay:.09s
}
div.menu li.animate:nth-of-type(3) {
	top:220px;
	transition-delay:.12s
}
div.menu li.animate:nth-of-type(4) {
	top:270px;
	transition-delay:.15s
}
div.menu li.animate:nth-of-type(5) {
	top:320px;
	transition-delay:.17s
}
div.menu li.animate:nth-of-type(6) {
	top:370px;
	transition-delay:.20s
}
div.menu li.animate:nth-of-type(7) {
	top:420px;
	transition-delay:.20s
}
div.menu li.animate:nth-of-type(8) {
	top:470px;
	transition-delay:.20s
}
.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 {
	background:#fff;
	height:50px;
	position:inherit;
}
.pc_header .pc_header_content {
	width:96%;
	margin:0 auto;
	position:relative;
}
.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 {
	width:100%;
	padding:0px 20px;
	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%;
	line-height:44px;
	color:#ff7019;
	font-weight:bolder;
}
.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 {
	font-size:18px;
	margin-bottom:1px;
}
.news .news_content .news_content_list .content_list_txt {
	width:81%;
	margin-right:0px;
}
.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 {
	font-size:16px;
	margin-bottom:10px;
}
.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;
	width:100%;
	margin:0px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
	text-align:center;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left,.NewsDetails .NewsDetails_page .NewsDetails_page_back {
	width:100%;
	float:none;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_back {
	margin-top:20px;
}
.NewsDetails .NewsDetails_title h1 {
	font-size:18px;
	margin-bottom:10px;
}
.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 {
	width:100%;
	margin:0px;
	top:0px;
}
.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;
	width:100%;
	transform:inherit;
	margin:10px 0px;
}
.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 {
	font-size:18px;
	margin-bottom:20px;
	padding-bottom:10px;
}
.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 {
	color:#333;
	padding-bottom:10px;
	margin-bottom:20px;
}
.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 {
	width:100%;
	float:none;
}
.AboutNews .AboutNews_content .AboutNews_content_right .content_right_list {
	width:100%;
	padding:20px 10px;
}
.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 {
	width:100%;
	float:none;
}
.contact .contact_motto .contact_motto_left {
	padding:20px 0px;
}
.contact .contact_motto {
	padding:0px 0px;
}
.contact .contact_motto_map .motto_map_bottom {
	position:inherit;
	transform:inherit;
	top:0;
	left:0;
}
.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;
	width:100%;
	left:inherit;
	top:inherit;
	bottom:auto;
	transform:inherit;
}
.about_banner .about_banner_content {
	width:90%;
}
.about_banner .about_banner_content dd {
	font-size:18px;
	color:#fff;
}
.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 {
	font-size:14px;
	color:#fff;
	line-height:24px;
}
/*鏈嶅姟椤圭洰*/
	.ServiceBanner .ServiceBanner_content {
	width:96%;
	position:relative;
	top:0;
	left:0;
	transform:inherit;
}
.ServiceBanner {
	height:auto;
	padding:25px 0px;
}
.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 {
	font-size:22px;
	margin-bottom:20px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dt {
	font-size:14px;
	margin-bottom:20px;
	line-height:22px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left {
	width:100%;
	margin-top:20px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list {
	width:18%;
	margin-right:2%;
	margin-bottom:3%;
}
.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 {
	font-size:18px;
	margin-bottom:8px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_top dd {
	font-size:16px;
	margin-bottom:10px;
}
.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 {
	width:23%;
	margin-right:2%;
	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 {
	font-size:16px;
	margin-bottom:10px;
}
.app_case .app_case_title {
	font-size:18px;
	margin-bottom:15px;
}
.IndexService .WeChat_content {
	padding:0px 0px;
}
.WeChat .WeChat_fan dd {
	font-size:22px;
	margin:45px 0px;
	margin-top:65px;
}
.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 {
	font-size:22px;
	padding:40px 0px;
}
.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 {
	font-size:18px;
	margin-bottom:25px;
}
.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 {
	width:32%;
	margin-right:2%;
	margin-top:0px;
	margin-bottom:4%;
}
.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 {
	width:80px;
	height:80px;
	line-height:80px;
	margin:0 auto;
	padding:0px 8px;
}
.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 {
	width:32%;
	margin-right:2%;
}
.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;
	width:95%;
	height:auto !important;
	margin:0 auto;
	bottom:0px;
	left:inherit;
	top:inherit;
	transform:inherit;
}
.CaseDetai_banner,.case_banner .case_banner_content {
	height:auto !important;
	padding:20px 0px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd {
	font-size:18px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dd span {
	font-size:16px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list dt {
	font-size:12px;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list {
	width:50%;
	height:33.33%;
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list:nth-child(1) {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.AboutBanenr .AboutBanenr_txt .AboutBanenr_txt_list:nth-child(3) {
	border-right: 1px solid rgba(255,255,255,.3);
}
.AboutBanenr .AboutBanenr_img img {
	height:450px;
}
.AboutBanenr .AboutBanenr_txt {
	height:100%;
	top:0;
}
.About2 {
	padding:35px 0px;
}
.About2 .About2_Introduction {
	display:block;
}
.About2 .About2_Introduction .About2_Introduction_right .Introduction_right_top .right_top_title {
	font-size:16px;
}
.About2 .About2_Introduction .About2_Introduction_left,.About2 .About2_Introduction .About2_Introduction_right {
	width:100%;
	padding:25px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list .left_list_icon {
	margin-right:20px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list .left_list_txt dd {
	font-size:16px;
	margin-bottom:8px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list .left_list_txt dt {
	font-size:12px;
}
.About2 .About2_Introduction .About2_Introduction_left .Introduction_left_list {
	margin-bottom:30px;
}
.About2 .About2_surroundings {
	display:block;
}
.About2 .About2_surroundings .About2_surroundings_list {
	margin-bottom:15px;
}
.About2 .About2_surroundings .About2_surroundings_left,.About2 .About2_surroundings .About2_surroundings_right {
	width:100%;
}
.About2 .About2_Partner {
	padding:20px;
}
.About2 .About2_Partner .About2_Partner_title {
	display:block;
}
.About2 .About2_Partner .About2_Partner_title dd {
	text-align:center;
	font-size:18px;
	padding-bottom:10px;
	margin-bottom:20px;
}
.About2 .About2_Partner .About2_Partner_title dt {
	display:none;
}
.About2 .About2_Partner .About2_Partner_title dd:before {
	left:0;
	right:0;
	margin:0 auto;
}
.About2 .About2_Partner .About2_Partner_txt .Partner_txt_list {
	width:49%;
	margin-bottom:4%;
	padding:0px 20px;
	height:90px;
}
.About2 .About2_Partner .About2_Partner_txt .Partner_txt_list img {
	max-height:45px;
}
.About2 .About2_news .About2_news_txt .news_txt_list {
	display:block;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_img,.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_txt {
	width:100%;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_img {
	margin-bottom:20px;
}
.About2 .About2_news .About2_news_txt .news_txt_list .txt_list_txt .list_txt_dd {
	font-size:16px;
}
}
@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 {
	line-height:22px;
	font-size:14px;
	margin-top:8px;
}
.IndexService .IndexService_content .IndexService_content_title {
	padding-bottom:25px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list {
	width:100%;
	margin-right:0%;
	padding:0px 5% !important;
	background:none;
	margin-bottom:25px;
}
.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 {
	font-size:18px;
	margin-bottom:10px;
}
.IndexCase .IndexCase_content .IndexCase_content_list {
	width:49%;
	margin-right:2%;
	margin-bottom:4%;
}
.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 {
	font-size:14px;
	width:120px;
	line-height:44px;
}
.advantage2 .advantage2_content {
	padding:28px 0px;
}
.advantage .advantage_content .advantage_content_list {
	width:49%;
	height:auto;
	padding:0px;
	margin-right:0%;
	margin-left:0px;
	background:none !important;
	margin-bottom:25px;
}
.advantage .advantage_content .advantage_content_list:last-child {
	margin-bottom:0px;
}
.advantage .advantage_content .advantage_content_list .content_list_title {
	font-size:20px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:center;
}
.advantage .advantage_content .advantage_content_list .content_list_body p {
	font-size:13px;
	text-align:center;
}
.advantage .advantage_content .advantage_content_list .content_list_title:before {
	left:0;
	right:0;
	margin:0 auto;
}
.advantage .advantage_content {
	padding:4% 0%;
}
.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 {
	width:100%;
	float:none;
}
.IndexNews .IndexNews_title a {
	width:32%;
	margin-right:2%;
}
.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 {
	width:100%;
	float:none;
}
.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 {
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd a {
	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 {
	width:auto;
	font-size:16px;
	line-height:45px;
	padding:0px 20px;
	height:auto;
}
.case_banner .case_banner_content .banner_content_left .content_left_title {
	font-size:18px;
	margin-bottom:25px;
	padding-bottom:10px;
}
.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 {
	padding-left:0px;
	margin-top:25px;
}
.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 {
	font-size:18px;
	margin:9px 0px;
}
}
@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 {
	width:48%;
	margin-right:4%;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child {
	margin-left:0px;
	margin-right: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 {
	width:23%;
	margin-right:2%;
	margin-bottom:3%;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:nth-child(4n) {
	margin-right:0px;
}
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title a {
	font-size:20px;
	color:#333333;
	text-align:center;
	margin-bottom:15px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt a {
	olor:#333;
	font-size:14px;
	margin-top:10px;
	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:hover dt a {
	color:#ff7019;
}
.ds .ServiceWebsite .IndexService_content .IndexService_content_title {
	padding-bottom:80px;
}
.ds .ServiceWebsite {
	background:url(../images/2/dsg1.jpg) no-repeat 50%/cover;
	position:relative;
}
.ds .ServiceWebsite:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:100%;
	height:1px;
	background:#d1d1d1;
	bottom:30%;
}
.ds .IndexService .IndexService_content {
	padding:65px 0px;
}
.ds .IndexService .IndexService_content .IndexService_content_title dd {
	font-size:26px;
	position:relative;
}
.ds .IndexService .IndexService_content .IndexService_content_title dd:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:34px;
	height:2px;
	background:#313131;
	bottom:-20px;
	left:0;
	right:0;
	margin:0 auto;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list {
	width:25%;
	text-align:center;
	position:relative;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:18px;
	height:18px;
	background:url(../images/2/dsn24.png) no-repeat 50%/cover;
	left:0;
	right:0;
	margin:0 auto;
	bottom:30%;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt {
	margin-top:80px;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt dd {
	font-size:18px;
	color:#333333;
	margin-bottom:15px;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt dt {
	font-size:14px;
	color:#666666;
	line-height:24px;
}
.ds .Dsolution .IndexService_content .IndexService_content_title dd {
	color:#fff;
}
.ds .Dsolution .IndexService_content .IndexService_content_title dd:before {
	background:#fff;
}
.ds .Dsolution {
	background:url(../images/4/dsg2.jpg) no-repeat 50%/cover;
	position:relative;
	height:524px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt {
	padding:0px 115px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list dd {
	color:rgba(255,255,255,.7);
	font-size:16px;
	margin-bottom:15px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list:last-child dd {
	width:50%;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title {
	position:absolute;
	width:865px;
	left:0;
	right:0;
	margin:0 auto;
	background:#1a83bf;
	overflow:hidden;
	border-radius:5px;
	bottom:-50px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a {
	display:inline-block;
	width:33.33%;
	text-align:center;
	padding:26px 0px;
	position:relative;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a:before {
	content:"";
	position:absolute;
	width:1px;
	height:107px;
	background:rgba(255,255,255,.2);
	right:0;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a:last-child:before {
	display:none;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a dt {
	font-size:18px;
	color:#fff;
	margin-top:20px;
	margin-bottom:5px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a p {
	font-size:13px;
	color:rgba(255,255,255,.6);
	text-transform:uppercase;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a:hover {
	background:#ff7019;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a.on {
	background:#ff7019;
}
.ds .DFeatures {
	padding-top:50px;
	background:#fff;
}
.ds .DFeatures .DFeatures_content {
	margin-bottom:-2%;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list {
	display:inline-block;
	width:18%;
	margin-right:2%;
	border:1px solid #e5e5e5;
	padding:32px 0px;
	padding-left:24px;
	margin-bottom:2%;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list:hover {
	box-shadow:0px 0px 15px rgba(0,0,0,.1);
	background:#fff;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list:nth-child(5n) {
	margin-right:0px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left {
	padding:5px 0px;
	margin-right:23px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right dd {
	font-size:18px;
	color:#333333;
	margin-bottom:6px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right dt {
	font-size:14px;
	color:#666666;
}
.ds .ServiceCooperation .IndexService_content .IndexService_content_title {
	padding-bottom:80px;
}
.case .IndexService_content .case_content_t {
	height:0px;
	text-align:center;
	top:-266px;
	position:relative;
}
.case .IndexService_content .case_content_t a {
	display:inline-block;
	padding:0px 40px;
	background:#fff;
	font-size:16px;
	color:#333;
	margin-right:-5px;
	border-bottom:1px solid #e5e5e5;
	min-width:140px;
	line-height:57px;
}
.case .IndexService_content .case_content_t a.on {
	color:#fff;
	background:#ff7019;
	border-bottom:1px solid #ff7019;
}
.case .IndexService_content .case_content_t a:hover {
	border-bottom:1px solid #ff7019;
	color:#ff7019
}
.case .IndexService_content .case_content_t a.on:hover {
	color:#fff;
}
.case .IndexService_content .case_content_t a:first-child {
	border-radius:5px 0px 0px 0px;
}
.case .IndexService_content .case_content_t a:last-child {
	border-radius:0px 5px 0px 0px;
}
.Applets .ServiceBanner_website {
	background:linear-gradient(to bottom,#3b425e,#47ad99);
}
.Applets_nav {
	line-height:61px;
	text-align:center;
	background:#fff;
}
.Applets_nav a {
	color:#333333;
	font-size:20px;
	position:relative;
	margin-right:180px;
	display:inline-block;
	line-height:61px;
}
.Applets_nav a:last-child {
	margin-right:0px;
}
.Applets_nav a:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:5px;
	height:5px;
	background:#999;
	border-radius:100%;
	top:45%;
	left:-20px;
}
.Applets_nav a:after {
	opacity:0;
	content:"";
	display:inline-block;
	border-bottom:10px solid #f5f5f5;
	border-right:15px solid transparent;
	border-left:15px solid transparent;
	position:absolute;
	bottom:-2px;
	left:60%;
	margin-left:-22px;
}
.Applets_nav a.on {
	color:#2fc250;
}
.Applets_nav a.on:before {
	background:#2fc250;
}
.Applets_nav a.on:after {
	opacity:1;
}
.Applets .ServiceWebsite {
	background:#f5f5f5;
}
.Applets .ServiceWebsite:before {
	display:none;
}
.Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list {
	width:16.66%;
	text-align:center;
}
.Applets .AAdvantage .AAdvantage_content .content_list_txt dd {
	font-size:18px;
	color:#333333;
	margin-bottom:35px;
	margin-top:25px;
}
.Applets .AAdvantage .AAdvantage_content .content_list_txt dt {
	line-height:26px;
	color:#666666;
	font-size:14px;
}
.Applets .AWhat {
	background:#fff;
}
.Applets .AWhat .IndexService_content {
	padding:65px 156px;
}
.Applets .AWhat .IndexService_content .IndexService_content_title dd {
	margin-bottom:45px;
}
.Applets .AWhat .IndexService_content .IndexService_content_title dt {
	line-height:28px;
	color:#666666;
}
.Applets .AWhat .AWhat_content .AWhat_content_title {
	text-align:center;
	margin-bottom:60px;
}
.Applets .AWhat .AWhat_content .AWhat_content_title a {
	font-size:14px;
	color:#333333;
	display:inline-block;
	padding:0px 20px;
	border:1px solid #dcdcdc;
	border-radius:3px;
	line-height:36px;
	margin-right:20px;
}
.Applets .AWhat .AWhat_content .AWhat_content_title a:last-child {
	margin-right:0px;
}
.Applets .AWhat .AWhat_content .AWhat_content_title a:hover {
	background:#2fc250;
	color:#fff;
	border:1px solid #2fc250;
}
.Applets .AWhat .AWhat_content .AWhat_content_title a.on {
	background:#2fc250;
	color:#fff;
	border:1px solid #2fc250;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt {
	padding:40px 35px;
	background:#fff;
	box-shadow:0px 0px 27px rgba(0,0,0,.1);
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left {
	width:29%;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left img {
	width:100%;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right {
	width:60%;
	margin-left:5%;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_title {
	font-size:20px;
	color:#333;
	text-align:center;
	font-weight:bolder;
	margin-bottom:35px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt {
	border-bottom:1px solid #bbbbbb;
	padding-bottom:30px;
	height:134px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt a {
	display:inline-block;
	width:25%;
	margin-bottom:22px;
	margin-right:-5px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt a img {
	margin-right:6px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_more {
	text-align:center
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_more a {
	display:inline-block;
	width:142px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:18px;
	background:#2fc250;
	color:#fff;
	border-radius:5px;
	margin-top:25px;
}
.Applets .Aguton .IndexService_content {
	padding:65px 156px;
}
.Applets .Aguton .Aguton_content {
	margin-top:-4%;
}
.Applets .Aguton .Aguton_content .Aguton_content_list {
	background:#fff;
	text-align:center;
	width:22%;
	margin-right:4%;
	position:relative;
	padding-top:70px;
	padding-bottom:30px;
	margin-top:8%;
}
.Applets .Aguton .Aguton_content .Aguton_content_list:nth-child(4n) {
	margin-right:0px;
}
.Applets .Aguton .Aguton_content .Aguton_content_list .content_list_icon {
	width:86px;
	height:86px;
	border-radius:100%;
	box-shadow:0px 0px 20px rgba(0,0,0,.12);
	line-height:86px;
	margin:0 auto;
	position:absolute;
	top:-43px;
	background:#fff;
	left:0;
	right:0;
}
.Applets .Aguton .Aguton_content .Aguton_content_list .content_list_txt dd {
	font-size:18px;
	color:#333333;
	margin-bottom:15px;
}
.Applets .Aguton .Aguton_content .Aguton_content_list .content_list_txt dt {
	font-size:14px;
	color:#666666;
	line-height:22px;
}
.Applets .AFlow {
	background:#fff;
}
.Applets .AFlow .AFlow_content {
	margin-bottom:-50px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list {
	width:33.33%;
	margin-bottom:50px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right {
	margin-left:15px;
	padding:8px 0px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dd {
	font-size:18px;
	color:#333;
	margin-bottom:5px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dt {
	font-size:16px;
	color:#666;
}
.Applets .ACooperation {
	position:relative;
	height:865px;
}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	background:url(../images/2/xn35.png) no-repeat 50% 100%;
	width:220px;
}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
	background:url(../images/2/xn36.png) no-repeat 50% 100%;
}
.Applets .ACooperation .IndexService_content {
	padding:65px 90px;
}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on .content_list_icon {
	background:#2fc250;
}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
	left:0px;
}
.Applets .ACooperation .AFlow_more {
	text-align:center;
	position:absolute;
	width:100%;
	bottom:50px;
	left:0;
}
.Applets .ACooperation .AFlow_more a {
	display:inline-block;
	width:222px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	background:#2fc250;
	color:#fff;
	border-radius:5px;
	margin-top:25px;
}
.Applets .AFeatures {
	background:#f1f4f4;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list {
	width:23.5%;
	margin-right:2%;
	box-shadow:0 0 30px rgba(0,0,0,.1);
	margin-bottom:2%;
	background:#fff;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(4n) {
	margin-right:0px;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_img img {
	width:100%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt {
	text-align:center;
	padding:15px 0px;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dd {
	font-size:18px;
	color:#403e3e;
	font-weight:bolder;
	text-align:center;
	margin-bottom:15px;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dt {
	font-size:14px;
	color:#666;
	height:38px;
}
.Applets .AFeatures .IndexService_content {
	padding:65px 0px;
}
.Applets .AFeatures .IndexService_content .IndexService_content_title {
	padding-bottom:50px;
}
.Applets .ACase .ACase_title a {
	padding:0 28px;
	margin-right:19px;
	margin-bottom:20px;
	line-height:34px;
	border:1px solid #dcdcdc;
	border-radius:5px;
	font-size:16px;
	color:#333;
	display:inline-block;
}
.Applets .ACase .ACase_title a:hover {
	background:#2fc250;
	color:#fff;
	border:1px solid #2fc250;
}
.Applets .ACase .ACase_title a.on {
	background:#2fc250;
	color:#fff;
	border:1px solid #2fc250;
}
.Applets .ACase .ACase_cotnent {
	background:#fff;
	padding:40px 30px;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list {
	width:23%;
	margin-right:2%;
	margin-bottom:2%;
	border:1px solid #dcdcdc;
	text-align:center;
	padding-bottom:20px;
	transition:all 0.3s ease 0s;
	padding-top:20px;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list img {
	max-width:100%;
	max-height:427px;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list:nth-child(4n) {
	margin-right:0px;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list dt {
	font-size:18px;
	color:#333;
	margin-top:25px;
	padding:0px 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list:hover {
	box-shadow:0px 0px 18px rgba(0,0,0,.2);
	transition:all 0.3s ease 0s;
}
.xtkf .case .IndexService_content .case_content_t {
	top:-113px;
}
.AppletsCase .IndexCase .IndexCase_content {
	padding:33px;
	background:#f5f5f5;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list {
	width:23.5%;
	margin-right:2%;
	background:#fff;
	padding:25px 35px;
	border-bottom:0px;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(4n) {
	margin-right:0px;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
	height:auto;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd i {
	display:none;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover {
	display:none;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon {
	display:none;
}
.page a {
	width:48px;
	height:48px;
	line-height:48px;
	display:inline-block;
	text-align:center;
	background:#eeeeee;
	color:#333333;
	margin-right:15px;
}
.page a.page_class {
	background:#ff7019;
	color:#fff;
}
.page a:hover {
	background:#ff7019;
	color:#fff;
}
.page li a span {
	font-size:18px;
}
.page li .next span {
	display:inline-block;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.page .news_fenrtpr,.page .news_fenrtp {
	width:78px;
}
.NewsDetails {
	background:#f2f2f2;
}
.NewsDetails .IndexService_content {
	padding-top:0px;
}
.NewsDetails .NewsDetails_left {
	background:#fff;
	width:73%;
	padding:50px 60px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top {
	border-bottom:1px solid #dcdcdc;
	padding-bottom:32px;
	margin-bottom:32px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_title {
	font-size:32px;
	color:#333333;
	font-weight:bolder;
	margin-bottom:18px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dd {
	line-height:30px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dd span {
	font-size:14px;
	color:#999999;
	margin-right:15px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dt a {
	margin-right:11px;
	display:inline-block;
	width:30px;
	height:30px;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dt a:nth-child(1) {
	background:url(../images/2/n1.jpg) no-repeat 50% 100%;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dt a:nth-child(2) {
	background:url(../images/2/n2.jpg) no-repeat 50% 100%;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dt a:nth-child(3) {
	background:url(../images/2/n3.jpg) no-repeat 50% 100%;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dt a:last-child {
	margin-right:0px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_txt p {
	font-size:16px;
	line-height:28px;
	margin-bottom:25px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_txt p img {
	display:block;
	margin:auto;
	max-width:100%;
	height:auto;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_txt a.infotextkey {
	font-size:16px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG {
	padding-top:25px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:40px;
	margin-bottom:40px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dd {
	font-size:14px;
	color:#999999;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dt {
	font-size:14px;
	color:#999999;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dt a {
	color:#333333;
	margin-right:25px;
	font-size:14px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dt a:hover {
	color:#ff7019;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dt a:last-child {
	margin-right:0px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left {
	width:70%;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left .page_left_list {
	margin-bottom:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left .page_left_list:last-child {
	margin-bottom:0px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left .page_left_list dd {
	font-size:14px;
	color:#333333;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left .page_left_list a {
	font-size:14px;
	color:#333333;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left .page_left_list a:hover {
	color:#ff7019;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_right a {
	display:inline-block;
	border:1px dashed #e5e5e5;
	width:160px;
	line-height:43px;
	text-align:center;
	font-size:16px;
	color:#333333;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_right a span {
	color:#ff7019;
	font-size:25px;
	margin-right:8px;
	position:relative;
	top:3px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_right a:hover {
	background:#ff7019;
	color:#fff;
	border:1px solid #ff7019;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_right a:hover span {
	color:#fff;
}
.NewsDetails .NewsDetails_right {
	width:25%;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_list {
	background:#fff;
	margin-bottom:20px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_list .right_list_title {
	font-size:18px;
	color:#333333;
	border-bottom:1px solid #dcdcdc;
	line-height:51px;
	padding:0px 20px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_list .right_list_txt {
	padding:14px 20px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_list .right_list_txt .list_txt_list {
	font-size:14px;
	color:#666666;
	line-height:32px;
	overflow:hidden;
	padding-left:12px;
	width:100%;
	display:inline-block;
	text-overflow:ellipsis;
	white-space:nowrap;
	position:relative;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_list .right_list_txt .list_txt_list:hover {
	color:#ff7019;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_list .right_list_txt .list_txt_list:before {
	content:"";
	display:inline-block;
	width:4px;
	height:4px;
	border-radius:100%;
	background:#999999;
	position:absolute;
	left:0;
	top:45%;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_service .right_service_txt {
	padding-top:30px;
	padding-bottom:0px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_service .right_service_txt .service_txt_list {
	display:inline-block;
	width:33.33%;
	text-align:center;
	margin-bottom:30px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_service .right_service_txt .service_txt_list dt {
	font-size:14px;
	color:#333333;
	margin-top:10px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_news .right_news_txt {
	padding-top:25px;
	padding-bottom:10px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_news .right_news_txt a {
	display:inline-block;
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
	text-align:center;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_news .right_news_txt a:hover dt {
	color:#ff7019;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_news .right_news_txt a:nth-child(2n) {
	margin-right:0px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_news .right_news_txt a dd img {
	max-width:100%;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_news .right_news_txt a dt {
	font-size:15px;
	margin-top:8px;
}
.news_Bread {
	background:#f2f2f2;
}
.news_Bread .IndexService_content {
	padding:30px 0px;
}
.news_Bread .IndexService_content a {
	font-size:16px;
	color:#333;
}
.news_Bread .IndexService_content i {
	font-size:16px;
	color:#888;
	margin:0px 6px;
}
.news_Bread .IndexService_content a.on {
	color:#ff7019;
}
.news_Bread .IndexService_content a:hover {
	color:#ff7019;
}
.news_Bread .IndexService_content a:hover i {
	color:#ff7019;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list {
	display:inline-block;
	width:100%;
	margin-bottom:25px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list .case_txt_img {
	overflow:hidden;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list:hover .case_txt_img img {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	filter:scale(1.15);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list:hover .case_txt_bottom dd {
	color:#ff7019;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list .case_txt_img img {
	width:100%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	filter:scale(1);
	filter:transform;
	transition:all 0.5s ease 0s;
	-webkit-transform:all 0.5s ease 0s;
	cursor:pointer;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list .case_txt_bottom {
	padding-top:12px;
	text-align:left;
	overflow:hidden;
	text-align:left;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list .case_txt_bottom .dd {
	font-size:16px;
	color:#333;
	width:70%;
	border-right:1px solid #666;
	padding-right:9px;
}
.NewsDetails .NewsDetails_right .NewsDetails_right_case .right_service_txt .service_txt_list .case_txt_bottom .dt {
	font-size:14px;
	color:#666;
	margin-top:0px;
	width:25%;
	margin-left:5px;
}
.details_banner2 {
	position:relative;
}
.details_banner2 .details_banner2_img img {
	max-width:100%;
}
.details_banner2 .details_banner2_txt {
	position:absolute;
	transform:translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	font-size:64px;
	color:#fff;
	font-family:'11';
	width:90%;
	text-align:center;
}
.details_banner2 .details_banner2_txt:before {
	content:"";
	position:absolute;
	width:144px;
	height:23px;
	background:url(../images/2/an1.png) no-repeat 50% 50%;
	bottom:-54px;
	left:0;
	right:0;
	margin:0 auto;
}
.Package .Package_content .Package_content_list {
	width:18%;
	margin-right:2.5%;
	box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.Package .Package_content .Package_content_list:last-child {
	margin-right:0px;
}
.Package .Package_content .Package_content_list .content_list_title {
	position:relative;
}
.Package .Package_content .Package_content_list .content_list_title dl {
	position:absolute;
	transform:translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	width:100%;
	text-align:center;
}
.Package .Package_content .Package_content_list .content_list_title dl dd {
	font-size:20px;
	color:#fff;
	margin-bottom:5px;
}
.Package .Package_content .Package_content_list .content_list_title dl dt {
	font-size:14px;
	color:#fff;
}
.Package .Package_content .Package_content_list:nth-child(1) .content_list_title dl dd {
	color:#333333;
}
.Package .Package_content .Package_content_list:nth-child(1) .content_list_title dl dt {
	color:#666666;
}
.Package .Package_content .Package_content_list .content_list_price {
	font-size:40px;
	color:#fe5200;
	text-align:center;
	font-weight:bolder;
	margin-bottom:10px;
	height:52px;
	line-height:52px;
}
.Package .Package_content .Package_content_list:last-child .content_list_price {
	font-weight:normal;
	font-size:30px;
	color:#333;
}
.Package .Package_content .Package_content_list .content_list_price span {
	font-size:14px;
	position:relative;
	right:-15px;
	font-weight:normal;
}
.Package .Package_content .Package_content_list .content_list_txt p {
	line-height:24px;
	color:#666;
	font-size:14px;
	text-align:center;
}
.Package .Package_content .Package_content_list .content_list_Features {
	text-align:center;
	background:url(../images/2/ag2.jpg) no-repeat 50% 50%;
	font-size:14px;
	color:#333;
	line-height:30px;
	margin:10px 0px;
}
.Package .Package_content .Package_content_list .content_list_bottom {
	text-align:center;
}
.Package .Package_content .Package_content_list .content_list_bottom a {
	display:inline-block;
	width:163px;
	line-height:38px;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:100px;
	background:#2086ee;
	position:relative;
	bottom:-19px;
}
.template .template_content {
	margin-bottom:-20px;
}
.template .template_content .template_content_list {
	display:inline-block;
	width:18.8%;
	margin-right:1.5%;
	margin-bottom:30px;
	border-radius:4px;
	overflow:hidden;
}
.template .template_content .template_content_list:hover {
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
}
.template .template_content .template_content_list:nth-child(5n) {
	margin-right:0px;
}
.template .template_content .template_content_list .content_list_img img {
	max-width:100%;
	max-height:205px;
}
.template .template_content .template_content_list .content_list_w {
	height:20px;
	line-height:20px;
	background:#e2e2e2;
	padding-left:10px;
}
.template .template_content .template_content_list .content_list_w span {
	width:6px;
	height:6px;
	border-radius:100%;
	vertical-align:middle;
	display:inline-block;
	margin-right:5px;
}
.template .template_content .template_content_list .content_list_w span:nth-child(1) {
	background:#ea5c6a;
}
.template .template_content .template_content_list .content_list_w span:nth-child(2) {
	background:#ecc468;
}
.template .template_content .template_content_list .content_list_w span:nth-child(3) {
	background:#2bc950;
}
.template .template_content .template_content_list .content_list_img {
	position:relative;
}
.template .template_content .template_content_list .content_list_img .list_img_mo {
	position:absolute;
	right:0;
	bottom:0;
}
.template .template_content .template_content_list .content_list_img .list_img_mo dd {
	width:66px;
	height:120px;
	position:absolute;
	top:29px;
	left:11px;
}
.template .template_content .template_content_list .content_list_img .list_img_mo span {
	opacity:0;
	position:absolute;
	transform:translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	z-index:6;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list .content_list_img .list_img_pc span {
	opacity:0;
	position:absolute;
	transform:translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	z-index:6;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list .content_list_img .list_img_pc:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	left:0;
	top:0;
	opacity:0;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list .content_list_img .list_img_mo:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:77%;
	height:68%;
	background:rgba(0,0,0,.5);
	transform:translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	z-index:5;
	opacity:0;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list .content_list_txt {
	background:#fff;
	padding:15px;
}
.template .template_content .template_content_list .content_list_txt .list_txt_top {
	font-size:16px;
	color:#000000;
	margin-bottom:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.template .template_content .template_content_list:hover .content_list_img .list_img_mo span {
	opacity:1;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list:hover .content_list_img .list_img_pc span {
	opacity:1;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list:hover .content_list_img .list_img_pc:before {
	opacity:1;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list:hover .content_list_img .list_img_mo:before {
	opacity:1;
	transition:all 0.5s ease 0s;
}
.template .template_content .template_content_list .content_list_txt .list_txt_bottom dd {
	font-size:13px;
	color:#999999;
	background:url(../images/2/an8.png) no-repeat 0% 50%;
	padding-left:24px;
}
.case_template {
	background:#f7f7f7;
}
.anews .IndexService_content {
	padding-bottom:30px;
}
.anews .anews_title {
	text-align:center;
	margin-bottom:55px;
}
.anews .anews_title a {
	display:inline-block;
	width:160px;
	line-height:40px;
	border-radius:100px;
	border:1px solid #dcdcdc;
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bolder;
	margin-right:44px;
}
.anews .anews_title a:last-child {
	margin-right:0px;
}
.anews .anews_title a.on {
	color:#fff;
	background:#2086ee;
	border:1px solid #2086ee;
}
.anews .anews_title a:hover {
	color:#fff;
	background:#2086ee;
	border:1px solid #2086ee;
}
.anews .anews_content .anews_content_list {
	width:48%;
	margin-right:4%;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:30px;
	margin-bottom:30px;
}
.anews .anews_content .anews_content_list:hover .content_list_time {
	background:#2086ee;
	transition:all 0.5s ease 0s;
}
.anews .anews_content .anews_content_list:hover .content_list_time dd {
	color:#fff;
	transition:all 0.5s ease 0s;
}
.anews .anews_content .anews_content_list:hover .content_list_time dt {
	color:#fff;
	transition:all 0.5s ease 0s;
}
.anews .anews_content .anews_content_list:hover .content_list_txt dd {
	color:#2086ee;
	transition:all 0.5s ease 0s;
}
.anews .anews_content .anews_content_list:nth-child(2n) {
	margin-right:0px;
}
.anews .anews_content .anews_content_list .content_list_time {
	background:#fff;
	padding:22px 0px;
	text-align:center;
	width:13%;
	transition:all 0.5s ease 0s;
}
.anews .anews_content .anews_content_list .content_list_time dd {
	font-size:20px;
	color:#333;
	font-weight:bolder;
	transition:all 0.5s ease 0s;
}
.anews .anews_content .anews_content_list .content_list_time dt {
	font-size:14px;
	color:#666;
	margin-top:15px;
	transition:all 0.5s ease 0s;
}
.anews .anews_content .anews_content_list .content_list_txt {
	width:87%;
	padding:15px 0px;
	padding-left:5%;
}
.anews .anews_content .anews_content_list .content_list_txt dd {
	font-size:16px;
	color:#333;
	margin-bottom:15px;
	transition:all 0.5s ease 0s;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.anews .anews_content .anews_content_list .content_list_txt dt {
	font-size:14px;
	color:#666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.fenzhan {
	padding-bottom:35px;
}
.fenzhan .IndexService_content {
	padding:0px;
}
.fenzhan .fenzhan_title {
	margin-bottom:20px;
}
.fenzhan .fenzhan_title .owl-item {
	height:52px;
}
.fenzhan .fenzhan_title .owl-item .fenzhan_title_list {
	border:1px solid #dcdcdc;
	line-height:40px;
	font-size:14px;
	color:#333333;
	border-right:0px;
	cursor:pointer;
}
.fenzhan .fenzhan_title .owl-item:last-child .fenzhan_title_list {
	border-right:1px solid #dcdcdc;
}
.fenzhan .fenzhan_title .owl-item .fenzhan_title_list.on {
	background:#c0c3ca;
	color:#fff;
	border:1px solid #c0c3ca;
	position:relative;
}
.fenzhan .fenzhan_title .owl-item .fenzhan_title_list.on:before {
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:7px solid #c0c3ca;
	bottom:-8px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
}
.fenzhan .owl-theme .owl-controls .owl-nav {
	display:block !important;
}
.fenzhan .owl-theme .owl-controls .owl-nav div {
	width:8px;
	height:15px;
	top:-37px;
}
.fenzhan .owl-theme .owl-controls .owl-nav .owl-prev {
	background:url(../images/2/f_left.png) no-repeat 100%;
	left:-25px;
}
.fenzhan .owl-theme .owl-controls .owl-nav .owl-next {
	background:url(../images/2/f_right.png) no-repeat 100%;
	right:-25px;
}
.fenzhan .fenzhan_content .fenzhan_content_list a {
	font-size:14px;
	color:#666666;
	display:inline-block;
	margin-right:35px;
	margin-bottom:10px;
}
.fenzhan .fenzhan_content .fenzhan_content_list a:hover {
	color:#ff7019;
}
.fenzhan .slick-slider .slick-track {
	height:auto !important;
}
.fenzhan .fenzhan_title {
	position:relative;
}
.fenzhan .fenzhan_title:before {
	content:"";
	height:40px;
	right:0;
	top:0;
	background:#dcdcdc;
	position:absolute;
	width:1px;
}
.fenzhan .fenzhan_title .fenzhan_title_list {
	border:1px solid #dcdcdc;
	line-height:40px;
	font-size:14px;
	color:#333333;
	border-right:0px;
	cursor:pointer;
	text-align:center;
}
.fenzhan .slick-prev {
	background:url(../images/2/f_left.png) no-repeat 100%;
	left:-25px;
	width:8px;
	height:15px;
	top:50%;
}
.fenzhan .slick-next {
	background:url(../images/2/f_right.png) no-repeat 100%;
	right:-25px;
	width:8px;
	height:15px;
	top:50%;
}
.fenzhan .fenzhan_title .fenzhan_title_list.on {
	background:#c0c3ca;
	color:#fff;
	position:relative;
}
.fenzhan .fenzhan_title .fenzhan_title_list.on:before {
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:7px solid #c0c3ca;
	bottom:-7px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
}
.fenzhan .slick-slider .slick-list {
	height:52px !important;
}
.acontact {
	line-height:65px;
	background:#313131;
	padding:0px 60px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.acontact .acontact_left {
	font-size:18px;
	color:#fff;
}
.acontact .acontact_right a {
	font-size:18px;
	color:#fff;
	margin-left:25px;
}
.acontact .acontact_right a span {
	font-size:14px;
	margin-left:5px;
}
.acontact .acontact_right a i {
	font-style:inherit;
	top:-2px;
	position:relative;
}
#iframe-wrap {
	padding-top:65px;
}
#by {
	overflow-y:hidden;
	height:865px;
	background:url(../images/2/mobilepreview-bg.png) repeat top left;
}
.pc_phone {
	max-width:766px;
	margin:0 auto;
	padding-top:100px;
	position:relative;
}
.mo_phone {
	position:relative;
}
.mo_phone .mo_phone_if {
	position:absolute;
	width:330px;
	height:580px;
	top:139px;
	left:64px;
}
.mo_src {
	position:absolute;
	margin-top:170px;
	padding:30px 0 40px;
	width:328px;
	background:#fafafa;
	border:1px solid #dadada;
	color:#555;
	left:415px;
	text-align:center;
	box-shadow:0px 1px 7px 0px rgba(0,0,0,0.16);
	top:10%;
}
.mo_src dd img {
	width:246px;
	height:246px;
}
.mo_src dt {
	font-size:24px;
	color:#333;
	margin-top:15px;
}
.mo_src p {
	font-size:16px;
	color:#666;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG .news_city_link {
	margin-top:35px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG .news_city_link a {
	margin-right:10px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG .news_city_link a:hover {
	color:#ff7019;
}
.case_template .IndexService_content .case_content_title {
	position:inherit;
	height:auto;
	top:0;
	padding-bottom:20px;
	top:-65px;
}
.case_template .IndexService_content .case_content_title a {
	width:auto;
	margin-right:15px;
	line-height:36px;
	margin-bottom:10px;
	padding:0px 15px;
	color:#444;
}
.case_template .IndexService_content {
	padding-top:0px;
}
.case_template .IndexService_content .case_content_title a.on {
	background:#ff7019;
	color:#fff;
}
.case_template .IndexService_content .case_content_title a.on:before {
	display:none;
}
.case_template .IndexService_content .case_content_title a:hover {
	background:#ff7019;
	color:#fff;
}
.case_template .IndexService_content .case_content_title a:hover:before {
	display:none;
}
.pc_all .pc_all_contnet {
	max-width: 1800px;
	margin: 0 auto;
}
.a_p {
	display:flex;
}
.case_banner2 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
.case_banner_title {
	max-width: 1330px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.case_banner_title .banner_title_logo {
	margin-bottom: 70px;
}
.case_banner_title .banner_title_title {
	margin-bottom: 35px;
}
.case_banner_title .banner_title_border {
	width: 89px;
	height: 4px;
	background: #fff;
	display: inline-block;
	bottom: 0;
	left: 0;
	margin-bottom: 35px;
	border-radius: 100px;
}
.case_banner_title .banner_title_txt {
	color: #fff;
	font-size: 16px;
	line-height: 37px;
	text-align: center;
}
.PCase {
	width: 100%;
}
.CaseD {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.CaseD_top {
	display: flex;
	justify-content: center;
	margin: 70px 0px;
}
.CaseD_top a {
	display: flex;
	width: 208px;
	height: 51px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	background: rgba(0,0,0,.5);
}
.CaseD_top a:hover {
	background: #fb6a19;
}
.ICase {
	padding:85px 0px;
	background:#fff;
}
.ICase .ThematicPage_case_title {
	color:#000;
}
.ICase .ICase_content {
	margin-top:45px;
}
.ICase .ICase_content .ICase_content_list {
	display:inline-block;
	width:24%;
	margin-right:1.33%;
	position:relative;
	margin-bottom:25px;
}
.ICase .ICase_content .ICase_content_list:nth-child(4n) {
	margin-right:0px;
}
.ICase .ICase_content .ICase_content_list .content_list_img {
	overflow:hidden;
}
.ICase .ICase_content .ICase_content_list .content_list_img img {
	width:100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	filter: scale(1);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor:pointer;
}
.ICase .ICase_content .ICase_content_list:hover .content_list_img img {
	width:100%;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor:pointer;
}
.ICase .ICase_content .ICase_content_list .content_list_txt {
	padding:21px 0px;
}
.ICase .ICase_content .ICase_content_list .content_list_txt dd {
	font-size:17px;
	color:#333333;
	margin-bottom:6px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ICase .ICase_content .ICase_content_list .content_list_txt dt {
	font-size:14px;
	color:#b0b0b0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ICase .ICase_more {
	display:flex;
	justify-content:center;
	padding-top:30px;
}
.ICase .ICase_more a {
	display:flex;
	width:170px;
	height:52px;
	align-items:center;
	justify-content:center;
	border-top:1px solid #8b8b8b;
	border-bottom:1px solid #8b8b8b;
	font-size:16px;
	color:#666666;
	transition: all 0.5s ease 0s;
}
.ICase .ICase_more a img {
	margin-left:27px;
}
.ICase .ICase_more a:hover {
	border-top:1px solid #2c9fef;
	color:#2c9fef;
	border-bottom:1px solid #2c9fef;
}
.DCase {
	background:#f5f5f5;
	padding:85px 0px;
}
.DCase .DCase_top {
	display:flex;
	align-items:center;
}
.DCase .DCase_top .DCase_top_left {
	width:50%;
	background:#fff;
	height:409px;
	padding:0px 60px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.DCase .DCase_top .DCase_top_left .top_left_title {
	font-size:26px;
	color:#222222;
	padding-bottom:25px;
	margin-bottom:35px;
	position:relative;
}
.DCase .DCase_top .DCase_top_left .top_left_title:before {
	content:"";
	display:inline-block;
	width:46px;
	height:3px;
	background:#999999;
	left:0;
	bottom:0;
	position:absolute;
}
.DCase .DCase_top .DCase_top_left .top_left_txt dd {
	font-size:16px;
	color:#222222;
	margin-bottom:20px;
}
.DCase .DCase_top .DCase_top_left .top_left_txt dt {
	font-size:14px;
	color:#666666;
	line-height:28px;
	margin-bottom:30px;
}
.DCase .DCase_top .DCase_top_left .top_left_txt a {
	display:flex;
	width:113px;
	height:37px;
	align-items:center;
	justify-content:center;
	border:1px solid #dcdcdc;
	border-radius:100px;
	font-size:14px;
	color:#222222;
}
.DCase .DCase_top .DCase_top_right {
	width:50%;
	background:#eaeaea;
}
.DCase .DCase_top .DCase_top_right .top_left_txt {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.DCase .DCase_top .DCase_top_right .top_left_txt input {
	width:48%;
	height:60px;
	background:#fff;
	display:flex;
	align-items:center;
	padding:0px 15px;
	margin-bottom:20px;
}
.DCase .DCase_top .DCase_top_right .top_left_txt .jj {
	width:74%
}
.DCase .DCase_top .DCase_top_right .top_left_txt input[type="submit"] {
	color:#fff;
	background:#323232;
	justify-content:center;
	cursor:pointer;
	width:25%;
}
.DCase .DCase_img {
	background:#fff;
	padding:85px;
	margin-top:45px;
}
.DCase .DCase_img img {
	max-width:100%;
	box-shadow:0px 0px 25px rgba(0,0,0,.15);
}
.DCase .DCase_bottom {
	margin-top:68px;
}
.DCase .DCase_bottom .DCase_bottom_title .bottom_title_left {
	font-size:27px;
	color:#333;
}
.DCase .DCase_bottom .DCase_bottom_title .bottom_title_left span {
	color:#999;
	margin-left:18px;
}
.DCase .DCase_bottom .DCase_bottom_content {
	margin-top:30px;
}
.DCase .DCase_bottom .ICase_content .ICase_content_list .content_list_txt {
	background:#fff;
	padding:20px;
}
.DCase .DCase_bottom .ICase_content .ICase_content_list .content_list_txt dd {
	font-size:16px;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
	transform: none;
	left:0;
	top:0px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	height:100%;
	padding:0px;
	right:0;
	margin:0 auto;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_pbl .slick-hero-slider-caption {
	top:16%;
	justify-content:flex-start;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption {
	width:85%;
	left:0;
	right:0;
	margin:0 auto;
	height:80%;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption dd {
	text-align:left;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption .transitionDelay2 {
	margin-bottom:66px;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption .transitionDelay4 {
	padding:70px 0px;
}
.bg2 {
	top:0;
	left:0;
	transform:none;
	right:0;
	margin:0 auto;
	height:100%;
	display:flex;
	align-items:center;
}
.About2 .About2_surroundings .About2_surroundings_list .surroundings_list_txt {
	position: absolute;
	bottom: 0;
	opacity: 0;
	background: url(../images/2/bn119.png) no-repeat 50% 50%;
}
.DAggregate {
	padding:70px 0px;
}
.DAggregate .IndexService_content {
	display:flex;
	justify-content:space-between;
}
.DAggregate .DAggregate_left {
	width:73%;
	background:#fff;
	padding:0px 20px;
	padding-bottom: 55px;
}
.DAggregate .DAggregate_left .page {
	margin-top: 55px;
}
.DAggregate .DAggregate_left .DAggregate_left_list {
	display:flex;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	padding: 26px 0px;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_time {
	text-align:center;
	width:20%;
	max-height: 160px;
	overflow: hidden;
	border-radius: 5px;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_time dd {
	color:#999;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	display: block;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_time dt {
	font-size:16px;
	color:#999;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_time img {
	width:200px;
	height: auto;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_txt {
	width:76%;
	margin-left: 1%;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_txt em {
	font-style:normal;
	color:red;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_txt dd {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_txt dt {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 18px;
	padding-right: 28px;
	display: inline-block;
	transition: all 0.5s linear;
}
.DAggregate .DAggregate_left .DAggregate_left_list .left_list_txt dt i {
	margin-left:15px;
}
.Aggregate_nav {
	display:flex;
	justify-content:center;
}
.Aggregate_nav a {
	display:flex;
	width:4%;
	height:45px;
	border:1px solid #979797;
	border-right:0px;
	align-items:center;
	justify-content:center;
	font-weight:bolder;
}
.Aggregate_nav a:last-child {
	border:1px solid #979797;
}
.Aggregate_nav a.on {
	color:#fff;
	background:#fb6a19;
	border:1px solid #fb6a19;
}
.Aggregate {
	background:#fff;
}
.Aggregate .Aggregate_content {
	padding:25px;
	box-shadow:0px 0px 15px rgba(0,0,0,.1);
	border:1px solid #979797;
	border-top:0px;
	padding-top:0px;
	margin-bottom: 45px;
}
.Aggregate .Aggregate_content a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #777f84;
	letter-spacing: 0.86px;
	width: 12.5%;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	margin-top: 20px;
}
@font-face {
	font-family: 'SourceHanSansCN-Light';
	src: url('SourceHanSansCN-Light.otf');
}
.pc_all .pc_all_content {
	max-width:1510px;
	margin:0 auto;
}
.ThematicPage_top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin-top:40px;
	z-index:50;
	padding:0px 5%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:70px;
}
.ThematicPage_top .ThematicPage_top_nav a {
	font-size:20px;
	color:#fff;
	margin-right:53px;
}
.ThematicPage_top .ThematicPage_top_nav a:last-child {
	margin-right:0px;
}
.ThematicPage_banenr {
	position:relative;
}
.ThematicPage_banenr .ThematicPage_banenr_img img {
	width:100%;
	object-fit:cover;
}
.ThematicPage_banenr .ThematicPage_banenr_content {
	display:flex;
	align-items:center;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	align-items:center;
	justify-content:space-between;
	padding:0px 5%;
	height:100%;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left {
	width:43%;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left dd {
	font-size:60px;
	color:#fff;
	margin-bottom:30px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left dd span {
	margin-left:40px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left dt {
	font-size:20px;
	color:#fff;
	line-height:40px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left a {
	display:flex;
	width:220px;
	height:75px;
	align-items:center;
	justify-content:center;
	font-size:23px;
	color:#fff;
	background:rgba(255,255,255,.08);
	border-radius:8px;
	margin-top:125px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left a i {
	margin-left:22px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left a:hover {
	background:#fff;
	color:#2c9ff1;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_right {
	width:54%;
	text-align:right;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_right img {
	max-width:100%;
}
.ThematicPage_case {
	background:url(../img/bg2.jpg) no-repeat 50%/cover;
	padding:100px 0px;
}
.ThematicPage_case .ThematicPage_case_title {
	font-size:56px;
	color:#fff;
	font-family:"SourceHanSansCN-Light";
	text-align:center;
	margin-bottom:60px;
}
.ThematicPage_case .ThematicPage_case_title span {
	color:#2c9fef;
}
.ThematicPage_case .ThematicPage_case_list {
	float:left;
	width:20%;
	text-align:center;
	height:156px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 0.5s ease 0s;
}
.ThematicPage_case .ThematicPage_case_list:hover {
	background:rgba(255,255,255,.1);
	transition:all 0.5s ease 0s;
}
.ThematicPage_Features {
	background:url(../img/bg3.jpg) no-repeat 50%/cover;
	padding:150px 0px;
}
.ThematicPage_Features .ThematicPage_Features_list {
	width:50%;
	display:flex;
	align-items:center;
	margin-bottom:150px;
}
.ThematicPage_Features .ThematicPage_Features_list:nth-child(3),.ThematicPage_Features .ThematicPage_Features_list:nth-child(4) {
	margin-bottom:0px;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_left {
	width:50%;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_left img {
	max-width:100%;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_right {
	width:37%;
	margin-left:8%;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_right dd {
	font-size:30px;
	color:#333333;
	margin-bottom:10px;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_right dt {
	line-height:30px;
	color:#666;
	font-size:20px;
}
.ThematicPage_honor {
	background:#f6f6f6;
	padding:70px 0px;
	padding-bottom:97px;
}
.ThematicPage_honor .ThematicPage_case_title {
	color:#000;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top {
	display:flex;
	justify-content:space-between;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_left {
	background:#fff;
	width:32%;
	padding:26px;
	margin-right:1%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_left dd {
	font-size:24px;
	color:#333333;
	padding-bottom:22px;
	margin-bottom:22px;
	position:relative;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_left dd:before {
	content:"";
	display:inline-block;
	width:10px;
	height:2px;
	background:#999999;
	position:absolute;
	bottom:0;
	left:0;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_left dt {
	line-height:29px;
	color:#666666;
	font-size:14px;
	text-align:justify;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right {
	width:66.5%;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list {
	width:23.5%;
	margin-right:2%;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list:last-child {
	margin-right:0px;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list dd {
	height:280px;
	background:#fff;
	text-align:center;
	padding:0px 16px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list dd img {
	max-width:100%;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list dt {
	font-size:15px;
	color:#333333;
	text-align:center;
	padding:0px 15px;
	line-height:43px;
	border-bottom:1px solid #ededed;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top:last-child {
	margin-top:45px;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top:last-child .content_top_left {
	padding:0px;
	margin-right:0px;
	margin-left:1%;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top:last-child .content_top_left img {
	max-width:100%;
}
.ThematicPage_news {
	background:#fff;
	padding:80px 0px;
}
.ThematicPage_news .ThematicPage_case_title {
	color:#000;
}
.ThematicPage_news .IndexNews_top_list {
	width: 23.5%;
	margin-right: 2%;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	margin-bottom: 45px;
}
.ThematicPage_news .IndexNews_top_list:nth-child(2n) {
	flex-flow: column-reverse;
}
.ThematicPage_news .IndexNews_top_list:nth-child(4n) {
	margin-right: 0px;
}
.ThematicPage_news .IndexNews_top_list .top_list_li {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 3px 10px rgba(0,0,0,.15);
	display: inline-block;
	width: 100%;
}
.ThematicPage_news .IndexNews_top_list .top_list_li_img {
	width:100%;
}
.ThematicPage_news .IndexNews_top_list .list_li_title {
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ThematicPage_news .IndexNews_top_list .list_li_txt {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	display: -webkit-box;
	height: 52px;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ThematicPage_news .IndexNews_top_list .list_li_time {
	color: #999999;
	font-size: 12px;
}
.ThematicPage_news .IndexNews_top_list .top_list_li_img img {
	width: 100%;
	height: 227px;
	object-fit: cover;
}
.ThematicPage_news .IndexNews_top_list:nth-child(2n) .top_list_li {
	border-bottom: 0px;
}
.ThematicPage_contact {
	background:url(../img/bg22.jpg) no-repeat 50%/cover;
	padding:110px 0px;
}
.ThematicPage_contact .pc_all_content {
	background:#fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	z-index:2;
}
.ThematicPage_contact .pc_all_content:before {
	content:"";
	width:100%;
	display:inline-block;
	height:100%;
	border:3px solid #fff;
	right:-10px;
	bottom:-10px;
	position:absolute;
	z-index:1;
}
.ThematicPage_contact .pc_all_content:after {
	content:"";
	width:100%;
	display:inline-block;
	height:100%;
	border:3px solid #fff;
	right:-20px;
	bottom:-20px;
	position:absolute;
	z-index:1;
}
.ThematicPage_contact .ThematicPage_contact_form {
	width:40%;
	background:#f5f5f5;
	padding:65px;
	position:relative;
	z-index:2;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_title {
	font-size:24px;
	color:#003333;
	text-align:center;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt {
	margin-top:35px;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list {
	display:flex;
	align-items:center;
	height:55px;
	background:#fff;
	margin-bottom:22px;
	border:1px solid #fff;
	transition: all 0.5s ease 0s;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list dd {
	width:13%;
	text-align:center;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list dt {
	width:87%;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list dt input {
	height:45px;
	display:flex;
	align-items:center;
	font-size:16px;
	width:100%;
	padding-right:20px;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_submit {
	width:100%;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_submit input {
	height:55px;
	background:#329fff;
	color:#fff;
	font-size:18px;
	width:100%;
	text-align:center;
	cursor:pointer;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list:hover {
	border:1px solid #329fff;
	transition: all 0.5s ease 0s;
}
.ThematicPage_contact .ThematicPage_contact_right {
	background:#fff;
	width:60%;
	padding:0px 65px;
	position:relative;
	z-index:2;
}
.ThematicPage_contact input::-ms-input-placeholder {
	font-size:15px;
	color:#dcdcdc;
}
.ThematicPage_contact input::-webkit-input-placeholder {
	font-size:15px;
	color:#dcdcdc;
}
.ThematicPage_contact input::-moz-placeholder {
	font-size:15px;
	color:#dcdcdc;
}
.ThematicPage_contact input::-moz-placeholder {
	font-size:15px;
	color:#dcdcdc;
}
.ThematicPage_contact input::-moz-placeholder {
	font-size:15px;
	color:#dcdcdc;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_top .right_top_title {
	margin-bottom:25px;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_top .right_top_title dd {
	font-size:20px;
	color:#000000;
	font-weight:bolder;
	margin-bottom:5px;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_top .right_top_title dt {
	font-size:15px;
	color:#000000;
	text-transform:uppercase;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_top .right_top_txt p {
	font-size:15px;
	color:#666666;
	margin-bottom:12px;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_top .right_top_txt p:last-child {
	margin-bottom:0px;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_top .right_top_txt p b:last-child {
	margin-left:15px;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_bottom {
	display:flex;
	align-items:center;
	border-top:1px solid #e8e8e8;
	padding-top:20px;
	margin-top:20px;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_bottom .right_bottom_list {
	margin-right:22px;
	position:relative;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_bottom .right_bottom_list dd {
	cursor:pointer;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_bottom .right_bottom_list dt {
	position:absolute;
	top:100%;
	left:-29px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	filter: scale(0);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity:0;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_bottom .right_bottom_list:hover dt {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	filter: scale(1);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity:1;
}
.wangzhanshowk {
	background:url(../images/4/bg2.jpg) no-repeat 50%/cover;
	height:874px;
	padding:100px 0px;
}
.wangzhanshowk .wangzhanshowk_title {
	text-align:center;
	margin-bottom:64px;
}
.wangzhanshowk .wangzhanshowk_title .wangzhanshowk_title_dd {
	font-size:40px;
	color:#27282a;
	margin-bottom:20px;
}
.wangzhanshowk .wangzhanshowk_title .wangzhanshowk_title_dd span {
	color:#f69625;
}
.wangzhanshowk .wangzhanshowk_title .wangzhanshowk_title_dt {
	font-size:16px;
	color:#666666;
}
.wangzhanshowk .wangzhanshowk_content {
	padding:0px 140px;
	display:flex;
	justify-content:space-between;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list {
	font-size:20px;
	color:#333333;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list p {
	margin-bottom:47px;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list p:last-child {
	margin-bottom:0px;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list:nth-child(1) p:nth-child(1) {
	padding-left:200px;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list:nth-child(1) p:nth-child(2) {
	padding-left:100px;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list:nth-child(3) {
	text-align:right;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list:nth-child(3) p:nth-child(1) {
	padding-right:200px;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_list:nth-child(3) p:nth-child(2) {
	padding-right:100px;
}
.wangzhanshowkT {
	background:#fff;
	height:auto;
	padding-bottom:50px;
}
.wangzhanshowkT .wangzhanshowk_title {
	margin-bottom:0px;
}
.wangzhanshowkT .wangzhanshowkT_content {
	position:relative;
}
.wangzhanshowkT .wangzhanshowkT_content:before {
	content:"";
	display:inline-block;
	width:340px;
	height:100%;
	background:url(../images/6/bn2.png) no-repeat 50% 50%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.wangzhanshowkT .wangzhanshowkT_content:after {
	content:"";
	display:inline-block;
	width:340px;
	height:100%;
	background:url(../images/6/bn1.png) no-repeat 50% 50%;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.wangzhanshowkT .wangzhanshowkT_content .swiper-container {
	padding:90px 0px;
}
.wangzhanshowkT .wangzhanshowkT_content .wangzhanshowkT_content_list {
	width:auto;
	border:1px solid #d0d0d0;
	border-radius:45px;
	overflow:hidden;
	padding:46px 45px;
	box-shadow:0px 0px 25px rgba(0,0,0,.04);
}
.wangzhanshowkT .wangzhanshowkT_content .wangzhanshowkT_content_list .content_list_dd {
	text-align:center;
}
.wangzhanshowkT .wangzhanshowkT_content .wangzhanshowkT_content_list .content_list_dd img {
	max-width:100%;
}
.wangzhanshowkT .wangzhanshowkT_content .wangzhanshowkT_content_list .content_list_dt {
	text-align:center;
	font-size:20px;
	color:#333333;
}
.wangzhanshowkT .wangzhanshowkT_content .swiper-pagination {
	bottom:30px;
}
.wangzhanshowkT .wangzhanshowkT_content .swiper-pagination span {
	width:12px;
	height:12px;
	background:#d0d0d0;
	border-radius:100%;
	opacity:1;
	margin:0px 10px;
}
.wangzhanshowkT .wangzhanshowkT_content .swiper-pagination span.swiper-pagination-bullet-active {
	background:#f69625;
}
.wangzhanshowkS {
	height:auto;
	background:url(../images/6/bg4.jpg) no-repeat 50%/cover;
}
.wangzhanshowkS .wangzhanshowk_title {
	margin-bottom:120px;
}
.wangzhanshowkS .wangzhanshowk_title .wangzhanshowk_title_dd {
	color:#fff;
}
.wangzhanshowkS .wangzhanshowk_title .wangzhanshowk_title_dt {
	color:#fff;
}
.wangzhanshowkS .wangzhanshowkS_content {
	text-align:center;
}
.wangzhanshowkS .wangzhanshowkS_content .wangzhanshowkS_content_black {
	position:relative;
}
.wangzhanshowkS .wangzhanshowkS_content .wangzhanshowkS_content_black .beer-slider {
	position:absolute;
	left:0;
	top:0;
	border-radius:10px;
	width:1238px;
	height:570px;
	background:#f69625;
	right:0;
	margin:0 auto;
	top:15px;
}
.wangzhanshowkS .wangzhanshowkS_content .wangzhanshowkS_content_black .beer-slider .beer-reveal:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(102,102,102,.5);
}
.wangzhanshowkS .wangzhanshowkS_content .wangzhanshowkS_content_black .beer-slider .beer-reveal:after {
	content:"原型图";
	color:#fff;
	background:rgba(246,150,37,.6);
}
.wangzhanshowkS .wangzhanshowkS_content .wangzhanshowkS_content_black .beer-slider:after {
	content:"效果图";
	color:#fff;
	background:rgba(246,150,37,.6);
}
.wangzhanshowkF {
	background:#f7f7f9;
	height:auto;
}
.wangzhanshowkF .wangzhanshowk_title {
	margin-bottom:64px;
}
.wangzhanshowkF .wangzhanshowkF_content {
	display:flex;
	justify-content:space-between;
	padding:0px 140px;
	align-items:center;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left {
	width:53%;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left .content_left_list {
	display:flex;
	align-items:center;
	height:90px;
	background:#fff;
	margin-bottom:20px;
	padding:0px 35px;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left .content_left_list .left_list_icon {
	margin-right:28px;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left .content_left_list .left_list_txt {
	font-size:18px;
	color:#333333;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left .content_left_list .left_list_txt span {
	display:inline-block;
	border-bottom:1px solid #f69625;
	padding-bottom:5px;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left .content_left_list:last-child {
	margin-bottom:0px;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_right {
	width:40%;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_right img {
	max-width:100%;
}
.wangzhanshowkFi {
	background:url(../images/6/bg6.jpg) no-repeat 50%/cover;
	padding:100px 0px;
	height:auto;
}
.wangzhanshowkFi .wangzhanshowk_title {
	margin-bottom:80px;
}
.wangzhanshowkFi .wangzhanshowk_title .wangzhanshowk_title_dd {
	color:#fff;
}
.wangzhanshowkFi .wangzhanshowk_title .wangzhanshowk_title_dt {
	color:#fff;
}
.wangzhanshowkFi .wangzhanshowkFi_content {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:-4%;
}
.wangzhanshowkFi .wangzhanshowkFi_content .wangzhanshowkFi_content_list {
	width:48%;
	margin-bottom:4%;
	background:#fff url(../images/6/bn8.png) no-repeat 100% 100%;
	padding:70px 80px;
}
.wangzhanshowkFi .wangzhanshowkFi_content .wangzhanshowkFi_content_list .content_list_title {
	margin-top:30px;
	margin-bottom:10px;
	font-size:24px;
	color:#333333;
}
.wangzhanshowkFi .wangzhanshowkFi_content .wangzhanshowkFi_content_list .content_list_txt {
	font-size:16px;
	color:#666666;
	line-height:28px;
	max-width:480px;
}
.wangzhanshowk_bg .gutonCase {
	background:#fff;
}
.wangzhanshowk_bg .gutonCase .gutonCase_content .gutonCase_content_list .content_list_txt {
	background:#f7f7f9;
}
.wangzhanshowk .wangzhanshowk_content {
	position:relative;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_img {
	position:absolute;
	left:3px;
	right:0;
	margin:0 auto;
	width:420px;
	height:240px;
	top:102px;
}
.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_img .swiper-button-next:after,.wangzhanshowk .wangzhanshowk_content .wangzhanshowk_content_img .swiper-button-prev:after {
	color:#f69625;
	font-size:20px;
}
@media screen and (max-width:1530px) {
	.Applets .AWhat .IndexService_content {
	padding:65px 0px;
}
.Applets .Aguton .IndexService_content {
	padding:65px 0px;
}
.Applets .ACooperation .IndexService_content {
	padding:65px 0px;
}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	width:197px;
	background-size:100%;
}
.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
	background-size:100%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list {
	width:32%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(3n) {
	margin-right:0px;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(4) {
	margin-right:2%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(8) {
	margin-right:2%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(16) {
	margin-right:2%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(20) {
	margin-right:2%;
}
.case .IndexService_content .case_content_title a {
	margin-right:1.4%;
	font-size:14px;
	width:7%;
}
.case_template .IndexService_content .case_content_title a {
	margin-right:10px;
	width:auto;
}
.template .template_content .template_content_list {
	width:23%;
	margin-right:2%;
}
.template .template_content .template_content_list:nth-child(4n) {
	margin-right:0px;
}
.template .template_content .template_content_list:nth-child(5n) {
	margin-right:2%;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption img {
	max-width:40%;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_pbl .slick-hero-slider-caption dd img {
	max-width:40%;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption dd img {
	max-width:40%;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption .transitionDelay4 {
	padding:33px 0px;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption dd img {
	max-width:30%;
	max-height:60px;
}
.bg2 {
	width:300px;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption .bg2 img {
	max-height:inherit;
	max-width: 100%;
}
.pc_all .pc_all_content {
	max-width:1200px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left dd {
	font-size:35px;
}
.ThematicPage_banenr .ThematicPage_banenr_content {
	padding-top:5%;
}
.ThematicPage_Features .ThematicPage_Features_list {
	margin-bottom:100px;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_left img {
	max-height:200px;
}
.footer .footer_content .footer_content_bottom .content_bottom_left {
	width:6%;
}
.footer .footer_content .footer_content_bottom .content_bottom_right {
	width:94%;
}
.footer .footer_content .footer_content_bottom .content_bottom_right a {
	width:9%;
}
.nav_down .nav_down_list {
	padding:30px 20px;
}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top {
	font-size:12px;
}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_b .bottom_b_dt {
	font-size:18px;
}
.nav_down .nav_down_contact .down_contact_bottom .contact_bottom_top p span {
	margin-left:37px;
}
.nav_down .nav_down_list .down_list_content p {
	margin-bottom:10px;
}
.nav_down .nav_down_list .down_list_content p a {
	font-size:15px;
}
.nav_down .nav_down_list .down_list_title {
	margin-bottom:22px;
}
.nav_down .nav_down_list .down_list_title .list_title_dt {
	font-size:20px;
}
.nav_down .nav_down_list .down_list_content p a b {
	margin-top:15px;
}
.pc_top {
	padding-left: 50px;
}
.pc_header .pc_header_content .header_content_right .menu ul li {
	margin-right: 35px;
}
.pc_header2 .pc_header_content .header_content_right .top_right_phone {
	width: 200px;
	padding-right: 15px;
}
.pc_header2 .pc_header_content .header_content_right .top_right_icon {
	margin-left: 35px;
}
.wangzhanshowkS .wangzhanshowkS_content .wangzhanshowkS_content_black img {
	width:100%;
}
.wangzhanshowkS .wangzhanshowkS_content .wangzhanshowkS_content_black .beer-slider {
	width:1072px;
	height:493px;
}
.wangzhanshowkF .wangzhanshowkF_content {
	padding:0px;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left {
	width:57%;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left .content_left_list .left_list_txt {
	font-size:16px;
}
.wangzhanshowkF .wangzhanshowkF_content .wangzhanshowkF_content_left .content_left_list .left_list_icon {
	margin-right:15px;
}
.wangzhanshowkFi .wangzhanshowkFi_content .wangzhanshowkFi_content_list {
	padding:45px;
}
.wangzhanshowkFi .wangzhanshowkFi_content .wangzhanshowkFi_content_list .content_list_title {
	font-size:18px;
}
.wangzhanshowkFi .wangzhanshowkFi_content .wangzhanshowkFi_content_list .content_list_txt {
	font-size:15px;
}
}
@media screen and (max-width:1400px) {
	.pc_header2 .pc_header_content .header_content_right .top_right_phone {
	display:none;
}
}
@media screen and (max-width:1200px) {
	.ds .ServiceWebsite:before {
	display:none;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list:before {
	display:none;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt {
	padding:0px;
}
.ds .Dsolution {
	height:auto;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title {
	position:inherit;
	bottom:0;
	width:100%;
}
.ds .ServiceCooperation .IndexService_content .IndexService_content_title,.ds .ServiceWebsite .IndexService_content .IndexService_content_title {
	padding-bottom:45px;
}
.Applets_nav a:before {
	display:none;
}
.Applets_nav a {
	font-size:16px;
	margin-right:4%;
}
.Applets .AFeatures .IndexService_content .IndexService_content_title {
	padding-bottom:25px;
}
.Applets .ACooperation {
	height:auto;
}
.Applets .ACooperation .AFlow_more {
	position:inherit;
	bottom:0;
}
.Applets .ACooperation .AFlow_more a {
	font-size:16px;
	height:42px;
	line-height:42px;
}
.NewsDetails .NewsDetails_left {
	width:100%;
}
.NewsDetails .NewsDetails_right {
	display:none;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_mdx .slick-hero-slider-caption .transitionDelay4 {
	padding:10px 0px;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .banner_jq .slick-hero-slider-caption .transitionDelay2 {
	margin-bottom:20px;
}
.bg2 {
	width:180px;
}
.pc_header2 .pc_header_content {
	padding:0px;
}
.pc_header .pc_header_content .header_content_right .menu.on ul li {
	height:0px;
}
.ThematicPage_top {
	display:none;
}
.pc_all .pc_all_content {
	max-width:96%;
	margin:0 auto;
	overflow:hidden;
}
.ThematicPage_banenr .ThematicPage_banenr_content {
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left,.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_right {
	width:100%;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left {
	margin-bottom:38px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left dd {
	font-size:18px;
	margin-bottom:20px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left dd span {
	margin-left:18px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left dt {
	font-size:14px;
	line-height:26px;
}
.ThematicPage_banenr .ThematicPage_banenr_content .banenr_content_left a {
	margin-top:40px;
	font-size:16px;
	height:45px;
	width:160px;
}
.xtkf .case .IndexService_content .case_content_t {
	display:none;
}
.ThematicPage_case {
	padding:33px 0px;
}
.ThematicPage_case .ThematicPage_case_title {
	font-size:20px;
	margin-bottom:30px;
}
.ThematicPage_case .ThematicPage_case_content {
	border-left:1px solid rgba(255,255,255,.1);
	border-top:1px solid rgba(255,255,255,.1);
}
.ThematicPage_case .ThematicPage_case_list {
	width:33.33%;
	height:80px;
	border:1px solid rgba(255,255,255,.1);
	border-left:0px;
	border-top:0px;
}
.ThematicPage_case .ThematicPage_case_list:nth-child(3n) {
	border-right:1px solid rgba(255,255,255,.1);
}
.ThematicPage_case .ThematicPage_case_list img {
	max-width:80px;
}
.ThematicPage_Features {
	padding:35px 0px;
}
.ThematicPage_Features .ThematicPage_Features_list {
	width:100%;
	margin-bottom:25px;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_left {
	text-align:center;
	width:35%;
	padding-right:10px;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_right {
	width:62%;
	margin-left:3%;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_right dd {
	font-size:16px;
}
.ThematicPage_Features .ThematicPage_Features_list .Features_list_right dt {
	font-size:14px;
	line-height:24px;
}
.ThematicPage_Features .ThematicPage_Features_list:nth-child(3), .ThematicPage_Features .ThematicPage_Features_list:nth-child(4) {
	margin-bottom:25px;
}
.ThematicPage_Features .ThematicPage_Features_list:nth-child(4) {
	margin-bottom:0px;
}
.ICase .ICase_content .ICase_content_list {
	width:49%;
	margin-right:0px;
	margin-bottom:1%;
}
.ICase .ICase_content .ICase_content_list:nth-child(2n) {
	float:right;
}
.ICase .ICase_content .ICase_content_list .content_list_txt dd {
	font-size:16px;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top {
	display:block;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_left {
	width:100%;
	float:inherit;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right {
	width:100%;
	margin-top:2%;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list {
	width:49%;
	margin-right:0px;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list:nth-child(2n) {
	float:right;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list dt {
	border-bottom:0px;
}
.ThematicPage_honor .ThematicPage_honor_content .honor_content_top .content_top_right .top_right_list dd {
	padding:13px;
	height:auto;
}
.ThematicPage_news .IndexNews_top_list {
	width:100%;
	margin-right:0px;
	margin-bottom:22px;
	display:block;
}
.ThematicPage_news .IndexNews_top_list:nth-child(2n) {
	float:right;
}
.ThematicPage_news .IndexNews_top_list .top_list_li {
	box-shadow:0px 0px 0px;
	border:1px solid #ededed;
}
.ThematicPage_news .IndexNews_top_list .top_list_li_img img {
	height:auto;
}
.ThematicPage_news .IndexNews_top_list:nth-child(2n) .top_list_li {
	border-bottom:1px solid #ededed;
}
.ThematicPage_contact {
	padding:38px 0px;
}
.ThematicPage_contact .pc_all_content {
	display:block;
	overflow: inherit;
}
.ThematicPage_contact .pc_all_content:before,.ThematicPage_contact .pc_all_content:after {
	display:none;
}
.ThematicPage_contact .ThematicPage_contact_form,.ThematicPage_contact .ThematicPage_contact_right {
	width:100%;
}
.ThematicPage_contact .ThematicPage_contact_form {
	padding:20px;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_title {
	font-size:18px;
	margin-bottom:15px;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt {
	margin-top:0px;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list {
	margin-bottom:15px;
}
.ThematicPage_contact .ThematicPage_contact_right {
	padding:20px;
}
.ThematicPage_contact .ThematicPage_contact_right .contact_right_top .right_top_txt p {
	font-size:14px;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list dd {
	width:20%;
}
.ThematicPage_contact .ThematicPage_contact_form .contact_form_txt .form_txt_list dt {
	width:80%;
}
.ThematicPage_banenr .ThematicPage_banenr_img,.ThematicPage_banenr .ThematicPage_banenr_img img {
	height:auto !important;
}
.ThematicPage_banenr .ThematicPage_banenr_img,.ThematicPage_banenr .ThematicPage_banenr_img img {
	height:550px !important;
}
}
@media screen and (max-width:1065px) {
	.pc_header2 .pc_header_content .header_content_right .top_right_icon,.pc_header2 .pc_header_content .header_content_right .top_right_phone {
	display:none;
}
.template .template_content .template_content_list {
	width:49%;
	margin-right:2%;
}
.template .template_content .template_content_list:nth-child(2n) {
	margin-right:0px;
}
.template .template_content .template_content_list:nth-child(5) {
	margin-right:2%;
}
.NewsDetails .NewsDetails_left {
	padding:20px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_title {
	font-size:18px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dd,.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dt {
	width:100%;
	float:left;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_TAG dd {
	margin-bottom:20px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left,.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_right {
	width:100%;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_left {
	margin-bottom:20px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_bottom .left_bottom_page .bottom_page_right a {
	width:100%;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dd {
	}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dt {
	float:left;
	margin-top:15px;
	text-align:center;
}
.ds .ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list {
	width:23%;
	margin-right:2%;
	margin-bottom:3%;
}
.ds .IndexService .IndexService_content {
	padding:25px 0px;
}
.ds .IndexService .IndexService_content .IndexService_content_title dd {
	font-size:18px;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list {
	width:49%;
	margin-right:2%;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list:nth-child(2n) {
	margin-right:0px;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_img {
	padding:0px 20%;
}
.ds .IndexService .ServiceWebsite_content .ServiceWebsite_content_list .content_list_txt {
	margin-top:25px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list dd {
	font-size:14px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_title a dt {
	font-size:16px;
}
.ds .Dsolution .Dsolution_content .Dsolution_content_txt .content_txt_list:last-child dd {
	width:100%;
}
.ds .DFeatures {
	padding-top:0px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list {
	width:49%;
	margin-right:2%;
	padding:20px 0px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list:nth-child(2n) {
	margin-right:0px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list:nth-child(5) {
	margin-right:2%;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right dd {
	font-size:16px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left {
	margin-bottom:8px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left img {
	height:25px;
}
.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_left,.ds .DFeatures .DFeatures_content .DFeatures_content_list .content_list_right {
	width:100%;
	text-align:center;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list {
	width:49%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(2n) {
	margin-right:0px;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(3) {
	margin-right:2%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(9) {
	margin-right:2%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(15) {
	margin-right:2%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list:nth-child(21) {
	margin-right:2%;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dd {
	font-size:15px;
}
.Applets .AFeatures .AFeatures_content .AFeatures_content_list .content_list_txt dt {
	font-size:12px;
	height:88px;
	line-height:22px;
}
.Applets .ACase .ACase_title {
	overflow:hidden;
}
.Applets .ACase .ACase_title a {
	display:inline-block;
	width:32%;
	margin-right:2%;
	float:left;
	font-size:14px;
	padding:0px;
	text-align:center;
}
.Applets .ACase .ACase_title a:nth-child(3n) {
	margin-right:0px;
}
.Applets .ACase .ACase_cotnent {
	padding:16px;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list {
	width:49%;
	margin-right:2%;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list:nth-child(2n) {
	margin-right:0px;
}
.Applets .ACase .ACase_cotnent .ACase_cotnent_list dt {
	font-size:15px;
}
.Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list {
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list:nth-child(3n) {
	margin-right:0px;
}
.Applets .AAdvantage .AAdvantage_content .AAdvantage_content_list .content_list_title {
	padding:0px 15px;
}
.Applets .AAdvantage .AAdvantage_content .content_list_txt dd {
	font-size:15px;
	margin:13px 0px;
}
.Applets .AAdvantage .AAdvantage_content .content_list_txt dt {
	font-size:13px;
}
.Applets .AWhat .IndexService_content .IndexService_content_title dt {
	font-size:13px;
}
.Applets .AWhat .AWhat_content .AWhat_content_title {
	overflow:hidden;
}
.Applets .AWhat .AWhat_content .AWhat_content_title a {
	display:inline-block;
	width:49%;
	margin-right:2%;
	float:left;
	margin-bottom:4%;
}
.Applets .AWhat .AWhat_content .AWhat_content_title a:nth-child(2n) {
	margin-right:0px;
}
.Applets .AWhat .AWhat_content .AWhat_content_title {
	margin-bottom:30px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt {
	padding:20px 0px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left {
	margin-bottom:35px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left,.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right {
	width:100%;
	margin-left:0px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left {
	text-align:center;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_left img {
	height:180px;
	width:auto;
	max-width:inherit;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt a {
	width:33.33%;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_txt {
	height:auto;
	padding-bottom:5px;
}
.Applets .AWhat .AWhat_content .AWhat_content_txt .content_txt_right .txt_right_more a {
	font-size:14px;
}
.Applets .Aguton .Aguton_content .Aguton_content_list {
	width:49%;
	margin-right:2%;
	margin-top:55px;
	padding-top:44px;
}
.Applets .Aguton .Aguton_content .Aguton_content_list:nth-child(2n) {
	margin-right:0px;
}
.Applets .Aguton .Aguton_content .Aguton_content_list .content_list_icon {
	width:60px;
	height:60px;
	line-height:60px;
	top:-30px;
}
.Applets .Aguton .Aguton_content .Aguton_content_list .content_list_icon img {
	height:25px;
}
.Applets .Aguton .Aguton_content .Aguton_content_list .content_list_txt dd {
	font-size:16px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list {
	text-align:center;
	margin-bottom:22px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_left {
	width:100%;
}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right {
	margin-left:0px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dd {
	font-size:15px;
}
.Applets .AFlow .AFlow_content .AFlow_content_list .content_list_right dt {
	font-size:13px;
	line-height:23px;
	height:46px;
}
.AppletsCase .IndexCase .IndexCase_content {
	background:#fff;
	padding:0px;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list {
	width:48%;
	margin-right:4%;
	padding:10px;
	border:1px solid #dcdcdc;
}
.AppletsCase .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(2n) {
	margin-right:0px;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd img {
	max-width:120px;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption div img {
	max-width:160px;
}
}
@media screen and (max-width:950px) {
	.pc_index .pc_header {
	position:fixed;
}
}
@media screen and (max-width:650px) {
	#video_button2,#video_button,.videobox {
	height:225px;
}
.IndexNews .IndexNews_title a {
	font-size:14px;
	padding:0px;
	width:23%;
	min-width:inherit;
}
.IndexNews .IndexNews_title a:nth-child(3) {
	margin-right:2%;
}
.fenzhan .slick-prev {
	left:0;
	display:block !important;
}
.fenzhan .slick-next {
	right:0;
	display:block !important;
}
.fenzhan .fenzhan_content .fenzhan_content_list {
	overflow:hidden;
}
.fenzhan .fenzhan_content .fenzhan_content_list a {
	display:inline-block;
	float:left;
	text-align:center;
	width:33.33%;
	margin-right:0px;
}
.details_banner2 .details_banner2_txt {
	font-size:24px;
	width:90%;
	text-align:center;
}
.details_banner2 .details_banner2_txt:before {
	display:none;
}
.Package .Package_content .Package_content_list {
	width:49%;
	margin:0 auto;
	margin-right:2%;
	margin-bottom:60px;
	margin-left:0px;
}
.Package .Package_content .Package_content_list:nth-child(2n) {
	margin-right:0px;
}
.Package .Package_content .Package_content_list .content_list_price {
	font-size:30px;
}
.Package .Package_content .Package_content_list .content_list_title dl dd {
	font-size:16px;
}
.Package .Package_content .Package_content_list .content_list_title dl dt {
	font-size:12px;
}
.Package .Package_content .Package_content_list:last-child .content_list_price {
	font-size:22px;
}
.template .template_content {
	margin-bottom:0px;
}
.template .IndexCase_more a {
	line-height:46px;
	font-size:14px;
}
.anews .anews_title {
	overflow:hidden;
}
.anews .anews_title a {
	float:left;
	display:inline-block;
	width:32%;
	margin-right:2%;
	font-size:14px;
}
.anews .anews_content .anews_content_list {
	width:100%;
}
.anews .anews_content .anews_content_list .content_list_time {
	width:27%;
}
.anews .anews_content .anews_content_list .content_list_txt {
	width:73%;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(9) {
	margin-right:2%;
}
.news .IndexNews_title a {
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
}
.news .IndexNews_title a:nth-child(2n) {
	margin-right:0px;
}
.news_Bread .IndexService_content a {
	font-size:14px;
}
.NewsDetails .NewsDetails_left .NewsDetails_left_top .left_top_txt dt {
	display:none;
}
.FloatingWindow {
	z-index:2222;
}
}

@media screen and  (max-width: 600px)
{
.imgw img{width:97px;height:58px}
	}

@media  screen and (min-width:600px)
{
.imgw img{width:200px;height:120px}
	}

