@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: 50px;
	height: 50px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	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;
	background: url(../img/ban_pre.png) no-repeat center;
	background-color: rgba(255,255,255,0.2 );
	border-radius: 50%;
}

.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 {
	background-color: #00a14b;
	/*background-image: url(../img/ban_pres.png);*/
}

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


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

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-color: #00a14b;
	/*background-image: url(../img/ban_nexts.png);*/
}

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

.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: 16px;
	height: 16px;
	display: inline-block;
	background: transparent;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	border: 2px solid #ddd;
}

.block_home_slider .flex-control-paging li a.flex-active {
	border-color: #1d1d1d;
	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 .slide > 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;
	justify-content: center;
	align-items: 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;*/
	right: -40px;
	top: 190px;
}

.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 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; 
	top: 405px;
	right: -105px;
}

.block_home_slider .slide .div_abs .div_rel .ban1-s3{
	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;
	right: 148px;
	top: 460px;
}



.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;
}
 .block_home_slider .flex-active-slide .slide .div_abs .div_rel .ban1-s3 {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	opacity: 1;
}

/*banner end*/

.ind_tt {
	font-size: 24px;
	color: #333333;
	padding-bottom: 25px;
	background: url(../img/ind_tt_bg.png) no-repeat center bottom;
	text-align: center;
}
.ind_tt h3{
	font-size: 22px;
	color: #333;
}
.ind_tt h3 span{
	text-transform: uppercase;
	font-size: 16px;
	color: #999999;
}

.ind_a{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	top: -70px;
	margin-bottom: -70px;
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
}
.ind_a li{
	float: left;
	width: 25%;
	height: 60px;
	margin: 40px 0;
	text-align: center;
	color: #656565;
	position: relative;
}
.ind_a li:after{
	position: absolute;
	width: 1px;
	height: 60px;
	right: 0;
	top: 0;
	background: #D7D7D7;
	content: '';
}
.ind_a li:last-child:after{
	display: none;
}
.ind_a li h3{
	font-size: 15px;
	line-height: 32px;
}
.ind_a li h3 span{
	font-size: 36px;
 	font-weight: bold;
	color: #333333;
}
.ind_a li p{
	font-size: 16px;
	line-height: 20px;
}


.ind_tit{
	position: relative;
	line-height: 1.2;
	display: inline-block;
}
.ind_tit.ind_titL{
	padding-right: 25px;
}
.ind_tit.ind_titR{
	padding-left: 25px;
	text-align: right;
}
.ind_tit.ind_titL::after,.ind_tit.ind_titR::after{
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	width: 2px;
	background: #f9c853;
	content: '';
}
.ind_tit.ind_titR::after{
	right: auto;
	left: 0;
}

 
/*产品中心*/
.ind_fw{
	padding-bottom: 80px;
}
.fw_qh{
	padding: 30px;
	background: #fff;
	box-shadow: 0px 4px 50px rgba(36,36,36,0.2);
	position: relative;
	z-index: 999;
	margin-top: -66px;
}
 
.fw_qh .fw_hd{
}
.fw_qh .fw_hd ul {
	text-align: right;
	font-size: 0;
}
.fw_qh .fw_hd ul li span{
	display: inline-block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 5px 15px;
	cursor: pointer;
}
.fw_qh .fw_hd ul li{
	display: inline-block;
	padding: 0 15px;
	background-image: url(../img/fw_nav-ico.jpg); 
	background-repeat: no-repeat;
	background-position: center left;
}
.fw_qh .fw_hd ul li:first-child{
	background-image: none;
}
 

.fw_qh .fw_hd ul li.on span{
	color: #fff;
	background: #0468a6;
	box-shadow: 0 4px 5px rgba(36,36,36,0.3);
}
.fw_qh .fw_bd{
	overflow: hidden;
	padding-top: 10px;
}
.fw_qh .fw_bd ul {
	width: 110%;
}

.fw_qh .fw_bd ul li {
	float: left;
	margin-right: 156px;
	width: 456px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fw_qh .fw_bd ul li:nth-child(2n){
	margin-right: 0;
}
.fw_qh .fw_bd ul li:nth-child(3),.fw_qh .fw_bd ul li:nth-child(4){
	margin-bottom: 10px;
}

.fw_qh .fw_bd ul li .img {
	width: 178px;
	height:158px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dddddd;
}



.fw_qh .fw_bd ul li .text {
	width: 235px;
}
.fw_qh .fw_bd ul li .text .bt{
	font-size: 22px;
	color: #333;
}
.fw_qh .fw_bd ul li .text .ms{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 75px;
	margin-top: 8px;
}
.fw_qh .fw_bd ul li .text .more{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e2e2e2;
	padding: 0 30px;
	line-height: 28px;
	margin-top: 18px;
}
.fw_qh .fw_bd ul li .text .more:hover{
	background: #0468a6;
	color: #fff;
}

/*关于*/
.ind_abtt{
	text-align: right;
}
.ind_ab{
	width: 100%;
	height: 600px;
	background: url(../img/ind_abbg.jpg) no-repeat center center;
}
.ind_ab .ind_abcm{
	width: 572px;
	float: right;
	padding-top: 68px;
}

.ind_m a{
	display: inline-block;
	padding: 0 24px;
	line-height: 45px;
	font-size: 16px;
	background: #0468a6;
	box-shadow: 0 4px 5px rgba(36,36,36,0.3);
}
.ind_m a:hover{
	padding: 0 35px;
}

.ind_cont{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.ind_cont .ind_map{
	position: absolute;
	width: 50%;
	top: 0;
	z-index: 9;
	right: 0;
	height: 100%;
}
.ind_cont .ind_map img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.ind_cont .w_1200{
	height: 100%;
}
.ind_cont_cm{
	width: 568px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ind_cont_cm ul{
	width: 94%;
	padding-top: 15px;
}
.ind_cont_cm ul li{
	position: relative;
	padding-bottom: 30px;
	padding-left: 38px;
}
.ind_cont_cm ul li i{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px;
}
.ind_cont_cm ul li i.i1{
	background-image: url(../img/ind_ico1.png);
}
.ind_cont_cm ul li i.i2{
	background-image: url(../img/ind_ico2.png);
}
.ind_cont_cm ul li i.i3{
	background-image: url(../img/ind_ico3.png);
}
.ind_cont_cm ul li i.i4{
	background-image: url(../img/ind_ico4.png);
}


/*服务流程*/
.ind_fwlc{
	padding-top: 70px;
}
.lc_tt p{
	font-size: 22px;
	color: #333;
}
  
.lc_img{
	padding-top: 60px;
	text-align: center;
}
.lc_img img{
	display: inline-block;
	max-width: 100%;
}



/*新闻*/

.ind_news .news_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_news .news_top .title{
	display: inline-block;
	font-size: 16px;
	color: #999;
}
.ind_news .news_top .title span{
	font-size: 22px;
	color: #333;
}

.ind_news .news_top .more{
	display: inline-block;
	font-size: 12px;
	color: #8e8e8e;
	border: 1px solid #f1f1f1;
	padding: 10px 20px;
}
.ind_news .news_top .more:hover{
	border-color: #4963c3;
	background: #4963c3;
	color: #fff;
}

.ind_news .news_nav{
	width: 110%;
}
.ind_news .news_nav .flag_c{
	border-bottom: none;
	padding-top: 30px;
	width: 550px;
	margin-right: 86px;

}
.ind_news .news_nav .flag_c .img{
	width: 564px;
	height: 309px;
	overflow: hidden;
}


.ind_news .news_nav li{
	width: 550px;
	float: left;
}
.ind_news .news_nav li a{
	display: block;
	position: relative;
}
.ind_news .news_nav li a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #4963c3;
}
.ind_news .news_nav li:hover a:after{
	width: 100%;
}
.ind_news .news_nav li:hover a{
	padding-left: 10px;
}


.ind_news .news_nav li .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0;

}

.ind_news .news_nav li .text .left{
	width: 93px;
	text-align: left;

}
.ind_news .news_nav li .text .left .m-d{
	font-size: 24px;
	color: #666666;
	padding-bottom: 12px;
}
.ind_news .news_nav li .text .left .y{
	font-size: 16px;
	color: #666;
}
.ind_news .news_nav li .text .rit{
	width: 477px;
	padding-left: 23px;
}
.ind_news .news_nav li .text .rit h3{
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
}

.ind_news .news_nav li .text .rit p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

/*联系*/
.ind_lx_bg{
	padding: 50px 0;
	background: #f7f7f7;
}

.ind_lxtt{
	text-align: right;
}



.ind_lx{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ind_lx .contactinfo{
	width: 310px;
}
.ind_lx .contactinfo h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
}
.ind_lx .contactinfo p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.ind_lx .contactform{
	width: 760px;
}
.ind_lx .contactform .contactform_top{
	display: flex;
	justify-content: space-between;
}

.ind_lx .contactform .inputtxt {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 220px;
    height: 30px;
    line-height: 30px;
    padding: 8px 0px;
    margin-bottom: 25px;
    transition: all 0.3s ease-out 0s;
}

.ind_lx .contactform .contactform_btm .contactform_content .inputtxt{
	width: 100%;
}


.ind_lx .contactform .inputtxt.submit:hover {
    background-color: #00a350;
    color: #fff;
}
.ind_lx .contactform .inputtxt.submit {
    background-color: #cccccc;
    height: 48px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    cursor: pointer;
}

.ind_lycm{ margin-top: -70px;}