body {
	font-family: "微软雅黑";
}

.bodytitle {
	line-height: 30px;
	background: #f5f5f5;
	color: #5a5a5a;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		padding: 0px;
	}
}

.container {
	
	
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

.bodytitle img {
	position: relative;
	top: -2px;
}

.red {
	color: #da251c;
}

.navbar {
	margin-bottom: 0px;
}

.logotitle {
	font-size: 16px;
}

.logotitle .red {
	font-size: 20px;
	font-weight: bold;
}

.nav-blue {
	background: #0997bb;
	color: #fff;
	height: 50px;
	overflow: hidden;
}

#aksk a
{ font-weight:bold;}

.nav-blue a {
	color: #fff;
}

.navbar-nav {
	width: 100%;
	font-size: 16px;
}

.navbar {
	border-radius: none;
	border: none;
}

.navbar-nav li {
	width: 9.4%;
	text-align: center;
	position: relative;
}

.navbar-nav>li>a:hover,.navbar-nav>li>a:focus {
	background: #bad97a;
}

.navbar-nav>li.active {
	background: #bad97a;
}

.btn-default {
	background: #018c97;
	color: #fff;
}

.btn-default:hover {
	background: #0997bb;
	color: #fff;
}

.main1 {
	background: #f5f5f5;
}

.main1-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom:20px;
}

.main1-title .left {
	border-left: 5px solid #018C97;
	margin-top: 8px;
	padding-left: 10px;
	font-size: 20px;
}

.main1content {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.main1content ul {
	float: left;
	padding: 0px;
}

.main1content li {
	float: left;
	margin: 0 11px;
	display: inline;
	width: 148px;
	overflow: hidden;
}

.main1content ul a {
	width: 180px;
	height: 80px;
	display: block;
	text-align: center;
}

.main1content ul a img {
	width: 170px;
	height: 50px;
}
.main2{
	margin-top:30px;
}
.main2 .thumbnail img{
	width:192px;
	height:192px;
}
.main2-search {
	font-size: 0px;
}

.main2-search .btn-info {
	width: 86px;
	border-radius: 0px;
	line-height: 28px;
	background: #24B7C0;
	top:0px;
}

.main2-search input {
	width: 170px;
	height: 42px;
	border: none;
	border: 1px solid #24b7c0;
	font-size: 14px;
	position: relative;
	top:5px;
}

.main2 .colleft{
	padding-right: 36px;
}

.main2-left {
	margin-top: 20px;
	background: #f5f5f5;
	padding-bottom: 10px;
}

.main2-left>div {
	background: #fff;
	padding: 15px;
	margin: 12px;
	padding-top:0px;
}
.list-group{
	padding-top:15px;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	
}

.list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #a4ca54;
    border-color: #a4ca54;
    padding-left:20px;
}
.list-group-item {
    border: none;
    margin-bottom: 0px;
    border-bottom: 1px dashed #ccc;
    padding-left:30px;
}
.list-group-item  span{
	padding-left:10px;
}
.list-group-item.active span{
	border-left:3px solid #fff;
}
.main2-left-concat{
	margin-top:26px;
}
.main2-left-concat>div{
	padding:10px;
	background:#f5f5f5;
}
.main2-left-concat>div span{
	display: block;
	line-height: 30px;
	font-size: 14px;
}
.main2-left-concat>img,.main2-left>img{
	width:257px;
	height:auto;
}
.main2right-title{
	margin-top: 10px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom:12px;
}
.main2right-title .left {
	border-left: 5px solid #018C97;
	padding-left: 10px;
	margin-top:8px;
}
.main2-right .row{
	text-align: center;
}
.main2-right .thumbnail{
	border:none;
	margin-top:14px;
}
.main2-right .thumbnail img:nth-child(1){
	border:2px solid #0997BB;
	
}
.main2-right .thumbnail img{
	transition:all 0.5s;
}
.main2-right .thumbnail img:hover{
	transform: scale(1.1);
}
.main2-right .thumbnail img:nth-child(3){
	border:1px solid #ddd;
	
}
.main3{
	margin-top:30px;
}
.main3 img{
	width:100%;
	height:auto;
}
.main3 .media-left{
	display: inline-block;
	width:80px;
	background:#f5f5f5;
	text-align: center;

}

.bold{
	font-weight: bold;
}
.main3right{
	overflow: hidden;
	margin-bottom: 28px;
}
.main3right>.left:nth-child(1){
	width:80px;
	background:#f5f5f5;
	text-align: center;
    line-height: 34px;
    padding:5px;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
}
.main3right>.left:nth-child(1):hover{
	background:#0997bb !important;
	color:#fff;
}
.main3right>.left:nth-child(1)>div:nth-child(2){
	font-weight: bold;
	font-size: 22px;
}
.main3right>.left:nth-child(2){
	width:575px;
	margin-left:30px;
}
.main3right{
	color:#666;
	
}
.main3right .bold{
	font-weight: normal;
	color:#222;
	margin-bottom:10px;
}
.main3-more{
	color:#0997BB;
	border:2px solid #0997BB;
	text-align: center;
	display: block;
	margin:30px auto;
	width:200px;
	line-height: 46px;
	border-radius: 26px;
	text-decoration: none;
	transition: 0.5s;
	cursor: pointer;
}
.main3-more:hover{
	color:#fff;
	background:#0997BB;
	text-decoration: none;
	box-shadow: 0px 0px 5px #018C97;
}
footer{
	background:#24b7bf;
	border-top:2px solid #06878d;
	margin-top:20px;
	padding-top:50px;
	
}
footer p{
	color:#4eebf4;
	line-height: 26px;
}
footer .col-md-2{
	border-right:1px solid #26bcc5;
	text-align: center;
}
footer .col-md-2 div{
	font-size: 18px;
	color:#fff;
	margin-bottom: 20px;
}
footer .col-md-6{
	color:#fff;
	padding-left:50px;
	padding-right: 20px;text-align: center;
}
footer .col-md-6>span{
	display: block;
	text-align: left;
	margin-bottom: 20px;
	margin-left:20px;
	font-size: 18px;
}
footer .col-md-4>div{
	margin-top:20px;
	
}
footer .container-fluid{
	margin-top:50px;
	background:#06878d;
	color:#fff;
	text-align: center;
	line-height: 50px;
}
footer .container-fluid a{
	color:#fff;
}

.product,.news{
	width:1200px;
	margin:20px auto;
}

.productbanner img{
	height:500px !important;
	width:100% !important;
}
.protitle{
	line-height: 40px;
	font-size: 18px;
	background:#0997BB;
	color:#fff;
	box-shadow: 0px 0px 5px #018C97;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom: 20px;
}
.protitles{
	line-height: 30px;
	font-size: 18px;
	background:#f2f2f2;
	color:#333;
	box-shadow: 0px 0px 5px #ddd;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom: 20px;
}
.protitle .right{
	font-size: 14px;
}
.procheck a{
	display: inline-block;
	width:110px;
	text-align: center;
	background:#f2f2f2;
	color:#333;
	border-radius: 6px;
	line-height: 30px;
	margin:10px;
	transition:0.5s
}
.procheck a:hover{
	background:#06878D;
	color:#fff;
	text-decoration: none;
}
.procheck{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.procontent{
	margin-top:20px;
}
.procontent .thumbnail{
	transition: 0.5s;
	height:395px;
}
.procontent .thumbnail:hover{
	box-shadow: 0px 0px 8px #ccc;
	position: relative;
	transform: scale(1.1);
}
.procontent .thumbnail img{
	
	
}
.newscontent{
	padding:20px;
}
.prodecontent img{
  max-width: 100%;
  height:auto;	
}
.prodecon-right{
	line-height: 30px;
}
.prodes{
	padding:20px;
}
.m2imgss{
	width:192px;
	height:50px !important;
}

.main2 .thumbnail .caption{
	height:60px;
}
.leftcheck{
	width:30px;
	height:72px;
	border:1px solid #ccc;
	text-align: center;
	position:absolute;
	left:10px;
	
}
.rightcheck{
	width:30px;
	height:72px;
	border:1px solid #ccc;
	text-align: center;
	position:absolute;
	right:10px;
	top:0px;
}
.leftcheck>span{
	border-top:2px solid #666;
	border-left:2px solid #666;
	transform: rotate(-45deg);
	display: inline-block;width:20px;height:20px;
	position: absolute;
	top:24px;
	left:8px;
}
.rightcheck>span{
	border-top:2px solid #666;
	border-right:2px solid #666;
	transform: rotate(45deg);
	display: inline-block;width:30px;height:30px;
	position: absolute;
	top:24px;
	right:8px;
}
.proxtuu{
	overflow: hidden;
	height:100px;
	position: relative;
	margin-top:10px;
}
.proxtu{
	width:76%;
	margin:0px auto;
	height:100px;
	overflow: hidden;
	position: relative;
}
.proxtus{
	width:2000px;
	position: absolute;
	left:0px;
	top:0px;
}
.proxtus-de{
	display: inline-block;
	width:120px;
	height:80px;
}



.hkmain1{
	overflow: hidden;
	border:1px solid #ccc;
    padding:10px 0px;
    border-radius: 10px;
}
.hkmain1 .left{
	border-right:1px solid #ccc;
	width:350px;
	height:150px;
	text-align: center;
	
}
.hkmain1 .left img{
	display: block;
	margin:auto;
	margin-top:24px;
	
}
.hkmain1 .right{
	text-align: left;
	padding:0px 20px;
}

.hkm1contents a{
	display: inline-block;
	width:100px;
	margin:10px;
	padding: 0px;
    line-height: 30px;
}
.hkm2title{
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.hkmain2{
	margin-top:20px;
	
}
  .hkm2title span{
	border-left: 5px solid #018C97;
    padding-left: 10px;
}  
.hkm2de{
	border: 2px solid #0997BB;
    width: 100%;
    height: 170px;
    text-align: center;
    margin-bottom:10px;
    margin-top:30px;
}
.hkm2content a{
	text-align: center;
	color:#333;
	
}
.abouttitle{
	border:none;
}
