.feedback {
      color: #fff;
    padding: 1.8rem 1.5rem;
    width: 680px;
    float: left;
    background: #2969f7;
    border-radius: 6px;
     text-align: center;
     height: 420px;
}
.feedback p{
    font-size: 28px;
    font-weight: bold;
   
}

.feedback span{
    line-height: 300%;
    font-size: 16px;
    text-align: center;
}

.feedback .feedback-header {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

.feedback .container {
  padding: 1.5rem;
  background: #fff;
  border-radius: .5rem;
}

.feedback .form {
  color: #000;
  text-align: center;
  position: relative;
}

.feedback .form.bd {
  border: .1rem solid #ccc;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  border-radius: .5rem;
}

.feedback .form h3 {
  font-size: 3.5rem;
  font-family: "SimSun";
  line-height: 1.5;
  color: #266de3;
}

.feedback .form p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.feedback .form-group {
  margin: 0 0 15px;
  background: #fff;
  position: relative;
  display: flex;
}

.feedback .form-group.bd {
  border: 1px #d2d2d2 solid;
  padding: 0;
  border-radius: .25rem;
  height: 50px;
}

.feedback .form-group:last-child {
  padding: 0;
  border: none;
}

.feedback .form-group label {
  padding-left: 1rem;
  line-height: 50px;
  font-size:18px;
  color: #757575;
}

.feedback .form-group input {
  display: block;
  flex-grow: 1;
  line-height: 50px;
  border: none;
  outline: none;
  font-size: 1.2rem;
}

.feedback .form-group input[type="submit"] {
  background-color: #ff7e02;
  background-image: linear-gradient(to bottom, #ff9b1f, #ff7e02);
  background-size: contain;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .05rem;
  border-radius: .25rem;
}

.feedback .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(http://m.580ing.com/assets/images/loading.gif) center no-repeat rgba(0, 0, 0, .5);
  display: none;
}



.remedy{
    float: right;
    background: #e2e0e0;
    width: 484px;
    border-radius: 6px;
    padding: 5px;
}

.remedy ul li{
    width: 148px;
    height: 194px;
    float:left;
    background: #fff;
    margin: 5px;
    border-radius: 6px;
    padding-top: 20px;
}
.remedy ul li img{
    margin: 0px auto;
    display: block;
}
.remedy ul li p{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}


.msgbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.msgbox .msgbox-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background: #fff;
  padding: 3rem 3rem;
  border-radius: .5rem;
  text-align: center;
}

.msgbox .msgbox-content h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #266de3;
  font-weight: bold;
}

.msgbox .msgbox-content p {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.msgbox .msgbox-content .close {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/dacf_20201223/img/close.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.modal-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.modal-box .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: .5rem;
  text-align: center;
}

.modal-box .modal-content h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #266de3;
}

.modal-box .modal-content p {
  margin: 1rem 0;
  font-size: 1.2rem;
}

.modal-box .form-group {
  margin: 0 0 1.2rem;
  background: #fff;
  position: relative;
  display: flex;
}

.modal-box .form-group.bd {
  border: .1rem solid #ccc;
  padding: 0;
  border-radius: .25rem;
}

.modal-box .form-group:last-child {
  padding: 0;
  border: none;
}

.modal-box .form-group label {
  padding-left: 1rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.2rem;
  color: #757575;
}

.modal-box .form-group input {
  display: block;
  flex-grow: 1;
  padding-right: 1rem;
  height: 3rem;
  line-height: 3rem;
  border: none;
  outline: none;
  font-size: 1.2rem;
}

.modal-box .form-group input[type="submit"] {
  height: 4rem;
  background: url(../images/submit.png) center no-repeat;
  background-size: cover;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  text-indent: -9999px;
  border-radius: .25rem;
}

.modal-box .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(http://m.580ing.com/assets/images/loading.gif) center no-repeat rgba(0, 0, 0, .5);
  display: none;
}

.modal-box .modal-content .close {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/dacf_20201223/img/close.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: .5rem;
  top: .5rem;
}
          
.byz_baike{
   background: url(/assets/dacf_20201223/img/byz_06.jpg) no-repeat center;
   height: 770px;
}
          
.byz_bj{
    background: url(/assets/dacf_20201223/img/byz_08.jpg) no-repeat center;
    height: 695px;
}

 .byz_bds{
   background: url(/assets/dacf_20201223/img/byz_09.jpg) no-repeat center;
   height: 850px;
}


.mafan{
    background: #f2f0f0;
    padding: 10px 0 20px 0;
}

.mafan h4{
    line-height: 2;
    font-weight: bold;
    font-size: 24px;
}

.hx{ 
    content: "";
    margin-left: 4px;
    padding-left: 6px;
    border-left: 1px solid #c0c4cc;
    height: 24px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.mafan p{
    font-size: 18px;
}
.mafan i{
    height: 10px;
    width: 2px;
    background: #2969f7;
}
.biaodan{
    height: 520px;
    padding-top: 40px;
}

.tile{
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 300%;
}

.weihai{
    background: #f2f0f0;
    height: 690px;
    margin-top: 50px;
}

.xueli{
    height: 520px;
    background: url(/assets/byz03/images/byz_25.jpg) no-repeat right;
    padding-right: 400px;
}

.xueli ul li{
    border: 1px solid  #2969f7;
    padding: 10px 20px;
   
}

.xueli ul li h4{
    font-size: 24px;
    font-weight:bold;
    line-height: 240%;
    border-bottom: 1px dotted #2969f7;
}

.xueli ul li p{
    font-size: 18px;
    line-height: 168%;
    margin: 20px 0;
}

.xueli ul li a{
    font-size: 18px;
    background: #f05151;
    padding: 13px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    display: block;
    width: 300px;
    border-radius: 30px;
}

.sixteen{
    background: url(/assets/byz03/images/byz_27.jpg) no-repeat;
    height: 270px;
}
.sixteen h4{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 300%;
}
.sixteen span{
    font-size: 16px;
}
.sixteen ul li{
    width: 32%;
    background: #fff;
    height: 130px;
    float: left;
    margin-right: 2%;
    padding: 20px;
    
}
.sixteen ul li p{
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
}
.sixteen ul li:last-child{
    margin-right: 0px;
}
.sixteen-p{
    width: 68%;
    float: right;
}

.gongnue{
    background:url(/assets/byz03/images/byz_08.jpg) no-repeat bottom;
    height:420px;
}
.gongnue ul{
    
}
.gongnue ul li{
    float: left;
    width: 29%;
    margin-right: 1%;
    background: #aed2fe;
    padding: 10px;
    height: 90px;
    margin-bottom: 14px;
}
.gongnue ul li:last-child{
    margin-right: 0px;
}
.gongnue ul li p{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}



.li_tit{
    width:10% !important; 
    font-size:30px; 
    font-weight:bold; 
    text-align:center;
	color:#fff;
	line-height:70px;
}

.li_anniu{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    height: 55px !important;
    border-radius: 6px;
    background: #f05151 !important;
    
}

.gongnue ul li a{
    color: #fff;
    display: block;
}



 #byz_3{
      height:750px;
      padding-top:50px;      
    }
    
    .bj{ 
      background: url(/assets/byz03/images/byz_31.png) top no-repeat;
      background-size: 96%;
      height: 680px;
      padding: 50px 240px;
    }
    .bj h3{ color:#F00; font-size:40px;     line-height: 2;    font-weight: bold;}
    .bj p{ font-size:18px; line-height:180%; color:#333;}
    .bj strong{font-size:20px; font-weight:bold;}
    .bj span{
        font-family:'华文中宋'; 
        font-size:30px; 
        font-weight:bold; 
        color:#F00; 
        text-align:center;    
        display: block; 
        line-height: 200%;
        
    }
    .bj_top{ border-bottom:3px solid #F00; text-align:center; margin-bottom:30px }   

#byz_3 .btns {
    text-align: center;
}

#byz_3 .btns a {
    display: inline-block;
    width: 220px;
    height: 50px;
    margin: 15px 20px;
    line-height: 50px;
    font-size: 20px;
    background: #f05151;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
}

.dayi{
    height: 540px;
}

.dayi ul li{
    float: left;
    width: 24%;
    margin-right: 1%;
    padding: 20px;
    background: #f2f0f0;
    height: 420px;
}

.dayi ul li h4{
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.dayi ul li p{
     line-height: 170%;
     margin-top: 20px;
}

.dayi ul li:nth-child(2) {
    background: url(/assets/byz03/images/byz_35.jpg) top no-repeat;
}
.dayi ul li:nth-child(3) {
    background: url(/assets/byz03/images/byz_37.jpg) top no-repeat;
}
.dayi ul li:nth-child(4) {
    background: url(/assets/byz03/images/byz_39.jpg) top no-repeat;
}



#section-7 {
	min-height:440px;
	width: 1200px;
	margin: 0px auto;
	background: #e4ecfc;
}

#section-7 form div:not(:first-child) {
	margin-top: 10px;
}

#section-7 form span {
	line-height: 30px;
	display: inline-block;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

#section-7 input {
	font-size: 14px;
	display: inline-block;
	box-sizing: border-box;
	height: 30px;
	padding: 10px 10px;
	border: 1px solid #ccc;
}

#section-7 textarea {
	display: inline-block;
	box-sizing: border-box;
	width: 270px;
	height: 130px;
	padding: 10px 10px;

}

#section-7 ul {
	line-height: 33px;
	padding: 20px;
}

#section-7 li {
	border-bottom: 1px solid #ccc;
}

#section-7 li span {
	color: #f05151;
}


#section-7 .reviews {
	position: relative;
	float: left;
	width: 750px;
	
}
#section-7 .reviews .list {
	overflow: hidden;
	height: 280px;
}

#section-7 .pinglun{
    float: right;
    background: #1152e3;
    height: 280px;
    color: #fff;
        margin-right: 20px;
}

#section-7 .pinglun form {
padding: 30px 20px 10px;
}

#section-7 .pinglun input {
	width: 270px;
}

#section-7 .pinglun input[type='submit'] {
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	right: 60px;
	bottom: 120px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	color: #666;
	border: 1px solid #808080 !important;
	border-radius: 10px;
	background: #eee;
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#section-7 .pinglun input[type='submit']:hover {
	color: #fff;
	background: #c41131;
}





#section-7 .inquiry {
	float: right;
	width: 500px;
	height: 730px;
	border: 1px solid #c41131;
}

#section-7 .inquiry .list {
	overflow: hidden;
	height: 460px;
}

#section-7 .inquiry form {
	padding: 30px 80px;
}

#section-7 .inquiry input {
	float: left;
	width: 250px;
	height: 40px;
}

#section-7 .inquiry input[type='submit'] {
	line-height: 20px;
	width: 80px;
	height: 40px;
	cursor: pointer;
	color: #fff;
	background: #808080;
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#section-7 .inquiry input[type='submit']:hover {
	background: #c41131;
}

#section-7 .btn {
	    font-size: 18px;
    line-height: 40px;
    display: block;
    width: 168px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #1152e3;
    /* border: 1px solid #c41131; */
    background: #fff;
}

#section-7 .btn:hover {
	color: #fff;
	border: 1px solid #2b314b;
	background: #f05151;
}


.complay{
        overflow: hidden;
}

.complay_p{
    background: url(/assets/byz03/images/byz_44.png) top left no-repeat;
    padding-left: 36%;
    float: right;
    height: 330px;
    font-size: 16px;
    line-height: 1.8;
}
.complay_p p{
    text-indent: 2rem;
}


#section-9 h4,#section-9-2 h4 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	color: #9b9b9b;
}

#section-9 .imgs,#section-9-2 .imgs {
	overflow: hidden;
	height: 215px;
	margin: 10px 20px 0;
}

#section-9 ul,#section-9-2 ul {
	width: 9999px;
	transition: all .5s ease;
}

#section-9 li,#section-9-2 li {
	float: left;
	width: 232px;
	height: 190px;
	padding: 0 10px;
}

#section-9 li img,#section-9-2 li img {
	width: 100%;
	height: 100%;
}

#section-9 .btns a,#section-9-2 .btns a {
	position: absolute;
	bottom: 90px;
	display: block;
	width: 15px;
	height: 30px;
	text-indent: -9999px;
	background: url(http://www.580ing.net/assets/images/arrow.png) no-repeat;
}

#section-9 .btns a:hover,#section-9-2 .btns a:hover {
	opacity: .7;
}

#section-9 .btns a.prev,#section-9-2 .btns a.prev {
	left: 0;
	background-position: left top;
   margin: 0px;
    padding: 0px;
      min-width: 15px;
}

#section-9 .btns a.next,#section-9-2 .btns a.next {
	right: 0;
	background-position: right top;
    margin: 0px;
    padding: 0px;
    min-width: 15px;
}

.button{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 300px;
    padding: 13px 0;
    border-radius: 30px;
    margin: 30px auto;
    background: #f05151;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
}

.button a{
    color: #fff;
    display: block;
}
