
.main-business-list .mainbusi-block-xs{  margin-bottom: 3rem!important;} 


/*手机端*/
.mobile-headerwrap {
	display: none;
}

@media screen and (max-width:480px) {
	.header {
		display: none;
	}

	/*手机端导航*/
	.mobile-headerwrap {
		display: block;
	}

	.mobile-headerwrap .layer-top {
		padding: 0 10px;
		overflow: hidden;
	}

	.mobile-headerwrap .mem-links .login {
		font-size: 0;
		line-height: 0;
	}

	.mobile-headerwrap .mem-links li {
		margin-right: 10px;
	}

	.mobile-headerwrap .mem-links .m-icon2 {
		margin-left: 0;
	}

	.mobile-headerwrap .mem-links li a {
		display: block;
		height: 35px;
	}

	.mobile-menucss {
		/* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);*/
		height: 100%;
		max-height: calc(100vh - 50px);
		/* width: 40%;*/
		width: 100%;
		position: relative;
		/*width:150px;*/
		position: fixed;
		right: -100%;
		top: 50px;
		box-sizing: border-box;
		display: block !important;
		z-index: 99999;
	}

	.mobile-menucss>ul {
		overflow: auto;
		padding-left: 0;
		width: 100%;
		/*width: 150px; */
		padding-top: 0;
		/*background:rgba(130,176,69,1);*/
		height: calc(100%);
		/* max-height:calc(100% - 50px);*/
	}

	.mobile-menucss>ul>li {
		margin-top: -1px;
		transition: all 500ms;
		transform: translateX(-100px);
		opacity: 0;
	}

	.mobile-menucss>ul>li.cr {
		background: rgba(255, 255, 255, .05);
	}

	/*	.mobile-menucss>ul>li.cr{ background: #fff;}
	.mobile-menucss>ul>li.cr>a{ color: #000;}
	.mobile-menucss>ul>li.cr>a span{color: #000;}*/
	.mobile-menucss>ul>li>a {
		position: relative;
	}

	.mobile-menucss>ul>li>a,
	.mobile-menucss>ul>li>h3 {
		font-weight: normal;
		display: block;
		padding-left: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
		/*border-top:1px solid rgba(255,255,255,0.1);*/
		height: 45px;
		line-height: 45px;
	}

	.mobile-menucss>ul>li>a>span {
		color: #fff;
		font-size: 16px;
	}

	.mobile-menucss>ul>li>ul {
		padding-left: 50px;
		overflow: hidden;
		/*display: none;*/
	}

	.mobile-menucss>ul>li>ul>li {
		line-height: 45px;
		position: relative;
	}

	.mobile-menucss>ul>li>ul>li>a>span {
		color: #fff;
		opacity: .8;
		line-height: 25px;
	}

	.mobile-menucss>ul>li.mobiles-links {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 30px;
		border: none;
	}

	.mobile-menucss>ul>li.mobiles-links a {
		border: none;
	}

	.mobile-menucss>ul>li.mobiles-links img {
		width: 50px !important;
		height: 50px !important;
		max-width: none;
		margin-left: 0;
		padding-left: 0;
	}

	/*手机端头部*/
	.mobile-headerwrap {
		height: 48px;
		position: relative;
		z-index: 999990;
	}

	.mobile-header {
		background: #fff;
		height: 50px;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 990;
	}

	.header-shower {
		line-height: 50px;
		height: 50px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
		position: relative;
		z-index: 66;
		text-align: center;
	}

	.mobile-header .header-shower img {
		width: auto !important;
		height: 35px !important;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	.mobile-header .header-shower img:nth-child(3){ padding-left: 5px;height: 20px !important;}
	.menu-active>ul>li {
		transform: translateX(0);
		opacity: 1;
	}

	.menu-active>ul>li>a {
		height: 45px;
		line-height: 45px;
	}

	.menu-active>ul>li:nth-child(2) {
		-webkit-transition-delay: 300ms, 300ms;
		transition-delay: 300ms, 300ms;
	}

	.menu-active>ul>li:nth-child(3) {
		-webkit-transition-delay: 350ms, 350ms;
		transition-delay: 350ms, 350ms;
	}

	.menu-active>ul>li:nth-child(4) {
		-webkit-transition-delay: 400ms, 400ms;
		transition-delay: 400ms, 400ms;
	}

	.menu-active>ul>li:nth-child(5) {
		-webkit-transition-delay: 450ms, 450ms;
		transition-delay: 450ms, 450ms;
	}

	.menu-active>ul>li:nth-child(6) {
		-webkit-transition-delay: 500ms, 500ms;
		;
		transition-delay: 500ms, 500ms;
	}

	.menu-active>ul>li:nth-child(7) {
		-webkit-transition-delay: 550ms, 550ms;
		transition-delay: 550ms, 550ms;
	}

	.menu-active>ul>li:nth-child(8) {
		-webkit-transition-delay: 600ms, 600ms;
		transition-delay: 600ms, 600ms;
	}

	.menu-active>ul>li:nth-child(9) {
		-webkit-transition-delay: 650ms, 650ms;
		transition-delay: 650ms, 650ms;
	}

	.menu-active>ul>li:nth-child(10) {
		-webkit-transition-delay: 700ms, 700ms;
		transition-delay: 700ms, 700ms;
	}

	.menu-active>ul>li:nth-child(11) {
		-webkit-transition-delay: 750ms, 750ms;
		transition-delay: 750ms, 750ms;
	}

	.menu-active {
		left: 0;
		animation-name: ani-menu;
		animation-timing-function: ease-in-out;
		animation-duration: 500ms;
		box-shadow: none;
	}

	.menu-hide {
		/*left: -100%;*/
		left: 0;
		height: 0;
		animation-name: ani-menu1;
		animation-timing-function: ease-in-out;
		animation-duration: 500ms;

	}



	/*菜单动画*/
	@keyframes ani-menu {
		0% {
			/*left: -100%;*/
			height: 0;
		}

		100% {
			/*left: 0;*/
			height: calc(100%);
		}
	}

	@-webkit-keyframes ani-menu {
		0% {
			/*	left: -100%;*/
			height: 0;
		}

		100% {
			/*	left: 0;*/
			height: calc(100%);
		}
	}

	@keyframes ani-menu1 {
		0% {
			/*	left: 0; */
			height: calc(100%);
		}

		100% {
			/*	left: -100%;*/
			height: 0;
			box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		}
	}

	@-webkit-keyframes ani-menu1 {
		0% {
			/*left: 0;*/
			height: calc(100%);
		}

		100% {
			/*left: -100%;*/
			height: 0;
			box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		}
	}

	/*搜索开始*/
	.head-icons {
		position: absolute;
		top: 0;
		right: 6px;
		height: 50px;
		text-align: right;
	}

	.mobile-search {
		height: 50px;
		background: #fff;
		padding: 0 20px 0 50px;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		z-index: 6666;
		top: 0;
		left: 0;
		display: none;
	}

	.mobile-menucss {
		text-align: left;
	}

	.mobile-search input {
		width: 100%;
		color: #000;
		height: 50px;
		vertical-align: middle;
		background: transparent;
		border: none;
		line-height: 50px;
	}

	.mobile-search input::-webkit-input-placeholder {
		color: #999 !important;
	}

	.mobile-search input:-moz-placeholder {
		color: #999 !important;
	}

	.mobile-search .s-searchs {
		/**/
		background: url("../images/searchbtns.png") no-repeat center center;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 15px;
		top: 10px;
		line-height: 30px;
		text-align: center;
		/**/
		background-size: 20px 20px;
	}

	.mobile-search .s-close {
		cursor: pointer;
		color: #95262a;
		/**/
		background: url("../images/close.png") no-repeat center center;
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		/**/
		background-size: 20px 20px;
		left: 10px;
		top: 10px;
	}

	.head-icons a.ybooks-css {
		width: 40px;
		height: 50px;
	}

	.head-icons a {
		display: inline-block;
		float: left;
		cursor: pointer;
		text-align: center;
		font-size: 20px;
		color: #666;
	/*	width: 30px;*/
		width: 25px;
		height: 50px;
		line-height: 50px;
	}

	.head-icons a.lang span {
		background: #b5151d;
		color: #fff;
		border-radius: 25px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: 12px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top: -2px;
	}

	.head-icons a.search-mobile,
	.search-mobile-business {
		/*width:30px;*/
		height: 50px;
	}

	.head-icons a.site-css {
		width: 35px;
		height: 50px;
	}

	.head-icons a.en-css {
		width: 41px;
		height: 50px;
	}

	a.menus-mobiles {
		width: 50px;
		height: 50px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}

	a.menus-mobiles span {
		background: #444444;
		height: 1px;
		width: 20px;
		display: block;
		position: absolute;
		left: 10px;
		top: 22px;
		transition: all 0.5s;
	}

	a.menus-mobiles span:nth-child(1) {
		/* top: 22px;*/
		transform: translate3d(0, 0px, 0);
	}

	a.menus-mobiles span:nth-child(2) {
		/*top: 28px;*/
		transform: translate3d(0, 6px, 0);
	}

	a.menus-ani1 span:nth-child(1) {
		/* animation:animenu1 500ms  1; */
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, 45deg);
	}

	a.menus-ani1 span:nth-child(2) {
		/*animation:animenu2 500ms  1; */
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, -45deg);
	}
	
	/*新加三个杠*/
	a.menus-mobiles{ top: -2px;}
	a.menus-mobiles span:nth-child(1) {
		/* top: 22px;*/
		transform: translate3d(0, 0px, 0);
	}

	a.menus-mobiles span:nth-child(2) {
		/*top: 28px;*/
		transform: translate3d(0, 8px, 0);
	}
	a.menus-mobiles span:nth-child(3) {
		/*top: 28px;*/
		transform: translate3d(0, 16px, 0);
	}
	a.menus-ani1 span{top:23px;}
	a.menus-ani1 span:nth-child(1) {
		/* animation:animenu1 500ms  1; */
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, 45deg);
	}
	a.menus-ani1 span:nth-child(2){
		display:none;
	}
	a.menus-ani1 span:nth-child(3) {
		/*animation:animenu2 500ms  1; */
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, -45deg);
	}
	
	
	

	.wrap-subs {
		overflow: hidden;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
		/* overflow-y: auto; height: 0;  position: absolute;width:calc(100% - 150px); left: 150px;   top: 0; bottom:0; box-sizing: border-box;  transition:all 0.5s;  overflow-x: hidden; opacity: 0;*/
	}

	.mod-subnav a {
		color: #999;
		display: inline-block;
		font-size: 12px;
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
		box-sizing: border-box;
		float: left;
	}

	.mod-subnav {
		margin-top: 30px;
	}

	.mod-subnav a img {
		width: 50px;
		margin-bottom: 10px;
	}

	/**/
	.wrap-subs .mod-subs {
		width: 100%;
		position: relative;
		left: -640px;
		padding-bottom: 10px;
		overflow: hidden;
		transition: all 0.5s;
	}

	.mobile-menucss>ul>li.cr .wrap-subs {
		opacity: 1;
		height: 100%;
		background: #fff;
		/*width:calc(100% - 150px); */
		/*transition-delay:1s; -moz-transition-delay:1s; */
		z-index: 99;
	}

	.mobile-menucss>ul>li.cr .wrap-subs .mod-subs {
		width: 100%;
		position: relative;
		left: 0;
	}

	.smod-tits {
		position: relative;
		margin: 10px 0 0 20px;
		left: -640px;
		/*top: 10px; */
		transition: all 0.5s;
		font-size: 16px;
		font-weight: bold;
	}

	.smod-tits span {
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}

	.mobile-menucss>ul>li.cr .smod-tits {
		left: 0;
	}

	.mymod-tits {
		font-size: 14px;
		color: #666;
		left: -640px;
		position: relative;
		padding-left: 20px;
		padding-top: 10px;
		/*font-weight: bold;*/
		transition: all 0.5s;
	}

	.mobile-menucss>ul>li.cr .mymod-tits {
		left: 0;
	}

	/*    .sub-active{ width:calc(100% - 150px); }*/

	.mobile-menucss>ul>li.m-website {
		width: 50%;
		float: left;
		text-align: center;
		border-bottom: none;
		margin-top: 40px;
	}

	.mobile-menucss>ul>li.m-email {
		width: 50%;
		float: left;
		text-align: center;
		border-bottom: none;
		margin-top: 40px;
	}

	.mobile-menucss>ul>li.m-website a,
	.mobile-menucss>ul>li.m-email a {
		display: inline-block;
		border-bottom: none;
		width: 70%;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		text-align: center !important;
		padding-left: 0;
		background: rgba(255, 255, 255, .2);
		opacity: .6;
	}


	@keyframes animenu1 {
		0% {
			transform: translate3d(0, 0, 0);
		}

		100% {
			transform: rotate3d(0, 0, 1, 45deg);
		}
	}

	@keyframes animenu2 {
		0% {
			transform: translate3d(0, 6px, 0);
		}

		100% {
			transform: rotate3d(0, 0, 1, -45deg);
		}
	}
	.mlangs{ font-size: 12px!important; display: inline-block; width: 52px!important; height: 22px!important; line-height: 22px!important; vertical-align: middle!important;  position: relative; margin-top: 13px; text-align: center;border:1px solid #fff; border-radius:22px; margin-right: 3px; background: none;border: 1px solid #ec2326;color: #ec2326!important; font-family: "Arial"  }

	/*新增会员中心下拉菜单*/
	.mobile-menucss {
		/*background: rgba(1,142,214,1);*/
		background: -webkit-linear-gradient(#bf7c24, #bf7c24);
		/* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(#bf7c24, #bf7c24);
		/* Opera 11.1 - 12.0 */
		background: -moz-linear-gradient(#bf7c24, #bf7c24);
		/* Firefox 3.6 - 15 */
		background: linear-gradient(#bf7c24, #bf7c24);
		/* 标准的语法 */
	}
	.my-photos b{ color: #ffba00;  padding-left: 4px;}
	.my-photos {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		box-align: center;
		-webkit-box-align: center;
		-webkit-moz-align: center;
		box-pack: center;
		-webkit-box-pack: center;
		-webkit-moz-pack: center;
		padding-top: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .05);
		border-top: 1px solid rgba(255, 255, 255, .05);
		padding-bottom: 20px;
		background: rgba(255, 255, 255, .05);
		transition: all 500ms;
		transform: translateX(-1000px);
		opacity: 0;
		padding:20px 30px;
	}

	.my-photos * {
		color: #fff;
	}

	.my-photos span {
		display: block;
		margin-right: 10px;
	}

	.my-photos i {
		vertical-align: middle;
		display: inline-block;
		display: block;
		font-style: normal;
		background: #ffba00;
		font-size: 12px;
		border-radius: 6px;
		margin-left: 5px;
		padding: 1px 5px;
		position: relative;
		top: -3px;
		width: 60px; text-align: center;
		margin-top: 10px;
		
		
		
	}

	.my-photos em {
		font-size:14px;
		-moz-box-flex:1.0; /* Firefox */
-webkit-box-flex:1.0; /* Safari 和 Chrome */
box-flex:1.0;  display: block; 
		
	}

	.mem-btns {
		margin-top: 15px;
		/*text-align: center;*/
	}

	.mem-btns a {
		display: inline-block;
		font-size: 12px;
		background: #f7741c;
		width: 85px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		border-radius: 8px;
	}

	.mem-btns a:nth-child(1) {
		margin-right: 10px;
	}

	.my-photos img {
		width: 80px;
		border: 1px solid rgba(255, 255, 255, .2);
		padding: 2px;
		background: rgba(255, 255, 255, .5);
		height: 80px;
		border-radius: 80px;
	}

	.menu-active .my-photos {
		transform: translateX(0);
		opacity: 1;
		-webkit-transition-delay: 200ms, 200ms;
		transition-delay: 200ms, 200ms;
	}

	.menu-active>ul>li:nth-child(1) {
		-webkit-transition-delay: 250ms, 250ms;
		transition-delay: 250ms, 250ms;
	}




/*手机端*/
@media screen and (max-width:480px) {
	.fixed-top{ top:50px!important;}	
	
	#header,.mainnav,.my_header{  display: none;}
.header,.index-header{ display: none;}
.fixeds{  position: static; height:52px; background: none;}
.fixeds ul{ position: fixed; background: #f8b62d;  height: 50px; bottom: 0; left: 0; right: 0; display: flex;}
.fixeds ul li{ flex: 1; font-size: 12px;}		
.fixeds ul li a{ padding-top:8px;}
.fixeds ul li a img{ height: 18px; width: auto;}
.fixeds span{ margin-top: -4px;}	
	
.head-icons  a.tplinks { margin-right: 8px; margin-top: 12px; vertical-align: middle; width: 25px; height: 25px;/* border: 1px solid #ccc;*//* background: #e37514; */
	background:rgba(3, 29, 86, 1);
	
	color: #fff; border-radius: 25px;  line-height: 25px; font-size: 12px;}	
		
/*导航*/	
.mobile-header{ z-index: 999999;} 
.mobile-header .header-shower img{height:20px !important;}	
.mobile-menucss{ background: #fafafa; background-size:50% auto;/*border-top: 1px solid #f1f1f1;*/}
.mobile-menucss>ul>li>a>span{ color: #000;}
.mobile-menucss>ul>li{ border-bottom: 1px solid #f1f1f1;}
.mobile-menucss>ul>li>ul>li>a>span{ color: #000; opacity: .8;}	
.mobile-menucss>ul>li>ul>li{ line-height: 30px;}
.mobile-menucss>ul>li>ul{ margin-bottom: 15px;}
/*.mobile-menucss>ul>li.last{  padding-left: 0; margin-top: 50px; border-bottom: none; text-align: center;}
.mobile-menucss>ul>li.last>a{ padding-left: 0; }
.mobile-menucss>ul>li.last a span{ color: #f76b04; border:1px solid #f76b04;border-radius:6px;  padding: 8px 20px;  font-size: 18px;}*/

	
		
.mobile-menucss{} 	
.mobile-menucss  ul ul ul{ margin-left:15px; margin-top:10px; margin-bottom:10px;}	
.mobile-menucss  ul ul ul a{ color: #777;}
.mobile-menucss>ul>li>ul{/**/ display: none;}
.mobile-menucss>ul>li{ position: relative;}
.mobile-menucss>ul>li.sub-sec .iconfont{ position: absolute;  text-align: right;  font-size: 22px; right: 0; padding-right: 30px; top: 0; height: 46px; line-height: 46px; width:50%;}
.mobile-menucss>ul>li.sub-sec2 .iconfont:before{content: "\e749";}
.mobile-menucss>ul>li.sub-sec2>ul{ display: block;}
	
		
.mobile-menucss{} 	
.mobile-menucss  ul ul ul{ margin-left:15px; margin-top:10px; margin-bottom:10px;}	
.mobile-menucss  ul ul ul a{ color: #777;}
.mobile-menucss>ul>li>ul{/**/ display: none;}
.mobile-menucss>ul>li{ position: relative;}
.mobile-menucss>ul>li.sub-sec .iconfont{ position: absolute;  text-align: right;  font-size: 22px; right: 0; padding-right: 30px; top: 0; height: 46px; line-height: 46px; width:50%;}
.mobile-menucss>ul>li.sub-sec2 .iconfont:before{content: "\e749";}
.mobile-menucss>ul>li.sub-sec2>ul{ display: block!important;}
		

	
	
	
.header__logo{ max-width: 70%; height: auto!important; left: 15px;}	
.header ul.list-1{ position: fixed!important; top: 0; right: 0; bottom: 0;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); margin-bottom: 0; }
.top__banner .banner__body .slogan{  font-size: 2rem; line-height: 150%; }
.top__banner .banner__body .subtitle{ padding-top: 0;    margin-top:1.4rem;}
.top__banner .banner__body .subtitle span{ line-height: 120%; font-size: 1.3rem;}	
.top__banner .container{ min-height: 250px; height: auto; background-size:auto 100%; width: 90%;}
img.sandwich{ right: 1rem;}
.slides-pagi{ }	
#mainBusinessSwiper{ margin-top:3rem;}
.index__business--main .pagi-business li a{ font-size: 16px!important;max-width:100px; white-space:normal;}	
.index__business--main .pagi-slogan-title,.index__tech--title .title,.section-title .title{ font-size: 24px; text-align: center;}
.section-title .subtitle,.index__tech--title .subtitle{ font-size: 16px; margin-top: -20px; text-align: center;}
.section-title .title{ font-size: 26px;}	
.index__tech .swiper-slide-item .container .tech-body-title{ font-size: 18px;  padding:0 20px;}
.index__tech .swiper-button-next img{ width: 20px; height: auto;}	
.index__tech .tech-body-desc	{ font-size:16px;}
#businessLayoutSwiper{ margin-top: 30px;}	
.duty-earth{ max-width: 100%; height: auto;}
.yj-lianjie{ display: block;}
	
.yejiao-top ul li{  width: 33.33%; padding-right: 10px; white-space: normal;}	
.yejiao-top ul{ margin-left: 0; padding-left: 0; margin-top: 0px; margin-bottom: 8px; }	
.yj-lianjie a{ display: block; width: auto; font-size: 12px;}
.yejiao-top .py-5{ padding-bottom: 0rem!important;}	
.yj-lianjie>div:first-child{  font-size: 14px;}	
.yj-dizhi{ white-space: normal; margin-bottom: 5px!important; height: auto;  justify-content: flex-start; align-items: center;   font-size: 12px;}	
.yj-dizhi img.mr-3{  height: auto!important; width: 16px;}
.yejiao-bj2-1:nth-child(2){ display: flex!important;}	
.yejiao-bj2{}
.yejiao-bj2-1:nth-child(3)	.yj-dizhi.mb-4:nth-child(2){ padding-left: 22px;}	
.yejiao-bj2>div:last-child{ margin-top: 1rem!important; justify-content: center!important;}	
.breadcrum{ left:15px; right: auto; top:4.5rem  }	
	.navbar-brand{ padding-top:0.5rem;}
.navbar-brand img{ width:265px!important; height: auto; vertical-align: middle;}	
.mainnav{ margin:0 0;}
.banner-area .crumb-nav{ padding: 0 15px!important;}	
.banner-content p{ padding: 0 15px;}
.banner-area>div p:first-child{ font-size: 1rem!important;}	
.breadcrumb {font-size:0.6rem!important;}	
.ejdaohang-bg li a{ font-size: 12px!important;}	
.ejdaohang-bg{ margin-top:0;}
.zyyw{ font-size: 24px; }	
.yincan-title,.fazhanlic-bti{text-align: center; margin: 0 auto!important;}
.yw-hengxian{ width: 128px; margin: 0 auto!important;}
.yincan-title .zyyw{ margin-bottom: 10px;}	
#gsjianjie{ margin-top: 20px!important;}	
#time-range-group1{ height: auto!important;}	
#time-range-group1 *{}	
.my_header{ line-height: 2em;}	
.gsjianjie-2-1{ margin-top: 0;}	
#time-range-group1	.swiper-slide{ height: 0px!important; overflow: hidden;}
#time-range-group1	.swiper-slide-active{ height: auto!important; overflow: visible;}	
.fazhanlic-bg{    background:#001d56 url(../images/fazhanlic-bg.png) top right no-repeat; background-size: 100% auto;}	
#fazhanlic .fa-angle-left{ position: absolute; left: 0; top: -70px;}	
#fazhanlic .fa-angle-right{ position: absolute; right: 0; top: -70px;}
#year-axis{ float: none!important;  justify-content: center!important;}
#qiyewh{ margin-top: 1rem!important;}	
#qiyewh .qiyewh-img{        padding:5rem 0 5rem 0 !important;}
.guquan-jiag-tu{ margin-top: 20px;}
#zzrongyu{margin-top: 28px !important;margin-bottom:0 !important;}	
.gsjianjie-2{ padding-top: 0.5rem;}	
.details-content{margin-top:1.6rem;margin-bottom: 1.6rem;}	
.details-content p,.details-content p *,.details-content{  margin-bottom:0; font-size: 16px!important; }	
.main-business-list{ margin-top: 20px!important;}	
.mainbusi-block>p.content{ height: auto; margin-bottom: 0.5px!important;}	
.yw-content{ margin-top: 1rem!important;}
.yw-content p,.yw-content p *,.gsjianjie-2 p,.gsjianjie-2 p * { font-size: 16px!important;}
.yw-content h2{    margin-bottom:1.5rem!important;  font-size: 1.5rem;}
.yw-fanye{ margin-top: 35px;}
.yw-content{ margin-bottom: 2rem!important;}	
.details-content table{ overflow-x: auto; width: 100%; display: block;}
.details-content  tbody{width: 900px!important; display: table;}	
.details-content table colgroup{ display: none;}
.ejdaohang-bg ul{ overflow-x: auto;  max-width: 100%; width:100%; padding: 0 5px; justify-content:flex-start;}	
#stock-info{ margin-top:2rem!important; }
.zyyw{ text-align: center;height:auto;margin-bottom:10px;}
.qiyegzhi-title{ margin-top: 30px;}
.qiyegzhi-1	p *,.qiyegzhi-1	p { font-size: 16px;}
.qiyegzhi-dshcyuan-bg .qiyegzhi-dshcyuan{      line-height: 100%;    font-size: 24px !important;}
.qiyegzhi-dshcyuan>div{ height: 120px!important;}
#stock-info a.button{width: 126px!important;height:35px!important; line-height: 35px!important;}	
#stock-info, #qiyegzhi, #info-pilu, #luyantzi, #gdzliao, #caiwu-news{    margin-bottom: 2rem!important;}
.yincan-more a.ycanniu, .yincan-more a.ycanniu i{ font-size: 16px!important;}	
.table-head{ font-size: 20px!important;}
.info-pilu, .luyantzi-title, .gdzliao{    margin-bottom: 25px!important;}	
.liebiao-eye-grop li{ align-items: flex-start!important;}
.liebiao-eye-grop li>i{ margin-top: .4rem;}
.liebiao-eye-nr>a {  display: block!important;}
.liebiao-eye-nr>a:nth-last-child(1){ font-size: 14px!important;}	
.liebiao-eye-nr{ display: block!important;}	
#luyantzi #luyan-info > div:first-child{  padding-right: 0!important; margin-bottom: 15px;}	
#gdzliao .gdzliao-block{ width: 33.33%!important;}
#gdzliao 	.gdzliao-yuantu{ width: 90px!important; height: 90px!important; border-radius: 90px!important;}	
.gdzliao-yuantu-bg1,.gdzliao-yuantu-bg3,.gdzliao-yuantu-bg4{    width: 59px!important;
height: 44px!important;}	
.gdzliao-block{ font-size: 18px!important;}
.contact-anniu{ width: 200px!important; height: 50px!important; line-height: 50px!important; font-size: 20px!important;}	
.mainBusines{ margin-top: 40px!important;}
#mainBusines .zyyw{ text-align: left!important; margin-top: 20px;}	
#mainBusines .yw-hengxian{ margin-left: 10px!important; margin-bottom: 30px!important; margin-top: 8px!important;}
#mainBusines  yw-cotainer1{ font-size: 20px!important;}
.right-nr-block, .mytongxin-right{ height: auto!important; min-height: 200px;}
.zhihuigdjt-left, .mytongxin-left, .hezihezuo-left{  height: auto!important; min-height:200px; }
.zhihuigdjt-left,.mytongxin-left{ background-size:  cover!important;}	
.zhihuigdjt,.mytongxin{ display: flex; flex-direction: column-reverse;}	
.zhihuigdjt-left, .hezihezuo-left{ margin-right: 0!important; margin-right: 0!important;}
.mainBusines{ width: 100%; overflow: hidden;box-sizing: border-box;}
.right-nr-block, .mytongxin-right{ float: none;}
.zhihuigdjt,.mytongxin{ margin: 0 20px;}	
.mainBusines .right-nr-block, .mainBusines .mytongxin-right{ margin-top: 0!important; width:auto!important;  float: none!important} 
.yw-cotainer1>a:last-child{ font-size: 18px!important; margin-left: 10px!important;}	
.yw-cotainer-bfqi{    width: 18px!important; height: 18px!important; background-size:100% auto!important;}
.mytongxin-left{ margin-left: 0!important;}	
.mytongxin,.zhihuigdjt{ margin-bottom:10px!important;}	
.mainBusines{ margin-bottom: 20px!important;}	
	
.new-mokuai .yw-hengxian{ margin-left:0!important;} 	
.news-block>div:last-child .news-block-content{ height: auto;}	
.news-block>div.news-block-car{ height: auto!important; position: static!important;}
.content-area .news-block{ margin-bottom:50px!important;}	
.news-center .zyyw{ text-align: left!important;}	
.content-area .news-block>div:first-child img{ height: auto!important;}	
.news-block>div:last-child .news-block-title{ height: auto!important;}
.news-block .news-block-icon{ margin-bottom: -70px!important;}
.new-mokuai{ padding-bottom: 0!important;}	
.news-center-end{ margin-bottom: 20px!important;}
.news-product-title{ margin-bottom: 20px;}
.news-product{ margin-top: 2rem!important; margin-bottom: 20px!important;}	
h2, .h2{ font-size: 1.6rem;}
.news-product-content,.news-product-content *{ font-size: 16px; line-height: 180%!important;/*display: block;*/}
.news-product-content,.news-product-content img{ display: block;}
.news-list-card .media{ max-height: 107px; overflow: hidden; padding-bottom: 15px; position: relative;}	
.news-list-card .media:after{ content:""; position: absolute; background:#fff;  bottom: 0; left: 0; right: 0; height: 15px;}
		
.list-unstyled h5{  font-size: 16px;	-webkit-line-clamp: 3;
display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;	}	
.list-unstyled 	.news-list-day a{ font-size: 14px;}
.news-list-card .media>img{ display: block; }
	
.yincan-data-list ul, #yincang-year ul{ justify-content: flex-start; width: 100%; overflow-x: auto;}	
.yincan-data-list li{ margin-right:10px;}
.news-list-fenye .SimpleTurnPager span{ margin-bottom: 8px; display: inline-block;}	
.news-list{ margin-bottom: 20px!important;}	
.yincan-data-list li a, #yincang-year li a{font-size:20px;}
	
.news-product	img,.news-product-content  img,.details-content img{ max-width: 100%; height: auto!important;}	
#skill-innovate	.news-block>div:last-child{ position: static;}	
	#skill-innovate{ padding: 0 20px!important;}	
	.news-block{ padding-bottom: 20px;}
	.news-block .news-block-icon{  width: 100%; left: 0; position: absolute; margin-bottom: 0!important; bottom: -10px; height: 62px; z-index: 3;}	
	.news-block>div:last-child{ height: auto;}
	.details-content{ padding-bottom: 1.6rem!important;}	
.section-title{ padding-top:20px;}	
	#mainBusinessSwiper{ margin-top: 1rem; margin-top: 50px;}	
.slides-pagi{ top: -30px; position: relative;}
.index__business--main{ justify-content: center;}
#qiyewh .qiyewh-img,.gsjianjie>.gsjianjie-img,#fzzhanlue .fzzhanlue-img{ background-size: cover!important;}	
#fzzhanlue .fzzhanlue-img{        padding: 5rem 1rem 5rem 1rem !important; margin-bottom: 0rem;}

	.yincan-data-list li{ margin-right: 20px;}	
	.yincan-data-list ul, #yincang-year ul{}
	#yincang-year .navbar-nav .nav-link{    padding: 0.2rem 20px 0.2rem 0;}
	#yincang-year,.yincan-data-list{ line-height: 150%!important;}
	.yincan-data-list{margin-top: 1rem;}
	div.luyan-year.container{    margin-top: 0!important; margin-bottom: 10px;}
	.ewm  img{ width: 100px!important; height: auto!important;}
	.duty-earth{height: auto!important;}
	
	#zzrongyu div.row{}	
	
	.news-list-group{ overflow:visible!important; height: auto!important;}
	.yw-content img{ max-width: 100%; height: auto!important; display: block;}
	
	#zzrongyu div.row img{ max-height: 280px; width: auto;}
	.news-list-fenye .SimpleTurnPager span{    padding:2px 8px; font-size: 14px;}
	
	.news-list-group .news-list-card .media{  max-height: none;}
	.news-list-group .news-list-card .media-body h5{ line-height: 150%;}
	
	body,html{ overflow-x: hidden;  width:100%; position: relative; }
	
	
}