@charset "utf-8";

/*banner*/

.swiper-banner .swiper-slide{
	display: block;
	width: 100%;
}

.swiper-banner .swiper-slide img {
	width: 100%;
	display:block;
}

.t-cont{ position: relative; width: 100%; padding-bottom: 31.25%;}
.t-cont img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}


.block_home_slider {
	position: relative;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	max-width: 1920px;
	margin: auto;
}

.block_home_slider .swiper-prev ,.block_home_slider .swiper-next{
	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(23,23,60,0.2 );
	border-radius: 50%;
	opacity:1;
	z-index: 9;
}



.block_home_slider .swiper-prev:hover ,.block_home_slider .swiper-next:hover{
	background-color: #17173c;
}

.block_home_slider .swiper-prev {
	left: 80px;
}
.block_home_slider .swiper-next{
	background-image: url(../img/ban_next.png);
	right: 80px;
}


.block_home_slider .ban-pagination {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	z-index:999;
}
.block_home_slider .ban-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: transparent;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	z-index: 9;
	opacity: 1;
	background: rgba(255,255,255,0.8);
}

.block_home_slider .ban-pagination .swiper-pagination-bullet-active{
	background: #33339a;
}



/*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;
	text-align: center;
}
.ind_tt h3{
	font-size:26px;
	color: #333;
	font-weight: bold;
}
.ind_tt h3 span{
	text-transform: uppercase;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}

.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;
}




 
/*产品中心*/
 
.fw_qh .fw_hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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;
	padding: 8px 15px;
	border-radius: 5px;
}
.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: #33339a;
}

.fw_qh .fw_bd ul {
	width: 110%;
}

.fw_qh .fw_bd ul li {
	float: left;
	margin-right: 61px;
	width: 571px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fw_qh .fw_bd ul li a {
	display: block;
}

.fw_qh .fw_bd ul li .img {
	width: 260px;
	height: 170px;
	overflow: hidden;
	background: #fff;
}
.fw_qh .fw_bd ul li .img img{
	border-radius: 5px;
}


.fw_qh .fw_bd ul li .text {
	width: 280px;
}
.fw_qh .fw_bd ul li .text .bt{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.fw_qh .fw_bd ul li .text .ms{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 20px 0 25px;
}
.fw_qh .fw_bd ul li .text .more{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	color: #8e8e8e;
	border: 1px solid #e2e2e2;
	padding: 5px 10px;
}
.fw_qh .fw_bd ul li .text .more:hover{
	background: #4963c3;
	color: #fff;
}

/*关于*/
.ind_gy_bg{
	background: url(../img/ind_gy_bg.jpg) no-repeat center top;
	background-size: 100%;
	padding-top: 230px;
}

.ind_gy{
	padding: 70px 128px 0; 
	text-align: center;
	background: #fff;
}

.ind_gy .gy_tt h3{
	font-size: 26px;
	font-weight: bold;
	color: #333;
}
.ind_gy .gy_tt p{
	font-size: 14px;
	color: #b8b8b8;
}
.ind_gy  .ms{
	padding: 50px 0 40px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.ind_gy .more a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	background: #4141b0;
	padding: 0 24px;
}
.ind_gy .more a:hover{
	padding: 0 30px;
}


/*服务流程*/
.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_khal{
	margin-top: 45px;
	padding-top: 35px;
	border-top:1px solid #e2e2e2;
}
.ind_khal .news_top{
	border: 0;
}
.khal_pad{
	position: relative;
}
.khal_pad .anli-prev,.khal_pad .anli-next{
	width: 30px;
	height: 30px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -15px;
	background: url(../img/al_l.png) no-repeat center center;
	cursor: pointer;
}
.khal_pad .anli-next{
	left: auto;
	right: -60px;
	background-image:url(../img/al_r.png);
}
.khal_com{
	overflow: hidden;
	position: relative;
	margin-left: -21px;
	margin-right: -21px;
}
.khal_com .swiper-slide{
	padding: 21px;
}
.khal_com .swiper-slide .al_pad{
	border: 1px solid #dedede;
	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;
}
.khal_com .swiper-slide:hover .al_pad{
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.khal_com .swiper-slide .simg{
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.khal_com .swiper-slide .padd{
	padding:30px 25px;
}
.khal_com .swiper-slide .padd .h3{
	font-size: 18px;
	color: #333333;
	display: block;
}
.khal_com .swiper-slide .padd .h3:hover{
	color: #314295;
}
.khal_com .swiper-slide .padd .p{
	font-size: 14px;
	color: #999999;
	padding: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 36px;
	height: 54px;
}
.khal_com .swiper-slide .padd .m{
	display: inline-block;
	padding-left: 36px;
	height: 26px;
	line-height: 26px;
	color: #333333;
	font-size: 14px;
	position: relative;
}
.khal_com .swiper-slide .padd .m::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: 2px solid #333333;
	border-radius: 50px;
	content: '';
	background: url(../img/ind_mico.png) no-repeat center center;
}
.khal_com .swiper-slide .padd .m:hover{
	padding-left:62px;
}
.khal_com .swiper-slide .padd .m:hover:after{
	left: 26px;
	background-color: #314295;
	border-color: #314295;
	background-image:  url(../img/ind_mico_hv.png);
}

/*新闻*/

.news_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 16px;
}
.news_top .title{
	display: inline-block;
	font-size: 16px;
	color: #999;
}
.news_top .title span{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.news_top .more{
	display: inline-block;
	font-size: 14px;
	color: #8e8e8e;
	border: 1px solid #e2e2e2;
	padding: 6px 15px;
}
.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: #efefef;
}
.ind_lx{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ind_lx .contactinfo{
	width: 440px;
}
.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: 740px;
}
.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 {
    background-color: #314295;
    height: 40px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    cursor: pointer;
}

.ind_lx .contactform .inputtxt.submit:hover {
    background-color: #0e0e3d;
    color: #fff;
}



/* ----------------------------------------------------------------------------- */

.t_b1{ background: rgba(246, 247, 248, 1); padding: 100px 0;}
.t_box{ width: 1320px; margin: 0 auto; display: flex;}

.t_b2{ flex: 1;}

.t_1001{ font-size: 36px; color:#212121; font-weight: bold; line-height: 1;}
.t_1001 .line{ position: relative;}
.t_1001 .line::after{ position: absolute; content: ""; width: 100%; height: 1px; background: #0a539e; left: 0; bottom: -10px; } .t_1002{ padding-top: 20px; font-weight: bold; font-size: 18px;}
.t_1003{ font-size: 16px; line-height: 2;color:#616161; margin-top: 30px;}
.t_1004{ margin-top: 40px; font-size: 16px; line-height: 2;color:#0a539e;}
.t_b3{ background: url(/css_com/img/ab02.png) right center no-repeat; padding: 40px 40px 40px 0; margin: -40px -40px -40px 30px; position: relative;}
.t_b3 > div{ width: 580px; height: 437px; position: relative; overflow: hidden;}
.t_b3 img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease 0s; object-fit: cover;}
.t_b3 img:hover{ width: 110%; height: 110%; left: -5%;top: -5%;}
.t_b3 a{ position: absolute; width: 210px; height: 60px; line-height: 60px; text-align: center; font-weight: bold; font-size: 18px; color: #fff; background: #0078f5;
 left: 30px; bottom: 10px;}
.t_b3 a:hover{ background: #0056b1;}

.t_b4{ background: url(/css_com/img/bj013.png) top center;}
.t_1005{ text-align: center; font-weight: bold; padding: 60px 0 50px 0;}
.t_1005 .e{color:#ececec;font-size:48px}
.t_1005 .c{color:#252525;font-size:36px; margin-top: -40px;}
.t_1006{ display: flex; max-width: 2100px; margin: 0 auto;}
.t_1007{ flex: 1; position: relative; overflow: hidden;}
.t_1007 .img{ padding-bottom: 62%; position: relative; height: 0;}
.t_1007 .img img{ width: 100%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover;}
.t_1007 .cont{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center;  color: #fff;
	/* background: rgba(0,0,0,.5); */
}
.t_1007 .cont:hover{ background: rgba(0,127,255,.35);}
.t_1007 .cont .over{ overflow: hidden; left: 15%; top: 30%; width: 70%; height: 40%; position: absolute;}
.t_1007 .cont:hover .over{ overflow: visible;}
.t_1007 .t{ transition: all .45s ease 0s; font-size: 28px; margin-top: 60px;text-shadow: 2px 0 2px black;}
.t_1007 .p{ transition: all .45s ease 0s; font-size: 18px; text-align-last: left; height: 60px; padding-top: 10px; padding-bottom: 20px; box-sizing: content-box; margin-top: 100px;}
.t_1007 .a{ transition: all .45s ease 0s; font-size: 14px; width: 120px; height: 36px; line-height: 34px; margin: 0 auto;border: 1px solid #fff; border-radius: 5px; margin-top: 100px;}
.t_1007 .cont:hover .t,
.t_1007 .cont:hover .p,
.t_1007 .cont:hover .a{ margin-top: 0;}
.t_1007 .cont:hover .t + .a{ margin-top: 20px !important;}

.t_b5{}
.t_1008{ width: 1320px; margin: 0 auto;}
.t_1008 ul{ overflow: hidden; margin-top: -30px; margin-bottom: 60px;}
.t_1008 li{ float: left; margin-top: 40px; width: 600px; margin-left: 120px;}
.t_1008 li:nth-child(2n+1){ margin-left: 0;}
.t_1008 a{ background: #f7f7f7; display: flex; padding: 25px; border: 1px solid #f7f7f7;}
.t_1008 a:hover{ border-color: #0a539e;}
.t_1008 .time{ width: 130px; text-align: center; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; margin-right: 25px;}
.t_1008 .time .d{ font-size: 48px; line-height: 46px; font-weight: bold; color: #666; line-height: 40px; margin-top: 10px;}
.t_1008 .time .ym{ color: #666; font-size: 18px; line-height: 30px;}
.t_1008 .info{ min-width: 0;}
.t_1008 .info .t{ font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.t_1008 .info .p{ font-size: 16px; height: 50px; line-height: 25px;  color: #848484; margin-top: 15px;}