.softOutfit_banner {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.softOutfit_banner img {
  display: block;
  width: 100%;
}
.softOutfit_banner a{
  width: 236px;
  height: 48px;
  border:1px solid #e5472e;
  background-color: #e5472e;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color:#fff;
  position: absolute;
  bottom:20%;
  left: 19.2%;
  transition: all 0.3s linear;
}
.softOutfit_banner a:hover{
  background-color: transparent;
  color:#e5472e;
}
.softOutfit_title {
  width: 100%;
  text-align: center;
}
.softOutfit_title h1 {
  font-size: 40px;
  color: #161616;
  margin-bottom: 20px;
}
.softOutfit_title p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.softOutfit_whyrz {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 50px;
}
.softOutfit_whyrz ul {
  width: 1180px;
  margin: 0 auto;
}
.softOutfit_whyrz ul li {
  float: left;
  width: 580px;
  border: 1px solid #aaa;
}
.softOutfit_whyrz ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.softOutfit_whyrz ul li a img {
  display: block;
  width: 100%;
}
.softOutfit_whyrz ul li a p {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #4f4f4f;
}
.softOutfit_whyrz ul li a .label {
  width: 105px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #e5472e;
  position: absolute;
  top: -10px;
  left: 10px;
}
.softOutfit_whyrz ul li.li1 {
  margin-right: 15px;
}
.softOutfit_prospect {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.softOutfit_prospect > img {
  display: block;
  width: 100%;
  height: 520px;
}
.softOutfit_prospect .box {
  width: 1180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -590px;
}
.softOutfit_prospect .box .left {
  width: 45%;
  padding-top: 58px;
}
.softOutfit_prospect .box .left ul {
  margin-top: 40px;
}
.softOutfit_prospect .box .left ul li {
  padding-left: 70px;
  background: url("softOutfitImg/0919icon1.png") no-repeat left top;
  margin-bottom: 20px;
}
.softOutfit_prospect .box .left ul li h3 {
  font-size: 24px;
  color: #0a0a0a;
  padding-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
.softOutfit_prospect .box .left ul li p {
  font-size: 14px;
  color: #666;
}
.softOutfit_prospect .box .left ul li.li2 {
  background-image: url('softOutfitImg/0919icon2.png');
}
.softOutfit_prospect .box .left ul li.li3 {
  background-image: url('softOutfitImg/0919icon3.png');
}
.softOutfit_prospect .box .right {
  width: 40%;
  padding-top: 122px;
}
.softOutfit_prospect .box .right .bgBox {
  width: 525px;
  height: 304px;
  position: relative;
}
.softOutfit_prospect .box .right .bgBox img {
  display: block;
  width: 100%;
}
.softOutfit_prospect .box .right .bgBox .inBox {
  width: 394px;
  height: 247px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -197px;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox ul {
  position: absolute;
  top: 0;
  left: 0;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox ul li {
  float: left;
  width: 396px;
  height: 247px;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox ul li img {
  width: 100%;
  display: block;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox .btn {
  width: 18px;
  height: 58px;
  background: url("softOutfitImg/0920leftbtn.png") no-repeat center #e5472e;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #e5472e;
  transition: all 0.3s linear;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox .btn:hover {
  background: url("softOutfitImg/0920leftbtn2.png") no-repeat center transparent;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox .left {
  left: 0;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox .right {
  background-image: url("softOutfitImg/0920rightbtn.png");
  right: 0;
}
.softOutfit_prospect .box .right .bgBox .inBox .lbBox .right:hover {
  background-image: url("softOutfitImg/0920rightbtn2.png");
}
.softOutfit_form1 {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.softOutfit_form1 img {
  display: block;
  width: 100%;
}
.softOutfit_form1 .box {
  width: 227px;
  position: absolute;
  top: 0;
  right: 120px;
  padding: 22px 0;
}
.softOutfit_form1 .box p {
  width: 100%;
  height: 40px;
}
.softOutfit_form1 .box p input {
  width: 97%;
  padding-left: 3%;
  border: 0;
  height: 40px;
  background-color: #fff;
}
.softOutfit_form1 .box p input:focus {
  outline: 0;
  outline-offset: 0;
}
.softOutfit_form1_div{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.softOutfit_form1_div input{
  width: 56%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 4%;
  outline: none;
  border: 0;
}
.softOutfit_form1_div span{
  width: 40%;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fffc00;
  font-size: 14px;
  color: #fd405c;
  cursor: pointer;
}
.softOutfit_form1 .box p.btn {
  width: 225px;
  height: 38px;
  border: 1px solid #fffc00;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  background-color: #fffc00;
  margin-top: 12px;
  font-size: 18px;
  color: #fd405c;
  cursor: pointer;
  transition: all 0.3s linear;
}
.softOutfit_form1 .box p.btn:hover {
  background-color: transparent;
  color: #fffc00;
}
.softOutfit_teacher {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}
.softOutfit_teacher > img {
  display: block;
  width: 100%;
}
.softOutfit_teacher .box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.softOutfit_teacher .box .inBox {
  width: 1180px;
  margin: 40px auto 0 auto;
}
.softOutfit_teacher .box .inBox .left {
  width: 450px;
  text-align: center;
}
.softOutfit_teacher .box .inBox .right {
  width: 655px;
  padding-top: 55px;
}
.softOutfit_teacher .box .inBox .right h1 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  position: relative;
}
.softOutfit_teacher .box .inBox .right h1 small {
  font-size: 14px;
  color: #666;
}
.softOutfit_teacher .box .inBox .right h1 i {
  position: absolute;
  top: 50%;
  left: -77px;
  width: 57px;
  height: 1px;
  background-color: #c5c5c5;
}
.softOutfit_teacher .box .inBox .right .p1 {
  color: #e5472e;
  font-size: 24px;
  margin-bottom: 36px;
}
.softOutfit_teacher .box .inBox .right .p2 {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.softOutfit_works {
  width: 100%;
  margin-top: 40px;
}
.softOutfit_works .left {
  width: 50%;
}
.softOutfit_works .left ul li {
  float: left;
  width: 50%;
  position: relative;
}
.softOutfit_works .left ul li img {
  width: 100%;
  display: block;
}
.softOutfit_works .left ul li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s linear;
}
.softOutfit_works .left ul li:hover .cover {
  opacity: 0;
}
.softOutfit_works .right {
  width: 50%;
}
.softOutfit_works .right ul li {
  float: left;
  width: 50%;
  position: relative;
}
.softOutfit_works .right ul li img {
  width: 100%;
  display: block;
}
.softOutfit_works .right ul li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s linear;
}
.softOutfit_works .right ul li:hover .cover {
  opacity: 0;
}
.softOutfit_titleBox {
  width: 100%;
  position: relative;
}
.softOutfit_titleBox img {
  display: block;
  width: 100%;
}
.softOutfit_titleBox .box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
}
.softOutfit_titleBox .box .softOutfit_title h1 {
  color: #fff;
}
.softOutfit_skill {
  width: 100%;
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.softOutfit_skill .softOutfit_title h1 {
  font-size: 30px;
}
.softOutfit_skill .box {
  width: 1180px;
  margin: 40px auto 0 auto;
}
.softOutfit_skill .box ul {
  width: 100%;
}
.softOutfit_skill .box ul li {
  width: 220px;
  height: 100px;
  margin-right: 20px;
  float: left;
  background: url("softOutfitImg/0920rj1.png") no-repeat 30px center;
}
.softOutfit_skill .box ul li a {
  display: block;
  width: 98px;
  padding-left: 120px;
  height: 98px;
  line-height: 98px;
  border: 1px solid #cacaca;
  color: #151515;
  font-size: 16px;
}
.softOutfit_skill .box ul li.li2 {
  background-image: url("softOutfitImg/0920rj2.png");
}
.softOutfit_skill .box ul li.li3 {
  background-image: url("softOutfitImg/0920rj3.png");
}
.softOutfit_skill .box ul li.li4 {
  background-image: url("softOutfitImg/0920rj4.png");
}
.softOutfit_skill .box ul li.li5 {
  background-image: url("softOutfitImg/0920rj5.png");
  margin-right: 0;
}
.softOutfit_vr {
  width: 1180px;
  height: 420px;
  margin: -90px auto 0 auto;
}
.softOutfit_btn {
  width: 100%;
  margin: 40px 0 50px 0;
}
.softOutfit_btn a {
  display: block;
  width: 298px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #e5472e;
  background-color: #e5472e;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.softOutfit_btn a:hover {
  background-color: transparent;
  color: #e5472e;
}
.softOutfit_skill2 .softOutfit_title h1 {
  font-size: 30px;
}
.softOutfit_skill2 .box {
  width: 1180px;
  margin: 30px auto 0 auto;
}
.softOutfit_skill2 .box ul {
  width: 100%;
}
.softOutfit_skill2 .box ul li {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  overflow: hidden;
}
.softOutfit_skill2 .box ul li.noMarginR {
  margin-right: 0;
}
.softOutfit_skill2 .box ul li .img {
  width: 100%;
  height: 194px;
  overflow: hidden;
}
.softOutfit_skill2 .box ul li .img img {
  display: block;
  width: 100%;
}
.softOutfit_skill2 .box ul li .txt {
  width: 278px;
  height: 80px;
  border: 1px solid #d8d8d8;
  border-top: 0;
}
.softOutfit_skill2 .box ul li .txt h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #151515;
  padding-top: 24px;
  position: relative;
}
.softOutfit_skill2 .box ul li .txt h3:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 3px;
  background-color: #e5472e;
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
}
.softOutfit_skill2 .box ul li .cover {
  width: 100%;
  height: 120px;
  background-color: #000;
  position: absolute;
  bottom: -120px;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.softOutfit_skill2 .box ul li .cover h3 {
  padding-top: 20px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.softOutfit_skill2 .box ul li .cover h3:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 3px;
  background-color: #e5472e;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.softOutfit_skill2 .box ul li .cover p {
  font-size: 14px;
  color: #7c7c7c;
}
.softOutfit_skill2 .box ul li:hover .cover {
  bottom: 0;
  opacity: 1;
}
.softOutfit_form2 {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.softOutfit_form2 > img {
  width: 100%;
  display: block;
}
.softOutfit_form2 .box {
  width: 320px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 80px;
}
.softOutfit_form2 .box .img {
  width: 100%;
  cursor: pointer;
}
.softOutfit_form2 .box .img img {
  display: block;
  width: 100%;
}
.softOutfit_form2 .box .form {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 142px;
  background-color: #1d1f23;
  display: none;
}
.softOutfit_form2 .box .form .p1 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  padding-top: 15px;
}
.softOutfit_form2 .box .form .p2 {
  width: 232px;
  height: 36px;
  margin: 10px auto;
}
.softOutfit_form2 .box .form .p2 input {
  width: 100%;
  border: 0;
  font-size: 14px;
  text-align: center;
  color: #5f5f5f;
  height: 36px;
}
.softOutfit_form2 .box .form .btn {
  width: 232px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background-color: #fd405c;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #fd405c;
  transition: all 0.3s linear;
}
.softOutfit_form2 .box .form .btn:hover {
  background-color: transparent;
  color: #fd405c;
}
.softOutfit_form2 .box .video {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 142px;
  display: none;
}
.softOutfit_gw {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.softOutfit_gw > img {
  display: block;
  width: 100%;
}
.softOutfit_gw .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
}
.softOutfit_gw .box .softOutfit_title h1 {
  color: #fff;
}
.softOutfit_gw .box .ul1 {
  margin-top: 50px;
  width: 100%;
  border-bottom: 1px solid #564d43;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.softOutfit_gw .box ul {
  width: 1180px;
  margin: 0 auto;
  height: 26px;
}
.softOutfit_gw .box ul li {
  float: left;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 24.8%;
  border-right: 1px solid #564d43;
}
.softOutfit_gw .box ul li a {
  font-size: 18px;
  color: #bebebe;
}
.softOutfit_gw .box ul li.noBorder {
  border: 0;
}
.softOutfit_wt {
  width: 100%;
  background-color: #ebebeb;
  padding: 60px 0 40px 0;
  margin-bottom: 60px;
}
.softOutfit_wt .box {
  width: 1180px;
  margin: 40px auto 0 auto;
}
.softOutfit_wt .box ul {
  width: 100%;
}
.softOutfit_wt .box ul li {
  width: 380px;
  height: 56px;
  line-height: 56px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.softOutfit_wt .box ul li span {
  float: left;
  padding-left: 10px;
  width: 230px;
  background-color: #fff;
  height: 56px;
  font-size: 18px;
  color: #151515;
}
.softOutfit_wt .box ul li a {
  float: right;
  width: 138px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #e5472e;
  text-align: center;
  background-color: #e5472e;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s linear;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.softOutfit_wt .box ul li a:hover {
  background-color: #fff;
  color: #e5472e;
}
.softOutfit_wt .box ul li.noMarginR {
  margin-right: 0;
}
.softOutfit_zp {
  width: 100%;
  margin-top: 60px;
}
.softOutfit_zp .box {
  width: 1180px;
  margin: 40px auto 0 auto;
}
.softOutfit_zp .box ul {
  width: 100%;
}
.softOutfit_zp .box ul li {
  float: left;
  width: 280px;
  margin-right: 20px;
  position: relative;
}
.softOutfit_zp .box ul li.noMarginR {
  margin-right: 0;
}
.softOutfit_zp .box ul li img {
  width: 100%;
  display: block;
}
.softOutfit_zp .box ul li .txt {
  width: 280px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.softOutfit_zp .box ul li .txt span {
  float: left;
  width: 235px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}
.softOutfit_zp .box ul li .txt i {
  float: right;
  width: 45px;
  height: 40px;
  background: url("softOutfitImg/0920rightbtn.png") no-repeat center #e5472e;
}
.indoorSJ0828_form{
  width: 100%;
  position: relative;
}
.indoorSJ0828_form img{
  display: block;
  width: 100%;
}
.indoorSJ0828_form .box{
  width: 1180px;
  position: absolute;
  top:125px;
  left: 50%;
  margin-left: -590px;
  text-align: center;
  color:#fff;
}
.indoorSJ0828_form .box .p1{
  font-size: 40px;
}
.indoorSJ0828_form .box h3{
  font-size: 52px;
  margin-bottom:65px;
}
.indoorSJ0828_form .box .p2{
  width: 328px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 10px;
  margin:0 auto;
}
.indoorSJ0828_form .box .p2 input{
  border: 0;
  width: 328px;
  height: 52px;
  background-color: transparent;
}
.indoorSJ0828_form .box .p2 input:focus{
  outline: 0;
  outline-offset: 0;
}
.indoorSJ0828_form_div{
  width: 338px;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 10px;
}
.indoorSJ0828_form_div input{
  width: 56%;
  float: left;
  height: 52px;
  line-height: 52px;
  outline: none;
  border: 0;
  padding-left: 4%;
}
.indoorSJ0828_form_div span{
  width: 40%;
  float: left;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  background-color: #e5472e;
  color:#fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.indoorSJ0828_form .box .btn{
  width: 336px;
  height: 50px;
  border: 1px solid #e5472e;
  line-height: 52px;
  text-align: center;
  color:#fff;
  font-size: 24px;
  background-color: #e5472e;
  border-radius: 5px;
  margin:15px auto 0 auto;
  cursor: pointer;
  transition: all 0.3s linear;
}
.indoorSJ0828_form .box .btn:hover{
  background-color: transparent;
  color:#e5472e;
}
.wabpage_medal {
  width: 100%;
  position: relative;
}
.wabpage_medal .indoorSJ0828_title {
  margin-top: 40px;
}
.wabpage_medal .ulBox {
  width: 1180px;
  height: 276px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  position: relative;
}
.wabpage_medal .ulBox ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 276px;
}
.wabpage_medal .ulBox ul li {
  float: left;
  width: 315px;
  margin-right: 45px;
  padding-top: 45px;
  transition: all 0.3s linear;
}
.wabpage_medal .ulBox ul li.big {
  width: 460px;
  padding: 0;
}
.wabpage_medal .ulBox ul li img {
  width: 100%;
}
.wabpage_medal .btn {
  position: absolute;
  width: 42px;
  height: 52px;
  top: 61%;
  background-color: #dbdbdb;
  cursor: pointer;
  transition: all 0.3s linear;
}
.wabpage_medal .btnl {
  left: 50%;
  margin-left: -680px;
}
.wabpage_medal .btnr {
  right: 50%;
  margin-right: -680px;
}
/*20180225修正样式*/
.correction1 ul{
  width: 1177px;
  margin: 0 auto;
  border:1px solid #d8d8d8;
  margin-top: 32px;
  margin-bottom:50px; 
}
.correction1 li{
  float: left;
  width: 50%;
}
.correction1 li:first-child{
    width: 34%;
    padding: 33px 8%;
    background-color: #f7f7f7;
}
.correction1 .text{
  margin-top: 68px;
  padding-left: 12%;
  position: relative;
}
.correction1 .text h2{
  color: #0a0a0a;
  font-size: 30px;
}
.correction1 .text span{
  background-color: #e5472e;
  height: 3px;
  width: 20px;
  position: absolute;
  top:28%;
  left: 12%;
}
.correction1 .text p{
  font-size: 16px;
  color: #4f4f4f;
  margin-top: 52px;
}
.correction1 .text small{
  font-size: 14px;
  color: #cbcbcb; 
  margin-top: 72px;
  display: block;
}
.correction2{
  margin:55px 0;
}
.correction2 ul{
  margin:42px auto;
  width: 1186px;
  height: 238px;
}
.correction2 ul li{
  width: 23.5%;
  margin-left: 2%;
  float: left;
  transition:all 0.3s linear;
}
.correction2 ul li:hover{
  margin-top: -5px;
  box-shadow: 0px 2px 13px 4px #e4e4e4;
}
.correction2 ul li:hover .text{
  background-color: #fff;
}
.correction2 ul li img{
  width: 100%;
  vertical-align: top;
}
.correction2 ul li:first-child{
  margin-left: 0;
}
.correction2 .text{
  padding:8px 22px;
  background-color: #f5f5f5;
}
.correction2 .text .top{
  border-bottom:1px solid #d2d2d2;
  padding:8px 0;
}
.correction2 .text .left{
  float: left;
  font-size: 18px;
  color: #161616;
}
.correction2 .text .right{
  float: right; 
  font-size: 20px;
  color: #e5472e; 
}
.correction2 .text .bottom{
  padding: 8px 0;
  color: #161616;
  font-size: 14px;
}
.correction2 a.look{
  width: 236px;
  height: 48px;
  border:1px solid #e5472e;
  background-color: #e5472e;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color:#fff;
  margin:0 auto;
  display: block;
  transition: all 0.3s linear;
}
.correction2 a.look:hover{
  background-color: transparent;
  color:#e5472e;
}
.gdsn_module9 {
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  background: url("softOutfitImg/022506.jpg") no-repeat ;
}
.gdsn_module9 .box {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.gdsn_module9 .box .list {
  width: 1000px;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.gdsn_module9 .box .list ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 520px;
}
.gdsn_module9 .box .list ul li {
  float: left;
  width: 1000px;
  height: 520px;
}
.gdsn_module9 .box .list ul li img {
  display: inline-block;
  width: 400px;
  vertical-align: middle;
}
.gdsn_module9 .box .list ul li .txt {
  display: inline-block;
  width: 550px;
  vertical-align: middle;
  margin-left:30px;
}
.gdsn_module9 .box .list ul li .txt h1 {
  font-size: 30px;
  color: #333;
}
.gdsn_module9 .box .list ul li .txt p {
  font-size: 16px;
  color: #333;
}
.gdsn_module9 .box .list ul li .txt h6 {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.gdsn_module9 .box .list ul li .txt hr {
  width: 30px;
  border: 1px solid #e5472e;
  margin-top: 10px;
  margin-bottom: 30px;
}
.gdsn_module9 .box .list ul li .txt small {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.gdsn_module9 .box .list ul li a {
  display: block;
  width: 190px;
  height: 50px;
  border: 1px solid #e5472e;
  background-color: #e5472e;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  transition: all 0.3s linear;
}
.gdsn_module9 .box .list ul li a:hover {
  background-color: transparent;
  color: #e5472e;
}
.gdsn_module9 .box .nav {
  width: 180px;
  height: 440px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -220px;
}
.gdsn_module9 .box .nav .navBox {
  width: 100%;
  height: 326px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -163px;
  overflow: hidden;
}
.gdsn_module9 .box .nav .navBox ul {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.gdsn_module9 .box .nav .navBox ul li {
  width: 93px;
  height: 84px;
  margin-bottom: 37px;
  margin-left: 87px;
  position: relative;
}
.gdsn_module9 .box .nav .navBox ul li .cover {
  width: 145px;
  height: 60px;
  border: 1px solid #e5472e;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 17px;
  display: none;
}
.gdsn_module9 .box .nav .navBox ul li .cover p {
  margin-top: 5px;
  margin-left: 17px;
  font-size: 30px;
  font-weight: bold;
  color: #e5472e;
}
.gdsn_module9 .box .nav .navBox ul li .cover hr {
  width: 15px;
  border: 1px solid #e5472e;
  margin-left: 18px;
}
.gdsn_module9 .box .nav .navBox ul li.active .cover {
  display: block;
}
.gdsn_module9 .box .nav > p {
  width: 93px;
  height: 40px;
  background: url("gdsnImg/0208jts.png") no-repeat center;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.gdsn_module9 .box .nav > p.btns {
  top: 0;
}
.gdsn_module9 .box .nav > p.btnx {
  background-image: url("gdsnImg/0208jtx.png");
  bottom: 0;
}
.sn0126_fiverj .box {
  width: 1180px;
}
.sn0126_fiverj .inBox {
  width: 100%;
  height: 280px;
  margin-top: 40px;
  position: relative;
}
.sn0126_fiverj .inBox ul {
  width: 940px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.sn0126_fiverj .inBox ul li {
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
}
.sn0126_fiverj .inBox ul li img {
  display: block;
  width: 100%;
}
.sn0126_fiverj .inBox ul li.li1 {
  width: 420px;
  height: 190px;
  top: 45px;
  left: 0;
  z-index: 1;
}
.sn0126_fiverj .inBox ul li.li2 {
  width: 620px;
  height: 280px;
  top: 0;
  left: 17%;
  z-index: 2;
}
.sn0126_fiverj .inBox ul li.li3 {
  width: 420px;
  height: 190px;
  top: 45px;
  left: 55.4%;
  z-index: 1;
}
.sn0126_fiverj .inBox p {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
}
.sn0126_fiverj .inBox p.btnl {
  left: 0;
  background: url("softOutfitImg/022516.png") no-repeat center;
}
.sn0126_fiverj .inBox p.btnr {
  right: 0;
  background: url("softOutfitImg/022515.png") no-repeat center;
}
.correction3 {
  background-color: #ebebeb;
  padding:56px 0;
}
.correction3 .text ul{
  width: 1182px;
  margin:0 auto;
  margin-top: 34px;
}
.correction3 .text li{
   width: 32%;
   float: left;
   margin-left: 2%;
}
.correction3 .text li:first-child{
  margin-left: 0;
}
.correction3 .text li img{
  width: 100%;
  vertical-align: top;
}
.correction3 .text li p{
  width: 100%;
  color:#191919;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
}
.correction4{
  width: 100%;
  background-color: #f9f9f9;
  position: relative;
  height: 500px;
  margin-top: 54px;
}
.correction4 a{
  position: absolute;
  left:50%;
  margin-left: -583px;
  top:134px;
}