html, body {
  min-width: 1200px;
}

body {
  font: 14px/150% 'Microsoft Yahei';
  margin: 0 auto;
  color: #333;
  background: #fff;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  transition: all .2s ease;
  text-decoration: none;
  color: #333;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #d7212e;
}

img {
  max-width: 100%;
  border: none;
}

img.center {
  display: block;
  margin: 0 auto;
}

h3 {
  font-size: 44px;
  line-height: 1.8;
}

p {
  line-height: 1.5;
}

.clearfix {
  *zoom: 1;
}

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

.container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.mt60 {
  margin-top: 60px;
}

.icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.tel {
  width: 40px;
  height: 100%;
  background-image: url(../images/icon-tel.png);
  vertical-align: bottom;
}

.icon.doc {
  width: 100%;
  height: 90px;
  background-image: url(../images/icon-doc.png);
}

.icon.user {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-user.png);
  vertical-align: bottom;
}

.icon.phone {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-phone.png);
  vertical-align: bottom;
}

.icon.shield {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-shield.png);
  vertical-align: bottom;
}

#header .container {
  height: 75px;
  line-height: 75px;
  display: flex;
  justify-content: space-between;
}

#header .container>.logo {
  width: 155px;
  height: 75px;
  background: url(../images/logo.png) center no-repeat;
}

#header .container>.logo a {
  display: block;
  text-indent: -9999px;
}

#header .container>.tel {
  color: #333;
  font-size: 24px;
}

#footer {
  padding: 60px 0;
  background: #313233;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer .container>.logo {
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
}

#footer .container>.logo a {
  display: block;
}

#footer .container>.logo p {
  font-size: 18px;
  margin-top: 10px;
}

#footer .container>.copyright {
  margin-left: 250px;
}

#footer .container>.copyright p {
  font-size: 18px;
  line-height: 1.5;
  color: #999;
}

.btns {
  text-align: center;
}

.btns a {
  display: inline-block;
  min-width: 280px;
  line-height: 60px;
  font-size: 24px;
  background: #ff4d0f;
  color: #fff;
}

#feedback {
  background: url(../images/form-bg.png) center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#feedback h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

#feedback h3 span {
  color: #fffc1b;
}

#feedback h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

#feedback .sub-title {
  color: #dedc;
}

#feedback .form {
  width: 1030px;
  padding: 40px 80px 30px;
  margin: 30px auto 0;
 background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

#feedback .form em {
  width: 100px;
  height: 2px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
}

#feedback .form .form-left {
  flex-basis: 380px;
}

#feedback .form .form-left p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}

#feedback .form .form-left strong {
  color: #ff4d0f;
}

#feedback .form .form-right {
  flex-basis: 400px;
  box-sizing: border-box;
}

#feedback .form .form-right h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}

#feedback .form .form-right span {
  font-weight: normal;
}

#feedback .form .form-right form {
  margin-top: 30px;
}

#feedback .form .form-group {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

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

#feedback .form .form-group label {
  width: 95px;
  display: inline-block;
  text-align: right;
  letter-spacing: 2px;
}

#feedback .form .form-group input {
  width: 300px;
  padding: 10px 10px;
  font-size: 14px;
}

#feedback .form .form-group input[type="submit"] {
  width: auto;
  padding: 10px 20px;
  background: #ff4d0f;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

#feedback .form .form-group .send {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
  background: #2e61bf;
  color: #fff;
  padding: 5px 10px;
}

.customer_top_wrap {
  height: 250px;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 10px;
}

.customer_top li {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  width: 100%;
}

.customer_top .date {
  font-size: 16px;
  color: #9b9b9b;
}

.customer_top li a {
  color: #ff4d0f;
  margin-left: 10px;
}

#policies {
  padding: 60px 0;
}

#policies h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
}

#policies .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#policies .wrapper .item {
  flex: 0 0 47%;
  margin-top: 20px;
 position: relative;
}

#policies .wrapper span{
    position: absolute;
    right: 0px;
    top: 17px;
}

#policies .wrapper .item h4 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#policies .announcement {
  font-size: 18px;
  line-height: 42px;
}

#policies .announcement li {
  border-bottom: 1px dashed #ccc;
  background: url(../images/icon-triangle.png) left center no-repeat;
  padding-left: 20px;
}

#policies .announcement li a {
  display: block;
  position: relative;
}

#policies .announcement li a span {
  position: absolute;
  right: 0;
  top: 0;
}

#policies .area {
  font-size: 18px;
  line-height: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

#policies .area li {
  flex: 0 0 25%;
  padding: 5px;
}

#policies .area li a {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
}

#policies .area li:last-of-type a {
  color: #ff4d0f;
}

#policies .area li a:hover, #policies .area li:nth-of-type(-n+3) a {
  background: #ff4d0f;
  color: #fff;
}

#policies .guide {
  font-size: 18px;
  line-height: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

#policies .guide li {
  border: 1px solid #333;
  text-align: center;
  margin: 15px 5px;
}

#policies .guide li a {
  display: block;
}

#policies .guide li:nth-of-type(1) {
  flex-basis: 150px;
}

#policies .guide li:nth-of-type(2) {
  flex-basis: 170px;
}

#policies .guide li:nth-of-type(3) {
  flex-basis: 170px;
}

#policies .guide li:nth-of-type(4) {
  flex-basis: 150px;
}

#policies .guide li:nth-of-type(5) {
  flex-basis: 190px;
}

#policies .guide li:nth-of-type(6) {
  flex-basis: 150px;
}

#policies .guide li:nth-of-type(7) {
  flex-basis: 170px;
}

#policies .guide li:nth-of-type(8) {
  flex-basis: 170px;
}

#policies .guide li:nth-of-type(9) {
  flex-basis: 150px;
}

#policies .guide li:nth-of-type(10) {
  flex-basis: 150px;
}

#policies .guide li:nth-of-type(11) {
  flex-basis: 170px;
}

#policies .guide li:nth-of-type(12) {
  flex-basis: 170px;
}

#policies .guide li a:hover {
  background: #ff4d0f;
  color: #fff;
}

#announcement {
  padding: 60px 0;
  text-align: center;
  background: #f5f5f5;
}

#announcement .btns {
  margin-top: 20px;
}

#docs {
  padding: 60px 0;
}

#docs .container>h3 {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
}

#docs .container>h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 4px;
  background: #2e61bf;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}

#docs .container>h3 span {
  color: #2e61bf;
}

#docs ul {
  display: flex;
  margin: 50px -20px 0;
}

#docs li {
  flex: 0 0 25%;
  padding: 0 20px;
  text-align: center;
}

#docs li h3 {
  font-size: 24px;
}

#docs li div {
  border: 1px solid #2e61bf;
  padding: 20px;
  border-radius: 5px;
}

#docs li a {
  display: block;
  background: #2e61bf;
  color: #fff;
  line-height: 36px;
  margin-top: 20px;
  font-size: 18px;
  border-radius: 5px;
}

#template {
  background: #f3f3f3;
  padding: 60px 0;
}

#template h3 {
  text-align: center;
  color: #f00;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

#template .btns {
  margin-top: 20px;
}

#quick-nav ul {
  display: flex;
  margin: 0 -20px
}

#quick-nav li {
  flex: 0 0 25%;
  padding: 0 20px;
}

#quick-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 200px;
  background: #0544bb;
  color: #fff;
  font-size: 28px;
  line-height: 2;
}

.modal-signup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .7);
  display: none;
}

.modal-signup .form {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 120px;
}

.modal-signup .form .close {
  display: block;
  width: 16px;
  height: 16px;
  background: url('http://www.580ing.com/images/x.png') left top no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-signup .form h3 {
  text-align: center;
  font-size: 26px;
}

.modal-signup .form .close:hover {
  background-position: left bottom;
}

.modal-signup .form .form-group {
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.modal-signup .form .form-group:last-of-type {
  border: none;
}

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

.modal-signup .form .form-group .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.modal-signup .form .form-group .send {
  position: absolute;
  right: 0;
  top: 5px;
  line-height: 1;
  background: #2e61bf;
  color: #fff;
  padding: 5px 10px;
}

.modal-signup .form .form-group label {
  width: 95px;
  display: inline-block;
  text-align: right;
  letter-spacing: 2px;
}

.modal-signup .form .form-group input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  border: none;
}

.modal-signup .form .form-group input[type="submit"] {
  padding: 10px 20px;
  background: #2e61bf;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

.send.disabled {
  background: #ccc !important;
}

/* 20200821 */

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

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

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

.radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #2e61bf;
}

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

#feedback .form .form-group .radio {
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  margin-right: 10px;
}

#feedback .form .form-group .radio label {
  width: auto;
  cursor: pointer;
  text-align: left;
}