
body {
  background-color: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: #464646;
}

.tab-wrapper {
  margin: 20px auto;
  width: 1000px;
}
.tab-menu{ background-color: #f1f1f1;}
.tab-menu li {
  position:relative;
  color:#bcbcbc;
  display: inline-block;
  padding: 10px 20px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color:#464646;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 0 0 50px 0;   
  min-height:200px;
  min-height: 500px;
}

.line {
  position:absolute;
  width: 0;
  height: 7px;
  background-color: #00cc66;
  top: 0;
  left: 0;
}

.tab-wrapper .tab-content ul li.img-item{
	float: left;
	margin: 45px 31px 0 0;
	width: 175px;
	height: 106px;
}
.tab-wrapper .tab-content ul li.lastone{
	margin-right: 0;
}
.tab-wrapper .tab-content ul li.img-item .top-img .img-opcity {
    height: 20px;
    line-height: 1.5;
    width: 175px;
    position: absolute;
}
.tab-wrapper .tab-content ul li.img-item .top-img {
    position: relative;
    border: 0;
    display: block;
}
.tab-wrapper .tab-content ul li.img-item .top-img a img {
    height: 106px;
    width: 175px;
}
.tab-wrapper .tab-content ul li.img-item .top-img .img-opcity a {
    color: #333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    table-layout: fixed;
    word-break: break-all;
    text-align: center;
    text-decoration: none;
}


.container {width: 1004px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;}
.container .wrap-d {
    width: 1000px;
    padding: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #c1c1c1;
    background-color: #f9f9f9;
    }
    .xxxcs{margin: 30px auto;
    width: 1004px;}

    .xxxcs .link {
    width: 100%;
    overflow: hidden;
    }
    .xxxcs .link .item-a {
    width: 960px;
    }
.xxxcs .wrap .item {
    height: 191px;
    padding: 19px;
    margin-right: 10px;
    float: left;
        background-color: #f9f9f9;
    border: 1px solid #c1c1c1;
}
.xxxcs .link .item-a .head h3 {
    color: #00a0ed;
    font-size: 16px;
    height: 29px;
    border-bottom: 2px solid #00a0ed;
    float: left;
    padding: 0 10px;
    margin-right: 30px;
    }
    .xxxcs .wrap .item:last-child {
    margin-right: 0;
    }
.xxxcs .link .item-a .head {
    height: 29px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 1px;
}
.xxxcs .link .item-a .g-tab-bd .tab-bd-a a {
    padding-right: 7px;
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    table-layout: fixed;
    word-break: break-all;
    float: left;
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    text-decoration:none;
    }




footer {
    width: 100%;
    height: 140px;
    background-color: #c1c1c1;
    margin-top: 10px;
    }
    footer .footer-conter {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    color: #fff;
    }

footer .footer-conter a, footer .footer-conter span {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-decoration:none;}
footer .footer-conter a {
    margin: 0 16px;
    }
	footer .footer-conter a .icp-logo {
    background: url(../images/icp-logo.png) no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    top: -1px;
	}
