﻿.banner{
	
	height: 340px;
	overflow: hidden;margin: 0 auto;
}
.banner{
	background: url(../a_images/adbanner.jpg) no-repeat center center;
}
.banner img{
	width: 100%;
	height: 340px;
	object-fit: cover;
    object-position: center center;
}
.main{
	width: 1260px;
	height: auto;
	margin: 35px auto;
}
.title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.content{
	width: 100%;
	height:300px;
}
.container{
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}
.contentone{
	width: 484px;
	height: 300px;
	background: #ccc;
}
.contenttwo{
	width: 228px;
	height: 298px;
	border: 1px solid #eeeeee;
	background: #f5f5f5;
	margin-left: 28px;
}
.adBox{
	width: 160px;
	height: 217px;
	margin: 20px auto;
}
.adName{
	width: 180px;
	height:20px;
	line-height: 20px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
}
.clearBox{
	overflow: hidden;
}
.adContent{
	width: 400px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	margin-left: 30px;
	border-radius: 3px;
	color: #fff;
	background: url("../a_images/adbg.png") no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
}
.adContent a{
	color: #fff;font-size: 24px;
}
.clearBox>div:first-child{
	margin-left: 0;
}

/*轮播*/
.contentone {
 	width: 484px;
	height: 300px;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}
.contentone2{
	width: 484px;
	height: 300px;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}
.banner_ul img {
    width: 100%;
    height: 100%;
}

.banner_ul li {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

.dotted {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-size: 0px;
    text-align: center;
}

.dotted li {
    width: 10px;
    height: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #3367ea;
}



.dotted .active {
    background: #3367ea;
}

.left,
.right {
    height: 50px;
    width: 30px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0px;
    display: none;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-family: "����";
    font-weight: bold;
}

.right {
    right: 0px;
}
.ggtfd{float: left;margin: 0 50px;}
.ggtfp{
width: 50px;
font-size: 30px;
background: #b71b23;
color: #fff;height: 140px;
padding: 0 10px;float: left;
}