* {
	font-family: "微软雅黑";
}

body {
	margin-top: 70px;
}
.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 {
	background: rgba(135, 137, 140, .7);
	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;
}


/*导航下拉菜单结束*/

/*导航*/

@media only screen and (min-width:1200px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		font-family: "微软雅黑";
		color: white;
		height: 70px;
		line-height: 35px;
	}
	.navbar-inverse .navbar-brand {
		height: 70px;
		line-height: 35px;
	}
}

@media only screen and (max-width:1200px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 14px;
		font-family: "微软雅黑";
		color: white;
		margin-right: 50px;
	}
	body {
		margin-top: 50px;
	}
}

.navbar {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #C7254E;
}

#navbar-qx {
	margin-right: 0;
}
.navbar .navbar-brand{
	color: white;
	font-family: "微软雅黑";
	font-size: 25px;
}
#main_ad>.carousel-inner>.item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* 通栏广告轮播 */

#main_ad {}

#main_ad>.carousel-inner>.item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* 当屏幕宽度大于768时，将元素高度设置为550px */

@media only screen and (min-width: 1200px) {
	#main_ad>.carousel-inner>.item {
		height: 550px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#main_ad>.carousel-inner>.item {
		height: 400px;
	}
}

@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%;
}

@media (max-width: 768px) {
	#news .nav-stacked>li {
		float: left;
		margin-right: 20px;
	}
}

#icon-nav {
	margin-top: 20px;
}

#icon-nav .row div {
	padding-left: 4px;
	padding-right: 4px;
}

#icon-nav .thumbnail {
	border: none;
}

#hot-service {
	border: none;
}

#hot-service .row {
	text-align: center;
}

#hot-service .row div {
	padding-left: 8px;
	padding-right: 8px;
}

#hot-service .thumbnail {
	background: #f5f5f5;
	border: none;
}
#hot-service .thumbnail a{
	color: #000000;
}
#hot-service img {
	margin-top: 37px;
	margin-bottom: 15px;
}

#hot-service p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 45px;
}

#hot-service h2 {
	margin-bottom: 38px;
}

@media only screen and (max-width: 768px) {
	#hot-service h2 {
		text-align: center;
	}
}

#ad-lunbo h2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}
#ad-lunbo .swiper-wrapper a{
	color: #555454;
	text-decoration: none;
}
.swiper-container {
	width: 100%;
	background: #ffffff;
	transition: all 1s;
}
#ad-lunbo #q-t {
	margin-top: 40px;
	transition: all 1s;
}

.d-top {
	border-top: 3px solid #4ad5ff;
}

.g-top {
	border-top: 3px solid #ffac13;
}
.g-top #lunbo-title{
	color: #ffac13;
}
.c-top {
	border-top: 3px solid #7fbd42;
}
.c-top #lunbo-title{
	color: #7fbd42;
}
.i-top {
	border-top: 3px solid #0769ad;
}
.i-top #lunbo-title{
	color: #0769ad;
}
.swiper-slide {
	width: 100%;
	background: red;
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-container .swiper-slide {
	background: #ffffff;
}

#lunbo-title {
	width: 100%;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin-top: 44px;
	font-size: 14px;
	color: #4ad5ff;
}

.swiper-wrapper h3 {
	margin-top: 90px;
	font-family: "微软雅黑";
}

.swiper-wrapper p {
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 60px;
	padding: 0 40px;
}

.swiper-wrapper img {
	margin-bottom: 58px;
}

#company {
	background: #f5f5f5;
	padding-top: 50px;
}

#company h2 {
	text-align: center;
	margin-bottom: 40px;
}

#company #left-pic {
	padding-right: 0;
	height: 443px;
	overflow: hidden;
}

#company #left-pic img {
	margin-top: 20px;
}

#company #right-logo {
	padding-left: 0;
}

#company #right-logo div {
	padding-right: 0;
	margin-top: 20px;
}

#company #right-logo img {
	display: block;
	margin: 0 auto;
}

#case {

}
#case .container a{
	color: black;
}
#case h2 {
	text-align: center;
	margin-bottom: 55px;
}

#case h4 {
	margin-bottom: 40px;
	padding-top: 10px;
}

#case hr {
	margin-top: 0;
}

#case .thumbnail {
	padding: 0;
	border: none;
}
#case .thumbnail a{
	text-decoration: none;
}
#news {
	margin-top: 30px;
}

#news h2 {
	text-align: center;
	margin-bottom: 55px;
}

#news .thumbnail a {
	color: #020202;
	text-decoration: none;
}

#news .thumbnail {
	padding: 0;
}

#news h4 {
	padding-top: 13px;
	padding-bottom: 8px;
}

#news p {
	color: #a9acae;
}

#news p:last-child {
	text-align: right;
}

#foot {
	background: #000000;
	padding-bottom: 20px;
}
#foot .nav-pills a{
	padding-right: 50px;
}
#foot ul a {
	color: white;
	font-size: 16px;
}
#foot img{
	display: block;
	max-width: 40px;
	height: 40px;
}
#foot .row{
	margin-top: 40px;
	margin-bottom: 30px;
}
#foot .nav {
	margin-top: 50px;
}
#foot p{
	color: white;
}
#foot .nav li a:hover{
	background: transparent;
}

@media only screen and (max-width: 768px) {

	#foot .nav {
		margin-top: 30px;
	}
	#foot .nav-pills a{
	padding-right: 0;
}
}

#addr-content{
	margin-top: 30px;
	margin-bottom: 20px;
}
#online {
	width: 100px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -50px;
}

#online img {
	width: 70%;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.contact-img {
	background: #f2f2f2;
	width: 100px;
	height: 100px;
}

#online p {
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: white;
	background: #0096ff;
}

#online p a {
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: white;
	background: #0096ff;
	text-decoration: none;
}


/*服务项目*/

.c-860 {
	padding-top: 90px;
}

@media only screen and (max-width: 768px) {
	.c-860 {
		padding-top: 0;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.c-860 {
		padding-top: 50px;
	}
}

#service-application .row {
	background: #f2f2f2;
	padding: 0;
}

#service-application {
	margin-top: 40px;
}
#service-application .service-btn a{
	color: white;
}
#service-application #service-left {
	text-align: center;
}

#service-application #service-left img {
	margin: 0 auto;
}

#service-application .row {
	padding: 0;
}

#service-application #service-left h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #010101;
}

#service-application #service-left p {
	width: 225px;
	margin: 0 auto;
	margin-top: 23px;
	color: #919293;
	margin-bottom: 50px;
}

#service-application #service-right h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #010101;
	border-left: 3px solid #29a7de;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	height: 35px;
}

@media only screen and (max-width:992px) {
	#service-application #service-right h2 {
		margin-top: 50px;
		text-align: center;
		margin-bottom: 30px;
		color: #010101;
		border-left: none;
	}
	#service-application .service-btn {
		margin-top: 60px;
		margin-bottom: 50px;
		text-align: center;
	}
}

#service-application #service-right ul {
	list-style: none;
	margin-top: 70px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#service-application #service-right ul p {
	text-align: center;
	color: #acadad;
	font-size: 14px;
}

#service-application #service-right ul img {
	display: block;
	margin: 0 auto;
}

#service-application #service-right ul li {
	float: left;
	width: 20%;
}

#service-application .service-btn {
	margin-top: 60px;
	margin-bottom: 50px;
}

#service-application .service-btn button {
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

#service-application .service-btn button:first-child {
	background: #29a7de;
	color: white;
	font-size: 16px;
}

#service-application .service-btn button:last-child {
	background: #e60012;
	color: white;
	font-size: 16px;
}

#service-application .service-btn button:last-child a {
	color: white;
}

#service-application #service-two {
	margin-top: 50px;
}

@media only screen and (max-width:992px) {
	#service-application .ser1 #service-right ul li {
		width: 33.33%;
	}
	#service-application .ser2 #service-right ul li {
		width: 50%;
	}
	#service-application .ser3 #service-right ul li {
		width: 25%;
	}
}

#service-contact {
	background: url(../img/service-contact.jpg) no-repeat;
	margin-top: 100px;
	margin-bottom: 50px;
}

#service-contact .jumbotron {
	background: none;
	margin-bottom: 0;
}

#service-contact .jumbotron h2 {
	color: white;
}

#service-contact .jumbotron p {
	color: white;
}

#service-contact p {
	font-size: 14px;
	margin-top: 20px;
}

#service-contact p a {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
}

@media only screen and (max-width:768px) {
	#service-contact {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#service-contact p a {
		font-size: 14px;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 0;
	}
	#service-contact h2 {
		font-size: 20px;
	}
}

#case-banner {
	background: url(../img/case-banner.jpg) no-repeat center center;
	height: 550px;
}

#case-banner h2 {
	text-align: center;
	color: white;
	margin-top: 130px;
	margin-bottom: 40px;
}

#case-banner button.btn.btn-default.dropdown-toggle {
	background: rgba(242, 242, 242, 0.24);
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: 1px solid white;
	color: #f2f2f2;
	font-size: 16px;
	height: 60px;
	padding: 0 20px;
}

#case-banner input.form-control {
	height: 60px;
	background: rgba(242, 242, 242, 0.24);
	border: none;
	color: white;
	font-size: 16px;
}

#case-banner button.btn.btn-default.glyphicon.glyphicon-search {
	height: 60px;
	background: rgba(242, 242, 242, 0.24);
	border: none;
	color: white;
	top: 0;
	margin-left: 0;
	font-size: 30px;
}

#case-banner ul.dropdown-menu {
	text-align: center;
	min-width: 150px;
	background: rgba(242, 242, 242, 0.24);
	color: red;
}

#case-banner ul.dropdown-menu li a {
	color: white;
}

#case-banner .dropdown-menu>li>a:hover {
	background: rgba(242, 242, 242, 0.3);
}

#case-nav ul.nav.nav-pills li a {
	color: #000000;
	margin-right: 80px;
	font-size: 18px;
	padding: 40px 0;
}

#case-nav ul.nav.nav-pills li a:hover {
	color: red;
	background: none;
}

#case-product {
	background: #e0e0e0;
	padding-top: 35px;
	padding-bottom: 100px;
}

#case-product .thumbnail {
	padding: 0;
	border: none;
}

@media only screen and (max-width:1200px) {
	#case-banner {
		background: url(../img/case-banner.png) no-repeat center center;
		height: 500px;
	}
	#case-banner h2 {
		text-align: center;
		color: white;
		margin-top: 100px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:992px) {
	#case-nav ul.nav.nav-pills li a {
		color: #000000;
		margin-right: 40px;
		font-size: 16px;
		padding: 30px 0;
	}
	#case-banner input.form-control {
		height: 60px;
		background: rgba(242, 242, 242, 0.24);
		border: none;
		color: white;
		font-size: 16px;
	}
	#case-banner button.btn.btn-default.dropdown-toggle {
		background: rgba(242, 242, 242, 0.24);
		border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: 1px solid white;
		color: #f2f2f2;
		font-size: 14px;
		height: 60px;
		padding: 0 10px;
	}
	#case-banner h2 {
		text-align: center;
		color: white;
		margin-top: 80px;
		margin-bottom: 40px;
	}
	#case-banner {
		background: url(../img/case-banner.png) no-repeat center center;
		height: 400px;
	}
}

@media only screen and (max-width:768px) {
	#case-nav ul.nav.nav-pills li a {
		color: #000000;
		margin-right: 20px;
		font-size: 14px;
		padding: 15px 0;
	}
	#case-banner button.btn.btn-default.glyphicon.glyphicon-search {
		height: 40px;
		background: rgba(242, 242, 242, 0.24);
		border: none;
		color: white;
		top: 0;
		margin-left: 0;
		font-size: 20px;
	}
	#case-banner input.form-control {
		height: 40px;
		background: rgba(242, 242, 242, 0.24);
		border: none;
		color: white;
		font-size: 16px;
	}
	#case-banner button.btn.btn-default.dropdown-toggle {
		background: rgba(242, 242, 242, 0.24);
		border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: 1px solid white;
		color: #f2f2f2;
		font-size: 12px;
		height: 40px;
		padding: 0 10px;
	}
	#case-banner h2 {
		text-align: center;
		color: white;
		margin-top: 50px;
		margin-bottom: 40px;
		font-size: 20px;
	}
	#case-banner {
		background: url(../img/case-banner.png) no-repeat center center;
		height: 300px;
	}
}

#news-banner .container-fluid {
	padding: 0;
}

#news-topic .container {
	background: #fefdfd;
	padding-left: 100px;
}

#news-topic {
	margin-top: 48px;
	margin-bottom: 30px;
}

#news-topic h2 {

}

#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;
}

#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;
}


/*百度地图*/

.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;
}

#contact-content {
	margin-top: 63px;
	margin-bottom: 116px;
}
div.center{
	width: 252px;
}
#dituContent{
	width: 100%;
	height: 450px;
}

#contact-content h1 {
	margin-bottom: 45px;
}

#contact-content-right {
	padding-left: 137px;
}

#contact-content h3 {
	margin-top: 28px;
	margin-bottom: 30px;
}

#contact-content p {
	color: #979797;
}

#contact-need {
	background: url(../img/need-banner.png) no-repeat;
	margin-bottom: 80px;
	background-size:100% 100%;
	padding-bottom: 50px;
}

#contact-need h3 {
	color: #f4f3f3;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 100px;
}

#contact-need .form-control {
	border: none;
	border-radius: 0;
	height: 40px;
	margin-bottom: 45px;
	background: rgba(244, 244, 244, 0.3);
	color: white;
}

#contact-need input::-webkit-input-placeholder {
	color: #a8a8a8;
}

#contact-need label {
	color: #a8a8a8;
}

#contact-need textarea {
	background: rgba(244, 244, 244, 0.3);
	border: 0;
	margin-top: 20px;
}

#contact-need textarea::-webkit-input-placeholder {
	color: #a8a8a8;
}

#contact-need-right {
	padding-left: 100px;
}
#contact-need-right label input{
	vertical-align: text-top;
	
}
#contact-need-right label{
	margin-right: 5px;
}
#contact-button {
	text-align: center;
	margin-top: 20px;
}

#contact-button button {
	padding: 12px 50px;
	background: #ff0713;
	border: 0;
	color: white;
	box-shadow: 5px 2px 5px #2b2323;
}

#secondary-content .container {
	background: #fdfdfd;
	margin-top: 50px;
	margin-bottom: 90px;
	padding: 0 100px;
}
#secondary-content .container img{
	margin-bottom:10px;
}
#secondary-content h2 {
	text-align: center;
	margin-top: 44px;
}

#secondary-content p:nth-of-type(1) {
	text-align: center;
}

#secondary-content p:nth-of-type(2),
#secondary-content p:nth-of-type(3) {
	margin: 0 auto;
	color: #868383;
}

#secondary-content p:nth-of-type(2) {
	margin-bottom: 20px;
}

#secondary-content .secondary-img {
	margin-top: 46px;
}

#secondary-content .secondary-img img {
	display: block;
	margin: 0 auto;
	margin-bottom: 26px;
}

#product-sec {
	padding-top: 35px;
	margin-bottom: 50px;
}

#product-sec .container {
	background: #fffefe;
	padding-top: 25px;
}

#product-sec .text-center {
	margin: 20px 0;
}

#product-sec .text-center p {
	margin-top: 20px;
}

#product-sec-icon p {
	font-size: 12px;
	color: #bcbbbb;
	margin-top: 10px;
}

#product-sec-content {
	margin-bottom: 70px;
}

#product-sec-content .container {
	background: #fffefe;
	padding: 38px 50px;
}

#product-sec-content #product-sec-font1 h5,
#product-sec-font2 h5 {
	border-left: 2px solid #29a7de;
	padding-left: 5px;
	font-size: 16px;
}

#product-sec-content #product-sec-font1 h5:nth-of-type(1) {
	margin-bottom: 28px;
}

#product-sec-content #product-sec-font1 h5:nth-of-type(2) {
	margin-top: 40px;
	margin-bottom: 37px;
}

#product-sec-content .thumbnail {
	padding: 0;
	border-radius: 0;
}

#icon {
	margin-top: 70px;
}

#icon-s {
	margin-top: 110px;
	padding-right: 160px;
}

#icon-s h4,
#icon-s1 h4 {
	font-size: 14px;
	font-weight: bold;
}

#icon-s p,
#icon-s1 p {
	line-height: 25px;
}

#icon-s1 {
	margin-top: 110px;
	padding-left: 120px;
}

#icon3 {
	margin-top: 70px;
	padding-right: 120px;
}

#product-sec-content #product-sec-font2 h5:nth-of-type(1) {
	margin-top: 63px;
	margin-bottom: 19px;
}

#product-sec-content #product-sec-font2 h5:nth-of-type(2) {
	margin-top: 30px;
	margin-bottom: 19px;
}

#case-secondary-banner .container-fluid {
	padding: 0;
}

#case-secondary-bg .container {
	padding: 80px 60px 60px 60px;
}

#case-secondary-bg h2 {
	text-align: center;
	margin-bottom: 46px;
}

#case-secondary-bg .container p {
	color: #8c8c8c;
}

#case-secondary-js {
	background: #0074c1;
}

#case-secondary-js h2 {
	text-align: center;
}

#case-secondary-js .container {
	padding: 77px 140px 34px 140px;
}

#case-secondary-js .container h2 {
	color: #f2f2f2;
	margin-bottom: 52px;
}

#case-secondary-js .container p {
	color: #F2F2F2;
	font-size: 16px;
	margin-bottom: 60px;
}

#case-secondary-js img {
	display: block;
	margin: 0 auto;
}

#case-secondary-ad .container {
	padding: 77px 140px 34px 140px;
}

#case-secondary-ad .top h2 {
	text-align: center;
	margin-bottom: 48px;
}

#case-secondary-ad .top p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 60px;
}

#case-secondary-ad .top img {
	display: block;
	margin: 0 auto;
	margin-bottom: 70px;
}

#case-secondary-ad .text-center p {
	color: #8a8a8a;
	margin-top: 23px;
}

#case-secondary-ad .text-center img {
	display: block;
	margin: 0 auto;
}

#case-secondary-process {
	background: url(../img/case-secondary-target.png) no-repeat;
	background-size: 100%;
}

#case-secondary-process .container {
	padding: 60px 50px 190px 50px;
}

#case-secondary-process .container h2 {
	text-align: center;
	margin-bottom: 80px;
}

#case-secondary-process .container .media-list {
	margin-top: 20px;
	height: 110px;
}

#case-secondary-process .container .media-list h4 {
	font-size: 14px;
}

#case-secondary-process .container .media-list p {
	font-size: 12px;
	color: #848282;
}

#qm-online {
	background: #f5f5f5;
	padding: 40px 0 150px 0
}

#qm-online .container {
	padding: 0 117px 0 117px;
}

#qm-online .container .text-center div {
	background: #fcfcfc;
	padding: 38px 90px 20px 90px;
}

#qm-online .container .text-center div p {
	color: #9e9e9e;
}

#qm-online h2 {
	text-align: center;
	margin-bottom: 100px;
}


@media only screen and (max-width:992px) {
	#qm-online .container .text-center div {
		margin-top: 20px;
	}
	#case-secondary-ad .container {
		padding: 20px;
	}
	#case-secondary-ad .top h2 {
		margin-bottom: 20px;
	}
	#case-secondary-bg .container {
		padding: 20px;
	}
	#case-secondary-js .container {
		padding: 20px;
	}
	#case-secondary-bg h2 {
		margin-bottom: 20px;
	}
	#case-secondary-process .container {
		padding: 20px;
	}
	#case-secondary-process .container h2 {
		margin-bottom: 20px;
	}
	#qm-online h2 {
		margin-bottom: 20px;
	}
	#qm-online {
		padding: 20px;
	}
	#qm-online .container .text-center div {
		padding: 20px;
	}
	#secondary-content .container {
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#secondary-content h2 {
		margin-top: 20px;
		font-size: 20px;
	}
	#news-topic {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#news-banner img {
		height: 300px;
	}
	#contact-content-right {
	padding-left: 20px;
	}
	#contact-content h1 {
	margin-bottom: 20px;
	font-size: 25px;
	}
	#contact-content {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	#contact-need h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	#contact-need-right {
	padding: 20px;
	}
	#contact-need textarea{
		width: 100%;
		margin: 0 auto;
	}
	#contact-need {
	background: url(../img/need-banner.png) no-repeat;
	margin-bottom: 30px;
	background-size:100% 100%;
	padding-bottom: 50px;
	}
	#case-product {
	background: #e0e0e0;
	padding-top: 20px;
	padding-bottom: 30px;
}
}

@media only screen and (max-width:767px) {
	#news-topic .container {
		padding: 0 20px;
	}
	#news-banner img {
		height: 180px;
	}
	#dituContent{
		height: 300px;
	}
	#contact-need {
	background: url(../img/need-banner.png) no-repeat;
	margin-bottom: 30px;
	background-size:500% 100%;
	padding-bottom: 50px;
}
	#contact-content h1{
		padding-top: 0;
		margin-top: 0;
	}
}

/*footer开始*/

.footer {
	background: #000000;
}

.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结束*/
#news-banner img{
	width:100%;
}
#news-content .tab-content h4{
	padding-top:10px;
	padding-bottom:0;
	height:50px;
}
.details  .col-lg-12 img{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.details  .col-lg-12{
	background:white;
	padding: 0 30px;
	margin-top:50px;
	margin-bottom:50px;
}