.banner1{
	background-repeat: no-repeat;
	      background-position: 50% center;
    background-size: auto 230px;
    width: 100%;
    height: 230px;
}
.banner1 p{
	text-align: center;
	line-height: 230px;
	font-size: 40px;
	color: #FFFFFF;
}
.tab-container{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #444;
}
.tab-container .tab {
    display: inline-block;
    line-height: 74px;
    cursor: pointer;
    position: relative;
    width: 150px;
}

.tab-container a{
	text-align: center;
    color: #333333;
}
.tab-container .active-tab, .tab-container .tab:hover {
    color: #1686dc;
}

.tab-container .active-tab:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #1686dc;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.contenter .con{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}
.contenter .con .co-to{
	width: 100%;
	min-height: 120px;
	overflow: hidden;
	border-bottom: 1px solid #E1E1E1;
}
.contenter .con .co-to .tkt{
	width: 1040px;
	margin: 35px auto;
	font-size: 18px;
	text-align: center;
}
.contenter .con .co-to  .nmu{
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
	margin-bottom: 20px;
	right: 30px;
	color: #999999;
}
.contenter .con .tetx{
	width: 1040px;
	margin: 30px auto;
	font-size: 16px;
	color: #333;
}
.contenter .con .tetx img{
	max-width: 1140px;
	margin: 0 auto;
}