﻿/*底部*/
.g-ft{height:auto;padding:2.5rem 0 4.1rem;position:relative;z-index:99;color: #555;font-size:1rem;line-height: 1.9rem;}
.ontop{width:99.8%;height:2.9rem;line-height: 2.9rem;background: #ededed;border: solid 1px #ddd;display: block;margin:0 0%; text-align:center;}
.ontop span{display: inline-block;padding: 0 1.4rem 0 0;position: relative;color: #555; font-size:1.3rem}
.ontop span:before{content: "";position: absolute;width: 0;height: 0;right: 0;top: 1rem;border-right: solid 0.5rem transparent;border-left: solid 0.5rem transparent;border-bottom: solid 0.9rem #036aac;}
.f_con{padding:1.8rem 0 0;height:10.5rem;font-size:1.3rem; color:#f1f6ee;background:url(/images/fotbg.jpg);clear:both;}
.f_con p{text-align:center;font-size:1.3rem}
.f_con ul{padding:1.5rem 0 0 7%;}
.f_con li{float: left;width: 45%;height: 1.1rem;line-height: 1.1rem;margin-bottom: 0.9rem;white-space: nowrap;}
.f_con li em{float: left;width:1.2rem;margin: 0 0.7rem 0 0;height: 1.1rem;}


.social_nav5{height:4.1rem;position:fixed;bottom:0;min-width:320px;max-width:640px;width:100%;z-index:999;background:#036aac;overflow: hidden;}
.social_nav5 li{height:4.1rem;width:25%; float:left; text-align:center; color:#fff;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; position:relative;font-weight:bold}
.social_nav5 ul a:nth-child(2) li{background: #ff9900;width:29%;position: relative;}
.social_nav5 ul a:nth-child(2) li:before,.social_nav5 ul a:nth-child(2) li:after{content: "";position: absolute;width: 0;height: 0;top: 0;right: 0;}
.social_nav5 ul a:nth-child(2) li:after{right: 0;border-top: solid 4.1rem transparent;border-bottom: solid -0.5rem  #018901;border-right: solid 1.25rem #036aac;}
.social_nav5 ul a:nth-child(2) li:before{left: 0;border-bottom: solid 4.1rem transparent;border-top: solid -0.5rem  #018901;border-left: solid 1.25rem #036aac;}
.social_nav5 ul a:nth-child(3) li,.social_nav5 ul a:nth-child(4) li{width: 23%;}
.social_nav5 li em{ width:1.5rem; display:block; margin:0 auto; padding:0.75rem 0 0;height:1.35rem;}
.social_nav5 li em img{ width:100%;}
.social_nav5 li a{font-size:1rem;line-height:1.7rem; color:#fff}



.prolist { margin-top:30px; margin-left:1%}
.prolist .item { width: 48%; float: left; margin: 0 3% 40px 0; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s;}
.prolist .item:nth-child(2n) { margin-right: 0; }
.prolist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); z-index: 1; }
.prolist .item .img a { display: block; }
.prolist .item .img img { width: 100%; display: block; }
.prolist .item .bow { padding: 20px 20px; position: relative; overflow: hidden; }
.prolist .item .bow .nam { font-size:1.0rem; font-weight: bold; line-height: 30px; margin-bottom: 10px; overflow: hidden; height: 30px; }
.prolist .item:hover .bow .nam {  }
.prolist .item .bow .nam a { color: #333; }
.prolist .item:hover .bow .nam a { color: #036aac; }
.prolist .item .bow .txt { font-size: 0.8rem; color: #666; line-height: 20px; height: 40px; overflow: hidden; }
.prolist .item:hover .bow .txt {}
.prolist .item .bow .btn { position: absolute; left: 0; bottom: 0; right: 0; height: 58px; line-height: 58px; background: linear-gradient(to right,#036aac,#036aac); color: #fff; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s; transition: all .4s; }
.prolist .item:hover .bow .btn { -webkit-transform: translateY(0); transform: translateY(0); }
.prolist .item .bow .btn a { color: #fff; font-size: 1.0rem; display: block; text-decoration: none; padding-left: 30px; }

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 10px 0;
    height: 40px;
    text-align: center;
	margin-top:0px;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 14px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#036aac;
    color:#fff;
    border-color:#036aac;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}

.idx-news li {
    line-height:40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: url(/images/dd.png) no-repeat left center;
	border-bottom:1px #999999 dotted;
}
.idx-news li span {
	float: right;
}

.idx-news li:hover{-webkit-transform:translateX(3px);-moz-transform:translateX(3px);transform:translateX(3px)}
.idx-news li a{color:#333;margin-left:13px}
.idx-news li a:hover{
	color: #036aac
}
.idx-news h2 {
    padding-top: 18px;
    font-size:25px;
    line-height: 32px;
    color: #444;
    text-align: center;
	font-weight:normal;
}

.idx-news .time {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 34px;
    color: #999;
    text-align: center;
}
.news-detail div, .news-detail p {
	line-height: 24px;
	font-size:16px;
	color:#333333;
}
.sec_con2 {padding:0px 10px;}
.sec_tpm3 {line-height:34px; padding:0px;overflow:hidden; }
.mp20{ margin-top:15px; margin-left:2%; margin-right:2%}
.mp220{ margin-top:15px; margin-left:1%; margin-right:1%}


/*新闻*/
.ul04{ margin-bottom:20px;}
.ul04 .l2_1{width:100%; height:100px; padding-top:10px; padding-bottom:20px; border-bottom:1px solid #f0f0f0; display:block;}
.ul04 .l2_1 .l_117{ float:left; width:80px; height:60px; padding-top:10px; margin-top:10px; padding-bottom:10px; background:#b7b7b7; }
.ul04 .l2_1 .l_117 .t_50_1{width:80px;font-family:"Arial"; font-size:36px;  height:40px; line-height:40px; color:#fff; text-align:center; display:block; }
.ul04 .l2_1 .l_117 .d_23_5{width:80px; font-family:"Arial"; font-size:16px; height:20px; line-height:20px;  color:#fff; text-align:center;display:block; }


.ul04 .l2_1 .r_714{ float:right; width:85%; height:100px; overflow:hidden;}
.ul04 .l2_1 .r_714 .t_48_1{ float:left; width:100%; height:36px; padding-bottom:4px; line-height:36px; font-size:20px; font-weight:bold; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.ul04 .l2_1 .r_714 .t_48_1 a{ color:#333;}

.ul04 .l2_1 .r_714 .d_56{ float:left; width:100%; height:56px; line-height:28px; font-size:18px; color:#888; overflow:hidden;}
.ul04 .l2_1 .r_714 .d_56 a{ color:#888;}

.ul04 .l2_1:hover .t_48_1 a{ color:#036aac;}
.ul04 .l2_1:hover .d_56 a{ color:#494949;}
.ul04 .l2_1:hover .l_117{ background:#036aac;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}




/*冷库工程*/
.m-work{padding: 1.4rem 2.2% 2.4rem 2.6%;height: 56.1rem;overflow: hidden;}
.work_t{padding: 1px 0 0 1px;}
.work_t li{width: 33.44%;height: 3.2rem;line-height: 3.2rem;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;float: left;margin: -1px 0 0 -1px;text-align: center;border: solid 1px #d1d1d1;color: #333;font-size: 1.4rem;}

.work_t li a{ color:#333333}


.work_t li.cur{background: #036aac;border-color: #036aac;color: #fff;font-weight: bold;}
.work_t li.cur a{ color:#FFFFFF }

