@charset "utf-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background: #f4f4f4;
}
.bg{
	background: #ffffff;
}
a:hover,
a:active {
  color: #0070b9;
}
::selection {
  background: #0070b9;
  color: #fff;
}
::-moz-selection {
  background: #0070b9;
  color: #fff;
}
@media (max-width: 319px) {
  html {
    background: #0070b9 url(../images/displayNone.png) center center no-repeat;
  }
  body {
    display: none;
  }
}
.wx-QR{display: none; position: absolute; top: 30px; left: -110px; z-index: 99999;}
header {
  border-bottom: solid 3px #dddddd;
  background: #fff;
}
@media (min-width: 768px) {
  header {
    border-bottom-width: 6px;
    position: relative;
    z-index: 99999;
  }
}
header .container {
  position: relative;
}
header .logo {
  width: 97px;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  float: left;
}
@media (min-width: 768px) {
  header .logo {
    width: 194px;
    margin-left: 0;
  }
}
@media (min-width: 1230px) {
  header .logo {
    padding-top: 10px;
  }
}
header .logo images {
  width: auto;
  max-width: 100%;
}
.header-r {
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .header-r {
    margin-top: 50px;
    margin-right: 0px;
  }
}
@media (min-width: 1230px) {
  .header-r {
    margin-top: 24px;
    margin-right: 0px;
  }
}
.header-r .header-box {
  line-height: 30px;
  float: left;
  margin-top: 5px;
}
.header-r .header-box a {
  float: left;
  margin-right: 10px;
  position: relative;
}
.header-r .header-box a.vip i {
  background: url(../images/topIco_01.jpg) center center no-repeat;
  margin-right: 5px;
}
.header-r .header-box a.vip span {
  float: left;
  color: #666666;
}
.header-r .header-box a.wx i {
  background: url(../images/topIco_02.jpg) center center no-repeat;
}
.header-r .header-box a.wb i {
  background: url(../images/topIco_03.jpg) center center no-repeat;
}
.header-r .header-box a:hover i {
  border-color: #0070b9;
}
.header-r .header-box a:hover span {
  color: #0070b9;
}
.header-r .header-box a i {
  border: 1px solid #dddddd;
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header-r .search-box {
  display: none;
  float: left;
  height: 30px;
  width: 160px;
  overflow: hidden;
  margin-top: 5px;
  margin-right: 80px;
  position: relative;
  border: solid 1px #dddddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.header-r .try-product {
  display: none;
  float: left;
  height: 30px;
  width: 160px;
  overflow: hidden;
  margin-top: 5px;
  margin-right: 10px;
  position: relative; background:#F00; color:#FFF
 
}
@media (min-width: 768px) {
  .header-r .search-box {
    display: block;
  }
}
.header-r .search-box.on {
  display: block;
  margin-top: 0;
  position: absolute;
  left: 15px;
  z-index: 99999;
}
@media (min-width: 768px) {
  .header-r .search-box.on {
    margin-top: 5px;
    position: relative;
    left: 0;
  }
}
.header-r .search-box .search-txt {
  width: 100%;
  padding-right: 40px;
  padding-left: 15px;
  line-height: 28px;
  border: none;
  height: 30px;
  outline: none;
  background: none;
}
.header-r .search-box div {
  background: url(../images/searchLine.jpg) left center no-repeat;
  height: 30px;
  padding-left: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-r .search-box .search-btn {
  background: url(../images/searchBtn.jpg) center center no-repeat;
  width: 35px;
  height: 28px;
  border: none;
  outline: none;
}
.header-r .lang {
  float: left;
  border: 1px solid #dddddd;
  height: 30px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-right: 50px;
}
@media (min-width: 768px) {
  .header-r .lang {
    margin-top: 5px;
    margin-right: 70px;
  }
}
@media (min-width: 1230px) {
  .header-r .lang {
    margin-right: 0;
  }
}
.header-r .lang a {
  float: left;
  margin-bottom: 1px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header-r .lang a:hover {
  color: #0070b9;
}
.header-r .lang a.on {
  background: #0070b9;
  color: #fff;
}
.header-r .nav-btn {
  background: url(../images/navBtn.png) left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 2px;
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  z-index: 99999;
  right: 15px;
  float: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .header-r .nav-btn {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
}
.header-r .nav-btn.on {
  background-position: left bottom;
}
.header-bg {
  display: none;
  height: 58px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  border-bottom: solid 3px #dddddd;
}
.header-bg.on {
  display: block;
}
@media (min-width: 768px) {
  .header-bg {
    display: none !important;
  }
}
nav {
  position: absolute;
  right: 0;
  bottom: 9px;
}
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul {
  float: left;
  margin: -15px;
}
nav li {
  float: left;
  margin: 0 15px;
}
nav a {
  border-bottom: solid 6px #dddddd;
  display: block;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
}
nav a.on {
  border-color: #0070b9;
  color: #0070b9;
}
.nav-xs {
  z-index: 99999;
  position: absolute;
  width: 100%;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-xs ul,
.nav-xs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-xs ul {
  padding: 5px 15px;
  border-bottom: solid 3px #0070b9;
  width: 100%;
  background: #fff;
}
.nav-xs li {
  text-align: center;
  border-bottom: solid 1px #dddddd;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-xs li a {
  font-size: 16px;
  line-height: 36px;
}
.nav-xs li a.on {
  color: #0070b9;
}
.nav-xs.on {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-xs.on li {
  height: 36px;
}
.nav-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-bg.on {
  visibility: visible;
  opacity: .6;
  filter: alpha(opacity=60);
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  padding: 0;
  margin-bottom: 10px;
}


@media (min-width: 768px) {
  .banner .pagination {
    margin-bottom: 30px;
  }
}
.banner .pagination span {
  display: inline-block;
  background: #8cbfdf;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .banner .pagination span {
    width: 14px;
    height: 14px;
  }
}
.banner .pagination span.swiper-active-switch {
  background: #0070b9;
}
.banner .swiper-wrapper {
  height: auto !important;
}
.banner .swiper-wrapper .swiper-slide {
  height: auto !important;
}
.banner .swiper-wrapper .swiper-slide div {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.banner-b {
  width: 100%;
  background: #0070b9;
  color: #fff;
  padding: 0 15px;
  line-height: 28px;
  height: 30px;
}
.banner-b .row {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-b .row span {
  background: url(../images/banner-list-ico.jpg) right center no-repeat;
  padding-right: 20px;
  margin-right: 8px;
}
.banner-b .row span a {
  color: #fff;
}
.banner-b .row span:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.indBox {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .indBox {
    margin-top: 30px;
  }
}
.news-pic-box {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .news-pic-box {
    width: 310px;
    height: 202px;
    display: block;
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 1230px) {
  .news-pic-box {
    width: 400px;
    height: 260px;
  }
}
.news-pic-box images {
  width: auto;
  max-width: 100%;
  height: 202px;
}
@media (min-width: 1230px) {
  .news-pic-box images {
    height: 260px;
  }
}
.news-pic-box p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin: 0;
  padding: 0 15px;
  z-index: 9;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-pic-box span {
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  opacity: .6;
  filter: alpha(opacity=60);
}
.news-tab-box {
  padding: 0 15px;
  border-bottom: solid 5px #dddddd;
}
.news-tab-box ul,
.news-tab-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-tab-box .news-tab {
  border-bottom: solid 1px #dddddd;
  height: 40px;
}
.news-tab-box .news-tab li {
  float: left;
  line-height: 36px;
  height: 40px;
  padding: 1px;
}
.news-tab-box .news-tab li a i {
  font-style: normal;
  padding: 0 15px 0 20px;
  display: block;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
}
.news-tab-box .news-tab li.active {
  padding: 0;
  border: solid 1px #dddddd;
  background: #f4f4f4;
  border-bottom: none;
}
.news-tab-box .news-tab li.active i {
  background: url(../images/tabOn.jpg) 5px center no-repeat;
  color: #0070b9;
}
.news-tab-box .tab-content {
  position: relative;
  padding: 15px 0;
}
.news-tab-box .tab-content dl {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.news-tab-box .tab-content dl dt {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-tab-box .tab-content dl dd {
  font-size: 12px;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
  color: #666666;
  line-height: 20px;
}
.news-tab-box .tab-content ul {
  padding-top: 10px;
  overflow: hidden;
}
.news-tab-box .tab-content ul li {
  float: left;
  padding-left: 10px;
  background: url(../images/lineIco.jpg) left center no-repeat;
  position: relative;
  width: 100%;
  line-height: 30px;
}
.news-tab-box .tab-content ul li a {
  font-size: 12px;
  padding-right: 85px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-tab-box .tab-content ul li time {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.about-box{
	padding:0 15px 15px 15px;
	border-bottom: solid 5px #dddddd;
	
}
.box-title{
	margin-top: 15px;
	border-bottom: solid 1px #e2e2e2;
	padding-bottom: 8px;
}
.box-title span{
	padding-left: 10px;
	background: url(../images/tabOn.jpg) left center no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #0070b9;
}
.title-more{ 
	float: right;
	font-size: 14px;
	font-weight: normal;
	padding-right: 20px;
  color: #0070b9;
  background: url(../images/moreIco.jpg) right center no-repeat;
}
.about-box-pic images{
	width: auto;
	max-width: 100%;
}

.about-box p{ font-size: 12px; margin-top: 10px;}
.about-box p a{color: #0070b9;}
.about-box-pic{ margin-top: 15px;}
.about-box-pic img{ width: 100%;}
.about-btn{ width: 100%; overflow: hidden;}
.about-box .vip-btn{padding-right: 5px; display: block; float: left; width: 50%;}
.about-box .vip-btn a{background: #535353 url(../images/vip.png) 15px center no-repeat; width: 50%; display: block; float: left; text-align: center; height: 34px; line-height: 34px; width: 100%; color: #fff; padding-left: 25px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.about-box .tel-btn{padding-left: 5px; display: block; float: left; width: 50%;}
.about-box .tel-btn a{background: #0070b9 url(../images/tel.png) 15px center no-repeat; width: 50%; display: block; float: left; text-align: center; height: 34px; line-height: 34px; width: 100%; color: #fff; padding-left: 25px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}

.about-box ul{ list-style:none; margin:0px; padding:0px}
.about-box ul li{ float:left; margin-right:1em; margin-left:1em; padding-top:10px;margin-top:1em;}

.pro-title p{ display: none;}
.products-box{
	padding: 0 15px 15px 15px;
	border-bottom: solid 5px #dddddd;
}

.ind-products-list,.ind-products-list li{ padding: 0; margin: 0; list-style: none;}
.ind-products-list{overflow: hidden;}
.ind-products-list li{ float: left; padding: 10px 0;}
.ind-products-list div{ float: left;padding-right: 15px;}
.ind-products-list p{display: table;}
.ind-products-list strong{ color: #0070b9; display: block;}
.ind-products-list span{font-size: 12px;}

.px-box{ padding:0 15px;}

.px-box ul,.px-box li{
		padding: 0;
		margin: 0;
    overflow: hidden;
}
.px-box ul li {
    float: left;
    padding-left: 10px;
    background: url(../images/lineIco.jpg) left center no-repeat;
    position: relative;
    width: 45%;
	margin-left:5px;
	padding-left:10px
    line-height: 30px;
}
.px-box  ul li a {
    font-size: 12px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

footer{background: #0070b9; padding: 15px 0; font-size: 12px; text-align: center; color: #99c6e3; margin-top: 15px; line-height: 30px;}
footer p{ margin-bottom: 0;}
footer a{ color: #99c6e3; margin-right: 15px; display: inline-block;}
footer select{color: #333; border: none; width: 120px;}

.banner-pic{-webkit-background-size: cover;
background-size: cover; background-position: center top;}

.menu-title{ background: #0070b9; text-align: center; color: #fff; height: 45px; font-weight: bold; line-height: 45px; font-size: 16px;  border-bottom: solid 1px #005e9b;}
.menu {position: relative;}
.menu ul,.menu li{ overflow: hidden; margin: 0; padding: 0;}
.menu ul{height: 0;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.menu li{ background: #0070b9; border-bottom: solid 1px #005e9b; }
.menu li a{ padding:0 15px 0 25px; font-size: 14px; color: #fff; line-height: 34px; background: url(../images/menu_ico.jpg) 15px center no-repeat;}
.menu li div a{background: none; display: block; 		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}

.menu-btn{background:#0070b9; text-align: center; color: #fff; height: 25px; font-size: 12px; line-height: 25px; cursor: pointer;}
.menu-btn i{ width: 17px; display: inline-block; background: url(../images/menu_btn.jpg) left center no-repeat; height: 9px;
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* Internet Explorer */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}

.menu .on,.menu-02 .on{
	background: #fff;
}
.menu .on a,.menu-02 .on a{
	color: #0070b9;
	background: url(../images/menu_on.jpg) 15px center no-repeat;
}
.menu .on div a,.menu-02 .on div a{ background: none; color: #666;}
.menu .on div a.on-02,.menu-02 .on div a.on-02{color: #0070b9;}
.menu-btn span{margin-left: 10px; display: inline-block;}
.menu-btn-on i{
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* Internet Explorer */
-moz-transform:rotate(0deg); /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg); /* Opera */
}

.blue{background: #0070b9;}
.contant{ padding: 15px 15px 0 15px; padding-top: 30px; background: #fff; font-size: 14px; color: #666; line-height: 1.8; color: #333;}
.contant images{width: auto !important; max-width: 100% !important; height: auto !important;}

.menu-02{display: none;}

.cpzx-tit{	 font-size: 18px;
	 color: #333333;
	 display: block;
	 margin-bottom: 15px;}
.xmfa-tit{
	 font-size: 18px;
	 color: #00a0e9;
	 font-weight: normal;
	 display: block;
	 margin-bottom: 15px;
}
.cpzx-mess{
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 15px;
}

.pro-list{ background: #fff; overflow: hidden;}
.pro-list,.pro-list li{ padding: 0; margin: 0; list-style: none;}
.pro-list li{ padding: 15px; float: left; width: 100%;}
.pro-list div{ float: left; padding-right: 15px;}
.pro-list p{ display: table; color: #333; font-size: 12px;}
.pro-list images{ width: 125px;}
.pro-list b{ display: block; color: #0070b9; font-size: 14px;}

div.pages {
		TEXT-ALIGN: center;
		width: 100%;
		padding: 10px;
	}
	div.pages a {
		TEXT-DECORATION: none;
		background: #fff;
		border: 1px solid #0070b9;
		padding: 2px 9px;
		margin: 0 2px 5px 2px;
		color: #0070b9;
		font-size: 12px;
		display: inline-block;
	}
	div.pages a:hover {
		background: #0070b9;
		color: #fff;
		border: 1px solid #0070b9;
		padding: 2px 9px;
		margin: 0 2px;
	}
	div.pages a:active {
		background: #0070b9;
		border: 1px solid #0070b9;
		margin: 0 2px;
		color: #fff;
	}
	div.pages span.current {
		background: #0070b9;
		padding: 2px 10px;
		border: 1px solid #0070b9;
		color: #fff;
		margin: 0 2px;
		display: inline-block;
	}
	div.pages span.disabled {
		background: #0070b9;
		border: 1px solid #0070b9;
		padding: 2px 10px;
		margin: 0 2px;
		color: #fff;
		display: inline-block;
	}
	.pro-pic{ display: block; text-align: center;}

.p0{padding: 0 !important;}
.table-responsive{margin-bottom: 0;}
.news-top,.news-top dt,.news-top dd{padding: 0; margin: 0;}
.news-top{margin-bottom: 15px; overflow: hidden;}
.news-top dt a images{width: 100% !important;}
.news-top dd{ padding-top: 15px;}
.news-top dd b{ color: #333; font-size: 14px;}
.news-top dd p{ font-size: 12px; color: #333;}
.news-top dd div{ overflow: hidden;}
.news-top dd span{background: #0070b9; padding:0 15px; line-height: 25px; height: 25px; color: #fff; float: left;}
.news-top dd time{padding: 0 15px; background: #f0f0f0; float: left; height: 25px; line-height: 25px; color: #999;}

.news-list,.news-list li{ padding: 0; margin: 0; list-style: none; line-height: 30px; }
.news-list{ border-top: solid 1px #e2e2e2;}
.news-list li{ border-bottom: solid 1px #e2e2e2;}
.news-list time{ color: #999; display: none;}
.news-list li:hover{ background: #f9f9f9;}
.news-list a{ padding: 10px 0; display: block; font-size: 14px;}

.bxzx-list,.bxzx-list li{ width: 100%; padding: 0; margin: 0; list-style: none; overflow: hidden;}
.bxzx-list li{ float: left; padding: 10px 0; border-bottom: solid 1px #EDEDED;}
.bxzx-list span{ border: solid 3px #dfddde; display: block; float: left; margin-right: 15px; width: 100px;}
.bxzx-list p{ overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis; margin: 0; color: #666;}
		.bxzx-list strong{font-size: 14px; display: block; overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
		
.bxzx-list b{font-weight: normal; float: left; height: 25px; line-height: 25px; background: #0070b9; padding: 0 15px; color: #fff; margin-top: 10px;}
.bxzx-list time{font-weight: normal; float: left; height: 25px; line-height: 25px; background: #f0f0f0; padding: 0 15px; color: #999999; float: left; margin-top: 10px;}

.messTitle {
	background: url(../images/messIco.jpg) left center no-repeat;
	padding: 5px 0 5px 40px;
	line-height: 25px;
	margin: 20px 0 35px 0;
	font-size: 18px;
	font-weight: bold;
	color: #6d6d6d;
}
.messTitle span {
	font-size: 14px;
	font-weight: normal;
}
.messBox {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 0;
}
.messBox dt {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 36px;
}
.messBox dd {
	float: left;
	width: 100%;
}
.messBox span {
	color: #989898;
	line-height: 30px;
	margin: 3px 0 3px 10px;
	float: left;
	display: inline;
}
.messBox images {
	display: inline-block;
}
.messBox a {
	float: left;
	line-height: 30px;
	margin: 3px 0 3px 10px;
	display: inline;
	color: #0070b9;
}
.messInput {
	width: 100%;
	height: 36px;
	padding: 8px;
	margin: 0;
	border: solid 1px #c5c5c5;
	box-shadow: 1px 2px 0px #f1f0f0;
	float: left;
}
.messInput2 {
	width: 100%;
	height: 106px;
	padding: 8px;
	margin: 0;
	border: solid 1px #c5c5c5;
	box-shadow: 1px 2px 0px #f1f0f0;
	float: left;
}
.messInput3 {
	width: 100px;
	height: 36px;
	padding: 8px;
	margin: 0;
	border: solid 1px #c5c5c5;
	box-shadow: 1px 2px 0px #f1f0f0;
	float: left;
}

.zpBtnBox {
	width: 260px;
	margin: 0 auto;
	overflow: hidden;
}
.zpBtnBox .tjBtn {
	border: none;
	float: left;
	width: 120px;
	height: 35px;
	line-height: 32px;
	background: #0070b9;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.zpBtnBox .czBtn {
	border: none;
	float: right;
	width: 120px;
	height: 35px;
	line-height: 32px;
	background: #999999;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.zpBtnBox .tjBtn:hover,
.zpBtnBox .czBtn:hover {
	color: #fff;
	background: #0070b9;
}

.zpList_01 {
	border-top: solid 1px #8dbbdc;
	border-left: solid 1px #8dbbdc;
}
.zpList_01 td {
	border-right: solid 1px #8dbbdc;
	border-bottom: solid 1px #8dbbdc;
	color: #fff;
	font-weight: bold;
	background: #0067ac;
	text-align: center;
	font-size: 14px;

}
.zpList_01 tbody tr td {
	background: #fff;
	color: #555;
	font-weight: normal;
	height: 54px;
	line-height: 54px;
}

.zpList_04{ width:838px;}
.zpList_04 tbody tr td {
	background: #fff;
	color: #555;
	font-weight: normal;
	height:auto;
	line-height:30px;
	padding: 0;
}

.zpList_01 a {
	font-weight: bold;
	color: #0067ac;
	font-weight: bold;
}
.zpList_02 {

	border-top: solid 1px #8dbbdc;
	border-left: solid 1px #8dbbdc;
}

.zpList_02 tr td {
	border-top: none !important;
	border-right: solid 1px #8dbbdc;
	border-bottom: solid 1px #8dbbdc;
	color: #555;
	font-weight: bold;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px !important;
	padding: 12px 15px;
}
.zpList_02 td.minH {
	padding-top: 0;
	padding-bottom: 0;
}
.zpList_03 {

	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
}

.zpList_03 tr td {
	border-top: none !important;
	border-right: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
	color: #555;
	font-weight: bold;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px !important;
	padding: 12px 15px;
}
.ypBtn {
	margin: 0 auto;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	background: #0067AC;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ypBtn:hover {
	color: #fff;
	background: #004c7f;
}

.zpText_01 {
	display:block;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.zpText_02 {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 100px;
}
.zpText_03 {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.zpList_02 td.minH {
	padding-top: 0;
	padding-bottom: 0;
}
  .col-xs-22{ width: 50%; float: left; padding: 5px 0;}
  .wj-list{padding-bottom: 15px;}
   .wj-list label{font-weight: normal;}
.sx-list{ padding: 0 15px; border-bottom: solid 1px #ededed; padding-bottom: 15px; overflow: hidden;}


@media (min-width: 768px) {
  .news-tab-box {
    float: left;
    padding: 0;
    overflow: hidden;
    width: 455px;
    border: none;  
  }
  .box-title{ margin-top: 9px;}
  .news-tab-box{margin-right: 30px;}
  .about-box{ float: left; width: 260px; padding: 0; border-bottom: none;}
  .products-box{width: 455px; padding: 0;}
  .ind-products-list{padding: 20px 0;}
  .ind-products-list li{ width: 100%;}
  .ind-products-list li:nth-last-child(1),.ind-products-list li:nth-last-child(2){display: none;}
  .pro-title p{ display: block; float: right; font-size: 12px; color: #666;}
  .pro-title p a{ color: #666;}
  .pro-title .title-more{ display: none;}
  .products-box{ float: left; margin-right: 30px; border-bottom: none; padding-bottom: 0;}
  .products-box ul{ padding: 0;}
  .px-box{float: left; width: 260px; border: solid 1px #e2e2e2; background: #f7f7f7;}
  footer{overflow: hidden;}
  footer .container p{float: right;}
  footer .container div{ float: right;}
  footer .container select{float: left;}

  
  .menu{display: none;}
  .menu-02{ line-height:45px;}
  .menu-02 ul,.menu-02 li{padding: 0;margin: 0; list-style: none;}
  .menu-02{display: block; float: left; width: 200px;}
  .menu-02 .menu-btn{display: none;}
  .menu-02 li{ background: #0070b9; border-bottom: solid 1px #005e9b; }
	.menu-02 li a{ padding:0 0 0 25px; font-size: 14px; color: #fff; background: url(../images/menu_ico.jpg) 15px center no-repeat; display: block;}
	.menu-02 li div a{background: none; display: block; 		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
	.contant{width: 550px; float: right; padding-left: 30px;}
	.menu-title{ position: absolute; display: block; margin-top: -45px; width: 200px;}
	footer{margin-top: 30px;}
	.xmfa-tit{
	 font-size: 22px;
	 display: block;
}
.cpzx-tit{	 font-size: 22px;
	 color: #333333;
	 display: block;}
	 
.news-top dt{
	float: left;width: 250px;
	margin-right: 15px;
}
.news-top dd{
	display: table;
	padding-top: 0;
}
.news-top dd b{
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
}
.news-top dd p{
	line-height: 22px;
}
.bxzx-list li{ padding: 20px 0;}
.bxzx-list span{ width: 180px;}
.bxzx-list strong{font-size: 18px; font-weight: normal;}
.bxzx-list p{ overflow: hidden;
		white-space: normal;
		text-overflow: ellipsis; margin: 0; color: #666;}
		
  .col-xs-22{ width: 20%; float: left;}
}
@media (min-width: 992px) {
  .news-tab-box {
    width: 350px;
    height: 202px;
  }
  .news-tab-box .news-tab {
    font-size: 18px;
  }
  .news-tab-box .tab-content dl dd{
  		height: 45px;
  }
  .about-box{ float: left; width: 240px; padding: 0;}
  .news-tab-box .tab-content ul li a{ font-size: 14px;}
  .about-btn{display: none;}
  .news-tab-box{margin-right: 30px;}
  .products-box{width: 690px; padding: 0; margin-top: 30px;}
  .px-box{ width: 240px; margin-top: 30px;}
  .ind-products-list li{ width: 50%; padding:0 15px; margin: 15px 0;}
  .ind-products-list li p{ width: 130px;}
  .ind-products-list li:nth-child(1){border-right:solid 1px #dddddd;}
  .ind-products-list li:nth-last-child(2){display: block;}
	.menu-title{ position: absolute; display: block; height: 76px; line-height: 76px; margin-top: -76px; width: 200px; font-size: 18px; font-weight: normal; text-align: left; padding-left: 25px;}
	.contant{width:770px; padding-left: 30px; padding-top: 45px;}
	footer{margin-top: 45px;}
		

.pro-list li{ padding: 0 15px; margin: 25px 0; float: left; width: 50%;}
.pro-list li:nth-child(odd){border-right: solid 1px #ededed;}
.pro-list div{ float: left; padding-right: 15px;}
.pro-list p{ display: table; color: #333; font-size: 12px;}
.pro-list images{ width: 200px;}
.pro-list b{ display: block; color: #2b2b2b; font-size: 14px; padding-bottom: 15px; font-size: 16px;}
.pro-list a:hover b{ color: #0070b9;}

.news-list li{position: relative;}
.news-list a{ padding:10px 90px 10px 15px;  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; font-size: 16px; line-height: 40px;}
.news-list time{ display: block; position: absolute; font-size: 14px; right: 0; top: 0; line-height: 40px; padding: 10px 15px;}

.news-top dt{ width: 340px; margin-right: 40px;}

.messBox dt {
	width: 80px;
}
.messBox dd {
	width: auto;
}
.messInput2{
	width: 700px;
}

.messInput{ width: 220px;}

}
@media (min-width: 1230px) {
  .news-tab-box {
    width: 430px;
    height: 260px;
  }
   .news-tab-box .tab-content dl dd{
  		height: 70px;
  }
  .news-tab-box{margin-right: 50px;}
  .about-box{ float: left; width: 290px; padding: 0;}
  .about-btn{display: block;}
  .products-box{width: 860px; padding: 0; margin-right: 50px;}
  .px-box{ width: 290px;}
  .ind-products-list li{ width: 33.3333%;}
  .ind-products-list li p{width: auto;}
  .ind-products-list li:nth-child(2){border-right:solid 1px #dddddd;}
  .ind-products-list li:nth-last-child(1){display: block;}
  .contant{width:1000px; padding-left: 60px;}
  
  .bxzx-list li{ width: 440px;}
  .bxzx-list li:nth-child(odd){margin-right: 40px;}
}
.news-tab-more {
  position: absolute;
  right: 0;
  top: -40px;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  color: #0070b9;
  background: url(../images/moreIco.jpg) right center no-repeat;
}

/*# sourceMappingURL=style.css.map */


#ifr{ height: 500px !important;}