/* CSS Document */
.company_news .text {
	height: 48px;
	overflow:hidden;
}
.company_news .text+.text {
	border-bottom: 1px solid #eaeef1;
	padding-top: 35px;
	padding-bottom: 15px;
	height:auto;
}
.company_news span {
	float: right;
	width: 20px;
	height: 20px;
	background: url("../images/news_go.gif");
}
.company_news .col-xs-12:hover span {
	background: url("../images/news_go_active.gif");
}
.media_text .more:hover {
	color: #c0153d;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	box-shadow: 0 2px 10px #999;
}
body {
	padding-top: 100px;
}
.banner {
	padding: 230px 0 80px;
	height: 500px;
}
.banner h1 {
	font-size: 34px;
	margin-bottom: 8px;
}
.banner h1 strong {
	font-weight: normal;
	color: white;
}
.banner .text {
	background: rgba(192,21,61,0.9);
	padding: 35px 35px 30px 35px;
}
.banner_brands .text {
	background: rgba(192,21,61,0.9);
}
.index_banner_box h2 {
	color: #fff;
	font-size: 28px;
	padding-top: 12%;
}
.index_banner_box h1 {
	color: #fff;
	font-size: 72px;
	line-height: normal;
}
.index_pro .more:hover {
	background-color: #c0153d;
	border-color: #c0153d;
}
.index_solution {
	padding-bottom: 73px;
	margin-top: 87px;
}
.index_solution_lanhai {
	border-bottom: 2px solid #d7d7d7;
	padding-bottom: 0;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.index_solution_lanhai:hover {
	border-bottom: 2px solid #c0153d;
	margin-top: -10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.index_solution_lanhai .mask {
	background-color: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 20px;
	top: auto;
}
.index_solution_lanhai h2 {
	font-size: 20px;
	padding-top: 26px;
	margin-bottom: 9px;
	margin-top: 0;
}
.index_solution_lanhai p {
	color: #BCBCBC;
}
.index_solution_lanhai.active {
	border-bottom-color: #2c2925;
}
.index_solution_lanhai.active .mask {
	background-color: #c0153d;
	height: auto;
	padding-bottom: 20px;
	bottom: 0;
}
.index_solution_lanhai.active h2, .index_solution_lanhai.active p {
	color: #fff;
}
.details {
	margin-top: 17px;
	margin-bottom: 6px;
	text-decoration: underline;
}
.index_solution .img-responsive {
	width: 100%;
}
.index_pro {
	background: url(../images/index_pro_bg.jpg) no-repeat center center;
	height: 800px;
}
.index_pro h2 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	margin-top: 197px;
}
.index_pro p {
	color: #fff;
	margin-right: 40px;
}
.index_pro .more {
	color: #fff;
	display: block;
	width: 200px;
	line-height: 46px;
	border: 2px solid white;
	border-radius: 3px;
	margin-top: 36px;
	margin-bottom: 99px;
	text-align: center;
}
.index_pro p a {
	color: #fff;
}
.index_pro p a:hover {
	color: #c0153d;
}
.index_pro p span {
	color: #ccc;
	margin: 0 15px;
}
.index_case {
	margin-top: 87px;
	margin-bottom: 10px;
}
div.more {
	width: 120px;
	border-bottom: 2px solid #ccc;
	line-height: 42px;
	margin-top: 16px;
}
div.more a {
	color: #c0153d;
	font-size: 14px;
}
.index_case h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.index_case_text {
	border-bottom: 4px solid #f2f2f2;
	padding: 0 23px 30px 23px;
}
.index_case_text .details a {
	color: #c0153d;
	text-decoration: none;
}
.hover-more .more-show h2 {
	margin: 0;
	padding: 0;
}
.hover-more .more-show h2 a {
	display: inline-block;
	font-size: 20px;
	color: #333;
	margin-top: 45px;
	margin-bottom: 20px;
}
.hover-more:hover .more-show {
	border-bottom-color: #c0153d;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.hover-more:hover .more-show h2 a {
	margin-top: 25px;
}
.hover-more .more-show h2 a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.index_case_text .details {
	display: inline-block;
	margin-top: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hover-more:hover .details {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 20px
}
.media_text h3 {
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.cases_banner {
	background: url(../images/cases_banner.jpg) no-repeat center right;
}
.technique_banner {
	background: url(../images/technique_banner.jpg) no-repeat center center;
}
.car-elevator_banner {
	background: url(../images/car-elevator_banner.jpg) no-repeat center right
}
.culture_banner {
	background: url(../images/culture_banner.jpg) no-repeat center center;
}
.responsibility_banner {
	background: url(../images/responsibility_banner.jpg) no-repeat center center;
}
.sightseeing_banner {
	background: url(../images/sightseeing_banner.jpg) no-repeat center right;
}
.pro_banner {
	background: url(../images/product_banner.jpg) no-repeat center right;
}
.home_banner {
	background: url(../images/home_banner.jpg) no-repeat center right;
}
.hospital_banner {
	background: url(../images/hospital_banner.jpg) no-repeat center right;
}
.about_banner {
	background: url(../images/ghjj.png) no-repeat center center;
}
.history_banner {
	background: url(../images/history-banner.jpg) no-repeat center center;
}
.honor_banner {
	background: url(../images/jzlc.png) no-repeat center center;
}
.sundries_banner {
	background: url(../images/sundries_banner.jpg) no-repeat center right;
}
.freight_banner {
	background: url(../images/freight_banner.jpg) no-repeat center right;
}
.escalator_banner {
	background: url(../images/escalator_banner.jpg) no-repeat center right;
}
.moving_banner {
	background: url(../images/moving_banner.jpg) no-repeat center right;
}
.install_banner {
	background: url(../images/install_banner.jpg) no-repeat center right;
}
.contact_banner {
	background: url(../images/contact_banner.jpg) no-repeat center center rgb(54,113,207);
}
.news_banner {
	background: url(../images/newsbanner.jpg) no-repeat center right;
}
.service_banner {
	background: url(../images/service-banner.jpg) no-repeat center right;
}
.more {
	font-size: 16px;
}
.banner p {
	color: white;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 14px;
}
.about-bg {
	width: 100%;
	overflow: hidden;
}
.about-bg_col {
	height: 580px;
}
.about-bg_col2 {
	min-height: 550px;
}
.news .text {
	padding: 40px 15px;
}
.case_list .text {
	padding: 30px 40px 40px;
}
.service .text {
	padding: 45px 0;
}
.case_list .text a {
	display: block;
	height: 43px;
}
.case_list .text h2 {
	color: #cccccc;
}
.case_list .more a {
	display: block;
	margin-top: 20px;
	color: #999999;
	height: 22px;
}
.line {
	background-color: #c0153d;
	width: 73px;
	height: 3px;
}
.time strong span {
	font-size: 28px;
}
.time p {
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #333;
	text-align: center;
}
.about-bg_fiexd {
	position: relative;
}
.about-bg_fiexd_text_warp, .about-bg_fiexd_text {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1000;
	padding-left: 30px;
	padding-right: 60px;
}
.about-bg-2 .about-bg_fiexd_text_warp, .about-bg-2 .about-bg_fiexd_text {
	right: auto;
	padding-right: 0;
}
.history .text {
	padding-right: 30px;
}
.history li {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 1.6;
}
.history li:nth-child(odd) {
	margin-left: 8px;
	background: url(../images/u29.png) no-repeat right top;
	padding-right: 64px;
	text-align: left;
}
.history li:nth-child(odd) img {
	float: right;
	margin-left: 15px;
}
.history li:nth-child(even) {
	margin-left: calc(100% - 8px);
	background: url(../images/u29.png) no-repeat left top;
	padding-left: 64px;
	text-align: left;
}
.history li:nth-child(even) img {
	float: left;
	margin-right: 15px;
}
.history .col-sm-6 ul {
	border-right: 1px solid #ddd;
	margin-bottom: 60px;
}
.case_img {
	margin: 50px auto;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-column-gap: 20px;
	list-style: none;
}
.case_img div {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.case_img div div.honor-pic img {
	width: 100%;
}
.case_img div div.honor-pic {
	margin-bottom: 0;
}
.case_img div p {
	position: absolute;
	bottom: -35%;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: #c0153d;
	color: #fff;
	line-height: 1.8;
	font-size: 16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.case_img div:hover p {
	bottom: 0;
}
.honor ul {
	padding: 25px 60px;
}
.honor li {
	line-height: 36px;
}
.honor .text {
	padding: 45px 30px;
}
.contact .text {
	padding: 0 50px;
}
.service .text img {
	width: 90px;
	height: 90px;
	max-width: 90px;
}
.service .text h3 {
	margin-bottom: 5px;
}
.service_n p {
	height: 72px;
}
.form input, .form textarea {
	border: none;
	border-bottom: 1px solid #cccccc;
}
.news .text span {
	display: block;
	color: #999;
}
.btn {
	line-height: 38px;
}
.about-bg_fiexd_text {
	padding-left: 0;
}
.about-bg_fiexd_text h1 {
	margin-bottom: 10px;
}
.about-bg_fiexd_text h1 strong {
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
}
.about-bg_fiexd_text h1 span {
	font-size: 40px;
	display: inline-block;
	margin-right: 10px;
	line-height: 1.6;
	color: #333;
}
.about-bg_fiexd_text p {
	font-size: 15px;
	color: #868686;
	line-height: 1.6;
}
.about-bg_fiexd_text ul {
	padding: 0;
}
.about-bg_fiexd_text ul li {
	padding-left: 20px;
	background: url(../images/u283.png) no-repeat 5px 9px;
}
.law_info .cRed {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 40px;
}
.law_info h4 {
	margin: 17px 0 10px;
	font-size: 15px;
	color: #3b393a;
	font-weight: bold;
}
.law_info p {
	line-height: 24px;
	color: #454545;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
.white {
	color: #fff;
}
body > section {
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
}
body > section h1 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 35px;
}
body > section h2 {
	margin-bottom: 35px;
}
.mb10 {
	margin-bottom: 10px;
}
.relative {
	position: relative;
}
.contact-info-list {
	margin-top: 40px;
	margin-bottom: 70px;
}
.contact-info-list li {
	float: left;
	margin-bottom: 20px;
}
.contact-info-list li.lf{width:60%; text-align:left;}
.contact-info-list li.rl{width:40%;}
.contact-info-list li.lf h3{font-size:24px;}
.contact-info-list li.lf p{font-size:20px; line-height:28px; text-align:left; height:30px; margin:5px 0; color:#2c2925;}
.contact-info-list li.lf p i{width:32px; height:30px; display:inline-block; float:left;}
.contact-info-list li.lf p i.telIcon {
	background: url("../images/telIcon.png") no-repeat center;
}
.contact-info-list li.lf p i.mailIcon {
	background: url("../images/mailIcon.png") no-repeat center;
}
.contact-info-list li.lf p i.addIcon {
	background: url("../images/addIcon.png") no-repeat center;
}
.c-info p {
	padding: 5px 0;
	font-size: 16px;
	color: #333;
}
.c-info a {
	width: 100px;
	height: 100px;
	background-color: #c0153d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 20px;
	text-indent: -9999px;
}
.c-info .c-info-detail {
	color: #999;
	font-size: 14px;
}
.show_code img {
	width: 150px;
}
.contact-map {
	position: relative;
	height: 500px;
}
.map-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: black;
	background: rgba(0,0,0,0.7);
	vertical-align: middle;
}
.map-desc {
	display: inline-block;
	vertical-align: middle;
}
.map-desc h2, .map-desc p, .map-desc a {
	color: #fff;
}
.map-desc h2 {
	margin-bottom: 10px;
}
.vm:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 1px;
	margin-left: -1px;
	vertical-align: middle;
}
.bold {
	font-weight: 700;
}
.btn:hover, .btn:focus, .btn:active {
	color: #fff;
	background-color: #c0153d;
	border-color: #c0153d;
}
.contact-section {
	padding-bottom: 0;
	padding-top: 60px;
}
.honor .carousel-inner .col-md-4 {
	display: block;
	margin-bottom: 50px;
	cursor: pointer;
}
.honor .carousel-inner .honor-pic-thumb img {
	border: 1px solid #c9c9c9;
	padding: 5%;
	display: block;
	width: 100%;
}
.honor-pic {
	position: relative;
	margin-bottom: 15px;
}
.honor-pic .search {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(192,21,61,0.9);
}
.honor-pic .search img {
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -32px;
}
.honor-pic .search span {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 40%;
	margin-top: 10px;
	color: white;
	padding-top: 40px;
	background: url(../images/bigimg.png) no-repeat top center;
}
.honor .carousel-inner .col-md-4:hover .search {
	display: block;
}
.honor-big-bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 99;
}
.honor-big-pic {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 700px;
	margin-left: -450px;
	margin-top: -350px;
	text-align: center;
	z-index: 99;
}
.honor-big-pic img {
	max-width: 100%;
	width: auto;
}
.honor .carousel-indicators {
	bottom: 0;
}
.honor .carousel-indicators li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-indent: 0;
}
.honor .carousel-indicators li.active, .honor .carousel-indicators li:hover {
	background-color: #c0153d;
	color: white;
}
.about-con p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 15px;
}
.about-con img {
	max-width: 100%;
}
.product-details {
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}
.product-details ul {
	width: 100%;
	height: auto;
	display: inline-block;
}
.product-details p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.product-details h2, .product-details h3 {
	font-size: 28px;
	line-height: 1.8;
	color: #666;
}
.product-details li {
	padding: 0;
}
.product-details h3 {
	padding-bottom: 10px;
	border-bottom: #c0153d solid 3px;
	width: 100%;
}
.product-details td {
	text-align: center;
	font-size: 15px;
	padding: 5px 0;
}
.product-details th {
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
}
.product-details table tr:nth-of-type(1), .product-details table tr:nth-of-type(3), .product-details table tr:nth-of-type(4), .product-details table tr:nth-of-type(7), .product-details table tr:nth-of-type(8) {
	background: #fff;
}
.product-details table {
	border-bottom: #999 solid 1px;
}
@media (max-width:991px) {
.index_pro h2 {
	margin-top: 65px;
}
}
@media (max-width:1500px) {
.index_pro {
	background: url(../images/index_pro_bg.jpg) no-repeat center top;
	background-size: auto auto;
	height: 600px;
	background-size: cover;
}
.index_pro h2 {
	margin-top: 120px;
}
}
@media (max-width:1199px) {
 .service_n .col-sm-6:child(2n+1) {
clear:both;
background:#f00;
}
.index_pro p {
	margin-right: 0;
}
.index_banner_box h1 {
	font-size: 46px;
}
.container {
	width: 98%;
}
.index_banner_box h2 {
	padding-top: 20%;
}
.index_solution_lanhai p {
	height: 70px;
	overflow: hidden;
}
.index_pro {
	height: 500px;
}
.index_pro h2 {
	margin-top: 100px;
}
}
 @media (max-width:991px) and (min-width:768px) {
.case_img {
	margin: 30px auto;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
}
@media (max-width:767px) {
.case_img {
	margin: 20px auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.case_img div p {
	bottom: 0;
}
.history li:nth-child(even) {
	margin-left: 8px;
	background: url(../images/u29.png) no-repeat right top;
	padding-right: 64px;
	text-align: right;
}
.history li:nth-child(even) img {
	float: right;
	margin-left: 15px;
}
body {
	padding-top: 0;
}
.index_banner_box h2 {
	padding-top: 20%;
}
.about-bg_fiexd_text_warp, .about-bg_fiexd_text, .about-bg-2 .about-bg_fiexd_text_warp, .about-bg-2 .about-bg_fiexd_text {
	position: static;
	z-index: 1000;
	padding: 0;
}
.about-bg_fiexd_text h1, .about-bg_fiexd_text h3 {
	color: #fff;
	text-align: center;
}
.index_case .col-xs-12, .media_text .col-xs-12, .history .col-xs-12, .history li, .service .col-xs-6 {
	margin-bottom: 20px;
}
.tab-content .mt65 {
	margin-top: 0;
}
.index_case, .index_pro, .banner, .case_list, .text-center_h1, .tab-content, .media_text, .history {
	text-align: center;
}
.case_list .col-xs-12 {
	background: #f3f3f3;
}
.news img {
	margin-left: auto;
	margin-right: auto;
}
.history .text {
	padding-right: 0;
}
.breadcrumb {
	padding: 8px 0;
}
.index_banner_box {
	width: 100%;
	margin: 0 auto;
}
h2 {
	font-size: 18px;
}
.index_banner_box h2, .index_banner_box p, .h3 {
	font-size: 16px;
}
.index_banner_box h1 {
	font-size: 20px;
	font-weight: bold;
}
.banner h1, h1 {
	font-size: 22px;
}
.paddingtop80 {
	padding-top: 40px;
}
.pt130 {
	padding-top: 60px;
}
.paddingbottom80 {
	padding-bottom: 40px;
}
.mt26 {
	margin-top: 15px;
}
.mt45 {
	margin-top: 20px;
}
.mt65 {
	margin-top: 35px;
}
.mb20, .news_text p, h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 15px;
}
.mb65 {
	margin-bottom: 30px;
}
.mb80 {
	margin-bottom: 40px;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
.index_pro h2 {
	font-size: 20px;
	text-align: left;
}
.index_pro p {
	text-align: left;
}
.index_pro .more {
	margin-top: 20px;
	margin-bottom: 20px;
}
.about-bg_fiexd_text h2 {
	color: white;
}
.map-mask {
	width: 100%;
}
.index_pro {
	height: 330px;
	background: url(../images/index_phone_bg.jpg) no-repeat left top;
	background-size: cover;
}
.index_pro p.text {
	display: none;
}
.index_banner_box {
	height: 350px;
	width: auto;
}
.about_banner {
	background: url(../images/ghjj.png);
	background-size: cover;
}
.honor_banner {
	background: url(../images/factory_phone_banner.jpg);
	background-size: cover;
}
.cases_banner {
	background: url(../images/cases_phone_banner.jpg);
	background-size: cover;
}
.pro_banner {
	background: url(../images/product_phone_banner.jpg);
	background-size: cover;
}
.technique_banner {
	background: url(../images/technique_phone_banner.jpg);
	background-size: cover;
}
.service_banner {
	background: url(../images/service_phone_banner.jpg);
	background-size: cover;
}
.contact_banner {
	background: url(../images/contact_phone_banner.jpg);
	background-size: cover;
}
.culture_banner {
	background: url(../images/culture_phone_banner.jpg);
	background-size: cover;
}
.responsibility_banner {
	background: url(../images/responsibility_phone_banner.jpg);
	background-size: cover;
}
.car-elevator_banner {
	background: url(../images/car-elevator_phone_banner.jpg);
	background-size: cover;
}
.sightseeing_banner {
	background: url(../images/sightseeing_phone_banner.jpg);
	background-size: cover;
}
.home_banner {
	background: url(../images/home_phone_banner.jpg);
	background-size: cover;
}
.hospital_banner {
	background: url(../images/hospital_phone_banner.jpg);
	background-size: cover;
}
.sundries_banner {
	background: url(../images/sundries_phone_banner.jpg);
	background-size: cover;
}
.freight_banner {
	background: url(../images/freight_phone_banner.jpg);
	background-size: cover;
}
.escalator_banner {
	background: url(../images/escalator_phone_banner.jpg);
	background-size: cover;
}
.moving_banner {
	background: url(../images/moving_phone_banner.jpg);
	background-size: cover;
}
.news_banner {
	background: url(../images/news_phone_banner.jpg);
	background-size: cover;
}
.install_banner {
	background: url(../images/install_phone_banner.jpg);
	background-size: cover;
}
install_banner h1 {
	font-size: 24px;
}
.service_nr3_content {
	padding: 0 15px;
}
.service_nr2 .col-md-6 {
	padding: 0 30px;
}
.contact-map {
	display: none;
}
}
@media (max-width:567px) {
.index_banner_box h2 {
	padding-top: 10%;
}
 [class*="col-xs-"] {
padding-left:5px!important;
padding-right:5px!important;
}
.mb30 {
	margin-bottom: 10px;
}
.index_banner_box {
	height: 200px;
	width: auto;
}
.index_banner_box p {
	font-size: 14px;
}
.banner {
	padding: 40px 0 10px;
}
.banner .text {
	padding: 15px;
}
.index_pro h2 {
	font-size: 16px;
	margin-top: 50px;
}
.index_pro .more {
	width: 80px;
	font-size: 14px;
	line-height: 1.8;
}
}
@media (max-width:413px) {
.index_pro {
	height: 300px;
}
.index_pro .text {
	display: none;
}
.index_solution .col-xs-6 {
	width: 100%;
}
}
@media (max-width:767px) {
#content .mt65 {
	margin-top: 55px;
}
#content .col-xs-12 h3 {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
}
.case_list .item img, #content .case_list img {
	width: 100%;
	margin: 0;
}
.case_list .carousel-indicators li {
	width: 11px;
	height: 11px;
	background: url(../images/dot.png) center center no-repeat;
	border: none;
	border-radius: 0;
	background-color: transparent;
	margin: 0;
}
.case_list .carousel-indicators li+li {
	margin-left: 7px;
}
.case_list .carousel-indicators .active {
	background-image: url(../images/dot_active.png);
	width: 11px;
	height: 11px;
}
#content .container:nth-child(2) {
	background-color: #f6f6f6;
}
#content .container:nth-child(2) h3 {
	padding-top: 46px;
}
#content .col-xs-3 {
	width: 100%;
	padding: 0;
}
#content .col-xs-3 img {
	width: 100%;
	margin-top: 0;
	margin-bottom: 13px;
}
#content .case_list .col-xs-12 {
	background-color: #fff;
}
#content .border-bottom {
	border-bottom: none;
}
#content .col-xs-12 h3 strong {
	font-weight: 300;
}
#content .border-bottom .line {
	display: none;
}
}
