/**
 * 公共
 */
body{
	background: url(../img/bg_inner.jpg);
}
header{
	height: 435px;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
header .container {
	position: relative;
	height:100%;
	display:table;
}
@media(max-width:767px){
	header{
		height:300px;
	}
	header .container{
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
		width:100%;
	}
}

.inner-navbar{
	position: absolute;
	top: 29px;
	left: 457px;
	z-index: 106;
	width: 743px;
	height: 40px;
}
.inner-navbar a{
	display: inline-block;
	margin: 0 10px;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.inner-navbar a span{
	display: inline-block;
	line-height: 40px;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.inner-navbar a span:after{
	content:'';
	position: absolute;
	left:50%;bottom:0;
	width:0;height:2px;
	background-color: #fff;
	transition: all .5s;
}
.inner-navbar a:hover span:after{
	left:0;
	width:100%;
}
.inner-navbar a:last-child{
	background-color: #d13929;
	color:#fff
}


.inner-title{
	display:table-cell;
	width:100%;height:100%;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	background: ;
}
.inner-title h2{
	margin:0;
}
.inner-title .mouse{
	margin:0 auto -5%;
	position: relative;
	display:block;
	width: 11px;
	height: 86px;
	background-image: url(../img/mouse.png);
	background-repeat: no-repeat;
	background-position: left top;
	transition: all 0.3s;
}
.inner-title .mouse:after{
	content: '';
	position: absolute;
	left: 4px;
	top: 37px;
	border-radius: 50%;
	height: 3px;
	width: 3px;
	background: #fff;
	animation: Ytopdown2 1.5s linear 0s infinite normal;
	-moz-animation: Ytopdown2 1.5s linear 0s infinite normal;
	-o-animation: Ytopdown2 1.5s linear 0s infinite normal;
	-webkit-animation: Ytopdown2 1.5s linear 0s infinite normal;
	opacity: 0;
}
@-moz-keyframes Ytopdown2 {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(9px);
		opacity: 1;
	}
	100% {
		transform: translateY(9px);
		opacity: 0;
	}
}

@-o-keyframes Ytopdown2 {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(9px);
		opacity: 1;
	}
	100% {
		transform: translateY(9px);
		opacity: 0;
	}
}

@-webkit-keyframes Ytopdown2 {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(9px);
		opacity: 1;
	}
	100% {
		transform: translateY(9px);
		opacity: 0;
	}
}

@keyframes Ytopdown2 {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(9px);
		opacity: 1;
	}
	100% {
		transform: translateY(9px);
		opacity: 0;
	}
}
.inner-title h2{
	font-size:48px;
	color:#fff;
	font-weight:normal;
}
.inner-title h2 b{
	font-weight:normal;
}
.inner-title h3{
	color:#fff;
}

@media(min-width:768px){
	.subnav{
		position: relative;
		background:#00000090;
		height:60px;
		margin-top:-60px;
	}
	.subnav .container{
		position: relative;
	}
	.subnav ul{
		padding:5px 15px;
	}
	.subnav li{
		display:inline-block;
	}
	.subnav a{
		display:inline-block;
		padding:15px;
		color:#fff;
		text-decoration: none;
	}
	.subnav a:before{
		content:'';
		display:inline-block;
		width:6px;height:6px;
		background:#fff;
		border-radius:100%;
		margin-right:10px;
		vertical-align: 1px;
	}
	.subnav a:hover{
		background-color: #d13828;
	}
}
@media(max-width:767px){
	.inner-title .mouse{display:none;}
	.subnav{
		padding:15px 0 10px;
		border-bottom:1px solid #f3f2f1;
	}
	.subnav li{
		display:inline-block;
		margin-bottom:4px;
		text-align: center;
	}
	.subnav li a{
		display:block;
		background:#000;
		color:#fff;
		padding:5px 15px;
	}
}


/**
 * 内容
 */

.inner-content{
	padding:50px 0;
}
.inner-content .content{
	overflow:hidden;
}

@media(max-width:767px){
	.inner-content{
		padding:0;
	}
}

.search-pagination{
	text-align: center;
}

footer .footer-background{
	position:absolute;
	bottom:0;left:0;
	z-index:1;
	height:100%;
	overflow: hidden;
}
footer .footer-background video{
	display: inline-block;
	vertical-align: baseline;
	width:100%;
	transform: translateY( -50%);
}
footer .footer-content{
	position: relative;
	z-index: 3;
	margin:0 auto;
	padding-top:50px;
}
footer .footer-content .name{
	padding:20px 0 50px;
	font-weight:bold;
	font-size:36px;
	text-align: center;
	color:#fff;
}
footer .footer-content .right{
	color:#fff;
	text-align: center;
}
footer .footer-content .right a{
	color:#fff;
}
footer dl{
	color:#fff;
}
footer dt{
	font-size:12px;
}
footer dd{
	font-size:18px;
}

footer .c5{
	font-size:36px;
	margin:50px 0;
}

@media(min-width:768px){

	.only-mobile{
		display:none;
	}
	footer {
		position: relative;
		height: 300px;
		overflow: hidden;
	}
	footer:after{
		content:'';
		position: absolute;
		top:0;left:0;right:0;bottom:0;
		z-index:2;
		background-color:#00000090;
	}
	footer .footer-content{
		width:1000px;
	}
}
@media(max-width:767px){
	footer{
		padding:30px 0 10px;
		background-color: #d13828;
		color:#fff;
		height:auto;
	}
	footer .footer-content{
		margin:0 10px;
		padding-top:20px;
	}
	footer a{
		color:#fff
	}
	footer h2{
		margin:0 0 10px;padding:0;
		text-align: center;
	}
	footer .wechat{
		padding:20px 0;
		text-align: center;
	}
	footer .wechat img{
		width: 100px;
	}
	footer .wechat p{
		margin:0;padding:0;
	}
	footer dl{
		padding: 0 10px;
	}
	footer dt{
		font-size:10px;
	}
	footer dt span{
		font-size:9px;
	}
	footer dd{
		font-size:16px;
	}
	footer .right{
		border-top:1px solid #fff;
		margin-top:10px;
		padding-top:10px;
	}
	footer .right span{
		display:block;
		text-align: center;
	}
	footer .only-pc{display:none;}
}
/**
 * 单页
 */

/**
 * 产品
 */

.inner-product-list{
	padding:20px 0;
}
.inner-product-list li{
	padding:10px;
}
.inner-product-list li .item{
	border:1px solid #eee;
}
.inner-product-list li:hover .item{
	box-shadow: 0 0 5px #ccc;
	transform: translate3d(0,-2px,0);
}
.inner-product-list figure{
	overflow: hidden;
}

.inner-product-list img{
	max-width:100%;
	transition: all .5s;
}
.inner-product-list h4{
	position: relative;
	padding:0 5px;
	overflow: hidden;
	transition: all .5s;
}
.inner-product-list h4 a{
	font-size:16px;
	color: #707070;
}
.inner-product-list h4 i{
	position: absolute;
	right:-20px;top:5px;
	transition: all .5s;
}
@media(min-width:768px) {
	.inner-product-list li:hover img {
		transform: scale(1.1);
	}

	.inner-product-list li:hover h4 {
		padding-left: 15px;
	}
	.inner-product-list li:hover h4 a{
		color:#f00;
	}

	.inner-product-list li:hover h4 i {
		right: 10px;
	}
}
.pro-feed-back .input-group-btn{
	width:20%;
}
.pro-feed-back .myfooter{
	padding-left:98px!important;
}
.pro-feed-back .myfooter button{
	min-width:160px;
}
.proname{
	margin:0;
	padding:40px 0;
	border-bottom:1px solid #f3f2f1;
}
.belongs{
	padding:10px 0;
	overflow: hidden;
	border-bottom:1px solid #f3f2f1;
	color: #979797;
}
.belongs dt{
	float:left;
	min-width:100px;
}
.belongs dd a{
	color: #979797;
	font-size:16px;
}

.box-wp{}
@media(min-width:768px){
	.only-mobile{
		display:none;
	}
}
@media(max-width:767px){
	.only-pc{
		display:none;
	}
	.box-title1{
		margin-left:-15px;
		margin-right:-15px;
		padding-right: 25px;
		padding-left: 25px;
		line-height: 60px;
		background-color: #333;
		color: #fff;
		font-size:24px;
	}
	.box-title2{
		margin-left:-15px;
		margin-right:-15px;
		padding-right: 25px;
		padding-left: 25px;
		line-height: 60px;
		background-color: #d9d9d9;
		color:#666;
		font-size:24px;
	}
	.button-feedback a{
		display:block;
		margin:10px 0;
		padding:10px 0;
		background: #8b131b;
		border-radius:5px!important;
		font-size:16px;
		color:#fff;
		text-align:center;
	}
	table{
		margin-top:10px;
	}
	table td span{
		font-size:14px!important;
	}
	table td p{
		line-height: 2!important;
	}
}
.product-view{
	border:1px solid #f3f2f1;
	background-color: #fff;
}

.product-thumb{
	position: relative;
	margin-top:10px;
	padding:0 30px;
}
.product-thumb .item{
	background-color: #f3f2f1;
}
.product-thumb .item img{
	max-width: 100%;
	padding:5px;
}
.product-thumb .active{
	background-color: #8b131b;
}
.product-thumb .button-prev, .product-thumb .button-next{
	position: absolute;
	top:0;bottom:0;
	width:20px;height:100%;
	display:table;
}
.product-thumb .button-prev div,  .product-thumb .button-next div{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	background: #00000060;
	text-align: center;
	cursor: pointer;
}
.product-thumb .button-prev i,  .product-thumb .button-next i{
	color:#fff;
}
.product-thumb .button-prev{
	left:0;
}
.product-thumb .button-next{
	right:0;
}
@media(min-width:768px){

	.product-view .item{
		display:table;
		height:600px;
	}
	.product-view .item img{
		max-height:600px;
	}
	.product-view .item div{
		display:table-cell;
		width:100%;height:100%;
		vertical-align: middle;
		text-align: center;
	}

}

.blog-single-foot{
	border:0 none;
}
.blog-single-foot a{
	font-size:16px;
	color:#707070;
}
.blog-single-foot .fc-show-prev-next strong{
	color: #969696;
	margin: 0 15px;
}
.blog-single-foot .fc-show-next strong{
	float:right;
}
/**
 * 新闻
 */

.inner-news-list{
	padding-top:50px;
}
.inner-news-list .news-item{
	position: relative;
	margin-bottom:30px;
	border:1px solid #f8f8f8;
}
.inner-news-list .news-image{
	padding-left:0;
	padding-right:0;
}
.inner-news-list .news-image img{
	width: 100%;
}
.inner-news-list .news-content{

	padding:15px;
}
.inner-news-list .news-title a{
	font-size:16px;
	line-height:2;
	font-weight:bold;
	color:#111;
}
@media(min-width:768px) {
	.inner-news-list .news-item:hover {
		background-color: #fff;
		box-shadow: 0 0 10px #00000020;
	}

	.inner-news-list .news-item:before {
		content: '';
		position: absolute;
		top: 20px;
		right: 0;
		background-color: #0d0d0d;
		width: 2px;
		height: 50px;
		z-index: 1;
		transition: all .5s;
	}

	.inner-news-list .news-item:hover:before {
		top: 0;
		height: 100%;
	}
	.inner-news-list .news-item:nth-child(2n) .news-image{
		float:right;
	}
	.inner-news-list .news-item:nth-child(2n):before{
		left:0;right:auto;
		background-color: #d13828;
	}
}
@media(max-width:767px) {
	.inner-news-list{
		padding-top:10px;
	}
	.inner-news-list .new-item {
		margin-bottom: 10px;
		background-color: #fff;
	}
	.inner-news-list .news-image{
	}
	.inner-news-list .news-title{
		margin:0 0 5px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.inner-news-list .news-title a{
		line-height:1.2;
		color:#666;
	}
	.inner-news-list .news-content {
		padding: 0 15px;
	}
	.inner-news-list .search-desc{
		margin:5px 0 0;
		height:36px;
		overflow: hidden;
		color:#666;
	}
}
/**
 * 案例
 */
.inner-case-list{
	padding-top:50px;
	margin-bottom:30px;
}

.inner-case-list .item{
	margin-bottom:20px;
	max-height:365px;
	text-align: center;
	overflow:hidden;
}

.inner-case-list .item img{
	max-width: 100%;
	vertical-align: middle;
	max-height:365px;
}
.inner-case-list .search-title{
	background-color: #00000090;
	text-align: center;
	margin:0;
	padding:5px;
	min-height:38px;
}
.inner-case-list .search-title a{
	color:#fff!important;
}
@media(max-width:767px) {
	.inner-case-list{
		padding-top:20px;
	}
	.inner-case-list .item{
		margin-bottom:15px;
	}
}
/**
 * 联系
 */

.contact-feed-back{
	padding-top:50px;
}
.contact-feed-back .form-horizontal .form-control{
	width: 100% !important;
}