@charset "gb2312";
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {margin:0; padding:0; border:0 none; outline:0; color:inherit;}
html{width:100%; height:100%;}
body {margin:0 auto; font:14px/1 "Microsoft Yahei", "΢���ź�", sans-serif; vertical-align:baseline; overflow-y:scroll;}
h1 {font-weight:bold; font-size:18px; line-height:normal; color:#474545;}
h3 {font-weight:normal; font-size:12px; color:#746969;}
h2, h4, h5, h6 {font-weight:normal; font-size:100%;}
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
a {text-decoration:none;}
p {line-height:24px; text-align:justify;}
img, iframe {border:none;}
a:focus {outline:0;}

a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #616161;
}

/*img{ vertical-align:top;}*/
ol, ul, li{list-style:none;}
input, textarea, select, button {font-weight:inherit; font-size:inherit; *font-size:100%; font-family:inherit;}
/* == clearfix == */
.clearfix:after{content:""; display:block; height:0; clear:both;}
.clearfix{*zoom:1;}/*IE/7/6*/
.clearfix.bg{background: #f0f2f3;}
.fl{ float:left; overflow:hidden; }
.fr{ float:right; overflow:hidden; }
.w1200{ width: 1200px; margin: 0 auto;}
.of{overflow: hidden;}
.pr{position: relative;}
.clear{
	clear: both;
}

*, :after, :before, input[type=search] {
    box-sizing: border-box;
}
@font-face { 
font-family: shuzi;
src: url(../font/shuzi.ttf);
} 	
@font-face { 
font-family: youshe;
src: url(../font/YouShe.ttf);
} 
/* 基础样式 */

.flex-center,
.home-chain-remake-btn,
.header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between-end {
    align-items: flex-end;
}
.flex-between-end, .flex-between-start {
    display: flex;
    justify-content: space-between;
}
.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #dce2eb;
  padding-bottom: 40px;
}

.flex-align-end {
    display: flex;
    align-items: flex-end;
}
.footer-one{
	padding: 20px 0;
}
.footer-one a:hover{
	color: #1e6dda;
}
.home-title {
  color: #192939;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  padding-right: 35px;
  font-weight: bold;
  margin-top: 80px;
  display: inline-block;
  margin-bottom: 26px;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/titbgs.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.arrow-link {
	color: #1c6dc1;
    position: relative;
    text-decoration: none;
    padding-right: 25px;
	transition: all 0.5s ease;
}
.arrow-link:hover{
	 transform: translateX(5px);
}
#topcontrol{
	transition: all 0.5s ease;
}
#topcontrol:hover{
	transform: translateY(-6px)
}
.arrow-link:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 10px;
	background-image: url(../img/jt.png);    
	background-repeat: no-repeat;
    background-size: contain;
}
.content-container {
  max-width: 1200px;
  min-width: 1200px;
  width: 1200px;
  margin: auto;
  position: relative;
}
/* 关于我们 */
.flex{
	display: flex;
}
.home-platform-right-bg {
	position: absolute;
    bottom: 100px;
    right: -60px;
}
.home-platform {
    background: linear-gradient(90deg,#fff 50%,#1e6dda 0,#1e6dda);
    position: relative;
}
.home-platform-left {
    flex-basis: 53%;
    background-color: #fff;
    height: 730px;
    position: relative;
}
.home-platform-right {
    flex-basis: 47%;
    background-color: #1e6dda;
    height: 730px;
    text-align: right;
    position: relative;
}
/*���ض���*/.home-platform-tabs{
	margin-top: 70px;
}
.home-platform-tab {
    position: relative;
    color: #708193;
    font-size: 20px;
    margin-right: 50px;
    cursor: pointer;
    transition: all .5s ease;
}
.home-platform-tab.active {
    color: #1c6dc1;
    font-weight: 700;
}
.home-platform-tab:after {
    content: " ";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -12px;
    transition: all .5s ease;
    background-color: #1c6dc1;
}
.home-platform-tab.active:after {
    width: 42px;
}
.home-platform-desc {
    margin-top: 35px;
    margin-right: 40px;
    color: #192939;
    font-size: 16px;
    line-height: 16px;
    line-height: 24px;
}
.home-platform-card {
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 2;
    width: 864px;
    height: 430px;
    box-shadow: 0 6px 24px 0 rgba(198,208,244,.35);
    background-color: #fff;
    border-radius: 6px;
    text-align: right;
    opacity: 1;
    pointer-events: none;
	text-align: center;
    transition: all 1s ease;
}

.home-platform-card img{
	padding-top: 40px;
	display: inline-block;
}
.home-platform-title {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-top: 78px;
}
.home-platform-title img {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.home-platform-title-sub {
    color: hsla(0,0%,100%,.4392156862745098);
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
}

/* 核心产品 */
.home-product {
  width: 100%;
  height: 530px;
  background-color: #f7f9fb;
}
.mobile .home-product {
  height: fit-content;
  padding-bottom: 25px;
}
.home-product-list {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.mobile .home-product-list {
  flex-direction: column;
  margin-top: 15px;
}
.web .home-product-item:hover .home-product-title {
  transform: translate(0, -105px);
  color: white;
}
.web .home-product-item:hover .home-product-icon {
  width: 38px;
  height: 38px;
  transform: translate(-80px, -42px);
}
.web .home-product-item:hover .home-product-desc {
  display: none;
}
.web .home-product-item:hover .home-product-detail {
  opacity: 1;
  top: 60px;
}
.home-product-list > div:nth-child(5) .home-product-item .home-product-icon {
  background-image: url(../img/product-5.png);
  background-position: center;
}
.web .home-product-list > div:nth-child(5) .home-product-item:hover .home-product-icon {
  background-image: url(../img/product-5.png);
  background-position: center;
}
.home-product-list > div:nth-child(4) .home-product-item .home-product-icon {
  background-image: url(../img/product-4.png);
  background-position: center;
}
.web .home-product-list > div:nth-child(4) .home-product-item:hover .home-product-icon {
  background-image: url(../img/product-4.png);
  background-position: center;
}
.home-product-list > div:nth-child(3) .home-product-item .home-product-icon {
  background-image: url(../img/product-3.png);
  background-position: center;
}
.web .home-product-list > div:nth-child(3) .home-product-item:hover .home-product-icon {
  background-image: url(../img/product-3.png);
  background-position: center;
}
.home-product-list > div:nth-child(2) .home-product-item .home-product-icon {
  background-image: url(../img/product-2.png);
  background-position: center;
}
.web .home-product-list > div:nth-child(2) .home-product-item:hover .home-product-icon {
  background-image: url(../img/product-2.png);
  background-position: center;
}
.home-product-list > div:nth-child(1) .home-product-item .home-product-icon {
  background-image: url(../img/product-1.png);
  background-position: center;
}
.web .home-product-list > div:nth-child(1) .home-product-item:hover .home-product-icon {
  background-image: url(../img/product-1.png);
}
.mobile .home-product-item.active .arrow-down-alone {
  transform: rotate(180deg);
}
.mobile .home-product-item.active .home-product-detail-mobile {
  max-height: 200px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dae8f6;
  opacity: 1;
}
.home-product-item {
  pointer-events: auto;
  width: 224px;
  height: 260px;
  border-radius: 6px;
  box-shadow: 0px 6px 24px 0px rgba(198, 208, 244, 0.35);
  background-color: white;
  text-align: center;
  background: linear-gradient(#ffffff, #ffffff 50%, #1e6dda 50%, #1e6dda 100%);
  background-size: 100% 200%;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  outline: none;
}
.web .home-product-item:hover {
  background-position-y: 100%;
  transform: translateY(-5px) scale(1.05);
}
.home-product-item .arrow-down-alone {
  transition: all 0.5s ease;
}
.mobile .home-product-item {
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 15px;
  box-shadow: 0px 3px 12px 0px rgba(198, 208, 244, 0.35);
}
.home-product-icon {
  width: 78px;
  height: 78px;
  margin-top: 55px;
  transition: all 0.5s ease;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile .home-product-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  background-size: 100%;
}
.home-product-title {
  transition: all 0.5s ease;
  color: #192939;
  font-size: 18px;
  line-height: 20px;
  margin-top: 30px;
}
.mobile .home-product-title {
  font-size: 14px;
  line-height: 14px;
  margin-top: 0;
}
.home-product-desc {
  transition: all 0.5s ease;
  color: #708193;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
  content: '123';
}
.mobile .home-product-desc {
  font-size: 13px;
  line-height: 13px;
  margin-top: 11px;
}
.home-product-detail {
  opacity: 0;
  transition: all 0.5s ease;
  color: white;
  position: absolute;
  top: 200px;
  left: 20px;
  font-size: 14px;
  line-height: 24px;
  width: 182px;
  text-align: left;
}
.home-product-detail-mobile {
  margin: auto;
  opacity: 0;
  color: #708193;
  font-size: 12px;
  line-height: 22px;
  width: 291px;
  transition: all 0.5s ease;
  max-height: 0px;
}
.home-desc {
  color: #708193;
  line-height: 16px;
  font-size: 16px;
  opacity: 0.7;
}
/* 底部 */
.home-chain-remake {
  height: 356px;
  background-color: #1e6dda;
}
.mobile .home-chain-remake {
  height: fit-content;
  padding-top: 40px;
  padding-bottom: 20px;
}
.home-chain-remake-title {
  margin-top: 80px;
  font-size: 30px;
  line-height: 30px;
  color: white;
  font-weight: bold;
}
.mobile .home-chain-remake-title {
  margin-top: 0;
  font-size: 16px;
  line-height: 16px;
}
.home-chain-remake-desc {
  font-size: 16px;
  line-height: 16px;
  color: white;
  opacity: 0.7;
  margin-left: 20px;
}
.mobile .home-chain-remake-desc {
  margin-left: 0;
  margin-top: 14px;
  font-size: 13px;
  line-height: 13px;
}
.home-chain-remake-btn {
  width: 140px;
  height: 34px;
  background-color: white;
  border-radius: 6px;
  color: #0949a1;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0px 2px 2px 0px rgba(21, 91, 188, 0.35);
}
.home-chain-remake-btn:hover {
  opacity: 0.7;
}
.mobile .home-chain-remake-btn {
  width: 95px;
  height: 27px;
  font-size: 13px;
  line-height: 13px;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(21, 91, 188, 0.35);
}
.home-chain-remake-process {
  margin-top: 40px;
}
.mobile .home-chain-remake-process {
  margin-top: 28px;
  text-align: center;
}
.home-chain-remake-process-img {
  width: 1200px;
}
.mobile .home-chain-remake-process-img {
  width: 310px;
}
.home-chain-remake-process-list {
  display: flex;
  justify-content: space-between;
}
.mobile .home-chain-remake-process-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.home-chain-remake-process-item {
  color: white;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  width: 80px;
  margin-left: 15px;
 
}

.mobile .home-chain-remake-process-item {
  font-size: 12px;
  line-height: 12px;
  margin-top: 0px;
}
.pace{position:fixed; left:0; top:0; width:100%; z-index:5000; height:3px;animation: changebar 2.25s infinite .75s;}
.pace-progress{width:100% !important; background-color: #23b7e5;animation: changebar 2.25s infinite; height:0; position:absolute;}
.pace-progress:before{animation: movingbar .75s infinite; position:absolute; content:'';background-color: inherit; height:3px; left:50%; right:50%;}
.pace.pace-inactive{display:none;}
@keyframes changebar {
0% {background-color: #23b7e5}
33.3% {background-color: #FFD6C2}
33.33% {background-color: #FF8B6A}
66.6% {background-color: #DF0054}
66.66% {background-color: #480032}
99.9% {background-color: #302387}
}
@keyframes movingbar {
0% {right: 50%;left: 50%}
99.9% {right: 0;left: 0}
100% {right: 50%;left: 50%}
}
.prre{
	position: relative;
}
/*�����������*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
.header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: ease .65s;
	padding: 0 5vw;
	
}
.header.cur{
	border-bottom: 1px solid #46779c;
	background: #46779c;
}
.header.cur .header_fr li a{
	color: #fff;
}
.header.cur .logo{
	padding: 14px 0;
}
.z_banner .bd li.swiper-slide-active .img,.z_banner .bd li.swiper-slide-duplicate-active .img{transform:scale(1);opacity:1;}
.nav_top{
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
body.fixed .lh-header{transform:translateY(-100%);visibility:hidden;}
.navFixed .lh-nav-other{width:100%; position:fixed; left:0; top:0; background:#fff; z-index:200;}
.navFixed .lh-nav-other li a{color:#666; transition:ease .15s;}
.navFixed .lh-nav-other li a:hover,.navFixed .lh-nav-other li.active a{color:#B57F41;}
.navFixed #OtherNav .lh-nav-other{ border-bottom: 1px solid #ddd;}

.header_nav  li:before{ content: ""; display: block; width: 0%; transition: ease .5s;  height: 2px; background: #ff7f10; position: absolute; left: 50%; bottom: -10px;}
.header_nav  li:hover:before,.header_nav li.active:before{ width: 100%; left: 0; }
.header_nav  li:hover a,.header_nav li.active a{color:#ff7f10;}
.banner{
	width: 100%!important;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banner-text{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 32%;
}
.banner-text h1{
	color: #fff;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
}
.banner-text .eles{
	font-family: 'shuzi';
	font-size: 28px;
	color: #fff;
	margin-top: 10px;
	opacity: .8;
}
.banner .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 248px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .img{
	width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: scale(1.04);
    transition: ease 2.5s;
	opacity: .5; */
}
.banner .button1{
	border: 0;
    background: url(../img/btnBottom.png) no-repeat;
    width: 23px;
    height: 84px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin: 0 -11px;
    z-index: 10;
    cursor: pointer;
}

.banner .button1{
	-moz-animation: Animate 1s ease infinite;
    -o-animation: Animate 1s ease infinite;
    -ms-animation: Animate 1s ease infinite;
    -webkit-animation: Animate 1s ease infinite;
    animation: Animate 1s ease infinite;
}
@-webkit-keyframes Animate{
	0% { -webkit-transform:translateY(-30px); opacity: 1; }
	50% { -webkit-transform:translateY(0px); opacity: 0.2; }
	100% { -webkit-transform:translateY(-30px); opacity: 1; }
}
.nav_top .logo{
	padding: 14px 0;
	float: left;
}
.logo img{
	vertical-align: middle;
	
}
.header_fr{
	float: right;
}
.header_fr  li{
	display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-top: 25px;
    margin-left: 2.5vw;
    position: relative;
}
.header_fr li a{
	font-size: 16px;
    text-decoration: none;
    color: #fff;
	font-weight: bold;
    transition: all .45s;
    z-index: 99999;
}
.ny_banner{
	transform: scale(1.04);
    transition: ease 2.5s;
    opacity: .5;
	height: 550px;
	position: relative;
	
}
.ny_banner.jis{
	transform: scale(1);
    opacity: 1;
}
.ny_titi{
	position: absolute;
	right: 5vw;
	bottom: 90px;
	width: 260px;
	height: 150px;
	color: #fff;
}
.ny_titi span{
	color: #fff;
	font-family: "shuzi";
	font-size: 30px;
	display: block;
	text-align: right;
}

.ny_titi p{
	text-align: right;
	padding-bottom: 10px;
	font-size: 30px;
}
.ny_nav{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #43a460;
}
.ny_nav a{
	line-height: 90px;
	display: inline-block;
	color: #fff;
	margin-right: 40px;
	font-size: 16px;
	cursor: pointer;
}
.ny_nav a.pro{
	color: #53e67f;
}
.ny_nav a:hover{
	color: #53e67f;
}
.ny-nav{
	width: 100%;
	height: 72px;
	background: #fff;
	
}
.ny-nav .ny-link{
	display: flex;
	justify-content:center;
}
.ny-nav .ny-link a{
	font-size: 16px;
	line-height: 72px;
	color: #333333;
	margin: 0 43px;
}
.ny-nav .ny-link a.cor{
	color: #1e6dda;
}
.header.ovhide {
    display: none;
}
.navFixed .ny-nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 200;
	border-bottom: 1px solid #f1f1f1;
}
/* 关于我们 */
.company-box{
	width: 100%;
	height: 362px;
	background: #f7f7f7 url(../img/abbg.jpg) center no-repeat;
}
.about{
	width: 797px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
.ny-title-list{
	display: inline-block;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}
.about span{
	font-size: 24px;
	font-family: 'shuzi';
	color: #999999;
	display: block;
}

.ny-title-list::after{
	content: '';
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(../img/titbgs.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.ab-text{
	width: 100%;
	font-size: 16px;
	color: #64717d;
	line-height: 30px;
	text-align: left;
	padding-top: 10px;
}
.ny-ab-jk{
	text-align: center;
	padding: 60px 0;
}
/* 文化理念 */
.dw-list{
	width: 100%;
	display: flex;
	padding-bottom: 80px;
	justify-content: space-between;
}
.dw-item{
	width: 382px;
	height: 440px;
	background: #fff;
	color: #333333;
	padding: 40px 30px;
	border-radius: 6px;
	transition: all .5s ease;
	box-shadow: 0 6px 24px 0 rgba(198,208,244,.35);
}
.dw-item:hover{
	 background: #1e6dda;
	 transform: translateY(-5px);
	 color: #fff;
}
.dw-list .dw-item:hover *{
	 color: #fff!important;
}
.dw-item .dw-icon{
	width: 50px;
	height: 50px;
	margin-bottom: 38px;
}
.dw-item .dw-icon.on1{
	background: url(../img/dw1.png) center no-repeat;
}
.dw-item:hover .dw-icon.on1{
	background: url(../img/dw1-m.png) center no-repeat;
}
.dw-item .dw-icon.on2{
	background: url(../img/ys.png) center no-repeat;
}
.dw-item:hover .dw-icon.on2{
	background: url(../img/ys-m.png) center no-repeat;
}
.dw-item .dw-icon.on3{
	background: url(../img/zr.png) center no-repeat;
}
.dw-item:hover .dw-icon.on3{
	background: url(../img/zr-m.png) center no-repeat;
}
.dw-item .dw-title{
	color: #333;
	font-size: 24px;
	padding-bottom: 35px;
}
.dw-item .dw-text{
	font-size: 14px;
	color: #708193;
	line-height: 24px;
}
/* 发展历程 */
.deve-list{
	width: 100%;
	height: 420px;
	position: relative;
	background: url(../img/lc.png) center 40px no-repeat;
}
.deve-itme{
	width: 100%;
	overflow: hidden;
}
.deve-time{
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-family: 'shuzi';
	padding-bottom: 50px;
	color: #fff;
}
.deve-text{
	width: 100%;
	height: 327px;
	background: #fff;
	padding: 20px;
	overflow-y: auto;
	border-radius: 6px;
}
.deve-text .deve-title{
	font-size: 18px;
	color: #64717d;
	position: relative;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 23px;
}
.deve-text p{
	font-size: 14px;
	color: #64717d;
	line-height: 24px;
}
.deve-text .deve-title::after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/titbgs.png) center no-repeat;
}
.deve-left,.deve-right{
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	transition: all .5s ease;
	cursor: pointer;
	transform: scale(.9);
}
.deve-left:hover{
	transform: scale(1);
	transition: ease .5s;
}
.deve-right:hover{
	transform: scale(1);
	transition: ease .5s;
}
.deve-left{
	left: -74px;
	background: url(../img/deve-left.png) center no-repeat;
}
.deve-right{
	right: -74px;
	background: url(../img/deve-right.png) center no-repeat;
}
.my-button-disabled{
	opacity:0.5;
}
/* 荣誉资历 */
.ry-list{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ry-item{
	width: 240px;
	height: 200px;
	text-align: center;
}
.ry-item img{
	width: 154px;
	display: inline-block;
}
/*����*/
.z-container {
    width: 78.9%;
    height: auto;
    clear: both;
	/* background: #f0f2f3; */
    margin: 0 auto;
}
.fenbu_list{padding-top: 7vh; }
.fenbu_list ul{ margin-left: -1%; margin-bottom: 5vh;text-align: center; }
.fenbu_list li{ width: 22.3%;position: relative; float: left; margin-left: 1%; margin-bottom: 20px;border: 1px solid #ededed;}
.fenbu_list li:before{ content: ""; display: block; z-index: 1; width: 0; height:2px; background: #679d25; position: absolute; left: 50%; bottom: 0; transition: all .6s;} 
.fenbu_list li:hover:before{ width: 100%; left: 0;}
.fenbu_list .imgbox{ width: 100%; height: 314px; height: 16.5vw; overflow: hidden;text-align: center;}
.fenbu_list .imgbox .img{width: 80%; transition: ease 1s; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center;display: inline-block;}
.fenbu_list li:hover .img{ transform: scale(1.1,1.1);}
.fenbu_list li .infobox{ background: #f4f4f4; padding: 30px; box-sizing: border-box; height: 13rem;}
.fenbu_list li h3{font-size: 16px; height: 16px; line-height: 16px; color: #333; margin-bottom: 30px;}
.fenbu_list li:hover .infobox{background: #008000;}
.fenbu_list li:hover h3{ color: #fff;}
.fenbu_list li:hover h4{ color: #fff;}
.fenbu_list li h4{ color: #989898; height: 16px; line-height: 16px; /*background: url(../img/dz2.png) no-repeat left center;padding-left: 15px;*/}
.fenbu_list ul:first-child li .infobox{height: auto;}
.fenbu_list ul:last-child li .infobox{height: auto;}
.fenbu_list ul:nth-child(2) li{ display: inline-table;float: none;}
.fenbu_list ul:first-child li{ display: inline-table;float: none;}
.pro_list div p{text-align: center;color: #666;}
/*分页*/
.pagek{
	width: 100%;
	overflow: hidden;
	padding: 0 10vw;
	margin: 40px 0;
	text-align: center;
}
.pagek li{
	float: left;
}
.pagek li a{
	float: left;
	font-size: 14px;
	margin-right: 15px;
	color: #999999;
}

.Previous a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	color: #999999;
	line-height: 38px;
	text-align: center;
}
.Previous a.left{
	background:#fff  url(../img/zjt.jpg) center no-repeat;
}
.Previous a.right{
	background:#fff  url(../img/yjt.jpg) center no-repeat;
}
.Previous a:hover{
	opacity: .6;
}
.one a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
}
.one a:hover{
	color: #e77817;
}
.one.on a{
	color: #fff;
	background: #e77817;
}
.pagek ul{
	display: inline-block;
}
/*��Ŀչʾ*/
/* 
.case_fl{
	width: 36.5%;
    float: left;
    padding-left: 10.5%;
    padding-top: 10vh;
    padding-right: 7%;
    box-sizing: border-box;
    background: #f7f7f7;
    height: 100vh;
}
.case_fr{
	width: 63.5%;
    padding-left: 6%;
    padding-top: 10vh;
    padding-right: 10.5%;
    box-sizing: border-box;
    float: right;
    background: #fff;
}
.case_fl.fixed{ position: fixed; left: 0; top: 80px;}
.case_artic p{
	color: #999;
}
.case_info_tit h3{ font-size: 24px;}
.case_info_tit .line{ display: block; width: 17px; height: 5px; background: #679d25; margin: 30px 0;}
.case_info .desc_text{ line-height: 24px; color: #5b5b5b; margin-bottom: 6vh;}
.case_info .desc_text .tel{ font-family: "en"; font-size: 16px; color: #eb9500;}
.case_fl .yo_more{
	display: block;
    width: 30.333%;
    height: 60px;
	float: left;
	margin-right: 5px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    margin-top: 40px;
    background: #e4e4e4;
    transition: all .4s;
    color: #484848;
}
.case_fl .yo_more:hover{
	background: #eb9500;
    color: #fff;
}
.case_box:first-child{
	padding-top: 0;
}
.case_box{
	padding: 8vh 0;
    border-bottom: 1px solid #d9d9d9;
} */

/* 案例展示 */
.home-desc a{
	float: left;
	margin-right: 40px;
}
.home-desc a.ones{
	color: #1e6dda;
}
.in-project {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding: 40px 0;
}
.in-pro-list{
	width: 378px;
	height: 280px;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 10px;
	transition: all 0.5s ease;
	box-shadow: 0 6px 24px 0 rgba(198,208,244,.35);
	background-color: #fff;
}
.in-pro-img{
	width: 357px;
	height: 226px;
	overflow: hidden;
}
.in-pro-list:hover .in-pro-img img{
	transform: scale(1.04);
}
.in-pro-list:hover .in-pro-link{
	color: #1e6dda;
}
.in-pro-list:hover{
	transform: translateY(-5px) scale(1.05);
}
.in-pro-img img{
	width: 100%;
	transform: scale(1);
	transition: ease .5s;
}
.in-pro-link{
	line-height: 40px;
	text-align: left;
	padding-left: 15px;
	font-size: 16px;
	color: #708193;
}
/* 底部 */
.footer {
  height: 428px;
  position: relative;
  z-index: 999;
  background: #fff;
  border-top: 2px solid #f3f3f3;
}
.mobile .footer {
  height: initial;
  padding-bottom: 50px;
}
.footer .logo {
  width: 324px;
  margin-top: 75px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dce2eb;
}
.mobile .footer .logo {
  margin-top: 40px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mobile .footer .logo img {
  width: 123px;
  height: 31px;
}

.footer .info {
  width: 530px;
  align-items: center;
  margin-top: 22px;
  color: #192939;
  font-size: 16px;
  line-height: 16px;
}
.mobile .footer .info {
  font-size: 12px;
  line-height: 12px;
  margin-top: 15px;
}
.mobile .footer .info img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.footer .info img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.footer .copyright {
  color: #192939;
  margin-top: 40px;
  font-size: 16px;
  line-height: 16px;
}
.mobile .footer .copyright {
  font-size: 12px;
  line-height: 12px;
  margin-left: 20px;
}
.footer .copyright a {
  color: #192939;
  margin-left: 10px;
}
.footer-qrcode {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  flex-direction: column;
}
.footer-qrcode span {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.footer-qrcode.active {
  opacity: 1;
  pointer-events: auto;
}
.footer-qrcode img {
  width: 200px;
  height: 200px;
}
.footer-link {
  display: flex;
  flex-direction: column;
  width: 160px;
}
.mobile .footer-link {
  padding-bottom: 15px;
  border-bottom: 1px solid #edf0f3;
  width: 100%;
  outline: none;
}
.mobile .footer-link:nth-last-child {
  border-bottom-style: none;
}
.mobile .footer-link.active:nth-child(1) .footer-link-container {
  height: 81px;
}
.mobile .footer-link.active:nth-child(2) .footer-link-container {
  height: 135px;
}
.mobile .footer-link.active:nth-child(3) .footer-link-container {
  height: 108px;
}
.mobile .footer-link.active:nth-child(4) .footer-link-container {
  height: 81px;
  max-height: 100%;
}
.mobile .footer-link.active:nth-child(5) .footer-link-container {
  height: 81px;
}
.mobile .footer-link.active .footer-link-title::after {
  transform: rotate(180deg);
}
.footer-link-container {
  height: 1px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.footer-link:last-child {
  width: fit-content;
}
.mobile .footer-link:last-child {
  width: 100%;
}
.footer-link-list {
  display: flex;
  margin-top: 80px;
}
.mobile .footer-link-list {
  margin-top: 10px;
  flex-direction: column;
}
.footer-link-title {
  color: #192939;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.mobile .footer-link-title {
  position: relative;
  margin-top: 15px;
  font-size: 13px;
  line-height: 13px;
}
.mobile .footer-link-title::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 10px;
  height: 12px;
  transition: all 0.5s ease;
  background-image: url('/src/images/home/arrow-down.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-link-item {
  display: inline-block;
  margin-top: 25px;
  color: #192939;
  cursor: pointer;
}
.mobile .footer-link-item {
  margin-top: 0;
  margin-top: 15px;
  font-size: 12px;
  line-height: 12px;
  margin-left: 20px;
}
.mobile .footer-link-item {
  width: fit-content;
}
.footer-link-item:hover {
  color: #2070c2;
}
.mobile .footer-link-item:hover {
  color: #192939;
}
.footer-link-item.program {
  position: relative;
  outline: none;
}
.web .footer-link-item.program:hover::after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 108px;
  height: 108px;
  background-color: white;
  border-radius: 1px;
  box-shadow: 0px 6px 24px 0px rgba(160, 173, 226, 0.35);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mobile .footer-link-item.program:focus::after {
  z-index: 10;
  content: '';
  position: fixed;
  left: 200px;
  width: 108px;
  height: 108px;
  background-color: white;
  border-radius: 1px;
  box-shadow: 0px 6px 24px 0px rgba(160, 173, 226, 0.35);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 100px;
  pointer-events: auto;
}
.footer-link-item.program::after {
  background-image: url('/src/images/home/chainboard-qrcode-2.png');
}
.footer-link-item.chainboard {
  position: relative;
  outline: none;
}
.web .footer-link-item.chainboard:hover::after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 108px;
  height: 108px;
  background-color: white;
  border-radius: 1px;
  box-shadow: 0px 6px 24px 0px rgba(160, 173, 226, 0.35);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mobile .footer-link-item.chainboard:focus::after {
  z-index: 10;
  content: '';
  position: fixed;
  left: 200px;
  width: 108px;
  height: 108px;
  background-color: white;
  border-radius: 1px;
  box-shadow: 0px 6px 24px 0px rgba(160, 173, 226, 0.35);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 100px;
  pointer-events: auto;
}
.footer-link-item.chainboard::after {
  background-image: url('/src/images/home/chainboard-qrcode.png');
}
.footer-link-item.assistant {
  position: relative;
  outline: none;
}
.web .footer-link-item.assistant:hover::after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 108px;
  height: 108px;
  background-color: white;
  border-radius: 1px;
  box-shadow: 0px 6px 24px 0px rgba(160, 173, 226, 0.35);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mobile .footer-link-item.assistant:focus::after {
  z-index: 10;
  content: '';
  position: fixed;
  left: 200px;
  width: 108px;
  height: 108px;
  background-color: white;
  border-radius: 1px;
  box-shadow: 0px 6px 24px 0px rgba(160, 173, 226, 0.35);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 100px;
  pointer-events: auto;
}
.footer-link-item.assistant::after {
  background-image: url('/src/images/home/chainboard-qrcode-3.png');
}
.mobile_btn{cursor:pointer; width: 70px; display: none; height: 70px; position: absolute; right: 0; top: 0; z-index: 4; box-sizing: border-box;  padding: 22px 14px;  }
.mobile_btn.on .line1{transform:rotate(45deg);transform-origin:13% 50%;}
.mobile_btn.on .line2{width:0;}
.mobile_btn.on .line3{transform:rotate(-45deg);transform-origin:13% 50%;}
.mobile_btn span{display:block; width:40px; height:2px; background:#1e6dda; transition:all .45s;}
.mobile_btn .line2{margin:13px 0; width:40px; }
/* 动态资讯 */
.home-news{
	width: 100%;
    height: 630px;
    background-color: #f7f9fb;
}
.in-news-list{
	width: 390px;
	height: 360px;
	box-shadow: 0 3px 14px 0 rgba(198,208,244,.35);
	background-color: #fff;
	transition: all 0.5s ease;
	border-radius:0 0 6px 6px;
}
.in-news-list:hover{
	transform: translateY(-5px) scale(1.05);
}
.in-news-img{
	width: 390px;
	height: 240px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.in-news-img img{
	width: 100%;
}
.in-news-text{
	width: 100%;
	padding: 20px;
}
.in-news-text span{
	color: #708193;
	font-family: 'shuzi';
	
	font-size: 24px;
}
.in-news-text h3{
	padding-top: 10px;
	font-size: 18px;
	color: #333333;
}
/* 内页标题 */
.ny-title{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -43px;
}
.h550{
	height: 550px;
}
.ny-title h1{
	font-weight: normal;
	font-size: 48px;
	text-shadow: 0px 3px 3px rgba(0,0,0,.2);
	color: #fff;
	font-family: 'youshe';
}
.ny-title p{
	font-size: 18px;
	color: #fff;
}
/* 发展历程 */
.development{
	width: 100%;
	height: 654px;
	background: #1e6dda url(../img/fazhanbg.jpg) center no-repeat;
}
.development.rybg{
	background: #1e6dda url(../img/rybg.jpg) center no-repeat;
}
/* 智慧平台 */
.company-box.smartbg{
	height: 650px;
	background: url(../img/sarmt.jpg) center no-repeat;
}

.smart{
	padding-top: 115px;
	
}
.smart h1{
	font-size: 30px;
	color: #ffffff;
}
.smart span{
	font-family: 'shuzi';
	font-size: 30px;
	color: #fff;
	display: block;
	padding-bottom: 35px;
}
.smart p{
	font-size: 14px;
	color: #ffffff;
	width: 662px;
	line-height: 30px;
}
.smart a{
	display: block;
	width: 198px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #1e6dda;
	background: #fff;
	border-radius: 26px;
	margin-top: 50px;
}
.smart a:hover{
	opacity: .8;
}
.nandian{
	padding-bottom: 50px;
}
.nandian.bgf1{
	background: #f7f9fb;
}
.nandian .ny-ab-jk{
	text-align: left;
	padding-left: 30px;
	padding-bottom: 30px;
}
.nandian .ny-ab-jk p{
	font-size: 14px;
	color: #708193;
}
.nandian .ny-ab-jk .ny-title-list{
	font-size: 20px;
}
.nd-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nd-list .nd-item{
	width: 385px;
	padding: 25px;
	border-radius: 6px;
	border-top: 6px solid #fc5050;
	min-height: 130px;
	margin-bottom: 15px;
	transition: all 0.5s ease;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(198,208,244,.35);
}
.nd-list.jyjc .nd-item:nth-child(4n){
	width: 587px;
}
.nd-list.jyjc .nd-item:nth-child(5n){
	width: 587px;
}
.nd-list.jyjc .nd-item{
	border-top: 6px solid #3776cc;
}
.nd-list .nd-item:hover{
	transform: translateY(-5px) scale(1.05);
}
.nd-list .nd-item h2{
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
	font-weight: bold;
}
.nd-list .nd-item p{
	color: #666666;
}
.gn-text{
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #dae8f6;
}
/* 新闻资讯 */
.news-box{
	padding-top: 35px;
	width: 100%;
}
.news-item{
	box-shadow: 0 6px 14px 0 rgba(198,208,244,.35);
	border-radius: 6px;
	margin-bottom: 30px;
	height: 211px;
	width: 100%;
	background: #fff;
	transition: all 0.3s ease;
}
.news-item:hover{
	transform: translateX(-5px) scale(1.02);
}
.news-item:hover h2{
	color: #1e6dda;
}
.news-pho{
	width: 278px;
	height: 211px;
	float: left;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
}
.news-pho img{
	min-height: 211px;
}
.news-text{
	float: left;
	width: 922px;
	padding: 30px;
}
.news-text h2{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.news-text p{
	font-size: 16px;
	color: #708193;
	padding-bottom: 30px;
}
.news-text a{
	font-family: 'shuzi';
	color: #ff7f10;
	font-size: 18px;
	float: left;
}
.news-text span{
	font-family: 'shuzi';
	color: #708193;
	float: right;
	font-size: 18px;
}
.news-show{
	width: 100%;
	margin-top: 30px;
}
.news-left{
	width: 876px;
	float: left;
	background: #fff;
	box-shadow: 0 6px 14px 0 rgba(198,208,244,.35);
	border-radius: 6px;
	padding: 30px;
}
.news-title{
	border-bottom: 1px solid #d4dee8;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-title h1{
	padding-bottom: 15px;
	font-size: 20px;
	color: #192939;
	width: 100%;
	display: block;
}
.news-title p{
	font-size: 16px;
	color: #708193;
	float: left;
	padding-bottom: 20px;
}
.news-title span{
	float: right;
	font-family: 'shuzi';
	font-size: 18px;
	color: #708193;
}
.news-right{
	width: 294px;
	float: right;
	background: #fff;
	box-shadow: 0 6px 14px 0 rgba(198,208,244,.35);
	border-radius: 6px;
	padding: 20px;
}
.not-pho{
	width: 100%;
	height: 140px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 10px;
}
.news-not{
	padding-bottom: 30px;
	border-bottom: 1px solid #d4dee8;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px;
	transition: all 0.3s ease;
}
.news-not:hover{
	box-shadow: 0 6px 14px 0 rgba(198,208,244,.35);
	transform: translateY(-5px) scale(1.02);
}
.news-not h1{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	padding-bottom: 15px;
}
.news-not a{
	color: #ee7600;
	font-size: 14px;
	float: left;
}
.news-not span{
	float: right;
	color: #708193;
	font-size: 14px;
}
.news-center p{
	font-size: 16px;
	color: #101010;
	padding-bottom: 20px;
}
.news-next{
	padding: 20px 0;
	border-top: 1px solid #d4dee8;;
}
.next-left a{
	color: #333;
	font-size: 14px;
}
.next-left a:hover{
	color: #1e6dda;
	font-style: initial;
	text-decoration: underline;
}
/* 项目展示 */
.pro-show{
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}
.pro-left{
	float: left;
	width: 29%;
	height: 100vh;
	padding: 100px 35px;
	background: #1e6dda ;
	position: relative;
	z-index: 99;
	transition: ease .4s;
	
}
.pro-left-bg{
	background:url(../img/gifbg.png)  center;
	-webkit-animation: scrollBad 15s linear infinite;
	-moz-animation: scrollBad 15s linear infinite;
	animation: scrollBad 15s linear infinite;
	position: absolute;
	z-index: -1;
	transition: ease .4s;
	display: none;
}
@keyframes scrollBad {
    0% {
		transform:rotate(0deg);
    }
    100% {
       transform:rotate(360deg);
    }
}
.pro-left.posfid{
	position: fixed;
	top:72px;
	left: 0;
}
.pro-left.trans{
	transform: translateY(-58px);
}

.pro-text{
	color: #fff;
	width: 80%;
	float: right;
}
.pro-text h1{
	color: #fff;
	padding-left: 40px;
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
}
.pro-text p{
	line-height: 24px;
	padding-bottom: 50px;
}
.pro-text a{
	color: #fff;
	display: block;
	padding-bottom: 20px;
}
.pro-text a:hover{
	opacity: .8;
}
.pro-text a:nth-child(2n){
	width: 178px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #fff;
	color: #1e6dda;
	border-radius: 26px;
}
.pro-text h1::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/titlebg.png) center no-repeat;
}
.pro-right{
	float: right;
	padding: 54px;
	width: 71%;
	min-height: 100vh;
	background: #FFFFFF;
}
.pro-top{
	width: 100%;
	border-bottom: #dae8f6 1px solid;
	padding-bottom: 18px;
	overflow: hidden;
}
.pro-top span{
	font-size: 18px;
}
.pro-top span:first-child{
	float: left;
}
.pro-top span:last-child{
	float: right;
	color: #1e6dda;
}
.pro-center{
	padding-top: 30px;
	text-align: center;
}
.pro-center p{
	padding-bottom: 20px;
}
.pro-center img{
	width: auto;
	padding-bottom: 20px;
	display: inline-block;
}
.pro-nav{
	position: absolute;
	bottom: 40%;
	left: 0;
	width: 100%;
	height: 80px;
	transition: ease .4s;
	background: #ff8a00;
}
.pro-nav.bottm{
	bottom: 70px;
}
.pro-nav.bots{
	transform: translateY(-371px);
}
.pro-nav a{
	width: 50%;
	line-height: 80px;
	color: #fff;
	text-align: center;
	transition: ease .4s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.pro-nav a em{
	display: inline-block;
	width: 24px;
	height: 20px;
	overflow: hidden;
	margin: 0 5px;
}
.pro-nav a em img{
	display: block;
	max-width: 100%;
	transition: ease .4s;
	margin: 0 auto;
}
.pro-nav a:hover em img {
    transform: translateY(-20px);
}
.m-footer{display: none;}
#topcontrol{
	z-index: 9999;
}
/*ƽ��*/ 
@media screen and (max-width: 1024px){
.w_banner{display:none;}
.m_banner{display:block;}
	
}
/*�ʼǱ�*/ 
@media screen and (max-width: 1366px){
	
}

/*�ֻ�*/
@media screen and (max-width: 980px){
	html, body {
		overflow-x: hidden;
		font-size: 22px;
	}
	.mobile_btn span{
		background: #fff;
	}
	.home-chain-remake-process-img{width: 100%;}
	.ny-nav .ny-link a{font-size: 18px; margin-right: 0px;}
	.nd-list.jyjc .nd-item:nth-child(4n){width: 100%;}
	.nd-list.jyjc .nd-item:nth-child(5n){width: 100%;}
	.ny-title-list{font-size: 40px;}
	.ab-text{font-size: 24px;}
	.dw-item{width: 100%; height: auto;margin-bottom: 30px;}
	.dw-item .dw-text{font-size: 24px;line-height: normal;}
	.ry-list .ry-item:nth-child(2n){display: none;}
	.dw-item .dw-icon{margin: 0 auto;}
	.dw-list{display: block;}
	.about{width: auto;}
	.deve-text{height: auto;}
	.deve-text p{font-size: 18px;line-height: normal;}
	.dw-item .dw-title{text-align: center;font-size: 28px;padding: 20px 0;}
	.w1200{width: auto;}
	.home-platform{background: none;}
	.home-platform-tab{font-size: 40px;}
	.home-platform-card{width: 100%;}
	.arrow-link{display: none;}
	.home-product-list{flex-wrap: wrap;justify-content: space-evenly;}
	.home-product-title{font-size: 28px;}
	.ny-nav .content-container{padding: 0;}
	.ny-title{left: 40px;}
	.home-title{font-size: 40px;}
	.banner-text{left: 20%;}
	.home-product-desc{font-size: 20px;}
	.home-product-item{width: 274px;margin-bottom: 30px;}
	.content-container{width: 100%;min-width: auto;max-width: none;padding: 30px;}
	.in-pro-list{width: 438px;height: 310px;}
	.in-news-img{width: auto;height: 200px;}
	.in-news-list{width: 290px;height: auto;}
	.in-news-text span{font-size: 28px;}
	.in-news-text h3{font-size: 24px;}
	.footer{display: none;}
	p{line-height: normal;font-size: 20px;}
	.smart p{font-size: 24px;width: auto;}
	.m-footer .logo{text-align: center;}
	.news-right{display: none;}
	.pro-left{display: none;}
	.pro-right{width: 100%;}
	.news-left{width: 100%;}
	.news-pho{width: 30%;}
	.content-container .ry-item img{width: auto;}
	.news-text{width: 70%;}
	.nandian .ny-ab-jk .ny-title-list{font-size: 40px;}
	.content-container img{width: 100%;}
	.nd-list .nd-item{width: 100%;}
	.nd-list .nd-item h2{font-size: 28px;}
	.m-footer{display: block;padding: 30px;text-align: left; font-size: 18px;line-height: initial;}
	/* .in-project{flex-wrap: nowrap;} */
	.in-pro-img{width: auto;}
	.in-pro-link{font-size: 24px;padding: 15px 0;}
	.home-desc{font-size: 24px;line-height: initial;}
	.home-product{height: auto;}
	.home-platform-right{height: 400px;}
	.home-platform-right-bg{right: 280px;top: 70px;}
	.home-platform-title{margin-top: 0;padding-top: 50px;font-size: 40px;}
	.home-platform-title-sub{font-size: 24px;}
	.home-platform-right{text-align: center;}
	.home-platform-desc{font-size: 24px;line-height: initial;color: #708193;}
	.mobile_btn{ display: block;}
	.header_fr{ width: 100%; box-sizing: border-box; transition: ease .5s; opacity: 0; transform: translateY(-140%); display: flex; align-items: center; justify-content: center; height: calc(100% - 50px); background: #1e6dda; position: fixed; left: 0; top: 70px; }
	.header_fr.on{ transform: translateY(0); opacity: 1;}
	.header_nav li{ display: block;margin: 0; height: 100px; line-height: 50px;  width: 100%; text-align: center;}
	.header_nav li a{width: 100%; color: #fff;font-size: 30px;}
	.header_nav{ width: 100%;  }
	.nav_top{height: 70px;line-height: 70px;}
	.logo{padding: 20px 0;align-items: center;justify-content: center;}
	.logo img{width: auto;}
	.flex{display: block;}
	.home-platform-left{padding: 30px;height: 800px;}
	.header{background: #46779c;border-bottom: 1px solid #484848;}
	.z_news, .z_case{width: 100%;height: auto;}
	.fot_lf,.fot_lr{width: 100%;text-align: center;padding-bottom: 15px;}
	.fot_lf p,.footer p{text-align: center;}
	.pro{top:34vw!important;}
	.banner{height: 50vh;}
	.banner .img{height: 50vh;}
	.ewm_bot{width: 100%;text-align: center;}
	.sj_list p span{font-size:45px;}
	.ld_text{transform: translate(-50%,-50%);margin-left: 0;width: 100%; top: 50%;padding: 2rem;}
}






















