/*common style*/
* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #f5f5f5;
}
li {
  list-style: none;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.page_main {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.page_full {
  width: 100%;
}
.index_box01 {
  background-color: #fff;
  width: 100%;
}
.index_box02 {
  background-color: #f5f5f5;
  width: 100%;
  overflow: hidden;
}
/*header*/
.header {
  height: 130px;
  line-height: 130px;
  overflow: hidden;
  background-color: #fff;
}
.logo {
  float: left;
  font-family: "MicroSoft YaHei", "SimHei";
  color: #333;
  height: 130px;
}
.logo img {
  float: left;
}
.logo .company_name {
  float: left;
  padding: 5px;
  border-left: 1px solid #ebebeb;
  margin-top: 10px;
  padding-left: 15px;
  margin-left: 10px;
  display: none;
}
.logo h2 {
  font-size: 29px;
  line-height: 40px;
  margin-top: 4px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
.logo h3 {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  font-family: "Verdana";
  font-weight: normal;
}
.head_right {
  float: right;
}
.telphone_number {
  margin-top: 40px;
}
.telphone_number .icon {
  float: left;
  width: 60px;
  color: #444;
  padding-right: 2px;
  margin-top: 4px;
}
.telphone_number h3 {
  width: 340px;
  font-size: 32px;
  color: #cc0000;
  font-weight: normal;
  font-family: "MicroSoft YaHei", "SimHei";
  font-style: italic;
  line-height: 35px;
}
.telphone_number h4 {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 30px;
  margin-top: 15px;
}
/*nav style*/
.navbg {
  background-color: #0062BE;
  z-index: 999;
  position: relative;
}
/*因为导航条有半透明效果，所以这里要多加一个背景层*/
.nav {
  clear: both;
  background-color: #0062BE;
  height: 60px;
  width: 100%;
  background: rgba(0, 98, 190, 0.8) none repeat scroll 0 0 !important;
  /*实现FF背景透明，文字不透明*/
  filter: alpha(opacity=80);
  background: #0062BE;
  /*实现IE背景透明*/
}
.nav ul {
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  float: left;
  font-weight: bold;
  font-family: "SimSun";
}
.nav ul > li {
  list-style: none;
  float: left;
  margin-right: 1px;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(10);
  transform: perspective(1px) translateZ(10);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.nav ul > li > a {
  padding: 0px 25px 0px 25px;
  color: #FFF;
}
.nav ul > li > a:hover {
  text-decoration: none;
}
.nav ul > li:hover {
  background-color: #00B200;
}
.nav ul > li.curr {
  background-color: #00B200;
}
/*nav search*/
.hotkey {
  float: left;
  line-height: 60px;
  font-size: 14px;
  overflow: hidden;
  width: 700px;
}
.hotkey > a {
  color: #999;
  text-decoration: underline;
}
.searchbar {
  float: right;
  height: 60px;
  margin: 0px;
}
.searchbar form {
  margin-top: 14px;
  padding: 0px;
  font-size: 0;
}
.searchbar .keyword {
  float: left;
  width: 150px;
  margin: 0px;
  padding: 0px 6px 0px 12px;
  height: 30px;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ebebeb;
  border-right: 0px;
}
.searchbar .button {
  float: left;
  border: 0;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  line-height: 30px;
  background-color: #0062BE;
  min-width: 40px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background-image: url(../images/search_ico.png);
  background-position: center;
  background-repeat: no-repeat;
}
.smallbanner {
  background-repeat: no-repeat;
  background-position: center 0;
  width: auto;
  height: 300px;
  background-color: #f5f5f5;
  background-size: cover;
}
/*Banner*/
.banner {
  position: relative;
  width: 100%;
}
/*index style*/
/*首页滚动图片列表01*/
.index_imglist_gd01 .title01 {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-family: "MicroSoft YaHei", "SimHei";
  line-height: 40px;
  margin-top: 40px;
  padding: 0px;
}
.index_imglist_gd01 .title02 {
  color: #0062BE;
  text-align: center;
  font-size: 18px;
  font-family: "MicroSoft YaHei", "SimHei";
  line-height: 30px;
}
.index_imglist_gd01 .title02 > i {
  font-size: 24px;
}
.index_imglist_gd01 .line01 {
  margin-top: 10px;
  width: 500px;
  height: 3px;
  background-color: #d2d2d2;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.index_imglist_gd01 .line02 {
  width: 120px;
  height: 3px;
  background-color: #0062BE;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.index_imglist_gd01 .slider-box {
  height: 200px;
  width: 1200px;
  margin-top: 30px;
}
.index_imglist_gd01 .slider-btn {
  height: 100%;
  float: left;
  width: 50px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.index_imglist_gd01 .slider-next {
  background-image: url(../images/icon_right2.png);
  background-repeat: no-repeat;
  background-position: right 0;
  height: 176px;
}
.index_imglist_gd01 .slider-prev {
  background-image: url(../images/icon_left2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 176px;
}
.index_imglist_gd01 .slider-wrapper {
  height: 100%;
  position: relative;
  width: 1100px;
  float: left;
  overflow: hidden;
}
.index_imglist_gd01 .slider-wrapper ul {
  position: absolute;
  height: 100%;
  width: 2000px;
  margin: 0;
  padding: 0;
  margin-top: 6px;
}
.index_imglist_gd01 .slider-wrapper li {
  float: left;
  padding-right: 21px;
  padding-left: 21px;
}
.index_imglist_gd01 .slider-wrapper li img {
  width: 220px;
  height: 154px;
  padding: 4px;
  border: solid 1px #ebebeb;
  background-color: white;
}
.index_imglist_gd01 .slider-wrapper li img:hover {
  box-shadow: 0px 0px 3px #ccc;
}
.index_imglist_gd01 .list {
  margin-top: 30px;
}
.index_imglist_gd01 .list ul {
  margin-left: -24px;
}
.index_imglist_gd01 .list ul li {
  float: left;
  margin-left: 24px;
}
/*首页滚动图片列表02*/
.index_imglist_gd02 .slider-box {
  height: 200px;
  width: 1200px;
  margin-top: 30px;
  overflow: hidden;
}
.index_imglist_gd02 .slider-btn {
  height: 100%;
  float: left;
  width: 30px;
  margin-top: 15px;
  line-height: 145px;
  text-align: center;
  color: #fff;
}
.index_imglist_gd02 .slider-btn i {
  line-height: 145px;
}
.index_imglist_gd02 .slider-next {
  height: 145px;
  background-color: #0062BE;
}
.index_imglist_gd02 .slider-prev {
  height: 145px;
  background-color: #0062BE;
  margin-left: 20px;
}
.index_imglist_gd02 .slider-next:hover {
  text-decoration: none;
  background-color: #00B200;
}
.index_imglist_gd02 .slider-prev:hover {
  text-decoration: none;
  background-color: #00B200;
}
.index_imglist_gd02 .slider-wrapper {
  height: 100%;
  position: relative;
  width: 1100px;
  float: left;
  overflow: hidden;
}
.index_imglist_gd02 .slider-wrapper ul {
  position: absolute;
  height: 100%;
  width: 2000px;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.index_imglist_gd02 .slider-wrapper li {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.index_imglist_gd02 .slider-wrapper li img {
  width: 180px;
  height: 135px;
  padding: 4px;
  border: solid 1px #ebebeb;
  background-color: white;
}
.index_imglist_gd02 .slider-wrapper li img:hover {
  box-shadow: 0px 0px 3px #ccc;
}
.title01 {
  height: 50px;
  overflow: hidden;
  color: #0062BE;
  font-family: "MicroSoft YaHei", "SimHei";
}
.title01 dl {
  float: left;
  width: 200px;
}
.title01 dt {
  width: 120px;
  height: 40;
  line-height: 40px;
  font-size: 18px;
  float: left;
  color: #fff;
  background-color: #0062BE;
  text-align: center;
  font-family: "MicroSoft YaHei", "SimHei";
}
.title01 dd.t01 {
  width: 80px;
  height: 40;
  line-height: 40px;
  font-size: 12px;
  float: left;
  color: #fff;
  background-color: #00B200;
  text-align: center;
  font-family: "Verdana";
}
.title01 dd.t02 {
  font-size: 12px;
  line-height: 15px;
  color: #666;
}
.title01 .more {
  float: right;
  background-color: #0062BE;
  margin-top: 25px;
}
.title01 .more a {
  display: block;
  padding: 5px 15px 5px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.title01 .more i {
  margin-left: 6px;
}
.bline01 {
  border-bottom: 2px solid #0062BE;
}
/*首页产品展示01*/
.index_prodlist01 {
  margin-top: 30px;
}
.index_prodlist01 .category {
  float: left;
  width: 220px;
  border-right: 1px solid #ebebeb;
  background-color: white;
}
.index_prodlist01 .category .title {
  overflow: hidden;
  padding: 30px;
  background-color: #0062BE;
  color: white;
  font-family: "MicroSoft YaHei", "SimHei";
}
.index_prodlist01 .category .title dt {
  font-size: 60px;
  line-height: 50px;
  float: left;
  width: 50px;
}
.index_prodlist01 .category .title dd.t01 {
  font-size: 20px;
  line-height: 35px;
}
.index_prodlist01 .category .title dd.t02 {
  font-size: 12px;
  line-height: 15px;
}
.index_prodlist01 .category .content {
  min-height: 500px;
  position: relative;
}
.index_prodlist01 .category .content > ul {
  padding: 10px;
}
.index_prodlist01 .category .content > ul > li {
  background-color: #333;
  margin-top: 6px;
  padding: 5px 5px 5px 10px;
  position: relative;
}
.index_prodlist01 .category .content > ul > li:hover {
  background-color: #0062BE;
}
.index_prodlist01 .category .content > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.index_prodlist01 .category .content > ul > li > a:hover {
  text-decoration: none;
}
.index_prodlist01 .category .content > ul > li > ul {
  display: none;
  position: absolute;
  background-color: #333;
  top: 0;
  left: 100%;
  width: 200px;
  min-height: 200px;
}
.index_prodlist01 .category .content > ul > li:hover > ul {
  display: block;
}
.index_prodlist01 .category .content > ul > li > ul > li {
  background-color: #fff;
  margin-top: 6px;
  padding: 5px;
}
.index_prodlist01 .category .content > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  color: white;
}
.index_prodlist01 .category .telphone {
  width: 220px;
  height: 170px;
  background-image: url(../images/cate_tel.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
.index_prodlist01 .category .telphone .number {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  font-family: "MicroSoft YaHei", "SimHei";
  font-style: italic;
  line-height: 50px;
  margin-top: 100px;
  margin-left: 20px;
}
/*产品UL列表样式*/
.index_prodlist01 .prodlist {
  float: left;
  width: 958px;
  margin-left: 20px;
}
.index_prodlist01 .prodlist .prodlist_title {
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.index_prodlist01 .prodlist .prodlist_title span {
  font-size: 18px;
  line-height: 50px;
  background-color: #00B200;
  color: #fff;
  display: inline-block;
  padding: 0px 30px 0px 30px;
  font-family: "MicroSoft YaHei", "SimHei";
}
.index_prodlist01 .prodlist .prodlist_title .more {
  font-size: 12px;
  line-height: 30px;
  margin: 10px 10px 0px 0px;
  background-color: #0062BE;
  padding: 0px 15px 0px 15px;
}
.index_prodlist01 .prodlist .prodlist_title .more a {
  text-decoration: none;
  font-family: "SimSun";
}
.index_prodlist01 .prodlist ul {
  margin: 0px 0px 0px -36px;
  padding: 0px;
}
.index_prodlist01 .prodlist ul li {
  width: 200px;
  overflow: hidden;
  float: left;
  margin: 0px 0 40px 36px;
  border: solid 1px #ebebeb;
  padding: 5px;
  background-color: #fff;
}
.index_prodlist01 .prodlist ul li:hover {
  box-shadow: 0px 5px 15px #ddd;
}
.index_prodlist01 .prodlist ul li .thumb {
  background-color: white;
}
.index_prodlist01 .prodlist ul li .thumb img {
  width: 200px;
  height: 150px;
}
.index_prodlist01 .prodlist ul li:hover a {
  color: #cc0000;
}
.index_prodlist01 .prodlist ul li .product_name {
  height: 42px;
  overflow: hidden;
  text-align: center;
  border-top: solid 1px #f5f5f5;
}
.index_prodlist01 .prodlist ul li .product_name a {
  color: #444;
  font-size: 14px;
  line-height: 42px;
  word-break: break-all;
}
.index_prodlist01 .prodlist ul li:hover .product_name a {
  color: #cc0000;
}
/**/
.gsys {
  height: 1213px;
  background-color: #fff;
  background-image: url(../images/gsys.gif);
  background-repeat: no-repeat;
  position: relative;
}
.gsys .title {
  font-size: 32px;
  line-height: 50px;
  color: #000;
  font-family: "MicroSoft YaHei", "SimHei";
}
.gsys .content {
  font-size: 16px;
  color: #333;
  font-family: "MicroSoft YaHei", "SimHei";
  line-height: 1.5;
  margin-top: 12px;
}
.gsys .ys01 {
  width: 550px;
  position: absolute;
  left: 620px;
  top: 100px;
}
.gsys .ys02 {
  width: 440px;
  position: absolute;
  left: 150px;
  top: 380px;
}
.gsys .ys03 {
  width: 450px;
  position: absolute;
  left: 650px;
  top: 658px;
}
.gsys .ys04 {
  width: 450px;
  position: absolute;
  left: 156px;
  top: 905px;
}
.company_title {
  height: 130px;
  text-align: center;
  background-image: url(../images/line01.gif);
  background-repeat: no-repeat;
  background-position: 0px 110px;
}
.company_title .title01 {
  font-size: 26px;
  color: #333;
  height: 40px;
  font-family: "MicroSoft YaHei", "SimHei";
  padding-top: 40px;
  line-height: 40px;
}
.company_title .title02 {
  font-size: 12px;
  font-family: "Arial";
  line-height: 15px;
  color: #666;
}
.aboutbox {
  padding-top: 10px;
}
.aboutbox .about {
  width: 835px;
  height: 316px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}
.aboutbox .about .about_content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 10px;
  overflow: hidden;
}
.aboutbox .about .about_content img {
  padding-right: 15px;
}
.aboutbox .about .about_content .btn {
  margin-top: 10px;
}
.aboutbox .about .about_content .btn1 {
  color: white;
  font-size: 14px;
  line-height: 30px;
  background-color: #0062BE;
  text-decoration: none;
  text-align: center;
  padding: 0px 15px 0px 15px;
  height: 30px;
  display: inline-block;
}
.aboutbox .about .about_content .btn2 {
  color: white;
  font-size: 14px;
  line-height: 30px;
  background-color: #00B200;
  text-decoration: none;
  text-align: center;
  padding: 0px 15px 0px 15px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
}
.aboutbox .video {
  width: 330px;
  float: right;
  margin-right: 10px;
}
.aboutbox .video .line {
  border-bottom: 2px solid #0062BE;
}
.aboutbox .video .video_content {
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 2px;
  overflow: hidden;
}
/**/
.homenews {
  margin-top: 40px;
  padding-top: 20px;
}
.homenews .f_left {
  float: left;
  margin-right: 28px;
}
.homenews .f_right {
  float: right;
}
.homenews .newslist {
  width: 380px;
  overflow: hidden;
}
.homenews .newslist .ntitle {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-family: "MicroSoft YaHei", "SimHei";
}
.homenews .newslist .ntitle span {
  font-family: "Arial";
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}
.homenews .newslist .stitle {
  font-size: 12px;
  color: #999;
}
.homenews .newslist .content {
  min-height: 342px;
  background-color: #fff;
  margin-top: 18px;
}
.homenews .newslist .content ul {
  padding: 10px;
}
.homenews .newslist .content ul li {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  padding-left: 15px;
}
.homenews .newslist .content ul li a {
  font-size: 14px;
  color: #666;
}
.homenews .newslist .content .hotnews a {
  color: #fff;
}
.homenews .newslist .content .hotnews img {
  width: 380px;
  height: 250px;
}
.homenews .newslist .content .descript {
  padding: 10px;
  color: #888;
  font-size: 14px;
  line-height: 20px;
}
.homenews .newslist .content .descript a {
  color: #888;
}
.homenews .newslist .content .descript a:hover {
  color: #000;
}
/**/
.home_news {
  background-image: url(../images/fg_bg.png);
  background-repeat: no-repeat;
  background-position: 810px 0;
  width: 1200px;
  float: left;
  background-color: #fff;
  padding-top: 10px;
}
.home_news .news {
  width: 764px;
  float: left;
  padding-left: 10px;
}
.home_news .news .title {
  background-image: url(../images/news_title.png);
  background-repeat: no-repeat;
  height: 40px;
}
.home_news .news .con .tupian {
  width: 320px;
  overflow: hidden;
  float: left;
  padding-top: 10px;
}
.home_news .news .con .tupian .tw2 {
  width: 152px;
  height: 100px;
  float: left;
}
.home_news .news .con .tupian .tw3 {
  width: 152px;
  height: 100px;
  float: right;
}
.home_news .news .con .newslist {
  width: 430px;
  float: right;
}
.home_news .wenda {
  width: 342px;
  float: right;
  margin-right: 10px;
}
.home_news .wenda .title {
  background-image: url(../images/wenda_title.png);
  height: 40px;
}
.home_news .wenda .con {
  width: 336px;
  height: 326px;
  overflow: hidden;
  margin-top: 10px;
}
.home_news .wenda .con dl {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.home_news .wenda .con .wen {
  line-height: 23px;
  background-image: url(../images/wen.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-left: 30px;
}
.home_news .wenda .con .wen a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.home_news .wenda .con .da {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-image: url(../images/da.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.home_news .wenda .con .da a {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
#tabs {
  margin: 0 0 0 250px;
  padding: 7px 0 0;
  list-style-type: none;
}
#tabs li {
  line-height: 32px;
  text-align: center;
  width: 98px;
  height: 32px;
  float: left;
  margin-right: 4px;
  margin-left: 4px;
}
#tabs li a {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
#tabs .tab-active {
  background-color: #00B200;
}
#tabs .tab-nav {
  background-color: #0062BE;
}
.panel ul li {
  background-image: url(../images/li02.png);
  background-repeat: no-repeat;
  background-position: 4px 12px;
  text-indent: 18px;
  height: 32px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
.panel ul li a {
  color: #666;
  font-size: 14px;
  line-height: 32px;
  width: 324px;
  height: 32px;
  overflow: hidden;
}
.panel ul li span {
  color: #999;
  font-size: 14px;
  font-family: "Verdana";
  line-height: 33px;
  float: right;
}
.more {
  color: white;
  font-size: 12px;
  line-height: 36px;
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 15px;
}
.more a {
  color: #fff;
}
#photos li img {
  background-color: white;
  padding: 1px;
  border: solid 1px #ccc;
}
/*imgnewslist style*/
.imgnewslist {
  overflow: hidden;
  height: 206px;
}
.imgnewslist ul {
  margin: 0px 0px 0px -20px;
  padding: 0px;
}
.imgnewslist ul li {
  text-align: center;
  width: 220px;
  overflow: hidden;
  float: left;
  margin: 10px 0px 20px 21px;
  padding: 0px;
  border: solid 1px #ebebeb;
}
.imgnewslist ul li .news_thumb {
  background-color: white;
}
.imgnewslist ul li .news_thumb img {
  width: 220px;
  height: 154px;
  padding: 0px;
}
.imgnewslist ul li .product_name {
  background-color: #fff;
  height: 38px;
  overflow: hidden;
}
.imgnewslist ul li .product_name a {
  color: #000;
  font-size: 14px;
  line-height: 38px;
  word-break: break-all;
}
.imgnewslist ul li:hover .product_name a {
  color: #333;
}
/*links style*/
.links .title01 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-family: "MicroSoft YaHei", "SimHei";
  padding: 0px;
  margin: 0px;
}
.links .line {
  border-bottom: 2px solid #0062BE;
}
.links .links_list {
  margin-top: 0px;
  min-height: 60px;
  background-color: #fff;
  margin-bottom: 30px;
}
.links .links_list ul {
  padding: 6px;
}
.links .links_list ul li {
  float: left;
  margin-right: 20px;
  margin-left: 20;
}
.links .links_list ul li a {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-decoration: underline;
}
.links .links_list ul li a:hover {
  color: #cc0000;
}
/*footer*/
.footer {
  background-color: #0062BE;
  color: #fff;
  font-family: "Verdana";
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer a {
  color: #fff;
}
/*page style*/
.head_title {
  background-color: #fff;
}
.head_title .title {
  float: left;
  width: 600px;
  overflow: hidden;
}
.head_title .title h1 {
  text-align: left;
  font-family: "MicroSoft YaHei", "SimHei";
  font-size: 26px;
  font-weight: normal;
  color: #333;
  line-height: 60px;
}
.head_title .title h1 i {
  padding: 0px 10px 0px 10px;
}
.head_title .title h2 {
  text-align: left;
  font-family: "MicroSoft YaHei", "SimHei";
  font-size: 26px;
  font-weight: normal;
  color: #333;
  line-height: 60px;
}
.head_title .title h2 i {
  padding: 0px 10px 0px 10px;
}
.head_title .catpos {
  color: #999;
  font-size: 12px;
  line-height: 60px;
  float: right;
  width: 330px;
  overflow: hidden;
  text-align: right;
}
.head_title .catpos a {
  color: #999;
}
.head_title .catpos a:hover {
  color: #cc0000;
}
/**/
.page {
  margin-top: 20px;
}
.page_sidebar {
  float: right;
  width: 220px;
  margin-bottom: 50px;
}
.page_sidebar .title {
  background-color: #0062BE;
  color: white;
  line-height: 40px;
  font-size: 16px;
  font-family: "MicroSoft YaHei", "SimHei";
}
.page_sidebar .title i {
  padding: 0px 10px 0px 10px;
}
.page_sidebar .catelist {
  border: 1px solid #ebebeb;
  padding: 0px 10px 0px 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
.page_sidebar .catelist i {
  padding: 0px 10px 0px 10px;
}
.page_sidebar .catelist li {
  font-size: 14px;
  border-top: 1px solid #f5f5f5;
  line-height: 40px;
}
.page_sidebar .catelist li:first-child {
  border-top: none;
}
.page_sidebar .catelist li > a {
  color: #666;
}
.page_sidebar .catelist li > a:hover {
  color: #cc0000;
}
.page_sidebar .catelist h5 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.page_sidebar .sidecontact {
  color: #666;
  font-size: 12px;
  font-family: "MicroSoft YaHei", "SimHei";
  line-height: 22px;
  padding: 10px 0px 20px 0px;
}
.page_sidebar .txtlist {
  border: 1px solid #ebebeb;
  padding: 5px 10px 10px 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
.page_sidebar .txtlist i {
  padding: 0px 10px 0px 10px;
}
.page_sidebar .txtlist li {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.page_sidebar .txtlist li:first-child {
  border-top: none;
}
.page_sidebar .txtlist li > a {
  color: #666;
}
.page_sidebar .txtlist li > a:hover {
  color: #cc0000;
}
/*内页内容部分样式*/
.page_content {
  float: left;
  width: 960px;
  margin-right: 10px;
  font-family: "MicroSoft YaHei", "SimHei";
}
.page_content .content {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 20px 40px 20px;
  min-height: 600px;
  background-color: #fff;
}
.page_content .content img {
  max-width: 100%;
}
.page_content .content p {
  margin-bottom: 20px;
}
.text_content {
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
.prodtitle {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 12px;
  padding-bottom: 20px;
}
.prodtitle h1 {
  text-align: center;
  font-family: "MicroSoft YaHei", "SimHei";
  font-size: 24px;
  font-weight: normal;
  color: #555;
  line-height: 40px;
}
.pagetitle {
  overflow: hidden;
  margin-bottom: 12px;
}
.pagetitle h1 {
  text-align: left;
  font-family: "MicroSoft YaHei", "SimHei";
  font-size: 24px;
  font-weight: normal;
  color: #333;
  line-height: 30px;
}
.newsinfo {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.newsinfo span {
  padding-right: 20px;
}
.gallery {
  width: 650px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.gallery img {
  display: block;
}
.main-image img {
  padding: 4px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.thumbnails {
  height: 85px;
  margin: 15px 0 0 -15px;
}
.thumbnails li {
  float: left;
  margin-left: 15px;
  display: inline;
}
.thumbnails img {
  padding: 4px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.photo_desc {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  background-color: white;
  height: 94px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 6px;
  border: dotted 1px #ebebeb;
}
.prod_photo {
  width: 350px;
  float: left;
}
.prod_info {
  width: 570px;
  float: left;
}
.prod_info .info {
  float: left;
}
.prod_info .info a {
  color: #333;
}
.prod_info h2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ebebeb;
}
.prod_info h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.prod_info .service {
  color: white;
  font-size: 16px;
  line-height: 34px;
  background-color: #cc0000;
  text-align: center;
  width: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.prod_info .service a {
  color: white;
  font-weight: bold;
}
.prod_info .info_desc {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background-color: #f5f5f5;
  min-height: 40px;
  margin-top: 10px;
}
#qrcode {
  width: 120px;
  float: right;
}
.prod_content {
  margin-top: 30px;
  line-height: 1.5;
}
.prod_content .title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.prod_content .title span {
  line-height: 35px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100px;
  text-align: center;
}
/*上一个、下一个*/
.prod_prev_next {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  margin-top: 30px;
}
.prod_prev_next .prev {
  padding-right: 20px;
}
.prod_prev_next .next {
  padding-left: 20px;
}
.prod_prev_next a {
  color: #333;
}
.fg20 {
  height: 40px;
}
/*download style*/
.fileinfo {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.fileinfo span {
  padding-right: 20px;
}
.downlink {
  margin-top: 10px;
}
.downlink a {
  font-size: 14px;
  text-decoration: none;
  background-color: #cc0000;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  width: 120px;
  text-align: center;
}
.downlink i {
  margin-right: 6px;
}
/**/
/*list style*/
/*带有描述信息的下载列表*/
.downlist_info li {
  border-bottom: 1px solid #ebebeb;
  height: 124px;
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}
.downlist_info .images {
  float: left;
  background-color: white;
  border: 1px solid #ebebeb;
  padding: 1px;
}
.downlist_info .images img {
  width: 120px;
  height: 120px;
}
.downlist_info .info {
  float: left;
  margin-left: 15px;
  width: 800px;
}
.downlist_info .title {
  font-size: 18px;
  line-height: 26px;
}
.downlist_info .title a {
  color: #333;
  text-decoration: underline;
}
.downlist_info .title a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.downlist_info .desrciption {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  height: 50px;
  width: 100%;
  overflow: hidden;
}
.downlist_info .fileinfo {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.downlist_info .fileinfo span {
  color: #333;
  padding-right: 15px;
}
/*带图片的新闻列表*/
.newslist_img li {
  border-bottom: 1px solid #eee;
  height: 124px;
  overflow: hidden;
  padding: 15px 0px 15px 0px;
}
.newslist_img li:last-child {
  border-bottom: 0px;
}
.newslist_img .images {
  float: left;
  background-color: white;
}
.newslist_img .images img {
  width: 120px;
  height: 120px;
}
.newslist_img .info {
  float: left;
  margin-left: 15px;
  width: 780px;
}
.newslist_img .title {
  font-size: 18px;
  line-height: 26px;
}
.newslist_img .title a {
  color: #333;
  text-decoration: none;
}
.newslist_img .title a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.newslist_img .desrciption {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.newslist_img .fileinfo {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin-top: 10px;
}
.newslist_img .fileinfo span {
  color: #666;
  padding-right: 15px;
}
/*视频ul列表样式01*/
.video_list01 {
  padding: 0px;
  margin-left: -20px;
  margin-top: 20px;
}
.video_list01 li {
  float: left;
  border: 1px solid #ebebeb;
  overflow: hidden;
  padding: 5px;
  width: 270px;
  background-color: white;
  margin-left: 20px;
  margin-bottom: 30px;
}
.video_list01 li:hover {
  box-shadow: 0px 0px 3px #ccc;
}
.video_list01 .images img {
  width: 270px;
  height: 150px;
}
.video_list01 .info .title {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.video_list01 .info .title a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
.video_list01 .info .title a:hover {
  text-decoration: underline;
}
.video_list01 .info .desrciption {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
/*产品UL列表样式*/
.product_list01 {
  margin: 0px 0px 0px -20px;
  padding: 0;
}
.product_list01 li {
  background-color: white;
  text-align: center;
  width: 220px;
  overflow: hidden;
  float: left;
  margin: 0px 0px 30px 20px;
  padding: 0px;
  border: solid 1px #ebebeb;
}
.product_list01 li:hover {
  box-shadow: 0px 5px 15px #ddd;
}
.product_list01 li .thumb {
  background-color: white;
}
.product_list01 li .thumb img {
  width: 220px;
  height: 170px;
}
.product_list01 li .product_name {
  height: 48px;
  overflow: hidden;
  padding-left: 8px;
  border-top: 1px solid #ebebeb;
}
.product_list01 li .product_name .name {
  word-break: break-all;
}
.product_list01 li .product_name a {
  color: #666;
  font-size: 14px;
  line-height: 48px;
  text-decoration: none;
}
/*图片UL列表样式*/
.photo_list01 {
  margin: 0 0 0 -28px;
  padding: 0;
}
.photo_list01 li {
  text-align: center;
  width: 200px;
  overflow: hidden;
  float: left;
  margin: 10px 0px 30px 28px;
  border: solid 1px #ebebeb;
  background-color: white;
}
.photo_list01 li:hover {
  box-shadow: 0px 5px 15px #ddd;
}
.photo_list01 li img {
  width: 200px;
  height: 150px;
}
.photo_list01 li .title {
  height: 40px;
  overflow: hidden;
}
.photo_list01 li .title a {
  color: #666;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  word-break: break-all;
}
.photo_list01 li .title a:hover {
  color: #c10202;
}
/*guestbook style*/
.guestbook_list dl {
  border: 1px solid #ebebeb;
  margin: 10px 0px 10px 0px;
  padding: 10px;
}
.guestbook_list dt {
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 30px;
}
.guestbook_list dt span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
  float: right;
}
.guestbook_list dd {
  font-size: 14px;
}
.guestbook_list dd.g_content {
  color: #555;
  padding: 10px;
}
.guestbook_list dd.reply_content {
  padding: 10px;
  background-color: #FFF9F7;
  margin-top: 5px;
  color: #FF4D4D;
}
.post_box {
  border: 1px solid #ebebeb;
}
.post_box h5 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  font-family: "MicroSoft YaHei", "SimHei";
}
.post_box h5 i {
  padding: 0px 10px 0px 10px;
}
.post_box .table_form {
  margin: 20px 0px 20px 0px;
}
.post_box td {
  padding: 4px 0px 4px 0px;
}
.post_box input,
textarea {
  padding: 2px 5px 2px 5px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #ebebeb;
}
.post_box .submit {
  background-color: #0062BE;
  color: white;
  font-style: 14px;
  padding: 5px 45px 5px 45px;
}
.post_box .reset {
  background-color: #000000;
  color: white;
  font-style: 14px;
  padding: 5px 45px 5px 45px;
}
/*pages nav style*/
#pages {
  padding: 10px 0;
  text-align: left;
  clear: both;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 50px;
}
#pages a {
  display: inline-block;
  padding: 5px 20px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  border: solid 1px #e3e3e3;
  text-align: center;
  color: #333;
  margin-right: 3px;
  margin-left: 3px;
  text-decoration: none;
}
#pages a.a1 {
  padding: 5px 20px;
  height: 22px;
  line-height: 22px;
  margin-top: 0px;
}
#pages a:hover {
  background: #0062BE;
  color: #fff;
  text-decoration: none;
}
#pages span {
  font-size: 14px;
  display: inline-block;
  padding: 5px 20px;
  height: 22px;
  line-height: 22px;
  background: #0062BE;
  color: #fff;
  text-align: center;
  margin-right: 3px;
  margin-left: 3px;
  border: solid 1px #0062BE;
}
.page .noPage {
  display: inline-block;
  padding: 4px 19px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}
/*kefu style*/
.kefu {
  color: #333;
  width: 99px;
  height: 60px;
  position: absolute;
  top: 0;
}
.kefu .kftop {
  background-image: url(../images/kefu_top.gif);
  background-repeat: no-repeat;
  height: 50px;
}
.kefu .kfbottom {
  background-image: url(../images/kefu_bottom.gif);
  background-repeat: no-repeat;
  height: 14px;
}
.kefu .kfbox {
  border-left: 1px solid #e8dcdb;
  border-right: 1px solid #e8dcdb;
  overflow: hidden;
  zoom: 1;
  padding: 1px;
  background: #fff;
  color: #d3d3d3;
  line-height: 26px;
}
.kefu .kfbox ul {
  padding-right: 6px;
  padding-left: 3px;
}
.kefu .kfbox ul li {
  color: #333;
  font-size: 14px;
}
.kefu .kfbox ul li.tit {
  color: #800000;
  font-size: 12px;
}
.kefu .kfbox ul li img {
  vertical-align: middle;
}
/*上一个、下一个*/
.prev_next {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin-bottom: 60px;
}
.prev_next .prev {
  padding-right: 20px;
}
.prev_next .next {
  padding-left: 20px;
}
.prev_next a {
  color: #333;
}
