a:focus {
  outline: 0;
}
a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-footer:after {
  clear: both;
}
.text-orange {
  color: #f3782a !important;
}
.text-red {
  color: #cc0000 !important;
}
.text-green {
  color: #46a546 !important;
}
.text-blue {
  color: #1866ae !important;
}
.text-black {
  color: #000000 !important;
}
.text-gray-darker {
  color: #222222 !important;
}
.text-gray-dark {
  color: #333333 !important;
}
.text-gray {
  color: #555555 !important;
}
.text-gray-light {
  color: #777777 !important;
}
.text-gray-lighter {
  color: #eeeeee !important;
}
.text-white {
  color: #fff!important;
}
a.btn-primary,
a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:active {
  color: #ffffff !important;
  text-decoration: none !important;
}
a.btn-primary:hover,
a.btn-primary:focus {
  color: #ffff00 !important;
  text-decoration: none !important;
  outline: none !important;
}
.link-red,
.link-red:link,
.link-red:visited,
.link-red:active {
  color: #cc0000 !important;
  text-decoration: none !important;
}
.link-red:hover,
.link-red:focus {
  color: #cc0000 !important;
  text-decoration: none !important;
  outline: none !important;
}
.link-white,
.link-white:link,
.link-white:visited,
.link-white:active {
  color: #ffffff;
  text-decoration: none;
}
.link-white:hover,
.link-white:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.link-blue-red,
.link-blue-red:link,
.link-blue-red:visited,
.link-blue-red:active {
  color: #1866ae !important;
  text-decoration: none !important;
}
.link-blue-red:hover,
.link-blue-red:focus {
  color: #cc0000 !important;
  text-decoration: none !important;
  outline: none !important;
}
.link-green-red,
.link-green-red:link,
.link-green-red:visited,
.link-green-red:active {
  color: #46a546;
  text-decoration: none;
}
.link-green-red:hover,
.link-green-red:focus {
  color: #cc0000;
  text-decoration: none;
  outline: none;
}
.link-orange-red,
.link-orange-red:link,
.link-orange-red:visited,
.link-orange-red:active {
  color: #f3782a;
  text-decoration: none;
}
.link-orange-red:hover,
.link-orange-red:focus {
  color: #cc0000;
  text-decoration: none;
  outline: none;
}
.link-orange-blue,
.link-orange-blue:link,
.link-orange-blue:visited,
.link-orange-blue:active {
  color: #f3782a;
  text-decoration: none;
}
.link-orange-blue:hover,
.link-orange-blue:focus {
  color: #1866ae;
  text-decoration: none;
  outline: none;
}
.link-white-blue,
.link-white-blue:link,
.link-white-blue:visited,
.link-white-blue:active {
  color: #ffffff;
  text-decoration: none;
}
.link-white-blue:hover,
.link-white-blue:focus {
  color: #1866ae;
  text-decoration: none;
  outline: none;
}
.link-yellow-red,
.link-yellow-red:link,
.link-yellow-red:visited,
.link-yellow-red:active {
  color: #ffc40d;
  text-decoration: none;
}
.link-yellow-red:hover,
.link-yellow-red:focus {
  color: #cc0000;
  text-decoration: none;
  outline: none;
}
.link-white-yellow,
.link-white-yellow:link,
.link-white-yellow:visited,
.link-white-yellow:active {
  color: #ffffff;
  text-decoration: none;
}
.link-white-yellow:hover,
.link-white-yellow:focus {
  color: #ffff00;
  text-decoration: none;
  outline: none;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs32 {
  font-size: 32px;
}
.fs48 {
  font-size: 48px;
}
.cursor-pointer {
  cursor: pointer;
}
.ime-disabled {
  ime-mode: disabled;
}
.margin-top-bottom-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.margin-top-1 {
  margin-top: 1px;
}
.margin-bottom-1 {
  margin-bottom: 1px;
}
.margin-left-1 {
  margin-left: 1px;
}
.margin-right-1 {
  margin-right: 1px;
}
.margin-left-right-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.margin-top-bottom-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.margin-top-2 {
  margin-top: 2px;
}
.margin-bottom-2 {
  margin-bottom: 2px;
}
.margin-left-2 {
  margin-left: 2px;
}
.margin-right-2 {
  margin-right: 2px;
}
.margin-left-right-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.margin-top-bottom-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-left-right-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-top-bottom-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-left-8 {
  margin-left: 8px;
}
.margin-right-8 {
  margin-right: 8px;
}
.margin-left-right-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-right-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-top-bottom-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-left-right-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-left-right-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-top-bottom-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-left-right-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-top-bottom-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-left-right-50 {
  margin-left: 50px;
  margin-right: 50px;
}
/* 空白行 */
.blank-1 {
  height: 1px;
  overflow: hidden;
}
.blank-2 {
  height: 2px;
  overflow: hidden;
}
.blank-3 {
  height: 3px;
  overflow: hidden;
}
.blank-5 {
  height: 5px;
  overflow: hidden;
}
.blank-8 {
  height: 8px;
  overflow: hidden;
}
.blank-10 {
  height: 10px;
  overflow: hidden;
}
.blank-15 {
  height: 15px;
  overflow: hidden;
}
.blank-20 {
  height: 20px;
  overflow: hidden;
}
.blank-30 {
  height: 30px;
  overflow: hidden;
}
.blank-50 {
  height: 50px;
  overflow: hidden;
}
.blank-80 {
  height: 80px;
  overflow: hidden;
}
.blank-100 {
  height: 100px;
  overflow: hidden;
}
.clear {
  clear: both;
}
.line-1-ddd-solid {
  border: 1px solid #dddddd;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.line-1-fff-solid {
  border: 1px solid #ffffff;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.line-1-ddd-dashed {
  border: 1px dashed #dddddd;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.line-1-fff-dashed {
  border: 1px dashed #ffffff;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.ellipsis,
.tov-e {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fa-width-16 {
  width: 16px;
}
.fa-width-20 {
  width: 20px;
}
.fa-width-22 {
  width: 22px;
}
.fa-width-25 {
  width: 25px;
}
ul.init,
ol.init {
  padding: 0;
  list-style: none;
}
ul.init li,
ol.init li {
  padding: 0;
  list-style: none;
}
dl.init {
  padding: 0;
}
dl.init dt,
dl.init dd {
  padding: 0;
  font-weight: normal;
}
.scale-1-1 img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.scale-1-1:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body {
  min-width: 1200px;
  background: #ffffff;
}
.body-bg {
  background: #F2F2F2;
}
.container {
  width: 1200px;
}
button:focus {
  outline: none!important;
}
a,
a:link,
a:visited,
a:active {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus,
a:focus {
  color: #ff0000;
  text-decoration: none;
  outline: none;
}
.fl {
  float: left !important;
  float: left;
}
.fr {
  float: right !important;
  float: right;
}
ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
.btn-orange {
  background: #f3782a;
  color: #fff;
  border-color: #f26912;
}
.btn-orange:hover,
.btn-orange:focus {
  border-color: #f27220;
  background: #f26912;
}
.btn-orange.btn-bg-none {
  background: none;
  color: #f3782a !important;
}
.btn-orange.btn-bg-none:hover,
.btn-orange.btn-bg-none:focus {
  color: #f3782a !important;
  background: none;
}
.btn-blue {
  background: #1866ae;
  color: #fff;
  border-color: #155998;
}
.btn-blue:hover,
.btn-blue:focus {
  border-color: #1761a5;
  background: #155998;
  color: #ffffff;
}
.btn-green {
  background: #4bbd00;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus {
  background: #4cdb00;
  color: #fff;
}
.btn-red {
  background: #CC3900;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  background: #ff2610;
  color: #fff;
}
a.btn-orange,
a.btn-red,
a.btn-info,
a.btn-blue,
a.btn-green,
a.btn-orange:link,
a.btn-red:link,
a.btn-info:link,
a.btn-blue:link,
a.btn-green:link,
a.btn-orange:visited,
a.btn-red:visited,
a.btn-info:visited,
a.btn-blue:visited,
a.btn-green:visited,
a.btn-orange:active,
a.btn-red:active,
a.btn-info:active,
a.btn-blue:active,
a.btn-green:active {
  color: #ffffff;
  text-decoration: none;
}
a.btn-orange:hover,
a.btn-red:hover,
a.btn-info:hover,
a.btn-blue:hover,
a.btn-green:hover,
a.btn-orange:focus,
a.btn-red:focus,
a.btn-info:focus,
a.btn-blue:focus,
a.btn-green:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.ellipsis {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.img-auto-height-4by3 {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
}
.img-auto-height-4by3 img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.img-auto-height-16by9 {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
.img-auto-height-16by9 img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.img-auto-height-3by2 {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.66666667%;
}
.img-auto-height-3by2 img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.image-width-full img {
  width: 100%;
}
.carousel .carousel-inner li img {
  width: 100% !important;
}
.carousel .carousel-indicators {
  width: 100%;
  margin: 0;
  z-index: 2;
  left: 0;
}
.carousel .carousel-indicators li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f1f1f1;
  border-color: #ddd;
  /* &::before {
				content: '';
				padding: 4px; background: #ccc;
			} */
}
.carousel .carousel-indicators li.active {
  background: #f00;
  border-color: #c00;
}
.carousel .carousel-indicators.bg {
  z-index: 1;
  background: #aaaaaa;
  opacity: 0.16;
  filter: alpha(opacity=16);
  border-top: 1px solid #777777;
}
.carousel .carousel-control {
  line-height: 78px;
  height: 78px;
  width: 36px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background: #333333;
  border: 1px solid #1a1a1a;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}
.carousel .carousel-control.left {
  left: 50%;
  margin-left: -18px;
}
.carousel .carousel-control.right {
  right: 50%;
  margin-right: -18px;
}
.carousel .carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.carousel .carousel-control.left {
  left: 3%;
}
.carousel .carousel-control.right {
  right: 3%;
}
.carousel .carousel-control.left {
  left: 50%;
  margin-left: -600px;
}
.carousel .carousel-control.right {
  right: 50%;
  margin-right: -600px;
}
.header {
  background: #ffffff url("../images/_img/index/header-bg.png") no-repeat center top;
}
.header .logo {
  float: left;
  padding-top: 21.5px;
}
.header .logo img {
  height: 63px;
}
.header .pull-right {
  margin-top: 42px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.header .pull-right a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.header .pull-right-pic {
  float: left;
  margin-right: 12px;
  border-right: 1px solid #999999;
  padding-right: 14px;
}
.header .pull-right-pic:last-child {
  border: none;
}
.header .pull-right-pic img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
}
.header .pull-right-pic span {
  margin-left: 8px;
  display: inline-block;
}
.header .pull-right #wechat-qrcode {
  position: relative;
  cursor: pointer;
}
.header .pull-right #wechat-qrcode:hover .qrcode {
  display: inline-block;
}
.header .pull-right #wechat-qrcode .qrcode {
  display: none;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 30px;
  width: 140px;
  height: 140px;
}
.header .pull-right #wechat-qrcode .qrcode img {
  width: 100%;
  height: 100%;
}
.nav-list {
  height: 58px;
  background: #1F50A2;
  margin-top: 15px;
  width: 100%;
}
.nav-list:before,
.nav-list:after {
  content: " ";
  display: table;
}
.nav-list:after {
  clear: both;
}
.nav-list:before,
.nav-list:after {
  content: " ";
  display: table;
}
.nav-list:after {
  clear: both;
}
.nav-list .seach {
  margin-top: 9.5px;
  float: right;
  width: 217px;
  line-height: 39px;
  background: #FFFFFF;
  border-radius: 22px;
}
.nav-list .seach:before,
.nav-list .seach:after {
  content: " ";
  display: table;
}
.nav-list .seach:after {
  clear: both;
}
.nav-list .seach:before,
.nav-list .seach:after {
  content: " ";
  display: table;
}
.nav-list .seach:after {
  clear: both;
}
.nav-list .seach .shuru {
  margin-left: 20px;
  float: left;
  border: none;
  border-radius: 22px;
}
.nav-list .seach input {
  height: 39px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  background: none;
  border: none;
  outline: none;
}
.nav-list .seach .sousuo {
  margin-top: 8.5px;
  margin-top: 10px;
  float: right;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  cursor: pointer;
  background: url(../images/_img/index/sousuo.png) no-repeat center center;
}
.nav-list #nav {
  float: left;
  height: 58px;
  line-height: 58px;
  position: relative;
  z-index: 1;
}
.nav-list #nav:before,
.nav-list #nav:after {
  content: " ";
  display: table;
}
.nav-list #nav:after {
  clear: both;
}
.nav-list #nav:before,
.nav-list #nav:after {
  content: " ";
  display: table;
}
.nav-list #nav:after {
  clear: both;
}
.nav-list #nav a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.nav-list #nav .nLi,
.nav-list .nLi2 {
  float: left;
  position: relative;
  padding: 0px 107px 0 0;
  display: inline;
  font-size: 20px;
}
.nav-list #nav .nLi::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 9px;
  background: url(../images/_img/index/icon.png) no-repeat center;
  top: 26px;
  right: 45%;
  margin-left: -10px;
}
.nav-list #nav .nLi h3 {
  float: left;
}
.nav-list #nav .nLi h3 a {
  display: block;
  padding: 0 15px 0 15px;
  font-size: 15px;
}
.nav-list #nav .sub {
  display: none;
  margin-top: 6px;
  width: 130%;
  left: 0;
  top: 60px;
  position: absolute;
  color: #666666;
  background-color: #fff;
}
.nav-list #nav .sub li {
  zoom: 1;
  padding: 0 20px;
  position: relative;
}
.nav-list #nav .sub a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  font-weight: normal;
  height: 40px;
}
.nav-list #nav .sub li:nth-last-child(1) a {
  border-bottom: none;
}
.nav-list #nav span {
  float: left;
  color: #fff;
}
.nav-list #nav .sub li:hover {
  color: #2151A0 !important;
}
.nav-list #nav .sub .on a {
  color: #2151A0 !important;
}
.nav-list #nav .sub a:hover {
  color: #2151A0 !important;
}
.nav-list #nav .on h3 a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #2151A0 !important;
}
.nav-list .nav ul li:hover ul li ul {
  display: none;
}
.nav-list .nav ul li:hover ul li:hover ul {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
}
.nav-list .nav ul li:hover ul li:hover ul li {
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
.nav-list .nav ul li:hover ul li:hover ul li a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.nav-list .nav ul li:hover ul .nav_jw ul {
  display: none;
}
.nav-list .nav ul li:hover ul .nav_jw:hover ul {
  display: block;
  width: 100px;
  position: absolute;
  top: 0px;
  left: -100%;
  background-color: #b4b4b4;
}
.nav-list .nav ul li:hover ul .nav_jw:hover ul li {
  width: 100%;
  height: 45px;
}
.nav-list .nav ul li:hover ul .nav_jw:hover ul li a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.footer {
  border-top: 9px solid #2964BB;
  background: #333333;
  padding: 40px 0;
  color: #89909b;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
  color: #89909b;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.footer .flink {
  padding-bottom: 34px;
  border-bottom: 1px solid #4d4d4d;
}
.footer .flink span {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .flink a {
  display: inline-block;
  padding: 10px 86px;
  margin-right: 10px;
  background: #414141;
  font-size: 16px;
  font-weight: 400;
  color: #D8D8D8;
}
.footer dl {
  padding-top: 46px;
}
.footer dl:before,
.footer dl:after {
  content: " ";
  display: table;
}
.footer dl:after {
  clear: both;
}
.footer dl:before,
.footer dl:after {
  content: " ";
  display: table;
}
.footer dl:after {
  clear: both;
}
.footer dl dt {
  float: left;
  padding: 0 60px;
}
.footer dl dt .litpic img {
  width: 73px;
  height: 73px;
}
.footer dl dt .tit {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #D8D8D8;
  text-align: center;
}
.footer dl dt .badge img {
  width: 80px;
  height: 80px;
}
.footer dl .bad {
  border-left: 1px dashed rgba(255, 255, 255, 0.47);
  border-right: 1px dashed rgba(255, 255, 255, 0.47);
}
.footer dl ul {
  margin-top: 10px;
  width: 585px;
}
.footer dl ul:before,
.footer dl ul:after {
  content: " ";
  display: table;
}
.footer dl ul:after {
  clear: both;
}
.footer dl ul:before,
.footer dl ul:after {
  content: " ";
  display: table;
}
.footer dl ul:after {
  clear: both;
}
.footer dl ul li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #D8D8D8;
  line-height: 30px;
}
.footer dl ul li:before,
.footer dl ul li:after {
  content: " ";
  display: table;
}
.footer dl ul li:after {
  clear: both;
}
.footer dl ul li:before,
.footer dl ul li:after {
  content: " ";
  display: table;
}
.footer dl ul li:after {
  clear: both;
}
.footer dl ul li img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.footer dl ul li span {
  display: inline-block;
  margin-left: 10px;
}
.index-banner {
  margin-top: 26px;
  width: 100%;
}
.index-banner:before,
.index-banner:after {
  content: " ";
  display: table;
}
.index-banner:after {
  clear: both;
}
.index-banner:before,
.index-banner:after {
  content: " ";
  display: table;
}
.index-banner:after {
  clear: both;
}
.index-banner .bottom-bg {
  position: absolute;
  padding: 0 19px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.53);
}
.index-banner .bottom-bg .title {
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-banner a {
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  color: #FFFFFF;
}
.index-banner .right {
  padding: 0 16px;
  width: 50%;
  float: left;
  height: 373px;
  background: #F7F7F7;
}
.index-banner .right .margin {
  margin-left: 18px;
}
.index-banner .right dl {
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #EEEEEE;
}
.index-banner .right dl:before,
.index-banner .right dl:after {
  content: " ";
  display: table;
}
.index-banner .right dl:after {
  clear: both;
}
.index-banner .right dl:before,
.index-banner .right dl:after {
  content: " ";
  display: table;
}
.index-banner .right dl:after {
  clear: both;
}
.index-banner .right dl dt {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin-right: 30px;
}
.index-banner .right dl .active {
  color: #E02414;
  font-weight: bold;
}
.index-banner .right .more {
  float: right;
}
.index-banner .right .content ul li {
  padding-top: 10px;
}
.index-banner .right .content ul li:before,
.index-banner .right .content ul li:after {
  content: " ";
  display: table;
}
.index-banner .right .content ul li:after {
  clear: both;
}
.index-banner .right .content ul li:before,
.index-banner .right .content ul li:after {
  content: " ";
  display: table;
}
.index-banner .right .content ul li:after {
  clear: both;
}
.index-banner .right .content ul li .title {
  float: left;
}
.index-banner .right .content ul li .title:before,
.index-banner .right .content ul li .title:after {
  content: " ";
  display: table;
}
.index-banner .right .content ul li .title:after {
  clear: both;
}
.index-banner .right .content ul li .title:before,
.index-banner .right .content ul li .title:after {
  content: " ";
  display: table;
}
.index-banner .right .content ul li .title:after {
  clear: both;
}
.index-banner .right .content ul li .title i {
  display: inline-block;
  margin-top: 7px;
  width: 6px;
  height: 6px;
  background: #E02414;
  display: block;
  float: left;
  border-radius: 50%;
}
.index-banner .right .content ul li .title a {
  width: 416px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  margin-left: 7px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.index-banner .right .content ul li .data {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}
.index-train {
  margin-top: 25px;
}
.index-train:before,
.index-train:after {
  content: " ";
  display: table;
}
.index-train:after {
  clear: both;
}
.index-train:before,
.index-train:after {
  content: " ";
  display: table;
}
.index-train:after {
  clear: both;
}
.index-train .train-left {
  width: 900px;
  float: left;
  background: #F7F7F7;
  padding: 0 26px 20px 10px;
}
.index-train .train-left .item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(213, 213, 213, 0.62);
}
.index-train .train-left .item:before,
.index-train .train-left .item:after {
  content: " ";
  display: table;
}
.index-train .train-left .item:after {
  clear: both;
}
.index-train .train-left .item:before,
.index-train .train-left .item:after {
  content: " ";
  display: table;
}
.index-train .train-left .item:after {
  clear: both;
}
.index-train .train-left .item .title {
  float: left;
  padding-left: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-left: 8px solid #2964BB;
}
.index-train .train-left .item .more {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.index-train .train-left .item .more a {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.index-train .train-left .seach {
  margin-top: 20px;
  width: 100%;
  line-height: 50px;
  background: #FFFFFF;
  border-radius: 0px 10px 10px 0px;
  border: 2px solid #2964BB;
  overflow: hidden;
}
.index-train .train-left .seach:before,
.index-train .train-left .seach:after {
  content: " ";
  display: table;
}
.index-train .train-left .seach:after {
  clear: both;
}
.index-train .train-left .seach:before,
.index-train .train-left .seach:after {
  content: " ";
  display: table;
}
.index-train .train-left .seach:after {
  clear: both;
}
.index-train .train-left .seach .shuru {
  margin-left: 20px;
  float: left;
  border: none;
  border-radius: 22px;
  background: none;
  width: 640px;
}
.index-train .train-left .seach input {
  height: 50px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  background: none;
  border: 0;
  outline: none;
}
.index-train .train-left .seach input:focus {
  border: 0;
  outline: none;
}
.index-train .train-left .seach .sousuo {
  float: right;
  width: 122px;
  overflow: hidden;
  height: 50px;
  cursor: pointer;
  background: #2964BB;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.index-train .train-left ul {
  margin-top: 10px;
}
.index-train .train-left ul:before,
.index-train .train-left ul:after {
  content: " ";
  display: table;
}
.index-train .train-left ul:after {
  clear: both;
}
.index-train .train-left ul:before,
.index-train .train-left ul:after {
  content: " ";
  display: table;
}
.index-train .train-left ul:after {
  clear: both;
}
.index-train .train-left ul li {
  padding: 14px 0;
  width: 410px;
  float: left;
  border-bottom: 1px solid #D2D2D2;
}
.index-train .train-left ul li:before,
.index-train .train-left ul li:after {
  content: " ";
  display: table;
}
.index-train .train-left ul li:after {
  clear: both;
}
.index-train .train-left ul li:before,
.index-train .train-left ul li:after {
  content: " ";
  display: table;
}
.index-train .train-left ul li:after {
  clear: both;
}
.index-train .train-left ul li:nth-child(2n) {
  margin-left: 40px;
}
.index-train .train-left ul li:nth-last-child(2) {
  border-bottom: none;
}
.index-train .train-left ul li:last-child {
  border-bottom: none;
}
.index-train .train-left ul li .left {
  float: left;
}
.index-train .train-left ul li .right {
  margin-top: 22px;
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  width: 51px;
  height: 21px;
  text-align: center;
  background: #2964BB;
}
.index-train .train-left ul li .title {
  width: 320px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-train .train-left ul li .title a {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-train .train-left ul li .desc {
  margin-top: 4px;
  width: 320px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-train .train-left ul li .desc a {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-train .train-left ul li .month {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #CF0000;
}
.index-train .train-left ul li .month a {
  font-size: 12px;
  font-weight: 400;
  color: #CF0000;
}
.index-train .train-right {
  width: 290px;
  float: right;
}
.index-train .train-right:before,
.index-train .train-right:after {
  content: " ";
  display: table;
}
.index-train .train-right:after {
  clear: both;
}
.index-train .train-right:before,
.index-train .train-right:after {
  content: " ";
  display: table;
}
.index-train .train-right:after {
  clear: both;
}
.index-train .train-right .ks img {
  width: 290px;
  height: 115px;
}
.index-train .train-right .list {
  margin-top: 6px;
}
.index-train .train-right .list .info {
  margin-top: 8px;
  float: left;
  width: 142px;
  line-height: 56px;
  height: 56px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.index-train .train-right .list .info span {
  margin-left: 10px;
}
.index-train .train-right .list .info:nth-child(2n) {
  margin-left: 6px;
}
.index-train .train-right .list .i1 {
  border-left: 5px solid #FF7B11;
}
.index-train .train-right .list .i2 {
  border-left: 5px solid #FD6D6A;
}
.index-train .train-right .list .i3 {
  border-left: 5px solid #16C4C3;
}
.index-train .train-right .list .i4 {
  border-left: 5px solid #44AE88;
}
.index-train .train-right .rz {
  margin-top: 14px;
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #EFF2F7;
  display: inline-block;
}
.index-train .train-right .rz .img {
  display: inline-block;
}
.index-train .train-right .rz .img img {
  width: 21px;
  height: 28px;
}
.index-train .train-right .rz .cx {
  display: inline-block;
}
.index-train .train-right .rz .cx img {
  width: 25px;
  height: 25px;
}
.index-train .train-right .rz .tit {
  padding-left: 18px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.index-train .train-right .rz .tit a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.index-train .train-right .rz .in {
  padding-left: 56px;
  display: inline-block;
}
.index-train .train-right .rz .in img {
  width: 19px;
  height: 19px;
}
.index-peixun {
  margin-top: 50px;
}
.index-peixun .train-left {
  background: #F7F7F7;
  padding: 0 16px 20px;
}
.index-peixun .item {
  padding: 20px 0 10px;
  border-bottom: 1px solid rgba(213, 213, 213, 0.62);
}
.index-peixun .item:before,
.index-peixun .item:after {
  content: " ";
  display: table;
}
.index-peixun .item:after {
  clear: both;
}
.index-peixun .item:before,
.index-peixun .item:after {
  content: " ";
  display: table;
}
.index-peixun .item:after {
  clear: both;
}
.index-peixun .item .title {
  float: left;
  padding-left: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-left: 8px solid #2964BB;
}
.index-peixun .item .more {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.index-peixun .item .more a {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.index-peixun .list {
  margin-top: 20px;
}
.index-peixun .list:before,
.index-peixun .list:after {
  content: " ";
  display: table;
}
.index-peixun .list:after {
  clear: both;
}
.index-peixun .list:before,
.index-peixun .list:after {
  content: " ";
  display: table;
}
.index-peixun .list:after {
  clear: both;
}
.index-peixun .list li {
  margin-bottom: 10px;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.index-peixun .list li a {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.index-peixun .list li a:hover {
  color: #245399;
}
.index-peixun .list li .active {
  color: #245399;
}
.index-peixun .card:before,
.index-peixun .card:after {
  content: " ";
  display: table;
}
.index-peixun .card:after {
  clear: both;
}
.index-peixun .card:before,
.index-peixun .card:after {
  content: " ";
  display: table;
}
.index-peixun .card:after {
  clear: both;
}
.index-peixun .card li {
  margin-top: 20px;
  padding: 20px 28px;
  float: left;
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(152, 152, 152, 0.16);
  border-radius: 10px;
  margin-right: 5%;
}
.index-peixun .card li:before,
.index-peixun .card li:after {
  content: " ";
  display: table;
}
.index-peixun .card li:after {
  clear: both;
}
.index-peixun .card li:before,
.index-peixun .card li:after {
  content: " ";
  display: table;
}
.index-peixun .card li:after {
  clear: both;
}
.index-peixun .card li:nth-child(3n) {
  margin-right: 0;
}
.index-peixun .card li .left {
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-peixun .card li .left a {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-peixun .card li .right {
  float: right;
  font-size: 12px;
  line-height: 20px;
  width: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
}
.index-peixun .card li .right a {
  width: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  color: #FE5A3F;
  text-align: right;
}
.index-job {
  margin-top: 50px;
  margin-bottom: 76px;
}
.index-job ul {
  padding: 10px 16px;
  background: #F7F7F7;
}
.index-job ul:before,
.index-job ul:after {
  content: " ";
  display: table;
}
.index-job ul:after {
  clear: both;
}
.index-job ul:before,
.index-job ul:after {
  content: " ";
  display: table;
}
.index-job ul:after {
  clear: both;
}
.index-job ul li {
  padding: 14px 0;
  width: 558px;
  float: left;
  border-bottom: 1px dashed #D2D2D2;
}
.index-job ul li:before,
.index-job ul li:after {
  content: " ";
  display: table;
}
.index-job ul li:after {
  clear: both;
}
.index-job ul li:before,
.index-job ul li:after {
  content: " ";
  display: table;
}
.index-job ul li:after {
  clear: both;
}
.index-job ul li:nth-child(2n) {
  margin-left: 40px;
}
.index-job ul li:nth-last-child(2) {
  border-bottom: none;
}
.index-job ul li:last-child {
  border-bottom: none;
}
.index-job ul li .left {
  float: left;
}
.index-job ul li .right {
  margin-top: 12px;
  float: right;
  text-align: center;
}
.index-job ul li .right img {
  width: 28px;
  height: 28px;
}
.index-job ul li .title {
  width: 460px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-job ul li .title span {
  margin-left: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #CF0000;
}
.index-job ul li .title a {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-job ul li .tag {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #9A9A9A;
  width: 460px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-job ul li .tag a {
  font-size: 13px;
  font-weight: 400;
  color: #9A9A9A;
}
.index-job ul li .tag span {
  margin-right: 10px;
}
.index-teacher {
  padding-bottom: 56px;
}
.index-teacher .tab {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.index-teacher .tab table {
  text-align: center;
}
.index-teacher .tab table tr {
  background: #F9F8F8;
  height: 42px;
  border-bottom: 1px solid #ECECEC;
}
.index-teacher .tab table tr:last-child {
  border-bottom: none;
}
.index-teacher .tab table tr:nth-child(2n) {
  background: #FFFFFF;
}
.index-teacher .tab table .thead {
  font-size: 16px;
  border-right: none;
  border-bottom: 1px solid #ECECEC;
}
.index-teacher .tab table .zx a {
  padding: 4px 12px;
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  background: #2964BB;
}
.index-teacher .tab table td {
  text-align: center;
  border-right: 1px solid #E9E9E9;
}
.index-teacher .tab table td:last-child {
  border-right: none;
}
.blue-item {
  padding: 10px 16px;
  background: #2964BB;
}
.blue-item:before,
.blue-item:after {
  content: " ";
  display: table;
}
.blue-item:after {
  clear: both;
}
.blue-item:before,
.blue-item:after {
  content: " ";
  display: table;
}
.blue-item:after {
  clear: both;
}
.blue-item .title {
  float: left;
  padding-left: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 8px solid #FFFFFF;
}
.blue-item .more {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.blue-item .more a {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.carousel .carousel-indicators li.active {
  background: #2964BB !important;
  border-color: #2964BB !important;
}
.category-info {
  width: 338px;
  background: #fff;
  border-top: 9px solid #2964BB;
  padding-bottom: 40px;
}
.category-info .category {
  padding: 0 26px;
}
.category-info .category .info {
  font-size: 26px;
  font-weight: 400;
  color: #444444;
}
.category-info .category .info .type_name {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-info .category .info .en {
  padding-top: 12px;
  font-size: 14px;
}
.category-info .category .content dl {
  padding: 16px 0;
  border-bottom: 1px dashed rgba(225, 225, 225, 0.54);
}
.category-info .category .content dl:before,
.category-info .category .content dl:after {
  content: " ";
  display: table;
}
.category-info .category .content dl:after {
  clear: both;
}
.category-info .category .content dl:before,
.category-info .category .content dl:after {
  content: " ";
  display: table;
}
.category-info .category .content dl:after {
  clear: both;
}
.category-info .category .content dl dt a {
  padding-left: 32px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.category-info .category .content dl dt .left {
  width: 166px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-info .category .content dl dt .right {
  float: left;
}
.category-info .category .content dl dt:hover,
.category-info .category .content dl dt.active {
  color: #2964BB;
  position: relative;
}
.category-info .category .content dl dt:hover a,
.category-info .category .content dl dt.active a {
  color: #2964BB;
}
.category-info .category .content dl dt:hover a::before,
.category-info .category .content dl dt.active a::before {
  content: '';
  width: 4px;
  height: 14px;
  background: #2964BB;
  position: absolute;
  left: 0;
  top: 7px;
}
.category-info .category .content dl dd {
  padding: 5px 20px;
}
.category-info .category .content dl dd:hover i,
.category-info .category .content dl dd.active i,
.category-info .category .content dl dd:hover a,
.category-info .category .content dl dd.active a {
  color: #2964BB;
}
.category-info .cate-contact {
  width: 100%;
  border: 1px solid #DCDCDC;
  margin-top: 12px;
}
.category-info .cate-contact .top {
  width: 100%;
  padding: 12px 0;
  background: #EF9408;
}
.category-info .cate-contact .top:before,
.category-info .cate-contact .top:after {
  content: " ";
  display: table;
}
.category-info .cate-contact .top:after {
  clear: both;
}
.category-info .cate-contact .top:before,
.category-info .cate-contact .top:after {
  content: " ";
  display: table;
}
.category-info .cate-contact .top:after {
  clear: both;
}
.category-info .cate-contact .top .litpic {
  margin-left: 12px;
  float: left;
}
.category-info .cate-contact .top .litpic img {
  width: 23px;
  height: 23px;
}
.category-info .cate-contact .top .xl {
  margin-left: 12px;
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.category-info .cate-contact img {
  width: 100%;
  height: 100%;
}
.category-info .cate-contact .info {
  margin-left: 12px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 30px;
}
.category-info .cate-contact .bottom {
  padding: 12px 13px;
}
.category-info .cate-contact .bottom:before,
.category-info .cate-contact .bottom:after {
  content: " ";
  display: table;
}
.category-info .cate-contact .bottom:after {
  clear: both;
}
.category-info .cate-contact .bottom:before,
.category-info .cate-contact .bottom:after {
  content: " ";
  display: table;
}
.category-info .cate-contact .bottom:after {
  clear: both;
}
.category-info .cate-contact .bottom img {
  width: 73px;
  height: 25px;
}
.category-info .cate-contact .bottom .left {
  float: left;
}
.category-info .cate-contact .bottom .right {
  margin-left: 6px;
  float: left;
}
.left-info .info-top {
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  background: #EDF0F3;
  text-align: center;
}
.left-info .info-top .img {
  margin: 0 auto 10px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
}
.left-info .info-top .img img {
  width: 100%;
  height: 100%;
}
.left-info .info-top .title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}
.left-info .info-top .dk {
  margin-top: 20px;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #D65C5F;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.left-info .info-top .dk a {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.left-info .info-top .dk span {
  margin-left: 4px;
}
.left-info .info-top .dk img {
  margin-bottom: 2px;
  width: 12px;
  height: 14px;
}
.left-info .info-top .dl {
  margin-top: 8px;
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: 1px solid #707070;
  font-size: 13px;
  font-weight: 400;
  color: #444444;
}
.left-info .info-top .dl a {
  font-size: 13px;
  font-weight: 400;
  color: #444444;
}
.left-info .info-bottom {
  padding: 20px;
  border: 1px solid #E1E1E1;
  border-top: none;
}
.left-info .info-bottom .list {
  padding: 10px 0;
}
.left-info .info-bottom .list img {
  width: 22px;
  height: 22px;
}
.left-info .info-bottom .list a {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.left-info .info-bottom .list span {
  margin-left: 10px;
}
.body-bg {
  background: linear-gradient(180deg, #e8f1ff 0%, #ffffff 60%, #f3f3f5 100%);
  min-height: 500px;
}
.grey-bg {
  background: #F3F3F5;
}
.ny-banner {
  position: relative;
}
.ny-banner img {
  width: 100%;
}
.ny-content {
  padding: 50px;
}
.ny-left {
  margin-top: 24px;
  margin-bottom: 100px;
  float: left;
  width: 338px;
}
.ny-left-info {
  float: left;
  width: 256px;
}
.ny-right-info {
  width: 906px;
  float: right;
}
.ny-right {
  margin-top: 24px;
  margin-bottom: 100px;
  background: #fff;
  float: right;
  width: 834px;
  padding: 0 24px;
}
.ny-right .list-pic li {
  padding: 25px 0;
  border-bottom: 1px dashed #ddd;
}
.ny-right .list-pic li:hover {
  background: #f3f3f3;
  transition: all 0.5s;
}
.ny-right .list-pic li:hover .list-pic-con-f .title a {
  transition: all 0.5s;
  color: #2151A0 !important;
}
.ny-right .list-pic li:before,
.ny-right .list-pic li:after {
  content: " ";
  display: table;
}
.ny-right .list-pic li:after {
  clear: both;
}
.ny-right .list-pic li:before,
.ny-right .list-pic li:after {
  content: " ";
  display: table;
}
.ny-right .list-pic li:after {
  clear: both;
}
.ny-right .list-pic-litpic-f {
  float: left;
  height: 128px;
  width: 170px;
  margin-right: 16px;
}
.ny-right .list-pic-litpic-f img {
  width: 100%;
  height: 100%;
}
.ny-right .list-pic-con-f {
  width: 600px;
  float: left;
  height: 100%;
}
.ny-right .list-pic-con-f .title {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ny-right .list-pic-con-f .title a {
  font-weight: 400;
}
.ny-right .list-pic-con-f .title a,
.ny-right .list-pic-con-f .title a:link,
.ny-right .list-pic-con-f .title a:visited,
.ny-right .list-pic-con-f .title a:active {
  color: #191919;
  text-decoration: none;
}
.ny-right .list-pic-con-f .title a:hover,
.ny-right .list-pic-con-f .title a:focus {
  color: #2151a0;
  text-decoration: none;
  outline: none;
}
.ny-right .list-pic-con-f .desc {
  color: #89909B;
  max-height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ny-right .list-pic-con-f .desc .show-detail {
  color: #2151A0;
}
.ny-right .list-pic-con-f .more {
  font-size: 13px;
  margin-top: 15px;
  color: #4D4D4D;
  height: 13px;
  line-height: 13px;
}
.ny-right .list-pic-con-f .more:before,
.ny-right .list-pic-con-f .more:after {
  content: " ";
  display: table;
}
.ny-right .list-pic-con-f .more:after {
  clear: both;
}
.ny-right .list-pic-con-f .more:before,
.ny-right .list-pic-con-f .more:after {
  content: " ";
  display: table;
}
.ny-right .list-pic-con-f .more:after {
  clear: both;
}
.ny-right .list-pic-con-f .more .left {
  float: left;
}
.ny-right .list-pic-con-f .more .left .date {
  height: 13px;
  line-height: 13px;
  display: inline-block;
  margin-right: 10px;
}
.ny-right .list-pic-con-f .more .left .keywords {
  display: inline-block;
  width: 250px;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ny-right .list-pic-con-f .more .right {
  float: right;
}
.ny-right .list-pic-con-f .more .right .click {
  height: 13px;
  line-height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.ny-right .list-pic-con-f .more .right .writer {
  height: 13px;
  line-height: 13px;
  display: inline-block;
  margin-left: 5px;
}
.ny-right .list-pic .all {
  width: 100%;
}
.ny-title {
  line-height: 22px;
  height: 22px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  border-left: 5px solid #f00;
  padding-left: 10px;
}
.ny-title .sub-nav {
  font-weight: normal;
  font-size: 16px;
}
.ny-title .sub-nav .item {
  float: left !important;
  float: left;
  margin-left: 10px;
}
.ny-title .sub-nav .item a {
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 4px;
}
.ny-title .sub-nav .item a,
.ny-title .sub-nav .item a:link,
.ny-title .sub-nav .item a:visited,
.ny-title .sub-nav .item a:active {
  color: #21196e;
  text-decoration: none;
}
.ny-title .sub-nav .item a:hover,
.ny-title .sub-nav .item a:focus {
  color: #62b8e4;
  text-decoration: none;
  outline: none;
}
.ny-title .sub-nav .item a:hover,
.ny-title .sub-nav .item a:focus {
  background: #fafafa;
}
.ny-title .sub-nav .item.active {
  font-weight: bold;
}
.ny-title .sub-nav .item.active a {
  background: #e22e30;
  border-color: #c21b1d;
}
.ny-title .sub-nav .item.active a,
.ny-title .sub-nav .item.active a:link,
.ny-title .sub-nav .item.active a:visited,
.ny-title .sub-nav .item.active a:active {
  color: #ffffff;
  text-decoration: none;
}
.ny-title .sub-nav .item.active a:hover,
.ny-title .sub-nav .item.active a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.ny-position {
  background: #F3F3F5;
  color: #191919;
}
.ny-position .position {
  line-height: 40px;
}
.ny-position a,
.ny-position a:link,
.ny-position a:visited,
.ny-position a:active {
  color: #191919;
  text-decoration: none;
}
.ny-position a:hover,
.ny-position a:focus {
  color: #333333;
  text-decoration: none;
  outline: none;
}
.ny-position-default {
  margin-top: -2px;
  background: #F3F3F5;
  height: 48px;
  line-height: 48px;
}
.ny-position-default:before,
.ny-position-default:after {
  content: " ";
  display: table;
}
.ny-position-default:after {
  clear: both;
}
.ny-position-default:before,
.ny-position-default:after {
  content: " ";
  display: table;
}
.ny-position-default:after {
  clear: both;
}
.ny-position-default .position {
  width: 100%;
  float: left;
}
.ny-position-default .position .right {
  float: right !important;
  float: right;
  color: #333333;
}
.ny-position-default .position .right a,
.ny-position-default .position .right a:link,
.ny-position-default .position .right a:visited,
.ny-position-default .position .right a:active {
  color: #333333;
  text-decoration: none;
}
.ny-position-default .position .right a:hover,
.ny-position-default .position .right a:focus {
  color: #ff0000;
  text-decoration: none;
  outline: none;
}
.ny-position-default .position ul:before,
.ny-position-default .position ul:after {
  content: " ";
  display: table;
}
.ny-position-default .position ul:after {
  clear: both;
}
.ny-position-default .position ul:before,
.ny-position-default .position ul:after {
  content: " ";
  display: table;
}
.ny-position-default .position ul:after {
  clear: both;
}
.ny-position-default .position ul li {
  float: left !important;
  float: left;
  margin-right: 40px;
  font-size: 16px;
}
.ny-position-default .position ul li a,
.ny-position-default .position ul li a:link,
.ny-position-default .position ul li a:visited,
.ny-position-default .position ul li a:active {
  color: #191919;
  text-decoration: none;
}
.ny-position-default .position ul li a:hover,
.ny-position-default .position ul li a:focus {
  color: #ff0000;
  text-decoration: none;
  outline: none;
}
.ny-position-default .position ul li.active a,
.ny-position-default .position ul li.active a:link,
.ny-position-default .position ul li.active a:visited,
.ny-position-default .position ul li.active a:active {
  color: #ff0000;
  text-decoration: none;
}
.ny-position-default .position ul li.active a:hover,
.ny-position-default .position ul li.active a:focus {
  color: #cc0000;
  text-decoration: none;
  outline: none;
}
.ny-page {
  font-size: 0;
  text-align: center;
  padding: 15px 0;
  height: 50px;
  width: 100%;
}
.ny-page:before,
.ny-page:after {
  content: " ";
  display: table;
}
.ny-page:after {
  clear: both;
}
.ny-page:before,
.ny-page:after {
  content: " ";
  display: table;
}
.ny-page:after {
  clear: both;
}
.ny-page a,
.ny-page span {
  background: #fff;
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 2;
  margin: 0 3px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #ddd;
  z-index: 1;
}
@media (max-width: 991px) {
  .ny-page {
    margin: 10px 0;
  }
}
.ny-page .current {
  color: #305dc3;
  border-color: #305dc3;
  z-index: 2;
}
.ny-page > a:first-child,
.ny-page span.totalpage:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ny-page > a:last-child,
.ny-page span.totalpage:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ny-page a,
.ny-page a:link,
.ny-page a:visited,
.ny-page a:active {
  color: #333333!important;
}
.ny-page a:hover,
.ny-page a:focus {
  color: #305DC3!important;
  background: #f1f1f1!important;
}
.ny-page a.currclass,
.ny-page a.currclass:link,
.ny-page a.currclass:visited,
.ny-page a.currclass:hover,
.ny-page a.currclass:active,
.ny-page a.currclass:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.ny-contact {
  margin-top: 30px;
}
.ny-contact .content .list {
  margin-top: 10px;
}
.ny-contact .content .list .left-pic {
  display: inline-block;
}
.ny-contact .content .list .left-pic img {
  width: 22px;
  height: auto;
}
.ny-contact .content .list .right-title {
  display: inline-block;
}
.article-title {
  line-height: 36px;
  font-size: 25px;
  font-weight: bold;
  color: #484D54;
  text-align: center;
}
.article-info {
  color: #aab4c2;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0px;
  text-align: center;
}
.article-info .keywords {
  padding-left: 30px;
}
.article-info .keywords a {
  display: inline-block;
  margin-right: 5px;
}
.article-info .keywords a,
.article-info .keywords a:link,
.article-info .keywords a:visited,
.article-info .keywords a:active {
  color: #ff7100;
  text-decoration: none;
}
.article-info .keywords a:hover,
.article-info .keywords a:focus {
  color: #ff0000;
  text-decoration: none;
  outline: none;
}
.article-content {
  color: #333333;
  line-height: 1.6;
  font-size: 15px;
  min-height: 350px;
}
.article-content:before,
.article-content:after {
  content: " ";
  display: table;
}
.article-content:after {
  clear: both;
}
.article-content:before,
.article-content:after {
  content: " ";
  display: table;
}
.article-content:after {
  clear: both;
}
.article-content-line {
  height: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.article-content img {
  max-width: 100% !important;
  height: auto !important;
}
.article-prev-next {
  margin-top: 30px;
  color: #444444;
}
.article-prev-next .prev,
.article-prev-next .next {
  line-height: 30px;
}
.article-prev-next a {
  color: #999999;
}
.list-article li {
  margin-bottom: 20px;
}
.list-article .title {
  font-size: 16px;
  line-height: 36px;
  color: #484D54;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-article .title .date {
  float: right;
  font-size: 13px;
  color: #999999;
}
.list-article .desc {
  color: #89909B;
  max-height: 60px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-article .more {
  margin-top: 5px;
}
.list-article .more a,
.list-article .more a:link,
.list-article .more a:visited,
.list-article .more a:active {
  color: #3b95e8;
  text-decoration: none;
}
.list-article .more a:hover,
.list-article .more a:focus {
  color: #21196e;
  text-decoration: none;
  outline: none;
}
.list-pic li {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.list-pic li:before,
.list-pic li:after {
  content: " ";
  display: table;
}
.list-pic li:after {
  clear: both;
}
.list-pic li:before,
.list-pic li:after {
  content: " ";
  display: table;
}
.list-pic li:after {
  clear: both;
}
.list-pic-litpic {
  float: left;
  height: 180px;
  width: 230px;
}
.list-pic-litpic img {
  width: 100%;
  height: 100%;
}
.list-pic-con {
  position: relative;
  height: 180px;
  margin-left: 260px;
}
.list-pic-con .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-top: 20px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-pic-con .title a {
  font-weight: bold;
}
.list-pic-con .title a,
.list-pic-con .title a:link,
.list-pic-con .title a:visited,
.list-pic-con .title a:active {
  color: #191919;
  text-decoration: none;
}
.list-pic-con .title a:hover,
.list-pic-con .title a:focus {
  color: #3b95e8;
  text-decoration: none;
  outline: none;
}
.list-pic-con .title span {
  float: right !important;
  float: right;
  color: #999;
}
.list-pic-con .desc {
  color: #89909B;
  max-height: 80px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list-pic-con .more {
  margin-top: 20px;
}
.list-pic-con .more a,
.list-pic-con .more a:link,
.list-pic-con .more a:visited,
.list-pic-con .more a:active {
  color: #3b95e8;
  text-decoration: none;
}
.list-pic-con .more a:hover,
.list-pic-con .more a:focus {
  color: #21196e;
  text-decoration: none;
  outline: none;
}
.list-pic-square ul:before,
.list-pic-square ul:after {
  content: " ";
  display: table;
}
.list-pic-square ul:after {
  clear: both;
}
.list-pic-square ul:before,
.list-pic-square ul:after {
  content: " ";
  display: table;
}
.list-pic-square ul:after {
  clear: both;
}
.list-pic-square li {
  float: left !important;
  float: left;
  margin-bottom: 25px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
}
.list-pic-square .litpic {
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin: 0 auto;
}
.list-pic-square .litpic img {
  border-radius: 50%;
  border: 3px solid #ddd;
  padding: 2px;
  width: 100%;
  height: 100%;
}
.list-pic-square .title {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.list-pic-square .title a,
.list-pic-square .title a:link,
.list-pic-square .title a:visited,
.list-pic-square .title a:active {
  color: #484d54;
  text-decoration: none;
}
.list-pic-square .title a:hover,
.list-pic-square .title a:focus {
  color: #3b95e8;
  text-decoration: none;
  outline: none;
}
.list-pic-square .sub-nav {
  color: #888888;
}
.ny-jdrz ul li {
  padding: 16px 0;
  border-bottom: 1px dashed #C7C7C7;
}
.ny-jdrz ul li:before,
.ny-jdrz ul li:after {
  content: " ";
  display: table;
}
.ny-jdrz ul li:after {
  clear: both;
}
.ny-jdrz ul li:before,
.ny-jdrz ul li:after {
  content: " ";
  display: table;
}
.ny-jdrz ul li:after {
  clear: both;
}
.ny-jdrz ul li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  background: #2964BB;
  border-radius: 2px 2px 2px 2px;
}
.ny-jdrz ul li .title {
  float: left;
  width: 600px;
  white-space: nowarp;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-jdrz ul li .title span {
  margin-left: 6px;
}
.ny-jdrz ul li .title a {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-jdrz ul li .title a:hover {
  color: #2964BB;
}
.ny-jdrz ul li .date {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.ny-cyds ul li {
  padding: 32px 0 20px;
  border-bottom: 1px dashed #E1E1E1;
}
.ny-cyds ul li:before,
.ny-cyds ul li:after {
  content: " ";
  display: table;
}
.ny-cyds ul li:after {
  clear: both;
}
.ny-cyds ul li:before,
.ny-cyds ul li:after {
  content: " ";
  display: table;
}
.ny-cyds ul li:after {
  clear: both;
}
.ny-cyds ul li .left {
  float: left;
}
.ny-cyds ul li .left:before,
.ny-cyds ul li .left:after {
  content: " ";
  display: table;
}
.ny-cyds ul li .left:after {
  clear: both;
}
.ny-cyds ul li .left:before,
.ny-cyds ul li .left:after {
  content: " ";
  display: table;
}
.ny-cyds ul li .left:after {
  clear: both;
}
.ny-cyds ul li .left .pic {
  float: left;
  width: 90px;
  height: 118px;
  overflow: hidden;
}
.ny-cyds ul li .left .pic img {
  width: 100%;
  height: auto;
}
.ny-cyds ul li .left .title {
  float: left;
}
.ny-job {
  padding: 20px 0;
}
.ny-job ul li {
  margin-bottom: 24px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
}
.ny-job ul li:before,
.ny-job ul li:after {
  content: " ";
  display: table;
}
.ny-job ul li:after {
  clear: both;
}
.ny-job ul li:before,
.ny-job ul li:after {
  content: " ";
  display: table;
}
.ny-job ul li:after {
  clear: both;
}
.ny-job ul li .top-content {
  margin-top: 18px;
  padding: 0 22px;
}
.ny-job ul li .top-content:before,
.ny-job ul li .top-content:after {
  content: " ";
  display: table;
}
.ny-job ul li .top-content:after {
  clear: both;
}
.ny-job ul li .top-content:before,
.ny-job ul li .top-content:after {
  content: " ";
  display: table;
}
.ny-job ul li .top-content:after {
  clear: both;
}
.ny-job ul li .top-content .left {
  float: left;
}
.ny-job ul li .top-content .left:before,
.ny-job ul li .top-content .left:after {
  content: " ";
  display: table;
}
.ny-job ul li .top-content .left:after {
  clear: both;
}
.ny-job ul li .top-content .left:before,
.ny-job ul li .top-content .left:after {
  content: " ";
  display: table;
}
.ny-job ul li .top-content .left:after {
  clear: both;
}
.ny-job ul li .top-content .left .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.ny-job ul li .top-content .left .title a {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.ny-job ul li .top-content .left .title span {
  margin-left: 14px;
  font-size: 13px;
  font-weight: bold;
  color: #CF0000;
}
.ny-job ul li .top-content .left .tag {
  margin-top: 10px;
  margin-right: 6px;
  padding: 0 10px;
  float: left;
  line-height: 22px;
  border-radius: 4px;
  background: #F8F8F8;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}
.ny-job ul li .top-content .right {
  margin-top: 10px;
  padding: 0 14px;
  float: right;
  line-height: 28px;
  background: #D65C5F;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.ny-job ul li .top-content .right a {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.ny-job ul li .bottom {
  margin-top: 12px;
  padding: 12px 22px;
  width: 100%;
  background: #F8F9FC;
}
.ny-job ul li .bottom:before,
.ny-job ul li .bottom:after {
  content: " ";
  display: table;
}
.ny-job ul li .bottom:after {
  clear: both;
}
.ny-job ul li .bottom:before,
.ny-job ul li .bottom:after {
  content: " ";
  display: table;
}
.ny-job ul li .bottom:after {
  clear: both;
}
.ny-job ul li .bottom a {
  color: #222222;
}
.ny-job ul li .bottom .left {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.ny-job ul li .bottom .right {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #444444;
}
.job-article .a-content {
  padding-bottom: 40px;
}
.job-article .a-content:before,
.job-article .a-content:after {
  content: " ";
  display: table;
}
.job-article .a-content:after {
  clear: both;
}
.job-article .a-content:before,
.job-article .a-content:after {
  content: " ";
  display: table;
}
.job-article .a-content:after {
  clear: both;
}
.job-article .a-content .a-positive {
  margin-top: 18px;
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.job-article .a-content .a-positive a {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.job-article .a-content .box {
  padding-top: 70px;
}
.job-article .a-content .box:before,
.job-article .a-content .box:after {
  content: " ";
  display: table;
}
.job-article .a-content .box:after {
  clear: both;
}
.job-article .a-content .box:before,
.job-article .a-content .box:after {
  content: " ";
  display: table;
}
.job-article .a-content .box:after {
  clear: both;
}
.job-article .a-content .box .left {
  float: left;
}
.job-article .a-content .box .left:before,
.job-article .a-content .box .left:after {
  content: " ";
  display: table;
}
.job-article .a-content .box .left:after {
  clear: both;
}
.job-article .a-content .box .left:before,
.job-article .a-content .box .left:after {
  content: " ";
  display: table;
}
.job-article .a-content .box .left:after {
  clear: both;
}
.job-article .a-content .box .left .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.job-article .a-content .box .left .title a {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.job-article .a-content .box .left .title span {
  margin-left: 14px;
  font-size: 26px;
  font-weight: bold;
  color: #CF0000;
}
.job-article .a-content .box .left .card {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
.job-article .a-content .box .left .card span {
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid #D8D8D8;
}
.job-article .a-content .box .left .card span:last-child {
  border-right: none;
}
.job-article .a-content .box .left .card span:first-child {
  padding-left: 0;
}
.job-article .a-content .box .left .tag {
  margin-top: 10px;
  margin-right: 6px;
  padding: 0 14px;
  float: left;
  line-height: 22px;
  border-radius: 4px;
  background: #F8F8F8;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}
.job-article .a-content .box .right {
  margin-top: 10px;
  padding: 0 44px;
  float: right;
  line-height: 44px;
  background: #CF0000;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.job-article .a-content .box .right a {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.job-article .item {
  padding-left: 6px;
  line-height: 16px;
  border-left: 4px solid #2964BB;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.job-article .j-content {
  margin-top: 21px;
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 11px;
}
.job-article .j-content .desc {
  margin-top: 16px;
}
.job-article .job-center:before,
.job-article .job-center:after {
  content: " ";
  display: table;
}
.job-article .job-center:after {
  clear: both;
}
.job-article .job-center:before,
.job-article .job-center:after {
  content: " ";
  display: table;
}
.job-article .job-center:after {
  clear: both;
}
.job-article .job-left {
  width: 804px;
  float: left;
}
.job-article .job-left .j-content {
  margin-top: 21px;
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 11px;
}
.job-article .job-left .j-content .desc {
  margin-top: 16px;
}
.job-article .job-right {
  width: 378px;
  float: right;
}
.job-article .job-right .company {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.job-article .job-right .title {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
.job-article .job-right .title span {
  color: #CF0000;
}
.job-article ul {
  margin-top: 16px;
}
.job-article ul li {
  margin-top: 12px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
}
.job-article ul li:before,
.job-article ul li:after {
  content: " ";
  display: table;
}
.job-article ul li:after {
  clear: both;
}
.job-article ul li:before,
.job-article ul li:after {
  content: " ";
  display: table;
}
.job-article ul li:after {
  clear: both;
}
.job-article ul li .top-content {
  margin-top: 10px;
  padding: 0 14px;
}
.job-article ul li .top-content:before,
.job-article ul li .top-content:after {
  content: " ";
  display: table;
}
.job-article ul li .top-content:after {
  clear: both;
}
.job-article ul li .top-content:before,
.job-article ul li .top-content:after {
  content: " ";
  display: table;
}
.job-article ul li .top-content:after {
  clear: both;
}
.job-article ul li .top-content .title:before,
.job-article ul li .top-content .title:after {
  content: " ";
  display: table;
}
.job-article ul li .top-content .title:after {
  clear: both;
}
.job-article ul li .top-content .title:before,
.job-article ul li .top-content .title:after {
  content: " ";
  display: table;
}
.job-article ul li .top-content .title:after {
  clear: both;
}
.job-article ul li .top-content .title .left {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.job-article ul li .top-content .title .left a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-article ul li .top-content .title .left span {
  text-align: right;
  margin-left: 14px;
  font-size: 13px;
  font-weight: bold;
  color: #CF0000;
}
.job-article ul li .top-content .title .right {
  float: right;
  font-size: 13px;
  font-weight: bold;
  color: #CF0000;
}
.job-article ul li .top-content .title .right a {
  font-size: 13px;
  font-weight: bold;
  color: #CF0000;
}
.job-article ul li .top-content .tag span {
  display: inline-block;
  margin-top: 10px;
  margin-right: 6px;
  padding: 0 10px;
  line-height: 22px;
  border-radius: 4px;
  background: #F8F8F8;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}
.job-article ul li .bottom {
  margin-top: 12px;
  padding: 12px 22px;
  width: 100%;
  background: #F9FBFB;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.job-article ul li .bottom:before,
.job-article ul li .bottom:after {
  content: " ";
  display: table;
}
.job-article ul li .bottom:after {
  clear: both;
}
.job-article ul li .bottom:before,
.job-article ul li .bottom:after {
  content: " ";
  display: table;
}
.job-article ul li .bottom:after {
  clear: both;
}
.job-article ul li .bottom a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.job-article .job-botttom ul:before,
.job-article .job-botttom ul:after {
  content: " ";
  display: table;
}
.job-article .job-botttom ul:after {
  clear: both;
}
.job-article .job-botttom ul:before,
.job-article .job-botttom ul:after {
  content: " ";
  display: table;
}
.job-article .job-botttom ul:after {
  clear: both;
}
.job-article .job-botttom ul .other {
  width: 386px;
  float: left;
  margin-right: 20px;
}
.job-article .job-botttom ul .other:nth-child(3n) {
  margin-right: 0;
}
.ny-info-content {
  margin-top: 28px;
  margin-bottom: 100px;
}
.ny-info-content .item-title {
  padding: 18px 0;
  border-bottom: 1px solid #D5D5D5;
}
.ny-info-content .item-title img {
  margin-bottom: 4px;
  width: 24px;
  height: 24px;
}
.ny-info-content .item-title span {
  margin-left: 6px;
  font-size: 22px;
  font-weight: bold;
  color: #444444;
}
.ny-pxbm ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #D5D5D5;
}
.ny-pxbm ul li:before,
.ny-pxbm ul li:after {
  content: " ";
  display: table;
}
.ny-pxbm ul li:after {
  clear: both;
}
.ny-pxbm ul li:before,
.ny-pxbm ul li:after {
  content: " ";
  display: table;
}
.ny-pxbm ul li:after {
  clear: both;
}
.ny-pxbm ul li .left {
  float: left;
  width: 80%;
}
.ny-pxbm ul li .left .title {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.ny-pxbm ul li .left .title a {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.ny-pxbm ul li .left .tag {
  margin-top: 10px;
}
.ny-pxbm ul li .left .tag span {
  margin-top: 8px;
  padding: 1px 4px;
  border-radius: 2px;
  margin-right: 4px;
  border: 1px solid #999999;
  font-size: 10px;
  font-weight: 400;
  color: #555555;
}
.ny-pxbm ul li .left .school {
  margin-top: 8px;
}
.ny-pxbm ul li .left .school img {
  width: 13px;
  height: 13px;
}
.ny-pxbm ul li .left .school span {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.ny-pxbm ul li .right {
  margin-top: 30px;
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #D65C5F;
}
.ny-pxbm ul li .right a {
  font-size: 16px;
  font-weight: 400;
  color: #D65C5F;
}
.ny-pxbm ul li .title {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.ny-work-recorde .tab {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.ny-work-recorde .tab table {
  text-align: center;
}
.ny-work-recorde .tab table tr {
  height: 42px;
  border-bottom: 1px solid #ECECEC;
}
.ny-work-recorde .tab table tr:first-child {
  background: #F9F8F8;
}
.ny-work-recorde .tab table .thead {
  font-size: 16px;
  border-top: 1px solid #E9E9E9;
  border-right: none;
  border-left: none;
}
.ny-work-recorde .tab table .thead:first-child {
  border-left: 1px solid #E9E9E9;
}
.ny-work-recorde .tab table .thead:last-child {
  border-right: 1px solid #E9E9E9;
}
.ny-work-recorde .tab table td {
  text-align: center;
  border-right: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
.data-no {
  padding: 50px 0;
  text-align: center;
  font-size: 20px;
}
.ny-seach {
  padding: 0 108px;
}
.ny-seach .seach-content {
  margin-top: 40px;
  width: 100%;
  line-height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #2964BB;
  overflow: hidden;
}
.ny-seach .seach-content:before,
.ny-seach .seach-content:after {
  content: " ";
  display: table;
}
.ny-seach .seach-content:after {
  clear: both;
}
.ny-seach .seach-content:before,
.ny-seach .seach-content:after {
  content: " ";
  display: table;
}
.ny-seach .seach-content:after {
  clear: both;
}
.ny-seach .seach-content .shuru {
  margin-left: 20px;
  float: left;
  border: none;
  border-radius: 22px;
  background: none;
  width: 750px;
  border-radius: 0 10px 10px 0;
}
.ny-seach .seach-content input {
  height: 50px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  background: none;
  border: 0;
  outline: none;
}
.ny-seach .seach-content input:focus {
  border: 0;
  outline: none;
}
.ny-seach .seach-content .sousuo {
  float: right;
  width: 120px;
  overflow: hidden;
  height: 50px;
  cursor: pointer;
  background: #2964BB;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.edcation-index {
  padding-bottom: 50px;
}
.edcation-index .ny-position-default {
  background: none !important;
}
.edcation-index .list {
  margin-top: 40px;
}
.edcation-index .list:before,
.edcation-index .list:after {
  content: " ";
  display: table;
}
.edcation-index .list:after {
  clear: both;
}
.edcation-index .list:before,
.edcation-index .list:after {
  content: " ";
  display: table;
}
.edcation-index .list:after {
  clear: both;
}
.edcation-index .list li {
  margin-bottom: 20px;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.edcation-index .list li a {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.edcation-index .list li a:hover {
  color: #245399;
}
.edcation-index .list li .active {
  color: #245399;
}
.edcation-index .card:before,
.edcation-index .card:after {
  content: " ";
  display: table;
}
.edcation-index .card:after {
  clear: both;
}
.edcation-index .card:before,
.edcation-index .card:after {
  content: " ";
  display: table;
}
.edcation-index .card:after {
  clear: both;
}
.edcation-index .card li {
  margin-top: 20px;
  padding: 20px 28px;
  float: left;
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(152, 152, 152, 0.16);
  border-radius: 10px;
  margin-right: 5%;
}
.edcation-index .card li:before,
.edcation-index .card li:after {
  content: " ";
  display: table;
}
.edcation-index .card li:after {
  clear: both;
}
.edcation-index .card li:before,
.edcation-index .card li:after {
  content: " ";
  display: table;
}
.edcation-index .card li:after {
  clear: both;
}
.edcation-index .card li:nth-child(3n) {
  margin-right: 0;
}
.edcation-index .card li .left {
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.edcation-index .card li .left a {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.edcation-index .card li .right {
  float: right;
  font-size: 12px;
  line-height: 20px;
  width: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
}
.edcation-index .card li .right a {
  width: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  color: #FE5A3F;
  text-align: right;
}
.train-list {
  padding-bottom: 50px;
}
.train-list .ny-position-default {
  background: none;
}
.train-list .card:before,
.train-list .card:after {
  content: " ";
  display: table;
}
.train-list .card:after {
  clear: both;
}
.train-list .card:before,
.train-list .card:after {
  content: " ";
  display: table;
}
.train-list .card:after {
  clear: both;
}
.train-list .card li {
  margin-top: 20px;
  padding: 20px 28px;
  float: left;
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(152, 152, 152, 0.16);
  border-radius: 10px;
  margin-right: 5%;
}
.train-list .card li:before,
.train-list .card li:after {
  content: " ";
  display: table;
}
.train-list .card li:after {
  clear: both;
}
.train-list .card li:before,
.train-list .card li:after {
  content: " ";
  display: table;
}
.train-list .card li:after {
  clear: both;
}
.train-list .card li:nth-child(3n) {
  margin-right: 0;
}
.train-list .card li .left {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.train-list .card li .left a {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.train-list .card li .left span {
  color: #333333;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.train-list .card li .left img {
  width: 22px;
  height: 22px;
}
.train-view .ny-position-default {
  background: none !important;
}
.train-view .bg-white {
  margin-bottom: 12px;
  background: #fff;
}
.train-view .content {
  padding: 10px 12px;
}
.train-view .content:before,
.train-view .content:after {
  content: " ";
  display: table;
}
.train-view .content:after {
  clear: both;
}
.train-view .content:before,
.train-view .content:after {
  content: " ";
  display: table;
}
.train-view .content:after {
  clear: both;
}
.train-view .content .left {
  float: left;
}
.train-view .content .left:before,
.train-view .content .left:after {
  content: " ";
  display: table;
}
.train-view .content .left:after {
  clear: both;
}
.train-view .content .left:before,
.train-view .content .left:after {
  content: " ";
  display: table;
}
.train-view .content .left:after {
  clear: both;
}
.train-view .content .left .litpic {
  float: left;
  width: 216px;
  height: 120px;
  overflow: hidden;
}
.train-view .content .left .litpic img {
  width: 100%;
  height: auto;
}
.train-view .content .left .title {
  float: left;
  margin-left: 20px;
}
.train-view .content .left .title .item {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.train-view .content .left .title .desc {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.train-view .content .right {
  margin-top: 34px;
  padding: 10px 70px;
  float: right;
  background: #D15657;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}
.train-view .bg-shadow {
  margin-bottom: 50px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(177, 177, 177, 0.16);
}
.train-view .bg-shadow .px {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #D65C5F;
  border-bottom: 1px solid #EEEEEE;
}
.train-view .bg-shadow .parse {
  margin-top: 28px;
  margin-bottom: 60px;
}
.teacher-page {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.teacher-page .pagination {
  display: inline-block;
}
.teacher-page .pagination li {
  display: inline;
}
.teacher-page .active span {
  background: #2C65B9 !important;
}
.teacher-page span {
  margin: 0 20px;
}
.teacher-page a {
  margin: 0 20px;
}
.course-index {
  padding-bottom: 50px;
}
.course-index .card {
  margin-top: 20px;
}
.course-index .card:before,
.course-index .card:after {
  content: " ";
  display: table;
}
.course-index .card:after {
  clear: both;
}
.course-index .card:before,
.course-index .card:after {
  content: " ";
  display: table;
}
.course-index .card:after {
  clear: both;
}
.course-index .card li {
  margin-top: 20px;
  margin-right: 22px;
  float: left;
  width: 283px;
  height: 275px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  overflow: hidden;
}
.course-index .card li:nth-child(4n) {
  margin-right: 0;
}
.course-index .card li .litpic {
  width: 100%;
  height: 164px;
  overflow: hidden;
}
.course-index .card li .litpic img {
  width: 100%;
  height: 164px;
}
.course-index .card li .bottom {
  padding: 0 12px;
}
.course-index .card li .bottom .title {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.course-index .card li .bottom .title a {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.course-index .card li .bottom .tag {
  margin-top: 10px;
}
.course-index .card li .bottom .tag:before,
.course-index .card li .bottom .tag:after {
  content: " ";
  display: table;
}
.course-index .card li .bottom .tag:after {
  clear: both;
}
.course-index .card li .bottom .tag:before,
.course-index .card li .bottom .tag:after {
  content: " ";
  display: table;
}
.course-index .card li .bottom .tag:after {
  clear: both;
}
.course-index .card li .bottom .tag span {
  margin-bottom: 2px;
  padding: 0 4px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 400;
  color: #555555;
  border-radius: 2px;
  border: 1px solid #999999;
}
.course-view {
  background: linear-gradient(180deg, #f5f8fa 0%, #ffffff 60%, #f3f3f5 100%);
  min-height: 600px;
  padding-bottom: 100px;
}
.course-view .ny-position-default {
  background: #fff !important;
}
.course-view .top-content {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
}
.course-view .top-content .clear {
  margin-top: 36px;
}
.course-view .top-content .clear:before,
.course-view .top-content .clear:after {
  content: " ";
  display: table;
}
.course-view .top-content .clear:after {
  clear: both;
}
.course-view .top-content .clear:before,
.course-view .top-content .clear:after {
  content: " ";
  display: table;
}
.course-view .top-content .clear:after {
  clear: both;
}
.course-view .top-content .left {
  float: left;
}
.course-view .top-content .left .title {
  font-size: 26px;
  font-weight: 400;
  color: #222222;
}
.course-view .top-content .left .tag {
  margin-top: 10px;
}
.course-view .top-content .left .tag:before,
.course-view .top-content .left .tag:after {
  content: " ";
  display: table;
}
.course-view .top-content .left .tag:after {
  clear: both;
}
.course-view .top-content .left .tag:before,
.course-view .top-content .left .tag:after {
  content: " ";
  display: table;
}
.course-view .top-content .left .tag:after {
  clear: both;
}
.course-view .top-content .left .tag span {
  margin-bottom: 4px;
  padding: 0 4px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 2px;
  color: #555555;
  border: 1px solid #999999;
}
.course-view .top-content .right {
  margin-top: 20px;
  float: right;
}
.course-view .top-content .right input {
  width: 317px;
  height: 52px;
  background: #D65C5F;
  border: 0;
  outline: none;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 26px;
}
.course-view .bottom-content {
  margin-top: 20px;
}
.course-view .bottom-content:before,
.course-view .bottom-content:after {
  content: " ";
  display: table;
}
.course-view .bottom-content:after {
  clear: both;
}
.course-view .bottom-content:before,
.course-view .bottom-content:after {
  content: " ";
  display: table;
}
.course-view .bottom-content:after {
  clear: both;
}
.course-view .bottom-content-left {
  width: 824px;
  float: left;
}
.course-view .bottom-content-left .bg-content {
  padding: 0 26px 36px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px 1px rgba(178, 178, 178, 0.16);
  border-radius: 18px;
  color: #333333;
}
.course-view .bottom-content-left .bg-content .title {
  border-bottom: 1px solid #F3F3F3;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.course-view .bottom-content-left .bg-content .desc {
  margin-top: 16px;
}
.course-view .bottom-content-right {
  float: right;
  width: 363px;
}
.course-view .bottom-content-right .bg-content {
  padding: 20px 16px 36px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px 1px rgba(178, 178, 178, 0.16);
  border-radius: 18px;
}
.course-view .bottom-content-right .item {
  padding-left: 6px;
  line-height: 16px;
  border-left: 4px solid #2964BB;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.course-view .bottom-content-right ul {
  margin-top: 4px;
}
.course-view .bottom-content-right ul li {
  padding: 14px 0;
  border-bottom: 1px dashed #E1E1E1;
}
.course-view .bottom-content-right ul li:last-child {
  border-bottom: none;
}
.course-view .bottom-content-right ul li:before,
.course-view .bottom-content-right ul li:after {
  content: " ";
  display: table;
}
.course-view .bottom-content-right ul li:after {
  clear: both;
}
.course-view .bottom-content-right ul li:before,
.course-view .bottom-content-right ul li:after {
  content: " ";
  display: table;
}
.course-view .bottom-content-right ul li:after {
  clear: both;
}
.course-view .bottom-content-right ul li .litpic {
  float: left;
  width: 94px;
  height: 62px;
}
.course-view .bottom-content-right ul li .litpic img {
  width: 94px;
  height: 62px;
}
.course-view .bottom-content-right ul li .right {
  float: left;
  margin-left: 7px;
  width: 230px;
}
.course-view .bottom-content-right ul li .right .title {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.course-view .bottom-content-right ul li .right .title a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.course-view .bottom-content-right ul li .right .tag {
  margin-top: 2px;
}
.course-view .bottom-content-right ul li .right .tag:before,
.course-view .bottom-content-right ul li .right .tag:after {
  content: " ";
  display: table;
}
.course-view .bottom-content-right ul li .right .tag:after {
  clear: both;
}
.course-view .bottom-content-right ul li .right .tag:before,
.course-view .bottom-content-right ul li .right .tag:after {
  content: " ";
  display: table;
}
.course-view .bottom-content-right ul li .right .tag:after {
  clear: both;
}
.course-view .bottom-content-right ul li .right .tag span {
  margin-bottom: 4px;
  padding: 0 4px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 2px;
  color: #555555;
  border: 1px solid #999999;
}
.pc_login {
  min-height: 600px;
  background: #F5F5F5;
}
.pc_login input {
  outline: none;
}
.pc_login .row {
  position: relative;
}
.pc_login .login_form {
  padding: 30px 0;
  margin: 108px auto 137px auto;
  background-color: white;
  box-shadow: 0 2px 8px 6px #cccccc;
  width: 450px;
}
.pc_login .login_form .login-title {
  text-align: center;
  color: #2151A0;
  font-size: 20px;
  margin-bottom: 28px;
}
.pc_login .login_form .field {
  margin: 20px auto 0 auto;
  background: #F5F5F5;
  width: 316px;
  height: 40px;
}
.pc_login .login_form .field img {
  margin: 0 16px;
  width: 20px;
  height: 20px;
}
.pc_login .login_form .field input {
  width: 256px;
  border: none;
  background: #F5F5F5;
  height: 40px;
}
.pc_login .login_form .pw {
  text-align: right;
}
.pc_login .login_form .pw a {
  padding: 0 10px;
  color: #333;
}
.pc_login .login_form .sub {
  margin: 0 auto;
  width: 128px;
}
.pc_login .login_form .sub .login_button {
  width: 128px;
  height: 40px;
  line-height: 40px;
  background: #306E9F;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  margin: 40px auto;
  border: none;
  font-size: 16px;
}
.pc_login .verify {
  margin: 0 auto;
  width: 316px;
  margin: 20px auto 0 auto;
}
.pc_login .verify:before,
.pc_login .verify:after {
  content: " ";
  display: table;
}
.pc_login .verify:after {
  clear: both;
}
.pc_login .verify:before,
.pc_login .verify:after {
  content: " ";
  display: table;
}
.pc_login .verify:after {
  clear: both;
}
.pc_login .verify .in {
  float: left;
  background: #F5F5F5;
  width: 190px;
  height: 40px;
}
.pc_login .verify .in:before,
.pc_login .verify .in:after {
  content: " ";
  display: table;
}
.pc_login .verify .in:after {
  clear: both;
}
.pc_login .verify .in:before,
.pc_login .verify .in:after {
  content: " ";
  display: table;
}
.pc_login .verify .in:after {
  clear: both;
}
.pc_login .verify .in img {
  margin: 0 16px;
  width: 20px;
  height: 20px;
}
.pc_login .verify .in input {
  width: 130px;
  border: none;
  background: #F5F5F5;
  height: 40px;
}
.pc_login .verify .hq {
  float: right;
  width: 110px;
}
.pc_login .verify .hq .send_sms {
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #306E9F;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  border: none;
  font-size: 16px;
}
@media (min-width: 1920px) {
  .pc_login {
    background-size: 100% auto;
    background-position: center bottom;
  }
}
.register {
  width: 100%;
  background: linear-gradient(180deg, #e8f1ff 0%, #ffffff 60%, #f3f3f5 100%);
}
.register .step {
  margin: 48px 0 68px 0;
  padding: 50px 24px;
  background-color: #fff;
}
.register .step .pic img {
  width: 100%;
  height: 95px;
}
.register .step .step-title {
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}
.register .btn-next {
  margin-top: 100px;
  text-align: center;
}
.register .btn-next .next {
  display: inline-block;
  width: 151px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #2964BB;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.sub {
  margin: 0 auto;
  width: 128px;
}
.sub .login_button {
  width: 128px;
  height: 40px;
  line-height: 40px;
  background: #306E9F;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  margin: 40px auto;
  border: none;
  font-size: 16px;
}
.form-list .form-control {
  padding: 0 12px;
  width: 399px;
  height: 30px;
}
.form-list .three {
  width: 126px;
  float: left;
  margin-right: 10px;
}
.form-list .b-inline {
  display: inline-block;
}
.form-list .form-group {
  margin-top: 20px;
  margin-right: 54px;
}
.form-list .form-group:nth-child(2n) {
  margin-right: 0;
}
.form-list .form-group .left {
  width: 130px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.form-list .form-group .left span {
  color: #DD2915;
}
.form-list .form-group .input {
  display: inline-block;
}
.form-list .form-group .text-area .form-textarea {
  padding: 10px;
  width: 400px;
  height: 131px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
.form-list .form-group-btn {
  margin: 100px 0 180px 180px;
}
.form-list .btn {
  width: 151px;
  height: 52px;
  background: #D65C5F;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
