.ind-mktl {
  text-align: center;
  padding: 110px 0 70px;
}
.ind-mktl .cn {
  font-size: 36px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 14px;
}
.ind-mktl .en {
  font-size: 18px;
  color: #999999;
  letter-spacing: 1px;
}
.inbanner_box {
  position: relative;
}
.inbanner_box .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
.inbanner_box .prev_banner {
  left: 2%;
}
.inbanner_box .next_banner {
  right: 2%;
}
.inbanner_box #inbanner .swiper-slide {
  position: relative;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 {
  width: 81.25%;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(200px);
     -moz-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl1 {
  top: 36%;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl2 {
  top: 46%;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl3 {
  top: 13.69%;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl4 {
  top: 27.69%;
}
.inbanner_box #inbanner .swiper-slide-active .wrap1560 .btl {
  opacity: 1;
  -webkit-transition: all .6s .6s;
  -o-transition: all .6s .6s;
  -moz-transition: all .6s .6s;
  transition: all .6s .6s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

/* banner start*/
.banner-html5zoo {
	/*overflow:hidden;*/
}

.banner-html5zoo .html5zoo-arrow-left-0,
.banner-html5zoo .html5zoo-arrow-right-0 {
	width: 40px !important;
	height: 60px !important;
	top: 50% !important;
	margin-top: -30px !important;
	/* background: url(../images/slide_bpc.png) no-repeat !important; */
	display: block !important;
	visibility: hidden;
}

.banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner-html5zoo:hover .html5zoo-arrow-right-0 {
	visibility: visible;
}

.banner-html5zoo .html5zoo-arrow-left-0 {
	left: 50px !important;
	background-position: 0 0 !important;
}

.banner-html5zoo .html5zoo-arrow-right-0 {
	right: 50px !important;
	background-position: -40px 0 !important;
}

.banner-html5zoo .html5zoo-arrow-left-1,
.banner-html5zoo .html5zoo-arrow-right-1 {
	width: 40px !important;
	height: 60px !important;
	top: 50% !important;
	margin-top: -30px !important;
	background: url(../images/slide_bpc.png) no-repeat !important;
	display: block !important;
	visibility: hidden;
}

.banner-html5zoo:hover .html5zoo-arrow-left-1,
.banner-html5zoo:hover .html5zoo-arrow-right-1 {
	visibility: visible;
}

.banner-html5zoo .html5zoo-arrow-left-1 {
	left: 50px !important;
	background-position: 0 0 !important;
}

.banner-html5zoo .html5zoo-arrow-right-1 {
	right: 50px !important;
	background-position: -40px 0 !important;
}

.banner-html5zoo .html5zoo-nav {
	text-align: center;
}

.banner-html5zoo .html5zoo-bullet-span {
	width: 1em !important;
	height: 2px !important;
	float: none !important;
	display: inline-block;
	background: #fff !important;
	opacity: 0.5;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0 5px !important;
	vertical-align: middle;
}

.banner-html5zoo .html5zoo-bullet-span.active {
	width: 1em !important;
	height: 1em !important;
	border: 2px solid #fff;
	background: none !important;
	opacity: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

/* banner end */

.ind_a {
  height: 200px;
  position: relative;
  z-index: 30;
}
.ind_a .box {
  width: calc(100% / 8);
  height: 100%;
  background: #19489a;
  float: left;
  text-align: center;
  color: #fff;
  padding-top: 75px;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_a .box .cn {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
}
.ind_a .box .cn .st {
  position: absolute;
  width: 100%;
  top: -28px;
}
.ind_a .box .en {
  font-size: 16px;
  margin-bottom: 50px;
  font-weight:bold;
}
.ind_a .box .viewMore {
  height: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_a .box .viewMore span {
  padding-right: 19px;
  background: url(../images/more_jt_01.png) no-repeat right center;
}
.ind_a .box:nth-child(1) {
  left: 0;
}
.ind_a .box:nth-child(2) {
  left: calc((100% / 8)*1);
}
.ind_a .box:nth-child(3) {
  left: calc((100% / 8)*2);
}
.ind_a .box:nth-child(4) {
  left: calc((100% / 8)*3);
}
.ind_a .box:nth-child(5) {
  left: calc((100% / 8)*4);
}
.ind_a .box:nth-child(6) {
  left: calc((100% / 8)*5);
}
.ind_a .box:nth-child(7) {
  left: calc((100% / 8)*6);
}
.ind_a .box:nth-child(8) {
  left: calc((100% / 8)*7);
}
.ind_a .box:hover {
  height: 225px;
  top: -25px;
  background: #0368b8;
  padding-top: 70px;
}
.ind_a .box:hover .viewMore {
  height: 14px;
}

/* 快速搜索 start */
.ipart01{background:#1b2026; padding:21px 0; background:url(../images/ipart01_bg.jpg) no-repeat center;}
.ipart01 .sele_wrap{width:17%; margin-right:3%; float:left;margin-left: 4%;}
.ipart01 .sele_wrap .sele{width:100%; height:45px; line-height:45px; border:none; border-bottom:1px solid #fff; color:#fff; font-size:15px; background:none;    box-sizing: border-box;}
.ipart01 .sele_wrap .sele.br{border:1px solid #fff;}
.ipart01 .sele_wrap .sele::-webkit-input-placeholder {color:#fff;}
.ipart01 .sele_wrap.area_sele{
	margin-left: 54%;
}
.ipart01 .sele_wrap p{
	    height: 45px;
	    line-height: 45px;
		color: white;
}
.ipart01 .sele_wrap.ser_sele{
	margin-right: 0;
}
.ipart01 .sele_wrap .sele.search_sy{
	position: relative;
	background-color: #d9251c;
	border: none;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	color: white;
}
.ipart01 .sele_wrap .sele.search_sy.common-btn:before {
    border-top: 4rem solid #1b2026;
}

.ipart01 .sele_wrap .sele option{color:#555;}
.ipart01 .btn_wrap{width:18%; float:left;}
.ipart01 form{width: 82%;float: right;}
.ipart01 .btn_wrap .btns{outline:none; width:180px; height:47px; background:transparent; font-size:24px; color:#fff; font-weight:bold; text-align:center; line-height:47px; padding:0; margin:0; border:none;}
body .ipart01 .select-ui-choose-default{border-radius:0; margin-top:0px;}
body .ipart01 .select-ui-choose-default ._arrow .arr{width:13px; height:6px; background:url(../images/ipart01_2.png) no-repeat center; margin:0; border:none;}
@media (max-width: 960px){
	.ipart01 {
	    background: #19489a;
		padding: 16px 0;
	}
	.ipart01 form{
		width: 100%;
		float: none;
	}
	.ipart01 .btn_wrap {
	    display: none;
	}
	.ipart01 .sele_wrap {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.ipart01 .sele_wrap{
		margin-left: 0;
	}
	.ipart01 .sele_wrap.area_sele{
		margin-left: 0;
	}
	.ipart01 .sele_wrap .sele{
		height: 42px;
		line-height: 42px;
	}
	.ipart01 .sele_wrap .sele.search_sy{
		width: 100%;
	}
}

/* 快速搜索 end */

/* 首页产品 start*/


.alltime, .alltime * {
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.i3{padding-top: 50px;}
.i3 .tt{
	font-size: 36px;
	color: #393939;
	font-weight: bold;
	margin-bottom: 14px;
}
.i3 .en{
	font-size: 18px;
	color: #999999;
	letter-spacing: 1px;
}

.i3 .ilt{width: auto;float: left;margin-top: 25px;}

.i3 .irt{float: right;width: calc(100% - 500px);margin-bottom: 30px;}

.i3 .irt span{display: block;float: left;width: 19.2%;line-height: 50px;border:1px solid #ddd;border-radius: 5px;text-align: center;margin-right: 1%;margin-bottom: 16px;cursor: pointer;color: #999;}
.i3 .irt span:nth-child(5n){margin-right: 0;}
.i3 .irt span:last-child{margin-right: 0;}

.i3 .irt span.act,.i3 .irt span:hover{background: #19489a;color: #fff;}

.i3 .icont{padding: 60px 0;background: url(../images/1_10.png) center no-repeat;background-size: cover;}

.i3 .icont dl{display: none;background: #f6f6f6;}

/* .i3 .icont dl:nth-child(1){display: block;} */

.i3 .icont dl.act{
	display: block;
}

.i3 .icont dl.dl1 dt{}

.i3 .icont dl.dl1 dt a{display: block;float: left;width: 30%;overflow: hidden;background: #fff;}

.i3 .icont dl.dl1 dt a:nth-child(1){width: 40%;}

.i3 .icont dl.dl1 dt a:nth-child(2){background: #f0f0f0;}

.i3 .icont dl.dl1 dt a .img{display: block;width: 100%;overflow: hidden;}

.i3 .icont dl.dl1 dt a .img img{display: block;margin: 0 auto;}

.i3 .icont dl.dl1 dt a .txt{display: block;line-height: 70px;padding: 0 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background: #fff;position: relative;z-index: 2;}

.i3 .icont dl.dl1 dt a:nth-child(2) .txt{background: #f0f0f0;}

.i3 .icont dl.dl1 dt a:hover .img img{transform: scale(1.06);-webkit-transform: scale(1.06);}

.i3 .icont dl.dl1 dt a:hover .txt{background: #e62129;color: #fff;font-weight: bold;}

.i3 .icont dl.dl1 dd{position: relative;}

.i3 .icont dl.dl1 dd a{display: block;float: left;width: 20%;overflow: hidden;}

.i3 .icont dl.dl1 dd a:nth-child(2n){background: #fff;}

.i3 .icont dl.dl1 dd a .img{display: block;width: 100%;overflow: hidden;}

.i3 .icont dl.dl1 dd a .img img{display: block;margin: 0 auto;}

.i3 .icont dl.dl1 dd a .txt{display: block;line-height: 70px;padding: 0 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background: #f6f6f6;position: relative;z-index: 2;}

.i3 .icont dl.dl1 dd a:nth-child(2n) .txt{background: #fff;}

.i3 .icont dl.dl1 dd a:hover .img img{transform: scale(1.06);-webkit-transform: scale(1.06);}

.i3 .icont dl.dl1 dd a:hover .txt{background: #e62129;color: #fff;font-weight: bold;}

.i3 .icont dl.dl2 dt{width: 25%;height: 300px;float: left;background: #19489a;color: #fff;padding: 40px 35px;text-align: justify;line-height: 1.8;}

.i3 .icont dl.dl2 dt .dxian{width: 20px;height: 2px;background: rgba(255, 255, 255, 0.5);margin: 15px 0 20px;}

.i3 .icont dl.dl2 dt .dtc{font-size: 14px;line-height: 2;}

.i3 .icont dl.dl2 dd{width: 25%;float: left;height: 300px;overflow: hidden;background: #fff;position: relative;z-index: 2;}

.i3 .icont dl.dl2 dd:before{content: '';display: block;width: 0%;height: 3px;position: absolute;left: 0;bottom: 0;z-index: 3;background: #d9251c;-webkit-transition: all .5s ; -moz-transition: all .5s ; transition: all .5s ;}

.i3 .icont dl.dl2 dd:hover:before{width: 100%;}

.i3 .icont dl.dl2 dd:hover{z-index: 3;-moz-box-shadow:0px 2px 10px #DDDDDD; -webkit-box-shadow:0px 2px 10px #DDDDDD; box-shadow:0px 2px 10px #DDDDDD;}

.i3 .icont dl.dl2 dd:nth-child(3),.i3 .icont dl.dl2 dd:nth-child(6),.i3 .icont dl.dl2 dd:nth-child(8){background: #f6f6f6;}

.i3 .icont dl.dl2 dd a{display: block;}

.i3 .icont dl.dl2 dd a .img{display: block;width: 100%;height: 230px;overflow: hidden;text-align: center;}

.i3 .icont dl.dl2 dd a .img img{margin: 0 auto;height: 100%;display: block;}

.i3 .icont dl.dl2 dd a .txt{line-height: 1;padding: 30px 20px 20px;text-align: center;}

.i3 .icont dl.dl2 dd a:hover .img img{transform: scale(1.06);-webkit-transform: scale(1.06);}

.i3 .icont dl.dl2 dd a:hover .txt{color: #d9251c;font-weight: bold;}

.i3 .icont dl.dl3 dt{}

.i3 .icont dl.dl3 dt .dlt{width: 33.33%;height: 340px;float: left;padding: 80px 50px;color: #fff;text-align: justify;line-height: 1.8;background: #19489a;overflow: hidden;}

.i3 .icont dl.dl3 dt a{display: block;float: left;width: 33.33%;background: #fff;position: relative;overflow: hidden;height: 340px;z-index: 2;}

.i3 .icont dl.dl3 dt a:before{content: '';display: block;width: 0%;height: 3px;position: absolute;left: 0;bottom: 0;z-index: 3;background: #d9251c;-webkit-transition: all .5s ; -moz-transition: all .5s ; transition: all .5s ;}

.i3 .icont dl.dl3 dt a:hover:before{width: 100%;}

.i3 .icont dl.dl3 dt a:hover{z-index: 3;-moz-box-shadow:0px 2px 10px #DDDDDD; -webkit-box-shadow:0px 2px 10px #DDDDDD; box-shadow:0px 2px 10px #DDDDDD;}

.i3 .icont dl.dl3 dt a .img{width: 100%;height: 230px;padding-top: 30px;}

.i3 .icont dl.dl3 dt a .img img{display: block;margin: 0 auto;}

.i3 .icont dl.dl3 dt a .txt{line-height: 1;padding: 70px 20px 20px;text-align: center;}

.i3 .icont dl.dl3 dt a:nth-child(2n){background: #f9f9f9;}

.i3 .icont dl.dl3 dt .dxian{width: 20px;height: 2px;background: rgba(255, 255, 255, 0.5);margin: 15px 0 20px;}

.i3 .icont dl.dl3 dt a:hover .img img{transform: scale(1.06);-webkit-transform: scale(1.06);}

.i3 .icont dl.dl3 dt a:hover .txt{color: #e62129;font-weight: bold;}

.i3 .icont dl.dl3 dd{}

.i3 .icont dl.dl3 dd .dlt{width: 40%;height: 300px;overflow: hidden;float: left;}

.i3 .icont dl.dl3 dd .dlt img{height: 100%;max-width: auto;}

.i3 .icont dl.dl3 dd a{display: block;width: 20%;height: 300px;float: left;background: #e5e5e5;}

.i3 .icont dl.dl3 dd a:nth-child(2n){background: #fff;}

.i3 .icont dl.dl3 dd a .img{display: block;width: 100%;height: 230px;}

.i3 .icont dl.dl3 dd a .txt{line-height: 70px;padding: 0 20px;}

.i3 .icont dl.dl3 dd a:hover .img img{transform: scale(1.06);-webkit-transform: scale(1.06);}

.i3 .icont dl.dl3 dd a:hover .txt{background: #e62129;color: #fff;font-weight: bold;}


.i3 .icont dl.dl4 dd .dlt{width: 25%;height: 300px;float: left;padding: 20px 30px;color: #fff;text-align: justify;line-height: 1.8;background: #19489a;}

.i3 .icont dl.dl4 dd .dxian{width: 20px;height: 2px;background: rgba(255, 255, 255, 0.5);margin: 15px 0 20px;}

.i3 .icont dl.dl4 dd .dtc{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;max-height: 170px;}

.i3 .icont dl.dl4 dd a{display: block;width:25%;height: 300px;float: left;background: #f9f9f9;overflow: hidden;position: relative;z-index: 2;}

.i3 .icont dl.dl4 dd a:before{content: '';display: block;width: 0%;height: 3px;position: absolute;left: 0;bottom: 0;z-index: 3;background: #d9251c;-webkit-transition: all .5s ; -moz-transition: all .5s ; transition: all .5s ;}

.i3 .icont dl.dl4 dd a:hover{z-index: 3;-moz-box-shadow:0px 2px 10px #DDDDDD; -webkit-box-shadow:0px 2px 10px #DDDDDD; box-shadow:0px 2px 10px #DDDDDD;}

.i3 .icont dl.dl4 dd a:hover:before{width: 100%;}

.i3 .icont dl.dl4 dd a:nth-child(3),.i3 .icont dl.dl4 dd a:nth-child(5){background: #fff;}

.i3 .icont dl.dl4 dd a .img{display: block;width: 100%;height: 100%;overflow: hidden;}

.i3 .icont dl.dl4 dd a .img img{display: block;width:100%;opacity: 0;position: absolute;left: 0;bottom: 0;}

.i3 .icont dl.dl4 dd a .txt{padding: 80px 20px 30px;position: absolute;left: 0;width: 100%;top: 0;height: 100%; z-index: 3;}

.i3 .icont dl.dl4 dd a .txt .ico{width: 70px;position: relative;border: 2px solid #444;margin: 0 auto ;border-radius: 50%;z-index: 2;padding: 3px;}

.i3 .icont dl.dl4 dd a .txt .ico img{display: block;width: 60px;border-radius: 50%;transform: scale(1);-webkit-transform: scale(1);}

.i3 .icont dl.dl4 dd a .txt .ico img:nth-child(2){position: absolute;top: 3px;left: 3px;z-index: 2;opacity: 0;}

.i3 .icont dl.dl4 dd a .txt .ico s{display: block;width:60px ;height: 60px;background: #d9251c;position: absolute;top: 3px;left: 3px;z-index: -1;border-radius: 50%;opacity: 0;}

.i3 .icont dl.dl4 dd a .txt .att{margin: 12px 0 78px;font-weight: bold;text-align: center;}

.i3 .icont dl.dl4 dd a .txt .amore{display: block;width: 85px;background: url(../images/1_9_3.png) center right no-repeat;color: #444;margin: 0 auto;}

.i3 .icont dl.dl4 dd a:hover .img img{opacity: 1;}

.i3 .icont dl.dl4 dd a:hover .txt .ico{border: 2px solid #d9251c;}

.i3 .icont dl.dl4 dd a:hover .txt .ico img:nth-child(1){opacity: 0;}

.i3 .icont dl.dl4 dd a:hover .txt .ico img:nth-child(2){opacity: 1;transform: scale(0.9);-webkit-transform: scale(0.9);transition-delay: 0.1s;-webkit-transition-delay: 0.1s;}

.i3 .icont dl.dl4 dd a:hover .txt .ico s{opacity: 1;}

.i3 .icont dl.dl4 dd a:hover .txt .amore{color: #d9251c;background: url(../images/1_9_4.png) center right no-repeat;}

.i3 .icont dl.dl5 dd .dlt{width: 33.33%;height:400px;padding: 90px 50px;}

.i3 .icont dl.dl5 dd a{width: 33.33%;height: 400px;}

.i3 .icont dl.dl5 dd a .txt{padding-top: 120px;}

.i3 .icont dl.dl5 dd a .txt .ico{width: 90px;padding: 5px;}

.i3 .icont dl.dl5 dd a .txt .ico img{width: 76px;}

.i3 .icont dl.dl5 dd a .txt .ico s{width: 76px;height: 76px;top: 5px;left: 5px;}

.i3 .icont dl.dl5 dd a .txt .ico img:nth-child(2){top: 5px;left: 5px;}

.i3 .icont dl.dl5 dd a .txt .att{margin: 22px 0 108px;}
@media (max-width: 1580px){
	.i3 .irt {
	    width: calc(100% - 300px);
	}
}


@media (max-width: 1440px){
	.i3 .icont dl.dl2 dd a .img, .i3 .icont dl.dl3 dd a .img {
	    padding-top: 40px;
	}
	.i3 .icont dl.dl2 dt {
	    padding: 30px 20px;
	}
	.i3 .tt {
	    font-size: 30px;
	}
}

@media (max-width: 960px){
	.i3 {
	    padding-top: 30px;
	}
	.i3 .irt, .i3 .icont {
	    display: none;
	}
	.i3 .ilt{
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
		margin-top: 10px;
	}
	.i3 .tt {
	    font-size: 20px;
	}
	
	.i3m .abtn span {
	    display: block;
	    width: 33%;
	    line-height: 20px;
	    text-align: center;
	    float: left;
	    line-height: 50px;
	    background: #ddd;
	    color: #666;
	    border-right: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	}
	.i3m .abtn span.act,.i3m .abtn span:hover{
	    background: #19489a;
	    color: #fff;
	}
	.i3m .ubox {
	    padding: 0 5%;
	    margin-top: 20px;
	}
	.i3m .ubox .dl1 {
	    overflow: hidden;
	    padding-bottom: 10px;
	    display: none;
	}

	.i3m .ubox .dl1.act{display: block;}
	
	.i3m .ubox .dl1 dd{float: left;/* margin-right: -999em; */}

	.i3m .ubox .dl1 dd a{width: 250px;display: block;float: left;text-align: center;border:1px solid #ddd;margin-right: 5px;padding: 20px 10px;}

	.i3m .ubox .dl1 dd a:last-child{margin-right: 0;}

	/* .i3m .ubox .dl1::-webkit-scrollbar{ height:4px;}

	.i3m .ubox .dl1::-webkit-scrollbar-thumb{ background:#da251d;}

	.i3m .ubox .dl1::-webkit-scrollbar-track{ background:#d8d8d8;} */

	.i3m .ubox .dl1m dd a .img{width: 40px;border: 1px solid #000;border-radius: 50%;margin: 0 auto 10px;}

	.i3m .ubox .dl1m dd a .att{margin: 20px 0;}

}

/* 首页产品 end */



.ind_b {
  overflow: hidden;
  padding-bottom: 5.2083%;
}
.ind_b #insol {
  padding-bottom: 10%;
  position: relative;
}
.ind_b #insol #solSP .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: solid 4px #d4d4d4;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  background: #d4d4d4;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.ind_b #insol #solSP .swiper-pagination-bullet-active {
  border: solid 4px #19489a;
  background: #fff;
}
.ind_b #insol .btn {
  position: absolute;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 40;
  cursor: pointer;
}
.ind_b #insol .btn:hover {
  background: #19489a;
}
.ind_b #insol .prev_sol {
  left: 13.5416%;
}
.ind_b #insol .next_sol {
  right: 13.5416%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ind_b #insol .swiper-slide {
  position: relative;
}
.ind_b #insol .swiper-slide .bg {
  width: 100%;
}
.ind_b #insol .swiper-slide .infobox {
  position: absolute;
  left: 8.5714%;
  top: 100%;
  width: 440px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
     -moz-box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
          box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
  opacity: 0;
  padding-top: 100px;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.ind_b #insol .swiper-slide .infobox .title {
  font-size: 24px;
  font-weight: bold;
  color: #19489a;
}
.ind_b #insol .swiper-slide .infobox .title span {
  display: block;
  padding: 0 0 26px 58px;
  border-left: 4px solid #19489a;
  position: relative;
}
.ind_b #insol .swiper-slide .infobox .title span::after {
  content: "";
  height: 1px;
  bottom: 0;
  left: 58px;
  right: 60px;
  background-color: #e5e5e5;
}
.ind_b #insol .swiper-slide .infobox .title span::before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #e5e5e5;
  left: 56px;
  bottom: -2px;
}
.ind_b #insol .swiper-slide .infobox .box {
  padding: 40px 62px 0 62px;
}
.ind_b #insol .swiper-slide .infobox .box .te {
  text-align:justify; 
  line-height: 26px;
  color: #888888;
  height: 130px;
  overflow: auto;
  margin-bottom: 30px;
  padding-right: 4px;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.ind_b #insol .swiper-slide .infobox .box .te::-webkit-scrollbar {
  width: 4px;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore {
  width: 140px;
  height: 40px;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 38px;
  color: #aaaaaa;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  cursor: pointer;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore span {
  padding-right: 33px;
  background-image: url(../images/more_jt_02_h.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore::after {
  content: "";
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background: #19489a;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 0;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore:hover {
  border-color: #19489a;
  background: #19489a;
  color: #fff;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore:hover span {
  background-image: url(../images/more_jt_02_a.png);
}
.ind_b #insol .swiper-slide .infobox .page {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 70px;
  color: #888888;
  font-size: 16px;
}
.ind_b #insol .swiper-slide .infobox .page .current {
  color: #19489a;
  font-size: 30px;
}
.ind_b #insol .swiper-slide-active .infobox {
  opacity: 1;
  top: 18.9655%;
}
.ind_c {
  background: url(../images/ind_10.jpg) no-repeat center top / cover;
  padding: 8.5% 0 7.5%;
}
.ind_c .lt-box {
  width: 325px;
  float: left;
}
.ind_c .lt-box .logo {
  margin-bottom: 90px;
}
.ind_c .lt-box .tl {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 65px;
}
.ind_c .lt-box .abnavbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ind_c .lt-box .abnavbox a {
  width: 150px;
  padding: 10px 0 17px;
  border-bottom: 1px solid #fff;
  color: #fff;
  opacity: .9;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-bottom: 10px;
}
.ind_c .lt-box .abnavbox a span {
  display: block;
  background: url(../images/more_jt_01.png) no-repeat right center;
}
.ind_c .lt-box .abnavbox a:hover {
  opacity: 1;
  padding-left: 10px;
}
.ind_c .rt-box {
  width: 67.9487%;
  float: right;
  padding: 0 0 0 10%;
}
.ind_c .rt-box .ind-mktl {
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  margin-bottom: 33px;
}
.ind_c .rt-box .ind-mktl .cn {
  color: #fff;
}
.ind_c .rt-box .ind-mktl .en {
  color: #7f96b3;
}
.ind_c .rt-box .info {
  font-size: 16px;
  line-height: 30px;
  color: #f1f1f1;
  margin-bottom: 40px;
}
.ind_c .rt-box .numbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  color: #fff;
}
.ind_c .rt-box .numbox .box {
  text-align: center;
}
.ind_c .rt-box .numbox .box .num {
  font-size: 96px;
}
.ind_c .rt-box .numbox .box .tp {
	font-size: 40px;
	line-height: 1.5;
	font-family: "ZhiMangXing-Regular";
}
.ind_c .rt-box .toMore {
  width: 140px;
  height: 40px;
  border: solid 1px #ffffff;
  line-height: 38px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_c .rt-box .toMore img {
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.ind_c .rt-box .toMore:hover {
  border-color: #19489a;
  background: #19489a;
}
.ind_d {
  padding: 0 0 5.2083% 0;
  background-color: #f5f5f5;
}
.ind_d .wrap1560 {
  position: relative;
}
.ind_d .wrap1560 .ind-mktl {
  text-align: left;
}
.ind_d .wrap1560 .news-ul a .time {
  color: #999999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
.ind_d .wrap1560 .news-ul a .title {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  height: 60px;
}
.ind_d .wrap1560 .news-ul a .imgbox {
  overflow: hidden;
  margin-bottom: 30px;
}
.ind_d .wrap1560 .news-ul a .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_d .wrap1560 .news-ul a .more {
  color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_d .wrap1560 .news-ul a .more span {
  padding-right: 18px;
  background-image: url(../images/more_jt_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_d .wrap1560 .news-ul a:nth-child(4n) {
  margin-right: 0;
}
.ind_d .wrap1560 .news-ul a:hover .title {
  color: #19489a;
}
.ind_d .wrap1560 .news-ul a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ind_d .wrap1560 .news-ul a:hover .more {
  color: #19489a;
}
.ind_d .wrap1560 .news-ul a:hover .more span {
  padding-right: 25px;
  background-image: url(../images/more_jt_02_b.png);
}
.ind_d .wrap1560 #newSP {
  text-align: right;
  top: 130px;
  right: 0;
}
.ind_d .wrap1560 #newSP .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: solid 4px #d4d4d4;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  background: #d4d4d4;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: 0 7px;
}
.ind_d .wrap1560 #newSP .swiper-pagination-bullet-active {
  border: solid 4px #19489a;
  background: #fff;
}
.ind_d .wrap1560 .toMore {
  width: 140px;
  height: 40px;
  border: solid 1px #19489a;
  line-height: 38px;
  background: #19489a;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin: 60px auto 0;
}
.ind_d .wrap1560 .toMore img {
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.ind_d .wrap1560 .toMore:hover {
  border-color: #004a74;
  background: #004a74;
}
.ind_e {
  padding-bottom: 4%;
}
.ind_e #partner{
	padding-bottom: 5%;
}
.ind_e .par {
  width: 19%;
  margin-right: calc(5% / 4);
  float: left;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  -moz-transition: transform .4s, -moz-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
  position: relative;
  padding: 10px;
  z-index: 1;
  box-sizing: border-box;
}
.ind_e .par:nth-child(5n){
	margin-right: 0;
}
.ind_e .par img {
  width: 100%;
   box-shadow: 0px 0px 10px 0px rgba(83, 83, 83, 0.1);
}
.ind_e .par:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 10;
}

/* 底部搜索 start*/
.footer_search{
	width: 100%;
	overflow: hidden;
	background-color: #19489a;
	padding: 50px 0;
}
.footer_search .fl{
	width: 50%;
	float: left;
	font-size: 36px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
}
.footer_search .fr{
	width: 30%;
	float: right;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	line-height: 54px;
	text-align: right;
	position: relative;
}

.footer_search .fr:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all .4s;
}
.footer_search .fr:hover:before{
	width: 100%;
}
.footer_search .fr input{
	width: 70%;
	height: 54px;
	padding: 0 15px;
	border: 0px;
	float: left;
	color: white;
	background-color: transparent;
	font-size: 16px;
}
.footer_search .fr input::placeholder{
	color: white;
	font-size: 16px;
}
.footer_search .fr button{
/* 	font-size: 16px;
	color: #fff;
	display: inline-block;
	border: none;
	 */
	position: relative;
	border: 0px;
	padding-right: 20px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
	float: right;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.footer_search .fr button::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	margin-left: -5px;
    width: 7px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../images/footer_arrow.png);
    transition: all .6s;
}
.footer_search .fr:hover button {
    padding-right: 25px;
}


.ind_search{
	position: relative;
	width: 100%;
	padding: 80px 0;
	background-color: transparent;
	background-attachment: fixed;
	background-position: center;
	background-image: url(../images/search_bg.jpg);
	text-align: center;
}
.ind_search::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0,0,0,.3);
}
.ind_search .wrap1560{
	position: relative;
	z-index: 3;
}
.ind_search .tit{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
.ind_search .con{
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	padding: 0 15%;
	margin-bottom: 35px;
}
.ind_search .form_box{
	padding: 0 23%;
	height: 56px;
	line-height: 56px;
	text-indent: 20px;
	border: none;
}

.ind_search .form_box input{
	width: 78%;
	float: left;
	height: 56px;
	line-height: 56px;
	text-indent: 20px;
	border: none;
	padding: 0;
}
.ind_search .form_box button{
	position: relative;
	overflow: hidden;
	width: 22%;
	float: left;
	height: 56px;
	line-height: 56px;
	background: #19489a;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.5s ease;
	outline: none;
}

.ind_search .int{
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}
.ind_search .int a{
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s; 
}
.ind_search .int a:hover{
	color: #e62129;
}

.common-btn:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    border-right: 20px transparent solid;
    border-top: 4rem solid #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	box-sizing: content-box;
}
.ind_search .form_box button.common-btn:before {
    border-top: 4rem solid #1b2026;
}
.common-btn:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.common-btn span {
    position: relative;
    z-index: 1;
    display: block;
}
/* 底部搜索 end*/


@media (max-width: 1600px) {
  .ind-mktl {
    padding: 100px 0 60px;
  }
  .ind_d .wrap1560 #newSP {
    top: 110px;
  }
}
@media (max-width: 1440px) {
  .ind-mktl {
    padding: 90px 0 60px;
  }
  .ind-mktl .cn {
    font-size: 30px;
  }
  .ind_d .wrap1560 #newSP {
    top: 100px;
  }
  .ind_a {
    height: 180px;
  }
  .ind_a .box {
    padding-top: 65px;
  }
  .ind_a .box .cn {
    font-size: 20px;
  }
  .ind_a .box .en {
    margin-bottom: 40px;
  }
  .ind_a .box:hover {
    height: 200px;
    top: -20px;
    padding-top: 60px;
  }
  .ind_b #insol .swiper-slide .infobox {
    padding-top: 80px;
    width: 400px;
  }
  .ind_b #insol .swiper-slide .infobox .title {
    font-size: 20px;
  }
  .ind_b #insol .swiper-slide .infobox .title span {
    padding: 0 0 20px 40px;
  }
  .ind_b #insol .swiper-slide .infobox .title span::after {
    left: 40px;
    right: 40px;
  }
  .ind_b #insol .swiper-slide .infobox .title span::before {
    left: 40px;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding: 30px 42px 0 42px;
  }
  .ind_b #insol .swiper-slide .infobox .page {
    bottom: 30px;
  }
  .ind_c .lt-box .logo {
    margin-bottom: 70px;
  }
  .ind_c .lt-box .logo img {
    height: 80px;
  }
  .ind_c .lt-box .tl {
    font-size: 30px;
    margin-bottom: 55px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 80px;
  }
  .ind_d .wrap1560 .news-ul a .time {
    font-size: 14px;
  }
  .ind_d .wrap1560 .news-ul a .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 16px;
  }
  .ind_d .wrap1560 .news-ul a .imgbox {
    margin-bottom: 20px;
  }
  .ind_d .wrap1560 .toMore {
    margin: 50px auto 0;
  }
}
@media (max-width: 1366px) {
  .ind-mktl {
    padding: 80px 0 50px;
  }
  .ind-mktl .cn {
    font-size: 26px;
  }
  .ind_d .wrap1560 #newSP {
    top: 90px;
  }
  .inbanner_box .btn {
    width: 50px;
  }
  .ind_b #insol .swiper-slide .infobox {
    padding-top: 60px;
  }
  .ind_c .lt-box .tl {
    font-size: 26px;
  }
  .ind_c .rt-box {
    padding: 0px 0 0 5%;
  }
  .ind_c .rt-box .ind-mktl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .ind_c .rt-box .info {
    margin-bottom: 30px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 72px;
  }
}
@media (max-width: 1280px) {
  .ind-mktl {
    padding: 70px 0 40px;
  }
  .ind-mktl .cn {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .ind_d .wrap1560 #newSP {
    top: 80px;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding: 20px 42px 0 42px;
  }
  .ind_b #insol .swiper-slide .infobox .box .te {
    margin-bottom: 20px;
  }
  .ind_c .lt-box .tl {
    font-size: 22px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .ind-mktl {
    padding: 60px 0 40px;
  }
  .ind_d .wrap1560 #newSP {
    top: 70px;
  }
  .ind_a {
    height: 140px;
  }
  .ind_a .box {
    padding-top: 50px;
  }
  .ind_a .box .cn {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ind_a .box .en {
    margin-bottom: 30px;
  }
  .ind_a .box:hover {
    padding-top: 45px;
    height: 160px;
    top: -20px;
  }
  .ind_b #insol {
    padding-bottom: 15%;
  }
  .ind_b #insol .btn {
    display: none;
  }
  .ind_b #insol .swiper-slide .infobox .title {
    font-size: 18px;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding-top: 14px;
  }
  .ind_c {
    background: #19489a;
  }
  .ind_c .rt-box {
    width: 60%;
  }
  .ind_c .rt-box .info {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .ind_c .rt-box .numbox {
    margin-bottom: 34px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 50px;
  }
  .ind_c .rt-box .numbox .box .tp {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ind-mktl {
    padding: 50px 0 30px;
  }
  .ind-mktl .cn {
    font-size: 20px;
  }
  .ind_a {
    height: auto;
    background: none;
	display: none;
  }
  
  .ind_a .box {
    background: #19489a;
    position: relative;
    right: auto;
    left: auto!important;
    top: auto;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding: 30px 20px;
    border-bottom: 1px solid #fff;
  }
  .ind_a .box .cn {
    font-size: 16px;
    text-align: left;
  }
  .ind_a .box .cn .st {
    top: -20px;
  }
  .ind_a .box .en {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: left;
  }
  .ind_a .box .viewMore {
    height: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ind_a .box:hover {
    padding-top: 40px;
    height: auto;
    top: 0;
  }
  .ind_a .box:nth-child(3),
  .ind_a .box:nth-child(4) {
    margin-bottom: 0;
  }
  .ind_a .box:last-child {
    border-bottom: none;
  }
  .ind_b #insol {
    padding-bottom: 40px;
  }
  .ind_b #insol .swiper-slide .infobox {
    position: static;
    width: 100%;
    padding: 30px 5%;
  }
  .ind_b #insol .swiper-slide .infobox .title span {
    border-left: none;
    padding: 0 0 10px;
  }
  .ind_b #insol .swiper-slide .infobox .title span::after {
    left: 0;
    right: 0;
  }
  .ind_b #insol .swiper-slide .infobox .title span::before {
    left: 0;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding: 14px 0 0 0;
  }
  .ind_b #insol .swiper-slide .infobox .box .te {
    height: 52px;
  }
  .ind_b #insol .swiper-slide .infobox .page {
    display: none;
  }
  .ind_c {
    padding: 50px 0;
  }
  .ind_c .lt-box {
    float: none;
  }
  .ind_c .lt-box .tl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ind_c .lt-box .abnavbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .ind_c .lt-box .abnavbox a {
    width: 48%;
    margin-right: 4%;
  }
  .ind_c .lt-box .abnavbox a:nth-child(2n) {
    margin-right: 0;
  }
  .ind_c .rt-box {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .ind_c .rt-box .ind-mktl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ind_c .rt-box .numbox {
    margin-bottom: 20px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 36px;
  }
  .ind_d {
    padding-bottom: 50px;
  }
  .ind_d .wrap1560 #news {
    padding-bottom: 30px;
  }
  .ind_d .wrap1560 #newSP {
    position: static;
    width: 100%;
    text-align: center;
  }
  .ind_d .wrap1560 #newSP .swiper-pagination-bullet {
    width: 8px!important;
    height: 8px!important;
    -webkit-border-radius: 50%!important;
       -moz-border-radius: 50%!important;
            border-radius: 50%!important;
    border: none!important;
    background: #19489a!important;
    margin: 0 5px!important;
    opacity: .3!important;
  }
  .ind_d .wrap1560 #newSP .swiper-pagination-bullet-active {
    opacity: 1!important;
  }
  .ind_d .wrap1560 .news-ul a .time {
    margin-bottom: 10px;
  }
  .ind_d .wrap1560 .news-ul a .title {
    margin-bottom: 10px;
  }
  .ind_d .wrap1560 .toMore {
    margin: 30px auto 0;
  }
  .ind_e {
    padding-bottom: 30px;
  }
  .ind_e .par {
    width: 33.3333%;
	padding: 5px;
  }
  .ind_e #partner{
	  padding-bottom: 30px;
  }
  
  footer .bot{
	  line-height: 1;
  }
}
