ul,tab {
    list-style: none;margin: 0;padding: 0;
}
.tab {
    width: 100%;
}
.tab .box {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 570px;
}
.tab .box .menus {
    width: 234px;
    height: 570px;
	margin-right:30px;
    background: rgb(255,255,255);
    float: left;
    border-radius: 0px;
    overflow: hidden;
}
.tab .box .menus li{
    width: 234px;
    height: 60px;
	margin-bottom:10px;
    background: rgb(243,243,243);
    font-size: 18px;
    color: #333;
    text-align: left;
	text-indent: 30px;
    border-bottom: 0px solid rgba(0,0,0,0.2);
    line-height: 60px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tab .box .menus li a
{
    font-size: 18px;
    color: #333;
	padding:30px 30px 30px 0px;
}
.tab .box .menus li:nth-child(7) {
    border-bottom: none;
}
.tab .box .bg {
    height: 60px !important;
    line-height: 60px !important;
	background: #334982 !important;
	background-image: url(a_cp_cb.png)!important;
	background-repeat: no-repeat!important;
	background-position: 90% center!important;
	color: #fff!important;
}
.tab .box .bg a {
	color: #fff!important;
}
.tab .right {
    float: left;
    width: 936px;
    height: 570px;
    overflow: hidden;
    border-radius: 0px;
}
.tab .tab_right {
    width: 936px;
    height: 570px;
    color: #fff;
    text-align: center;
    position:relative;

}
.tab .tab_right img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.tab .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
