@import "main.css";
html {
  font-size: 16px;
  min-width: 1200px;
}
.container {
  min-width: 1200px;
  height: 100%;
}
section {
  padding: 50px 0;
}
.subtitle {
  text-align: center;
  margin-bottom: 30px;
}
.subtitle h4 {
  font-size: 26px;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.subtitle h4::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #acadad;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
}
.subtitle h4::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #acadad;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.subtitle h4 span {
  display: block;
  position: relative;
}
.subtitle h4 span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 1px;
  background: #aaabab;
  left: -50px;
}
.subtitle h4 span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 1px;
  background: #aaabab;
  right: -50px;
}
.subtitle p {
  font-size: 14px;
  color: #999;
}
.index header {
  background-color: #fff;
  height: 80px;
}
.index header .head {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index header .head .logo img {
  height: 45px;
}
.index header .head .tell {
  display: flex;
  align-items: center;
}
.index header .head .tell .icon i {
  font-size: 50px;
  margin-right: 6px;
  color: #fc9600;
  font-weight: 600;
  transform: translateY(3px);
  display: block;
}
.index header .head .tell .num .ser {
  font-size: 18px;
  color: #333;
  font-weight: bold;
 
  align-items: center;
}
.index header .head .tell .num .ser span {
  margin-left: 4px;
  font-size: 22px;
  color: #fc9600;
  letter-spacing: 2px;
  font-weight: normal;
}
.index header .head .tell .num .hot {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #333;
}
header .head .tell .num img{
  width: 60px;
}
.index .nav {
  height: 50px;
  background-color: #1e237e;
}
.index .nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.index .nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.index .nav ul li a:hover {
  color: #fc9600;
}
.index .index-banner {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index .index-banner .container {
  display: flex;
  align-items: center;
  position: relative;
}
.index .index-banner .container .leftSlide {
  width: 210px;
  height: 380px;
  background: #020424;
}
.index .index-banner .container .leftSlide ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 98%;
}
.index .index-banner .container .leftSlide ul li {
  padding: 0 14px;
  height: 55px;
  line-height: 55px;
}
.index .index-banner .container .leftSlide ul li .rightSlide {
  height: 360px;
  width: 960px;
  background: #fff;
  overflow-y: scroll;
  position: absolute;
  left: 225px;
  top: 20px;
  display: none;
}
.index .index-banner .container .leftSlide ul li .rightSlide::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(210, 210, 210, 0.48);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.index .index-banner .container .leftSlide ul li .rightSlide::-webkit-scrollbar-thumb {
  background-color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item {
  padding: 20px 40px;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item dl:last-child {
  border: none;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item dl dt {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 20px;
  line-height: 28px;
  width: 100%;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item dl dt i {
  font-size: 12px;
  display: inline-block;
  margin-left: 4px;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item dl dd {
  margin-right: 20px;
  line-height: 28px;
  width: 13%;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item dl dd a {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.index .index-banner .container .leftSlide ul li .rightSlide .item dl dd a:hover {
  color: #1e237e;
}
.index .index-banner .container .leftSlide ul li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 8px;
}
.index .index-banner .container .leftSlide ul li > a i {
  font-size: 12px;
  float: right;
  display: block;
  transform: translateY(1px);
}
.index .index-banner .container .leftSlide ul li:last-child a {
  border-bottom: none;
}
.index .index-banner .container .leftSlide ul li:hover {
  background: #6970d5;
}
.index .index-banner .container .leftSlide ul li:hover a {
  border-bottom: none;
}
.index .se-1 .item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .se-1 .item-list .item {
  width: 222px;
  height: 299px;
  background: #ffefcb;
  padding: 20px;
}
.index .se-1 .item-list .item:first-child {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.index .se-1 .item-list .item:first-child img {
  width: 222px;
  height: 105px;
}
.index .se-1 .item-list .item dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
      text-align: center;
}
.index .se-1 .item-list .item dl dd {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  padding-left: 12px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.index .se-1 .item-list .item dl dd::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
}
.index .se-2 {
  background: #f3f3f3;
}
.index .se-2 .list ul {
  margin-left: -10px;
  margin-right: -10px;
}
.index .se-2 .list ul li {
  padding: 10px;
}
.index .se-2 .list ul li .ibox {
  border-radius: 6px;
  overflow: hidden;
}
.index .se-2 .list ul li .ibox .img {
  height: 190px;
  overflow: hidden;
}
.index .se-2 .list ul li .ibox .img img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.index .se-2 .list ul li .ibox .img img:hover {
  transform: scale(1.1);
}
.index .se-2 .list ul li .ibox .info {
  height: 216px;
  background-color: #fff;
  padding: 30px 20px 40px;
}
.index .se-2 .list ul li .ibox .info h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.index .se-2 .list ul li .ibox .info h4:hover {
  color: #1e237e;
}
.index .se-2 .list ul li .ibox .info p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: justify;
}
.index .se-2 .list ul li .ibox .info p:hover {
  color: #1e237e;
}
.index .se-2 .list ul li:first-child .ibox .info h4 {
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.index .se-2 .list ul li:first-child .ibox .info h4:hover {
  color: #333;
}
.index .se-2 .list ul li:first-child .ibox .info h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 1px;
  background: #aaabab;
}
.index .se-2 .list ul li:first-child .ibox .info p:hover {
  color: #333;
}
.index .se-2 .list ul li:first-child .ibox .img img {
  transform: scale(1);
}
.index .se-3 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .se-3 .list .item {
  width: 222px;
  height: 474px;
  border-radius: 6px;
  overflow: hidden;
  padding-top: 100px;
  text-align: center;
  position: relative;
}
.index .se-3 .list .item:nth-child(1) {
  background: url(../img/se-3-bg1.jpg) no-repeat;
  background-size: 100% 100%;
}
.index .se-3 .list .item:nth-child(2) {
  background: url(../img/se-3-bg2.jpg) no-repeat;
  background-size: 100% 100%;
}
.index .se-3 .list .item:nth-child(3) {
  background: url(../img/se-3-bg3.jpg) no-repeat;
  background-size: 100% 100%;
}
.index .se-3 .list .item:nth-child(4) {
  background: url(../img/se-3-bg4.jpg) no-repeat;
  background-size: 100% 100%;
}
.index .se-3 .list .item:nth-child(5) {
  background: url(../img/se-3-bg5.jpg) no-repeat;
  background-size: 100% 100%;
}
.index .se-3 .list .item .img {
  position: relative;
  z-index: 1;
}
.index .se-3 .list .item .info {
  position: relative;
  z-index: 1;
  padding: 0 14px;
}
.index .se-3 .list .item .info h4 {
  font-size: 24px;
  color: #fff;
  margin: 20px 0;
}
.index .se-3 .list .item .info p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: justify;
}
.index .se-3 .list .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(30, 35, 126, 0.4);
  transition: 0.6s;
  opacity: 0;
}
.index .se-3 .list .item:hover::before {
  opacity: 1;
}
.index .se-4 {
  background: url(../img/se-bg.jpg) no-repeat center center / cover;
}
.index .se-4 .subtitle h4 {
  color: #fff;
}
.index .se-4 .subtitle h4::before,
.index .se-4 .subtitle h4::after {
  border-color: #fff;
}
.index .se-4 .subtitle h4 span::before,
.index .se-4 .subtitle h4 span::after {
  background-color: #fff;
}
.index .se-4 .subtitle p {
  color: #fff;
}
.index .se-4 .list {
  display: flex;
  justify-content: space-between;
}
.index .se-4 .list .item {
  width: 222px;
  height: 335px;
  border-radius: 6px;
  overflow: hidden;
}
.index .se-4 .list .item .img {
  height: 128px;
  overflow: hidden;
}
.index .se-4 .list .item .img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.index .se-4 .list .item .img img:hover {
  transform: scale(1.1);
}
.index .se-4 .list .item .info {
  padding: 30px 20px;
  background: #fff;
  height: 208px;
}
.index .se-4 .list .item .info h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.index .se-4 .list .item .info h4:hover {
  color: #1e237e;
}
.index .se-4 .list .item .info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: justify;
}
.index .se-4 .list .item .info p:hover {
  color: #1e237e;
}
.index .se-5 .list {
  display: flex;
  justify-content: space-between;
}
.index .se-5 .list .item {
  width: 222px;
  height: 308px;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 0 8px 0 #ccc;
  position: relative;
}
.index .se-5 .list .item::before {
  content: '';
  width: 56px;
  height: 56px;
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  left: 50%;
  top: 118px;
  transform: translate(-50%);
  z-index: 1;
}
.index .se-5 .list .item .info {
  padding: 20px;
}
.index .se-5 .list .item .info h4 {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  z-index: 2;
}
.index .se-5 .list .item .info h4::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #b2b2b2;
  transform: translateX(-50%);
}
.index .se-5 .list .item .info p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 15px;
}
.index .se-5 .list .item .info a {
  display: block;
  width: 120px;
  margin: 0 auto;
  height: 30px;
  line-height: 28px;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  color: #999;
}
.index .se-5 .list .item .info a:hover {
  background: #1e237e;
  color: #fff;
  border-color: #1e237e;
}
.index .se-5 .list .item .img {
  border-radius: 6px;
  overflow: hidden;
  height: 140px;
}
.index .se-5 .list .item .img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.index .se-5 .list .item .img img:hover {
  transform: scale(1.1);
}
.index .se-5 .list .item:nth-child(1)::before {
  background-image: url(../img/se-5-ic1.png);
}
.index .se-5 .list .item:nth-child(2)::before {
  background-image: url(../img/se-5-ic2.png);
}
.index .se-5 .list .item:nth-child(3)::before {
  background-image: url(../img/se-5-ic3.png);
}
.index .se-5 .list .item:nth-child(4)::before {
  background-image: url(../img/se-5-ic4.png);
}
.index .se-5 .list .item:nth-child(5)::before {
  background-image: url(../img/se-5-ic5.png);
}
.index .se-6 {
  background: #f3f3f3;
}
.index .se-6 .list ul {
  margin-left: -10px;
  margin-right: -10px;
}
.index .se-6 .list ul li {
  padding: 10px;
}
.index .se-6 .list ul li .ibox {
  border-radius: 6px;
  overflow: hidden;
}
.index .se-6 .list ul li .ibox .img {
  height: 190px;
  overflow: hidden;
}
.index .se-6 .list ul li .ibox .img img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.index .se-6 .list ul li .ibox .img img:hover {
  transform: scale(1.1);
}
.index .se-6 .list ul li .ibox .info {
  height: 216px;
  background-color: #fff;
  padding: 30px 20px 30px;
}
.index .se-6 .list ul li .ibox .info h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.index .se-6 .list ul li .ibox .info h4:hover {
  color: #1e237e;
}
.index .se-6 .list ul li .ibox .info p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: justify;
}
.index .se-6 .list ul li .ibox .info p:hover {
  color: #1e237e;
}
.index .se-7 {
  background: url(../img/s7bg.jpg) no-repeat center bottom / cover;
}
.index .se-7 .list {
  padding-top: 20px;
  border-top: 1px solid #b2b2b2;
}
.index .se-7 .list .more {
  width: 140px;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  background-color: #1e237e;
  margin: 0 auto;
  text-align: center;
}
.index .se-7 .list .more:hover {
  background-color: #6970d5;
}
.index .se-7 .list ul {
  margin-bottom: 20px;
}
.index .se-7 .list ul li {
  padding: 15px;
}
.index .se-7 .list ul li .ibox {
  display: flex;
  justify-content: space-between;
}
.index .se-7 .list ul li .ibox .img {
  overflow: hidden;
}
.index .se-7 .list ul li .ibox .img img {
  width: 145px;
  height: 95px;
  transition: 0.4s;
}
.index .se-7 .list ul li .ibox:hover .img img {
  transform: scale(1.1);
}
.index .se-7 .list ul li .ibox .info {
  width: 75%;
  padding-left: 20px;
}
.index .se-7 .list ul li .ibox .info h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.index .se-7 .list ul li .ibox .info h4:hover {
  color: #1e237e;
}
.index .se-7 .list ul li .ibox .info p {
  text-align: justify;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.index .se-7 .list ul li .ibox .info p:hover {
  color: #1e237e;
}
.index .se-7 .list ul li .ibox .info span {
  font-size: 14px;
  color: #999;
}
.index .se-8 {
  background: url(../img/s8bg.jpg) no-repeat center center / cover;
}
.index .se-8 .list .ibox {
  text-align: center;
}
.index .se-8 .list .ibox .icon img {
  width: 40px;
  height: 40px;
}
.index .se-8 .list .ibox .num {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0;
}
.index .se-8 .list .ibox p {
  color: #a6b6cb;
  font-size: 16px;
}
.index .se-9 .list {
  margin-bottom: 30px;
}
.index .se-9 .list > ul {
  margin-left: -10px;
}
.index .se-9 .list > ul > li {
  padding: 10px;
}
.index .se-9 .list > ul > li .ibox {
  background: #fff1e3;
  height: 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.index .se-9 .list > ul > li .ibox .il {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f8d6ac;
  position: relative;
}
.index .se-9 .list > ul > li .ibox .il::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #f8d6ac;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.index .se-9 .list > ul > li .ibox .il p {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin: 2px 0;
}
.index .se-9 .list > ul > li .ibox .il span {
  font-size: 18px;
  color: #666;
}
.index .se-9 .list > ul > li .ibox .ir {
  width: 70%;
  padding-left: 30px;
}
.index .se-9 .list > ul > li .ibox .ir p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.index .se-9 .list > ul > li .ibox .ir ul {
  display: flex;
  flex-wrap: wrap;
}
.index .se-9 .list > ul > li .ibox .ir ul li {
  width: 50%;
}
.index .se-9 .img {
  text-align: center;
}
.index .se-10 {
  background: #f3f3f3;
}
.index .se-10 .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .se-10 .list ul li {
  width: 20%;
  padding: 10px;
}
.index .se-10 .list ul li .ibox {
  width: 100%;
  height: 120px;
  padding: 8px;
  background: #fff;
  transition: 0.4s;
}
.index .se-10 .list ul li .ibox:hover {
  box-shadow: 0 0 8px 1px #ccc inset;
}
.index .se-10 .list ul li .ibox:hover img {
  transform: scale(0.95);
}
.index .se-10 .list ul li .ibox img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
footer {
  padding: 50px 0;
  background: #181818;
  color: #fff;
}
footer a {
  color: #888888;
}
footer a:hover {
  color: #fff;
}
footer .foot {
  display: flex;
  justify-content: space-between;
}
footer .foot .foot-nav {
  display: flex;
}
footer .foot .foot-nav dl {
  margin-right: 120px;
}
footer .foot .foot-nav dl:last-child {
  margin-right: 0;
}
footer .foot .foot-nav dl dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 18px;
}
footer .foot .foot-nav dl dd a {
  font-size: 14px;
  line-height: 26px;
}
footer .foot .vx {
  display: flex;
}
footer .foot .vx .item {
  width: 124px;
  height: 146px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 14px;
  margin: 0 20px;
}
footer .foot .vx .item p {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 32px;
  position: relative;
}
footer .foot .vx .item p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background: #333;
}
footer .foot .vx .item p::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background: #333;
}
footer .foot .tell {
  text-align: right;
}
footer .foot .tell h4 {
  font-size: 30px;
  color: #cbcbcb;
}
footer .foot .tell > p {
  font-size: 14px;
  color: #cbcbcb;
  margin: 10px 0;
}
footer .foot .tell .links {
  display: flex;
  align-items: center;
}
footer .foot .tell .links p {
  font-size: 14px;
  color: #cbcbcb;
}
footer .foot .tell .links ul {
  display: flex;
  align-items: center;
}
footer .foot .tell .links ul li {
  margin: 0 6px;
}
footer .foot .tell .links ul li .mv {
  transform: translateY(2px);
  display: block;
}
footer .friend-links {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #474747;
}
footer .friend-links ul {
  display: flex;
  flex-wrap: wrap;
}
footer .friend-links ul li {
  font-size: 14px;
  color: #888888;
  margin-right: 24px;
  line-height: 28px;
}
footer .friend-links .copy {
  text-align: center;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}
