﻿@charset "utf-8";

/*banner*/

.block_home_slider {
	padding: 0px;
	position: relative;
	background-color: #ffffff;
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	max-width: 1920px;
	margin: auto;
}

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .flex-direction-nav a {
	width: 48px;
	height: 87px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	text-indent: -9000px;
	background-position: center;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	opacity: 0.5;
	background: url(../image/ban_pre.png) no-repeat center;
	background-size: cover;
}

.block_home_slider .flex-direction-nav {
	opacity: 0;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.block_home_slider:hover .flex-direction-nav {
	opacity: 1;
}

.block_home_slider .flex-direction-nav a:hover {
	opacity: 1;
	/*background-image: url(../image/ban_pres.png);*/
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 180px;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: right;
}

.block_home_slider .flex-direction-nav a.flex-next {
	background-image: url(../image/ban_next.png);
	right: 180px;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	opacity: 1;
	/*background-image: url(../image/ban_nexts.png);*/
}

.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	bottom: 35px;
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: row;
	justify-content: center;
}

.block_home_slider .flex-control-paging li {
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	display: inline-block;
}

.block_home_slider .flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: transparent;
	background: #fff;
	border-radius: 50%;
	margin-right: 13px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	z-index: 9;
	opacity: 0.6;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background: #1594e5;
	opacity: 1;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}

.flexslider .slides {
	text-align: center;
}

.flexslider .slides img {
	max-width: 100%;
	display: inline-block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}


/*banner 文字*/

.block_home_slider .slide .div_abs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.block_home_slider .slide .div_abs .div_rel {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block_home_slider .slide .div_abs .div_rel img {
	display: inline-block;
	margin: 0;
}

.block_home_slider .slide .div_abs .div_rel .ban1-s1 {
	transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transition: all 1s ease-in-out 0.6s;
	-webkit-transition: all 1s ease-in-out 0.6s;
	-moz-transition: all 1s ease-in-out 0.6s;
	-o-transition: all 1s ease-in-out 0.6s;
	opacity: 0;
	/*position: absolute;*/
	left: 0;
	top: 215px;
}

.block_home_slider .slide .div_abs .div_rel .ban1-s2 {
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-o-transform: translateX(300px);
	transition: all 1.3s ease-in-out 0.6s;
	-webkit-transition: all 1.3s ease-in-out 0.6s;
	-moz-transition: all 1.3s ease-in-out 0.6s;
	-o-transition: all 1.3s ease-in-out 0.6s;
	opacity: 0;
	position: absolute;
	top: 62px;
	right: 0;
}

.block_home_slider .flex-active-slide .slide .div_abs .div_rel .ban1-s1 {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	opacity: 1;
}

.block_home_slider .flex-active-slide .slide .div_abs .div_rel .ban1-s2 {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	opacity: 1;
}


/*banner end*/

.ind_tt {
	text-align: center;
}

.ind_tt h3 {
	font-size: 36px;
	color: #131313;
	padding-top: 5px;
}

.ind_tt span {
	font-size: 20px;
	color: #666;
}


/*.ind_c1*/

.ind_c1 ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ind_c1 ul li {
	width: 242px;
	text-align: center;
}

.ind_c1 ul li .img {
	text-align: center;
	font-size: 0;
}

.ind_c1 ul li .img img {
	display: inline-block;
}

.ind_c1 ul li .bt {
	padding: 20px 0 25px;
	line-height: 1;
	background: url(../image/ind_c1-img-ico.png) no-repeat bottom center;
	font-size: 18px;
	color: #131313;
}

.ind_c1 ul li .ms {
	padding-top: 20px;
	color: #666666;
	font-size: 15px;
	line-height: 24px;
}


/*关于*/

.ind_gy_bg {
	background: url(../image/gy_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 126.5px 0;
}

.ind_gy {
	width: 50%;
	float: left;
	padding-right: 55px;
}

.ind_gy .text {
	padding: 40px 0 40px;
	font-size: 15px;
	color: #333333;
	line-height: 28px;
}

.ind_gy .more {
	text-align: center;
}

.ind_gy .more a {
	color: #fff;
	padding: 15px 75px 15px 40px;
	border-radius: 40px;
	font-size: 14px;
	font-weight: bold;
	background: #1594e5;
	position: relative;
}

.ind_gy .more a:after,
.ind_gy .more a:before {
	position: absolute;
	content: "";
	right: 45px;
	top: 0;
	width: 25px;
	height: 100%;
	background: url(../image/ind_gy_more.png) no-repeat center;
}

.ind_gy .more a:before {
	right: 60px;
	opacity: 0;
}

.ind_gy .more a:hover:after {
	right: 20px;
	opacity: 0;
}

.ind_gy .more a:hover:before {
	right: 45px;
	opacity: 1;
}


/*案例*/

.cp_qh .cp_hd ul {
	text-align: center;
	font-size: 0;
	position: relative;
}

.cp_qh .cp_hd ul li {
	display: inline-block;
	padding: 0 17px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	position: relative;
}

.cp_qh .cp_hd ul li:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background: url(../image/al_nav-li.png) no-repeat center;
	height: 10px;
	width: 100%;
	bottom: 0px;
	opacity: 0;
}

.cp_qh .cp_hd ul li.on {
	color: #333;
	font-weight: bold;
}

.cp_qh .cp_hd ul li.on:after,
.cp_qh .cp_hd ul li.on:before {
	opacity: 1;
	bottom: -20px;
}
.cp_qh .tempWrap{
	padding: 20px;
}
.cp_qh .tempWrap .conWrap{
	overflow: initial !important;
}

.cp_qh .cp_bd ul{
	width: 110%;
}
.cp_qh .cp_bd ul *{
	transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.cp_qh .cp_bd ul li{
	width: 370px;
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
}
.cp_qh .cp_bd ul li a{
	display: block;
}
.cp_qh .cp_bd ul li .img{
	width: 100%;
	height: 278px;
	overflow: hidden;
}
.cp_qh .cp_bd ul li .text{
	padding: 20px 0;
}
.cp_qh .cp_bd ul li .text .bt{
	font-size: 16px;
	color: #131313;
}
.cp_qh .cp_bd ul li .text .ms{
	font-size: 15px;
	color: #666;
	padding-top: 3px;
}
.cp_qh .cp_bd ul li .text .more{
	font-size: 15px;
	color: #333;
	padding-top: 10px;
	
}
.cp_qh .cp_bd ul li .text .more i{
	color: #1594e5;
	padding-left: 5px;
}
.cp_qh .cp_bd ul li:hover{
	box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.2);
}
.cp_qh .cp_bd ul li:hover .text{
	padding: 20px;
}
/*新闻*/
.ind_news{
	background: #f1f1f1;
}
.news-silder {
	padding: 30px 0 0;
	position: relative;
}
.news-silder .hd ul {
	text-align: center;
	padding: 20px 0;
	font-size: 0;
}

.news-silder .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 7px;
	border-radius: 50%;
	background: #999;
	font-size: 0;
}

.news-silder .hd ul li.on {
	background: #1594e5;
}
.news-silder .bd ul *{
	transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
}
.news-silder .bd ul{
	overflow: initial !important;
}
.news-silder .bd ul li {
	float: left;
	width: 370px;
	margin-right: 44px;
}
.news-silder .bd ul li .img{
	width: 100%;
	height: 208px;
	overflow: hidden;
}

.news-silder .bd ul li .text{
	width: 100%;
	height: 220px;
	background: #fff;
	padding: 20px;
}

.news-silder .bd ul li .text .bt{
	font-size: 18px;
	color: #333;
}
.news-silder .bd ul li .text .ms{
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	padding: 15px 0 30px;
}
.news-silder .bd ul li .text .time{
	font-size: 14px;
	color: #999999;
}
.news-silder .tempWrap{
	padding: 20px;
}
.news-silder .bd ul li:hover{
	box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.2);
}