* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

@font-face {
  font-family: "Microsoft YaHei";
}

input,
select,
button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: none;
  appearance: none;
}

input:focus {
  outline: none;
}

input::-ms-input-placeholder {
  color: #333333;
}

input::-webkit-input-placeholder {
  color: #333333;
}

input::-moz-placeholder {
  color: #333333;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

body {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

input,
div,
p,
span,
a,
i,
em,
ul,
li,
dd,
dt,
table,
label {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

label input {
  display: none;
}

.mr {
  margin-right: 0 !important;
}

.ml {
  margin-left: 0 !important;
}

i {
  font-style: normal;
}



.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.top {
  background: url("../images/top_bg.png") no-repeat center;
  min-width: 1200px;
  height: 160px;
}

.top .top_main {
  width: 1200px;
  height: 160px;
  position: relative;
  margin: 0 auto;
}

.top .top_main h1 {
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
}

.top .top_main a {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  z-index: 1;
  right: 0;
  line-height: 36px;
  top: 50%;
  margin-top: -18px;
  font-weight: bold;
}

.banner_tips{
  font-size: 22px;
  color: #ff4141;
  font-weight: bold;
  text-align: center;
  margin-top: 9px;
  letter-spacing: .5px;
}

/*é¡¶éƒ¨å¯¼èˆª*/
.top_nav {
  height: 40px;
  min-width: 1100px;
}

.top_nav ul {
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
}

.top_nav ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.3s linear;
  /* Safari å’Œ Chrome */
  -o-transition: all 0.3s linear;
  /* Opera */
  font-size: 18px;
  color: #333333;
  width: 137px;
  cursor: pointer;
}

.top_nav ul li:hover,
.top_nav ul li.active {
  background-color: #0f509a;
  color: #ffffff;
}

/*æ¨¡å—ç›’å­*/
.box_warp {
  width: 1100px;
  border: 1px solid #eaeaea;
  margin: 82px auto 0;

}

.box_warp .item_warp {
  display: none;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.5s linear;
  /* Safari å’Œ Chrome */
  -o-transition: all 0.5s linear;
  padding: 18px 128px 92px;
  /* Opera */
}

.box_warp .item_warp:nth-child(1) {
  display: block;
}

.box_warp h3 {
  font-size: 36px;
  color: #3369a6;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

.box_warp h3 b {
  color: #d51719;
}

.box_warp .form_list {
  font-size: 0;
}

.box_warp .form_list p {
  font-size: 18px;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.box_warp .form_list p b {
  color: #FF0000;
}

.box_warp .form_list label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 18px;
  margin-bottom: 10px;
}

.box_warp .form_list label span {
  width: 150px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #333333;
  background-color: #efefef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.box_warp .form_list.city label input:checked+span {
  background-color: #0f509a;
  color: #ffffff;
}

.box_warp .form_list .form_item label.onRadio input:checked+span {
  background-color: #0f509a;
  color: #ffffff;
}

.box_warp .form_list .form_bot {
  text-align: center;
  font-size: 0;
  margin-top: 62px;
}

.box_warp .form_list .tel,
.box_warp .form_list .input-code,
.box_warp .form_list .formBtn {
  height: 50px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.box_warp .form_list .tel {
  width: 360px;
  color: #666666;
  border: 2px solid #c8c8c8;
  margin-right: 22px;
  border-radius: 5px;
}
.box_warp .form_list .input-code {
  width: 180px;
  color: #666666;
  border: 2px solid #c8c8c8;
  margin-right: 22px;
  border-radius: 5px;
}

.box_warp .form_list .formBtn {
  width: 330px;
  background-color: #0B407B;
  color: #ffffff;
  line-height: 50px;
  border-radius: 5px;
}
.box_warp .form_list .btn-getCode{
  width: 140px;
}
.box_warp .form_list .mt30{
  margin-top: 30px;
}
.form_bot>div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 750px;
}

.form_bot>div>div {
  height: 50px;
  margin: 0 auto 22px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.form_bot>div>div em {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 123px;
  height: 50px;
}

.box_warp .form_list .tips {
  font-size: 16px;
  color: #FF0000;
  text-align: center;
  margin-bottom: 0;
}

.yzm {
  display: block;
  width: 209px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0.7px;
  color: #666;
  padding-left: 20px;
}

.code {
  display: block;
  width: 123px;
  height: 50px;
  background-color: #fbfbf7;
  border: solid 1px #cccccc;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 2px;
  color: #133aaf;
  text-align: center;
  margin-left: 10px;
  border-radius: 6px;
}

.box_warp .form_list .formBtn {
  background-color: #0f509a;
  color: #ffffff;
  line-height: 50px;
}

.box_warp .form_list .tips i {
  color: #d51719;
}

.box_warp .form_list_tow span {
  margin-bottom: 12px;
}

.box_warp .form_list_tow .checked_value {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 35px;
}

.box_warp .form_list_tow .checked_value i {
  width: 160px;
  color: #0f509a;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  border-bottom: 1px solid #0f509a;
}

.box_warp .form_list_tow .form_bot {
  margin-top: 45px;
}

/*å¼¹çª—*/
.tc_warp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.tc_warp .tc {
  background: url("../images/tc_bg.png") no-repeat center top #ffffff;
  width: 556px;
  height: 404px;
  /* height: 492px; */
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -202px;
  margin-left: -278px;
  padding-top: 26px;
  border: 1px solid #0065dc;
}

.tc_warp .tc img {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.tc_warp .tc h3 {
  font-size: 34px;
  color: #ffffff;
  width: 467px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

.tc_warp .tc p {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 4px;
}

.tc_warp .tc .form_list {
  margin-top: 46px;
}

.tc_warp .tc .form_list .item {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}

.tc_warp .tc .form_list .item span {
  font-size: 24px;
  color: #010101;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.tc_warp .tc .form_list .item input {
  width: 360px;
  height: 60px;
  color: #6a6a6a;
  font-size: 24px;
  line-height: 58px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-align-last: center;
  background-color: #f5f5f5;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.tc_warp .tc .form_list .item input[name='YanZhengMa'] {
  width: 210px;
}
.tc_warp .tc .form_list .item input[name='YanZhengMa']+a{
  width: 130px;
  margin-left: 20px;
  height: 60px;
  color: #ffffff;
  font-size: 22px;
  line-height: 58px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-align-last: center;
  background-color: #0065dc;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.tc_warp .tc .form_list a {
  display: block;
  margin: 3px auto 0;
  width: 310px;
  line-height: 54px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  background-color: #0065dc;
}

.footer {
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  margin: 50px 0 0;
}

.kskm ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}

.kskm ul li {
  width: 192px;
  height: 68px;
  border-radius: 4px;
  border: solid 1px #0f509a;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 0px;
  color: #0f509a;
  text-align: center;
  cursor: pointer;
}

.ks_act {
  background-color: #0f509a;
  color: #fff !important;
}

.kskm table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
  width: 1000px;
  margin: 0 auto;
  display: none;
}

.kskm table td,
.kskm table th {
  border: 1px solid #dddddd;

}

.kskm table th:first-child {
  width: 500px;
  height: 60px;
  background-color: #dadee2;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.kskm table th:last-child {
  width: 500px;
  height: 60px;
  background-color: #0f509a;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.tabel_bg {
  background-color: #f6f6f6;
}

.kskm table td {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  padding: 23px 0;
}

.ckxq {
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ff1111 !important;
  text-align: center;
  cursor: pointer;
}

.ks_tab {
  display: block !important;
}


.bmrk table {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #becfd9;
  cursor: pointer;
  border-collapse: collapse;
  border-spacing: 0;
}

.bmrk table td,
.bmrk table th {
  border: 1px solid #becfd9
}

.bmrk table thead {
  width: 100%;
  height: 63px;
  background-image: linear-gradient(0deg,
      #dee5ed 0%,
      #f2f3f7 99%,
      #e6ebf1 100%),
    linear-gradient(#ffffff,
      #ffffff);
  background-blend-mode: normal,
    normal;
  box-shadow: 0px 1px 1px 0px rgba(234, 235, 240, 0.75),
    inset 0px 1px 1px 0px #f7f8fa;
}

.bmrk table thead th {
  height: 63px;
  line-height: 63px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #333333;
}

.bmrk table td {
  height: 64px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
}

.bmrk table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.bmrk table tbody tr:nth-child(even) {
  background-color: #f3f3f4;
}

.bmrk table tbody td:nth-child(1),
.bmrk table tbody td:nth-child(4) {
  color: #666666;
}

.bmrk table tbody td:nth-child(2),
.bmrk table tbody td:nth-child(5) {
  color: #f83131;
}

.bmrk table tbody td:nth-child(3),
.bmrk table tbody td:nth-child(6) {
  color: #269cff;
}

/* æ”¿ç­–æ¨¡å— */
.zcgg .zcgg-title {
  width: 800px;
  position: relative;
  margin: 0 auto;
}

.zcgg .zcgg-title img {
  position: absolute;
  top: -19px;
  left: 52px;
}

.zcgg .zcgg-cen {
  margin: 24px auto 0;
}

.zcgg .zcgg-cen h4 {
  font-size: 20px;
  color: #333333;
  text-align: center;
}

.zcgg .zcgg-cen p {
  font-size: 17px;
  color: #666666;
  line-height: 18px;
  margin: 25px auto 0;
}

.zcgg .zcgg-cen p i {
  color: #d84315;
}

.zcgg .zcgg-cen p a {
  color: #d84315;
}

.zcgg .zcgg-cen p a:hover {
  text-decoration: underline;
}

.zcgg .zcgg-cen p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.zcgg .zcgg-cen .form-cen {
  margin: 36px auto 0;
}

.mbn {
  display: flex;
  justify-content: start;
  margin: 27px auto 0;
  align-items: center;
}

.tels {
  display: block;
  width: 490px;
  height: 50px;
  color: #666666;
  font-size: 16px;
  border: 2px solid #c8c8c8;
  margin-right: 22px;
  border-radius: 5px;
  background: url("../images/tel-ico.png") no-repeat 25px center;
  text-align: center;
}

.form-btn {
  background-color: #0f509a;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 330px;
  border-radius: 5px;
}


/*2020.7.14 æ³¨å†ŒæˆåŠŸå¼¹æ¡†*/

#success {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
  position: fixed;
  left: 0;
  top: 0;
}

.s-main {
  position: absolute;
  padding: 40px 0;
  width: 480px;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
}

.s-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
}

.s-logo {
  margin: auto;
  height: 180px;
}

.s-mask {
  position: absolute;
  left: -48px;
  bottom: 41px;
  height: 220px;
  width: 400px;
  background: #fff url("img/s-gui.gif") no-repeat 10px bottom;
  -webkit-background-size: 48px 48px;
  background-size: 48px 48px;
}

.s-line {
  height: 1px;
  background: #C6C6C6;
}

.s-text-a {
  font-size: 20px;
  color: #f05b48;
  text-align: center;
  margin-top: 40px;
}

.s-text-b {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.s-text-e {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.s-text-d {
  font-size: 22px;
  color: #f05b48;
  text-align: center;
  margin-top: 20px;
}

.s-text-f {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 12px;
}

.s-new-icon {
  display: block;
  width: 75px;
  height: 76px;
  text-align: center;
  margin: 0 auto;
}