@charset "utf-8";
/* CSS Document */ 

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 20px;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width:320px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (min-width:320px) and (max-width:352px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (min-width:352px) and (max-width:384px) {
  html {
    font-size: 11px;
  }
}

@media only screen and (min-width:384px) and (max-width:416px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width:416px) and (max-width:448px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width:448px) and (max-width:480px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width:480px) and (max-width:512px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width:512px) and (max-width:544px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width:544px) and (max-width:576px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width:576px) and (max-width:608px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width:608px) and (max-width:640px) {
  html {
    font-size: 19px;
  }
}

@media only screen and (min-width:640px) {
  html {
    font-size: 20px;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 0.7rem;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  background: #fff;
  color: #333;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
}

li, ul {
  list-style: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #2479cc;
}

img {
  max-width: 100%;
}

input {
  -webkit-appearance: none;
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}


.top{
	background:#1152e3;
	height:4rem;
	}
	
.banner{
	background:url(../images/byz_01.png) no-repeat;
	background-size:100%;
	padding:7rem 1rem 3rem 1rem;
	color:#fff;
	}
	
.banner h3{
	font-size: 2.8rem;
    line-height: 160%;
	}
	
.banner p{
	font-size:1.2rem;
	line-height:3rem;
	border:1px #fff solid;
	display: inline;
    padding: .5rem 0;
    padding-right: .5rem;
	
	}
	
.banner span{
	background:#fff;
	color:#1152e3;
	padding: .5rem;
	
	}
	
.btns1{
	 background: #ffd765;
    /* padding: .5rem 2rem; */
    border-radius: 6rem;
    color: #1152e3;
    font-size: 1.6rem;
	font-weight:bold;
    margin-top: 1rem;
    width: 46%;
    text-align: center;
    line-height: 3rem;	
	}
.btns1 a{
	color:#06F;
	}	
	
.use{
	margin:1rem;
	border:2px solid #1152e3;
	border-radius:6px;
	padding:1rem;
	height: 7rem;
	
	}
.use_title{
	float: left;
    font-size: 1.6rem;
    font-weight: bold;
    border-right: 2px solid #1152e3;
    width: 20%;
	}
.use_body{
	float: right;
    width: 78%;
    font-size: 1rem;
    line-height: 200%;
	}
	
	/*
.daohang{
	margin:1.6rem 1rem;
	}
.daohang ul li{
	float:left;
	width:33.3%;
	text-align:center;
	margin-bottom:1rem;
	}
.daohang ul li img{
	width: 55%;	
	}
.daohang  li p{
	    line-height: 3;
		font-weight: bold;
	} */
	
	
.feedback {
  background: url(../images/03.jpg) center top no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 2rem 1.5rem 0 1.5rem;
}

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

.feedback .container {
  padding: 2.5rem 1rem 0;
  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: 2.5rem;
  font-family: "SimSun";
  line-height: 1.5;
  color: #266de3;
}

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

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

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

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

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

.feedback .form-group input {
  display: block;
  flex-grow: 1;
  padding-right: 1rem;
  height: 3rem;
  line-height: 3rem;
  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 .choices {
  display: flex;
  flex-grow: 1;
  font-size: 1rem;
}

.feedback .choices .choice {
  flex-grow: 1;
}

.feedback .choices input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.feedback .choices input[type="radio"]+label {
  font-size: 1rem;
  padding: 0;
}

.feedback .choices input[type="radio"]+label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 1rem;
  margin-right: .5rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.feedback .choices input[type="radio"]:checked+label:before {
  background-color: #0178cc;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.feedback .choices input[type="radio"]:focus+label:before {
  outline: none;
  border-color: #0178cc;
}

.feedback .choices input[type="radio"]+label:empty:before {
  margin-right: 0;
}

.feedback .count-down {
  font-size: 2rem;
  border-radius: 2rem;
  background: #e32626;
  color: #fff;
  padding: .5rem 0;
  margin-bottom: 2rem;
}

.feedback .count-down span {
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  margin: 0 .2rem;
  padding: 0 .2rem;
  background: #fff;
  color: #e32626;
}

.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;
}

.feedback .scroll {
  margin-top: 1rem;
  padding: 2rem 1.5rem;
}

.feedback .scroll h3 {
  color: #1459ce;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

.feedback .scroll h3 span {
  position: relative;
}

.feedback .scroll h3 span::before {
  display: inline-block;
  content: '';
  width: 2.5rem;
  height: .1rem;
  background: #1459ce;
  position: absolute;
  left: -3rem;
  top: 50%;
}

.feedback .scroll h3 span::after {
  display: inline-block;
  content: '';
  width: 2.5rem;
  height: .1rem;
  background: #1459ce;
  position: absolute;
  right: -3rem;
  top: 50%;
}

.feedback .scroll .srcoll-wrapper {
  height: 9rem;
  overflow: hidden;
  margin-top: 3rem;
}

.feedback .scroll ul {
  animation: scroll 10s linear infinite;
  margin: 0;
  padding: 0;
}

.feedback .scroll ul li a {
  display: block;
  font-size: 1.1rem;
  height: 3rem;
  line-height: 3rem;
  box-sizing: content-box;
  border-bottom: .1rem dashed #ccc;
  position: relative;
  margin: 0;
  padding: 0;
}

.feedback .scroll ul li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #1459ce;
}

.feedback#sdjh {
  background: #266de3;
}

.feedback#sdjh .form h3 {
  font-size: 2rem;
}

.feedback#dacf2 {
  background: url(../images/popularization-bg.png) center top no-repeat;
  background-size: contain;
  padding-top: 0;
}

.feedback#dacf2 .container {
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, .1);
}

.feedback#dacf2 .form h3 {
  font-size: 2rem;
}

.feedback#cdcp {
  background: #266de3;
}

.feedback#cdcp .form h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.feedback#cdcp .form h3 span {
  color: #000;
}

.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: 20rem;
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: .5rem;
  text-align: center;
}

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

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

.msgbox .msgbox-content .close {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/x.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(../images/x.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: .5rem;
  top: .5rem;
}



      .daohang{margin:1.5rem 0;}

      .daohang ul{display:flex;justify-content:center;align-items:center;padding:1rem;}
      .daohang li{flex:0 0 33%;text-align:center;background-repeat:no-repeat;background-size:5.5rem;
	  background-position:top center;padding:6rem 0 0;box-sizing:border-box; font-size:1.2rem;font-weight: bold;    height: 7.5rem;}
      .daohang a{flex: 0 0 33%;}
      
      .tongzhi{ border: 1px solid #333;    margin: 2rem;    padding: 1rem;    background: #f7f7f7; box-shadow: 3px 3px 3px #8282827d;}
      .tongzhi h3{font-size：2rem; line-height:240%; text-align: center;}
      .tongzhi p{text-indent: 2rem;     line-height: 190%;}

      
      .btns{text-align: center;
    position: relative;
        line-height: 3rem;
      }
		  
      .btns a{
		  padding: .8rem 5rem;
        background: linear-gradient(to right, #ec7e0c, #ec0704);
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 2rem;
    text-align: center;
    margin: 0px auto;
      letter-spacing: .2rem;}
      
      .btns p{  font-size: 1rem;    color: #7a7a7a;}
	  
	  
	 
	.four{
		margin:3rem 0 2rem 0;		
		}
	.four h4{
		font-size:2rem;
		text-align:center;
		line-height:3rem;
	}



.weihai{
	background-color: #fff;
    padding: 3rem 0 0 0;
		 }
.weihai h3{
	color:#1152e3;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
			  
.weihai ul{
	padding: 0 1rem;
	padding-bottom: 1rem;
}
			  
.weihai  li{
	float: none;
    background: #cedcee;
    line-height: 200%;
    /* margin: .2rem 1rem; */
     width: 100%;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    margin: .3rem 0;
}
			  
.weihai .litop {
	background-color: #1152e3 !important;
    background: url(../images/byz_03.jpg) no-repeat center left;
    background-position: 10px;
    background-size: 15%;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 10px 10px 0 0;
    padding-left: 6rem;
}



.weihai .litop1{
	background-color:#1152e3 !important;
    color: #fff ;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
}

.li1{	
	 color:#1152e3;
	 font-size: 1.5rem !important;
	font-weight: bold;
	text-align: center;
}
   
.bdshuang{
	background:url(../images/byz_02.jpg) no-repeat;
	min-width:100%;
	padding:2rem 1rem;
    margin: 2rem 0;
	} 
.bdshuang h4{	
	font-size:2rem;
	text-align:center;
	color:#fff;
	line-height:2.6rem;
	}
.bdshuang h5{
	font-size:1.6rem;
	}
.bdshuang ul li{
	background-color:#FFF;
	padding:1rem;
	border-radius:8px;
	padding-left:7rem;
	margin-top: 1rem;
	}
.bdshuang ul li p{
	font-size:2rem;
	color:#feb62b;
	font-weight:bold;
}
.bdshuang ul li span{
	font-size: 1.4rem;
	}
.list1{
	background:url(../images/byz_08.png) no-repeat;
	background-size:18%;
	background-position: 1rem;
	}

.list2{
	background:url(../images/byz_12.png) no-repeat;
	background-size:18%;
	background-position: 1rem;
	}
	
.list3{
	background:url(../images/byz_15.png) no-repeat;
	background-size:18%;
	background-position: 1rem;
	}


.gongnue{
	padding:1rem;
	}
.gongnue h4{
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	line-height:5rem;
}
.gongnue ul{
	}
.gongnue ul li{
	font-size:1.4rem;
	height:12rem;
	}
.gn_left{
	float:left;
	width:39%;
	}
.gn_right{
	float:right;
	width:60%;
}

.gn_title{
	background:#c0c6d2;
	text-align:center;
	line-height:4rem;
    margin-bottom: .2rem;
	}
.gn_body{
	background:#f5f8fa;
	padding:.5rem;
	height:8rem;
	}
.gn_rtit{
	background:#5d8efa;
	text-align:center;
	line-height:4rem;
	margin-bottom: .2rem;
	}
.gn_rbody{
	background:#aed2fe;
	padding:.5rem;
	height:8rem;
	display: flex;
    align-items: center;
	}

.gn_btns{
	  text-align: center;
	  margin: 2rem 0;
	}
.gn_btns a{
	  
    line-height: 3rem;
    background: linear-gradient(to right, #ec7e0c, #ec0704);
    color: #fff;
    padding: .7rem 3rem;
    border-radius: 4rem;
    font-weight: 2rem;
    font-size: 1.6rem;
    margin: 1rem;
    font-weight: bold;
	
	}
	
	
	
.xueli{
	background:url(../images/byz_08.jpg) no-repeat;
	padding:2rem 1rem;
	background-size: cover;
	}
.xueli_wen{
	    padding: 2rem 1.4rem;
	background:#FFF;
	border: 2px solid #000;
	}
.xueli_wen h4{
	font-weight:bold;
	font-size:2rem;
	line-height:3rem;
	text-align:center;
	color:#F00;
	}
	
.xueli_wen h5{
	font-weight:bold;
	font-size:1.6rem;
	line-height:3rem;
	text-align:center;
	color:#F00;
	}
	
.xueli_wen p{
	font-size:1.3rem;
	line-height:2rem;
	}
.xueli_wen span{
	text-indent:2em;
}

.xueli_wen a{
	background: linear-gradient(to right, #ec7e0c, #ec0704);
	line-height:4rem;
	text-align:center;
	display:block;
	width:70%;
	margin:0.5rem auto;
	border-radius:4rem;
	color:#FFF;
	font-size:1.6rem;
}
	
hr{
	height: 1px;
    background: #e32626;
    border: #e32626;
    margin-bottom: 2rem;
	}
	
.dayi{
	background:#2969f7;
	padding:2rem 1rem;
	color:#fff;
}
.dayi h4{
	font-size:2.4rem;
	text-align:center;	 
}
.dayi_title{
	line-height:4rem;
	font-size:1.6rem;
	font-weight:bold;
	}
.dayi_wen{
	background:#fff;
	color:#333;
	padding:1rem;
	line-height:2rem;
	}


.pingjia{       
    margin: 2rem 1rem;
    color: #333;
    font-size: 1.2rem;
    border: 1.2rem solid #2969f7;
    border-radius: 5rem;
    padding: 0 1em;
}
.pingjia h4{     color: #fbfbfb;
    font-size: 2rem;
    text-align: center;
    line-height: 4rem;
    background: #2969f7;
    width: 70%;
    margin: 0px auto;
    border-radius: 0 0 1rem 1rem;}

.pingjia .list{    padding: 0 0rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    height: 20rem;
    overflow: hidden;
    margin-top: 1rem;}
.pingjia li{padding:.5rem 0;border-bottom:1px dashed #fff;}
.pingjia li span{color:#F00;}
.pingjia table{margin:5% auto 0;margin-bottom:2%;}
.pingjia table td{padding:5px 0;}
.pingjia table td .nowrap{white-space:nowrap;}
.pingjia table .post{border:1px solid #cfcfcf;width:80px;height:80px;margin-left:5px;line-height:40px;color:#808080;font-size:30px;text-align:center;border-radius:15px;cursor:pointer;background:#EEE;}
.pingjia table input{width:95%;padding:.2rem .5rem;}
.pingjia table textarea{width:95%;padding:.2rem .5rem;}
.pingjia .more{display:block;text-align:center;color:#fff;font-size:1.2rem;}

.gsjj{
	margin:1rem;
	}
	
.gsjj h4{
	background:#aec5f7;
	font-size:2rem;
	line-height:4rem;
	}
.gsjj span{
	    background: #2969f7;
    padding: 0 2rem;
    /* padding: 1rem 2rem; */
    text-align: center;
    display: block;
    width: 46%;
    margin: 0px auto;
    color: #fff;
	}
	
.gsjj_wen{
	background:#2969f7;
	margin-top: 1rem;
	padding: 2rem 1rem;
	color:#fff;
	}
.gsjj_wen p{
	text-indent:2rem;
}
.gsjj_wen img{
	margin:1rem 0;
	}

.footer {
    background: #939393;
    padding: 1rem 1rem 5rem;
    position: relative;
    font-size: 1.2rem;
    opacity: .7;
    color: #fff;
}

.footer p {
  font-size: 1.2rem;
  line-height: 2rem;
}

.footer a {
  color: #fff;
}

.fixed-tools {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.fixed-tools ul {
  display: flex;
}

.fixed-tools ul li {
  flex-basis: 50%;
  text-align: center;
  background: #ec0d04;
  color: #fff;
  line-height: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1rem;
}

.fixed-tools ul li:first-of-type {
   background: #ec7b0c;
}

.fixed-tools ul li a {
  color: #fff;
  display: block;
  height: 100%;
}

.fixed-tools ul li i {
  display: inline-block;
  width: 1.7rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: .5rem;
}

.fixed-tools ul li i.wx {
  background-image: url(/assets/dacf_20201205/images/ico-phone.png);
}

.fixed-tools ul li i.tel {
  background-image: url(/assets/dacf_20201205/images/ico-wechat.png);
}	
	
	
@keyframes scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}