@charset "utf-8";
/*   
Theme Name: 嘉泽电缆
Theme URI: 
Description: 主题展示页面
Author: 云田信息科技
Author URI: www.sh47.net
Version: 1.10
*/


body, html{
	font-family: '微软雅黑','microsoft yahei',tahoma,helvetica,arial;
	font-size: 15px;
	color: #5a5657;
	padding: 0px;
	margin: 0px;
	background-color: #fff !important;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
dl{
	margin: 0px;
	padding: 0px;
}
a{
	color: inherit;
	text-decoration: none;
	outline:none;
}
img{
	max-width: 100%;
	border: 0px;
}

.nav{
	text-align: center;
	background-image: url(images/bg-image-1.jpg);
	padding: 15px 0px;
}
.nav ul.pc{
	display: inline;
}
.nav ul.pc > li{
	display: inline-block;
	position: relative;
}
.nav ul.pc > li + li:before{
	color: #fff;
	content: "/\00a0";
	padding: 0 5px;
	font-size: 18px;
	font-family: '微软雅黑','microsoft yahei',tahoma,helvetica,arial;
}
.nav ul.pc > li a{
	padding: 0px 10px;
	
	display: inline-block;
	line-height: 62px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.nav ul.pc li.current-menu-item > a,.nav ul.pc li.current-menu-parent > a,
.nav ul.pc li.current-post-ancestor > a,
.nav ul.pc li a:hover{
	color: #c83528;
}

.nav ul.pc ul{
	position: absolute;
	display: none;
	padding: 10px 0px;
	top: 50px;
	left: 20px;
	width: -moz-max-content;
	z-index: 1000;
	background-color: #000;
	background-image: url(images/bg-image-5.jpg);
	text-align: left;
}
.nav ul.pc > li:hover ul{
	display: block;
}

.nav ul.pc ul li a{
	line-height: 40px;
	padding: 0px 20px;
	font-size: 16px;
	color: #8e8e8e;
	white-space: nowrap;
}

.nav ul.pc ul li a:hover{
	color: #fff;
}

.mb-bar .bar-btn{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 40px;
	z-index: 999;
	text-align: center;
	background-color: #000;
	background-image: url(images/bg-image-5.jpg);
	border: 1px #8e8e8e solid;
	border-width: 0px 1px 1px 0px;
	border-radius:0px 0px 5px 0px;
}
.mb-bar .bar-btn i.fa{
	font-size: 16px;
	line-height: 40px;
	color: #8e8e8e;
}
.mb-bar .bg{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}
.mb-bar .box{
	display: none;
	position: fixed;
	overflow-y: scroll;
	top: 0px;
	bottom: 0px;
	z-index: 1001;
	height: 100%;
	background-color: #000;
	background-image: url(images/bg-image-5.jpg);
	display: none;
}
.mb-bar .mb > li{
	border-bottom: 1px #8e8e8e dashed;
}
.mb-bar .mb > li a{
	display: inline-block;
	color: #8e8e8e;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 20px;
	text-decoration: none;
}
.mb-bar .mb li.current-menu-item > a{
	color: #c83528
}
.mb-bar .mb > li > i.fa{
	display: inline-block;
	line-height: 32px;
	font-size: 18px;
	color: #8e8e8e;
	padding: 0px 10px;
}
.mb-bar .mb > li.on > i.fa{
	transform: rotate(180deg);
}
.mb-bar .mb ul{
	display: none;
	background-image: url(images/bg-image-1.jpg);
}
.mb-bar .mb > li.on ul,
.mb-bar .mb > li.current-menu-item ul{
	display: block;
}
.mb-bar .mb ul li{
	text-align: right;
}
.mb-bar .mb ul a{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.slider{
	background-image: url(images/bg-image-1.jpg);
	text-align: center;
	position: relative;
}
.slider .logobox{
	position: absolute;
	z-index: 100;
	width: 284px;
	top: 60px;
	left: 50%;
	margin-left: -142px;
	padding-bottom: 15px;
	background-image: url(images/shadow-img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.slider .logobox .box{
	display: block;
	background-color: #c83528;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.slider .logobox img{
	display: inline-block;
	margin: 60px 0px;
	width: 80%;
}
.slider h3{
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -218px;
	z-index: 100;
	display: block;
	text-indent: -10000px;
	width: 436px;
	border-top: 1px #fff solid;
	height: 70px;
	background-image: url(images/text.png);
	background-repeat: no-repeat;
	background-position: 40px -390px;
}
.slider .rslides{
	overflow: hidden;
}
.slider .rslides li{
	height: 562px;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
@media (max-width:1200px) {
	.slider .rslides li{
		height: 351px;
		width: 1200px;
		margin-left: -600px;
	}
	.slider h3{
		display: none;
	}
}
@media (max-width:992px) {
	.slider .rslides li{
		height: 292px;
		width: 1000px;
		margin-left: -500px;
	}
	.slider .logobox{
		width: 200px;
		margin-left: -100px;
	}
	.slider .logobox img{
		margin: 40px 0px;
	}
}
@media (max-width:768px) {
	.slider .rslides li{
		height: 224px;
		width: 768px;
		margin-left: -384px;
	}
	.slider .logobox{
		width: 120px;
		margin-left: -60px;
	}
	.slider .logobox img{
		margin: 30px 0px;
	}
}

@media (max-width:480px) {
	.mlist.im dt{
		float: initial;
		width: 100%;
	}
	.mlist.im dt img{
		width: 100%;
	}
}
.slider #slider-pager{
	margin-top: -83px;
	padding-bottom: 38px;
	margin-bottom: 0px;
}
.slider #slider-pager li{
	display: inline-block;
	position: relative;
	width: 256px;
	height: 99px;
	margin-left: 3px;
	margin-right: 3px;
	z-index: 1000;

	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
/*
  	-vendor-animation-duration: 10s;
  	-vendor-animation-delay: 5s;
  	-vendor-animation-iteration-count: infinite;*/
}
.slider #slider-pager li + li{
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.slider #slider-pager li + li + li{
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@media (max-width:1200px) {
	.slider #slider-pager{
		margin-top: -50px;
	}
	.slider #slider-pager li{
		width: 200px;
		height: 77px;
	}
}
@media (max-width:992px) {
	.slider #slider-pager{
		margin-top: -35px;
	}
	.slider #slider-pager li{
		width: 150px;
		height: 58px;
	}
}
@media (max-width:768px) {
	.slider #slider-pager{
		margin-top: -20px;
	}
	.slider #slider-pager li{
		width: 80px;
		height: 38px;
	}
}

.slider #slider-pager li img{
	position: relative;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	border: 2px #fff solid;

}
.slider #slider-pager li i{
	position: absolute;
	display: none;
	z-index: 101;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px #fff solid;

}
.slider #slider-pager .rslides_here i{
	display: block;
}

.welcome{
	background-image: url(images/bg-image-2.jpg);
	padding: 40px 0px;
}

.welcome h3{
	text-indent: -10000px;
	width: 430px;
	margin: 20px auto 36px;
	background-image: url(images/text.png);
	height: 50px;
	background-position: 110px -200px;
	background-repeat: no-repeat;
	border-bottom: 1px #c7c8c6 solid;
}
@media (max-width:767px) {
	.welcome h3{
		width: 280px;
		background-position: 38px -200px;
	}
}
.welcome .row > div{
	margin-bottom: 20px;
}
.welcome .bg{
	position: relative;
}
.welcome .bg img{
	width: 100%;
    height: 100%;
}
.welcome .bg i{
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.welcome .text{
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 15px;
	z-index: 1;
}
.welcome .text h4{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 50px 0px 30px;
}
.welcome .text p{
	padding: 10px 20px;
	font-size: 16px;
	text-indent: 2em;
}

.service{
	border-top: 1px #fff solid;
	background-image: url(images/bg-image-3.jpg);
	padding: 20px 0px 30px;
}
.service .row > div{
	margin-bottom: 20px;
}
.service .head{
	border-bottom: 1px #bebebe solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.service h3{
	text-indent: -10000px;
	background-image: url(images/text.png);
	height: 40px;
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-bottom: 0px;
}
.service h3.aboutus{
	background-position: 0px 0px;
}
.service h3.mainserivce{
	background-position: 0px -50px;
}
.service dl{
	zoom: 1;
}
.service dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.service small{
	font-size: 18px;
	color: #f09e0e;
}
.service dt{
	float: left;
	margin-right: 10px;
	text-align: center;
}
.service dt i.fa{
	font-size: 70px;
	width: 70px;
	color: #ce3333;
}
.service dd{
	overflow: auto;
}
.service dd p{
	color: #666;
}
.service dd h2{
	font-size: 18px;
	margin: 0px;
	line-height: 28px;
	font-weight: bold;
}
.service a.more{
	color: #ce3333;
	font-size: 18px;
	display: inline-block;
	padding-right: 20px;
	background-image: url(images/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.cases{
	padding: 20px 0px;
}
.cases .row > div{
	margin-bottom: 20px;
}
.cases img{
	width: 100%;
	height: 100%;
}
.cases h3{
	text-indent: -10000px;
	width: 430px;
	margin: 20px auto 36px;
	background-image: url(images/text.png);
	height: 50px;
	background-position: 125px -100px;
	background-repeat: no-repeat;
	border-bottom: 1px #c7c8c6 solid;
}
@media (max-width:767px) {
	.cases h3{
		width: 280px;
		background-position: 50px -100px;
	}
}
.cases a .comp{
	background-color: #eaeaea;
	border-bottom: 6px #e1e1e1 solid;
	color: #222220;
	padding: 0px 15px;
	font-size: 18px;
	position: relative;
	-webkit-transition: all .3s linear; 
	 transition: all .3s linear; 
}
.cases a:hover .comp{
	background-color: #c83528;
	border-color: #c83528;
	color: #fff;
}
.cases a:hover .comp i.fa{
	color: #fff;
}
.cases .comp span{
	line-height: 65px;
	float: left;
	width: 100%;
	padding-right: 20px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.cases .comp i.fa{
	float: right;
	line-height: 65px;
	font-size: 26px;
	color: #666;
	position: absolute;
	top: 0px;
	right: 10px;
}

.contact{
	padding-bottom: 70px;
}
.contact h3{
	border-top: 1px #c7c8c6 solid;
	width: 430px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
.contact h3 span{
	display: block;
	text-indent: -10000px;
	background-image: url(images/text.png);
	height: 50px;
	background-position: 125px -150px;
	background-repeat: no-repeat;
}
@media (max-width:767px) {
	.contact h3{
		width: 280px;
	}
	.contact h3 span{
		background-position: 50px -150px;
	}
}
.contact .void{
	text-align: center;
	margin-bottom: 30px;
}
.contact .void small{
	color: #999;
	font-size: 16px;
}
.contact .pull-left{
	text-align: center;
	font-size: 50px;
	color: #ce3333;
	margin-right: 10px;
	width: 50px;
}
.contact .detail{
	overflow: auto;
}
.contact .detail h6{
	color: #f09e0e;
	font-size: 18px;
}
.contact .detail p{
	color: #666;
	font-size: 16px;
}

.clients{
	background-color: #c83528;
	text-align: center;
}
.clients li{
	display: inline-block;
	line-height: 102px;
	padding: 0px 15px;
}

.rss-box{
	text-align: center;
	height: 209px;
	background-image: url(images/join-bg2.jpg);
	background-attachment:fixed;
	background-position: center bottom;
}
.rss-box .welrss{
	margin: 50px auto 34px;
	display: block;
}
.rss-box .form label.l{
	color: #fff;
	margin-right: 8px;
	text-shadow: 1px 1px #000;
	font-size: 16px;
	display: inline-block;
	position: relative;
}
.rss-box .form label.error{
	position: absolute;
	top: 0px;
	right: 3px;
	font-size: 14px;
	font-weight: 100;
	color: #c83528;
}
@media (max-width:768px) {
	.rss-box .form label{
		display: block;
	}
	.rss-box .welrss{
		margin: 20px auto 10px;
	}
}



.rss-box .form input{
	display: inline-block;
	width: 189px;
	line-height: 38px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0px 10px;
	border: none;
	font-size: 16px;
	height: 38px;
	border: 1px solid transparent;
	color: #333;

}
.rss-box .form input.error{
	border-color: #c83528;
}
::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }
/* webkit专用 */
.rss-box .form input::-webkit-input-placeholder { color:#fff; }

/* mozilla专用 */
.rss-box .form input::-moz-placeholder { color:#fff; }

.rss-box .form button{
	display: inline-block;
	border: none;
	background-color: #f09e0d;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 16px;
	line-height: 38px;
	padding: 0px 30px;
	letter-spacing: 6px;
}

.footer{
	background-image: url(images/bg-image-1.jpg);
	padding: 30px 0px 60px;
}
.footer p{
	line-height: 24px;
	color: #fff;
	font-size: 14px;
}
.footer a{
	color: #fff;
}

#to-top{
	font-size: 40px;
	background-color: #bbb;
	color: #fff;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 40px;
	-webkit-transition: background-color .3s linear; 
	 transition: background-color .3s linear; 
}
#to-top:hover{
	background-color: #c83528;
}

.aligncenter {
	display: block; margin-left: auto; margin-right: auto;
}
.aligncenter p.wp-caption-text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.alignright{
	float:right;
	margin-left: 10px;
	margin-bottom:10px;
	margin-top:10px;
}

.detail table{
	margin: 10px auto;
}
.detail table tr{
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	padding: 3px;
}

.detail table td{
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 3px;
}


#menu-jiaz .animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.detail p{
	text-indent: 2em;
}