﻿@import url(font_1144939_pdz8umy9ap.css);@charset "UTF-8";

:root {
	
	--mainColor: #1e9fff;
}

h1,h2,h3{font-size: 14px;}
::-webkit-input-placeholder{color: #999}
.bg {background-color: #f0f0f0!important;}


.site-menu,
.site-content{min-height: 950px;}
.site-menu{box-shadow: none; border-left: none;}
.site-content{padding: 20px 0 10px 20px;}


.header{height: 70px; background-color: #fff;}
.logo{position: absolute; left: 0; top: 10px;}
.logo img{height: 50px;}

.navbar-sticky-on {
	position: fixed;
	z-index: 1020;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	width: 100%;
}

.none_scroll {
	overflow: hidden;
}

.layui-btn{
	background-color: var(--mainColor);
}

.header .layui-nav{position: absolute; right: 0; top: 0; padding: 0; background: none;}
.header .layui-nav .layui-nav-item{margin: 0 5px; line-height: 70px;}
.header .layui-nav .layui-nav-item[mobile]{display: none;}

.header .layui-nav .layui-nav-item .nav-title {color: #fff;font-size: 17px;}
.header .layui-nav .layui-nav-item a .layui-icon {color: #fff;}
.header .layui-nav .layui-nav-item a .layui-nav-img  {width: initial;border-radius:initial;height: 22px;}

.navbar_scroll {background-color: #fff;}
.layui-nav .layui-this:after, .layui-nav-bar {background-color: var(--mainColor);}

.showHeader.header {
    transform: translateY(0%);
    background: #fff;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.hideHeader.header {
    transform: translateY(-100%);
    background: #fff;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.navbar_scroll {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px rgb(83 88 93 / 20%);
	box-shadow: 0px 0px 40px rgb(83 88 93 / 20%);
}
.navbar_scroll .layui-nav .layui-nav-item .nav-title {color: #333;}
.navbar_scroll .layui-nav .layui-nav-item a .layui-icon {color: #333;}
.nav_btn {
	display:none;
}
@media screen and (max-width: 768px) {
	.layui-container {
		padding: 0 10px;
	}
	.header .nav_btn {
	    float: right;
	    top: 0px;
	    margin-top: 20px;
	    right: 0;
	    display:block;
	}
	.header .nav_btn i {
		font-size: 35px;
    	color: #666;
	}
	
	.layui-nav-item.layui-hide-xs {
	}
}
@media screen and (max-width: 992px) {
}
.nav_btn {
    float: left;
    width: 30px;
    position: relative;
    height: 35px;
    margin-top: 50px;
    cursor: pointer;
    color: #333;
}
.nav_btn span {
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: #333;
}
.nav_btn.click span {
    background-color: transparent;
}
.nav_btn span:before {
	background-color: #333;
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transition: top .5s ease .4s,-webkit-transform .3s ease-out;
    transition: top .5s ease .4s,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,top .5s ease .4s;
    transition: transform .3s ease-out,top .5s ease .4s,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav_btn span:after {
	background-color: #333;
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: top .5s ease .4s,-webkit-transform .3s ease-out;
    transition: top .5s ease .4s,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,top .5s ease .4s;
    transition: transform .3s ease-out,top .5s ease .4s,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav_btn.click span:before {
    -webkit-transition: top .5s ease,-webkit-transform .3s ease-out .4s;
    transition: top .5s ease,-webkit-transform .3s ease-out .4s;
    transition: top .5s ease,transform .3s ease-out .4s;
    transition: top .5s ease,transform .3s ease-out .4s,-webkit-transform .3s ease-out .4s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}
.nav_btn.click span:after {
    -webkit-transition: top .5s ease,-webkit-transform .3s ease-out .4s;
    transition: top .5s ease,-webkit-transform .3s ease-out .4s;
    transition: top .5s ease,transform .3s ease-out .4s;
    transition: top .5s ease,transform .3s ease-out .4s,-webkit-transform .3s ease-out .4s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}
.mobile-nav {
	display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    transition: left .5s ease;
}
.mobile-nav li{
	border-top: 1px solid #eee;
}
.mobile-nav .nav-title {
	color:#000!important;
	font-size: 16px;
}

.mobile-nav .layui-nav-itemed>.layui-nav-child {
    background-color: #fff!important;
}

.mobile-nav .layui-nav-tree .layui-nav-child a {
    color: #333!important;
}
.mobile-nav a {
    color: #333!important;
}
.mobile-nav dd{
	border-top: 1px solid #eee;
}


.site-banner .layui-carousel {width: 100%;}
.site-banner .layui-carousel img{width: 100%;}
.site-banner .layui-carousel .layui-carousel-ind ul {background-color: transparent;}
.site-banner .layui-carousel .layui-carousel-ind li {width: 28px;height: 4px;border-radius: 2px;}
.site-banner .layui-carousel .layui-carousel-ind li.layui-this {background-color: var(--mainColor);}


.site-search {background-color: #fff;}
.site-search h2 {font-size: 16px;display: inline-block;}
.site-search ul {display: inline-block;}
.site-search a {color: #666;}
.site-search a:hover{color:var(--mainColor);}


.site-map {background-color: #fafafa;line-height: 50px;}
.site-map h2 {font-size: 16px;display: inline-block;}
.site-map a{}

.site-card .card-title {text-align: center;padding-top: 40px;font-size: 32px;font-weight: bold;}
.site-card .card-title span{color: var(--mainColor);}
.site-card .card-title-sub {text-align: center;margin-top: 10px;color: #686868;margin-bottom: 30px;}
.site-card .card-title-sub a:hover{color:var(--mainColor);}
.site-card .card-title-sub .curr{color:var(--mainColor);}
.site-card .grid-img {border: 1px solid #eee;}
.site-card .grid-img .img-wrap {overflow: hidden;}
.site-card .grid-img img {width: 100%;cursor: pointer;transition: all 0.6s;}
.site-card .grid-img img:hover{transform: scale(1.1);}
.site-card .grid-img .grid-title {background-color: var(--mainColor);color: #fff;padding: 3px 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.site-card .grid-img .grid-title2 {text-align: center;padding: 15px;overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;}

.site-card .img-padding {
	padding: 10px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 992px) {
	.site-card .card-title {
		font-size: 22px;
		padding-top: 25px;
	}
}
.home-company {
	color: #333333;font:600 28px/50px 'Microsoft YaHei';
}
@media screen and (max-width: 992px) {
	.home-company {
	color: #333333;font:600 22px/30px 'Microsoft YaHei';
}
}


.header .layui-container .logo{left: 15px;}
.header .layui-container .layui-nav{right: 15px;}
.header .layui-nav .layui-badge, 
.header .layui-nav .layui-badge-dot{right: 0;}

.img-box{
height:0;
padding-bottom:60%;
overflow:hidden;
width:100%;
background-size:100% 100%;
background-position:center center;
background-repeat:no-repeat;
width: 100%;
cursor: pointer;
transition: all 0.6s;
}???


.about h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.about h4 {
	color: #666;
	margin-bottom: 30px;
}
.about p {
	line-height: 28px;
}


.news-top {
  position: relative;
  padding: 25px 0;
}

.news-top .index-img1 {
  width: 110px;
}

.news-top .index-img1 img {
}

.news-top .index-text1 {
}

.news-top .index-text1 h3 {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
  overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}

.news-top .index-text1 p {
  color: #666666;
}

.news-top:hover h3 {
  color: var(--mainColor);
}

.new-list-wrap:hover {
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
   box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}
.new-list-wrap:hover .news-title {
	color: var(--mainColor);
}

.new-list-wrap:hover .layui-btn{
	background-color: var(--mainColor);
	color:#fff;
}

.new-list-wrap .news-title {
	padding: 20px 0 0 0;
}

.new-list-wrap .desc {
	color:#999;
}
.new-list-wrap .layui-btn {
	background-color: initial;
}
.news-list li {
  position: relative;
  padding: 18px 80px 18px 0;
  border-bottom: 1px solid #ededed;
  background: url(img/dot1.png) no-repeat left center;
  padding-left: 20px;
}

.news-list li a {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  
  overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}

.news-list li span {
  position: absolute;
  right: 0;
  width: 120px;
  text-align: right;
  top: 50%;
  margin-top: -9px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.news-list li:hover {
  background: url(img/dot1-hover.png) no-repeat left center;
}

.news-list li:hover a {
  color: var(--mainColor);
}



#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: var(--mainColor);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .iconfont {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
  vertical-align: middle;
  text-align: center;
  line-height: 57px;
  color: #2b2b2b;
  font-size: 26px;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: var(--mainColor);
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent var(--mainColor);
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
  display: none;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: var(--mainColor);
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .iconfont {
  background-color: var(--mainColor);
  color: #fff;
}


#mobile-toolbar {
	display: none;
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color:var(--mainColor);
    line-height: 45px;
    z-index: 100;
}

#mobile-toolbar ul li {
	width: 50%;
	float: left;
	text-align: center;
}
#mobile-toolbar ul li a {
	display: inline-block;
    width: 100%;
    border-right: 1px solid #fff;
}
#mobile-toolbar ul li .wz {
	color: #fff;
	font-size: 16px;
}
#mobile-toolbar ul li .iconfont {
	color: #fff;
	font-size: 25px;
    vertical-align: bottom;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
  #mobile-toolbar {
  	 display: block;
  }
  body {
  	padding-bottom: 45px;
  }
}

@media screen and (max-width: 992px) {
	.advace_card_wrap {
	}
	.advace_card .cHmin-box{
		width: initial!important;
		height: initial!important;
	}
	.cHmin-box .img {
		margin-left: 8px!important;
	}
}

.advace_card {
	width: 100%;
	display: inline-block;
}
.advace_card_wrap {
	position: absolute;z-index: 100;width: 100%;top: -90px;
}
.advace_card li {
	float: left;
	width: 20%;
}
#advance_carousel>[carousel-item],#advance_carousel>[carousel-item]>.layui-this {
	background-color: #f0f0f0!important;
}

.advace_card_wrap.layui-hide-xs {
	
}


.com-history {

}
.comHist-prev {
    left: 300px;
    background: url(http://www.sh-mysy.com/template/default/assets/images/swiper2-l.png) no-repeat left center;
}

.comHist-next {
    right: 160px;
    background: url(http://www.sh-mysy.com/template/default/assets/images/swiper2-r.png) no-repeat right center;
}

.brand-con{
	background: url(img/advline.png) no-repeat left top;
    padding-left: 30px;
	padding-top: 75px;
}

.brand-con h2{
    color: var(--mainColor);
    font: 600 36px/50px "Microsoft YaHei";
}

@media screen and (max-width: 992px) {
	.brand-con h2{
	    font: 600 25px/34px "Microsoft YaHei";
	}
	.brand-con {
	    padding-top: 45px;
	}
}

.brand-con h2 span{
    display: block;
    color: #666666;
    font: 400 24px/40px "Microsoft YaHei";
}
.brand-con .con{
    padding-top: 20px;
    color: #666;
    font: 400 14px/26px "Microsoft YaHei";
}
.cHman-box {
    padding: 37px 0 40px;
    width: 580px;
    color: #fff;
    margin: 0 auto;
}

.cHman-box .year {
    line-height: 38px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.cHman-box .year:after,
.cHman-box .year:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    vertical-align: middle;
    margin: -2px 25px 0 0;
}

.cHman-box .year:after {
    margin: -2px 0 0 25px;
}

.cHman-box ul {
    margin: 30px 0 0;
}

.cHman-box ul li {
    line-height: 21px;
    padding: 0 0 15px 24px;
    position: relative;
}

.cHman-box ul li span {
    font: 500 16px/20px "Microsoft"
}

.cHman-box ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 1px solid rgba(191, 191, 191, .8);
    position: absolute;
    left: 0px;
    top: 7px;
}

.cHman-box ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background: rgba(191, 191, 191, .8);
    position: absolute;
    top: 14px;
    left: 3px;
}

.cHman-box ul li:last-child:after {
    display: none;
}

.comHist-prev,
.comHist-next {
    display: inline-block;
    width: 69px;
    height: 69px;
    top: 500px;
    z-index: 2;
    border: 1px solid #999999;
	margin-right: 30px;
}

.comHist-min {
    position: absolute;
    top: -80px;
}
.comHist-min .contain{
    margin-top: -6px;
}
.demo-process-right .comHist-min .contain .swiper-slide{
    margin-left: 10px;
    margin-right: 10px;
}
.comHist-min:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.01);
    position: absolute;
    left: 0px;
    bottom: 76px;
}

.comHist-min .swiper-container {
    padding: 32px 0 0px;
    width: 100%;
}

.cHmin-box {
	cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #cecece;
    overflow: hidden;
    padding-top: 5px;
}
.cHmin-box .img{
    width: 40px;
    height: 54px;
    overflow: hidden;
    margin-left: 28px;
}
.cHmin-box .img img{
    
}
.cHmin-box .year {
    display: block;
    line-height: 32px;
    font:400 14px/30px "Microsoft YaHei";
    color: #666666;
    padding: 0px 10px;
}
.cHmin-box.cur{
    background-color: var(--mainColor);
    border: 1px solid var(--mainColor);
}
.cHmin-box.cur .img img{
   transform: translateY(-44px);
}
.cHmin-box.cur .year {
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.advace_card_wrap.layui-hide-xs {
	top: -90px!important;
}
.advace_card_wrap.layui-hide-xs .cHmin-box{
	width: 80px;
    height: auto;
    padding: 10px;
}
.advace_card_wrap.layui-hide-xs .cHmin-box .img {
	width:100%;
	margin: 0;
}


.tab-content{
    margin-top: 40px;
    width: 1200px;
    overflow: hidden;
}
.tab-nav li{
    font: 400 16px/60px "微软雅黑";
    text-align: center;
    float: left;
    width: 188px;
    margin-right: 20px;
    background-color: #eeeeee;
    color: #666666;
}
.tab-nav li.cur {
    color: rgba(1,1,1,0.5);
    background-color: var(--mainColor);
    color: #fff;
}
.tab{
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.tab.curr{
    opacity: 1;
    height:auto;
    overflow:visible;
}
.products{
    position: relative;
}

.menu{position: absolute; right: 0; top: 0; line-height: 65px;}
.menu a{display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
.menu a{position: relative; padding: 0 20px; margin: 0 20px; color: #c2c2c2; font-size: 14px;}
.menu a:hover{color: #fff; transition: all .5s; -webkit-transition: all .5s}
.menu a.this{color: #fff}
.menu a.this::after{content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 5px; background-color: #5FB878;}

.header-index{}
.header-index .site-banner-bg{}
.header-index[spring],
.site-banner-bg[spring]{border: none; background-color: #1C3C12}
.header-index[spring1]{border: none; background-color: #0D1206}
.header-index[summer],
.site-banner-bg[summer]{border: none; background-color: #f0f0f0}
.header-index[autumn],
.site-banner-bg[autumn]{border: none; background-color: #100903}
.header-index[winter],
.site-banner-bg[winter]{border: none; background-color: #110F25}

.header-demo{height: 60px; border-bottom: none;}
.header-demo .logo{left: 55px;}
.header-demo .layui-nav{top: 0; right: 15px;}
.header-demo .layui-nav .layui-nav-item{}

.header-demo .layui-nav .layui-this a{padding: 0 30px;}


.site-banner{position: relative;text-align: center; overflow: hidden; background-color: #393D49;}
.site-banner-bg
,.site-banner-main{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.site-banner-bg{background-position: center 0;}

.site-banner-s {}





body{}
.layui-layout-admin .layui-body{}
.site-demo-fixed .layui-body{position: fixed; top: 60px; bottom: 60px; padding-bottom: 0;}



body .layui-layout-admin .site-demo{padding: 0;}
.layui-nav-item a cite{padding: 0 10px;}
.site-demo .layui-main{margin: 15px; line-height: 1.6;}
.site-demo-editor{position: absolute; top: 0; bottom: 0; left: 0; width: 50%; }
.site-demo-area{position: absolute; top: 0; bottom: 0; width: 100%;}
.site-demo-editor textarea{position: absolute; width: 100%; height: 100%; padding: 10px; border: none; resize: none; background-color: #F7FBFF; background-color: #13151A; color: #999; font-family: Courier New; font-size: 12px; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
.site-demo-btn{position: absolute; bottom: 15px; right: 35px;}
.site-demo-zanzhu{position: absolute; bottom: 0; left: 0; width: 100%; height: 90px; text-align: center; background-color: #e2e2e2; overflow: hidden;}
.site-demo-zanzhu>*{position: relative; z-index: 1;}
.site-demo-zanzhu:before{content: ""; position: absolute; z-index: 0; top: 50%; left: 50%; width: 120px; margin: -10px 0px 0px -60px; text-align: center; color: rgb(170, 170, 170); font-size: 18px; font-weight: 300; }

.site-demo-result{position: absolute; right: 0; top: 0; bottom: 0; width: 50%;}
.site-demo-result iframe{position: absolute; width: 100%; height: 100%;}

.site-demo-button{margin-bottom: 30px;}
.site-demo-button div{margin: 20px 30px 10px;}
.site-demo-button .layui-btn+.layui-btn{margin-left: 0;}
.site-demo-button .layui-btn{margin: 0 7px 10px 0; }

.site-demo-text a{color: #01AAED;}

.site-demo-laytpl{text-align: center;}
.site-demo-laytpl textarea,
.site-demo-laytpl div span{width: 40%;  padding: 15px; margin: 0 15px;}
.site-demo-laytpl textarea{height: 300px; border: none; background-color: #3F3F3F; color: #E3CEAB; font-family: Courier New; resize: none;}
.site-demo-laytpl div span{display: inline-block; text-align: center; background: #101010; color: #fff;}
.site-demo-tplres{margin: 10px 0; text-align: center}
.site-demo-tplres .site-demo-tplh2,
.site-demo-tplres .site-demo-tplview{display: inline-block; width: 50%;}
.site-demo-tplres h2{padding: 15px; background: #e2e2e2;}
.site-demo-tplres h3{font-weight: 700;}
.site-demo-tplres div{padding: 14px; border: 1px solid #e2e2e2; text-align: left;}

.site-demo-upload,
.site-demo-upload img{width: 200px; height: 200px; border-radius: 100%;}
.site-demo-upload{position: relative; background: #e2e2e2;}
.site-demo-upload .site-demo-upbar{position: absolute; top: 50%; left: 50%; margin: -18px 0 0 -56px;}
.site-demo-upload .layui-upload-button{background-color: rgba(0,0,0,.2); color: rgba(255,255,255,1);}

.site-demo-util{position: relative; width: 300px;}
.site-demo-util img{width: 300px; border-radius: 100%;}
.site-demo-util span{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #333; cursor: pointer;}
@-webkit-keyframes demo-fengjie {
  0% {-webkit-filter: blur(0); opacity: 1; background: #fff; height: 300px; border-radius: 100%;}
  80% {-webkit-filter: blur(50px);  opacity: 0.95;}
  100% {-webkit-filter: blur(20px); opacity: 0; background: #fff;}
}
@keyframes demo-fengjie {
  0% {filter: blur(0); opacity: 1; background: #fff; height: 300px; border-radius: 100%;}
  80% {filter: blur(50px);  opacity: 0.95;}
  100% {filter: blur(20px); opacity: 0; background: #fff;}
}
.site-demo-fengjie{-webkit-animation-name: demo-fengjie; animation-name: demo-fengjie; -webkit-animation-duration: 5s; animation-duration: 5s;}

.layui-layout-admin .site-demo-body{top: 106px;}
.site-demo-title{position: fixed; left: 200px; right: 0; top: 60px; padding-top: 5px; z-index: 997; background: #fff;}
.site-demo-code{position: fixed; left: 0; right: 0; top: 107px; bottom: 60px; width: 100%; min-height: 50%; border: none; padding: 10px 10px 10px 210px; resize: none; font-size: 12px; background-color: #F7FBFF; color: #881280; font-family: Courier New; box-sizing: border-box;}

.site-demo-overflow{overflow-x: hidden;}


#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top{display: none !important;}



.alone{text-align: center; background-color: #009688; color: #fff; font-weight: 300; transition: all .3s; -webkit-transition: all .3s;}
.alone:hover{background-color: #5FB878;}
.alone a{display: block; padding: 50px 20px; color: #fff; font-size: 30px;}
.alone a cite{display: block; padding-top: 10px; font-size: 14px;}


.alone-banner{height: 190px; text-align: center; font-weight: 300; background-color: #009688; color:#fff;}
.alone-banner h1{padding-top: 60px; line-height: 32px; font-size: 30px; font-weight: 300;}
.alone-banner p{padding-top: 20px; color: #e2e2e2; color: rgba(255,255,255,.8);}

.alone-nav .layui-tab-title li{margin-right: 30px; padding: 0; color: #666;}
.alone-nav .layui-tab-title li a{  padding: 0 20px;}

.alone-download{margin: 30px 0;}
.alone-download .layui-btn{margin-right: 10px;}
.alone-download span{display: inline-block; line-height: 44px; padding-right: 20px;}
.alone-download span em{color: #999;}

.alone-title{margin-top: 20px;}

.alone-download-btn{text-align: center; margin-top: 50px; font-size: 0;}
.alone-download-btn .layui-btn{position: relative; width: 206px; height: 60px; line-height: 60px; font-size: 26px; font-weight: 300;}
.alone-download-btn .layui-btn+.layui-btn{margin: 0;}
.alone-download-btn .alone-download-right{margin-left: 20px !important; border-color: #009688; background: none; color: #009688;}
.alone-download-btn .layui-btn img{position: relative; top: -3px; width: 118px;}

.site-home {
  padding-top: 70px;
}


@media screen and (max-width: 1200px) {
  .site-idea li div{padding: 20px;}
}


@media screen and (max-width: 992px) {

  .site-menu{position: fixed; top: 0; bottom: 0; min-height: 0; overflow-y: auto; overflow-x: hidden; z-index: 1000; left: -300px; background-color: #fff;  transition: all .3s;}

  .site-tree-mobile{display: block!important; position: fixed; z-index: 16666669; bottom: 15px; left: 15px; width: 50px; height: 50px; line-height: 50px; border-radius: 2px; text-align: center; background-color: #009688; color: #fff;}
  .site-home .site-tree-mobile{display: none!important;}
  .site-mobile .site-tree-mobile{display: none !important;}
  .site-mobile .site-menu{left: 0;}
  .site-mobile .site-mobile-shade{content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.8); z-index: 999;}
  .site-tree-mobile i{font-size: 20px;}





  .layui-main{width: auto; margin: 0 10px;}
  .logo,
  .header-demo .logo{left: 10px;}
  .component{display: none}
  .notice{left: 135px;}

  .header .layui-nav-child{left: auto!important; right: 0!important;}
  .site-demo-overflow{overflow: auto;}

  .site-nav-layim{display: none !important;}
  .header .layui-nav .layui-nav-item{margin: 0;}
  .header .layui-nav .layui-nav-item a{padding: 0 20px;}
  .header .layui-nav .layui-nav-item[pc]{display: none;}
  .header .layui-nav .layui-nav-item[mobile]{display: inline-block;}
 /* .site-banner{margin-top: 60px;}*/
  .site-banner-bg{background-size: cover;}
  .site-zfj{height: 100px; padding-top: 5px;}
  .site-zfj i{top: 10px; width: 100px; height: 100px; margin-left: -50px; font-size: 100px;}
  .site-desc{background-size: 70%; margin: 0;}
  .site-desc .web-font-desc{padding-top: 15px; font-size: 30px;}
  .site-desc cite{display: none;}
  .site-download{margin-top: 0; }
  .site-download a{height: 40px; line-height: 40px; padding: 0 25px 0 60px; border-radius: 30px; color: #fff; font-size: 16px;}
  .site-download a cite{left: 20px;}
  .site-version{margin-top: 10px;}
  .site-banner-other{bottom: 15px;}

  .site-idea{margin: 20px 0;}
  .site-idea li div{padding: 20px;}


  .site-hengfu img{max-width: 100%}

  .site-block .layui-form{margin-right: 0;}

  .layui-layer-dir{display: none;}
  
  .site-content{width: 100%; padding: 0; overflow: auto;}
  .site-content img{max-width: 100%;}
  
  .layui-code-view{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

  .layui-layout-admin .layui-side{position: fixed; top: 0; left: -260px; transition: all .3s; -webkit-transition: all .3s; z-index: 10000;}
  .layui-body{position: static; bottom: 0; left: 0;}
  .site-mobile .layui-side{left: 0;}
  .site-mobile .layui-side-child{top: 50%; left: 200px; height: 300px; margin-top: -100px;}

  body .layui-layout-admin .footer-demo{position: static; height: auto; padding: 15px 0; line-height: 30px;}
  .footer-demo p,
  .footer-demo .site-union{height: auto; padding-right: 0;}
  .footer-demo .site-union{top: 0;}
  .footer-demo .site-union span{top: ;}

  .site-demo-area,
  .site-demo-editor,
  .site-demo-result,
  .site-demo-editor textarea,
  .site-demo-result iframe{position: static; width: 100%;}
  .site-demo-editor textarea{height: 350px;}
  .site-demo-zanzhu{display: none;}
  .site-demo-btn{bottom: auto; top: 370px;}
  .site-demo-result iframe{height: 500px;}

  .site-demo-laytpl textarea, .site-demo-laytpl div span{margin: 0;}
  .site-demo-tplres .site-demo-tplh2, .site-demo-tplres .site-demo-tplview{width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

  .layui-layout-admin .header-demo{position: static;}
  .site-demo-title{position: static; left: 0; }
  body .layui-layout-admin .site-demo{position: static;}
  .site-demo-code{position: static; height: 350px; padding-left: 10px;}
}


.demo-layout {
  background-size: cover;
  padding-top: 20px;
  background-color: #ededed;
  display: -webkit-box;
}

.demo-layout .index-foot-left {
  float: left;
}

.demo-layout .index-foot-left .demo-layout-menu li {
  float: left;
  list-style-type: none;
  padding-right: 20px;
}

.demo-layout .index-foot-left .demo-layout-menu li a {
  color: #444444;
  font: 400 16px/30px "Microsoft YaHei";
}

.demo-layout .index-foot-left .demo-layout-menu li a:hover {
  color: #666;
}

.demo-layout .index-foot-left .demo-layout-menu li + li {
  background: url(img/f_nav_line.jpg) no-repeat left center;
}

.demo-layout .index-foot-left .demo-layout-menu li + li a {
  margin-left: 20px;
}

.demo-layout .index-foot-left .demo-copyright {
  margin-top: 50px;
  color: #666666;
  font: 400 12px/30px "Microsoft YaHei";
}

.demo-layout .index-foot-left .demo-copyright a {
  color: #666666;
  font: 400 12px/30px "Microsoft YaHei";
}
.demo-layout-logo {
  margin-bottom: 20px;
}

.demo-layout-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.demo-layout-contact {
  width: 160px;
  margin-left: 10px;
  float: right;
}

.demo-layout-contact h2 {
  color: #000;
  font: 600 16px/30px "Microsoft YaHei";
}

.demo-layout-contact h2 span {
  display: block;
  font: 400 14px/30px "Microsoft YaHei";
}

.demo-layout-contact p {
  margin-bottom: 0;
  font: 600 22px/40px "Airal";
  color: var(--mainColor);
}

.demo-layout-ewm {
  text-align: center;
  float: right;
}
.demo-layout-ewm img{
    max-width: 120px;
}

.demo-layout-ewm p {
  margin-bottom: 0;
  font: 400 14px/50px "Microsoft YaHei";
  color: #777777;
}

.demo-footer {
  background: #ededed;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.demo-footer .index-links {
  background: url(img/likebg.png) no-repeat left center;
  padding-left: 30px;
}

.demo-footer a {
  color: #666666;
  font: 400 12px/20px "Microsoft YaHei";
}

.demo-footer a:hover {
  color: #666666;
}



.detail_pleft {
	padding-left: 50px;
}

.side_nav {
	border: 1px solid #ddd;
}
.side_nav_mtop {
	margin-top: 15px;
}
.side_nav_m {
	margin-top: 15px;
}

@media screen and (max-width: 992px) {
	.detail_pleft {
	padding-left: 15px;
	}
	
	.side_nav {
		border: 1px solid #ddd;
	}
	.side_nav_mtop {
		margin-top: 15px;
	}
	.side_nav_m {
		margin-top: 25px;
	}
}

.side_nav .side_header {
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: var(--mainColor);
	padding: 10px;
}
.side_nav ul {
	
}
.side_nav ul li {
	border-top: 1px solid #ddd;
	font-size: 16px;
}
.side_nav ul li a.curr{
	color: var(--mainColor);
}

.side_nav ul li a:hover {
	background-color: var(--mainColor);
	color: #fff;
}
.side_nav ul li a{
	display: inline-block;
	line-height: 40px;
	width: 100%;
}
.side_nav ul li a label {
	margin-left: 24px;
}
.side_nav .iconfont {
	float: right;
	margin-right: 10px;
	line-height: 40px;
}
.side_contact {
	padding: 15px;
}
.side_contact h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	color: #333;
}
.side_contact p {
	color: #333;
}
.side_contact ul {
	margin-top: 20px;
}
.side_contact ul li {
	line-height: 35px;
	color: #666;
	font-size: 14px;
	border-top: 1px dashed #ddd;
}

.case-detail .case-title {
	font-size: 28px;
	text-align: center;
	padding: 10px 0 30px 0;
}
@media screen and (max-width: 992px) {
	.case-detail .case-title {
		font-size: 20px;
	}
}
.case-detail .case-img-wrap {
	text-align: center;
}
.case-detail .case-img-wrap img{
	width: 100%;
	max-width: 600px;
}

.case-detail .relate-bg {
	color: #fff;
	line-height: 2.5;
	margin: 20px 0;
}
.case-detail .relate-bg .relate-title{
	background: var(--mainColor);
	padding: 0 10px;
	display: inline-block;
}

@media screen and (max-width: 992px) {
	.case-detail .relate-bg .relate-type {
	    display:inline-block;
	}
}

.case-detail .relate-bg .relate-type {
	color: #333;
	margin-left: 30px;
}
.case-detail .relate-bg .relate-type span {
	color: var(--mainColor);
}
.case-detail .relate-bg .relate-time {
	color: #666;
	float: right;
	margin-right: 15px;
}
.case-content {
	text-align: center;
}
.case-content img {
	margin: 15px 0;
}

@media screen and (max-width: 992px) {
	.case-content img {
		width: 100%;
		height: auto;
	}
}


.case-content p {
	 text-align: left;
	line-height: 30px;
    font-size: 16px;
}


.news-list {
	
}
.news-list .news-title{
	font-size: 20px;
}
.news-list .news-time {
	font-size: 16px;
	margin-top: 6px;
	text-align: right;
}
.news-list .desc {
	line-height:21px;
	margin-bottom: 15px;
	
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
	
}
.news-icon {
	font-size:18px;
	margin-right: 8px;
}
.news-detail {
	
}
.news-title {
	font-size: 24px;
	text-align: left;
	padding: 10px 0 30px 0;
}

.news-wrap {
	
}
.news-wrap .news-left,.news-wrap .news-right{
height: 420px
}

.news-wrap.layui-hide-xs {
display:block!important;
}
.news-wrap.layui-hide-xs .news-left,.news-wrap.layui-hide-xs .news-right{
height: initial;
}

.breadcrumbs li{line-height: 50px;}
.breadcrumbs .curr_site {font-size: 16px;}
.breadcrumbs .icon {font-size: 24px;vertical-align: top;color: #666;}