@charset "UTF-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #666;
}

body {
  font: 12px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  zoom: 1;
}

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

/*声明 WebFont*/
@font-face {
  font-family: 'pinghei';
  src: url("../font/pinghei.eot");
  src: url("../font/pinghei.eot?#font-spider") format("embedded-opentype"), url("../font/pinghei.woff") format("woff"), url("../font/pinghei.ttf") format("truetype"), url("../font/pinghei.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.wrapper {
  width: 1210px;
  margin: 0 auto;
}

.bg-2 {
  width: 100%;
  background: url(../img/02.jpg) center;
}

.bg-3 {
  width: 100%;
  height: 100%;
  background: url(../img/03.jpg) center;
  background-size: 100% 100%;
}

.bg-4 {
  width: 100%;
  height: 100%;
  background: url(../img/04.jpg) center;
  background-size: 100% 100%;
  margin-top: -5px;
}

.bg-5 {
  width: 100%;
  height: 568px;
  background: url(../img/05.jpg) center no-repeat;
}

.bg-6 {
  width: 100%;
  height: 633px;
  background: url(../img/06.jpg) no-repeat center  ;
  /* margin-top: -5px; */
}

.banner {
  width: 100%;
  height: 568px;
  background: url(../img/banner.jpg) no-repeat center;
}

.banner .logo {
  width: 175px;
  height: 42px;
  display: inline-block;
  margin-top: 27px;
}

.bg-2 a {
  display: block;
}

.bg-2 .left-img {
  float: left;
  width: 590px;
  height: 311px;
  background: url(../img/t_01.png) no-repeat center;
}

.bg-2 .rig-img {
  float: right;
  width: 611px;
  height: 311px;
  background: url(../img/t-02.png) no-repeat center;
}

.title {
  height: 95px;
  width: 430px;
  line-height: 95px;
  text-align: center;
  font-size: 32px;
  margin: 0px  auto;
  padding: 0 92px 0 83px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.title h1 {
  color: #fff;
}

.title h1::before {
  display: inline-block;
  content: "";
  width: 83px;
  height: 75px;
  background: url(../img/c1.png) center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.title h1:after {
  display: inline-block;
  content: "";
  width: 92px;
  height: 92px;
  background: url(../img/c2.png) center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.title.add-width {
  width: 529px;
}

.block-head {
  color: red;
  width: 100%;
  height: 403px;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.block-head .head-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block-head .head-banner .slide-list {
  float: left;
}

.block-head .head-banner .slide-list img {
  display: block;
  width: 271px !important;
  height: 361px;
  float: left;
  margin-right: 22px;
  overflow: hidden;
}

.tab {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.tab .nav {
  list-style: none;
  display: block;
  width: 100%;
}

.tab .nav li:last-of-type {
  margin-right: 0;
}

.tab .tab-list {
  padding: 5px;
  border-top: none;
  border-top: none;
  width: 1166px;
  height: 320px;
  display: none;
}

.tab .tab-list .con-img {
  display: block;
  width: 1166px;
  height: 320px;
}

.tab .nav li {
  float: left;
  display: inline-block;
  width: 280px;
  height: 180px;
  border-radius: 10px;
  margin: 20px 15px 0 0;
  border-bottom: none;
  cursor: pointer;
}

.tab .nav li.current {
  border: 2px solid #368be2;
}

.tab .show-tab {
  display: block;
}

.tab-four,
.tab-tree,
.tab-two {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.tab-four .tab-list,
.tab-tree .tab-list,
.tab-two .tab-list {
  display: none;
}

.tab-four .show-tab,
.tab-tree .show-tab,
.tab-two .show-tab {
  display: block;
}

.tab-four .nav li,
.tab-tree .nav li,
.tab-two .nav li {
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #4e83d2;
  border-radius: 10px;
  padding: 10px 20px 16px 10px;
  cursor: pointer;
}

.tab-four .con,
.tab-tree .con,
.tab-two .con {
  margin-top: 10px;
}

.link-more {
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 100px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(45deg, #66a5e5 0%, #808ceb 100%);
  background-image: -o-linear-gradient(45deg, #66a5e5 0%, #808ceb 100%);
  background-image: linear-gradient(45deg, #66a5e5 0%, #808ceb 100%);
}

#four .current:after,
#tree .current:after,
#two .current::after {
  content: '';
  display: block;
  width: 60%;
  height: 4px;
  margin: 05px auto;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(186deg, #a7a5fa 0%, #71bbf1 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(186deg, #a7a5fa 0%, #71bbf1 100%), -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(264deg, #a7a5fa 0%, #71bbf1 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.lxfa {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.nav {
  border-bottom: 1px solid #eaf2fd;
}

.tab-tree {
  width: 890px;
}

.tab-tree .tab-list {
  width: 100%;
  padding-left: 130px;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.tab-tree .tab-list .c-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 270px;
  float: left;
}

.tab-tree .tab-list .c-rig {
  float: left;
  width: 100%;
  margin-left: 25px;
}

.tab-tree .tab-list .t-img {
  float: left;
  width: 340px;
  height: 107px;
  margin: 32px 10px 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.tab-tree .tab-list .t-img img {
  height: 100%;
}

.tab-tree .tab-list .t-img:hover {
  border: 1px solid #4e83d2;
  border-radius: 10px;
}

.yxzn,
.lxzs {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}

.yxzn .t-tlt,
.lxzs .t-tlt {
  font-size: 24px;
  color: #71aef1;
  padding-bottom: 9px;
  border-bottom: 1px solid #eaf2fd;
}

.yxzn .t-tlt::before,
.lxzs .t-tlt::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 23px;
  background-color: #71aef1;
  margin-right: 10px;
}

.yxzn .cx,
.lxzs .cx {
  float: left;
  margin: 18px 20px 0 0;
  display: block;
  width: 129px;
  height: 129px;
}

.yxzn .cx.m0,
.lxzs .cx.m0 {
  margin-right: 0px;
}

.tab-four {
  width: 799px;
}

.tab-four .tab-list .t-img {
  width: 30%;
  height: 260px;
  margin-right: 5px;
}

.tab-four .tab-list .t-img img {
  height: 100%;
}

.yxzn {
  width: 400px;
}

.yxzn .link-more {
  top: 20px;
  right: 10px;
}

.yxzn .y-ul {
  margin-top: 30px;
}

.yxzn .y-ul .y-li {
  display: block;
  height: 40PX;
  line-height: 40px;
  font-size: 14px;
  color: #5d6779;
  position: relative;
  padding-left: 20px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  position: relative;
}

.yxzn .y-ul .y-li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.yxzn .y-ul .y-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5d6779;
}

.yxzn .y-ul .y-li:hover {
  color: #4e83d2;
}

.yxzn .y-ul .y-li:hover::before {
  background-color: #4e83d2;
}

.books {
  width: 100%;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.books img {
  width: 1200px;
  height: 100%;
}

.books .book-more {
  right: 17px;
  top: -19px;
}

.footer {
  width: 100%;
  height: 278px;
  background-color: #d34426;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .er-caode {
  width: 320px;
  height: 120px;
  margin: 0 auto;
  display: block;
}

.footer .txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}

/*弹框*/
.form {
  width: 100%;
  height: 80px;
  background-color: #022648;
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

.form .wrapper {
  position: relative;
}

.form .wrapper .ren {
  width: 143px;
  height: 186px;
  display: block;
  position: absolute;
  top: -117px;
  left: -140px;
}

.form .wrapper .kuang {
  display: block;
  float: left;
  width: 200px;
  margin-right: 11px;
  height: 38px;
  border: 1px solid #7a7a7a;
  outline: none;
  font-size: 15px;
  text-indent: 12px;
  margin-top: 15px;
}

.form .wrapper .mingzi {
  margin-left: 335px;
}

.form input:focus,
.form input:hover {
  border-color: #1c639e;
}

.form .select {
  position: relative;
  width: 151px;
  float: left;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  margin-right: 15px;
  margin-top: 15px;
}

.form .select:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  margin-top: -4px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -o-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form .select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.form .select:hover, .form .select:active, .form .select.open {
  border-color: #1c639e;
}

.form .select:hover .list, .form .select:active .list, .form .select.open .list {
  display: block;
}

.form .select .current {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: #333;
  text-indent: 12px;
}

.form .select .list {
  position: absolute;
  top: -231px;
  left: -1px;
  z-index: 10;
  width: 100%;
  max-height: 228px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fafafa;
  color: #333;
  overflow: auto;
  display: none;
}

.form .select .option {
  padding-left: 15px;
}

.form .select .option:hover {
  color: #fff;
  background-color: #1c639e;
}

.form .sub-btn {
  display: block;
  float: left;
  width: 168px;
  height: 38px;
  border: none;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(45deg, #66a5e5 0%, #808ceb 100%);
  background-image: -o-linear-gradient(45deg, #66a5e5 0%, #808ceb 100%);
  background-image: linear-gradient(45deg, #66a5e5 0%, #808ceb 100%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}

.form .wrapper .guanbi {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -36px;
  right: 0;
  cursor: pointer;
}

.form .wrapper .fter-img {
  width: 346px;
  height: 139px;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  cursor: pointer;
}

.yuyue .form-one {
  width: 780px;
  height: 577px;
  background: url(../img/tk.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*中间弹框*/
.yuyue {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
}

.yuyue .form-one .close {
  width: 100%;
  height: 45px;
  margin-top: 192px;
  position: relative;
}

.yuyue .form-one .close span {
  width: 44px;
  height: 44px;
  float: right;
  position: absolute;
  top: -187px;
  right: 5px;
  background: url(../img/tk_close.png) no-repeat;
  background-size: contain;
}

.yuyue .form-one .from-right {
  width: 387px;
  height: 247px;
  margin: auto;
  padding: 0 38px 18px 38px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.yuyue .form-one .from-right .content .list input {
  display: block;
  width: 311px;
  height: 45px;
  font-size: 16px;
  text-indent: 10px;
  outline: none;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  margin-bottom: 20px;
}

.yuyue .form-one .from-right .select-one {
  position: relative;
  width: 311px;
  height: 45px;
  font-size: 16px;
  text-indent: 10px;
  line-height: 45px;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  margin: 0;
}

.yuyue .form .from-right .content .submit {
  display: block;
  width: 322px;
  height: 45px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: transparent;
  border: 0;
}

/*预约弹窗*/
.alert-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.alert-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
}

.alert-box:before {
  position: absolute;
  top: -3.2rem;
  right: 0.85rem;
  content: "";
  width: 0;
  height: 3.2rem;
  border-left: 2px solid #ffaf15;
}

.alert-box .alert-icon {
  position: absolute;
  top: -3.25rem;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/icon_close_1.png) center no-repeat;
  background-size: 1.7rem;
}

.succeed .alert-box {
  padding: 1.25rem 0;
}

.succeed .alert-box p {
  font-size: 0.65rem;
  line-height: 2.0rem;
  text-align: center;
}

.succeed .alert-box .link {
  color: #355cab;
}

.succeed .alert-box .link a {
  color: #355cab;
  text-decoration: underline;
}
