
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background: #f5f5f5;
		background: url(../images/banner03.jpg) no-repeat;
	background-size:cover;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../images/banner3.jpg) no-repeat;
	background-size: cover; 
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
	background: url(../images/ban4.jpg) no-repeat;
		background-size: cover;
		    background-attachment: fixed;
    background-position: center;
}
.index_main .section5{
	background: #f5f5f5;
	background: url(../images/ban2.jpg) no-repeat;
		background-size: cover;
		    background-attachment: fixed;
    background-position: center;
}
.index_main .section6{
	background: #f5f5f5;
	background: url(../images/banner6.jpg) no-repeat;
		background-size: cover;
		    background-attachment: fixed;
    background-position: center;
}
.index_main .section4 h3{
	text-align: center;
}
 
.section2 .fp-tableCell{background:rgba(76,76,76,0.4);}
.section3 .fp-tableCell{background:rgba(255,255,255,0.8);}
.section4 .fp-tableCell{background:rgba(255,255,255,0.6);}
.section5 .fp-tableCell{background:rgba(255,255,255,0.86);}
.section6 .fp-tableCell{background:rgba(255,255,255,0.6);}
.section7 .fp-tableCell{background:rgba(255,255,255,0.6);}
.section8 .fp-tableCell{background:rgba(255,255,255,0.6);}
.section2 .IndexService{background:rgba(76,76,76,0.4);}
.section3 .IndexService{background:rgba(255,255,255,0.8);}
.section4 .IndexService{background:rgba(255,255,255,0.6);}
.section5 .IndexService{background:rgba(255,255,255,0.86);}
.section6 .IndexService{background:rgba(255,255,255,0.6);}
.section7 .IndexService{background:rgba(255,255,255,0.6);}
.section8 .IndexService{background:rgba(255,255,255,0.6);}
 
/*服务样式*/
.IndexService { 
}
 
.IndexService .IndexService_content {
	max-width:100%;
	margin:0 auto;
	padding:100px 0px;
}
.IndexService .IndexService_content .IndexService_content_title {
	text-align:center;
	padding-bottom:5vw;
}
.IndexService .IndexService_content .IndexService_content_title dd {
	font-size:30px;
	color:#000;    font-weight: 600;
	text-transform:uppercase;
}
.IndexService .IndexService_content .IndexService_content_title dt {
	font-size:16px;
	color:#717070;
	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 {
	 
}
.IndexCase .IndexCase_content .IndexCase_content_list {
	display:inline-block;
	width:23%;
	margin:0 1%;
	margin-bottom:2%;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:25px;
	position:relative;
	border-image: linear-gradient(to right,#b59277,#05cce6) 1 30;
}
.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: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:#222;
}
.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:auto;
	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:#757272;
	text-shadow: 0 0 0.06rem #fff;
	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 {
 
	display:inline-block;
	width:185px;
	line-height:64px;
	text-transform:capitalize;
	font-size:16px;
	color:#b59277;
	font-weight:bolder;
	position:relative;
	    border: 1px solid #ccc;
	border-image: linear-gradient(to right,#b59277,#05cce6) 1 30;
}
.IndexCase .IndexCase_more a:hover {
	color:#fff;
}
.IndexCase .IndexCase_more a:hover:before {
	opacity:1;
	width:100%;
	height:100%;
	border-radius:inherit;
	 background: linear-gradient(to right,#b59277,#05cce6);
	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: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/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 .IndexNews_title{
 
}
.IndexNews .IndexService_content .IndexService_content_title dd {
	line-height:50px;
}
.IndexNews .IndexNews_title a {
	width:120px;
	line-height:50px;
	display:inline-block;
	background:rgba(238, 238, 238, 0);
	font-size:16px;
	color:#333333;
	margin-right:13px;
	border: 1px solid #ccc;
      border-image: linear-gradient(to right,#86d0a4,#eca979) 1 30;
}
.IndexNews .IndexNews_title a:hover {
	color:#fff;
	background:linear-gradient(to right,#FF5722,#eca979);
}
.IndexNews .IndexNews_title a.on {
	color:#fff;
	background:linear-gradient(to right,#86d0a4,#eca979);
}
.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;
}
.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/bg13.jpg) no-repeat 50%/cover;
}
#video_button2 {
	width:100%;
	height:370px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.all {
width:96%;
margin:0 auto;
height:auto;
overflow:hidden;
}
.partner_content  a span {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 46px;
    line-height: 48px;
    text-indent: 24px;
    background: url(../images/yuming_pic8.png) left center no-repeat;
    color: #6b6666;
}
.partner_content   a span:hover{background:url(../images/yuming_pic8_on.png) left center no-repeat;color: #f59912;}
.partner .partner_content .partner_content_list {
	width:25%;
	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;*/
	/*background: #fff;*/
}
.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 img {
	max-width:100%;
}
.partner .partner_content .partner_content_list:hover {
	/*background:#fff;*/border:1px solid #dcdcdc;
	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:45%;
}
.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:16px;
	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:20%;
}
.footer .weixin,.footer .wechat{ background:none; padding:0}
.footer .footer_content .footer_content_top .wechat {
	width:13%;
} 
.footer .footer_content .footer_content_top .weixin img {
	max-width:180px
}
.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:auto;
	margin-left:2%;
	margin-bottom:.8%;
}
.footer .footer_content .footer_content_bottom .content_bottom_right a:hover {
	color:#fff;
}
.footer_content_copyright {
	padding:18px 0px;
	text-align:center;    color: #949494;
	border-top:1px solid #313131;
	z-index:521;
	position:relative;
}
.footer .footer_content .footer_content_bottom .content_bottom_right{line-height: 2.0;}
.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;
}
 .api {
	width: 90%;
	height: 950px;
	zoom: 1;
	overflow: hidden;
	padding: 50px 0px;
	margin: 0 auto;
	position: relative;
 
}
.api-top {
	width: 80%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	box-shadow: 0px 0px 20px rgba(5, 27, 35, 0.15);
	background: rgba(255, 255, 255, 0.91);
	left: 0;
	right: 0;
	padding: 68px 49px;
}
.api-top-l {
	width: 50%;
	float: left;
	position: relative;
}
.api-top-l h2 {
	font-size: 36px;
	color: rgb(44,64,88);
}
.api-top-l::after {
 content: '';
 display: block;
 width: 80px;
 position: absolute;
 height: 2px;
 left: 0px;
 background: #FF5722;
 z-index: 99;
 top: 72px;
}
.api-top-l ul {
	margin-top: 60px;
}
.api-top-l ul li {
	font-size: 14px;
	margin-bottom: 35px;
}
.api-top-l ul li img {
	margin-right: 10px;
	margin-top: 3px;
}
.api-top-r {
	width: 50%;
	float: right;
}
.api-top-r ul li {
	width: 100%;
	height: 70px;
	margin: 10px 0px;
}
.api-top-title {
	height: 25px;
	margin-bottom: 10px;
}
.api-top-title h3 {
	float: left;
	margin-top: 0px;
}
.api-top-title h3 img {
	margin-top: 3px;
	margin-right: 8px;
}
.api-top-title a {
	width: 87px;
	height: 30px;
	float: left;
	display: block;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 25px rgba(16, 34, 63, 0.1);
	margin: 0px 10px;
	font-size: 12px;
	line-height: 30px;
}
.api-top-title a img {
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
.api-top-r ul li p {
	clear: both;
	font-size: 14px;
	color: #2c4058;
}
@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.footer .footer_content {	max-width:1500px;}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
		.footer .footer_content {	max-width:1360px;}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1280px){
		.footer .footer_content {	max-width:1200px;}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	 .partner .partner_content .partner_content_list{    width: 25%;padding: 5px;    line-height: 80px;}
	.footer .footer_content{display:none}
	.index_main .section1 .index_banner .item{
		height: 100vh;
		
	}
	.api-top-l{ width: 100%;}
.api-top-r ul li{height: 90px;}
.api-top-r{ width: 100%;}
.api-top{width: 90%;}
.api{ height: 1200px;}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
.home-contact .x6{    width: 100%;}
.x9{    width: 100%!important;}
.x3{    width: 100% !important;}
.home-contact .gb{  width: 100%!important;}
.home-contact .guestbook{padding:2%}
 .IndexService .IndexService_content .IndexService_content_body .content_body_list { 
	background:none;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(2n) {
    margin-right: 0px;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(1n) {
    margin: 0 1%;
}
.IndexCase .IndexCase_content .IndexCase_content_list{
	    width: 48%;
	}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a{ font-size:14px}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
    font-size: 18px;
    margin-bottom: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list{width: 100%;
    margin-right: 0%;
    padding: 0px 5% !important;
    background: none;
    margin-bottom: 25px;}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon{ display:none}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title{margin-top:0}
    .IndexNews_content_right{width:100% !important;}
	.IndexNews_content_video{ width:100% !important;}
	.IndexNews .IndexNews_content .IndexNews_content_right .right_list_content{width:100% !important;}
	.content_right_list .right_list_img{width:100% !important;}
	.content_right_list .right_list_img img{ height:50px !important}
	.IndexService .IndexService_content .IndexService_content_title{padding-bottom:0}
	.IndexService .IndexService_content .IndexService_content_title {    padding-bottom: 25px;}
    .IndexService .IndexService_content .IndexService_content_title dd {    font-size: 30px;    color: #333333;    text-transform: uppercase;}
	.IndexService .IndexService_content .IndexService_content_title dd {    font-size: 18px;}
}
@media only screen and (max-width: 420px){
 .IndexNews .IndexNews_title,.IndexNews_content_video,.IndexCase .IndexCase_more{
 /*display: none;*/
}
.IndexNews .IndexNews_content .IndexNews_content_right .right_list_content{    width: 80% !important;}
.content_right_list .right_list_img{    width: 20% !important;}
.IndexCase .IndexCase_more a{    width: 120px;   line-height:50px;    text-transform: capitalize;    font-size: 14px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt{ font-size:14px}
.IndexService .IndexService_content{padding:50px 0}
 .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img{ width:auto!important}
}
@media only screen and (max-width: 320px){
	
}