@charset "utf-8";
.ind_ahd{
	margin-top: 1px;
	background: #eee;
}
.ind_ahd ul{
	display: table;
	border-left: 1px solid #d7d7d7;
	overflow: hidden;
}
.ind_ahd ul li{
	display: table-cell;
	line-height: 30px;
	padding: 25px 0;
	border-right: 1px solid #d7d7d7;
}
.ind_ahd ul li a{
	display: block;
	padding-left: 55px;
	font-size: 18px;
	cursor: pointer;
	background: url(../images/ind_li1.png) no-repeat 28px center;
}
.ind_ahd ul li.on{
	background: #fff;
}
.ind_ahd ul li.on a{
	background-image: url(../images/ind_li2.png);
	color: #096ddf;
}

.ind_abd{
	background: url(../images/ind_abg.jpg) no-repeat center top;
	height: 797px;
	overflow: hidden;
}
.ind_abd .ind_acom{
	padding: 20px 50px 0;
	margin-bottom: 42px;
	height: 60px;
	line-height: 30px;
	color: #888;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.ind_abd .con{
	display: none;
}
.ind_abd .con:first-child{
	display: block;
}
.ind_alist li{
	float: left;
	width: 275px;
	margin-top: 28px;
}
.ind_alist li:first-child{
	width: 900px;
	margin-right: 25px;
	margin-top: 0;
}
.ind_alist li:nth-child(2){
	margin-top: 0;
}
.ind_alist li .img{
	overflow: hidden;
	height:206px;
	position: relative;
}
.ind_alist li:first-child .img{
	height: 675px;
}
.ind_alist li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ind_alist li .hv{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
}
.ind_alist li .hv p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.7s all ease;
	left: -100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.ind_alist li .hv i{
	display: none;
}
.ind_alist li .hv:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	background: rgba(9,109,223,0.55);
	transition: 0.3s all ease-in-out;
}
.ind_alist li:hover .hv:after{
	right: 0;
}
.ind_alist li:hover .hv p{
	left: 0;
}
.ind_alist li:first-child .hv{
	display: block;
	position: absolute;
	background: rgba(9,109,223,0.8);
	padding: 35px 20px;
	color: #fff;
	width: 410px;
	top: 270px;
	left: 225px;
	text-align: center;
	transform: scale(1.1,1.1) rotateX(180deg);
	transition: all 0.5s;
	opacity: 0;
	height: auto;
	bottom: auto;
}
.ind_alist li:first-child .hv p{
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 40px;
	display: block;
	width: auto;
	height: auto;
	left: 0;
	position: relative;
	bottom: auto;
	text-align: center;
}
.ind_alist li:first-child .hv i{
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	background: url(../images/ind_linkico.png) no-repeat center;
	position: relative;
}
.ind_alist li:hover:first-child .hv{
	opacity: 1;
	transform: scale(1) rotateX(0deg);
	transition: all 0.5s;
}
.ind_alist li:first-child .hv::after{
	display: none;
}

.ind_ad{
	width: 100%;
	text-align: center;
	height: 210px;
	background: url(../images/ind_ad.jpg) center no-repeat;
	color: #fff;
	margin-top: 1px;
}
.ind_ad .h1{ 
	font-size:25px; 
	padding-top:60px;
}
.ind_ad .h2{ 
	font-size:32px; 
	line-height:45px;
}
.ind_ad .h3{ 
	font-size:14px; 
	color:#4d94e2; 
	text-transform:uppercase; 
	padding-top:10px;
}

.ind_b{
	padding-bottom: 50px;
}
.ind_ystt{
	text-align: center;
	margin-top: 50px;
}
.ind_ystt .h1{
	font-size:48px; 
	font-weight:bold;
}
.ind_ystt .h1 .font{
	color:#096ddf; 
}
.ind_ystt .h2{
	font-size:22px; 
	color:#999; 
	padding:10px 0px; 
	letter-spacing:2px;
}
.ind_ystt .h3{
	width:470px; 
	height:1px; 
	background:#666; 
	margin:0 auto;
}
.ind_ystt .h4{
	padding-top:10px; 
	font-size:33px; 
	font-weight:bold;
}
.w_1220{
	width: 1220px;
	margin: 0 auto;
}
.ind_ys{
	margin-top: 50px;
}
.ind_ys li{
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 10px 0;
	height: 340px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.ind_ys li .img{
	width: 600px;
	overflow: hidden;
	height: 300px;
}
.ind_ys li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ind_ys li .img:hover{
	-webkit-animation: test 0.2s ease-in 2;
}
.ind_ys li .ys_r{
	width: 550px;
	padding-top: 92px;
}
.ind_ys li:nth-child(2n) .ys_r{
	width: 540px;
	padding-top: 92px;
	padding-left: 56px;
}
.ind_ys li .ys_r .h1{
	font-size: 26px;
	font-weight: bold;
	height: 33px;
}
.ind_ys li .ys_r .h2{
	font-size: 12px;
	color: #aaa;
	height: 38px;
}
.ind_ys li .ys_r .h3{
	font-size: 14px;
	color: #888;
	line-height: 31px;
	padding-left: 20px;
}
.ind_ys li.li1{
	background-image: url(../images/ind_cbg1.jpg);
}
.ind_ys li.li2{
	background-image: url(../images/ind_cbg2.jpg);
}
.ind_ys li.li3{
	background-image: url(../images/ind_cbg3.jpg);
}
.ind_ys li.li4{
	background-image: url(../images/ind_cbg4.jpg);
}
.ind_ys li.li5{
	background-image: url(../images/ind_cbg5.jpg);
}
.ind_ys li.li6{
	background-image: url(../images/ind_cbg6.jpg);
}
.ind_ys li.li7{
	background-image: url(../images/ind_cbg7.jpg);
}
.ind_ys li.li8{
	background-image: url(../images/ind_cbg8.jpg);
}
.ind_ys li.li9{
	background-image: url(../images/ind_cbg9.jpg);
}

.ind_c{
	width: 100%;
	height: 260px;
	background: url(../images/ind_dbg.jpg) no-repeat center center #096DDF;
}
.ind_ccm{
	width: 1348px;
	margin: 0 auto;
}
.ind_c ul{
	padding-left:216px;
	padding-top: 60px;
}
.ind_c ul li{
	float: left;
	width: 102px;
}
.ind_c ul li.li{
	width: 45px;
	text-align: center;
	padding-top: 43px;
}
.ind_c ul li .img{
	border: 3px solid #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-radius: 50%;
	cursor:pointer;
}
.ind_c ul li .img::after{
	width: 90px;
	height: 90px;
	background: #fff;
	position: absolute;
	left: 3px;
	top: 3px;
	content: '';
	border-radius: 50%;
}
.ind_c ul li .img img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 9;
	transition-duration: 1s; 
}
.ind_c ul li p{
	padding-top: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.ind_c ul li:hover .img{
	border-color: #9CDD00;
}
.ind_c ul li:hover .img:after{
	background: #9CDD00;
}
.ind_c ul li:hover .img img{
	transform: rotate(360deg);
}

.ind_d{
	width: 100%;
	background: #f3f3f3;
	padding: 50px 0px;
	margin-top: 1px;
}
.ind_dtt{
	text-align: center;
	line-height: 1.4;
}
.ind_dtt .h1{
	font-size:18px; 
	color:#888; 
	letter-spacing:2px;
}
.ind_dtt .h2{
	font-size:36px; 
	padding:5px 0px;
}
.ind_dtt .h3{
	font-size:30px; 
	text-transform:uppercase; 
	color:#888;
}
.ind_dtt .h4{
	width:40px; 
	height:2px; 
	background:#096ddf; 
	margin:0 auto; 
	margin-top:10px;
}
.ind_alnav{
	padding-top: 30px;
}
.ind_alnav li{
	padding-top: 10px;
}
.ind_alnav li .al_l{
	width: 180px;
}
.ind_alnav li .al_l a{
	display: block;
	width: 174px;
	font-size: 18px;
	border: 3px solid #ccc;
	text-align: center;
	line-height: 46px;
	color: #484848;
}
.ind_alnav li .al_l a:hover{
	border-color: #555;
	color: #222;
}
.ind_alnav li .al_r{
	width: 990px;
	float: right;
	border-bottom: 1px dotted #aaa;
	line-height: 30px;
	padding: 10px 0;
	overflow: hidden;
}
.ind_alnav li .al_r a{
	display: inline-block;
	font-size: 14px;
	padding-right:40px;
}

.ind_alcm{
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.ind_alcm .ind_altt{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-indent: 10px;
	background: rgba(0,0,0,.6);
	z-index: 2;
	font-size: 16px;
	left: 0;
}
.ind_alcm .swiper-slide img{
	display: block;
	width: 1200px;
	height: 600px;
	object-fit: cover;
}
.ind_alcm .al-pagination{
	position: absolute;
	width: auto;
	right: 10px;
	bottom: 16px;
	text-align: right;
	z-index: 9;
}
.ind_alcm .al-pagination .swiper-pagination-bullet{
	height: 12px;
	width: 12px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	background: #ddd;
	opacity: 1;
}
.ind_alcm .al-pagination .swiper-pagination-bullet-active{
	background: #5472BF;
}
.ind_alcm .al-btn{
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 30px;
	width: 30px;
	background: url(../images/ind_ebtn.png) no-repeat;
	margin-top: -15px;
	text-indent: -200px;
	overflow: hidden;
	opacity: .6;
	cursor: pointer;
}
.ind_alcm .al-prev{
	left: 10px;
}
.ind_alcm .al-next{
	right: 10px;
	background-position: -30px 0;
}
.ind_alcm .al-btn:hover{
	opacity: 1;
}

.ind_e{
	background: #f2f2f2;
	padding-bottom: 50px;
}
.ind_ett{
	width: 100%;
	height: 161px;
	background: url(../images/ind_fbg.png) center no-repeat;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.3;
}
.ind_ett .font{
	font-size: 25px;
	font-weight: normal;
	padding-top: 5px;
}
.ind_ehd{
	padding-top: 30px;
	overflow: hidden;
}
.ind_ehd li{
	width: 13.58%;
}
.ind_ehd li a{
	display: block;
	text-align: center !important;
	height: 60px;
	line-height: 60px;
	border: 1px solid #aaa;
	background: #ddd;
	display: block;
	font-size: 16px;
	color: #484848;
}
.ind_ehd li a:hover{
	border-color: #096ddf; 
	background:#096ddf; 
	color:#fff;
}
.ind_elist{
	margin-top: 30px;
}
.ind_elist ul{
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.ind_elist ul li{
	box-sizing: border-box;
	width: 20%;
	float: left;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.ind_elist ul li a{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.35s ease-in-out;
}
.ind_elist ul li a .img{
	opacity: 1;
	height: 120px;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ind_elist ul li a .img img{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.ind_elist ul li a .hv{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background: #333333;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ind_elist ul li a .hv p{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	font-size: 16px;
	position: relative;
	color: #bbb;
	line-height: 120px;
	text-align: center;
	-webkit-transition: all 0.35s 0.15s linear;
	-moz-transition: all 0.35s 0.15s linear;
	transition: all 0.35s 0.15s linear;
}
.ind_elist ul li a:hover .img{
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
	opacity: 0;
}
.ind_elist ul li a:hover .hv{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}
.ind_elist ul li a:hover .hv p{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ind_f{
	padding: 50px 0 30px;
}
.ind_ab{
	overflow: hidden;
}
.ind_ab .ab_l{
	width: 550px;
	height: 351px;
	padding: 13px;
	border: 1px solid #d0d0d0;
}
.ind_ab .ab_r{
	width: 600px;
}
.ind_ab .ab_r .h1{
	font-size:36px; 
	color:#096ddf; 
	font-weight:bold; 
	padding-top:20px;
}
.ind_ab .ab_r .h1 .font{
	font-size:25px; 
	font-weight:normal; 
	padding-left:10px; 
	color:#484848;
}
.ind_ab .ab_r .h2{
	font-size:18px; 
	font-weight:bold; 
	color:#484848; 
	padding:15px 0px;
}
.ind_ab .ab_r .h3{
	font-size:12px; 
	line-height:30px; 
	color:#888;
}
.ind_ab .ab_r .h4{
	width:160px;  
	text-align:center;
	margin-top:20px;
}
.ind_ab .ab_r .h4 a{
	display:block; 
	background:#096ddf; 
	height:50px; 
	font-size:16px; 
	text-align:center; 
	line-height:50px; 
	color:#fff;
}
.ind_ab .ab_r .h4 a:hover{ 
	background:#009248; 
}

.ind_hjhd{
	margin-top: 30px;
}
.ind_hjhd li{
	border-right: 1px solid #fff;
	flex: 1;
}
.ind_hjhd li a{
	color: #222;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	background: #eee;
	display: block;
	text-align: center;
}
.ind_hjhd li a:hover,.ind_hjhd li:first-child a{
	background: #096ddf;
	color: #fff;
}

.ind_hjbd{
	overflow: hidden;
	padding: 0 40px;
	margin-top: 30px;
	position: relative;
}
.ind_hjbd .hj-btn{
	width: 27px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.ind_hjbd .hj-prev{
	left: 0;
	background-image: url(../images/btn_l.jpg);
}
.ind_hjbd .hj-next{
	right: 0;
	background-image: url(../images/btn_r.jpg);
}
.swiper-hj{
	overflow: hidden;
}
.swiper-hj li{
	float: left;
	width: 284px;
	padding: 0 3px;
}
.swiper-hj li a{
	display: block;
}
.swiper-hj li .img{
	border: 1px solid #bbb;
	padding: 1px;
}
.swiper-hj li .img img{
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.swiper-hj li p{
	text-align: center;
	padding-top: 6px;
}
.swiper-hj li a:hover .img{
	border-color: #ff6600;
}

.ind_g{
	padding: 45px 0;
	background: #f6f6f6;
}
.ind_ntt{
	text-align: center;
	font-weight: bold;
	color: #096ddf;
	font-size: 35px;
	line-height: 38px;
	margin-bottom: 40px;
}
.ind_ntt span{
	font-weight: normal;
	color: #333;
	font-size: 24px;
	line-height: 40px;
}
.ind_ntt p{
	display: block;
	width: 1200px;
	padding-top: 4px;
	height: 11px;
	line-height: 14px;
	background: url(../images/ind_nbg.jpg) no-repeat center bottom;
	font-weight: normal;
	color: #bebebe;
	font-size: 11px;
	font-family: "Arial";
	text-transform: uppercase;
}

.ind_ncm{
	overflow: hidden;
}
.ind_newl{
	width: 360px;
	position: relative;
}
.ind_newl .swiper-slide{
	display: block;
}
.ind_newl .slide-top{
	background: #096ddf;
	padding: 25px;
	height: 130px;
	box-sizing: border-box;
}
.ind_newl .slide-top .h3 a{
	display: block;
	color: #fff;
	font-weight: bolder;
	font-size: 18px;
	line-height: 26px;
}
.ind_newl .slide-top .tm{
	color: #fff;
	font-size: 18px;
	font-family: arial;
} 
.ind_newl .slide-down{
	background: #f6f6f6;
	color: #666;
	font-size: 14px;
	padding-top: 20px;
}
.ind_newl .new-btn{
	display: block;
	margin: 0 5px;
	width: 17px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 75px;
	right:47px;
	background: url(../images/btn_lr.png) no-repeat left center;
	z-index: 9;
}
.ind_newl .new-next{
	background-position: right center;
	right: 20px;
}

.ind_newr{
	width: 810px;
}
.newr_hd li a{
	display: block;
	padding: 2px 15px;
	height: 25px;
	border-left: 3px solid #efeff0;
	color: #555;
	font-weight: 100%;
	font-size: 16px;
	line-height: 25px;
}
.newr_hd li.on a{
	border-color: #096ddf;
	color: #096ddf;
	font-weight: bolder;
}
.newr_hd .m{
	color: #333;
	text-decoration: underline;
	font-size: 14px;
	line-height: 30px;
}
.newr_hd .m:hover{
	color: #096ddf;
}
.newr_bd{
	overflow: hidden;
	height: 420px;
	position: relative;
}
.newr_bd .newr_bdul{
	position: absolute;
	left: 0;
}
.newr_bd .newr_bdul .con{
	float: left;
	width: 810px;
}
.newr_bd .con li{
	margin: 25px 0 0;
	height: 105px;
	border-bottom: 1px solid #ddd;
	transition: .15s all ease;
}
.newr_bd .con li .l{
	padding: 8px 13px;
	width: 593px;
	height: 90px;
}
.newr_bd .con li .l .h3 a{
	color: #333;
	font-weight: bolder;
	font-size: 18px !important;
	line-height: 30px;
	display: block;
}
.newr_bd .con li .l .p{
	padding-top: 3px;
	color: #666;
	text-align: justify;
	font-size: 14px;
	line-height: 2em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.newr_bd .con li .r{
	position: relative;
	display: block;
	padding:18px 10px 21px;
	width: 150px;
	background: #e8e8e8;
	text-align: center;
	height: 105px;
	box-sizing: border-box;
	transition: .15s all ease;
	color: #a1a1a1;
	font-family: arial;
	font-size: 14px;
}
.newr_bd .con li .r p{
	font-size: 45px;
	line-height: 1.1;
}
.newr_bd .con li:hover{
	border-color: #096ddf;
}
.newr_bd .con li:hover .r{
	background:#096ddf;
	color:#fff;
}
.newr_bd .con li:hover .l .h3 a{
	color:#096ddf;
}
.newr_bd .con 

