*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
.container{
    width: 100%;
    height: auto;
    position: relative;
}
/*导航开始*/
.top{
    width: 1200px;
    height: 60px;
    background: white;
    margin: 0 auto;
}
.left img{
    height: 60px;
    float: left;
}
.nav{
    width: 300px;
    height: 100%;
    margin-left: 50px;
    float: left;
    display: flex;
    justify-content: space-around;
}
.nav li a{
    font-size: 14px;
    color: black;
    line-height: 60px;
}
.search{
    width: 200px;
    height: 30px;
    margin-top: 15px;
    background: #f3f5f6;
    float: left;
    margin-left: 80px;
    border-radius: 30px;
}
.search input{
    width: 150px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    border: none;
    outline: none;
    background: #f3f5f6;
}
.search img{
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}
.button{
    width: 200px;
    height: 30px;
    float: right;
    margin-right: 30px;
    display: flex;
    justify-content: space-around;
}
.login {
    width: 80px;
    height: 30px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #868686;
    margin-top: 15px;
    border-radius: 5px;
    outline: none;
}
.login.active{
    background: #ff6900;
    color: white;
    border: 1px solid #ff6900;
}
/*导航结束*/
/*轮播开始*/
.banner{
    width: 100%;
    height: 510px;
    background: #868686;
    margin-top: 12px;
    position: relative;
}
.banner_img{
    position: relative;
}
.banner_img img{
    width: 100%;
    height: 510px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.tips{
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.26);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    color: white;
    z-index: 22;
}
.dots{
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 99;


}
.dot{
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
}
.dots .active{
    background-color: #ff6900;
}
.info{
    width: 377px;
    height: auto;
    background-color: rgba(250, 250, 250, 0.97);
    position: absolute;
    right: 300px;
    top: 0;
    padding: 20px;
    z-index: 22;

}
.triangle{
   /* width: 14px;
    height: 14px;
    background-color: #2a2b2d;
    position: absolute;
    top: 4px;
    left: -6px;
    z-index: 0;
    transform: rotate(45deg);*/
    position: absolute;
    top: -1px;
    left: -14px;
    width: 0;
    height: 0;
    border-bottom: 14px solid black;
    border-left: 14px solid transparent;
}
.triangle1{
    position: absolute;
    top: -1px;
    right: -14px;
    width: 0;
    height: 0;
    border-bottom: 14px solid black;
    border-right: 14px solid transparent;
}
.info_form{
    width: 100%;
    height: auto;
}
.info_label{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.info_label label{
    width: 80px;
    height: 40px;
   text-align: left;
    line-height: 40px;

}
.info_label input{
    width: 243px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #d6d5d5;
    outline:none ;
    padding-left: 12px;
    box-sizing: border-box;
}
.info_label textarea{
    width: 243px;
    height: 106px;
    padding-left:12px ;
    padding-top: 12px;
    border: solid 1px #d6d5d5;
    outline: none;
    box-sizing: border-box;
}
.buy{
    width: 150px;
    height: 50px;
    background-color: #0079fe;
    border-radius: 6px;
    color: white;
    border: none;
    outline: none;
    margin-top: 20px;
    font-size: 18px;
}
.assignment{
    background-color: #ff6900;
}
.swiper-pagination-bullet{
    width: 14px!important;
    height: 14px!important;
}
.swiper-pagination-bullet-active{
    background-color: #ff6900!important;
}
/*轮播结束*/
/*内容开始*/
.main{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 32px;
}
.main_left{
    width: 800px;
    height: auto;
    float: left;
}
.main_right{
    width: 375px;
    height: auto;
    float: right;
}
.main_search{
    width: 800px;
    height: 60px;
    background-color: #fff;
}
.main_left input{
    width: 590px;
    height: 60px;
    background-color: #f1f1f1;
    border: solid 1px #d6d5d5;
    padding-left: 12px;
    box-sizing: border-box;
    outline: none;
    float: left;
}
.main_left button{
    width: 190px;
    height: 60px;
    background-color: #ff6900;
    color: white;
    outline: none;
    border: none;
    font-size: 24px;
    float: right;
}
.main_left_main{
    width: 803px;
    height: 258px;
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-top: 32px;
}
.main_left_img{
    width: 200px;
    height: 100%;
    float: left;
}
.main_left_main img{
    width: 200px;
    height: 200px;
    float: left;
}
.main_left_button{
    width: 200px;
    height: 58px;
    background-color: #0079fe;
    float: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main_left_text{
    width: 86px;
    height: 30px;
    border: solid 1px #ffffff;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.main_text{
    width: 580px;
    height: 100%;
    float: right;
    padding: 12px;
    box-sizing: border-box;
}
.main_text a{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #0079fe;
}
.title{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #242424;
    margin: 12px 0;
}
.main_text p{
    color: #676767;
    margin-bottom: 12px;
}
.main_text p:last-child{
    color: #242424;
    text-align: right;
}
.main_left_main.active{
    background-color: #fafafa;
    border: solid 1px #d6d5d5;
}
.main_left_button.active{
    background: #ff6900;
}
.main_text a.active{
    color: #ff6900;
}
.main_left_main:hover{
    background-color: #fafafa;
    border: solid 1px #d6d5d5;
}
.main_left_button:hover{
    background: #ff6900;
}
.main_text a:hover{
    color: #ff6900;
}
.more{
    width: 536px;
    height: 68px;
    background-color: #f1f1f1;
    color: #676767;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 100px;
}
.right_text1{
    width: 374px;
    /*height: 602px;*/
    height: auto;
    background-color: #fafafa;
    border: solid 1px #d6d5d5;
}
.right_text1 h2{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #000000;
    padding: 22px;
}
.message{
    width: 330px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: inset 0px 3px 6px 0px
    rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    text-align: left;
    padding: 18px 0 0 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #262525;
}
.message p{
    font-size: 16px;

}
.message:hover {
    background-color: #ff6900;
    box-shadow: inset 0px 3px 6px 0px
    rgba(0, 0, 0, 0.19);
    color: #fff;
}
.message.active{
    background-color: #ff6900;
    box-shadow: inset 0px 3px 6px 0px
    rgba(0, 0, 0, 0.19);
    color: #fff;
}
.message p.active{
    color: #fff;
}
.right_text2{
    width: 374px;
    height: 602px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.text2_title{
    width: 374px;
    height: 56px;
    background-color: #0079fe;
    color: #ffffff;
    padding-left: 23px;
    padding-top: 16px;
    box-sizing: border-box;
    font-size: 18px;
}
.text2_content{
    width: 374px;
    height: 80px;
    background-color: #ffffff;
    border: solid 1px #d6d5d5;
    text-align: center;
    line-height: 80px;
    color: #262525;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.text2_content span{
    width: 80px;
    height: 80px;
    background-color: #ececec;
    float: left;
    font-size: 30px;
    color: #838282;
}
.text2_content.active{
    background-color: #fafafa;
}
.text2_content:hover {
    background-color: #fafafa;
}
/*内容结束*/
