﻿@charset 'utf-8';

body {
  background: #fff;
  min-width: 1240px;
}

.opacity90 {
  background-color: #fff;
  background-color: rgb(255, 255, 255, 0.9);
  opacity: 0.9\0;
  filter: alpha(opacity=90);
}

.opacity60 {
  background-color: #fff;
  background-color: rgb(255, 255, 255, 0.6);
  opacity: 0.6\0;
  filter: alpha(opacity=60);
}

.h100p {
  height: 100px;
}

.w100 {
  width: 100%;
}

.g-w100 {
  background: #f6f5f8;
  text-align: center;

}

.g-w100 a {
  margin-top: 12px;
  margin-bottom: 37px;
  /* vertical-align: top;
  display: inline-block; */
  margin-left: 20px;
}

.g-w100 a:first-child {
  margin-left: 0;
}

.g-w100 a img {
  width: 590px;
  height: 100px;
}

.g-w100 a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.w28 {
  width: 28%;
}

.w70 {
  width: 70%;
}

/*****é€šç”¨æ ·å¼******/
/*æ¸…é™¤æµ®åŠ¨*/
.clear {
  clear: both;
}

/*ç¬¬ä¸€ç§tabåˆ‡æ¢å¼€å§‹*/
.com-tab {
  width: 500px;
  border: 1px solid #eee;
}

.tab-list {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.tab-list a {
  float: left;
  width: 33.333%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
  /*æ·»åŠ å®šä½ï¼Œåœ¨åˆ‡æ¢æ—¶ä¸ä¼šè·³åŠ¨*/
  position: relative;
  top: -1px;
}

.tab-list a.cur {
  border-bottom: 2px solid red;
}

.tab-list span {
  float: left;
  line-height: 40px;
  margin-left: -6px;
}

.tab-item {
  padding: 20px;
}

.tab-item a {
  float: left;
  line-height: 34px;
  color: #666;
  font-size: 14px;
  max-width: 401px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-item span {
  float: right;
  line-height: 36px;
  color: #999;
  font-size: 12px;
}

/*ç¬¬ä¸€ç§tabåˆ‡æ¢ç»“æŸ*/
/*ç¬¬äºŒç§tabåˆ‡æ¢å¼€å§‹*/
.com-tab {
  width: 500px;
  border: 1px solid #eee;
}

.tab-list-bool {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.tab-list-bool li {
  float: left;
  width: 25%;
  height: 40px;
  position: relative;
  top: -1px;
}

.tab-list-bool a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.tab-list-bool li.cur a {
  border-bottom: 2px solid red;
}

.tab-item {
  padding: 20px;
}

.tab-item a {
  float: left;
  line-height: 36px;
  color: #666;
  font-size: 14px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-item span {
  float: right;
  line-height: 36px;
  color: #999;
  font-size: 12px;
}

/*ç¬¬äºŒç§tabåˆ‡æ¢ç»“æŸ*/
/*å·¦å³è½®æ’­å¼€å§‹*/
.banner-box,
.banner-img {
  height: 370px;
  width: 600px;
  position: relative;
  overflow: hidden;
}

.banner-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.banner-img img {
  display: block;
  height: 100%;
  width: 100%;
}

.banner-txt {
  height: 40px;
  width: 100%;
  background: url(banner-opbg40.png);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.banner-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
}

.banner-num {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0px;
}

.banner-num span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
}

.banner-num span.cur {
  background: red;
}

.banner-index {
  position: absolute;
  bottom: 10px;
  right: 140px;
}

.banner-index span {
  color: #fff;
  font-size: 14px;
}

.banner-index span.ban-dy {
  font-size: 18px;
}

.banner-btn {
  position: absolute;
  height: 70px;
  width: 35px;
  font-size: 40px;
  color: #fff;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  top: 50%;
  background: url(banner-opbg40.png);
  cursor: pointer;
  display: none;
}

.banner-left {
  left: 0px;
}

.banner-right {
  right: 0px;
}

.banner-box:hover .banner-btn {
  display: block;
}

/*å·¦å³è½®æ’­ç»“æŸ*/
/*ä¸Šä¸‹è½®æ’­å¼€å§‹*/
.news-line {
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
}

.news-icon {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  background: #ccc;
  width: 100px;
}

.news-cont {
  height: 50px;
  width: 800px;
  position: relative;
  margin-left: 50px;
  overflow: hidden;
}

.news-cont a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-btns {
  margin: 4px 20px 0 0;
}

.news-btns span {
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #666;
  font-size: 20px;
  background: #eee;
  margin-bottom: 2px;
  cursor: pointer;
}

.news-btns span:hover {
  background: red;
}

/*ä¸Šä¸‹è½®æ’­ç»“æŸ*/
/*æ–°é—»å¤´æ¡æ»šåŠ¨å¼€å§‹*/
.roll-news-line {
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
}

.roll-news-icon {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  background: #ccc;
  width: 100px;
}

.roll-news-cont {
  height: 50px;
  width: 800px;
  position: relative;
  margin-left: 50px;
  overflow: hidden;
}

.roll-news-cont a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roll-news-btns {
  margin: 4px 20px 0 0;
}

.roll-news-btns span {
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #666;
  font-size: 20px;
  background: #eee;
  margin-bottom: 2px;
  cursor: pointer;
}

.roll-news-btns span:hover {
  background: red;
}

/*æ–°é—»å¤´æ¡æ»šåŠ¨ç»“æŸ*/
/*æ¸å˜è½®æ’­å¼€å§‹*/
.fade-box,
.fade-img {
  height: 370px;
  width: 540px;
  position: relative;
  overflow: hidden;
}

.fade-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.fade-img img {
  display: block;
  height: 100%;
  width: 100%;
}

.fade-txt {
  height: 40px;
  width: 100%;
  background: url(banner-opbg40.png) no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.fade-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
}

.dy-num {
  position: absolute;
  bottom: 5px;
  right: 130px;
}

.dy-num span {
  color: #fff;
}

.dy-index {
  font-size: 26px;
}

.fade-num {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0px;
}

.fade-num span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
}

.fade-num span.cur {
  background: red;
}

.fade-btn {
  position: absolute;
  height: 70px;
  width: 35px;
  font-size: 40px;
  color: #fff;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  top: 50%;
  background: url(banner-opbg40.png);
  cursor: pointer;
  display: none;
}

.fade-left {
  left: 0px;
}

.fade-right {
  right: 0px;
}

.fade-box:hover .fade-btn {
  display: block;
}

/*æ¸å˜è½®æ’­å¼€å§‹*/
/*å¤šå¼ è½®æ’­å…¶ä¸­ä¸€å¼ è½®æ’­å¼€å§‹*/
.ban-more-box {
  width: 1200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.ban-more-img {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ban-more-img p {
  float: left;
  width: 222px;
  height: 198px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #eee;
}

.ban-more-img .img-link {
  height: 160px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.ban-more-img .img-tit {
  height: 40px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 40px;
}

.ban-more-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.ban-more-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 50px;
  width: 30px;
  background: url(banner-opbg40.png);
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
}

.ban-more-box:hover .ban-more-btn {
  display: block;
}

.ban-more-left {
  left: 1px;
}

.ban-more-right {
  right: 1px;
}

/*å¤šå¼ è½®æ’­å…¶ä¸­ä¸€å¼ è½®æ’­ç»“æŸ*/

/*å¤šå¼ æ»šåŠ¨å¼€å§‹*/
.ban-roll-box {
  width: 1200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.ban-roll-img {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ban-roll-img p {
  float: left;
  width: 222px;
  height: 198px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #eee;
}

.ban-roll-img .img-link {
  height: 160px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.ban-roll-img .img-tit {
  height: 40px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 40px;
}

.ban-roll-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.ban-roll-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 50px;
  width: 30px;
  background: url(banner-opbg40.png);
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
}

.ban-roll-box:hover .ban-roll-btn {
  display: block;
}

.ban-roll-left,
.roll-left {
  left: 1px;
}

.ban-roll-right,
.roll-right {
  right: 1px;
}

/*å¤šå¼ æ»šåŠ¨ç»“æŸ*/

.tzgg_block{
  width:1198px;
  height: 110px;
  background: #f4fbff;
  border-left: 2px solid #0662b1;
  margin: 0 auto 28px;
}
.tzgg_title{
  width: 50px;
  margin: 20px 32px 20px 0;
  height: 57px;
  padding: 3px 22px 0 28px;
  border-right: 1px solid #e5e5e5;
}
.tzgg_title a{
  display: inline-block;
  font-size: 22px;
  color: #0662b1;
  line-height: 25px;
  font-weight: bold;
}
.tzgg_block ul{
  width: 1000px;
  margin-top: 12px;
}
.tzgg_block ul li{
  float: left;
  width: 498px;
}
.tzgg_block ul li a{
  display: inline-block;
  max-width: 475px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(g-liBg.png) no-repeat left center;
}