@font-face {
  font-family: 'iconfont';
  /* project id 971715 */
  src: url('//at.alicdn.com/t/font_971715_e3ce5myg4e7.eot');
  src: url('//at.alicdn.com/t/font_971715_e3ce5myg4e7.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_971715_e3ce5myg4e7.woff2') format('woff2'), url('//at.alicdn.com/t/font_971715_e3ce5myg4e7.woff') format('woff'), url('//at.alicdn.com/t/font_971715_e3ce5myg4e7.ttf') format('truetype'), url('//at.alicdn.com/t/font_971715_e3ce5myg4e7.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.head {
  background: #7a1d15;
}
.head .head-box {
  height: 80px;
}
.head .head-box .logo {
  float: left;
  margin-top: 14px;
  display: inline-block;
}
.head .head-box .logo img {
  height: 55px;
  display: inline-block;
}
.head .head-box .nav {
  line-height: 80px;
}
.head .head-box .nav ul li {
  display: inline-block;
  line-height: 48px;
  text-align: center;
  margin-left: 40px;
}
.head .head-box .nav ul li a {
  font-size: 18px;
  color: #fff;
}
.head .head-box .nav ul .on a {
  color: #fff87f;
}
.head .head-box .nav ul li:hover a {
  color: #fff87f;
}

.banner{
    background: url(/assets/dacf09/images/dacf_02.jpg) no-repeat center;
    width: 100%;
    height: 450px;
}

.banner_left{
    width: 130px;
    background: #7a302a;
    float: left;
    height: 450px;
}
.banner_left ul li{
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.banner_left ul li a{
   color: #fff;
  display: block;
}
.banner_left ul li a:hover{
   background: #b52919;
   color: #fff;
   
}

.banner_right{
    float: left;
    width: 70%;
}
.banner_right p{
    text-align: center;
    font-size: 76px;
    font-weight: bold;
    margin-top: 100px;
    color: #7a1d15;
}

.fail{
    background: #eeecec;
    overflow: hidden;
        padding-bottom: 50px;
}
.fail h4{
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    font-weight: bold;
    line-height: 300%;
}
.fail ul li{
    width: 190px;
    margin-right: 12px;
    float: left;
    background: #fff;
    padding: 40px 0px;
}
.fail ul li h5{
    width: 100%;
    background: #7a1d15;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.fail ul li p{
   height: 75px;
    margin: 25px 20px;
    line-height: 1.6;
}

.fail ul li a{
    background: #7a1d15;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin: 0px auto;
    width: 160px;
    display: block;
    height: 40px;
}

.fail ul li a:hover{
    border: 1px solid #7a1d15;
    color: #7a1d15;
    background: #fff;
    
}

.fail ul li:last-child{
    margin-right: 0px;
}

.notice{
    background: #7a1d15;
    padding: 20px 0;
    overflow: hidden;
}
.notice .notice_title{
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    color: #7a1d15;
    writing-mode: vertical-rl;
    background: #fff;
    font-weight: bold;
    float: left;
    padding: 10px;
    
}
.notice .notice_body{
    float: left;
    padding: 22px 20px;
    color: #fff;
    line-height: 200%;
}
.notice .notice_body h4{
    font-size: 20px;
    font-weight: bold;
}

.help{
    padding: 40px 0;
}
.help h4{
    font-size: 44px;
    text-align: center;
    font-weight: bold;
}
.help h4 span{
    color: #7a1d15;
}
.help .help_body{
    background: url(/assets/dacf09/images/dacf_05.jpg) no-repeat;
    background-size: over;
    padding-left: 580px;
    margin-top: 25px;
}
.help .help_body ul li{
    line-height: 270%;
    border: 1px solid #7a1d15;
    border-radius: 5px;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 20px;
}
.help .help_body ul li span{
    padding: 7px 14px;
    background: #7a1d15;
    color: #fff;
    border-radius: 0px 16px 16px 0;
    margin-right: 20px;
    background-image: -webkit-linear-gradient(-30deg, #7e1f14 0%, #bc2a1a 100%);
}
.anniu{
    text-align: center;
    margin-top: 36px;
    height: 70px;
}

.buts{
    margin: 0px auto;
    text-align: center;
    background: #7a1d15;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 70px;
    line-height: 64px;
    display: inline-block;
    border-radius: 36px;
}

.anniu a:hover{
    color: #fff;
    background: #bb0808;
}
.shipin{
    overflow: hidden;
}
.shipin h4{
    font-size: 44px;
    text-align: center;
    font-weight: bold;
}
.shipin p{
    text-align: center;
    line-height: 300%;
    font-size: 20px;
}
.shipin span{
    font-weight: bold;
    color: #7a1e14;
}

.anli01{
    float: left;
    width: 590px;
    background: #e8e8e8;
    padding: 11px;
    border-radius: 5px;
    
}
.anli01 p{
    color: #7a1e14;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.anli02{
    float: right;
    width: 590px;
    background: #e8e8e8;
     padding: 11px;
    border-radius: 5px;
}

.anli02 p{
    color: #7a1e14;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.shili{
    overflow: hidden;
        margin: 35px 0 55px 0;
}
.shili h4{
    font-size: 44px;
    text-align: center;
    line-height: 300%;
    font-weight: bold;
}
.shili ul li{
    float: left;
    padding-right: 13px;
}
.shili ul li img{
    width: 290px;
    height: 200px;
}
.shili ul li:last-child{
    padding-right: 0px;
}
.shili ul li p{
    text-align: center;
    line-height: 220%;
}

.baiodan{
    width: 100%;
    height: 435px;
    background: url(/assets/dacf09/images/dacf_21.jpg) no-repeat center;
}

.problem{
    overflow: hidden;
    margin: 40px 0px;
}
.problem h4{
    font-size: 44px;
    text-align: center;
    font-weight: bold;
}
.problem ul{
   margin-top: 20px;
}
.problem ul li{
    width: 32%;
    margin-right: 2%;
    line-height: 300%;
    border: 1px dashed  #666666;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    padding-left: 50px;
    background: url(/assets/dacf09/images/dacf_24.png) no-repeat left;
    background-position-x: 5px;
    font-size: 24px;
    
}
.problem ul li:a{
    display: block;
}
.problem ul li:nth-child(3n){
    margin-right: 0px;
}

.problem p{
    line-height: 250%;
    text-align: center;
    font-size: 20px;
}

.foot {
  background: #f0f0f0;
  text-align: center;
  padding:20px 0;
}
.foot p {
    font-size: 16px;
    color: #bebebe;
    line-height: 1.5rem;
}


.feedback {
  color: #fff;
  padding: 2rem 1.5rem;
  width: 600px;;
  float: left;
}
.feedback h4{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.feedback p{
    text-align: center;
    line-height: 280%;
}

.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: 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: 1px #d2d2d2 solid;
  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;
  background: none ;
}

.feedback .form-group input[type="submit"] {
  background-color: #ffe400;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  color: #7a1e14;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: .05rem;
  border-radius: .25rem;
}

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

.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: #7a1e14;
  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;
}
