.lead_view {
  padding: 0 0 90px;
}
.lead_view .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
.lead_view .list li:nth-child(2n) .txt {
  order: 1;
  padding: 0 7% 0 7%;
}
.lead_view .list li .txt {
  width: 50%;
  padding: 0 7% 0 7%;
}
.lead_view .list li .txt h3 {
  font-size: 48px;
  line-height: 1;
  color: #333333;
  font-family: HarmonyOS_Sans_SC_Thin;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.lead_view .list li .txt span {
	font-size: 20px;
	color: #999999;
	font-weight: 500;
}
.lead_view .list li .txt h5 {
  font-size: 26px;
      font-weight: 500;
  line-height: 1;
  color: #333333;
  
}
.lead_view .list li .txt p {
  font-size: 28px;
  line-height: 30px;
  color: #595757;
  white-space: pre-wrap;
  margin-top: 40px;
  margin-bottom: 45px;
  letter-spacing: 2px;
}
.lead_view .list li .pic {
  width: 50%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.lead_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
  transition-duration: 0.3s;
}
.lead_view .list li .pic:hover img {
  filter: initial;
}

@media screen and (max-width: 768px) {
      .lead_view {
    padding: 0 0 40px;
  }

  .lead_view .list {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .lead_view .list li {
    margin-bottom: 20px;
  }

  .lead_view .list li .txt {
    width: 100%;
    padding: 30px 15px !important;
    order: 1;
  }

  .lead_view .list li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 57.8%;
  }

  .lead_view .list li .txt h3 {
    font-size: 28px;
  }

  .lead_view .list li .txt h5 {
    font-size: 24px;
    margin-top: 5px;
  }

  .lead_view .list li .txt p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.sun_banner{
	width:100%;
	height:750px;
	background: -webkit-linear-gradient(#25252D, #515263); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#25252D, #515263); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#25252D, #515263); /* Firefox 3.6 - 15 */
	background: linear-gradient(#25252D, #515263); /* 标准的语法 */
}

.Yl-container{width:100%; height:750px; overflow:hidden; position:relative;}
.Yl-container .Yl-wrapper{ width: 100%; height: 100%; overflow: hidden;position:relative;}
.Yl-container .Yl-wrapper i{list-style:none; font-style:normal;}
.Yl-container .Yl-wrapper .Yl-slide{ width: 100%; height: 100%; overflow: hidden; position:absolute; display: none;}
.Yl-container .Yl-wrapper .Yl-slide.active{ display: block;}
.Yl-container .Yl-wrapper .Yl-slide .Yl-img0{width: 100%; height: 100%; background:url(../images/layer1.jpg) top center no-repeat; position:absolute; z-index:0;}
.Yl-container .Yl-wrapper .Yl-slide .Yl-img1{width: 100%; height: 100%; background:url(../images/layer2.jpg) top center no-repeat; position:absolute; z-index:0;}
.Yl-container .Yl-wrapper .Yl-slide .Yl-img2{width: 100%; height: 100%; background:url(../images/layer3.png) top center no-repeat; position:absolute; z-index:0;}
.Yl-container .Yl-wrapper .Yl-slide .Yl-font0,.Yl-container .Yl-wrapper .Yl-slide .Yl-font1,.Yl-container .Yl-wrapper .Yl-slide .Yl-font2{ width: 1296px; height:auto; text-align: left; margin: 0 auto;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font0{font-size:40px; color: #333; margin-top: 300px;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font1{font-size:40px; color: #333; margin-top: 0;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font2{font-size:40px; color: #333; margin-top: 0;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font0{font-size:40px; color: #333; margin-top: 300px;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font1{font-size:40px; color: #333; margin-top: 0;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font2{font-size:40px; color: #333; margin-top: 0;}
.Yl-container .Yl-pagination{ width:100%; height: 22px; position: absolute; bottom:20px; z-index: 3; text-align: center;}
.Yl-container .Yl-pagination span{display:inline-block;width:25px;height:5px;margin:0 5px;cursor:pointer;line-height:6px;vertical-align:middle;transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s; background:#747581;}
.Yl-container .Yl-pagination span:hover{background:#fff;}
.Yl-container .Yl-wrapper .Yl-slide .fadeInUp i{opacity:0;display:inline-block;vertical-align:text-bottom;transform:translateY(120px);-webkit-transform:translateY(120px);transition:all 1s ease-in-out 0s;-webkit-transition:all 1s ease-in-out 0s;}
.Yl-container .Yl-wrapper .Yl-slide .fadeInUp.act i{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}


.Yl-container .Yl-pagination-bullet-active{background:#fff !important;}
.Yl-container .Yl-Button{ position: relative; z-index: 2; width: 1200px; height:60px; margin: 0 auto; text-align:left; margin-top: 50px;}
.Yl-container .Yl-Button a{ display:inline-block; width:150px; height:45px; line-height:45px; font-size:16px; color:#fff; text-align:center; margin:0 auto; background:none; margin-top:20px; border:1px #fff solid; text-decoration:none;}
.Yl-container .Yl-Button a:hover{ background:#fff; color:#000;}

.Yl-container .Yl-wrapper .Yl-slide .slideInLeft{ position:relative; z-index: 1;}
.Yl-container .Yl-wrapper .Yl-slide .slideInLeft i{display:inline-block;text-align:left;}
.Yl-container .Yl-wrapper .Yl-slide .slideInLeft i b{opacity:0;display:inline-block;white-space:nowrap;overflow:hidden;transition:all 0.6s ease-out 0s;-webkit-transition:all 0.6s ease-out 0s; width:10%;}
.Yl-container .Yl-wrapper .Yl-slide .slideInLeft.act i b{width:100%;opacity:1;}

@keyframes Yl-img_an
{
	0%{transform:scale(1,1);}
	100%{transform:scale(1.5,1.5);}
}


.location_menu{ border-bottom: solid 1px #dedede;}
.location{ line-height: 40px; padding-left: 30px; position: absolute; right: 0; top: -60px;font-size: 16px; background: url(../images/location.png) no-repeat left}
.location,
.location a{ color: #fff}
.location a:hover{ color: #bfe6ff}
.location em{ font-style: normal; font-family:SimSun; padding: 0px 15px;}
@media(max-width:1240px){
.location{ right: 2%}
}
.menu{ padding: 20px 0; margin: 0}
.menu .column{ display: none}
.menu ul{ text-align: center}
.menu ul li{ display: inline-block; font-size: 18px; line-height: 40px; min-width: 13.5%;}
.menu ul li a{ color: #333;position: relative; display:inline-block; }
.menu ul li.aon a{ color: #73b6f8}
.menu ul li a:after{ content: ''; position: absolute; left: 50%; display: block; width: 0%; height: 1px; bottom: -21px;  transition: 0.5s }
.menu ul li:hover a:after,
.menu ul li.aon a:after{ left: 0; width: 100%;background: #73b6f8}
@media(max-width:1024px){
.menu ul li{font-size: 16px;}
}
@media(min-width:768px){
.menu ul{ display: block!important}
}
@media(max-width:768px){
.location_menu{ padding-top: 20px; padding-bottom: 20px;}
.location{ padding-left: 22px; font-size: 12px;position: relative; right: auto; top: auto;background-image: url(../images/location2.png)}
.location,
.location a{ color: #888}
.location em{ padding: 0 8px}
.menu{ padding: 0}
.menu .column{ color: #fff; font-size: 16px; position: relative;display: block; padding: 8px 20px; margin: 0; border-radius: 100px;
background: #73b6f8;
}
.menu .column:before{ content: ''; position: absolute; right: 4%; top: 12px; width: 10px; height: 10px; border-right: solid 2px #fff; border-bottom: solid 2px #fff; transform: rotate(45deg); transition: 0.5s}
.menu .column.on:before{transform: rotate(-135deg); top: 16px; }
.menu ul{ z-index: 20; text-align: left; background: #fff; box-shadow: 0 10px 10px 2px #eee; display: none; position: absolute; width: 96%;}
.menu ul li{font-size: 14px; display: block; width: 100%; border-bottom: dotted 1px #ddd}
.menu ul li a{ padding: 0px 20px; display: block}
.menu ul li a:after{ display: none}
.menu#search .column:before{ display: none}
.menu#search ul{ display: none!important}
}

.about_view .tit .titp {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  padding: 90px 0;
}

.about_view .tit .titp p{
    margin: 0;
}

.blog-section{
	padding:90px 0 90px;
}
.blog-wrap {
	justify-content: center;
}
.blog-item {
	box-shadow: 0 1px 8px rgba(0,0,0,.15);
	display: flex;
    margin-bottom: 60px;
}
.blog-item:hover {
	background: #20498d;
}
.blog-item .blog-thumb {
	position: relative;
	overflow: hidden;
	margin: 25px 0 22px 22px;
    padding-right: 0;
    padding-left: 0;
}
.blog-item .blog-thumb .category {
	background-color: #20498d;
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: work sans, sans-serif;
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	bottom: 0
}
.blog-item .blog-thumb .category a {
	color: #fff
}
.blog-item .blog-thumb img {
	width: 100%;
	margin: 0;
    transition: transform 0.5s ease;
}
.blog-content {
	padding: 20px 50px 30px 30px;
	display: flex;
    align-items: center;
	flex-wrap:wrap;
}
.blog-content h3 {
	font-size: 22px;
	color: #333;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: .5px;
	margin-top: 0;
	margin-bottom: 10px;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
.blog-content h3 a{
	color: #333;
}
.blog-item:hover .blog-content h3 {
	color: #fff
}
.blog-content p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
    overflow: hidden;
    padding-bottom: 10px;
    font-weight: 400;
}
.blog-item:hover .blog-content p{
	color: #fff
}
.blog-content .read-more {
	font-family: work sans, sans-serif;
	color: #666;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px
}
.blog-item:hover .blog-content .read-more {
	color: #fff
}
.blog-content .read-more:before {
	background-color: #ff57a4;
	position: absolute;
	content: "";
	width: 30px;
	height: 4px;
	left: 0;
	top: calc(50% - 2px)
}
.blog-item:hover .blog-content .read-more:before {
	background-color: #fff;
}
.blog-item:hover .blog-thumb img {
	transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-item { display: block;}
.blog-item .blog-thumb {margin: 0;}
}

@media only screen and (max-width: 767px) {
.blog-item { display: block;}
.blog-item .blog-thumb {margin: 0;}
}

@media (max-width: 575px) {
.blog-item { display: block;}
.blog-item .blog-thumb {margin: 0;}
}

.post-navigation {
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: 40px;
	margin-left: 0;
	margin-right: 0
}
.post-navigation .col {
	padding: 20px
}
.post-navigation .col:not(:last-of-type) {
	border-right: 1px solid rgba(17,17,17,.04)
}
.post-navigation .col a {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.post-navigation .col.next-post {
	display: flex;
	justify-content: flex-end
}

.post-navigation .col.next-post a {
	justify-content: flex-end
}
.post-navigation .col i {
	display: inline-block;
	font-size: 14px
}
.post-navigation .ti-arrow-left {
	margin-right: 10px
}
.post-navigation .ti-arrow-right {
	margin-left: 10px
}
.post-navigation .col a:hover {
	color: #73b6f8
}
.post-navigation .col.prev-post .fa {
	margin-right: 10px
}
.post-navigation .col.next-post .fa {
	margin-left: 10px
}
.blog-single-content h2 {
    font-size: 26px;
	line-height: 28px;
    margin-bottom: 5px;
}
.blog-single-content{
    font-size: 16px;
    line-height: 36px;
}
.blog-single-content p{
  margin: 0 0 0;
}
.single-post-meta{
	margin-bottom: 20px
}
.single-post-meta li {
	display: inline-block;
	margin-right: 20px
}
.single-post-meta li i {
	font-size: 12px;
	color: #ff57a4;
	margin-right: 5px
}
.single-post-meta li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 100;
	color: #333
}

@media only screen and (max-width: 1199px) {
.sun_banner {  height: 600px;}
.Yl-container {  height: 600px;}
.Yl-container .Yl-wrapper .Yl-slide .Yl-font0, .Yl-container .Yl-wrapper .Yl-slide .Yl-font1, .Yl-container .Yl-wrapper .Yl-slide .Yl-font2{
	width: 960px;
}
.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font0{
	    margin-top: 240px;
}
.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font0{
	    margin-top: 240px;
}

}

@media screen and (max-width: 991px){
.Yl-container .Yl-wrapper .Yl-slide .Yl-font0, .Yl-container .Yl-wrapper .Yl-slide .Yl-font1, .Yl-container .Yl-wrapper .Yl-slide .Yl-font2{
	width: 720px;
}

}

@media only screen and (max-width: 767px) {
.sun_banner {  height: 500px;}
.Yl-container {  height: 500px;}
.Yl-container .Yl-wrapper .Yl-slide .Yl-font0, .Yl-container .Yl-wrapper .Yl-slide .Yl-font1, .Yl-container .Yl-wrapper .Yl-slide .Yl-font2{
	width: 540px;
}
.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font0{ margin-top: 180px; font-size:30px;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font1{font-size:30px;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font2{font-size:30px; }
.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font0{ margin-top: 180px; font-size:30px;}
.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font1{font-size:30px; }
.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font2{font-size:30px; }

}


.product {
  padding-top: 0;
}
.product .list {
  margin-top: 0;
  margin-bottom: 0;
}
.product .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 100px 100px;
}
.product .list li:nth-child(2n) .txt {
  order: 1;
  text-align: right;
}
.product .list li:nth-child(2n) .txt .com-more1 {
  margin-left: auto;
  text-align: left;
}
.product .list li .txt {
  width: 60%;

}
.product .list li .txt h3 {
  font-size: 18px;
  line-height: 25px;
  color: #888888;
  font-family: HarmonyOS_Sans_SC_Thin;
  font-weight: 100;
      margin: 0 0 0px;
}
.product .list li .txt h5 {
  font-size: 34px;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
}
.product .list li .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 45px;
  margin-bottom: 60px;
}
.product .list li .pic {
  width: 35%;
  position: relative;
  overflow: hidden;
}
.product .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

@media screen and (max-width: 768px) {
	.product {
    padding-top: 0;
  }

  .product .list li .txt {
    width: 100%;
    padding: 30px 15px;
  }

  .product .list li .pic {
    width: 100%;
    height: 540px;
  }

  .product .list li .txt {
    order: 1;
    text-align: center !important;
  }

  .product .list li {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .product .list li .txt h5 {
    font-size: 30px;
  }

  .product .list li .txt p {
    font-size: 16px;
    line-height:34px;
    margin-top: 25px;
    margin-bottom: 0;
  }

}


.product2 .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 70px;
}
.product2 .list li:nth-child(2n) .txt {
  order: 1;
  text-align: right;
}
.product2 .list li:nth-child(2n) .txt .com-more1 {
  margin-left: auto;
  text-align: left;
}
.product2 .list li .txt {
  width: 45%;

}
.product2 .list li .txt h3 {
  font-size: 18px;
  line-height: 25px;
  color: #888888;
  font-family: HarmonyOS_Sans_SC_Thin;
  font-weight: 100;
      margin: 0 0 0px;
}
.product2 .list li .txt h5 {
  font-size: 34px;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
}
.product2 .list li .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 45px;
  margin-bottom: 60px;
}
.product2 .list li .pic {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.product2 .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

@media screen and (max-width: 768px) {
	.product2 {
    padding-top: 0;
  }

  .product2 .list li .txt {
    width: 100%;
    padding: 30px 15px;
  }

  .product2 .list li .pic {
    width: 100%;
    height: 300px;
  }

  .product2 .list li .txt {
    order: 1;
    text-align: center !important;
  }

  .product2 .list li {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .product2 .list li .txt h5 {
    font-size: 30px;
  }

  .product2 .list li .txt p {
    font-size: 16px;
    line-height:34px;
    margin-top: 25px;
    margin-bottom: 0;
  }

}