﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body {
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;

}
a:hover{
	color: #1767CA;
	text-decoration: none;
	transition-duration: 0.3s;
}
a {
	color: #333;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.title {
	padding-bottom: 60px;
}
.title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}
.title p{
	color: #999;
}
.titleIns{
	padding:20px 0 40px;
}
.titleIns h3{
	color: #1767CA;
}

.table-bordered td{ vertical-align:middle !important; padding-left:20px; padding-right:20px;}

.parallax-section {
	background-attachment: fixed !important;
	background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}


/*按钮*/
.btn-transparent {
	background: #1767ca;
    color: #FFF;
    padding: 8px 25px;
	border-radius: 0;
	transition: all .3s ease-in 0s;/*
	box-shadow: 0 0 5px rgba(12,3,6,.3);*/
}
.btn-transparent:hover {
    background-color: #1767CA;
	border: 1px solid transparent;
    color: #fff;
}

.btn-green {
    background-color: #1767CA;
	color: #fff;
	padding: 5px 20px;
	transition-duration: 0.3s;
}

.btn-green:hover {
    background-color: #999;
}


.all-post {
	margin: 30px 0 10px 0;
}
.page-number .btn-transparent{
	padding: 5px 15px;
	box-shadow: none;
	border: 1px solid  #ccc;
}
/*banner*/

.banner{
	height: 320px;
}
.banner-swiper {
   	width: 100%;
    height: 100%;
}
.banner-swiper .swiper-slide{
	background-position: center;
    background-size: cover;
	text-align: center;
}
.banner-swiper .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	margin: 0 10px !important;
	border: 2px solid #828282;
	opacity: 1;
	background: none;
}
.banner-swiper .swiper-pagination-bullet-active{
	background: #1767CA;
	border: 2px solid #1767CA;
}
.banner_main {
	width: 100%;
	height: 100%;
	display: table;
	/*background:rgba(0,0,0,0.5);*/
}
.banner_main div{
	display: table-cell;
    vertical-align: middle;
}
.banner_main h2{
	font-size: 45px;
	padding-bottom: 20px;
	font-weight: 600;
	line-height: 80px;
}
.banner_main h3{
	font-size: 35px;
	line-height: 50px;
}
.banner_main img{
	width: 210px;
	padding-bottom: 10px;
}
.banner_main div {
	padding: 0 20px;
}
.banner_main img,.banner_main h2,.banner_main h3{
	color: #FFF;
	opacity:0;
	transition:all 1s;
}
.ani1{
	transform:translateY(-25px);
}
.ani2{
	transform:translateX(30px);
}
.ani3{
	transform:translateY(-25px);
}
.ani4{
	transform:translateY(25px);
}
.ani5{
	transform:translateX(30px);
}
.ani6{
	transform:translateX(-30px);
}
.ani-slide h2,.ani-slide h3,.ani-slide img{
	transform:translateX(0);
	opacity:1;
}

/*导航*/
#navigation{
	border-radius: 0;
	border: 0;
}

.navbar {
	margin-bottom: 0;
}
.navbar-brand{
	padding: 10px;
}
.navbar-header .logo {
	float: left;
	height: 66px;
}
.navbar-header .logo img{
	height: 100%;
}
.navbar-header .navbar-toggle{
	margin-top: 16px;
	border-color: #fff;
}

.navbar-collapse{
	padding: 0;
}
/*
.navbar-collapse .navbar-nav{
	float: none;
	display: inline-block;
}
*/
.navbar-inverse{
	background: #fff;
	padding: 10px 0;
}
.navbar-inverse .navbar-nav{
	margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333 !important;
    font-size: 16px;
	text-align: center;
    line-height: 26px;
    padding: 4px 59px;
	margin-right: 0px;
	transition: .3s ease-in-out 0s;
	border-radius: 26px;
}
.navbar-inverse .navbar-nav > li.current > a {
    color: #fff !important;
    background-color: #1767CA;
}
.headTop{
	background: #1767CA;
}
.headTop p{
	margin: 8px 0;
	color: #fff;
}
.headBottom{
	padding: 20px 0;
}
.headBottom img{
	height: 80px;
}


.headContact{
	padding-left: 75px;
	padding-right: 40px;
	position: relative;
}
.headContact h4{
	font-weight: 600;
	font-size: 16px;
}
.headContact .icon-box2{
	position: absolute;
	height: 55px;
	left: 0;
	top: 6px;
}
.icon-box2 img{
	height: 100%;
}
.headLogo{
	height: 67px;
}
.headLogo img{
	margin-right: 5px;
	height: 100%;
}


/*关于我们*/
#about {
    padding: 70px 0;
}

.about-content{
	cursor: pointer;
}
.about-content p{
	text-align: justify;
	text-indent:2em;
	color: #999;
}
.about-content:hover p{
	color: #1767CA;
}
.border {
    border-top: 1px solid #ddd ;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 200px;
}

.border:before {
    background-color: #1767CA;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -3px;
    width: 40px;
}

.icon-box {
	width: 110px;
	height: 130px;
	background: url(../images/icon_01.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: transform;
	vertical-align: middle;
	display: table-cell;
	color: #fff;
}

#about .wow a:hover .icon-box{
	transform: translateY(-10px);
}

.modal-content {
	color: #666;
}
.modal-content .modal-title{
	color: #000;
}
.modal-dialog-h .modal-body img{
	padding-top: 15px;
	padding-bottom: 15px;
}
.close{
	color: #fff;
	opacity: .8;
}

.img-responsives{ width:194px; height:264px;}

#counter {
    background-image: url(../images/o1cn01jnuzuj1chnia3ftrz_!!65020113.jpg);
	padding: 80px 0;
	color: #ddd;
	overflow: hidden;
}

.counters-item {
    border: 1px solid #4e595f;
    padding-bottom: 30px;
	margin: 20px 0;
}

.counters-item > div {
    margin: 10px 0;
}

.counters-item span {
    display: inline;
    font-family: Oswald, sans-serif;
    font-size: 35px;
    line-height: 50px;
}

.counters-item i {
    margin-bottom: 15px;
}

.counters-item h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0;
}

/*我们的服务*/

#services {
    padding: 70px 0 20px 0;
	overflow: hidden;
}

.service-block {
    padding:20px 10px;
}
#services .row .wow{
	transition: .3s;
}
#services .row .wow:hover{
	background: #EBEBEB;
}

.service-icon {
    margin-bottom: 20px;
	color: #1767CA;
}

.service-block p{
	color: #999;
}
/*我们的产品*/

#showcase{
	padding-top: 60px;
	overflow: hidden;
}
#showcase .title{
	padding-bottom: 40px;
}
.prod_nav{
	margin: 5px 5px 30px;
}
.prod_nav li{
    vertical-align: top;
	display: inline-block;
    margin:5px 2px;
}

.prod_nav div{
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
    cursor: pointer;
    font-size: 14px;
	position: relative;
}
.prod_nav div:before{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #1767CA;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: ease .5s;
}
.prod_nav div:hover::before{
	width: 100%;
	left: 0;
}
.prod_nav .action div{
	margin: 0;
	box-shadow: 3px 3px 5px #888888;
	width: auto;
	line-height: 30px;
	background-color: #1767CA;
	color: #fff;
}


#contentop>li{
	display: none;
}

.prod_list {
	text-align: center;
}
#contentop .prod-card{
	margin-bottom: 10px;
}

/*
.prod_list a{
	display: block;
	overflow: hidden;
    position: relative;
	margin-bottom: 20px;
}
.prod_list a:hover{
	color: #fff;
}
.mask {
    background-color: rgba(43, 44, 48, 0.8);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 600ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5,0.5);
}

.prod_list a:hover .mask {
    cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1,1);
}
.prod_list .prod_con{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.prod_list .prod_con div{
	display: table-cell;
    vertical-align: middle;
}
.prod-listImg{
	height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center;
	transition: all 0.6s ease 0s;
	overflow: hidden;
}
.prod-listImg img{
	display: block;
    width: 100%;
	opacity: 0;
}
.prod_list a:hover .prod-listImg{
	transform: scale(1.2);
}
.prod-name{
	display: none;
}
*/

.prod-card{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.prod-content:before{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #1767CA;
    position: absolute;
    bottom: 0;
    transition: ease .5s;
}

.prod-card:hover .prod-content:before{
	width: 100%;
}

.prod-img{
	width: 100%;
    height: 200px;
    display: table;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	position: relative;
	bottom: 0;
	left: 0;
}

.prod-card:hover .prod-img{
	box-shadow: 0px 0px 12px #ccc;
	bottom: 5px;
	left: 5px;
}

.prod-img a{
    display: table-cell;
    vertical-align: middle;
	height: 200px;
}
.prod-img img{
	max-width: 100%;
	max-height: 100%;

}
.prod-content{
	padding:0 10px;

}
.prod-content h5{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.prod-content .fa-long-arrow-right{
	float: right;
	position: relative;
	left: -5px;
	top: 3px;
	transition: .3s;
}
.prod-card:hover .fa-long-arrow-right{
	left: 5px;
	color: #1767CA;
}

.prod-content p{
	color: #999;
	padding-bottom: 10px;
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-content i{
	margin-right: 5px;
	color: #999;
}
/*我们的技能*/

#team-skills {
    padding: 70px 0;
    background-image: url(../images/o1cn01aeunc11chnixvtvre_!!65020113.jpg);
	color: #fff;
	overflow:hidden;
}

.skill-chart > h3 {
    border-bottom: 1px solid;
    margin: 25px 0 15px;
    padding-bottom: 10px;
}

.chart {
    display: block;
    position: relative;
}

.percent {
    display: inline-block;
    font-size: 1.6em;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 150px;
    z-index: 2;
}

.chart canvas {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 0;
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}
.show-btn2{
	color: #fff;
	border: 1px solid #fff;
	margin-top: 20px;
}
/*我们的团队*/
/*

#our-team {
    padding: 70px 0;
	color: #fff;
	overflow: hidden;
}

.about-team {
    padding-bottom: 40px;
}

.about-team .title h1 {
    color: #fff;
}

.team-mate {
	background-color: #303136;
	border: 1px solid #4e595f;
	margin-bottom: 30px;
}

.member-photo {
	overflow: hidden;
	position: relative;
}

.meber-photoImg{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s ease 0s;
}
.member-photo:hover .meber-photoImg{
	transform: scale(1.2);
}
.member-title {
	border-bottom: 1px solid #4e595f;
	padding: 10px 15px;
}



.member-photo:hover .mask {
    cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1,1);
}

.team-mate h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0 0 5px;
}

.member-info {
	padding: 15px;
}

.member-photo .mask ul {
    text-align: center;
    position: relative;
	top: 50%;
	margin-top: -17.5px;
}

.member-photo .mask li {
    display: inline-block;
    margin:0 5px;
}

.member-photo .mask li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.member-photo .mask li a:hover {
    background-color: #1767CA;
    border: 1px solid transparent;
}
*/


/*工程案例*/

#pricing {
    padding: 70px 0;
	overflow: hidden;
}

.pricing {
	background-color: #E5E5E5;
	margin-bottom: 20px;
}

.price-title {

  padding: 30px 0 20px;
}

.price-title > h3 {
    color: #1767CA;
    font-family: Oswald;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.price-title > p {
    font-size: 18px;
    font-weight: 400;
}

.price-title strong {
	color: #1767CA;
	font-size: 26px;
	padding: 0 5px;    display: none;
}
.pricing a.btn{
	margin: 20px 0;
}
.price-img{
	width: 100%;
	height: 260px;
}
.price-swiper{
	width: 100%;
	height: 100%;
}
.price-swiper .swiper-slide{
	background-position: center;
    background-size: cover;
	text-align: center;
}

.price-swiper .swiper-button-next,.price-swiper .swiper-button-prev{
	background-image: none;
	font-size: 20px;
	line-height: 44px;
	margin-top: -22px;
	color: #fff;
}

/*评价*/
#testimonial {
    background-image: url(../images/bicycle.jpg);
    padding: 70px 0;
	color: #fff;
	overflow: hidden;
}
.sub-title{
	margin-bottom: 10px;
}
.sub-title h3{
	border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
}

.sub-swiper{
	width: 100%;
	padding-bottom: 20px;
	cursor: move;
}
.sub-swiper .swiper-pagination{
	bottom: 0;
}
.sub-swiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 4px !important;
	border: 2px solid #828282;
	opacity: 1;
	background: none;
}
.sub-swiper .swiper-pagination-bullet-active{
	background: #1767CA;
	border: 2px solid #1767CA;
}
.client-thumb img {
	border-radius: 50%;
	margin: 0 auto;
	max-width: 115px;
	width: 100%;
}

.client-meta {
	margin: 0 0 10px;
}

.client-meta h3 {
	font-size: 20px;
	margin: 15px 0 5px 0;
}

.client-meta span {
	font-size: 12px;
}
.client-comment .social-profile li {
	display:inline-block;
    margin: 0 8px;
}

.social-profile a {
    color: #4e595f;
}

.social-profile a:hover {
	color: #1767CA;
}

/*新闻*/

#blog {
    padding: 70px 0;
	overflow: hidden;
}

.note {
	margin-bottom: 20px;
}
.note .price-img{
	height: 200px;
}
.note .media-wrapper {
	border-bottom: 1px solid #4e595f;
}

.note .excerpt h3 {
	font-size: 20px;
	margin-top: 10px;
	text-transform: capitalize;
}
.note .excerpt p{
	color: #999;
	margin-bottom: 5px;
	transition: .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.note .excerpt p:hover{
	color: #1767CA;
}
.note .btn{
	margin-top: 10px;
}

/*合作伙伴*/
#cooperation{
	padding-bottom: 30px;

}

/*联系我们*/
#contact-us {
    padding: 50px 0;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	color: #fff;
}
#contact-us:before{
	background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #999;
	height: 38px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #1767CA;
}
#contact-submit {
	border: 1px solid #1767CA;
	background: #1767CA;
	color: #fff;
	border-radius: 4px;
	padding: 12px 0;
	width: 100%;
	margin: 0;
}
.form-group{
/*	background-color: rgba(0, 0, 0, 0.8);*/
}
.form-control {
/*	color: #fff;*/
}
.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}
.contact-info h3{
	color: #1767CA;
}
.contact-info p{
 margin-bottom: 20px;
}
.text-justify{
	text-indent: 2em;
}
.contact-info i{
	width: 30px;
	text-align: center;
}
.contact-info a{
	margin-right: 8px;
}
#contact-us .contact-info a{
	color: #fff;
}

/*底部*/
#footer{
	background: #1F1F1F;

}

.copyright{
	padding: 10px 0;
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
}


.blogroll{
	padding: 0 10px 10px;
    margin-bottom: 20px;
    max-height: none;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #4e595f;
}
.blogroll a{
	color:#E0E0E0;
	margin-right: 15px;
}
.blogroll a:hover{
	color: #1767CA;
}
.scrollUp {
    border: 1px solid #4e595f;
    bottom: 15px;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 99;
	display: none;
}
.scrollUp:hover {
    background-color: #1767CA;
	color: #fff;
    border: 1px solid #1767CA;
}
/*Inside pages*/
/************************************************/

#aboutIns{
	margin: 40px 0 60px 0;
}
#aboutIns .title{
	padding-bottom: 40px;
}


.about-zc{
	background-image: url(../images/img3.jpg);
	background-position: center;
    background-size: cover;
	color: #666;
	text-align: right;
	padding:100px 10px;
}
.about-zs{
	text-align: center;
}
.about-zs>div{
	margin-bottom: 20px;
}
.about-zs p{
	margin:10px 0 0;
}


#prodcutIns{
	margin: 10px 0 60px ;
}
#prodcutIns .title{
	padding-bottom: 40px;
}


.breadIns{
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom: 1px solid #dfdfdf;
}
.breadcrumb{
	background: none;
	margin: 0;
	float: left;
}
.breadcrumb a.active{
	color: #1767CA;
}
.breadcrumb i{
	color: #999;
	padding-right: 6px;
}
.breadIns .insTitle{
	margin: 8.5px 0;
}
.insTitle{
	font-weight: 600;
	margin:20px 10px;
	padding-left: 10px;
	border-left:4px solid #1767CA;
}
.insTitle span{
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}
.caseIns-swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.gallery-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 354px;
	width: 100%;
}
.gallery-top .swiper-slide{
	border: 1px solid rgb(205, 205, 205);
}
.gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.caseIns-swiper  .swiper-button-next,.swiper-button-prev{
	background-image: none;
	font-size: 28px;
	line-height: 44px;
	margin-top: -22px;
	color: #1767CA;
}

.case-swiper-img{
	width: 100%;
    height: 100%;
    display: table;
	text-align: center;
	overflow: hidden;
}

.case-swiper-img a{
    display: table-cell;
    vertical-align: middle;
}
.case-swiper-img img{
	max-width: 100%;
	max-height: 350px;
}

.prod_p i{
	width: 30px;
	text-align: center;
}

.prod-main{
	margin-top: 30px;
}
.prod-main .form-group{
	background: inherit;
}
.prod-mainNavs{
	text-align: center;
	margin: 20px 0;
}
.prod-mainNavs li{
	display: inline-block;
}
.prod-mainNavs li a {
	color: #333;
	font-size: 14px;
	margin: 0 8px;
	padding: 5px 15px;
	height:30px;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(12,3,6,.3);
}
.prod-mainNavs li.action a{
	background: #1767CA;
	color: #fff;
}

/*工程案例*/

#caseIns{
	margin: 10px 0 60px 0;
}
#caseIns .title{
	padding-bottom: 40px;
}

#caseIns .listIns h4::after{
	background: #008CDB;
}

#caseIns .listBorder:after{
	border-color: #008CDB;
}
#caseIns .listBorder:before{
	border-color: #008CDB;
}
#caseIns .btn-green{
	background-color: #008CDB;
}
#caseIns .btn-green:hover{
	background-color: #999;
}


/*新闻中心*/
#newsIns{
	margin: 0px 0 60px ;
}
#newsIns .title{
	padding-bottom: 30px;
}
#newsIns .prod_nav{
	margin-bottom: 40px;
}
#newsIns .bread-prod{
	float: right;
}
.news-listTime{
	color: #999;
	display: block;
	margin-bottom: 10px;/*
	border: dashed 1px rgba(203,202,202,1.00)*/
}

.news-list li{
	border-bottom: 1px dashed #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
}
.news-list h3{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-listImg{
	height: 180px;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	margin: 10px 0;
}
.news-list{
	margin-top: 20px;
}
.news-list .row{
	transition: ease .5s;
	position: relative;
}
.news-list>.row:hover{
	padding: 10px;
	background: #008CDB;
}
.news-list>.row:hover a{
	color: #fff;
}
.news-list>.row:hover .news-listTime{
	color: #fff;
}
.news-list .fa{
	position: absolute;
	right: 40px;
	bottom: 20px;
	transition: ease .5s;
}
.news-list>.row:hover .fa{
	right: 20px;
	color: #fff;
}
/*联系我们*/

#contactIns{
	margin: 40px 0 60px;
}
#contactIns .titleIns{
	padding: 0 0 20px 0;
}
#contactIns .contact-form{
	float: none;
}
#contactIns .form-group{
	background-color: #eee;
}
#contactIns .form-control{
	border: none;
}
/*404*/
#foundIns{
	margin: 140px 20px 80px ;
}

/*补充修改*/

.logo-rz{
	position: absolute;
	z-index: 99;
	width: 300px;
	display: none;
	top: 65px;
}

/*右侧悬浮*/
.side{
	width: 80px;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 50%;
	color: #fff;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.side li {
	background: #1767CA;
	cursor: pointer;
	padding: 10px 0;
	transition: ease .3s;
}
.side li p{
	margin: 0;
}
.side li i{
	width: 30px;
}
.side li:hover{
	background: #fff;
	color: #1767CA;
}
.shangqiao a{
	color: #fff;
}
.shangqiao:hover a{
	color: #1767CA !important;
}
.Box{
	position: absolute;
	width: 150px;
	right: 80px;
	display: none;
	background: #1767CA;
	color: #fff;
	border: 1px solid rgba(132,213,151,1.00);
}
.telBox{
	bottom: 0px;
}
.telBox p{
	padding: 4px 0;
}
.telBox div:hover{
	background: #fff;
	color: #1767CA;
}

.wxBox{
	padding: 5px;
	bottom: 70px;
	border: none;
	background: #fff;
}
.qqBox{
	width: 120px;
	top: 0;
}

.qqBox a{
	color: #fff;
	display: block;
	padding: 8px 0;
}

.qqBox a:hover{
	color: #1767CA;
	background: #fff;
}
.map{
	float: none;

}


.modal-body img{
max-width:100%;
}

/*产品手机端分类*/
.tel{ display:none;}


.banner-inner{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}
.inner-main{
	width: 100%;
	height: 100%;
	display: table;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.20)
}
.inner-main h2{
	display: table-cell;
    vertical-align: middle;
}

/*栏目列表*/
.listMain{
	border: 5px solid #e8e8e8;
	position: relative;
	box-shadow: 0 0 16px rgba(12,3,6,.3);
	margin-bottom: 80px;
}

.listBorder{
	color: #1767CA;
}
.listBorder:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-left: 5px solid;
    border-color: #1767CA;
    position: absolute;
    left: -5px;
    top: -5px;
    transition: ease .65s;
}
.listBorder:before{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-color: #1767CA;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transition: ease .65s;
}
.listMain:hover i:before{
	width: 101%;
	height: 102%;
}
.listMain:hover i:after{
	width: 101%;
	height: 102%;
}
.listImg{
	position: relative;
	transition: ease .65s;
	padding: 0;
}



.listMain:nth-child(odd) .listImg{
	left: -20px;
	bottom: 20px;
}
.listMain:nth-child(even) .listImg{
	left: 20px;
	bottom: 20px;
}
.listMain:hover .listImg{
	left: 0;
	bottom: 0;
}

.listIns h4{
	font-weight: 600;
	margin:20px 0 40px;
	text-align: center;
	position: relative;
}
.listIns h4::after{
	content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #1767CA;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -20px;
}

.contactNav li{
	display: inline-block;
}
.contactNav a{
	color: #fff;
	padding:10px 20px 5px 10px;
	position: relative;
	display: block;
	border-bottom: 1px dashed #1767CA;
}
.contactNav a:hover{
	color: #1767CA;
}
.contactNav a:after{
	color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0px;
    line-height: 16px;
    position: absolute;
    top: 11px;
}
.contactLogo img{
	height: 50px;
	margin-bottom: 15px;
}


.bread-prod{
	float: left;
	margin: 10px 0 20px 0;
}
.empfehlen{
	padding: 0 5px;
	text-align: center;
}
.empfehlen .prod-img{
	height: 180px;
}
.empfehlen .prod-img a{
	height: 180px;
}
.empfehlen .prod-card{
	margin-bottom: 5px;
}
.empfehlen>div{
	padding:0 10px;
}


.product-search{
	background: #1767CA;
	color: #fff;
	padding: 15px 0;
}
.product-search .form-control{
	border: none;
	color: #333;
}
.prod-searchT p{
	margin: 0;
	line-height: 34px;
	font-weight: 600;
}
.prod-searchT a{
	color: #fff;
	margin-right: 10px;
	font-weight: 400;
}

.box{display: block;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{max-width: 100%;max-height: 100%;}
.tb-s310{width: 100%;height: 350px;display: table;}
.tb-s310 a{height: 350px;}
.tb-s40{width: 50px;height: 50px;display: table;}
.tb-s40 a{width: 50px; height:50px;}
.tb-booth{border:1px solid #CDCDCD;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{float:left;margin-right: 6px;}
.tb-thumb .tb-selected div{border:2px solid #1767CA;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #cccccc;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:rgba(255,255,255,0.50);border: 1px dashed #dfdfdf;cursor:move;z-index:1;}




.text-center li{ padding:0px !important}
.thisclass{
    padding: 5px 15px;
    background-color: #1767CA;
	color:#ffffff;
	/* border: 1px solid transparent; */
}


/**头部证书样式*/
#img{ display:none; position:absolute; z-index:1000; top:60px; left:-120px;}
#imgs{display:none; position:absolute; z-index:1000; top:-20px; left:-10px; width: 421px; height: 562px;}
#img img{ border: 3px solid #bc9b89;}
#imgs img{ border: 3px solid #bc9b89;}
#img_top{
	position: absolute;
    width:0;
    height:0;
	left: 140px;
	top:-15px;
    border-width:0 15px 15px;
    border-style:solid;
    border-color:transparent transparent #bc9b89;/*透明 透明  灰*/
    margin:0px auto;}
.navbar-header{ position:relative;}
.row{ position:relative;}
.modal-body img{
max-width:100%;
}


#phoneNav{
	background: #1767CA;
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 8px 15px;
	z-index: 99;
}
#phoneNav a{
	color: #fff;
	display: block;
	padding:solidpx 0;
}
#phoneNav p{
	margin: 0;
}
#phoneNav i{
	height: 30px;
	line-height: 30px;
}
#phoneNav .col-xs-3{
	width: 20%;
}

.contact-marke{
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 8px #ddd;
	margin-bottom: 20px;
}
.contact-marke h4{
	background: #1767CA;
	margin: 0;
	padding: 12px 10px;
	color: #fff;
}
.contact-marke p{
	padding: 0 10px;
	margin: 10px 0;
}


.newsContent img{
	max-width: 100%;
}

.navIcon{
	font-size: 14px;
	position: relative;
	top: -6px;
	left: 3px;
	color: #DC0000 !important;
	transition: .3s ease-in-out 0s;
}
.navbar-inverse .navbar-nav > li.current .navIcon {
	color: #fff	 !important;
}


.navIns h3{text-align: center;
	background: #1767CA;
	color: #fff;
	padding: 20px;
	margin: 0;
}
.navIns h3 i{
	float: right;
	font-size: 26px;
	position: relative;
	top: 6px;
}
.navIns-ul{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.navIns-ul a{
	padding:15px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	display: block;
	border-left: 3px solid #fff;
	cursor: pointer;
}
.navIns-ul a:hover i{
	right: 0;
	color: #1767CA !important;
}
.navIns-ul a:hover{
	border-left: 3px solid #1767CA;
}
.navIns-ul i{
	color: #CBCBCB;
	font-size: 12px;
	float: right;
	position: relative;
	top: 8px;
	right: 5px;
	transition: .3s;
}
.navIns-ul .action a{
	color: #1767CA;
	border-left: 3px solid #1767CA;
}
.navIns-ul .action i{
	right: 0;
	color: #1767CA !important;
}
.Inscontent{
	line-height: 30px;
	color: #666;
}
.Inscontent img{
	max-width: 100%;
}

.Inscontent a{ color: #067005 !important;}

.navIns-contact{  /*   text-align: center; */  background: #1767ca;
	/*border: 1px solid #ddd;*/
	padding: 10px;
	margin-top: 0px;
}

.navIns-contact p{     font-size:18px;
    font-weight: bold;
    color: #FFF; }

.navIns-contact span{     font-size:16px;
    font-weight: normal;
    color: #FFF; }

.navIns-contact h4{
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	color: #1767CA;
	margin-bottom: 20px;
}
.navIns-contact img{/*
	border: 1px solid #ddd;*/
	max-width: 100%;
	margin:0px 10px 0px 40px;
}
#news-img{ position:absolute; top:10px; left:20px;}
#news-img img{ width:50px; height:50px;}
