
.Choices{
    width:100%;
    float:left;
    height:319px;
    /*background:url(../images/Choices.jpg) no-repeat center; */
    /*background-size:cover;*/
}
.Choices_text{
    width:1004px;
    height:319px;
    margin:0 auto;
}
.Choices_head{
    width:100%;
    float:left;
    height:55px;
    margin-top:50px;
    line-height:55px;
    letter-spacing:2px;
    font-weight:bold;
    text-align:center;
    font-size:48px;
    color:#FFF;
    display:block;
    position:relative;
}
.Choices_head:before,.Choices_head:after{
    content: '';
    position: absolute;
    top: 30px;
    background: #FFF;
    width:265px;
    height: 2px;
}
.Choices_head:before{
    left:175px;
}
.Choices_head:after{
    right:175px;
}

.Choices_content{
    width:1184px;
    height:319px;
    float:left;
    margin-left:3px;
}
.Choicesnext{
    width:38px;
    height:37px;
    float:left;
    margin-left:1136px;
    margin-top:24px;
    cursor:pointer;
}
.Choices_banner{
    width:1004px;
    height:319px;
    float:left;
    /*margin-top:39px;*/
    overflow: hidden;
}
.Choices_banner ul{
    width: 12000px;
    overflow: hidden;
}
.Choices_banner ul li{
    width:1184px;
    height:319px;
    float:left;
}
.Choices_left{
    width:1004px;
    height:319px;
    float:left;
}
.Choices_right{
    width:590px;
    height:319px;
    float:left;
    background-color: rgba(255,255,255,0.93)
}
.Choices_right h1{
    width:590px;
    height:30px;
    line-height:30px;
    float:left;
    text-align:center;
    font-size:28px;
    margin-top:70px;
    color:#464646;
}
.Choices_right h2{
    width:590px;
    height:30px;
    line-height:30px;
    float:left;
    text-align:center;
    font-size:28px;
    margin-top:10px;
    color:#464646;
}
.Choices_right p{
    width:450px;
    height:70px;
    float:left;
    margin-left:70px;
    text-align:center;
    font-size:18px;
    color:#606060;
    margin-top:20px;
}
.Choicesbut{
    width:197px;
    height:49px;
    float:left;
    border:1px solid #bfbfbf;
    background-color:rgba(255,255,255,0.7);
    text-align:center;
    line-height:49px;
    color:#606060;
    font-size:22px;
    margin-left:195px;
    margin-top:57px;
}
.Choicestel{
    width:1184px;
    height:38px;
    text-align:center;
    line-height:38px;
    font-size:36px;
    float:left;
    font-family:"Arial";
    overflow:hidden;
    color:#FFF;
    margin-top:100px;
    -webkit-user-select:none;/*谷歌 /Chrome*/
    -moz-user-select:none; /*火狐/Firefox*/
    -ms-user-select:none;    /*IE 10+*/
    user-select:none;}
.Choicestel ul{
    width:12000px;
    overflow:hidden;
}
.Choicestel ul li{
    width:1184px;
    height:38px;
    float:left;
}
