﻿/*首页样式*/

body {
	font-family: "微软雅黑";
}
.navbar {
	margin-bottom: 0;
	background-color:#ffffff;
}
.navbar .b-bottom li span{ display:block; position:absolute; width:0px; height:0px; background:#d32319; top:58px; left:50%;}
.navbar .logo-bottom li span{ display:block; position:absolute; width:0px; height:0px; background:#d32319; top:58px; left:50%;}
.navbar-inverse {
	border-color: transparent;
}
.navbar-inverse .navbar-nav>li{
	padding:0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #000000;
	font-size: 15px;
	display:inline-block;
	padding:0;
}
.navbar-inverse .navbar-nav>li>a:hover{
	background-color:none;
}
.navbar-inverse .navbar-nav>li span{
	display:inline-block;
	margin-left:-5px;
	font-weight:normal;
}
.navbar-inverse .navbar-brand {
	font-size: 25px;
	color: #000000;
}
.navbar-nav>li {
	line-height:60px;
	padding:0 2px;
	position:relative;
}
.navbar-inverse .navbar-right li a {
	margin-left: 0;
	margin-right: 0;
}
.navbar-inverse .drop-list a{
	display: block;
	position: absolute;
	width: 100%;
	background: rgba(92,92,92,.5);
	color: white;
	text-align: center;
	height: 50px;
	line-height: 50px;
	top: 70px;
	opacity: 0;
	transition: all 0.5s;
	text-decoration: none;
}
.navbar-inverse .drop-f:hover .drop-list a{
	opacity: 1;
}
.wrap ul a{
	color: #000000;
	text-decoration: none;
}
/*@media only screen and (max-width: 1600px) {
	
}
@media only screen and (max-width: 1600px) {
	.navbar-inverse .navbar-nav>li>a {
		margin-left: 20px;
		margin-right: 20px;
	}
	.navbar-inverse .navbar-right li a {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 1372px) {
	.navbar-inverse .navbar-nav>li>a {
		margin-left: 10px;
		margin-right: 10px;
	}
	.navbar-inverse .navbar-right li a {
		margin-left: 0;
		margin-right: 0;
	}
}*/


/*导航下拉菜单开始*/
.service-dropdown{
	position: absolute;
}
.service-dropdown .container-x .list-left{
	padding-right: 0;
}
.service-dropdown .container-x .list-right{
	padding-left: 0;
}
.service-dropdown-kind{
	position: absolute;
}
.service-dropdown-kind .container-x .list-left{
	padding-right: 0;
}
.service-dropdown-kind .container-x .list-right{
	padding-left: 0;
	}
.service-dropdown-theory{
	position: absolute;
}
.service-dropdown-theory .container-x .list-left{
	padding-right: 0;
}
.service-dropdown-theory .container-x .list-right{
	padding-left: 0;
	}
.service-dropdown-details{
	position: absolute;
}
.service-dropdown-details .container-x .list-left{
	padding-right: 0;
}
.service-dropdown-details .container-x .list-right{
	padding-left: 0;
	}
.service-dropdown-case{
	position: absolute;
}
.service-dropdown-case .container-x .list-left{
	padding-right: 0;
}
.service-dropdown-case .container-x .list-right{
	padding-left: 0;
	}
.wrap{
	margin-top: 1px;
}
.wrap ul {
	width: 100%;
	height: 550px;
	list-style: none;
	background: #f4f4f4;
	color: #323232;
	border-right-width: 0;
	overflow: hidden;
}


/*水平居中*/

 .wrap li {
	display: block;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	text-align: center;
}

.wrap li img {
	display: block;
	position: absolute;
	right: 100px;
	top: 17px;
}


/*鼠标移动上去的背景色*/

.wrap li:hover {

	color: white;
}
.wrap li:hover a{
	color:white;
}
.wrap ul li a{
	display: block;
	width: 100%;
}
/*js可以很好地调用类，一般效果css实现就好*/


/*隐藏的类*/

.none {
	display: none;
}


/*二级菜单*/

.sub {
	width: 100%;
	height: 550px;
	background: #eeeef0;
	box-sizing: border-box;
	margin: 0px;
	padding: 30px 50px;
}
.sub-content h1 {
	margin-bottom: 16px;
	font-size: 25px
}

.sub-content img {
	display: block;
	width: 353px;
	height: 197px;
}

.sub-content p {
	margin-bottom: 18px;
	color: #959697;
	font-size: 14px;
}

.sub-content .link {
	margin-top: 10px;
}

.sub-content .link a {
	text-decoration: none;
	color: #0067b8;
}


/*导航下拉菜单结束*/


/*首页轮播开始*/
.index-lunbo .row{
	margin-left:-8px;
	margin-right:-8px;
}
#main_ad>.carousel-inner>.item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}


/* 当屏幕宽度大于768时，将元素高度设置为550px */

@media only screen and (min-width: 1200px) {
	#main_ad>.carousel-inner>.item {
		height: 5.5rem;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#main_ad>.carousel-inner>.item {
		height: 4rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	#main_ad>.carousel-inner>.item {
		height: 300px;
	}
}

#main_ad>.carousel-inner>.item>img {
	width: 100%;
}


/*首页轮播结束*/


/*首页我们的服务*/
#service{
	margin-bottom:50px
}
#service .thumbnail {
	border: none;
	padding: 0;
	padding-top: 10px;
	margin-bottom:0;
}
#service .col-lg-3{
	margin-bottom: 5px;
}
#service .col-lg-3 .thumbnail img{
	width:100%;
}
.news .col-lg-3{
	margin-bottom: 10px;
}

#service .thumbnail .caption {
	padding: 5px 0;
}

#service h3 {
	margin-top: 43px;
	margin-bottom: 16px;
	padding-left: 8px;
}

#service h4 {
	margin-bottom: 8px;
	margin-top:6px;
}
#service .thumbnail .caption a{
	display:inline-block;
	color:#d32319;
	margin-bottom:10px;
}
/*我们的服务结束*/


/*首页介绍开始*/

.introduct .container-fluid {
	margin-top: 10px;
	padding:0 8px;
}
.introduct .container-fluid img{
	width:100%;
}
.introduct .container-fluid .col-lg-6 {
	padding-left: 10%;
	padding-top: 6%;
}

.introduct .container-fluid .col-lg-6 h1,
.introduct .container-fluid .col-lg-6 p {
	color: white;
}

.introduct .container-fluid .col-lg-6 p {
	margin: 20px 0;
}

.introduct .container-fluid .col-lg-6 a {
	display: inline-block;
	width: 148px;
	height: 52px;
	background: url(../img/btn-bg.jpg);
	text-align: center;
	line-height: 52px;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
}

/*我们的案例开始*/

.case .container-fluid .col-lg-3 {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	cursor: pointer;
}
.case .container-fluid .col-lg-3 .img-responsive{
	width:100%;
}
.case h3 {
	margin-top: 18px;
	margin-bottom: 18px;
}

.case .container-fluid {
	padding-left: 8px;
	padding-right: 8px;
}

.case .container-fluid .col-lg-offset-8 a {
	display: block;
	text-align: right;
	margin-top: 33px;
	margin-bottom: 10px;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}

.case .container-fluid .zz {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all 0.5s;
}

.case .container-fluid .zz:hover {
	opacity: 1;
}

.case .container-fluid .zz p {
	color: white;
	font-size: 20px;
	text-align: center;
}

.case .container-fluid .zz .content {
	margin-top: 20%;
}

.case .container-fluid .zz .content img {
	display: block;
	margin: 0 auto;
}
.case .case-list{
	display: none;
}
#btn{
	width:150px;
	height: 50px;
	display: block;
	margin: 30px auto 0 auto;
	color: #999999;
	font-size: 16px;
	border: 2px solid #999999;
	background: none;
	border-radius: 5px;
	outline: none;
}
#btn:hover{
	color: darkred;
	border: 2px solid darkred;
}
/*我们的案例结束*/


/*我们的顾客开始*/

.customer .row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.customer .container-fluid .col-lg-1 {
	margin-bottom: 20px;
}
.customer h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*我们的顾客结束*/


/*我们的资讯开始*/

.news .thumbnail {
	border: none;
	padding: 0;
}
.news .col-lg-3{
	padding-left:8px;
	padding-right:8px;
}
.news .thumbnail .caption {
	padding: 9px 0;
}

.news h3 {
	margin-top: 33px;
	margin-bottom: 20px;
}

.news h4 {
	margin-bottom: 5px;
}


/*我们的资讯结束*/


/*footer开始*/

.footer {
	background: #b4b4b4;
}

.footer .nav-pills>li>a {
	border-radius: 0;
	color: white;
	padding-right: 30px;
}

.footer .nav-pills>li>a:hover {
	background: none;
}

.footer .col-lg-3 {
	padding: 20px 0;
}

.footer .col-lg-9 {
	padding: 20px 0;
}

.footer .col-lg-9 .big a {
	font-size: 16px;
}

.footer .col-lg-9 .small a {
	padding-right: 48px;
}

.footer .top {
	border-bottom: 1px solid white;
}

.footer .bottom {
	color: white;
	padding-top: 30px;
	padding-bottom: 50px;
}
/*footer结束*/

/*理论页面*/
/*理论banner*/
.theory-banner{
	height: 220px;
	background:url(../img/about_bg1.jpg) no-repeat;
	background-size:cover;
}
.theory-banner .prev-arrow div:first-child a{
	display:inline-block;
	font-size:50px;
	color:black;
	line-height:210px;
	margin-left:40px;
}
.theory-banner .prev-arrow div:last-child{
	margin-left:85px;
	margin-top:70px;
	line-height:30px;
}
.theory-banner .prev-arrow div:last-child a p{
	color:white;
}
.theory-banner .prev-arrow div:last-child p:last-child{
	font-size:40px;
}
.theory-banner .prev-arrow div:last-child a{
	text-decoration:none;
	color:black;
}
/*理论banner结束*/
.theory-business{
	background-color: #f5f5f5;
}
.theory-business .thumbnail{
	padding:60px 30px;
	/*box-shadow:#dcdcdc 0px 0px 20px;*/
	border: none;
	transition: all .5s;
	position: relative;
}
.theory-business .thumbnail:hover{
	transform:translateY(-8px);
	box-shadow:#e0dfdf 10px 10px 30px 5px;
}
.theory-business .thumbnail img{
	border-radius: 50%; 
	box-shadow: 2px 2px 5px #dcdcdc;
	transition: all .5s;
}
.theory-business .thumbnail img:hover{
	transform: rotateY(180deg)
}
.theory-business .theory-title{
	text-align: center;
	margin:70px 0
}
.theory-business .thumbnail h3{
	text-align: center;
	margin-bottom: 22px;
}
.theory-business .thumbnail p{
	line-height: 25px;
	height: 100px;
}
/*理论介绍开始*/
.theory-introduct{
	margin-top: 30px;
	margin-bottom: 50px;
}
.theory-introduct .col-lg-4 h4,.theory-introduct .col-lg-4 p{
	text-align: center;
}
.theory-introduct .col-lg-8 p{
	font-size: 16px;
	line-height: 28px;
}
.theory-introduct .col-lg-8{
	padding-left: 120px;
}

.theory-brand .container-x{
	background: url(../img/about_bg2.jpg) no-repeat;
	background-size:cover; 
}
.theory-brand{
	margin: 120px 0
}
.theory-brand .title{
	padding: 100px 0;
	color: white
}
.theory-brand .title h1{
	font-size: 70px
}
.theory-brand .title p{
	font-size:20px
}
.theory-brand .title button{
	width: 150px;
	height: 40px;
	background: #e88c1f;
	border-radius: 20px;
	border: none;
	margin: 10px 0
}
.theory-brand .title button a{
	color: white;
	text-decoration: none
}
/*理论介绍结束*/

/*寄语开始*/
.remarks .container-x{
	height: 455px;
	background: url(../img/theory-bbanner.jpg);
}
.remarks .container-x .remarks-left h2,.remarks .container-x .remarks-left p{
	color: white;
}
.remarks .container-x .remarks-left h2{
	margin: 40px 0;
}
.container-x .remarks-left p{
	line-height: 30px;
	font-size: 20px;
}
.container-x .remarks-right{
	padding-left: 90px;
	padding-top: 30px;
}
/*寄语结束*/

/*专题开始*/
.theory-topic{
	margin: 50px 0 70px 0;
}
/*专题结束*/

/*视频页面开始*/
/*视频主体开始*/
.video-content{
	margin-bottom: 55px;
}
.video-content .title{
	margin-top: 25px;
	margin-bottom: 15px;
}
.video-content .col-lg-3{
	margin-bottom: 25px;
}
.video-content .thumbnail{
	padding: 0;
	border-radius:0;
	margin-bottom: 0;
	position: relative;
	border: 0;
	overflow:hidden;
	
}
.video-content .zz{
	width: 100%;
	height: 100%;
	background: url(../img/video-play.png) no-repeat center;
	background-size:cover ;
	position: absolute;
	top: 0;
}
.video-content .tc{
	/*width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	background-size:cover ;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .5s;
	cursor: pointer;*/
	position: absolute; z-index: 2; background-color: rgba(0,0,0,0.8); width: 100%; height: 100%; left: -100%; top: -100%; text-align: center; color: #fff;
}
.lanren .content.trans { -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; backface-visibility: hidden; }
.video-content .tc h4{
	text-align: center;
	color: white;
	padding: 0 30px;
	margin-top: 10%;
}
.video-content .tc p{
	text-align: center;
	color: white;
	margin-top: 20px;
	padding: 0 30px;
	transition: all .3s;
}
.video-content  .caption a{
	color: #000000;
}
/*视频主体结束*/

/*详情页面开始*/
/*详情主体内容开始*/
.details{
	padding-top: 70px;
	padding-bottom: 70px;
	background: rgb(242, 242, 242);
}
.details .container-fluid{
	width: 75%;
	background: white;
}
.details .container-fluid .row{
	background: rgb(242, 242, 242);
}
.details .container-fluid .col-lg-3{
	padding-left: 30px;
}
.details .container-fluid .de-l{
	background: #FFFFFF;
	padding: 25px;
}
.details .container-fluid .de-l p{
	color:#7d7d7d;
}
.details .container-fluid .de-l .title p{
	margin-bottom: 25px;
}
.details .container-fluid .de-l .title h2{
	font-size:36px;
}
.details .container-fluid .de-l img{
	margin-bottom: 30px;
	max-width:100%;
}
.details .t1{
	position: relative;
	top: 0;
	left: 0;
	transition: all .5s;
}
/*详情主体内容结束*/

/*详情页码开始*/
.video-content{
	background:#f2f2f2;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.video-content .page{
 width: 680px;
 margin: 0 auto;
}
.video-content .page span{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	line-height: 30px;
	margin-right: 14px;
	color: #666666;
	cursor: pointer;
}
.video-content .page span:first-child{
	border-radius: 0;
	background:none;
}
.video-content .page span:last-child{
	border-radius: 0;
	background:none;
}
.on{
	background: #000000;
	color: white;
}
/*详情页码结束*/

/*联系我们页面开始*/

/*地址管理开始*/
/*contact*/
.contact-us{
	padding-top: 40px;
	padding-bottom: 60px;
	background-color:#e8eae9;
}
.contact-us .row ul li{
	list-style: none;
}
.contact-us .row .address li{
	margin-bottom: 10px;
	color: #4d4c4c;
}
.contact-us .row .address .c-map{
	cursor:pointer;
}
.contact-us .row .address .c-map span:last-child{
	color:#007b79;
	padding-left:10px;
}
.contact-us .row .address .c-phone span:last-child{
	color:#007b79;
}
.contact-us .row .address li:first-child{
	font-size: 18px;
}
.contact-us .row ul{
	padding-left: 0;
}
.contact-us .row ul input{
	width: 60%;
	height:35px;
	background-color:#f2f2f2;
	outline: none;
	border:none;
}
.contact-us .row .address2 li{
	margin-bottom: 30px;
	color: #4d4c4c;
}
.contact-us .row .address3 li{
	margin-bottom: 60px;
	color: #4d4c4c;
}
.contact-us .row .col-lg-8 h4{
	margin-bottom: 70px;
	color: #4d4c4c;
}
.contact-us .row textarea{
	color: #4d4c4c;
	background-color:#f2f2f2;
	margin-bottom: 30px;
	border:none;
	resize:none;
}

.contact-us .row .col-lg-3{
	background-color:white;
	padding-top:20px;
	height:729px;
	
}
.contact-us .row .col-lg-9{
	height:729px;
}
.contact-us .row .col-lg-9 .table{
	background-color:white;
	padding:20px;
	padding-bottom:60px;
}
.contact-us .row .col-lg-9 .table h4{
	margin-top:0;
	margin-bottom:20px;
}
.contact-us .row .media{
	margin-top:200px;
}
.contact-us .row .media li{
	margin:20px 0;
	text-align:center;
}
.contact-us .row .media li a{
	padding:0 25px;
}
#button{
	width:115px;
	height:35px;
	background-color:#9c9a9a;
	border-radius:5px;
	color:white;
	border:none;
}
/*地址管理结束*/

/*地图开始*/
 .iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
 .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
 .map{
	 margin-top:50px;
 }
 #dituContent{
 	display: none;
 }
/*地图结束*/

/*联系我们页面结束*/

/*资讯页面开始*/
#news-topic .container {
	background: #fefdfd;
	padding-left: 100px;
}

#news-topic {
	margin-top: 48px;
	margin-bottom: 48px;
}
#news-topic .container{
	padding:30px;
}

#news-topic ul {}

#news-topic ul li a {
	color: #4c4b4b;
	padding-left: 0;
}

#news-topic ul li a:hover {
	background: transparent;
	color: #0066cc;
}

#news-topic p {
	margin-top: 30px;
	margin-bottom: 30px;
}

#news-topic button {
	margin-bottom: 40px;
	background: darkred;
	border: none;
}

#news-content .container {
	padding: 0;
}

#news-content ul.nav.nav-tabs {
	background: #fefdfd;
}
#news-content .tab-content h4{
	color: #000000;
}
#news-content>.container>.nav-tabs {
	padding-left: 40px;
}

#news-content>.container>.nav-tabs>li>a {
	height: 70px;
	line-height: 50px;
	font-size: 20px;
	color: #242323;
	border: 0;
	margin-right: 50px;
}

#news-content>.container>.nav-tabs>li.active>a {
	background-color: transparent;
	border: 0;
	color: #0066cc;
	border-bottom: 3px solid #0066cc;
}

#news-content>.container>.nav-tabs>li>a:hover {
	background-color: transparent;
}

#news-content .tab-content {
	margin-top: 27px;
}

#news-content .thumbnail {
	padding: 0;
}

#news-content h4 {
	padding-top: 13px;
	padding-bottom: 8px;
}

#news-content p {
	color: #a9acae;
}

#news-content p:last-child {
	text-align: right;
}

#contact-banner .container-fluid {
	padding: 0;
}
/*资讯页面结束*/

/*案例页面开始*/
.case-filter .nav{
	margin-top: 40px;
	margin-bottom: 40px;
}
.case-filter .nav li{
	margin-right: 15px;
}

.case-filter .nav li a{
	border: 1px solid #f2f2f2;
	font-size: 16px;
	color: #969696;
	transition: all .5s;
	background: none;
}
.case-filter .nav li a:hover{
	color: #000000;
}
.case-filter .nav .c{
	color: #000000;
	border: 1px solid #000000;
}
/*案例页面结束*/

/*新增样式*/
.xinzeng{
	margin-top: .8rem;
}
.xinzeng .col-md-3{
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.xinzeng .col-md-3 .item{
	background: #dde6ed !important;
	position: relative;
	height: 300px;
	transition: all .5s;
	padding-left:40px;
}
.xinzeng .item-hide ul{
	list-style: none;
}
.item-show h1{
	color:#666666;
	font-size:26px;

}
.item-show h4{
	color: #666666;
	margin-bottom: 40px;
}
.item-show img{
	width: 30px;
	height: 30px;
}
.item-show{
	height: .8rem;
}
.item .item-hide ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width:100%;
}
.item .item-hide{
	opacity: 0;
	transition: all .5s;
	margin-top: 130px;
}
.item .item-hide ul li{
	padding-right: 5px;
	width:48%;
	line-height: 30px;
}
.item .item-hide ul li a{
	display: block;
	width: 100%;
	color: black;
	text-decoration:none;
	font-size:12px;
}
.xin-title{
	position: absolute;
	top: 80px;
	transition: all .5s;
}
.item-show img{
	display: block;
	position: absolute;
	top: 170px;
	transition: all .4s;
}
.xinzeng .col-md-3:hover .item{
	background: #f0f0f0 !important;
}
.xinzeng .col-md-3:hover .xin-title{
	top: 40px;
}
.xinzeng .col-md-3:hover .xin-title h1{
	color: black
}
.xinzeng .col-md-3:hover .xin-title h4{
	color: black
}
.xinzeng .col-md-3:hover .item-show img{
	top: 2rem;
	opacity: 0;
}
.xinzeng .col-md-3:hover .item-hide{
	opacity: 1;
}
/*END*/
@keyframes rotate{

	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
.music-switch{
	-webkit-animation:rotate 6s linear infinite;
	}

.core{
	padding:1.1rem 0;
	background:#f0f4f6;
}
.core .col-md-9 .col-md-3{
	text-align:center;
}
.core .col-md-3 p{
	font-size:20px;
	margin-top:10px;
}
.out-link img{
	max-width:100%;
}
.core .col-md-9 img{
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
#secondary-content img{
	max-width:100%;
}