@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  overflow-x: hidden;
  background-color: #f4f9ff;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: top;
}
td,
th,
caption {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  outline: none;
  color: #323232;
}
a:hover {
  text-decoration: none;
}
/* img {
  width: 100%;
  height: 100%;
  border: none;
} */
input, button, select, textarea {
  outline:none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft YaHei", Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  /* overflow-y: scroll; */
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
input, button, select, textarea {
  outline:none
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
  /* height: 1000px; */
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
/* clarence */
.col {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.row {
  font-size: 0;
}
.col-1 {
  width: 8.3333333%;
}
.col-2 {
  width: 16.6666666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333%;
}
.col-5 {
  width: 41.6666666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333%;
}
.col-8 {
  width: 66.6666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333%;
}
.col-11 {
  width: 91.6666666%;
}
.col-12 {
  width: 100%;
}
.col-cus-5 {
  width: 20%;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
img {
  max-width: 100%;
  display: block;
}
a:hover {
  text-decoration:none;
  /* border-bottom: none; */
}
.blue {
  color: #1e00f0;
}
.pink {
  color: #ff179a;
}
.blod {
  font-weight: bold;
}
.yellow {
  color: #fefacb;
}
.yellowgreen {
  color: #f2ff1d;
}
.red {
  color: #f03110;
}
.fwb {
  font-weight: bold;
}
/* header */
.header {
  max-width: 1920px;
  /* background: #46627f; */
  /* height: 280px; */
}
.logo {
  margin-top: 10px;
  margin-left: 20px;
}
.title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-top: 26px;
}
.subtitle {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 60px;
}
/* End header */
/* menu */
.menu {
  max-width: 1920px;
  height: 56px;
  background-color: #fff;
}
.menu-first {
  width: 160px;
  height: 56px;
  line-height: 56px;
  color: #3b516a;
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
  box-shadow: 3px 0 6px 1px rgba(195, 195, 195, 0.42);
}

.menu-item {
  box-sizing: border-box;
  color: #3b516a;
  padding: 0 15px;
  border-right: 1px solid #3b516a;
  margin-top: 16px;
  cursor: pointer;
  font-size: 18px;
}
.menu-item:hover {
  text-decoration: underline;
}
.menu-item-last {
  border-right: none;
}
.menu-big {
  font-size: 20px;
  font-weight: bold;
}
.menu-num {
  font-size: 16px;
  line-height: 56px;
  color: #3b516a;
  margin-left: 90px;
}
/* End menu */
/* info */
.info-content {
  color: #fff;
  font-size: 14px;
  margin-top: 60px;
  margin-bottom: 40px;
}
/* End info */
/* form */
.form-box {
  width: 675px;
  height: 422px;
  border: 1px solid #e5e5e5;
}
.form-title {
  color: #3b516a;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.form-name {
  font-size: 18px;
  margin-right: 5px;
}
.form-input {
  width: 300px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 12px;
}
.form-item {
  margin-bottom: 26px;
}

.form-btn {
  width: 386px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #3b516a;
  color: #ffffff;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}
/* End form */
/* fixed */
.fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .46);
  z-index: 999;
}
.fixed-card {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -254.5px;
  margin-top: -174px;
  width: 509px;
  height: 348px;
  background-color: #ffffff;
  border-radius: 4px;
  background-image: url(fixed-bg.png)/*tpa=http://www.cyikao.com/zg/2019_yaosbmzx/img/fixed-bg.png*/;
  background-color: #fff;
  background-size: 509px;
  background-repeat: no-repeat;
  background-position: center;
}

.fixed-card-box {
  width: 450px;
  height: 260px;
  border: 1px solid #3b516a;
  margin-top: 55px;
}
.fixed-card-title {
  width: 126px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-top: -22px;
  margin-bottom: 40px;
  background: #fff;
}

.fixed-card-qr {
  width: 165px;
  margin-right: 30px;
  margin-left: 30px;
}

.fixed-card-qr-title {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 30px;
}

.fixed-card-tel {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.fixed-close {
  position: absolute;
  top: 2px;
  right: 20px;
  width: 14px;
  height: 13px;
  font-size: 20px;
  cursor: pointer;
}
/* End fixed */
/* 底部footer */
.zg_footer *{margin:0; padding:0;}
#zgfoot,.zg_footer{ width:100% !important; height:auto !important; clear:both;}
.zg_footer{ padding: 24px 0 27px; line-height: 26px; text-align: center; font-size: 12px; color: #999; font-family: 'SimSun'; background: #333; margin-top: 60px;}
.zg_footer a{ color: #999;text-decoration:none;}
.zg_footer a:hover{text-decoration:inline;color: #ee0000; transition: all 0.2s;}
.zg_footer img {
  display: inline-block;
  border: none;
}
.form-bottom-title {
  margin-top: 50px;
}
.card {
  width: 980px;
  /* height: 790px; */
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 40px;
  box-shadow: 3px 3px 10px #999;
}

.getyzm {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #a4a4a4;
  background-color: #e6e6e6;
  background-image: linear-gradient(to top, #dcdcdc 0%, #e5e5e5 47%, #f2f2f2 100%);
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 10px;
}

.form-tel {
  width: 168px;
}
