body {
  padding-top: 64px;
}
body * {
  color: #666;
}
#cont {
  min-height: 800px;
  width: 100%;
  margin: auto;
}
#cont .con_ban {
  display: block;
  width: 100%;
  height: 300px;
  margin: auto;
  background: url(/acabridge/acabridge18/xueshuqiao2018/images/fxsq/toutu.jpg) no-repeat;
  background-position: center 0;
  background-size: 2000px 100%;
}
#cont .con_ban > div {
  width: 1200px;
  height: 100%;
  margin: auto;
}
#cont .con_ban > div .search {
  height: 100%;
  width: 300px;
  background: url(/acabridge/acabridge18/xueshuqiao2018/images/search.png);
  float: right;
  overflow: hidden;
}
#cont .con_ban > div .search h1 {
  width: 90%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  margin: auto;
  margin-top: 10px;
}
#cont .con_ban > div .search .searchc-enter {
  width: 80%;
  margin: auto;
  margin-top: 25px;
}
#cont .con_ban > div .search .searchc-enter > div {
  height: 34px;
  overflow: hidden;
  background: #fff;
  border-radius: 17px;
  padding: 0 15px;
  margin-top: 15px;
}
#cont .con_ban > div .search .searchc-enter > div span {
  height: 100%;
  font-size: 15px;
  line-height: 34px;
  width: 50px;
  float: left;
}
#cont .con_ban > div .search .searchc-enter > div input {
  /*display: block;*/
  float: left;
  height: 100%;
  line-height: 34px;
  width: 160px;
  outline: none;
  font-size: 15px;
}
#cont .con_ban > div .search > a {
  height: 36px;
  display: block;
  width: 200px;
  background: #009dd9;
  margin: auto;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  border-radius: 17px;
  margin-top: 25px;
}
#cont > div {
  width: 1200px;
  margin: auto;
}
#cont > div > h1 {
  text-align: center;
  height: 42px;
  overflow: hidden;
  margin: 20px 0;
}
#cont > div > h1 span {
  font-size: 30px;
  display: inline-block;
  height: 100%;
  line-height: 42px;
  padding: 0 25px;
  position: relative;
  color: #019dda;
}
#cont > div > h1 span img {
  position: absolute;
}
#cont > div > h1 span .banl {
  left: -527px;
  top: 0;
}
#cont > div > h1 span .banr {
  right: -527px;
  bottom: 0;
}
#cont .fxjs {
  margin: 50px auto 30px;
  height: auto;
  position: relative;
}
#cont .fxjs:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
#cont .fxjs .fxjs_text {
  height: 100%;
  width: 940px;
  border: 2px solid #5fc0e6;
  float: left;
  padding: 10px 14px;
  background: #fff;
}
#cont .fxjs .fxjs_text h1 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #009eda;
}
#cont .fxjs .fxjs_text p {
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 5px;
}
#cont .fxjs .fxjs_text p span {
  font-size: 16px;
  color: #ed6967;
}
#cont .fxjs .fxjs_ck {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  float: right;
  background: #009eda;
  width: 260px;
}
#cont .fxjs .fxjs_ck > img {
  display: block;
  width: 100%;
  cursor: pointer;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -82px;
}
#cont .fxjs .fxjs_ck .jiao {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
#cont .fxnews {
  border: 1px solid #e6e6e6;
  background-size: 100% 100%;
  height: auto;
  background: #fff;
  margin-top: 20px;
}
#cont .fxnews h1 {
  height: 45px;
  line-height: 43px;
  font-size: 20px;
  border-bottom: 2px solid #009dd9;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
  color: #333;
  padding: 0 2.5%;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: visible;
}
#cont .fxnews h1 > img {
  position: absolute;
  width: 22px;
  height: 8px;
  top: 43px;
  left: 57px;
}
#cont .fxnews > div {
  height: auto;
  width: 100%;
  height: 98%;
  overflow: hidden;
}
#cont .fxnews > div .newscont {
  float: left;
  height: 80px;
  width: 50%;
  margin: auto;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 10px;
  overflow: hidden;
  position: relative;
}
#cont .fxnews > div .newscont:last-child {
  border: none;
}
#cont .fxnews > div .newscont > div {
  float: right;
  width: 440px;
  position: relative;
  height: 100%;
}
#cont .fxnews > div .newscont .time_form {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 115px;
  height: auto;
  padding: 10px;
  overflow: hidden;
  background: #009eda;
  border-radius: 4px;
}
#cont .fxnews > div .newscont .time_form span,
#cont .fxnews > div .newscont .time_form b {
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  color: #fff;
  max-width: 100%;
}
#cont .fxnews > div .newscont .time_form span a,
#cont .fxnews > div .newscont .time_form b a {
  font-size: 18px;
  color: #fff;
}
#cont .fxnews > div .newscont .zx_tit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  width: 100%;
  color: #009eda;
  margin-bottom: 10px;
  display: inline-block;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#cont .fxnews > div .newscont .zx_tit span {
  font-size: 12px;
  color: #999;
  display: block;
  text-align: right;
  padding-right: 5px;
}
#cont .fxnews > div .newscont .zx_tit a {
  font-size: 18px;
  display: block;
  width: 100%;
  color: #009eda;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#cont .fxnews > div .newscont .zx_cont {
  font-size: 14px;
  text-align: justify;
  display: inline-block;
  color: #666;
}
#cont .fxnews > div .newscont .zx_cont a {
  font-size: 14px;
  text-align: justify;
  color: #666;
}
#cont .fxnews > div .newscont .zx_cont .zx_cont_red {
  color: #009eda;
}
#cont .xmys {
  overflow: hidden;
}
#cont .xmys h1 .col-c {
  color: #ccc;
}
#cont .xmys > p {
  margin-top: 30px;
}
#cont .xmys > p > span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}
#cont .xmys > p > span > span,
#cont .xmys > p > span > a {
  color: #ed6967;
  font-size: 16px;
}
#cont .xmys .xmys_cont2 {
  overflow: hidden;
  margin: 50px 0 20px;
}
#cont .xmys .xmys_cont2 .xmys_cont_left {
  float: left;
  width: 330px;
  height: 480px;
  overflow: hidden;
  position: relative;
}
#cont .xmys .xmys_cont2 .xmys_cont_left > img {
  display: block;
  width: 270px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 51%;
  margin-top: -215px;
}
#cont .xmys .xmys_cont2 .xmys_cont_right {
  float: right;
  width: 870px;
  min-height: 200px;
  padding-left: 60px;
}
#cont .xmys .xmys_cont2 .xmys_cont_right h1 {
  font-size: 20px;
  color: #009eda;
  margin-bottom: 10px;
}
#cont .xmys .xmys_cont2 .xmys_cont_right p {
  font-size: 16px;
  line-height: 30px;
}
#cont .xmys .xmys_cont2 .xmys_cont_right p span,
#cont .xmys .xmys_cont2 .xmys_cont_right p a {
  font-size: 16px;
  color: #ed6967;
}
#cont .xmys .xmys_cont2 .xmys_cont_right .xmys_cont_right1 {
  margin-bottom: 50px;
}
#cont .case {
  margin: 10px auto 30px;
}
#cont .case .case_cont {
  overflow: hidden;
  margin: 50px 0 40px;
}
#cont .case .case_cont .case_cont_left {
  float: left;
  width: 660px;
  min-height: 300px;
}
#cont .case .case_cont .case_cont_left h1 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ed6967;
}
#cont .case .case_cont .case_cont_left p {
  font-size: 16px;
  line-height: 40px;
  color: #019dda;
}
#cont .case .case_cont .case_cont_left .case_cont_left1 {
  margin-bottom: 70px;
}
#cont .case .case_cont .case_cont_right {
  float: right;
  height: 390px;
  width: 540px;
}
#cont .case .case_cont .case_cont_right > img {
  display: block;
  height: 100%;
}
#cont .sign {
  margin: 60px auto;
}
#cont .sign .sign_cont {
  /*overflow: hidden;*/
  margin: 70px 0 50px;
  position: relative;
}
#cont .sign .sign_cont:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
#cont .sign .sign_cont .sign_cont_left {
  width: 600px;
  height: 230px;
  float: left;
}
#cont .sign .sign_cont .sign_cont_left img {
  display: block;
  width: 100%;
  height: 100%;
}
#cont .sign .sign_cont .sign_cont_right {
  width: 640px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cont .sign .sign_cont .sign_cont_right p {
  width: 480px;
  margin: auto;
  font-size: 16px;
  margin-top: 45px;
}
#cont .sign .sign_cont .sign_cont_right > a {
  position: absolute;
  height: 44px;
  background: #13c5c4;
  bottom: -22px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  padding: 0 30px;
  left: 50%;
  margin-left: -156px;
  border-radius: 10px;
  text-align: center;
}
.tck-back {
  position: fixed!important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
}
.tck-back .jieshao {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -255px;
  margin-left: -315px;
  width: 630px;
  height: auto
		background: #dde8ef;
  border-radius: 5px;
}
.tck-back .jieshao h1 {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #169bd6;
}
.tck-back .jieshao h1 span {
  float: right;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.tck-back .jieshao > div {
  width: 100%;
  height: auto;
  padding: 14px;
  background: #dde8ef;
}
.tck-back .jieshao > div > div {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  padding: 30px 0;
}
.tck-back .jieshao > div > div p {
  width: 80%;
  margin: auto;
  text-align: justify;
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
  min-height: 24px;
}
.tck-back .jieshao > div > div p span {
  float: left;
  font-size: 14px;
  height: 100%;
}
.tck-back .jieshao > div > div p input {
  float: left;
  font-size: 12px;
  outline: none;
  border: 1px solid #ccc;
  height: 20px;
  line-height: 21px;
  width: 250px;
  padding: 0 10px;
}
.tck-back .jieshao > div > div div {
  margin: auto;
  width: 80%;
  height: 35px;
  margin-top: 30px;
}
.tck-back .jieshao > div > div div a {
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 40px;
  background: #009dd9;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.tck-back .jieshao > div > div div .next {
  float: left;
}
.tck-back .jieshao > div > div div .fanh {
  float: right;
}
.tck-back .xuqiu {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -190px;
  margin-left: -315px;
  width: 630px;
  height: auto;
  background: #dde8ef;
  border-radius: 5px;
}
.tck-back .xuqiu h1 {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #169bd6;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.tck-back .xuqiu h1 span {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.tck-back .xuqiu > div {
  width: 100%;
  height: auto;
  padding: 14px;
}
.tck-back .xuqiu > div > div {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.tck-back .xuqiu > div > div > p {
  width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  user-select: none;
}
.tck-back .xuqiu > div > div > p:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
}
.tck-back .xuqiu > div > div > p span {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.tck-back .xuqiu > div > div > p .zjian {
  height: 34px;
  line-height: 34px;
  margin-top: 8px;
  width: 100px;
  border: 1px solid #ccc;
  text-align: center;
  margin-left: 50px;
}
.tck-back .xuqiu > div > div > p .zjian b {
  font-weight: normal;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.tck-back .xuqiu > div > div > p .zjian .jia {
  float: right;
}
.tck-back .xuqiu > div > div > p .zjian .jian {
  float: left;
}
.tck-back .xuqiu > div > div > p .zjian i {
  font-style: normal;
}
.tck-back .xuqiu > div > div > p .jsuan {
  margin-left: 70px;
}
.tck-back .xuqiu > div > div > p .jsuan b {
  font-weight: normal;
}
.tck-back .xuqiu > div > div div {
  bottom: 30px;
  left: 10%;
  width: 80%;
  min-height: 35px;
  margin: auto;
  margin-top: 30px;
}
.tck-back .xuqiu > div > div div a {
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 40px;
  background: #009dd9;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.tck-back .xuqiu > div > div div .next {
  float: left;
}
.tck-back .xuqiu > div > div div .fanh {
  float: right;
}
.tck-back .xuqiu > div > div div p {
  float: left;
  width: 70%;
  font-size: 14px;
  margin-top: 30px;
}
.tck-back .xuqiu > div > div div img {
  float: right;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.tck-back .xuqiu > div > div .ewm {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.tck-back .xuqiu .submit {
  float: left;
}
.tck-back .succ {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -190px;
  margin-left: -315px;
  width: 630px;
  height: auto;
  background: #dde8ef;
  border-radius: 5px;
}
.tck-back .succ h1 {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #169bd6;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.tck-back .succ h1 span {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.tck-back .succ > div {
  width: 100%;
  height: auto;
  padding: 14px;
}
.tck-back .succ > div > div {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.tck-back .succ > div > div p {
  width: 80%;
  margin: auto;
  font-size: 16px;
  margin-bottom: 30px;
}
.tck-back .succ > div > div p span {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.tck-back .succ > div > div p b {
  font-size: 16px;
  font-weight: normal;
  display: block;
  width: 100%;
}
.tck-back .succ > div > div > img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 20px;
}
.tck-back .succ > div > div > a {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 200px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
  font-size: 16px;
  color: #fff;
  background: #169bd6;
}
.tc {
  text-align: center;
}
.tit {
  font-weight: normal;
  font-size: 18px;
  color: #009eda;
}
.fs16 {
  font-size: 16px;
}
.dpn {
  display: none;
}
