

 



.imain1 { background:#eef3f6; padding: 20px 0 40px 0; position: relative; z-index: 99;}
.imain2 { background: #ffffff; padding: 85px 0 96px 0; position: relative; z-index: 99;}
.imain3 { background: url(../img/index/bg1.jpg) center center no-repeat #eef3f6; background-size: cover; background-attachment: fixed; padding: 50px 0 50px 0;}
.imain4 { background: #f7f9fb; padding: 80px 0 100px 0;}
.imain5 { background: url(../img/index/bg2.jpg) center bottom no-repeat #ffffff; padding: 80px 0 100px 0;}


.inum { margin: 0 -130px;}
.inum .item { float: left; width: 20%; text-align: center; line-height: 1.3; color: #999999;}
.inum .item .t { color: #666666; font-size: 20px; }
.inum .item .t b{ font-size: 45px; font-family:'var(--thm-font)';}
.inum .item .t .j { font-size: 45px; font-family:'var(--thm-font)';}
.inum:after { display: block; content: ''; clear: both;}

.itit { text-align: center; margin-bottom: 40px; font-size: 32px; line-height: 1.4;}
.itit b { display: block;}
.itit span { display: block; font-size: 18px; color: #cccccc; letter-spacing: 0.4px; font-weight: lighter;}

.iabout_nav { height: 72px; margin-bottom: 38px;}
.iabout_nav ul li { float: left; width: 33.3%; cursor: pointer; text-align: center; height: 72px; font-weight: bold; font-size: 20px; line-height: 72px; background: #f0f5f8; color: #0091c7; position: relative; transition:all 300ms ease;}
.iabout_nav ul li:before { display: block; content: ''; position: absolute; left: -1px; top:50%; width: 1px; height: 34px; background: rgba(0,0,0,0.2); margin-top: -17px;}
.iabout_nav ul li:after { display: block; content: ''; position: absolute; left: 50%; margin-left: -12px; bottom: -8px; width: 0; height: 0; border-left: 12px transparent solid; border-right: 12px transparent solid; border-top: 8px #0091c7 solid; opacity: 0; transition:all 300ms ease;}
.iabout_nav ul li:first-child:before{ display: none;}
.iabout_nav ul li i{ display: inline-block; vertical-align: middle; margin-bottom: 2px; margin-right: 14px; width: 40px; height: 40px; background: url(../img/index/iico.png) no-repeat;}
.iabout_nav ul li i.b1 { background-position: 0 0;}
.iabout_nav ul li i.b2 { background-position: 0 -40px;}
.iabout_nav ul li i.b3 { background-position: 0 -80px;}
.iabout_nav ul li i.b4 { background-position: 0 -120px;}
.iabout_nav ul li i.b5 { background-position: 0 -160px;}

.iabout_nav ul li.on { background: #0091c7; color: #fff;}
.iabout_nav ul li.on:after { opacity: 1;}
.iabout_nav ul li.on:before { display: none;}
.iabout_nav ul li.on i.b1 { background-position: -40px 0;}
.iabout_nav ul li.on i.b2 { background-position: -40px -40px;}
.iabout_nav ul li.on i.b3 { background-position: -40px -80px;}
.iabout_nav ul li.on i.b4 { background-position: -40px -120px;}
.iabout_nav ul li.on i.b5 { background-position: -40px -160px;}

.imore { display: block; border-radius: 2px; width: 198px; height: 44px; line-height: 44px; text-align: center; border: 1px #81a4ce solid; font-weight: bold; color: #0091c7; }
.imore:after { display: inline-block; content: ''; vertical-align: middle; margin-bottom: 2px; margin-left: 14px; width: 40px; height: 8px; background: url(../image/more.png) center center no-repeat;}
.imore:hover { border: 1px #0091c7 solid; background: #0091c7; color: #fff;}
.imore:hover:after { background: url(../image/mores.png) center center no-repeat;}

.imores{
	text-align: center;
	width: 100%;
    margin: 30px auto 40px auto;
}
.imores .button{
	border: 1px #81a4ce solid;
    font-weight: bold;
    color: #0091c7;
	padding: 15px 15px;
	  border-radius: 2px;
}
.button:after { 
	display: inline-block; content: ''; 
	vertical-align: middle; 
	margin-bottom: 2px; 
	width: 40px;
	height: 8px; 
	background: url(../image/more.png) center center no-repeat; 
	background-size: 32px auto;
}
.button:hover { 
	border: 1px #0091c7 solid; 
	background: #0091c7; 
	color: #fff;}
.button:hover:after { 
	background: url(../image/mores.png) center center no-repeat;
    background-size: 32px auto;
}

.iabout { }
.iabout .item { display: none;}
.iabout .item_m { background: #f7f9fb; position: relative;}
.iabout .item .img{ position: relative; overflow: hidden; z-index: 10;}
.iabout .item .img img { display: block; height: 420px; transform: scale(1); transition: transform 0.2s;}
.iabout .item .con { position: absolute; right: 0; top: 0; bottom: 0; width: 560px; height: 420px; background: #fff; padding: 0 50px; z-index: 11;box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);}
.iabout .item .t { font-size: 24px; font-weight: bold; line-height: 2.8; padding-top: 28px; }
.iabout .item .m { line-height: 2; color: #666666; height: 14em; overflow: hidden; margin-bottom: 10px; }
.iabout .item:first-child { display: block;}

.iabout .item .img a:hover img{ transform: scale(1.04); }

.iservice { margin: 0 -70px;}
.iservice .item{ float: left; width: 12.5%;}
.iservice .item_m { display: block; text-align: center; padding: 37px 0 20px 0; text-align: center; font-size: 20px; line-height: 3; border-radius: 20px; transition:all 300ms ease;}
.iservice .item img { display: block; margin: 0 auto;}
.iservice .item_m:hover { background: rgba(255,255,255,0.3); box-shadow: 0 0 20px rgba(0,0,0,0.1); color: #0091c7; font-weight: bold;}
.iservice:after { display: block; content: ''; clear: both;}

.inews_main { position: relative; padding-left: 860px; min-height: 500px;}

.inews_left { position: absolute; left: 0; top: 0; }
.inews_right {}

.inews_banner { position: relative; width: 800px; overflow: hidden;}
.inews_banner .item { display: block; overflow: hidden; position: relative;}
.inews_banner .item img { display: block; width: 800px; height: 500px; transform: scale(1); transition: transform 0.2s;}
.inews_banner .item p { display: block; position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 160px 10px 30px; line-height: 40px; height: 40px; overflow: hidden; font-size: 18px; background: rgba(0,0,0,0.5); color: #fff;}

.inews_banner.swiper-container-horizontal>.swiper-pagination-bullets { left: auto; width: auto; right: 30px; bottom: 24px; line-height: 0; font-size: 0;}
.inews_banner .swiper-pagination .swiper-pagination-bullet { margin-left: 10px; width: 12px; height: 12px; border: 1px #fff solid; opacity: 1;}
.inews_banner .swiper-pagination .swiper-pagination-bullet-active { background: #fff;}

.inews_hot { padding-bottom: 22px; border-bottom: 1px #cfcfcf dashed;}
.inews_hot a { display: block;}
.inews_hot .t { display: block; font-size: 24px; font-weight: bold; line-height: 1.2; height: 1.2em; overflow: hidden; margin-bottom: 12px;}
.inews_hot .m { display: block; font-size: 14px; line-height: 1.7; color: #666666; height: 3.5em; overflow: hidden;}

.inews_list { padding: 15px 0; margin-bottom: 5px;}
.inews_list ul li { position: relative; line-height: 44px; padding-right: 110px;}
.inews_list ul li a { display: block; height: 44px; overflow: hidden; position: relative; padding-left: 17px;}
.inews_list ul li a:before { display: block; content: ''; position: absolute; left: 0; top: 50%; border-radius: 50%; width: 5px; height: 5px; background: #aeaeae; margin-top: -3px;}
.inews_list ul li span { display: block; position: absolute; right: 0; top: 0; color: #b3b3b3;}
.inews_list ul li a:hover { font-weight: bold;}


.istep { position: relative;}
.istep .tab-cont { max-width: 560px; height: 300px; margin: 0 auto; padding: 0 70px; border-radius: 24px; background-position: center; background-repeat: no-repeat; background-size: cover; box-shadow: 0 6px 14px rgb(60,97,231,0.4); background-image: url(../img/index/step_box.png); overflow: hidden; position: relative; font-size: 0; z-index: 2; }
.istep .tab-cont:before { content: ''; height: 100%; display: inline-block; vertical-align: middle; }
.istep .tab-cont-m { width: 100%; display: inline-block; vertical-align: middle; }
.istep .tab-cont .child { display: none; opacity: 0; animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;}
.istep .tab-cont .child.active { display: block; }
.istep .tab-cont h3 { position: relative; text-align: center; font-size: 60px; color: #fff; font-family: 'var(--thm-font)'; font-weight: normal; }
.istep .tab-cont .para { margin-top: 20px; text-align: center; font-size: 16px; line-height: 2; color: #fff; min-height: 96px; }
.istep .tab-cont h3:before { content: ''; width: 40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../img/index/air.png); position: absolute; left: 0; top: 0; }
.istep .year { max-width: 1400px; margin: 40px auto 0 auto; position: relative; z-index: 2; }
.istep .year .item { position: relative; }
.istep .year .item .box { text-align: center; cursor: pointer; }
.istep .year .item .box:before { content: ''; width: 24px; height: 30px; display: block; margin: 0 auto; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../img/index/pos.png); opacity: 0; transform: translateY(10px); transition: all 0.3s ease; }
.istep .year .item .box .dot { width: 16px; height: 16px; margin: 20px auto; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../img/index/istep_li.png); transition: all 0.3s ease; }
.istep .year .item .box h3 { font-size: 18px; line-height: 1; color: #666666; font-weight: normal; transition: all 0.3s ease; }
.istep .year .item .line { position: absolute; left: 100%; top: 56px; width: 80px; height: 4px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../img/index/istep_line.png); }
.istep .year .item .line:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 4px; border-radius: 2px; background-color: #0091c7; }
.istep .year .item.active .box:before { opacity: 1; transform: translateY(0); }
.istep .year .item.active .box .dot { background-image: url(../img/index/istep_lis.png); }
.istep .year .item.active .box h3 { color: #0091c7; font-weight: bold; }
.istep .year .item.active .line:after { width: 100%; transition: all 2s ease;}

.istep .button { position: absolute; top: 135px; width: 43px; height: 47px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../img/index/prev.png); transition: all 0.3s ease; cursor: pointer; z-index: 2; }
.istep .button:hover { background-image: url(../img/index/prevs.png); }
.istep .button-prev { left: 150px; }
.istep .button-next { right: 150px; transform: rotateY(180deg); }

@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.mainbox { 
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
}

@media (min-width:999px) and (max-width:1600px){
.mainbox { 
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}
.mainbox2 { 
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
}
}




.imain2 { padding: 68px 0 78px 0;}
.imain3 { padding: 40px 0 40px 0;}
.imain4 { padding: 64px 0 80px 0;}
.imain5 { padding: 64px 0 80px 0;}


.inum { margin: 0 -100px;}
.inum .item .t { font-size: 16px; }
.inum .item .t b{ font-size: 35px; }
.inum .item .t .j { font-size: 35px; }

.itit { margin-bottom: 32px; font-size: 26px; }
.itit span { font-size: 16px; }

.iabout_nav { height: 58px; margin-bottom: 30px;}
.iabout_nav ul li { height: 58px; font-size: 16px; line-height: 58px; list-style: none;}
.iabout_nav ul li:before { height: 26px; margin-top: -13px;}
.iabout_nav ul li:after { margin-left: -10px; bottom: -6px; border-left: 10px transparent solid; border-right: 10px transparent solid; border-top: 6px #0091c7 solid; }
.iabout_nav ul li i{ margin-right: 11px; width: 32px; height: 32px; background-size: 64px auto;font-size: 30px;}
.iabout_nav ul li i.b1 { background-position: 0 0;}
.iabout_nav ul li i.b2 { background-position: 0 -32px;}
.iabout_nav ul li i.b3 { background-position: 0 -64px;}
.iabout_nav ul li i.b4 { background-position: 0 -96px;}
.iabout_nav ul li i.b5 { background-position: 0 -128px;}

.iabout_nav ul li.on i.b1 { background-position: -32px 0;}
.iabout_nav ul li.on i.b2 { background-position: -32px -32px;}
.iabout_nav ul li.on i.b3 { background-position: -32px -64px;}
.iabout_nav ul li.on i.b4 { background-position: -32px -96px;}
.iabout_nav ul li.on i.b5 { background-position: -32px -128px;}

.imore { border-radius: 2px; width: 158px; height: 36px; line-height: 36px; }
.imore:after { margin-left: 11px; width: 32px; height: 7px; background-size: 32px auto;}
.imore:hover:after { background-size: 32px auto;}

.imores{
	text-align: center;
	width: 1200px;
    margin: 30px auto 40px -30px;
}
.imores .button{
	border: 1px #81a4ce solid;
    font-weight: bold;
    color: #0091c7;
	padding: 15px 15px;
	  border-radius: 2px;
}
.button:after { 
	display: inline-block; content: ''; 
	vertical-align: middle; 
	margin-bottom: 2px; 
	width: 40px;
	height: 8px; 
	background: url(../image/more.png) center center no-repeat; 
	background-size: 32px auto;
}
.button:hover { 
	border: 1px #0091c7 solid; 
	background: #0091c7; 
	color: #fff;}
.button:hover:after { 
	background: url(../image/mores.png) center center no-repeat;
    background-size: 32px auto;
}


.iabout .item .img img { height: 336px; }
.iabout .item .con { width: 448px; height: 336px; padding: 0 40px; }
.iabout .item .t { font-size: 20px; padding-top: 20px; }
.iabout .item .m { margin-bottom: 8px; }

.iservice { margin: 0 -56px;}
.iservice .item_m { padding: 28px 0 16px 0; font-size: 16px; border-radius: 16px; }
.iservice .item_m img { width: 64px;}
.iservice .item_m:hover { box-shadow: 0 0 16px rgba(0,0,0,0.1); }

.inews_main { padding-left: 688px; min-height: 400px;}

.inews_banner { width: 640px; }
.inews_banner .item img { width: 640px; height: 400px; }
.inews_banner .item p { padding: 8px 124px 8px 24px; line-height: 32px; height: 32px; font-size: 16px; }

.inews_banner.swiper-container-horizontal>.swiper-pagination-bullets { right: 24px; bottom: 19px; }
.inews_banner .swiper-pagination .swiper-pagination-bullet { margin-left: 8px; width: 10px; height: 10px; }


.inews_hot { padding-bottom: 18px; }
.inews_hot .t { font-size: 20px; margin-bottom: 10px;}
.inews_hot .m { font-size: 12px; }

.inews_list { padding: 13px 0; margin-bottom: 4px;}
.inews_list ul li { line-height: 34px; padding-right: 88px;}
.inews_list ul li a { height: 34px; padding-left: 14px;}
.inews_list ul li a:before { width: 4px; height: 4px; margin-top: -2px;}


.istep { }
.istep .tab-cont { max-width: 448px; height: 240px; padding: 0 56px; border-radius: 20px; }
.istep .tab-cont h3 { font-size: 48px; }
.istep .tab-cont .para { margin-top: 16px; font-size: 14px; min-height: 78px; }
.istep .tab-cont h3:before { width: 32px; height: 32px; }
.istep .year { max-width: 1120px; margin: 32px auto 0 auto; }
.istep .year .item .box:before { width: 20px; height: 24px; }
.istep .year .item .box .dot { width: 14px; height: 14px; margin: 16px auto; }
.istep .year .item .box h3 { font-size: 16px; }
.istep .year .item .line { top: 46px; width: 60px; height: 2px; }
.istep .year .item .line:after { height: 2px; border-radius: 2px; }

.istep .button { top: 108px; width: 34px; height: 37px; }
.istep .button-prev { left: 120px; }
.istep .button-next { right: 120px; }


.footbox_l { padding: 32px 0 16px 0;}
.footbox_r { padding: 88px 0 20px 0;}

.footlogo { margin-bottom: 32px;}
.footlogo img { height: 42px;}

.footcontact ul li { margin-bottom: 16px; line-height: 28px; padding-left: 44px; }
.footcontact ul li.li1 { background-size: 28px auto;}
.footcontact ul li.li2 { background-size: 28px auto;}
.footcontact ul li.li3 { background-size: 28px auto;}

.footcode ul li{ margin-left: 64px; }
.footcode ul li img { height: 104px;}

.footcopy { padding: 12px 0; }

@media (min-width:999px) and (max-width:1280px){
.mainbox { max-width: 1140px;margin-left: auto;margin-right: auto;}
.topbox .logo { padding-top: 25px; }
.topbox .logo img{ height: 30px; }
.topsub { margin-left: 10px; }
.topnav ul li a{ padding:0 8px; }
.topnav ul li .m a { padding: 0; }
.toplang { padding-left: 10px;}
.toplang a { margin-right: 10px;}
.toptool a { margin-left: 10px; padding: 0 14px;}

.headers .topbox .logo { padding-top: 17px; }
.headers .toplang { padding: 18px 0 0 10px;}
}

@media (min-width:240px) and (max-width:999px){
.mainbox { width: auto; /*! margin: 0 10px; */}

.header { height:50px; }
.topbox { height:50px; }

.topbox_l { position: absolute; left: 0; top: 0;}
.topbox_r { position: fixed; background: #fff; width: 50%; right: 0; top: 50px; box-shadow: 0 0 10px rgba(0,0,0,0.1); display: none;}
.topbox .logo { padding-top: 10px; }
.topbox .logo img{ height: 30px; }

.topsub { margin-left: 10px; margin-top: 14px; }
.topsub .t { padding: 0 26px 0 12px; height: 20px; line-height: 20px; background-size: 28px auto; border-radius: 11px 11px 11px 0; font-size: 12px;}
.topsub .m { top: 26px; width: 160px; padding: 4px 0; border-radius: 0 11px 11px 11px; }
.topsub .m ul li { width: 50%;}
.topsub .m ul li a { display: block; padding: 4px 12px; font-size: 12px; }

.topnav { float: none;}
.topnav ul li { float: none; }
.topnav ul li a{ padding:0 20px; height:50px; line-height:50px; }
.topnav ul li .m { display: none; top: 50px; }
.topnav ul li .m a { font-size: 14px;}

.toplang { float: none; padding: 18px 0 0 0; text-align: center; }
.toplang a { float: none; display: inline-block; margin: 0 5px; width: 28px; height: 28px; line-height: 28px; }

.toptool { float: none; padding: 20px 0 20px 0; text-align: center; }
.toptool a { float: none; display: inline-block; margin: 0 5px; border-radius: 3px; padding: 0 18px; height: 30px; line-height: 30px; margin-left: 16px;}


.nav_btn { display:block; position:absolute; right:0; top:9px; cursor:pointer; background:#0091c7; padding:3px 3px 3px 3px; border-radius:3px;}
.nav_btn i{ display:block; font-style:normal; width:2px;height:2px;box-shadow:inset 0 0 0 28px,0 -7px 0 0,0 7px 0 0;margin:12px 22px 12px 4px; position:relative; text-align: left; text-indent: -9999px; direction: ltr; box-sizing: border-box; color:#fff; }
.nav_btn i:before{width:16px;height:2px;left:5px;box-shadow:inset 0 0 0 28px,0 -7px 0 0,0 7px 0 0;position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.nav_btn i:after, .nav_btn i:before { content: ''; pointer-events: none; }


.headers { height:50px;}
.headers .topbox{ height:50px;}
.headers .topbox .logo { padding-top: 10px; }
.headers .topsub { margin-top: 14px; }
.headers .topnav ul li a{ height:50px; line-height:50px; }
.headers .topnav ul li .m a { height: auto; }
.headers .toplang { padding: 18px 0 0 0;}
.headers .toptool { padding: 20px 0 20px 0; }


.imain1 { padding: 25px 0 0 0;}
.imain2 { padding: 30px 0 30px 0;}
.imain3 { padding: 30px 0 30px 0;}
.imain4 { padding: 30px 0 40px 0;}
.imain5 { padding: 30px 0 40px 0;}


.inum { margin: 0 -10px; text-align: center; font-size: 0;}
.inum .item { float: none; width: 33.3%; display: inline-block; vertical-align: top; }
.inum .item .t { font-size: 14px; }
.inum .item .t b{ font-size: 20px; }
.inum .item .t .j { font-size: 20px; }
.inum .item .m { font-size: 12px; height: 3.6em; padding: 0 10px;}

.itit { margin-bottom: 22px; font-size: 18px; }
.itit span { font-size: 12px; }

.iabout_nav { height: 38px; margin-bottom: 20px;}
.iabout_nav ul li { height: 38px; font-size: 11px; line-height: 38px; }
.iabout_nav ul li:before { height: 20px; margin-top: -10px;}
.iabout_nav ul li:after { margin-left: -6px; bottom: -4px; border-left: 6px transparent solid; border-right: 6px transparent solid; border-top: 4px #0091c7 solid; }
.iabout_nav ul li i{ margin-right: 4px; width: 18px; height: 18px; background-size: 36px auto;font-size: 17px;}
.iabout_nav ul li i.b1 { background-position: 0 0;}
.iabout_nav ul li i.b2 { background-position: 0 -18px;}
.iabout_nav ul li i.b3 { background-position: 0 -36px;}
.iabout_nav ul li i.b4 { background-position: 0 -54px;}
.iabout_nav ul li i.b5 { background-position: 0 -72px;}

.iabout_nav ul li.on i.b1 { background-position: -18px 0;}
.iabout_nav ul li.on i.b2 { background-position: -18px -18px;}
.iabout_nav ul li.on i.b3 { background-position: -18px -36px;}
.iabout_nav ul li.on i.b4 { background-position: -18px -54px;}
.iabout_nav ul li.on i.b5 { background-position: -18px -72px;}

.imore { margin: 0 auto; border-radius: 2px; width: 128px; height: 32px; line-height: 32px; }
.imore:after { margin-left: 8px; width: 24px; height: 5px; background-size: 24px auto;}
.imore:hover:after { background-size: 24px auto;}

.imores{
	text-align: center;
	width:100%;
    margin: 30px auto 40px auto;
}
.imores .button{
	border: 1px #81a4ce solid;
    font-weight: bold;
    color: #0091c7;
	padding: 15px 15px;
	  border-radius: 2px;
}
.button:after { 
	display: inline-block; content: ''; 
	vertical-align: middle; 
	margin-bottom: 2px; 
	width: 40px;
	height: 8px; 
	background: url(../image/more.png) center center no-repeat; 
	background-size: 32px auto;
}
.button:hover { 
	border: 1px #0091c7 solid; 
	background: #0091c7; 
	color: #fff;}
.button:hover:after { 
	background: url(../image/mores.png) center center no-repeat;
    background-size: 32px auto;
}

.iabout .item .img img { width: 100%; height: auto; }
.iabout .item .con { position: relative; width: auto; height: auto; padding: 0 15px 22px 15px; }
.iabout .item .t { font-size: 18px; padding-top: 5px; text-align: center; }
.iabout .item .m { height: auto; margin-bottom: 14px; }

.iservice { margin: 0 -5px;}
.iservice .item { width: 25%;}
.iservice .item_m { padding: 20px 0 12px 0; font-size: 14px; border-radius: 12px; }
.iservice .item_m img { width: 44px;}
.iservice .item_m:hover { box-shadow: 0 0 12px rgba(0,0,0,0.1); }

.inews_main { padding-left: 0; min-height:auto;}

.inews_left { position: relative; }
.inews_right { padding-top: 20px;}

.inews_banner { width: 100%; }
.inews_banner .item img { width: 100%; height: auto; }
.inews_banner .item p { padding: 6px 80px 6px 12px; line-height: 30px; height: 30px; font-size: 14px; }

.inews_banner.swiper-container-horizontal>.swiper-pagination-bullets { right: 12px; bottom: 16px; }
.inews_banner .swiper-pagination .swiper-pagination-bullet { margin-left: 6px; width: 8px; height: 8px; }


.inews_hot { padding-bottom: 12px; }
.inews_hot .t { font-size: 16px; margin-bottom: 10px;}
.inews_hot .m { font-size: 12px; }

.inews_list { padding: 12px 0; margin-bottom: 4px;}
.inews_list ul li { line-height: 34px; padding-right: 80px;}
.inews_list ul li span { font-size: 12px;}
.inews_list ul li a { height: 34px; padding-left: 14px;}
.inews_list ul li a:before { width: 4px; height: 4px; margin-top: -2px;}


.istep { }
.istep .tab-cont { max-width: 448px; height: 200px; padding: 0 26px; border-radius: 18px; }
.istep .tab-cont h3 { font-size: 28px; }
.istep .tab-cont .para { margin-top: 12px; font-size: 14px; min-height: 78px; }
.istep .tab-cont h3:before { width: 32px; height: 32px; }
.istep .year { max-width: 1120px; margin: 32px auto 0 auto; }
.istep .year .item .box:before { width: 20px; height: 24px; }
.istep .year .item .box .dot { width: 14px; height: 14px; margin: 16px auto; }
.istep .year .item .box h3 { font-size: 16px; }
.istep .year .item .line { top: 46px; width: 40px; height: 2px; margin-left: -10px; }
.istep .year .item .line:after { height: 2px; border-radius: 2px; }

.istep .button { display: none; top: 108px; width: 34px; height: 37px; }
.istep .button-prev { left: 10px; }
.istep .button-next { right: 10px; }


