﻿@charset "utf-8";
/* CSS Document */
html {
	font-family: sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	margin:0 auto;
	padding:0;
	font-size:14px;
	color: #333;
	font-family:microsoft , "Helvetica Neue", yahei , Arial, Helvetica, sans-serif;
	line-height:20px;
	background-color: #fff;
	-webkit-text-size-adjust:none;
	}
a {
	background-color: transparent;
	color: #337ab7;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0
}
a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
img {
	border: 0;
	vertical-align: middle
}
p {
	margin: 0 0 10px
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}

/*----bootstrap_css_begin----*/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(glyphicons-halflings-regular.eot);
	src: url(glyphicons-halflings-regular.eot) format('embedded-opentype'), url(glyphicons-halflings-regular.woff2) format('woff2'), url(glyphicons-halflings-regular.woff) format('woff'), url(glyphicons-halflings-regular.ttf) format('truetype'), url(glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-md-3, .col-md-4, .col-md-9, .col-xs-6{
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px
}
.col-xs-6{
	float: left
}
.col-xs-6 {
	width: 50%
}

@media (min-width:992px) {
.col-md-3, .col-md-4, .col-md-9 {
	float: left
}
.col-md-9 {
	width: 75%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none!important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
}

@media (min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
}
/*----bootstrap_css_over----*/

main{
	clear:both;
	display: block;
}
.clearfloat{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:0;
	line-height:0;
}
.main_title3{
	clear: both;
	padding: 20px 0 5px;
	line-height: 40px;
}
.main_title3 strong{
	display: inline-block;
	font-weight: normal;
	color: #ef1b3e;
	padding: 0 10px 0 0;
	font-size: 20px;
}

.sub_nav{
	clear:both;
	padding:20px 0 0;
	margin: 0 -5px;
	}
.sub_nav ul{
	margin:0;
	}
.sub_nav li{
	clear:none;
	line-height:50px;
	font-size:16px;
	width:50%;
	float:left;
	padding: 0 5px 10px;
	}
.sub_nav li a{
	display:block;
	padding:0 10px;
	color:#333;
	text-align: center;
	background:#f1f1f1;
	-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */
	}
.sub_nav li a:hover{
	background:#f7f7f7;
	color:#333;
	}
.sub_nav li .hover{
	background:#ef1b3e;
	color:#fff;
	}
.sub_nav li .hover:hover{
	background:#ef1b3e;
	color:#fff;
	}
.sub_nav li ul{
	display: none;
}
@media (min-width:768px){
.sub_nav{
	clear:both;
	padding: 0;
	}
.sub_nav li{
	clear:both;
	width:100%;
	line-height:50px;
	font-size:16px;
	margin-bottom: 5px;
	border: 0;
	padding-bottom: 0;
	}
.sub_nav li a{
	display:block;
	padding:0 15px;
	color:#333;
	text-align: left;
	-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */
	background: url(index_28.png) 95% center no-repeat #f1f1f1;
	}
.sub_nav li a:hover{
	background: url(index_28.png) 95% center no-repeat #f7f7f7;
	color:#333;
	}
.sub_nav li .hover{
	background: url(index_16.png) 95% center no-repeat #ef1b3e;
	color:#fff;
	}
.sub_nav li .hover:hover{
	background: url(index_16.png) 95% center no-repeat #ef1b3e;
	color:#fff;
	}
	
.sub_nav li ul{
	margin: 0;
	padding-top: 5px;
	display: block;
	-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */
}
.sub_nav li li {
	margin-bottom: 3px;
	clear: both;
	float: none;
	padding: 0;
}
.sub_nav li li a {
	clear: both;
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color:#666;
	font-size:14px;
	padding:0 10px 0 25px;
	text-align:left;
	background:url(position_line.gif) 10px no-repeat #f9f9f9;
}
.sub_nav li li a:hover {
	color:#333;
	background:url(position_line.gif) 10px no-repeat #eee;
}
.sub_nav li  li a.hover {
	color:#fff;
	background:url(position_linex.gif) 95% no-repeat #888;
	padding: 0 10px;
}
.sub_nav li  li a.hover:hover {
	color:#fff;
	padding: 0 10px;
	background:url(position_linex.gif) 95% no-repeat #888;
}
}
	
.sub_left{
	}
.sub_right{
	padding-top: 15px;
	}
@media (min-width:768px){
.sub_left{
	padding-top:30px;
	padding-right:30px;
	}
.sub_right{
	padding-top:30px;
	padding-right:0;
	}
}

.sub_guide_bg{
	border-bottom: 1px solid #ddd;
}
.sub_guide{
	line-height:30px;
	text-align:left;
	padding:10px 0;
	}
.sub_guide a{
	display:inline-block;
	padding:0 5px;
	color: #666;
	}
.sub_guide_title{
	float:none;
	font-size:24px;
	color:#333;
	}
@media (min-width:768px){
.sub_guide{
	line-height:56px;
	clear:both;
	text-align:right;
	}
.sub_guide_title{
	float:left;
	font-size:24px;
	}
}
.sub_content {
	clear: both;
	min-height: 400px;
	_height: 400px;
	_overflow: visible;
	line-height:24px;
}
.sub_content {
	clear: both;
}
.sub_content img,.pro_d_content img{
	margin:0 auto;
	max-width: 93%;
}

.left_news{
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */
}
.left_news li{
	clear: both;
	background: url(index_28.png) left no-repeat;
	padding: 0 0 0 10px;
}
.left_news ul{
	margin: 0;
}
.left_news li a{
	color: #666;
	line-height: 20px;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}

.case_list ul{
	clear: both;
	margin-bottom: 0;
}
.case_list li span{
	display: block;
	text-align: center;
	overflow: hidden;
}
.case_list li span img{
	display:block;
	width:100%;
	height: 183px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
	}
.case_list li span img:hover{
	-webkit-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    transform:scale(1.05,1.05);
	}
@media screen and (max-width: 400px) {
    .case_list li span img {
        height:auto;
    }
}
.case_list li p{
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}
.case_list li a{
	color: #333;
}
.case_list li a:hover{
	color: #ef1b3e;
}
.height20{
	height:20px;
	line-height:0;
	font-size:0;
	clear:both;
}
.page{
	clear:both;
	text-align:center;
	line-height:36px;
	}
.page span{
	display:inline-block;
	padding:0 8px;
	margin:3px;
	}
.page a{
	display:inline-block;
	border:1px solid #ddd;
	background:#fafafa;
	padding:0 15px;
	margin:3px;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */
	}
.page a:hover{
	border:1px solid #ddd;
	background:#f1f1f1;
	color:#333;
}