/*公共样式*/
.header .layui-nav-child{ z-index:99999; top:60px; left: auto; right: 0;}
.seraph{ font-size:16px !important;}
.main_body{ min-width:320px;background:#eceef4;}
.layui-nav .layui-nav-item a{ cursor:pointer;}
.layui-nav .layui-nav-item>a{ color:#333; max-height:60px;}
.layui-layer-tab .layui-layer-title span{ padding:0 !important;}
iframe{ position:absolute; height:100%; width:100%; border:none;}
.top_menu.layui-nav .layui-nav-child dd.layui-this a,.closeBox.layui-nav .layui-nav-child dd.layui-this a,.closeBox .layui-nav-child dd.layui-this,.top_menu .layui-nav-child dd.layui-this{ background:none; color:#333;}
.layui-nav .layui-nav-child a:hover,.layui-nav .layui-nav-child dd.layui-this a:hover{background-color:#2cb861;color:#fff;}

/*模拟加载层图标样式*/
.layui-layer-dialog .layui-layer-content .layui-layer-ico16{ background-size:100% 100% !important; }
/*样式改变的过渡*/
.layui-body,.layui-footer,.layui-layout-admin .layui-side,.logo,.topLevelMenus li.layui-nav-item,.topLevelMenus li.layui-nav-item:hover{ transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; }
/*隐藏*/
*[mobile],.component .layui-select-title i.layui-edge{ display:none;}

/*打开页面动画*/
.layui-tab-item.layui-show{ animation:moveTop 1s; -webkit-animation:moveTop 1s; animation-fill-mode:both; -webkit-animation-fill-mode:both; position:relative; height:100%; -webkit-overflow-scrolling: touch; overflow:auto; }
@keyframes moveTop{
	0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
}
@-o-keyframes moveTop{
	0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
}
@-moz-keyframes moveTop{
	0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
}
@-webkit-keyframes moveTop{
	0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
}
/*锁屏*/
.admin-header-lock{width: 320px; height: 170px; padding: 20px; position: relative; text-align: center;}
.admin-header-lock-img{width:70px; height:70px; margin: 0 auto;}
.admin-header-lock-img img{width:70px; height:70px; border-radius: 100%; box-shadow:0 0 30px #44576b;}
.admin-header-lock-name{color: #009688;margin: 8px 0 15px 0;}
.input_btn{ overflow: hidden; margin-bottom: 10px; }
.admin-header-lock-input{width: 170px; color: #fff;background-color: #009688; float: left; margin:0 10px 0 40px; border:none;}
.admin-header-lock-input::-webkit-input-placeholder {color:#fff;}
.admin-header-lock-input::-moz-placeholder {color:#fff;}
.admin-header-lock-input:-ms-input-placeholder {color:#fff;}
.admin-header-lock-input:-moz-placeholder {color:#fff;}
#unlock{ float: left; }
#lock-box p{ color:#e60000; }
/*顶部*/
.header{ z-index:2000;box-shadow: 0 0 5px rgba(156, 156, 156, 0.3);}
.logo{ color: #fff; float: left; line-height:60px; font-size:20px; padding:0 0px 0 15px; text-align: center;}
.logo:hover{ color: #e5e5e5;}
.hideMenu{ float:left; width:20px; height:20px; margin-top:15px; font-size:17px; line-height:20px; text-align:center; padding:5px 5px; color:#fff; /*background-color:#1AA094;*/ }
.hideMenu:hover{ color:#fff; }
.layui-nav cite{ margin-left: 5px;}
/*顶部右侧*/
.topLevelMenus{float:left;}
.topLevelMenus li.layui-nav-item:hover{ background-color:#2cb861;}
.layui-nav .layui-this:after{ bottom:-5px!important;}
.header .layui-nav-bar{top:60px !important;}
.topLevelMenus .layui-nav-item.layui-this{ background-color:rgba(0,0,0,0.1);}
.top_menu.layui-nav .layui-this:after{ width:0px; }
.top_menu .layui-nav-bar,.mobileTopLevelMenus .layui-nav-bar{background-color:rgba(0,0,0,0.7);}

/*左侧导航*/
.layui-nav{background-color: inherit !important;}
.showMenu.layui-layout-admin .layui-side{ left:-200px; }
.showMenu .layui-body,.showMenu .layui-footer{ left:0; }
/*左侧用户头像*/
.top_menu{ background-color:inherit !important; position:absolute; right:0;top:0; }
.layui-layout-admin .layui-side{ left:0; overflow:hidden;box-shadow: 0 0 5px rgba(156, 156, 156, 0.3);}
.user-photo{width: 200px; height: 120px; padding:15px 0 5px;}
.user-photo a.img{ display: block; width:80px; height:80px; margin: 0 auto 10px;}
.user-photo a.img img{ display: block; border: none; width: 100%; height: 100%; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; /*border: 4px solid #44576b;*/box-shadow: 0 0 15px #91a0b7; box-sizing:border-box;}
.user-photo p{ display: block; width: 100%; height: 25px; color: #333333; text-align: center; font-size: 12px; white-space: nowrap;line-height: 25px; overflow: hidden;}
/*左侧导航重定义*/
.layui-nav-item.layui-nav-itemed{ background-color: #4bc880 !important;}
.layui-nav-itemed:before{ width:5px; height:100%; background-color: #a4f2a9; position:absolute; content:''; left:0; top:0;}
.layui-nav-itemed .layui-nav-child a{ padding-left:40px; color: #333;}
.layui-nav-tree .layui-nav-itemed a:hover{background-color: #2cb861 !important;}
/*.layui-nav-tree .layui-nav-itemed dl a{background-color: #fff!important; color:#333}*/
/*左侧搜索框*/
.component{ width:180px; height:30px; margin:0 auto 5px; position:relative;}
.component .layui-input{ height:30px; line-height: 30px; font-size:12px; border:none; transition: all 0.3s; background:rgba(255,255,255,0.05); }
.component .layui-input:focus{ background:#fff; color:#000; }
.component .layui-form-select dl{ top:33px; background:#fff; }
.component .layui-icon{ position: absolute; right:8px; top:8px; color:#000; }
.component dl dd{ color:#000 !important;}
.component dl dd.layui-this{ color:#fff !important;}
.component dl dd.layui-select-tips{ color:#999 !important;}

/*layui-body*/
.layui-body{overflow:hidden;/*  border-top:5px solid #1AA094;border-left:2px solid #1AA094; */ background:#fff;box-shadow: 0 0 5px rgba(156, 156, 156, 0.3);}
#top_tabs_box{ padding-right:138px; /*height:40px; border-bottom:1px solid #e2e2e2;*/}
#top_tabs{ position: absolute; border-bottom:none; display:none;}
.layui-tab-title .layui-this{ background-color:#22B083; color:#fff; }
.layui-tab-title .layui-this:after{ border:none; }
.layui-tab-title li cite{ font-style: normal; padding-left:5px; }
.clildFrame.layui-tab-content{ /*top:41px;*/ top:0px; position:absolute; bottom:0; width:100%; padding:0;}
/*多窗口页面操作下拉*/
.closeBox{ position:absolute; right:0; background-color:#fff !important; color:#000; border-left:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; display:none;}
.closeBox .layui-nav-item{ line-height:40px; }
.closeBox .layui-nav-item>a,.closeBox .layui-nav-item>a:hover{ color:#000; }
.closeBox .layui-nav-child{ top:42px; left:-12px; }
.closeBox .layui-nav-bar{ display:none; }
.closeBox a i.caozuo{ font-size: 20px; position:absolute; top:1px; left:0; }
.closeBox a span.layui-nav-more{ border-color:#333 transparent transparent;}
.closeBox a span.layui-nav-more.layui-nav-mored{ border-color:transparent transparent #333;}
/*功能设定*/
.functionSrtting_box{ padding-top:15px;}
.functionSrtting_box .layui-form-label{ width:81px;}
.functionSrtting_box .layui-word-aux{ position:absolute;left:60px; top:9px; font-size: 12px;}
/*换肤*/
.skins_box{ padding:10px 34px 0; }
.skinBtn{ text-align:center; }
/*橙色*/
.orange .layui-layout-admin .layui-header{ background-color:orange !important; }
.orange .layui-bg-black{ background-color:#e47214 !important; }
/*蓝色*/
.blue .layui-layout-admin .layui-header{ background-color:#3396d8 !important; }
.blue .layui-bg-black{ background-color:#146aa2 !important; }
.blue .hideMenu{  }
/*自定义*/
.skinCustom{ visibility:hidden; }
.skinCustom input{ width:48%; margin:5px 2% 5px 0; float:left; }
.orange .layui-nav-tree .layui-nav-child a,.blue .layui-nav-tree .layui-nav-child a{ color:#fff; }
.orange .top_menu.layui-nav .layui-nav-more,.blue .top_menu.layui-nav .layui-nav-more{border-color:#fff transparent transparent !important;}
.orange .top_menu.layui-nav-itemed .layui-nav-more,.orange .top_menu.layui-nav .layui-nav-mored,.blue .top_menu.layui-nav-itemed .layui-nav-more,.blue .top_menu.layui-nav .layui-nav-mored{border-color:transparent transparent #fff !important;}
/*底部*/


/*响应式样式*/
@media screen and (max-width:1080px){
	.mobileTopLevelMenus[mobile]{display:inline-block;}
	.site-mobile .site-tree-mobile,.topLevelMenus[pc]{display:none !important;}
}
@media screen and (max-width: 720px){
	.hideMenu{ display: none !important; }
	.mobileTopLevelMenus[mobile]{ padding:0;}
	.top_menu>li[pc]{ display: none !important; }
	/*左侧导航*/
	.layui-layout-admin .layui-side{ left:-260px; }
	.site-mobile .layui-side{ left: 0; z-index:1100; }
	.site-tree-mobile {display: block!important; position: fixed; z-index: 100000; bottom: 15px; left: 15px; width:40px; height:40px; line-height:40px; border-radius: 2px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff;}
	.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;}
	.layui-body,.layui-layout-admin .layui-footer{ left:-2px; }
	/**/
	.content_detail .section{padding:5px}
	.content_detail .section .main{padding:0}
	.wid{width:100%}
	.content_detail .section .main .unit_details .head{line-height: 38px;
    color: #1e1e1e;
    text-align: center;
    font-size: 28px;}
    .content_detail .section .main .unit_title{height: 80px;margin-left: 5px;}
    .content_detail .section .main .unit_details{padding: 5px 5px 0 5px;}
    .content_detail .section .main label{width: 45%;
    text-align: left;}
}
@media screen and (max-width:480px){
	.logo{ width:120px; font-size: 18px;}
	#userInfo>a{ padding:0 10px;}
	.mobileTopLevelMenus[mobile] li>a{ padding:0 17px 0 15px;}
	.logo,.layui-nav.top_menu{ padding:0 5px;}
	.adminName,.top_menu dd[pc]{ display: none !important; }
	*[mobile],.top_menu .layui-nav-item.showNotice[pc]{ display:inline-block !important; }
}

/*修改顶部高度
.header .layui-nav-child,.layui-body,.layui-layout-admin .layui-side,.header .layui-nav-bar{ top:50px !important;}
.header .layui-nav .layui-nav-item,.header .layui-nav .layui-nav-item>a,.header,.logo{ line-height:50px !important; max-height:50px; !important;}
.mobileTopLevelMenus{ float:left;}
.hideMenu{ margin-top: 10px;}*/

.refresh{background-color: #fff!important;}
#navBar .layui-this a{color: #fff;}
.site-tree-mobile .layui-icon{display: none;}
#userInfo dl dd a{color:#333!important;}

/* 显示选项卡菜单
#top_tabs,.closeBox{ display:block;}
.clildFrame.layui-tab-content{top:41px;}
*/


.pb{
	position: absolute;
	width: 884px;
	height: 214px;
	right: 0px;
	z-index: 5;
	top: 0px;
}
.pb-carouselWarp {
	position: relative;
	width: 884px;
	height: 214px;
	overflow: hidden;
	margin-left: auto;
	/*margin-right: auto;*/
	right: 0px;
	/*margin-top: 50px;*/
}
.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}
.pb-carouselWarp .pb-carousel li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pb-carouselWarp .pb-carousel li img {
	width: 884px;
	height: 214px;
	vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
	position: absolute;
	bottom: 20px;
	right:34%;
	transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
	background-color: #ffff00;
}
.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: none;
}
.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	background: #000000 url(../img/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	background: #000000 url(../img/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
	position: absolute;
	width: 15px;
	top: 50%;
	left: auto;
	bottom: auto;
	right: 20px;
	transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
	float: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
	background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
	margin-top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
	top: 20px;
	background: #000000 url(../img/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
	top: auto;
	bottom: 20px;
	background: #000000 url(../img/arrow-bottom.png) no-repeat center;
}




.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{width: 100%;height: 100%;}
.tempWrap li{width: 266px !important;padding: 0px !important;margin-bottom: 0px !important;}
.tempWrap li p{margin:0 auto; width:98%; text-align:center; line-height: 30px; overflow:hidden; text-overflow: ellipsis;white-space: nowrap; }
.tempWrap,.slide-content{width: 1106px !important;}
.slide-item{width: 1106px !important;}
.slide-item-body{margin-left:0px;}
.slide-item-body ul li{margin-left: 7px;margin-right: 7px;}
.slide-content,.tempWrap,.slide-item-box,.slide-item-body{padding: 0px;}
.tempWrap{padding: 0px !important;}
.slide-item-box{position: relative;}
.hd{position: absolute;width:100%; z-index: 999999;}
.nav{background: #008d49;}
.banner{width: 1200px;margin: 0 auto;}
.banner img{width: 100%;height: 42px;}
.header{width: 100%;background: #008946;}
.swiper-pagination-bullet-active{background: #f47136 !important;}
.swiper-pagination-bullet{background: #fff;opacity: 1;}
.chengguo{padding-bottom: 20px;background: #fff;}
.chengguo_list{width: 100%;padding-top:10px;box-sizing: border-box;display: flex;justify-content: space-between;}
.chengguo_list div{width: 280px;cursor: pointer;}
.chengguo_list div img{height: 156px;display: block;width: 100%;}
.chengguo_list div p{width: 100%;height: 116px;border-bottom: 2px solid #087835;background: #f6f6f6;position: relative;overflow: hidden;padding: 0px 14px;box-sizing: border-box;}
.chengguo_list div p span:nth-child(1){margin-top: 10px;margin-bottom: 6px;display: block;font-size: 16px;color: #1e1e1e;font-weight: bold;}
.chengguo_list div p span:nth-child(2){font-size: 14px;color: #666; line-height: 22px;}
.chengguo_title {transition: all .4s;white-space:nowrap; text-overflow: ellipsis; overflow: hidden;}
.chengguo_p:hover{background-color: rgba(255, 173, 32, 0.4);transition: all .4s;}
.chengguo_list div:hover .bg_1{opacity: 1;}
.chengguo_list div:hover .chengguo_p{border-bottom:#f47136 solid 2px;}
.chengguo_list div p span{z-index: 2;position: relative;}
.chengguo_list div p img{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;opacity: 0;transition: all .4s;z-index: 1;}


/*#main{width:920px;height:430px;overflow:hidden;position:relative;margin:30px auto;}*/
#main{    position: relative;
	width: 884px;
	height: 214px;
	overflow: hidden;
	margin-left: auto;
	/*margin-right: auto;*/
	left: 160px;
	/*margin-top: 50px;*/}
#main .box{width:884px;height:214px;margin:0px auto;overflow:hidden;position:relative;}
#main .box img{width:884px;height:214px;position:absolute;left:0px;top:0px;opacity:0;filter:alpha(opacity=0);}
#main .btnLeft{width:35px;height:57px;position:absolute;left:0px;top:185px;background:url(images/left_ar.png) no-repeat 0px 0px;}
#main .btnRight{width:35px;height:57px;position:absolute;right:0px;top:185px;background:url(images/right_ar.png) no-repeat 0px 0px;}
#main .page{width:132px;height:22px;position:absolute;bottom:15px;right:50px;}
/*#main .page a{display:inline-block;width:22px;height:22px;background:url(images/num_grey.png) no-repeat 0px 0px;margin:0px 11px;float:left;color:#FFF;text-decoration:none;text-align:center;}*/
/*#main  .page a.active{background:url(images/num_red.png) no-repeat 0px 0px;}*/
#main .page{
	position: absolute;
	bottom: 20px;
	right: 25%;
	transform: translateX(-50%);
}
#main .page a {
	float: left;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
}
.active{
	background: #ffff00!important;
}

/*通知*/
.tongzhi{
	width: 1200px;height: 50px;display: flex;
	align-items: center;
	background: #ebebeb;
	box-sizing: border-box;
	margin: 10px auto;
	display: none;
}

.winBox {
	width:1080px;
	height:100%;
	overflow:hidden;
	position:relative;
	float:left;
}
.scroll {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	/*width:1792px;*/
	position:absolute;
	left:0px;
	top:0px;
}
.scroll li {
	/*width:224px;*/
	float:left;
	line-height:50px;
	margin-right:30px;
	/*text-align:center;*/
}


.scroll li a{
	padding-left: 20px;
	background: url(../images/dian.jpg)no-repeat left center;
}

li .yuan{margin-top: 10px;}

.jialiu{display: flex;justify-content: space-between;margin: 10px 0px;}
.jialiu>div{background: #fff;padding: 0px 20px;box-sizing: border-box;padding-top: 6px;width: 596px;padding-bottom: 20px;}

.header_top_border{width:100%; height: 40px; background: #f9f9f9;overflow: hidden;}
.header_top_box{width: 1200px;margin:0 auto; padding-top: 8px; height: 24px; position: relative;}
.header_top_box .header_top_calendar{ float:left; padding:0 20px; font-weight: 14px; color: #666; font-weight:bold; background: url(../images/home/riqi.png) no-repeat 0 center;}
.header_top_box .header_top_City{ float:left; padding:0 20px; font-weight: 14px; color: #666; font-weight:bold;}
.header_top_box .header_top_weather{ float:left; padding:0 20px; font-weight: 14px; color: #666; font-weight:bold; background: url(../images/home/duoyun.png) no-repeat 0 center;}
.header_top_box .header_top_airtemperature{ float:left; padding:0 20px 0 0; font-weight: 14px; color: #666; font-weight:bold;}
.header_top_box .header_top_windpower{ float:left; padding:0 20px; font-weight: 14px; color: #666; font-weight:bold; background: url(../images/home/fengli.png) no-repeat 0 center;}
.header_top_box .header_top_airquality{ float:left; padding:0 20px; font-weight: 14px; color: #666; font-weight:bold; background: url(../images/home/icon01.png) no-repeat 0 center;}
.header_top_box .header_top_search_border{ float:left; padding:0 20px 0 0;}
.header_top_box .header_top_search_border input{width:200px; padding: 2px 10px; height: 22px; border:1px solid #c5c5c5; background: url(../images/home/sousuo.png) no-repeat right center; border-radius: 20px; -moz-border-radius: 20px;-webkit-border-radius: 20px; }

.special{display: flex;}
.slide-item-body .tempWrap{background: #fff !important;}
.scientific{
	display: flex;
	justify-content: space-between;
}

.kejikeyan{ margin:20px auto; width:1200px; height: 365px;}
.keyandongtai_border{float:left;width:596px; padding: 6px 20px; box-sizing: border-box; height: 365px; background: #fff;}
.keyandongtai_title{padding-bottom: 20px; margin-bottom: 15px;  width:100%; height: 40px; position: relative; border-bottom: 2px solid #ddd;}
.keyandongtai_title h6{width:116px;height: 38px;text-align:center;font-size: 20px;font-weight: bold;color: #087835; border-bottom: 2px solid #087835; box-sizing: border-box;}
.keyandongtai_model{padding:0 0 20px 183px; height: 123px; position: relative; border-bottom:0px; overflow: hidden; }
.keyandongtai_model .summary_model_img{position: absolute; top:0; left: 0;}
.keyandongtai_model .summary_model_img img{width:169px; height: 123px; object-fit: cover}
.keyandongtai_model h5{ width:100%; margin-bottom: 10px; font-size:16px; line-height: 23px; height: 43px; color:#1e1e1e; }
.keyandongtai_model p{ width:100%; font-size:14px; line-height: 23px; height: 72px; color:#999999; display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */ line-clamp:2; -webkit-line-clamp: 2;/*下/表示行数*/ box-orient:vertical; -webkit-box-orient: vertical;/*下//表示纵向*/}
.keyandongtai_model .summary_model_time{position: absolute; bottom: 0; right: 0; width:120px; height: 23px; line-height: 23px; font-size: 14px; color:#999; text-align: right;}

.ziyuanfuwu_border{ margin:0 auto 10px auto; padding: 17px 20px; width:1200px; height: 134px; background: #fff; box-sizing: border-box;}
.ziyuanfuwu_banner{ float: left; height: 99px; border-right: 1px solid #ddd; width:1000px; overflow: hidden; }
.ziyuanfuwu_banner img{width:485px; height: 99px; padding-right: 10px;}
.ziyuanfuwu_linkGB{ float: right; padding-left: 10px; width:149px; }
.ziyuanfuwu_linkGB ul li{ width:80px; height: 44px; margin-bottom: 10px; padding-left:69px; font-size: 16px; border-radius:6px;}
.ziyuanfuwu_linkGB ul li img{color:#fff;}
.ziyuanfuwu_linkGB ul li a{color:#fff; line-height: 44px;}
.ziyuanfuwu_linkGB ul li:hover a{color:#fff;font-weight:bold;}
.ziyuanfuwu_linkGB ul li a:hover{color:#fff;font-weight:bold;}
.ziyuanfuwu_linkGB ul li:nth-child(1){background: url(../images/home/icon05.png) no-repeat 20px center #33a460; }
.ziyuanfuwu_linkGB ul li:nth-child(2){background: url(../images/home/icon06.png) no-repeat 20px center #f39d6f; }