﻿@charset "utf-8";
*{padding:0;margin:0}

body{
	font-family:"微软雅黑", Helvetica, sans-serif;
	font-weight:normal;
	height: 100%;
	color:#444;
	font-size:14px;
	overflow-x: hidden;
	
}
img{border:none;}
a:focus{ outline: none;text-decoration: none;}
a{outline: none;text-decoration: none;color: black}
a:hover{outline: none;text-decoration: none;}
p, b, ul, li, dt, dd, dl{padding:0;margin:0;}
input{outline:0; }
ul, li{ list-style: none; }
section{ display:block;}

.menu{    position: fixed; top: 0;right: 0; left: 0; z-index: 999; display: block; margin: 0; width: 100%; min-width: 1024px; height: 48px; max-height: 44px; background: #333; background: rgba(0,0,0,0.8); font-size: 18px;-webkit-user-select: none;-moz-user-select: none; -ms-user-select: none;user-select: none;}
.menu .ac-gn-content { margin: 0 auto; max-width: 980px; padding: 0 22px; position: relative; z-index: 2;}
.menu .list-inline {cursor: default;margin: 0 -10px; text-align: justify; width: auto; height: 44px; -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none;  user-select: none; text-align: justify;-ms-text-justify: distribute-all-lines;text-justify: distribute-all-lines;}
.menu .ac-gn-logo{ float:left;margin-right:50px;}

.menu .ac-gn-item { float:left; position: relative; height: 44px; z-index: 1; vertical-align: top; width:115px;text-align: center;    overflow: hidden; }
.menu .ac-gn-item a{ color:#fbfbfb; font-size:14px; line-height:44px;}
.menu .ac-gn-item a:hover{ color:#d7d7d7;-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);}

.menu .ac-gn-right{ text-align:right;    width:56px; float: right; position:relative;}
.menu .ac-gn-right a{color:#fbfbfb; font-size:14px; line-height:44px; }
.menu .ac-gn-right a:hover{ color:#d7d7d7;-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);}

.menu ul li a span{position:absolute;left:0;width:115px;}
.menu ul li a span.out{top:0px;}
.menu ul li a span.over,.menu ul li a span.bg{/* hide */top:-44px;}

#menu2 ul li a{color:#fbfbfb;}
#menu2 ul li a span.over{color:#000;background-color:#f0f0f0;}










.foot{ width:100%; height:279px; margin:0 auto; background:url(../images/footbg.png) repeat-x center;}
.foot .footer{ width:1000px; margin:0 auto;}
.foot .footer .foot_list{ float:left; margin-top:30px;width:170px; }
.foot .footer .foot_list h3{ font-size:14px; color:#000;}
.foot .footer .foot_list ul{  font-size:12px; margin-top:20px;}
.foot .footer .foot_list ul li{ margin-bottom:10px;}
.foot .footer .foot_list ul li a{ color:#373737;}
.foot .footer .foot_list ul li a:hover{ text-decoration:underline;}


.foot .footer .foot_ewm{float:left;margin-top:30px;width:220px; text-align:center;}
.foot .footer .foot_ewm h3{ font-size:14px; color:#373737;}
.foot .footer .foot_ewm  .img{ margin-top:20px; width:80px;}
.foot .footer .foot_tianqi{ float:left;margin-top:30px;width:270px; text-align:center;}
.foot .footer .foot_tianqi h3{ font-size:14px; color:#373737;}
.foot .footer .foot_tianqi p{  font-size:12px; margin-top:30px;/*background: url(../images/tel.png) no-repeat 9% center;*/background-size: 40px;height: 40px;line-height: 40px;font-size: 20px;}
.foot .banquan{ width:1000px; margin:0 auto; overflow:hidden; font-size:12px; text-align:center; height:50px; line-height:50px; color:#858585; border-top:1px solid #bfbfbf; margin-top:40px;}







.banner-nei{ width:100%; display:block; margin:0 auto;margin-top: 44px;}
.banner-nei img{display:block; margin:0 auto; width:100%;}



/*内页*/
#outermain{padding:20px 0 60px 0;width: 100%; margin: 0 auto;}

 #maincontent {
    width: 1024px;
    margin: 0 auto;
}
#content.positionleft{ float:left;}

#content {
    width: 744px;
    float: left;
}

/* BLOG */
.post{
	position: relative;
    border: 1px solid #ededed;
	border-width:0 1px 1px 0;
	box-shadow: 1px 1px 0px #f6f6f6;
    position: relative;
    background: #fff;
	height:196px;
	margin-bottom:20px;
	position:relative;
}
/*.post::before {
    content: " ";
    width:700px;
    position: absolute;
    bottom: -5px;
    left: 10px;
    background: black;
    height: 2px;
    background:#fff;
    border: 1px solid #ededed;
	border-width:0 1px 1px 0;
	box-shadow: 1px 1px 0px #f6f6f6;
}*/
.postimg{position:absolute;width: 220px;height: 200px;}
.postimg p{width: 220px;height:196px;display: table-cell;vertical-align: middle;}
.postimg img{max-width: 218px;max-height: 196px;      vertical-align: middle;margin: auto;      display: block;}





.postcontent.withimage{margin-left:220px}
.postcontent{padding:16px 18px 0 20px;}
.posttitle{float:left; text-align:right; padding:0 20px 4px 0; margin-right:-20px; line-height:20px; font-family:"微软雅黑", Helvetica, sans-serif;margin-bottom: 15px;}
.posttitle, .posttitle a, .posttitle a:visited{font-size:16px; color:#fff;background: #264ba0;border-radius: 30px; border-top-left-radius:0px;border-bottom-left-radius:0px; height:32px;display: block;margin-left: 13px;margin-top: 2px; padding: 0 40px 0 15px;}

.posttitle1, .posttitle1 a, .posttitle1 a:visited{font-size:18px; color:#264ba0;height:32px;display: block;margin-left:0;margin-top: 2px; padding: 0;}
.posttitle a:hover{text-decoration:none;}

.entry-content{padding:0; clear:right; font-size:12px; line-height:20px;}
.entry-content p{margin-bottom:18px;}
.entry-utility{padding:0; color:#999;font-size: 12px;margin-top: 10px;}
.entry-utility span{padding:0 0 0 18px; margin-right:8px}
span.postauthor{background:url(../images/author.png) no-repeat;}
span.posttime{background:url(../images/date.png) no-repeat left center;}
span.postcat{background:url(../images/cat.png) no-repeat;}
span.postcom{background:url(../images/comm.png) no-repeat;}

#singlepost .post{padding:20px; height:auto;    min-height: 500px;}
#singlepost .posttitle{padding:0 20px 3px 0; margin:0 -20px 20px 0; width:auto; background:url(../images/ibg.png) no-repeat left center; line-height:32px;}
#singlepost .postimg{ position:relative; margin:0 0 15px 0; clear:right}
#singlepost .entry-content{float:none; padding:0;font-size: 14px; line-height:24px;}

.commentlist{
	list-style-type:none;
	padding:0;
	margin:0;
}
.commentlist ol{
	list-style-type:none;
	padding:30px 0 0 90px;
	margin:0;
}

.commentlist li{
	position:relative;
	padding:0 0 30px 0;
}
.commentlist li li{
	position:relative;
	padding:0;
}

.avatar{
	position:absolute;
	top:0;
	left:0;
}
.comment-body{
	width:auto; 
	margin-bottom:10px !important;
	margin-left:80px;
	padding:20px;
	background:#fff;
	border:solid 1px #ebebeb;
	border-width:0 1px 1px 0;
	box-shadow: 1px 1px 0px #f6f6f6;
}
.comment-body .time{font-size:10px; padding-left:10px }
.comment-body .time{color:#b7b7b7;}
.commentlist .comment-body .reply a, .commentlist .comment-body .reply a:visited{font-size:10px; color:#b7b7b7;}
.commenttext{margin:0; padding:10px 0 0 0;}
.commentlist .comment-body p{margin-bottom:10px !important}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}
.comment-body .reply a, .comment-body .reply a:visited{font-size:10px; color:#b7b7b7; padding-left:10px}

#commentform label{display:block}
#commentform .text-input{
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
}
#commentform .textarea{
	margin-bottom:20px;
	padding:8px 5px;
	vertical-align:top;
}

#sidebar {
    width: 270px;
    float: left;
    padding: 0 0 0 10px;
}
#sidebar.positionright{float:right;}
#sidebar .widget-title{
	padding: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
    background: #264ba0;
    width: 110px;
    margin: 0 auto;
    border-radius: 14px;
    padding: 3px 0;
}

#sidebar .widget-title1{
    font-size: 18px;
    color: #264ba0;
    text-align: left;
    margin: 0 auto;
}
#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	clear:both;
	font-size:14px;
}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	color:#444;
}
#sidebar .widget-container{
	margin-bottom:10px;
	clear:both;
	background:#fff;
	border:solid 1px #ebebeb;
	border-width:0 1px 1px 0;
	box-shadow: 1px 1px 0px #f6f6f6;
	padding:20px;
	position:relative;

}

#sidebar li li{
	    list-style-type: none;
    margin: 10px 0 4px 0;
    /* padding: 0 0 4px 20px; */
    height: 20px;
    /* background: url(../images/arrow2.png) no-repeat 0 5px; */
    text-align: center;
}



#sidebar ul.latestpost{ list-style-type:none; padding:0; margin:0;}
#sidebar ul.latestpost li{background:transparent; padding:0 0 0 0; clear:both;height:110px;}
#sidebar ul.latestpost li:last-child{padding:0;}
#sidebar ul.latestpost li img{ padding:5px; background:#f3f3f3; border:solid 1px #fff; outline:solid 1px #e1e0e0}
#sidebar ul.latestpost .lptitle{display:block;height:30px;
    line-height: 30px;
    overflow: hidden;}


#sidebar ul.latestpost .lptitle1{height:78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
	color: #999999;
    font-size: 13px;
    line-height: 20px;
	}


ul.latestpost .lptitle a, ul.latestpost .lptitle a:visited{color:#333 !important;font-size: 15px;}
img.alignleft {
    margin-bottom: 12px;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right:10px;
    margin-top: 3px;
}




/*分页*/
.wp-pagenavi {clear:both; padding:35px 0 0 0; text-align:right; background:url(../images/line.png) no-repeat top center; font-size:12px;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:0px 8px;
	margin:0 0 0 8px;
	color:#444;
	display:inline-block;
	border:solid 1px #fff;
	background:#f3f3f3;
	outline:solid 1px #e1e0e0
}

.wp-pagenavi a:hover{
	padding:0px 8px;
	margin:0 0 0 8px;
	color:#444;
	display:inline-block;
	border:solid 1px #fff;
	background:#fff;
	outline:solid 1px #e1e0e0;
	text-decoration:none
}
.wp-pagenavi .current{
	padding:0px 8px;
	margin:0 0 0 8px;
	color:#444;
	display:inline-block;
	border:solid 1px #fff;
	background:#fff;
	outline:solid 1px #e1e0e0
}
.wp-pagenavi .pages{
	padding:0px 8px;
	margin:0 0 0 8px;
	color:#444444;
	display:inline-block;
	border:0;
}




.bars{width:1024px;background:url(../images/home.png) no-repeat left center;margin:auto; height:41px; line-height:41px; margin-bottom:5px; }
.bars a{color:#0e0e0e;font-size:14px;}
.bars .sp1{ padding-left:24px;}
  
  
  
  
  
  
  
  
  
/*我要仓储*/
#singlepost .postimg-cc{ position:relative; margin:0 0 150px 60px; clear:right;}
  
.btn{ background:#16a0d3; border:none; color:#fff; cursor:pointer; display:inline-block; font-family:"Microsoft Yahei"; font-size:12px; height:32px; line-height:32px; margin:0 1px 0 80px; padding:0 20px; }
.btn:hover{ background:#117ea6; } 
  
.map{width:510px;height:420px;margin-top:15px;}
  
  
.contact{ background:url(../images/tel.png) no-repeat right center; height:90px; width:380px; color:#4194d3;margin-top:60px;} 
  
  
.post ul{ overflow:hidden;position: relative;margin: 80px 0 150px 0;clear: right;}
.post ul li{ width:33.3%; text-align:center; float:left;}  
.post ul li img{ display:block; width:180px; margin:0 auto;}









.syti{position: relative;margin: 50px 0 40px 0;clear: right;}


.promos  .promo h3{ position:absolute; color:#000; width: 100%; text-align: center; font-size:18px;top: 25px;font-family:"微软雅黑", Helvetica, sans-serif;}
.promos  .promo img{ display:block;position:absolute;width:248px; height:182px; text-align: center; top:60px; margin-left:-124px !important;left:50%;}
.promos  .promo .info{width:248px;height: 0;top:70px;position: absolute;left: 0;color:#000;font-size: 13px; display:none; margin-left:-124px !important;left:50%;line-height: 20px;font-family:"微软雅黑", Helvetica, sans-serif;}





  
#carousel{
	margin-top:20px;
	text-align:center;
	height:80px;
	opacity:0;
	-moz-transition:0.4s opacity;
	-webkit-transition:0.4s opacity;
	transition:0.4s opacity;
}

#carousel.active{
	opacity:1;
}

#carousel li{
	display:none;
	list-style:none;
	width:80px;
	height:80px;
	position:relative;
	
	-moz-transition:0.4s all;
	-webkit-transition:0.4s all;
	transition:0.4s all;
}

#carousel li.visible{
	display:inline-block;
}

#carousel li a img{
	border:none;
}

#carousel li img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position:relative;
	z-index:10;
}

/* Creating the cradle below the thumbnails.
	Uses % so that it grows with the image. */
	
#carousel li:after{
	content:'';

	background-size:contain;
	bottom: 4%;
    content: "";
    height: 50px;
    left: -6.5%;
    position: absolute;
    right: -6.5%;
    width: auto;
    z-index: 1;
}

#carousel li:hover{
	height: 197px;
    margin-top: -70px;
    width: 222px;
}







/*鼠标悬停*/
.da-thumbs li a,.da-thumbs li a img{display:block;position:relative;}
.da-thumbs li a{overflow:hidden;}
.da-thumbs li a div{position:absolute;background-color: rgba(0,0,0,0.6);width:100%;height:244px;overflow:hidden;filter:alpha(opacity=60); display:none; }
.da-thumbs li a div.da-animate{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
/* Initial state classes:*/
.da-slideFromTop{left:0px;top:-100%;}
.da-slideFromBottom{left:0px;top:100%;}
.da-slideFromLeft{top:0px;left:-100%;}
.da-slideFromRight{top:0px;left:100%;}
/* Final state classes:*/
.da-slideTop{top:0px;}
.da-slideLeft{left:0px;}
.da-thumbs li a div span{display:block;position:relative; font-size:14px; color:#fff;    width: 248px; margin: 0 auto; line-height: 20px; margin-top:32px;font-family:"微软雅黑", Helvetica, sans-serif}










.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
	top:0px;
	    z-index: 998;
	 margin-top: 44px;
	 
}

.dl{ position:relative; top:-9px; left:0px; display:none;    z-index:9999;}
.ssj{overflow: hidden; position: absolute;    width: 100%; height: 10px; top:4px}

.ssj span{border: 1px solid #d6d6d6; display: block; position: absolute;background-color:#fff;top:0; left: 50%; width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}
.dl-box{ width:288px;background-color:#fff;border: 1px solid #d6d6d6; position: absolute;right: 0;    margin-right: -114px; height:200px;top: 13px; border-radius:2px;}
.dl1 { width:200px; margin:0 auto;     padding: 1% 0; position:relative;}
.dl1 input{ font-size:14px; color:#030000;  padding:3% 0;width:100%; margin:0 auto; border:none; border-bottom:1px solid #b7b7b7; background-image: url(../images/zcdl_03.png); background-position:left center; background-repeat:no-repeat; background-size:8%;text-indent: 18%; outline:0;font-family:"微软雅黑", Helvetica, sans-serif;}
.dl1 a{ position:absolute; right:0px; top:16%; font-size:12px; background-color:#e8621a; color:#fff; padding:2% 3%; border-radius:2px;}

.dl2 { width:70%; margin:0 auto;     padding: 1% 0;}
.dl2 input{ font-size:12px; color:#030000; padding:3% 0;width:100%; margin:0 auto; border:none; border-bottom:1px solid #b7b7b7; background-image: url(../images/zcdl_08.png); background-position:left center; background-repeat:no-repeat; background-size:8%;text-indent: 18%; outline:0;font-family:"微软雅黑", Helvetica, sans-serif;}

.button{width:40%; position:absolute;bottom:7%; left:50%; margin-left:-20%; overflow:hidden;}
.button .J_Submit{ color:#fff; border:1px solid #1992d9; width:100%;background: linear-gradient(#2f90d5,#0351b7); font-size:13px; border-radius:2px; float:left; padding:5% 0;font-family: "微软雅黑"; }


#menu2 ul li .forget{ text-align:right;font-size:12px; width:200px; margin:0 auto;color: #999;}
#menu2 ul li .forget a{ color:#08c; padding:0 5px;font-size:12px;}
#menu2 ul li .forget a:hover{ text-decoration:underline;}

.menu .ac-gn-right .title{ text-align:center; width:100%; font-size:13px; color:#999; height:40px; line-height:40px;}





.register{ width:970px; margin:0 auto;margin-top: 100px;}
.register h3{ font-size:16px; text-align:center;}
.register .personal{ width:400px;margin: 0 auto;margin-top:30px;}
.register .personal p{ overflow:hidden;}
.register .personal input[type=text]{box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-sizing: border-box;
    width: 384px;
    height:30px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    color: #333333;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: white;
    background-clip: padding-box;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: normal;
    display: table-cell;
    vertical-align: baseline;
    font-weight: normal;font-family:"微软雅黑";float:left;}
.register .personal input.input1{box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-sizing: border-box;
    width:65%;
    height: 30px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    color: #333333;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: white;
    background-clip: padding-box;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: normal;
    display: table-cell;
    vertical-align: baseline;
    font-weight: normal;font-family:"微软雅黑";  float: left;}
.register .personal input.input2{width:30%; height:30px; background: url(../images/yzmbg.png) no-repeat center; -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-sizing: border-box;
    padding: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
	border:none;
    background-clip: padding-box;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: normal;
    display: table-cell;
    vertical-align: baseline;
    font-weight: normal;font-family:"微软雅黑"; float: right;}
	
	
	.item-ifo{ text-align:center; color:#949494;}
	.item-ifo a{ color:#0069b4; text-decoration:underline;}
	
.register .title{ text-align:center; color:#858585; font-size:24px; margin:20px 0 40px 0;}
.register span{ width:15px; height:30px; line-height:30px; float:left;}
	
	


.time{ text-align:center; border-bottom:1px dashed #ccc; padding-bottom:8px;    margin-bottom: 12px;}








#singlepost .entry-content img{ max-width:100%;}










.kfzx_box{background:url(../images/kfxianbg.png) no-repeat left top; width:100%; overflow:hidden;background-color: #fff;}

.kfzx_box .tel{ float:left; width:50%;background:url(../images/kfxianshu.png) no-repeat right center; height:120px; }
.kfzx_box .tel .tel1{ width:100%;background:url(../images/tel.png) no-repeat 50px center; height:120px; }
.kfzx_box .tel .tel1 p{ font-size:16px;height: 26px; line-height: 26px; color:#191919;margin:0 0 0 110px;}

.kfzx_box .qq{ float:left; width:50%; height:120px; }
.kfzx_box .qq .qq1{ width:100%;background: url(../images/ewm.jpg) no-repeat 25px center; height:120px;background-size: 100px;}
.kfzx_box .qq .qq1 p{ font-size:16px;height: 26px; line-height: 26px; color:#191919;margin:0 0 0 145px;}



.kfzx_box .map{ float:left; width:100%; height:500px; }
.kfzx_box .map .title{ font-size:16px; height:28px; line-height:28px;margin-top: 20px;margin-left: 30px;}

.kfzx_box .feedback{ float:left; width:100%; height:215px; }
.kfzx_box .feedback .title{ font-size:16px; height:28px; line-height:28px; margin-top: 20px;margin-left: 30px;}


.kfzx_box .feedback p{ overflow:hidden; font-size:15px; margin:7px 0px; }
.kfzx_box .feedback p span{ float:left; display:block; width:110px; text-align:right;margin-right:10px;height:26px; line-height:26px; font-size:12px;}
.kfzx_box .feedback p input{ width:161px;  height:30px; border: 1px solid #ccc;  outline:none;font-family:"微软雅黑";}
.kfzx_box .feedback p textarea{width:277px; resize:none; height:60px;border: 1px solid #ccc; outline:none;font-family:"微软雅黑";}

.sub {
    width:76px;
    height:30px;
    line-height:30px;
    background:url(../images/sub.png) no-repeat center;
    text-align: center;
        margin-left: 200px;
    
}
.sub a {
    font-size:12px;
    color: #fff;
	display:block;
}








