body{  margin:0; padding:0; text-align:center;  font-size:12px; font-family:PingFangSC-Semibold, sans-serif;}
table,td,tr,img,ul,li,h1,h2,p,object,param,embed{margin:0; padding:0; border:0;}
img{border:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:none;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:""; display:block; height: 0; clear:both; visibility:hidden;}

/*-返回定部-*/
#tbox{width:54px; float:right; position:fixed; right:50px; bottom:15px;}
#gotop{ width:54px; height:54px; background:#f19601; display:block;}
#gotop .retopic{display: inline-block; border-top: 2px solid; border-right: 2px solid; margin-top: 20px; width: 25px; height: 25px; border-color: #fff; transform: rotate(-45deg);}

.pc-container{width: 100%; height: 100%; margin: 40px auto 0 auto; text-align: center;}
.pc-container .banner1{ height:340px;  background:url("../images/1.png") no-repeat center ;}
.pc-container .banner2{ height:258px;  background:url("../images/2.png") no-repeat center;}
.pc-container .banner3{ height:334px;  background:url("../images/3.png") no-repeat center;}
.pc-container .banner4{ height:320px;  background:url("../images/4.png") no-repeat center;}
.pc-container .banner5{ height:560px;  background:url("../images/5.png") no-repeat center;}
.pc-container .banner6{ height:420px;  background:url("../images/6.png") no-repeat center;}
.pc-container .banner7{ height:741px;  background:url("../images/7.png") no-repeat center;}
.pc-container .banner8{ height:302px;  background:url("../images/8.png") no-repeat center;}
.pc-container .banner9{ height:638px;  background:url("../images/9.png") no-repeat center;}
.pc-container .banner10{ height:474px;  background:url("../images/10.png") no-repeat center;}
.pc-container .banner11{ height:512px;  background:url("../images/11.png") no-repeat center;}


.pc-container .main_m{width: 960px; height: 100%; margin: 0 auto; text-align: center; position: relative;}

.pc-container  .pc-zx{width: 100%; height: auto; display:flex;flex-flow: row nowrap; justify-content: center; padding:10px 0 20px 0; }
.pc-container  .pc-zx-icon1{width: 20%; height:30px; background: #e6822c;  color: #fff; padding: 5px; text-align: center; line-height: 30px; font-size: 16px; transition:all 1s ease-in-out 0s; cursor: pointer;  }
.pc-container  .pc-zx-icon2{width: 13%; margin:0 2%; height:30px; background:#3ea6ff; color: #fff; padding: 5px; text-align: center; line-height: 30px; font-size: 16px; transition:all 1s ease-in-out 0s; cursor: pointer; border-radius: 25px;}
.pc-container  .pc-zx-icon1:hover,.pc-container  .pc-zx-icon2:hover{box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.8);}

/*顶部试听预约*/

.lxyy{position:relative; width:960px; height:212px;  font-size:14px; }
.yuyuem{width: 100%; height: auto; display: flex; flex-flow: row wrap; justify-content: center;}

.container{width: 650px; height: auto; display: flex; flex-flow: row wrap; justify-content: center; }


.pc-container .top_yuyue_form .textinput,.pc-container .top_yuyue_form1 .textinput{width: 140px; height: 35px; margin-bottom: 15px; margin-right:10px;  font-size: 14px; padding-left: 5px; float: left;  outline: none; }
.pc-container .top_yuyue_form .btnon,.pc-container .top_yuyue_form1 .btnon{position: absolute; outline: none; width:100px; height: 41px; border: 0;  background: #ff455a; font-size: 16px; color: #fff; cursor: pointer; right:185px; top:130px; font-weight: bold; }

.pc-container .top_yuyue_form .form-group{width: 32%; float: left;}
.pc-container .top_yuyue_form .yzmcode{width: 55%; height: 35px;  font-size: 12px; float: left;}
.pc-container .top_yuyue_form .codetxt{width: 40%; background: #f0f0f0; outline: none; height: 40px; cursor: pointer; font-size: 12px; border: 1px solid #b0b0b0; }

.yuyuem ul li{ color: #717071; margin-right: 10px; font-size: 14px; text-align: left; margin-bottom: 10px; }
input[type=radio] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;

}

input[type=radio]:after {
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0;
    content: "";
    background: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}

input[type=radio]:checked:before {
    /*content: "";
    display: block;
    position: relative;
    top:0;
    width: 10px;
    height: 15px;
    background: #c2c2c2;
    padding: 0 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    visibility: visible;
    font-weight: 400;
    z-index: 1;*/
    content: "✓";
    display: block;
    position: relative;
    top: -2px;
    left: 3px;
    width: 6px;
    height: 6px;
    color: #2099fd;
    font-weight: 400;
    z-index: 1;
}