@charset "gb2312";/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
	color: #555555;
	font-size: 14px;
	width: 100%;
	background: #000;
}
a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	color: #555555; 
	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;
}/* 触发 hasLayout */
img {
	vertical-align: middle;
}
input:focus {
	outline: none;
}/*去除按钮选中的高亮标签*/
textarea:focus {
	outline: none;
}/*去除文本框选中的高亮标签*/
button:focus {
	outline: none;
}/*去除按钮选中的高亮标签*/
select:focus {
	outline: none;
}/*去除下拉框选中的高亮标签*/
img {
	vertical-align: middle;
}
div, p, table, td, ul, li, span, a, ol, input, label {
	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;
}/*渐变从左向右*/
.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;
}/*圆角5px*/
.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}/*圆角10px*/
.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;
}/*透明度50%*/
.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;
}/*图片居中2*/
.vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;/* 水平居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-pack: center;/* IE 10 */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*//* 垂直居中 */
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-moz-box-pack: center;/* IE 10 */
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}/*图片翻转*/
.flip {
	-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;
}


.IndexAbout .IndexAbout_content_title {
	max-width: 1400px;
	margin: 0 auto;
	padding: 75px 0px;
}
.IndexAbout .IndexAbout_content_title {
	text-align: center;
	padding-bottom: 55px;
}
.IndexAbout .IndexAbout_content_title dd {
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
}
.IndexAbout .IndexAbout_content_title dt {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
	line-height: 28px;
}

.IndexAbout{background:#f0f0f0; overflow:hidden; padding-bottom:50px;} 
.IndexAboutCon{max-width: 1400px;
    margin: 0 auto;
    padding: 0px 0px;}
.IndexAbout .fl{ width:23%; max-width:300px;}
.IndexAbout .info{ width:75%;}
.IndexAbout .info p.text{ background:#FFF; padding:30px 40px; line-height:30px; font-style:normal;}

.specialefficacy{ width:100%;   overflow:hidden; margin-top:10px; position:relative;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.specialefficacy ul li{float:left;width:32.33%; margin-right:1.5%; padding-bottom:5%;text-align:center; display:inline; background:#FFF}
.specialefficacy ul li div{height:60px;line-height:60px; padding:0;  overflow:hidden; margin-top:5%;  font-size:60px; font-weight:bold; text-align:center; color:#f48416}
.specialefficacy ul li p{    font-family:Arial, Sans-serif; display:inline;}
.specialefficacy ul li span{ display:block;font-size:16px; padding-top:7px; width:100%;}
.specialefficacy ul li.nr{ margin-right:0px;}

.in-fwDiv { overflow:hidden;}
.in-fwDiv .itit{ text-align:center; width:25%; float:left;}
.in-fwDiv h2{ font-size:22px;}
.dd-fw{font-size:16px; line-height:30px;} 
.IndexService {
	background: #fff;
}
.IndexService .IndexService_content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0px 70px;
}
.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: 100%;
	background: url(../images/bn2.png) no-repeat 100% 50%;
	padding: 0px 50px;
}
.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 .IndexCase_more {
	text-align: center;
	margin-top: 15px;
}
.IndexCase .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 .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 .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 .IndexCase_more a span {
	position: relative;
	z-index: 1;
}
.advantage {
	background: url(../images/bg10.jpg);
	height: 532px;
no-repeat 50%/cover;
}
.advantage .advantage_content {
	max-width: 1400px;
	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/bn3.png) no-repeat 0% 0%;
	margin-left: 0px;
}
.advantage .advantage_content .advantage_content_list:nth-child(2) {
	background: url(../images/bn4.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list:nth-child(3) {
	background: url(../images/bn5.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list:nth-child(4) {
	background: url(../images/bn6.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list .content_list_title {
	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: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 {
	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 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: 16.6%;
	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(6n) {
	border-right: 1px solid #dcdcdc;
}
.partner .partner_content .partner_content_list img {
	max-width: 100%;
}
.partner .partner_content .partner_content_list:hover {
	background: #eeeeee;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.footer {
	background: #222222;
	position: relative;
}
.footer #mydiv {
	position: absolute;
	z-index: 5;
	opacity: .2;
}
.footer .footer_content {
	max-width: 1400px;
	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: 49%;
}
.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: 23%;
}
.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: 17%;
}
.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;
	color: #555555;
}
.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: 24px 0px;
	text-align: center;
	border-top: 1px solid #313131;
	z-index: 521;
	position: relative;    color: #555555;
}

 
.owl-theme .owl-controls .owl-nav {
	display: none !important;
}
 
 



@media screen and (max-width:1480px) {
.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,.IndexAboutCon {
	max-width: 1200px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list {
	padding: 0px 25px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
	height: 78px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
	padding-top: 35px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
	height: 264px;
}
.case .IndexService_content .case_content_title a {
	margin-right: 2.5%;
	width: 6%;
}
.contact .contact_content .contact_content_list {
	padding: 50px 18px;
}
.contact .contact_content .contact_content_list .content_list_hover p {
	line-height: 22px;
}
.contact .contact_content .contact_content_list .content_list_hover {
	padding: 20px;
}
.contact .contact_content .contact_content_list {
	width: 100%;
}
.about_banner .about_banner_content {
	width: 65%;
}
.about_banner .about_banner_content .banner_content_logo {
	margin: 30px 0px;
}
.ServiceApp_application .ServiceApp_application_left .application_left_content {
	padding-right: 5%;
}
.ServiceApp_application .ServiceApp_application_left .application_left_content img {
	max-width: 100%;
}
.ServiceApp_application .ServiceApp_application_left {
	padding-left: 5%;
}
.ServiceApp_application .ServiceApp_application_right {
	padding-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%;
}
}
@media screen and (max-width:1400px) {
	.g-news-detail .case-news-article {
     min-height: 0px;
    max-width: 100%;
	}

.about-us-intro,.weblg,.site-article-wrapper {
		width: 96%;
		margin: auto;
	}
}
@media screen and (max-width:1200px) {/*服务-高端网站定制*/
.IndexAbout .fl {
	display:none;
}
.IndexAbout .info {
    width: 100%;
}
.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: 85%;
	z-index: 3
}
.FloatingWindow .FloatingWindow_list {
	display: none;
}
.FloatingWindow .FloatingWindow_list:last-child {
	display: block;
}/*底部*/
.footer .footer_content {
	display: none;
}
.footer {
	height: auto;
}
.footer #mydiv {
	display: none;
}
.footer_content_copyright {
	padding: 20px 2%;
}/*案例展示*/
.case .IndexService_content .case_content_title {
	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;
}
}
@media screen and (max-width:1065px) {

.in-fwDiv .itit{width:50%; margin-bottom:20px;}
.in-fwDiv .itit img{max-width:36%;} 
.in-fwDiv h2 {
    font-size: 18px;    line-height: 36px;
}
.dd-fw  { font-size:14px;}
.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;
}
.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%);
}
.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: url(../images/bg15.jpg) no-repeat 50%/cover;
	background-size: 100%;
	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 300ms cubic-bezier(0, .995, .99, 1);
	-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: 190px;
	transition-delay: .09s
}
div.menu li.animate:nth-of-type(3) {
	top: 260px;
	transition-delay: .12s
}
div.menu li.animate:nth-of-type(4) {
	top: 330px;
	transition-delay: .15s
}
div.menu li.animate:nth-of-type(5) {
	top: 400px;
	transition-delay: .17s
}
div.menu li.animate:nth-of-type(6) {
	top: 470px;
	transition-delay: .20s
}
.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;
}
}

@media screen and (max-width:768px) {
.g-return-wrapper a{ padding:0 10px;}
	.xcx_bg3 .xcx_ul4 ul li {
    width: 100%;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}

	.g-news-detail .detail-sidebar {
     
    width: 100%;
}
#content,.g-news-detail .case-news-article{ margin-left:0px;}
.IndexAbout .info p.text {
    background: #FFF;
    padding: 10px 15px;
	}
.website_two { 
    padding-bottom: 15px;
    padding-top: 18px;
}
.website_two h1 { 
    font-size: 20px;
}
.website_two p { 
    font-size: 16px;
    line-height: 24px; width:100%;
}
 .foot_div .foot_div_c h3 {
    height: 50px;
    line-height: 50px;
	}
.foot_div .foot_div_c ul li.footyw p,.foot_div .foot_div_c ul li.footys p,.foot_div .foot_div_c ul li.footabout p {
    padding-top: 10px; 
}
.website_bnt2{ margin:auto;
    height: 38px;
    line-height: 38px;
    border-radius: 20px; width: 110px;
    text-indent: 25px;
    font-size: 16px;
}
.foot_div .foot_div_c ul li.footys,.foot_div .foot_div_c ul li.footabout,.foot_div .foot_div_c ul li.footyw{
    width: 100%;
} 
.foot_div .foot_div_c { height:auto;
}
.foot_div .foot_div_c ul li.footys{ padding-left:0;}
.n_case_list{ min-height:inherit;}
.n_case_list ul li{ width:100%; margin-right:0;}
.n_case_list { 
    margin-top: 10px;
}
.case_t{ margin-top:0px;}
.website_ul2 ul li .txts { 
    padding-bottom: 12px;
}
.foot_div .foot_div_c ul { 
    padding: 5px 0 0;
}
.case_t { 
    font-size: 20px;height: 56px;
    line-height: 76px;
}
.website_ul2 ul li .txts img { 
    margin-top: 10px;
}
.website_ul2 ul li .txts .h2 { font-size: 18px;
    margin-top: 10px;
}
.website_title2 {
	margin-top:0px;
    font-size: 28px;
    margin-bottom: 0;
}
.website_ul2 ul li {
    width: 50%;
}
.website_three { 
    padding-bottom: 10px;
}
.website_title { 
    font-size: 30px; 
    line-height: 34px;
    margin-top: 16px; margin-bottom: 0px;
}
.website_ul ul li {
    width: 50%;
}
.website_ul ul li .imgs img { 
    width: 40%; margin:auto;
}
.website_ul ul li .h2 { 
	margin-top: 10px;
    line-height: 26px; 
    font-size: 16px;}
.website_ul {
    padding: 20px 0; 
}
.zhuanti2_seven img{ width:80%; margin:auto;}	
.xcx_bg3 .xcx_ul4 ul li {
    width: 100%;
}
.xcx_bg3 .xcx_ul4 ul li .h2 { 
    margin-top: 0px;     line-height: 28px;text-align: left;
    height: 28px;
}
.xcx_bg3 .xcx_ul4 {
    padding-top: 10px;
	}
.xcx_bg2 { 
    padding-bottom: 10px;
}	
.xcx_bg3 .xcx_ul4 ul li .p {
    line-height: 30px;
    font-size: 20px;text-align: left;
}
.xcx_bg3 { 
    padding-bottom: 10px;
}
.xcx_bg3 .xcx_ul4 ul li { 
    padding-top: 19px;
    padding-bottom: 20px;
}
.xcx_bg2 .xcx_ul3 ul li {
    width: 48.4%;
}
.xcx_bg2 .xcx_ul3 ul li:nth-of-type(even) {
    margin-right: 0;
}
.xcx_bg2 .xcx_ul3 ul li:nth-of-type(odd) {
        margin-right: 3.125%;
}
.xcx_bg2 .xcx_ul3 ul li { 
padding-top: 10px;
    padding-bottom: 15px;
}
.xcx_bg2 .xcx_ul3 ul li .imgs img {
 
    width: 60%; margin:auto;}
.xcx_bg2 .xcx_ul3 ul li .h2 { 
    margin-top: 0px;
 
    line-height: 36px;
    height: 36px;
	}
.xcx_bg2 .xcx_ul3 ul li .p { padding:0 10px; height:48px; overflow:hidden;
}
.xcx_title {
    margin-top: 12px; margin-bottom:10px;font-size: 28px;}
	.xcx_title span { 
    font-size: 28px;
}
	.xcx_one .xcx_ul {
    margin-top: 15px;}
.xcx_bg .xcx_ul2 {
    padding-top: 10px;
    overflow: hidden;
}	
.xcx_bg .xcx_ul2 ul li .h2 {
    font-weight: normal;
    line-height: 26px;
    height: 26px;
	}
.xcx_one .xcx_ul ul li {
    width: 49%;
}
.xcx_one .xcx_ul ul li:nth-child(2n+0) {
    margin-right: 0;
}	
.xcx_one .xcx_ul ul li:nth-child(1n+0),.xcx_one .xcx_ul ul li:nth-child(2n+0){ margin-bottom:20px;}
.xcx_bg .xcx_ul2 ul li {
    width: 33.32%; margin-bottom:20px;}
.xcx_bg { 
    padding-bottom: 0px;
}
.xcx_one{
	padding-bottom:20px;
}
.jgtbg {
    height: 240px;
}
@keyframes jg_ser1
{0% {top:26px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:106px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-webkit-keyframes jg_ser1
{0% {top:26px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:106px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-moz-keyframes jg_ser1
{0% {top:26px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:106px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-ms-keyframes jg_ser1
{0% {top:26px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:126px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-o-keyframes jg_ser1
{0% {top:26px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:106px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}


@keyframes jg_ser2
{0% {top:432px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:159px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-webkit-keyframes jg_ser2
{0% {top:432px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:159px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-moz-keyframes jg_ser2
{0% {top:432px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:159px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-ms-keyframes jg_ser2
{0% {top:432px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:159px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}
@-o-keyframes jg_ser2
{0% {top:432px; opacity:0; -moz-opacity:0;  -ms-opacity:0;  -o-opacity:0; -webkit-opacity:0;   filter: alpha(opacity=0);} 
100%{top:159px; opacity:1; -moz-opacity:1;  -ms-opacity:1;  -o-opacity:1; -webkit-opacity:1;   filter: alpha(opacity=100);}}


.g-return-wrapper {
    text-align: center;
    font-size: 0;
    padding: 10px 0 10px;
}
.jg_ser1{ font-size:28px;}
.abo-gy-ti0{padding:10px 0}
.abo-gy{ padding-top:10px;}
.full-case-crumbs{ padding:0}	
.g-news-detail .detail-sidebar{ width:100%;}
.case-news-article h1{ font-size:18px; line-height:40px;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.singlepage {
    padding-top: 10px;
}
.g-news-detail .qrcode-wrapper{ padding:0;}
.g-news-detail .case-news-article {
    min-height: 0px;
}
.g-news-detail .case-news-article{ padding:10px;}	
.g-news-detail {
    padding-bottom: 8px;
}
.site-article-wrapper li a {
    padding: 15px 0 0;
} 
.site-article-wrapper .tag {
    padding: 0 0 15px;
}
.site-article-wrapper .date{ background:none; width:auto; height:auto; }	
.site-article-wrapper li a:hover .date{
	background:none;	 
}
.site-article-wrapper li a:hover .date .yy{color: #0097c6;}
.site-article-wrapper li a:hover .date .mm-dd{color: #0097c6;}
.site-article-wrapper .date .yy{
float: right;line-height: 20px;
font-size: 14px;color:#666;
font-family: Arial, Helvetica, sans-serif;
}
.site-article-wrapper .date .mm-dd {
    float: right;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 0;
    font-weight: normal;color:#666
}
.site-article-wrapper .date .yy::after {
    content: '-';
    display: block;
    float: right;
}
	
	/*首页*/
.full-case-crumbs .other-channel{ display:none;}
.IndexAbout { 
padding-bottom:2%; background:none;
}
.IndexAbout .IndexAbout_content_title {
 
    padding: 25px 0px;
}
.specialefficacy ul li {
    float: left;
    width: 96%; 
    padding-bottom: 5%; margin:2%;
    text-align: center;
    display: inline;
    background: #FFF;
}

.IndexService .IndexService_content {
 
 
    padding: 10px 0px 10px 0;
}
.IndexAbout .IndexAbout_content_title dd,.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;
}

.IndexAbout .IndexAbout_content_title,.IndexService .IndexService_content .IndexService_content_title {
	padding-bottom: 25px;
}
.IndexAbout .IndexAbout_content_title{ padding:0; padding-top:10px;}
.IndexAbout .IndexAbout_content_title dt {
 margin-top:0;}
 .specialefficacy ul li div { 
    margin-top: 0%;}
.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:last-child{ display:none;}
.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;
}
.advantage .advantage_content .advantage_content_list {
	width: 100%;
	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: 40px;
	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% 2%;
}
.partner .partner_content .partner_content_list {
	margin-right: -1px;
	border-right: 1px solid #dcdcdc;
}
.IndexNews .IndexService_content .IndexService_content_title dd, .IndexNews .IndexService_content .IndexService_content_title .IndexNews_title {
	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: 0px;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title {
 margin-bottom:8px;
    line-height: 20px;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list {
 
    margin-bottom: 20px;
}
.partner .partner_content .partner_content_list { 
    line-height: 90px;
	}
.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 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;line-height: 39px;
}
.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: 0px;
}
.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) {
.abo-gy-ti0 a{    padding: 0px 10px;margin: 0 5px;}
.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;
}
}
