body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
img{
	width:100%;
	height:auto;
}
i,em{
	font-style:normal;
}
b,strong{
	font-weight:normal;
}
/* 顶部导航 */
#top{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}
#top .top-bar p,#top a{
	color:#fff;
}
#top .top-bar p a{
	color:#1479d7;
}
#top .current-menu-item a{
	color:#1479d7;
}
.top .current-menu-item a{
	color:#1479d7;
}
#top .tel-model p,#top .search-icon em{
	color:#fff;
}
.top{
	border-bottom: 1px solid rgb(112,127,145);
	width: 100%;
	z-index:100;
}
.top a{
	color:#000;
}
#top-bar{
	background-color: transparent;
}
.top-bar{
	background-color:#474747;
}
.top-bar li,.navi ul li{
	display: inline-block;
}
.top-bar-content{
	width:100%;
	max-width:1200px;
	border-bottom: 1px solid rgb(112,127,145);
	padding: 16px 0 10px;
	margin:0 auto;
}
.top-bar p{
	margin-bottom: 0;
	margin-left:-5px;
	color:#fff;
}
.top-bar p a{
	padding-left: 7px;
	color:#1479d7;
}
#top .navigation{
	background:transparent;
}
.navigation{
	background-color:#fff;
}
.language a,.language span{
	padding-left: 7px;
	color:#fff;
}
.top-bar-content:after,.navigation-content:after,.tel-search:after{
	content: "";
	display: block;
	clear: both;
}
ul.language{
	margin-right:-6px;
	text-align: right;
}
/* 页面主导航 */
.navigation-content{
	width:100%;
	max-width:1200px;
	line-height:76px;
	padding:4px 10px 0;
	position: relative;
	margin:0 auto;
}
.logo,.navi,.tel-model,.search-model{
	float: left;
}
.tel-search{
	float:right;
	width:208px;
	padding-top:4px;
	font-size:16px;
}
.search-model{
	float:right;
}
.navi{
	padding-top:5px;
	margin-left: 113px;
}
.navi a{
	padding-left:35px;
	font-weight: bold;
}
.navi ul li a,.tel-model p{
	display: block;
}
.navi ul li a.active{
	color: #1479d7;
}
.navi ul li a:hover{
	color: #1479d7 !important;
}
.tel-model p,.search-icon{
	color: #000;
}
.search-icon{
	padding-right: 0px;
}
#top .search-icon:before{
	background: rgba(255,255,255,.4);
}
.search-icon:before{
	display:inline-block;
	content: "";
    width: 1px;
	height: 16px;
	margin-right:23px;
    background: rgba(0,0,0,.4);
}
.tel-model p .icon{
	margin-right: 12px;
}
.tel-model p a,.search-icon em{
	color: #000;
	cursor: pointer;
}
.tel-model,ul.language li:first-child,.search-model{
	position: relative;
}
ul.language li:first-child:after{
	content: "";
    position: absolute;
    right: 0px;
    top: 44px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
}
ul.language li:first-child:after{
	top: 4px;
}
ul.language li:first-child{
	padding-right: 12px;
}
.search-box{
	position: absolute;
	margin-top:6px;
	right: 0;
	z-index:10;
}
.search-box form{
    width: 250px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow:0 0 9px #ccc;
	line-height:54px;
}
.search-box form input{
	width: 100%;
	height: 40px;
	color: #9e9e9e;
	border-radius:4px ;
	border:none;
	outline: none;
	text-indent: 16px;
}
.search-box form button{
	width: 55px;
	height:34px;
	line-height:34px;
    text-align: center;
    position: absolute;
    top:10px;
    right: 10px;
    color: #fff;
    background-color: #1479d7;
    border: none;
}
.tel-model a{
	color: #d00602 !important;
}
.responsive-icon{
	display: none;
}
.responsive-icon span{
	display: block;
	width: 26px;
	height: 2px;
    margin: 6px 0;
    background: rgb(20,121,215);
}
.responsive-icon{
	position: absolute;
	top: 30px;
	right: 30px;
}
/* 悬浮侧边栏 */
.fixedbar{
	position:fixed;
	top:55%;
	right:4px;
	width:60px;
	z-index:100;
}
.fixedbar li{
	width:60px;
	height:50px;
	margin-bottom:2px;
	border-radius:2px;
	background-color: #f5f5f5;
	text-align:center;
	line-height:50px;
	cursor:pointer;
}
.fixedbar .hides{
	width:198px;
	height:50px;
	background-color:#b52626;
	border-radius:2px;
	opacity:0;
	transform:translate(300px,-50px);
}
.fixedbar .hides em{
	margin-left:10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.fixedbar .hides .icon{
	color:#fff;
}
.fixedbar li .icon{
	color:#7d7d7d;
	font-size:24px;
}
.fixedbar li:hover{
	background-color: #1479d7;
}
.fixedbar li:hover .icon{
	color:#fff;
}
.fixedbar li:hover .hides{
	opacity:1;
	transform:translate(-200px,-50px);
	transition: .5s;
}
/* 下拉菜单 */
.menu-item{
	position: relative;
}
.menu-item:hover .sub-menu{
	display:block;
}
.sub-menu{
	display:none;
	position:absolute;
	top:76px;
	left:25px;
	width:270px;
	z-index: 999;
}
.menu-item .sub-menu li{
	display:block;
	background-color:#e5e5e5;
	border-bottom:1px solid #fff;
}
.sub-menu li:last-child{
	border-bottom:none;
}
.sub-menu li a{
	padding-left:10px;
	color:#333 !important;
	font-size: 14px;
	line-height: 45px;
}
.sub-menu li a:hover{
	color:#1479d7 !important;
}

/* 面包屑导航 */
.crumb-bg{
	position: relative;
	width:100%;
	height:450px;
	background:url("/wp-content/themes/log/image/crumb.jpg") no-repeat 100%;
}
.crumb{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.2);
	color:#fff;
}
.crumb-auto{
	width:90%;
	max-width:1200px;
	margin:auto;
}
.crumb-auto a{
	color:#fff;
	font-size:18px;
	line-height:60px;
}
.crumb-auto a:hover{
	color:#1479d7;
}
.crumb-auto .icon{
	margin:0 5px;
}
.crumb-bg .title{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-140px,-50px);
	width:280px;
	height:100px;
	color:#fff;
	text-align: center;
}
.crumb-bg .title h1{
	font-size:50px;
}
.crumb-bg .title p{
	margin-top:15px;
	font-size:22px;
}
/* 页面菜单 */
.menu-title{
	width:90%;
	height:28px;
	max-width:600px;
	margin:75px auto 50px;
}
.menu-title li{
	float:left;
	width:120px;
	height:30px;
	text-align: center;
	line-height:30px;
}
.menu-title li a{
	color:#333;
	font-size:20px;
}
.menu-title li a:hover{
	color:#1479d7;
}
.menu-title .active{
	color:#1479d7;
}
/* 企业简介 */
.abstract-img a{
	display:block;
	width:150px;
	height:80px;
	transform: translateY(-80px);
	background-color:#1479d7;
	color:#fff;
	font-size:20px;
	text-align: center;
	line-height:80px;
}
.abstract-text{
	padding-top:20px;
}
.abstract-text h2{
	color:#333;
	font-size:22px;
}
.abstract-text p{
	margin-top:20px;
	color:#333;
	font-size:14px;
	line-height:24px;
}
.about-advantage{
	background-color:#f1f1f1;
}
.advantage-title{
	margin:0 auto;
	padding:50px 0;
	text-align: center;
}
.advantage-title h2{
	margin-bottom:20px;
	color:#333;
	font-size: 34px;
}
.advantage-title p{
	color:#333;
	font-size: 14px;
}
.transport{
	padding-bottom:50px;
	text-align: center;
}
.transport .item{
	margin-bottom:40px;
}
.transport .icon{
	font-size:50px;
}
.transport h5{
	margin:20px 0;
	font-size:20px;
}
.transport p{
	line-height: 24px;
}

/* 页面底部 */
footer{
	background-color:#171f26;
}
footer .serive{
	padding:30px 0;
	background-color:#1d3052;
}
.serive-icon{
	float: left;
	width:50px;
	height:50px;
	border:1px solid #a2aab8;
	border-radius:50%;
	text-align: center;
	line-height:45px;
}
.serive-icon .icon{
	color:#fff;
	font-size:16px;
}
.serive-text{
	float:left;
	width:60%;
	margin-left:20px;
}
.serive-text p{
	color:#ced0d5;
	margin-bottom:5px;
}
.serive-text strong,.serive-text a{
	color:#fff;
}
.footer{
	margin-top:60px;
	padding-bottom:50px;
	border-bottom:1px solid #3a4046;
}
.footer p{
	margin-top:30px;
	color:#dfdfdf;
	line-height:26px;
}
.footer li{
	border-bottom:1px solid #3a4046;
	line-height: 50px;
}
.footer li:hover a{
	color:#1479d7;
}
.footer strong{
	color:#fff;
	font-size:16px;
	font-weight: bold;
}
.footer .icon{
	color:#dfdfdf;
	margin:0 10px;
}
.footer a{
	color:#dfdfdf;
}
.footer span em{
	display:block;
	margin:20px 0 15px;
	color:#dfdfdf;
}
.footer .last li{
	float:left;
	width:30px;
	height:30px;
	margin:20px 5px 0;
	border-radius:50%;
	background-color:#565761;
	text-align: center;
	line-height: 26px;
}
.footer .last li:hover{
	background-color:#1479d7;
}
.footer .last .icon {
	margin:0;
	color:#fff;
}
.copyright{
	color:#dfdfdf;
	font-size:14px;
	line-height: 80px;
}<!--0.00024318695068359-->