﻿@charset "utf-8";
img{border: none;}
ul, ol{list-style: none;}

.main{padding-top:0px;overflow: hidden;border:solid 0px red;width:1346px}
.main .banner{float: left;width:1346px;height:230px}

.custom .tb-arrow{/*background:blue;*/padding:0px;margin:0px;width:1340px}
.custom .tb-arrow a{width:40px;height:40px;opacity:0;-webkit-transition: all .3s;transition: all .3s}
.custom .tb-arrow a.prev{background: url('../images/gdgg_ArrowL.png') no-repeat center center;margin-top:-34px}
.custom .tb-arrow a.next{background: url('../images/gdgg_ArrowR.png') no-repeat right center;margin-top:-34px;margin-left:0px;}
.custom .banner:hover .tb-arrow a{opacity: 1;}

.custom .tb-btn{height:70px;border:solid 0px red;display:none}
.custom .tb-btn a{width:160px;margin: 0;box-sizing: border-box;background: #666;border-right: 1px solid #fff;border-radius:0}
.custom .tb-btn a:last-child{border: none;}
.custom .tb-btn a.active{background: #f80;}