<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

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

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

body {
  background-color: #f7f8fc;
}

/*swiper*/
.swiper-container {
  position: relative;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: left, top, -o-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.swiper-slide {
  float: left;
}

.swiper-free-mode &gt; .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/*头部stsrt*/
.topbar {
  width: 100%;
  height: 32px;
  background-color: #f2f2f2;
}

.topbar .topbar-left {
  float: left;
  font-size: 12px;
  line-height: 32px;
  color: #666;
}

.topbar .topbar-center {
  float: right;
}

.topbar .topbar-center li {
  float: left;
  margin-right: 40px;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  cursor: pointer;
  position: relative;
}

.topbar .topbar-center li:nth-child(1) a{
  background: url(../img/top_map.png) left center no-repeat;
  background-size: 10px 13px; 
  padding-left: 14px;
}

.topbar .topbar-center li a {
  color: #666;
}

.topbar .topbar-center li.first {
  padding-left: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5MjcwRDQzQTJDMjExRTlCODQyRTNGMDlBMDE5MzBFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5MjcwRDQ0QTJDMjExRTlCODQyRTNGMDlBMDE5MzBFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjkyNzBENDFBMkMyMTFFOUI4NDJFM0YwOUEwMTkzMEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjkyNzBENDJBMkMyMTFFOUI4NDJFM0YwOUEwMTkzMEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mgOeGAAABX0lEQVR42nzSTyhEURTH8TfTSCwooknJQimlhJSSHZFSrGyUDa8kYmVh4d+OKClRJGwsSElKFlYTFiSUSamRQv5tTMl/31u/V6/njVOf5r777j33vDM3YNu2pchCP/KQgm+8YBczVoII6rcOR4hjCO3oxSLqcaikfyKEMqyhETua+9T7C2xhTpVU+FUwgUFtftcmJ7n5jFG04QZdfhUEMK7nBrxp/KXqTHQiH03IwBSenQRxnWRi25X8B/dYRUyNNBVWIqLKFkyCbOTi2lNdqZrXiiXX/Lx6sYdX04N9k8mnwdMY0eZz1Gj+Ck8oxrBJ0I1UDHgSfGBW4z6cadxjTsYJok6nm7GJR12oW+RooYkNV+J11zjJuUgFSEcR0lCu+Q4rcZh34ZAeYrpIx64FYX27+ZcmPZsLMYZaJ8Glzwl3qMIyqnGqO5OJFjU4ErT+D9O4EqwgWaI4wINZ8CvAAPuIUSqYI4v1AAAAAElFTkSuQmCC) left center no-repeat;
}

.topbar .topbar-center li.first:after {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  top: 20px;
  left: 50%;
  margin-left: -3px;
}

.topbar .topbar-center li.active:after {
  border-bottom-color: #fff;
}

.topbar .topbar-center li.active .weixin {
  display: block;
}

.topbar .topbar-center li .weixin {
  width: 118px;
  height: auto;
  padding-bottom: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 50%;
  top: 32px;
  display: none;
  margin-left: -59px;
}

.topbar .topbar-center li .weixin img {
  display: block;
}

.topbar .topbar-center li .weixin p {
  text-align: center;
  color: #333;
  line-height: 14px;
}

.topbar .topbar-right {
  float: right;
  font-size: 16px;
  color: #3385ff;
  font-weight: bold;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU3NjhEMEMzQTJDMjExRTlBREVCQTRDMTAyREM3MUQ0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU3NjhEMEM0QTJDMjExRTlBREVCQTRDMTAyREM3MUQ0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTc2OEQwQzFBMkMyMTFFOUFERUJBNEMxMDJEQzcxRDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTc2OEQwQzJBMkMyMTFFOUFERUJBNEMxMDJEQzcxRDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4x+4eGAAABu0lEQVR42ozUSyiEURQH8Jnxmp2UDSsKxULKlI0kUyQSkViQmgWxsMFGHhnshIUFypSkRCiJSXmsNDbySh4RCykWbNAYj/+p/63b7TPj1G+me+f7znfu+e4de+7Qj80i2iEbnBDDuS94h2MYM2+INsZl0A27MA9n8MjfkiAfyiEAA7CubrRrFXmgC1pgxxY+KmEcBmFar6gYeiCFY8n+CRWwaZFoFQ7oHvwOfMSxTFlWOizAMJzDBpT8UdUDVINXeimJWuGQ/ZiEWlY4C3eQFWaJATa/TZbmYgKJVH67qB6WI/RLVtDk4Gvd5+SacZFUGYyQaA9CkijExkr0stEqGmyRI6h6pMcLNGrjTqj6RzKvg1sgVpucgxltLD2qsdjIGdr4VBKJAuNCj7F/FnlsJBKgDi7Apy6QJEcWT5QoNXa4nK8ruAU3jMjbklevEk1ADplRxF2sIg3imUD20LU6wJLojWdmhWWbIc0etZifgi1olkFUsrtfvi+5n3w8GjfGTX5WIP8AiTxWTvbSryey8QDK+emDPPiGJ/jg77KMZyjkg6SHJ1Z/I/qr7YBMeRArVfOvsA1L5k2/AgwARTdmZolOZp0AAAAASUVORK5CYII=) left center no-repeat;
  padding-left: 23px;
  line-height: 32px;
}

.logobar {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.logobar .logoabar-left {
  float: left;
  width: 318px;
  height: 60px;
  background: url(../img/logo.png) no-repeat;
  margin-top: 20px;
}

.logobar .header_sdj{
  width: 196px;
  height: 82px;
  float: left;
  margin: 9px  0 0 20px;
}

.logobar .logoabar-left a {
  width: 100%;
  height: 100%;
  display: block;
}

.logobar .logobar-right {
  width: 280px;
  height: 29px;
  float: right;
  margin-top: 36px;
  background: url(../img/bianzhi.png) no-repeat;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.logobar .logobar-right:hover {
  background: url(../img/bianzhih.png) no-repeat;
}

.nav {
  width: 100%;
  height: 50px;
  background-color: #3385ff;
}

.nav .navbar-top li {
  float: left;
  padding: 0 12px;
  position: relative;
}

.nav .navbar-top li.first {
  padding-left: 0;
}

.nav .navbar-top li.first .item {
  font-size: 18px;
}

.nav .navbar-top li.first:hover {
  background-color: #3385ff;
}

.nav .navbar-top li.last {
  padding-right: 0;
}

.nav .navbar-top li.shu:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #ccc;
  right: 0;
  top: 15px;
}

.nav .navbar-top li .item {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
}

.nav .navbar-top li.active {
  background-color: #004eff;
}

.nav .navbar-top li.active .yc {
  display: block;
}

.nav .navbar-top li .yc {
  width: 1200px;
  padding: 20px 0;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  top: 50px;
  -webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.05);
  display: none;
}

.nav .navbar-top li .yc .yc-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 18px;
}

.nav .navbar-top li .yc .yc-title:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 18px;
  background-color: #3385ff;
  left: -5px;
}

.nav .navbar-top li .yc a {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  line-height: 16px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.nav .navbar-top li .yc a:hover {
  color: #3385ff;
}

.nav .navbar-top li .yc .yc-du {
  width: 174px;
  float: left;
  margin-left: 37px;
}

.nav .navbar-top li .yc .yc-kan {
  width: 385px;
  float: left;
}

.nav .navbar-top li .yc .yc-kan a {
  width: 260px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.nav .navbar-top li .yc .yc-cp {
  width: 300px;
  float: left;
}

.nav .navbar-top li .yc .yc-cp a {
  width: 210px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.nav .navbar-top li .yc .yc-pd {
  width: 304px;
  float: right;
}

.nav .navbar-top li .yc .yc-pd a {
  width: 95px;
  float: left;
}

.nav .navbar-top li .yc .fanga-gb a {
  float: left;
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

.nav .navbar-top li .yc .fanga-gb a:hover{
  border-bottom: 2px solid #3385ff;
}

.nav .navbar-top li.meiguo .yc {
  left: -50px;
}

.nav .navbar-top li.yingguo .yc {
  left: -105px;
}

.nav .navbar-top li.jianada .yc {
  left: -160px;
}

.nav .navbar-top li.aodaly .yc {
  left: -232px;
}

.nav .navbar-top li.xianggang .yc {
  left: -320px;
}

.nav .navbar-top li.xinxl .yc {
  left: -392px;
}

.nav .navbar-top li.xinjp .yc {
  left: -448px;
}

.nav .navbar-top li.fanga .yc {
  left: -592px;
}

.nav .navbar-top li.cgks .yc{
  left: -928px;
}

.dubar {
  width: 100%;
  height: 32px;
  background-color: #ecf3fc;
  font-size: 14px;
  line-height: 32px;
}

.dubar h5 {
  color: #333;
  float: left;
}

.dubar a {
  color: #666;
  float: left;
  margin-right: 30px;
}

.dubar .dubar-left {
  width: 328px;
  float: left;
}

.dubar .dubar-center {
  width: 492px;
  float: left;
}

.dubar .dubar-right {
  width: 325px;
  float: right;
  margin-right: 20px;
}

.dubar .dubar-right .last {
  margin-right: 0;
}

/*头部end*/
/*底部start*/
.footer {
  width: 100%;
  height: 263px;
  margin-top: 60px;
  background-color: #444546;
}

.footer .footer-top {
  height: 160px;
  border-bottom: 1px solid #666;
}

.footer .footer-top .dizhi {
  width: 422px;
  float: left;
  position: relative;
}

.footer .footer-top .dizhi:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100px;
  background-color: #666;
  right: 0;
  top: 30px;
}

.footer .footer-top .dizhi h6 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding-top: 38px;
  font-weight: normal;
}

.footer .footer-top .dizhi p {
  font-size: 14px;
  color: #aaa;
  line-height: 26px;
  padding-top: 6px;
}

.footer .footer-top .dizhi p span {
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.footer .footer-top .about {
  width: 464px;
  float: left;
  margin-left: 60px;
  position: relative;
}

.footer .footer-top .about:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100px;
  background-color: #666;
  right: 0;
  top: 30px;
}

.footer .footer-top .about h6 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding-top: 38px;
  font-weight: normal;
}

.footer .footer-top .about a {
  width: 84px;
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #aaa;
  line-height: 16px;
  margin-top: 17px;
  position: relative;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.footer .footer-top .about a.qgxq{
  color: #fff;
}

.footer .footer-top .about a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background-color: #aaa;
  right: 0;
  top: 1px;
}

.footer .footer-top .about a.last:after {
  background: none;
}

.footer .footer-top .about a:hover {
  color: #fff;
}

.footer .footer-top .zixun {
  width: 192px;
  float: right;
}

.footer .footer-top .zixun h6 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding-top: 38px;
  font-weight: normal;
}

.footer .footer-top .zixun h5 {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  margin-top: 10px;
}

.footer .footer-top .zixun a {
  width: 126px;
  height: 26px;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  text-indent: 33px;
  margin-top: 5px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 3px;
  background: url(../img/zx-bg.png) 10px center no-repeat #fff;
}

.footer .footer-top .zixun a:hover {
  color: #fff;
  border-color: #3385ff;
  background: url(../img/zx-hbg.png) 10px center no-repeat #3385ff;
}

.footer .footer-xia .footer-xia-left {
  width: 916px;
  float: left;
}
.footer .footer-xia .jt_info{
      color: #aaa;
      font-size: 12px;
      margin-top: 4px;
  }
 .jt_info b{
      width: 15px;
      display: inline-block;
  }

.footer .footer-xia .footer-xia-left .link {
  font-size: 12px;
  color: #aaa;
  line-height: 16px;
  margin-top: 26px;
}

.footer .footer-xia .footer-xia-left .link a {
  color: #aaa;
  float: left;
  margin-right: 27px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.footer .footer-xia .footer-xia-left .link a:first-child {
  margin-right: 0;
}

.footer .footer-xia .footer-xia-left .link a:hover {
  color: #fff;
}

.footer .footer-xia .footer-xia-left .footer-bq {
  margin-top: 8px;
}

.footer .footer-xia .footer-xia-left .footer-bq span {
  float: left;
  font-size: 12px;
  color: #aaa;
  padding-right: 6px;
  border-right: 1px solid #aaa;
  margin-right: 6px;
  line-height: 14px;
}

.footer .footer-xia .footer-xia-left .footer-bq span:last-child {
  margin-right: 0;
  border-right: 0;
}

.footer .footer-xia .footer-xia-right {
  width: 284px;
  float: right;
  margin-top: 30px;
}

.footer .footer-xia .footer-xia-right img {
  width: 112px;
  height: 42px;
  display: block;
  float: left;
  margin-left: 30px;
}

.map-yc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10;
  top: 0;
  display: none;
}

.map-yc .map-tu {
  width: 766px;
  height: 500px;
  position: relative;
  left: 50%;
  margin-left: -383px;
  top: 50%;
  margin-top: -250px;
}

.map-yc .map-tu .map-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}


/*底部end*/

/*公共部分*/
.zx-btn {
  float: right;
  width: 98px;
  height: 28px;
  border-radius: 15px;
  border: 1px solid #3385ff;
  text-align: center;
  line-height: 28px;
  color: #3385ff;
  font-size: 14px;
  margin-top: 30px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.zx-btn:hover {
  background-color: #3385ff;
  color: #fff;
}

.zj-tel {
  float: right;
  padding-left: 37px;
  font-size: 22px;
  color: #3385ff;
  line-height: 30px;
  margin: 30px 39px 0 0;
  background: url(../img/zj-tel.png) left center no-repeat;
}

/*频道页面院校推荐start*/
.school h6 {
  font-size: 24px;
  color: #333;
  line-height: 80px;
  font-weight: normal;
}

.school .lxForm {
  width: 285px;
  height: 450px;
  background-color: #fff;
  float: left;
}

.school .lxForm h5 {
  font-size: 22px;
  color: #333;
  line-height: 26px;
  text-align: center;
  font-weight: normal;
  margin: 28px 0;
}

.school .lxForm input {
  width: 204px;
  height: 36px;
  display: block;
  border-radius: 5px;
  outline: none;
  border: 1px solid #e6e6e6;
  margin: 0 auto 16px;
  padding-left: 39px;
  font-size: 14px;
  color: #000;
}

.school .lxForm input.yi {
  background: url(../img/yy-icon1.png) 9px center no-repeat;
}

.school .lxForm input.er {
  background: url(../img/yy-icon2.png) 9px center no-repeat;
}

.school .lxForm input.san {
  background: url(../img/yy-icon3.png) 9px center no-repeat;
}

.school .lxForm input.si {
  background: url(../img/yy-icon4.png) 9px center no-repeat;
}

.school .lxForm input.wu {
  background: url(../img/yy-icon5.png) 9px center no-repeat;
  margin-bottom: 36px;
}

.school .lxForm .lxSubmit {
  width: 245px;
  height: 46px;
  display: block;
  background-color: #3385ff;
  border-radius: 5px;
  border: 0;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}

.school .school-content {
  width: 895px;
  height: 450px;
  float: right;
  background-color: #fff;
  position: relative;
}

.school .school-content li {
  width: 213px;
  height: 180px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  border-right: 1px dashed #e6e6e6;
}

.school .school-content li img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
}

.school .school-content li span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin: 5px 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.school .school-content li p {
  float: left;
  width: 96px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-left: 10px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.school .school-content li.last {
  border-right: 0;
}

.school .school-content li:hover span,
.school .school-content li:hover p {
  color: #3385ff;
}

.school .school-content:before {
  position: absolute;
  content: '';
  width: 855px;
  height: 1px;
  border-bottom: 1px dashed #e6e6e6;
  left: 20px;
  top: 220px;
}

/*频道页面院校推荐end*/
/*左侧漂浮start*/
.left-nav {
  width: 90px;
  height: 536px;
  background-color: #fff;
  border: 1px solid #3385ff;
  position: fixed;
  left: 0;
  top: 50%;
  cursor: pointer;
  margin-top: -268px;
  z-index: 12;
-webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav .guwen-tx {
  margin: 10px auto 0;
}

.left-nav .left-zx {
  width: 70px;
  height: 22px;
  border-radius: 11px;
  background-color: #3385ff;
  display: block;
  margin: 10px auto 0;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav .left-zx:hover {
  background-color: #004cfa;
}

.left-nav ul {
  margin-top: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.left-nav ul li {
  height: 38px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
  color: #3385ff;
}

.left-nav ul li a {
  display: block;
  color: #333;
  font-size: 15px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul li a:hover {
  background-color: #3385ff;
  color: #fff;
}

.left-nav .left-wx {
  width: 90px;
  height: 31px;
  padding-top: 8px;
  background-color: #3385ff;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.left-nav .left-wx .left-img {
  margin: 0 auto;
  display: block;
}

.left-nav .left-wx .yc {
  display: none;
  margin: 0 auto;
}

.left-nav .left-wx:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-left-color: #3385ff;
  right: -17px;
  top: 13px;
}

.left-nav .left-wx.active {
  background-color: #fff;
}

.left-nav .left-wx.active .left-img {
  display: none;
}

.left-nav .left-wx.active .yc {
  display: block;
}

.left-nav .left-wx.active:after {
  border-left-color: transparent;
}

.left-nav .left-yc {
  width: 170px;
  position: absolute;
  bottom: -10px;
  left: 103px;
  text-align: center;
  color: #fff;
  display: none;
}

.left-nav .left-yc .left-close {
  margin: 0 auto;
  cursor: pointer;
}

.left-nav .left-yc .left-wxewm {
  height: 213px;
  padding-top: 10px;
  background-color: #3385ff;
}

.left-nav .left-yc .left-wxewm .left-ewm {
  margin: 0 auto;
}

.left-nav .left-yc .left-wxewm p {
  font-size: 14px;
  margin-top: 5px;
}

.left-nav .left-yc .left-wxewm span {
  font-size: 12px;
}

.left-nav .left-fanhui {
  height: 38px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav .left-fanhui:hover {
  background-color: #3385ff;
  color: #fff;
}

.left-nav .shouhui{
  position: absolute;
  left: 91px;
  top: 50%;
  margin-top: -57px;
  width: 17px;
  height: 114px;
/*  border-radius:4px 0 0 4px ;*/
  background: url(https://lxadmin.xhd.cn/r/cms/bjlx/default/index/img/shou.png);
}
.zhankai{
  left: -92px;
}
.zhankai .shouhui{
  background: url(https://lxadmin.xhd.cn/r/cms/bjlx/default/index/img/kai.png);
}

/*左侧漂浮end*/

/*列表、频道头部导航start*/
.topnav {
  width: 100%;
  height: 76px;
  margin-top: 12px;
  background-color: #ecf3fc;
}

.topnav dl {
  padding-right: 28px;
  position: relative;
  float: left;
}

.topnav dl dt {
  width: 46px;
  height: 46px;
  float: left;
  margin: 15px 20px 0;
}

.topnav dl dd {
  float: left;
}

.topnav dl dd span {
  display: block;
  font-size: 36px;
  line-height: 76px;
  color: #000;
}

.topnav dl:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 56px;
  background-color: #90b4ee;
  top: 10px;
  right: 0;
  z-index: 1;
}

.topnav ul {
  float: left;
  margin-left: 30px;
}

.topnav ul li {
  float: left;
  width: 104px;
  height: 76px;
  margin-right: 26px;
}

.topnav ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  line-height: 16px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.topnav ul li a:hover {
  color: #3385ff;
}

.topnav ul li a.co-ys {
  color: #333;
  font-weight: bold;
}

.usyjs-topnav dl dd {
  position: relative;
}

.usyjs-topnav dl dd span {
  line-height: 60px;
  font-size: 32px;
}

.usyjs-topnav dl dd p {
  position: absolute;
  top: 50px;
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}

.usyjs-topnav ul li {
  margin-right: 24px;
}

.usbk-topnav dl dd {
  position: relative;
}

.usbk-topnav dl dd span {
  line-height: 60px;
  font-size: 32px;
  letter-spacing: 8px;
}

.usbk-topnav dl dd p {
  position: absolute;
  top: 50px;
  font-size: 12px;
  color: #666;
  letter-spacing: 0px;
}

.usbk-topnav ul li {
  margin-right: 45px;
}

.ca-topnav ul li {
  margin-right: 21px;
}

.au-topnav ul li {
  margin-right: 16px;
}

.hk-topnav ul li{
  margin-right: 10px;
}

.zgxg-topnav ul li {
  margin-right: 0;
}

.zgxg-topnav ul li a{
  line-height: 76px;
  margin-top: 0;
}

.hk-topnav ul li a {
  line-height: 76px;
  margin-top: 0;
}

.my-topnav ul li {
  margin-right: 1px;
}

.my-topnav ul li a {
  line-height: 76px;
  margin-top: 0;
}

.sg-topnav ul li {
  margin-right: 5px;
}

.sg-topnav ul li a {
  line-height: 76px;
  margin-top: 0;
}

.ru-topnav ul li {
  margin-right: 5px;
}

.ru-topnav ul li a {
  line-height: 76px;
  margin-top: 0;
}

/*列表、频道头部导航end*/

/*面包屑start*/
.crumbs {
  height: 74px;
}

.crumbs p {
  line-height: 74px;
  font-size: 14px;
  color: #999;
}

.crumbs p a {
  color: #999;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.crumbs p a:hover {
  color: #3385ff;
}

.crumbs p span {
  color: #333;
}

/*面包屑end*/

/*分页start*/
.fanye {
  height: 25px;
  margin: 50px auto 40px;
  text-align: center;
}

.fanye a{
  margin-right: 10px;
  cursor: pointer;
}

.fanye select{
  margin: 0 10px;
}
/*分页end*/

/*底部漂浮start*/
.footer-nav {
   width: 100%;
  height: 137px;
  background: url(../img/footer-bg.png) bottom center  no-repeat;
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.footer-nav.active{
      position: inherit;
}

.footer-nav .footer-nav1 {
  float: left;
  top: -52px;
  position: absolute;
}

.footer-nav .footer-nav2 {
  float: left;
  margin-top: 24px;
  margin-left: 152px;
  margin-right: 5px;
}

.footer-nav p {
  font-size: 20px;
  color: #fefefe;
  line-height: 86px;
  float: left;
  padding-right: 26px;
  margin-right: 24px;
}

.footer-nav .footer-nav5 {
  float: right;
  margin-top: 5px;
}

.footer-nav span {
  float: right;
  font-size: 14px;
  color: #fefefe;
  line-height: 86px;
  margin-right: 10px;
}

/*底部漂浮end*/
/*关于我们底部start*/
.about-footer {
  width: 100%;
   /* height: 62px; */
    height: 100px;
  margin-top: 60px;
  background-color: #444546;
}

.about-footer p {
  font-size: 12px;
  color: #aaa;
  line-height: 25px;
  float: left;
  margin-left: 80px;
}

  .about-footer .wrapper{
      display: flex;
      align-items: center;
  }
  .about-footer .wrapper .add_info{
      line-height: 25px;
  }
  .about-footer .wrapper .img_box{
      display: flex;
  }

.about-footer p b {
  margin: 0 10px;
}

.about-footer img {
  float: right;
  margin-top: 10px;
  margin-left: 30px;
}

  /* .about-footer .er {
    margin-right: 80px;
  } */
/*关于我们底部end*/

/*新年样式*/

.logobar .new_xnc{
  float: left;
  margin-top: 11px;
  margin-left: 40px;
}
.logobar .wrapper{
  height: 80px;
  position: relative;
}
.logobar .new_xnleft{
  position: absolute;
  top: 0;
  left: -129px;
}
.logobar .new_xnright{
  position: absolute;
  top: 0;
  right: -129px;
}


.top_four {
  margin-top: 10px;
  position: relative;
}

.top_four .navbar {
  position: absolute;
  left: 176px;
  top: 28px;
}

.top_four .navbar .item {
  float: left;
  margin-right: 39px;
  font-size: 16px;
  color: #232323;
  line-height: 16px;
  cursor: pointer;
}

.top_four .navbar .item:last-child{
  margin-right: 0;
}

.top_four .navbar .active {
  color: #1a7af8;
  position: relative;
}

.top_four .navbar .active::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  left: 50%;
  margin-left: -16px;
  bottom: -10px;
  background-color: #1a7af8;
}

.top_four .course_content {
  display: none;
}

.top_four .course_content .course_list {
  height: 378px;
  position: relative;
}

.top_four .course_content .course_list .arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 176px;
  z-index: 2;
}

.top_four .course_content .course_list .arrow.arrow-left {
  left: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(../img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
  background-size: 8px 14px;
}

.top_four .course_content .course_list .arrow.arrow-left:hover {
  background: url(../img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 8px 14px;
}

.top_four .course_content .course_list .arrow.arrow-right {
  right: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(../img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
  background-size: 8px 14px;
}

.top_four .course_content .course_list .arrow.arrow-right:hover {
  background: url(../img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 8px 14px;
}

.top_four .course_content .course_list .slide-list {
  width: 300px;
  height: 378px;
  float: left;
}

.top_four .course_content .course_list .slide-list .course_content_text {
  width: 286px;
  height: 353px;
  padding-top: 15px;
  margin: 10px auto 0;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
}

.top_four .course_content .course_list .slide-list .course_content_text img {
  width: 256px;
  height: 148px;
  margin: 0 auto;
}

.top_four .course_content .course_list .slide-list .course_content_text h6{
  width: 226px;
  height: 148px;
  padding: 0 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.top_four .course_content .course_list .slide-list .course_content_text h3 {
  font-size: 15px;
  color: #232323;
  line-height: 15px;
  font-weight: normal;
  margin: 15px 15px 0 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_four .course_content .course_list .slide-list .course_content_text span {
  font-size: 12px;
  color: #999;
  margin-left: 17px;
  margin-right: 17px;
  padding-left: 18px;
  line-height: 14px;
  display: block;
  margin-top:15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_four .course_content .course_list .slide-list .course_content_text span.course_xq {
  background: url(../img/top_four_icon1.png) left center no-repeat;
}

.top_four .course_content .course_list .slide-list .course_content_text span.course_time {
  background: url(../img/top_four_icon2.png) left center no-repeat;
}

.top_four .course_content .course_list .slide-list .course_content_text span em {
  font-style: normal;
}

.top_four .course_content .course_list .slide-list .course_content_text p {
  margin-left: 15px;
  font-size: 12px;
  color: #f22121;
  line-height: 20px;
  margin-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_four .course_content .course_list .slide-list .course_content_text p b {
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
}

.top_four .course_content .course_list .slide-list .course_content_text p em {
  font-style: normal;
}

.top_four .course_content .course_list .slide-list .course_content_text a {
  width: 108px;
  height: 38px;
  float: left;
  border-radius: 5px;
  margin: 20px 16px 0 15px;
  border: 1px solid #1a7af8;
  font-size: 14px;
  color: #1a7af8;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.top_four .course_content .course_list .slide-list .course_content_text a:nth-last-child(1){
  color: #fff;
  background-color: #1a7af8;
}

.top_four .course_content .course_list .slide-list .course_content_text a:hover {
  color: #fff;
  background-color: #1a7af8;
  margin-top: 15px;
}

.top_four .course_content .course_list .slide-list .course_content_text:hover {
  margin: 0 auto ;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.top_four .show {
  display: block;
}
/* 免费通话 */
.left-nav ul li.free_tong{
    padding:10px 0;
    line-height: 23px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}
 .left-nav ul li.free_tong p{
    color:#3385ff;
  }
  .left-nav ul li.free_tong img.cbl_white{
    display: none;
    margin:0 auto;
    padding:10px auto;
  }
  .left-nav ul li.free_tong img.cbl_lan{
    display: block;
    margin:0 auto;
    padding:10px auto;
  } 

/* 指向 */
.left-nav ul li.activeth{
    padding:10px 0;
    line-height: 23px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff;
    color:#3385ff;
    background:#3385ff;
  }
  .left-nav ul li.activeth p{
    color:#fff;
  }
  .left-nav ul li.activeth img.cbl_white{
    display: block;
    margin:0 auto;
    padding:10px auto;
  }
  .left-nav ul li.activeth img.cbl_lan{
    display: none;
    margin:0 auto;
    padding:10px auto;
  }
/* 免费通话 */
.left-nav .phoneAsk {
    position: absolute;
    bottom: 68px;
    left: 103px;
    text-align: center;
    color: #fff;
    display: none;
    box-sizing: border-box;
    width: 264px;
    height: 70px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(74 144 226 / 40%) 0px 0px 10px 0px;
    border-radius: 2px;
    border: 1px solid rgb(225, 228, 230);
    padding: 11px 0px 0px 15px;
}
.left-nav .phoneAsk:after {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-left-color: #3385ff;
    left: -13px;
    top: 21px;
}
.left-nav .phoneAsk input{
    border-radius: 0;
    border: 2px solid #3385FF;
    width: 161px;
    padding-left: 8px;
    height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    float: left;
}
.left-nav .phoneAsk span{
    float: left;
    font-size: 14px;
    width: 72px;
    height: 32px;
    box-sizing: border-box;
    background: #3385FF;
    border-radius: 0 2px 2px 0;
    color: #FFFFFF;
    letter-spacing: -0.18px;
    line-height: 32px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
}
.left-nav .phoneAsk p{
    margin: 0;
    margin-top: 4px;
    float: left;
    font-size: 12px;
    letter-spacing: 0.63px;
    color: #43484A;
    display: block;
}
.left-nav .phoneAsk .left-close {
    position: absolute;
    right: -15px;
    top: -20px;
    cursor: pointer;
}


</pre></body></html>