@charset "utf-8";
/* CSS Document */
.main-header {
	width: 62.5%;
	min-width: 800px;
 	height:250px;
  min-height:250px;
	margin: 0 auto 20px auto;
	border: none;
}
.main-header img {
	display: block;
	width: 100%;
	min-width: 800px;
 	height:250px;
 	min-height:250px;
}
.main-footer {
	width: 62.5%;
	min-width: 800px;
	margin: 20px auto;
}
.main-footer img {
	display: block;
	width: 100%;
	min-height: 110px;
	min-width: 800px;
 
}
.main {
	width: 62.5%;
	min-width: 800px;
	height: auto;
	margin: 20px auto;
}
.main .main-left {
	float: left;
	width: 26%;
	min-width: 208px;
	margin-bottom:20px;
}
.main .main-left .menu-header {
	width: 100%;
	height: 45px;
	background-image: url(../img/fl_top.jpg);
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 15px 0 15px 25px;
}
.main .main-left .menu-header .menu-header-txt {
	
	font-size: 14px;
	line-height: 16px;
	color: #EEE;
}
/*左侧菜单*/
.sidebar-menu {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
/*一级菜单*/
.menu-first {
	color: #222;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-image: url(../img/fl_mx2.jpg);
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.menu-first img {
	margin: 0 5px 3px 3px;
	width: 20px;
	height: 17px;
}
.menu-first-border {
	border-bottom: 1px solid #444;
}
.menu-first.active {
	background-image: url(../img/fl_mx1.jpg);
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
/*一级菜单鼠标划过状态*/
.menu-first:hover {
	color: #03D;
	text-decoration: none;
	background-color: #d6d4d5;
	border-top: 1px solid #b7b7b7;
}
.menu-first:link {
	color: #222;
	text-decoration: none;
}
.menu-first:active {
	color: #222;
	text-decoration: none;
}
.menu-first:visited {
	color: #222;
	text-decoration: none;
}
/*二级菜单*/
.menu-second li {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	backgroung-color: #EEE;
}
/*二级菜单*/
.menu-second li a {
	color: #111;
	height: 25px;
	line-height: 25px;
	backgroung-color: #EEE;
	font-size: 12px
	text-align: left;
}
/*二级菜单鼠标划过样式*/
.menu-second li a:hover {
	text-decoration: none;
	color: #111;
	backgroung-color: #EEE;
}
/*二级菜单选中状态*/
.menu-second-selected {
	background-color: #66c3ec;
	height: 31px;
	line-height: 31px;
	
	text-align: left;
}
/*覆盖bootstrap的样式*/
.nav-list, .nav-list li a {
	padding: 0px;
	margin: 0px;
}
.main .main-left .menu-footer {
	width: 100%;
	height: auto;
	background-color: #DADADA;
	margin: 10px auto;
	text-align: center;
}
.main .main-left .menu-footer p {
	padding: 10px 10px 10px 25px;
	text-align: left;
	width: 100%;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.main .main-left .menu-footer img {
	width: 100%;
	min-height: 185px;
	border:none;
	background-color:#EEE;
	text-align:center;
}
.main .main-left .menu-footer .advice-product {
	width: 100%;
	min-height: 185px;
	border:none;
	background-color:#EEE;
	margin-top:5px;
	text-align:center;
}
.main .main-left .menu-footer .advice-product img {
	margin:auto;
	display:block;
}
.main .main-left .menu-footer .advice-product .item {
	text-align:center;
	height:185px;
}
.main .main-left .menu-footer .advice-product .carousel-indicators {
	bottom:0;
	margin-bottom:0;
	width:80%;
	text-align:right;
}
.main .main-left .menu-footer .advice-product .carousel-indicators li{
	padding:2px 10px;
	width:20px;
	height:10px;
	opacity:1;
	border-radius:0;
	background-color: #222;
	color:#000;
}
.main .main-left .menu-footer .advice-product .carousel-indicators li.active{
	background-color:#F03;
}
.main .main-content {
	margin: 0 0 20px 20px;
	width: 71.5%;
	min-width: 570px;
	height: auto;
	float: left;
}
.main .main-content .location {
	width: 100%;
	height: auto;
	border-style: outset;
	border-bottom: 1.5px solid #AAA;
	border-left: 5px solid #AAA;
	border-right: 5px solid #AAA;
	margin-bottom: 20px;
}
.main .main-content .location p {
	padding-left: 5px;
	text-wrap: normal;
	line-height: 14px;
	font-size: 12px;
	color: #333;
}
.main .main-content .location p a {
	color: #333;
}
.main .main-content .location p a:hover {
	color: #F03;
}
.main .main-content .name {
	margin: 20px auto 10px 5px;
	line-height: 16px;
	width: 100%;
	min-width: 500px;
	border-bottom: 1px solid #AAA;
	font-size: 16px;
	color: #005;
	font-weight: bold;

}
.main .main-content .product-desc {
	width: 100%;
	margin: 20px 0;
	height: auto;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}
.main .main-content .product-desc p {
	word-wrap: break-word;
	margin: 0;
	font-size: 12px;
	text-wrap: normal;
	line-height: 20px;
}
.main .main-content .product-desc p.wrap {
	margin-bottom: 10px;
}
.main .main-content .product-desc-pic {
	width: 280px;
	height: 380px;
}
.main .main-content .product-list {
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.main .main-content .product-list .product-item-div {
	margin-bottom: 10px;
	width: 100%;
}
.main .main-content .product-list .product-item-div .space{
	margin-right: 1.6%;
}
.main .main-content .product-list .product-item-div .product-item {
	width: 49%;
	background-color: #EEE;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}
.main .main-content .product-list .product-item-div .product-item .product-img{
	width: 99%;
	margin: 5px auto;
}
.main .main-content .product-list .product-item-div .product-item .product-img img {
	width: 100%;
	height: 200px;
	margin: 5px auto;
}
.main .main-content .product-list .product-item-div .product-item .product-name {
	font-size: 12px;
	color: #03F;
	text-align: center;
}
.main .main-content .product-list .product-item-div .product-item .product-info {
	font-size: 12px;
	color: #03F;
}
.main .main-content .product-list .product-page {
	width: 100%;
	height: auto;
}
.main .main-content .product-list .product-page ul {
	text-align: center;
	width: 100%;
	list-style: none;
}
.main .main-content .product-list .product-page ul li {
	width: 7%;
	min-width: 35px;
	text-align: center;
	margin: 0;
	float: left;
	padding: 0;
	
}
.main .main-content .product-list .product-page ul li a {
	width: 100%;
	min-width: 35px;
	margin: 0;
	font-size: 12px;
	padding: 5px 0;
	text-wrap: none;
}

.news-company {
	width: 85%;
	font-size: 12px;
	color: #222;
}
.news-font {
	width: 100%;
	font-size: 12px;
	color: #222;
	line-height: 20px;
}
.news-img {
	width: 85%;
	height: 200px;
}
.news-img img {
	width: 100%;
	height: 200px;
}
.newslist {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.newslist ul {
	width: 100%;
	list-style: none;
	
}
.newslist ul li {
	width: 100%;
	min-height: 30px;
	line-height: 20px;
	padding: 5px 0;
	border-bottom: 1px dashed #111;
}
.newslist ul li .fl{
	width: 84%;
	text-align: left;
	font-size: 12px;
	color: #222;
}
.newslist ul li .fr{
	width: 16%;
	text-align: right;
	font-size: 12px;
	color: #222;
}
.newslist a {
	text-decoration: none;
}
.newslist a:link {
	text-decoration: none;
}
.newslist a:visited {
	text-decoration: none;
}
.newslist a:hover {
	text-decoration: none;
	color: #F00;
}
.newslist a:active {
	text-decoration: none;
	color: #222;
}
.cominfo {
	width: 90%;
	min-width: 450px;
	margin: 5px auto;
}
.cominfo .cominfo-font {
	text-indent: 2em;
	line-height: 20px;
	font-size: 12px;
	word-wrap: break-word;
	margin-bottom: 10px;
}
.cominfo-culture-head {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #09C;
	font-weight: 500px;
}
.cominfo-framework-img {
	width: 98%;
	height: 450px;
	margin: 10px auto;
}
.cominfo-quality-img {
	width: 100%;
	height: 140px;
	margin: 2px auto;
}
.service {
	width: 100%;
	min-width: 500px;
	padding-left: 20px;
}
.service .service-header {
	width: 100%;
	height: 40px;
	font-size: 1.8em;
	font-weight: bold;
	color: #F60;
}
.service .service-img {
	float: right;
	width: 35%;
	min-width: 180px;
	height: 295px;
}
.service .service-head {
	font-size: 1.2em;
	font-weight: 500;
	color: #000;
	line-height: 1.2em;
}
.service .service-font {
	font-size: 1.1em;
	line-height: 1.1em;
	text-indent: 2em;
	margin-bottom: 5px;
	color: #222;
	word-wrap: break-word;
}
.btn-down {
	width: 10%;
	min-width: 50px;
	float: left;
	height: 26px;
	display: block;
	text-align: center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#00448F;
	font-size: 0.9em;
	color: #FFF;
	text-decoration:none;
	margin: 0 auto;
}
.market {
	width: 100%;
}
.market .market-img {
	width: 98%;
	height: 300px;
	margin-bottom: 10px;
}
.text-indent{
		text-indent: 2em;
}
.line-height {
	line-height: 2.3em;
}
.market .market-font {
	font-size: 12px;
	width: 100%;
}
.hrdiv {
	width: 99%;
	margin: 10px auto;
}
ul.hr {
	margin-left: 25px;
}
ul.hr li {
	font-size: 12px;
	line-height: 2em;
	height: 25px;
}
.hr-img {
	width: 100%;
	height: 270px;
}
.hr-connect {
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
}
.connect-com {
	width: 45%;
	min-width: 225px;
	height: 240px;
	float: left;
}
.connect-div {
	padding-left: 5px;
	float: left;
	width: 54%;
	min-width: 260px;
	height: 240px;
	font-size: 12px;
	display: block;
}
.connect-div p {
	line-height: 14px;
}
.connect-item-div {
	height: 150px;
	width: 100%;
}
.connect-item {
	margin-right: 5px;
	padding: 5px;
	float: left;
	width: 32.3%;
	min-width: 160px;
	height: 150px;
}
.connect-img {
	width: 100%;
	height: 120px;
}
.connect-img-desc {
	margin-top: 5px;
	padding: 0 auto;
	text-align: center;
	width: 100%;
	height: 25px;
	font-size: 12px;
	line-height: 20px;
}
