.resetStyle {
  font-family: "Microsoft YaHei";
  color: #212121;
}
.resetStyle.active {
  overflow-y: hidden;
}
.resetStyle a {
  text-decoration: none;
  color: #212121;
}
.resetStyle ul,
.resetStyle li,
.resetStyle p {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 767px) {
  #footer br {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    width: inherit;
  }
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
}
.home-header .header-top {
  background: url(../images/topbg.jpg) no-repeat #42a5de top;
}
.home-header .header-top .hea-t {
  padding: 5px 0;
  border-bottom: 1px solid rgba(223, 223, 223, 0.56);
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #3ea2dd;
    z-index: 9999;
    display: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t .container {
    text-align: center;
  }
}
.home-header .header-top .hea-t .l-c {
  float: left;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t .l-c {
    float: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
}
.home-header .header-top .hea-t .l-c li,
.home-header .header-top .hea-t .l-c a {
  display: block;
  color: #fff;
  float: left;
  line-height: 18px;
  transition: all 0.3s;
}
.home-header .header-top .hea-t .l-c li img,
.home-header .header-top .hea-t .l-c a img {
  margin-right: 9px;
}
.home-header .header-top .hea-t .l-c li:hover,
.home-header .header-top .hea-t .l-c a:hover {
  color: #e6d7d7;
}
.home-header .header-top .hea-t .l-c .line {
  margin: 0 5px;
  line-height: 13px;
  padding: 0;
}
@media (max-width: 991px) {
  .home-header .header-top .hea-t .l-c .line {
    margin: 0 10px;
    line-height: 20px;
  }
}
.home-header .header-top .hea-t .top-r {
  float: right;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t .top-r {
    float: none;
  }
}
.home-header .header-top .hea-t .top-r .tor-rtow {
  margin: 0 20px 0 20px;
  padding: 0 20px 0 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.home-header .header-top .hea-t .top-r a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  transition: all 0.3s;
}
.home-header .header-top .hea-t .top-r a:hover {
  color: #e6d7d7;
}
.home-header .header-top .hea-t .top-r a:nth-child(2) {
  margin: 0 20px 0 20px;
  padding: 0 20px 0 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-t .top-r a:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
  }
}
.home-header .header-top .hea-b {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #3ea2dd;
    z-index: 99999;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .navmain {
    margin-left: 20px;
  }
}
.home-header .header-top .hea-b .container .header-search {
  float: right;
  margin: 0;
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .container .header-search {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-header .header-top .hea-b .navbtn {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    float: right;
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
  }
  .home-header .header-top .hea-b .navbtn i {
    height: 3px;
    background: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .home-header .header-top .hea-b .navbtn i.bar-1 {
    top: 3px;
  }
  .home-header .header-top .hea-b .navbtn i.bar-2 {
    top: 10px;
  }
  .home-header .header-top .hea-b .navbtn i.bar-3 {
    top: 18px;
  }
  .home-header .header-top .hea-b .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .home-header .header-top .hea-b .navbtn.open .bar-2 {
    height: 0px;
  }
  .home-header .header-top .hea-b .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.home-header .navmain {
  display: block;
  float: left;
  margin-top: 15px;
}
.home-header .navmain .navlogo {
  float: left;
  margin: 0;
  padding-left: 0;
}
.home-header .navmain .navlogo .logoa {
  display: block;
  height: 100%;
}
.home-header .navmain .navlogo .logoa img {
  display: block;
  height: 100%;
  width: 84px;
}
@media (max-width: 1199px) {
  .home-header .navmain .navlogo .logoa img {
    width: 50px;
  }
}
.home-header .navmain .des-main {
  float: left;
  margin: 25px 0 0 35px;
  max-width: 260px;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .navmain .des-main {
    margin: 10px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-header .navmain .des-main {
    margin-left: 15px;
    margin-top: 10px;
  }
}
.home-header .navmain .des-main .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
}
@media (max-width: 1199px) {
  .home-header .navmain .des-main .title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .home-header .navmain .des-main .title {
    font-size: 18px;
  }
}
.home-header .navmain .des-main .conts {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 4.5px;
}
@media (max-width: 1199px) {
  .home-header .navmain .des-main .conts {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .home-header .navmain .des-main .conts {
    font-size: 12px;
    letter-spacing: 3px;
  }
}
.home-header .nav-item {
  float: right;
  margin-right: -90px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .home-header .nav-item {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .home-header .nav-item {
    margin-top: 30px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .home-header .nav-item {
    float: none;
    margin-top: 0;
    background-color: #fff;
    position: fixed;
    top: 106px;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    box-shadow: 5px 11px 16px 0px rgba(51, 51, 51, 0.12);
  }
}
.home-header .nav-item .list {
  float: left;
  margin-right: 32px;
  padding-bottom: 14px;
}
@media (max-width: 991px) {
  .home-header .nav-item .list {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .home-header .nav-item .list {
    float: none;
    margin-right: 0;
    text-align: left;
    padding: 8px 20px;
  }
}
.home-header .nav-item .list.active {
  border-bottom: 4px solid #fff;
}
@media (max-width: 767px) {
  .home-header .nav-item .list.active {
    border-bottom: none;
  }
  .home-header .nav-item .list.active a {
    color: #2f9ede;
  }
}
.home-header .nav-item .list a {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .home-header .nav-item .list a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-header .nav-item .list a {
    color: #333;
  }
}
.home-page {
  background: #F4F6F9;
}
@media (max-width: 767px) {
  .home-page {
    margin-top: 106px;
  }
}
.home-page .titlebox {
  background-color: #E7F8FF;
  padding: 10px 20px;
  padding-top: 8px;
  overflow: hidden;
}
.home-page .titlebox .son {
  color: #2C9CDD;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
@media (max-width: 1199px) {
  .home-page .titlebox .son {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-page .titlebox .son {
    font-size: 12px;
  }
}
.home-page .titlebox .more {
  color: #2C9CDD;
  font-size: 16px;
  float: right;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-page .titlebox .more {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .home-page .titlebox .more {
    font-size: 12px;
  }
}
.home-page .titlebox .more:hover {
  color: #0097ee;
}
@media (max-width: 767px) {
  .home-page > .container {
    padding: 0 10px;
  }
}
.home-page > .container .section1 {
  padding-top: 25px;
}
.home-page > .container .section1 .l-ment {
  width: 238px;
  float: left;
}
@media (max-width: 991px) {
  .home-page > .container .section1 .l-ment {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .l-ment {
    float: none;
  }
}
.home-page > .container .section1 .l-ment .nav {
  border: 0;
  margin: 0;
}
.home-page > .container .section1 .l-ment .nav li {
  width: 50%;
  border: 0;
  margin: 0;
}
.home-page > .container .section1 .l-ment .nav li > a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #606060;
  border-radius: 0;
  line-height: 50px;
  padding: 0;
  border: 0;
  border-top: 2px solid transparent;
  text-align: center;
  margin: 0;
  transition: 0.3s;
  border-top: 5px solid transparent;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .l-ment .nav li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-page > .container .section1 .l-ment .nav li > a {
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .l-ment .nav li > a {
    border-top: 2px solid transparent;
  }
}
.home-page > .container .section1 .l-ment .nav li > a:hover {
  color: #299adc;
  background-color: #fff;
  border-color: #299adc;
}
.home-page > .container .section1 .l-ment .nav li.active > a {
  color: #299adc;
  background-color: #fff;
  border-color: #299adc;
}
.home-page > .container .section1 .l-ment .tab-content {
  height: 681px;
  overflow: inherit;
  background-color: #fff;
}
@media (max-width: 991px) {
  .home-page > .container .section1 .l-ment .tab-content {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .l-ment .tab-content {
    height: auto;
  }
}
.home-page > .container .section1 .l-ment .tab-content .classify {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .l-ment .tab-content .classify {
    padding-bottom: 40px;
  }
}
.home-page > .container .section1 .l-ment .tab-content .classify .item {
  position: relative;
  padding: 14px 0 11px;
  padding-left: 19px;
  border: 1px solid transparent;
  border-right: none;
  border-bottom: 1px solid #f8f8f8;
}
.home-page > .container .section1 .l-ment .tab-content .classify .item:hover {
  border: 1px solid #ddd;
  border-right: none;
}
@media (min-width: 767px) {
  .home-page > .container .section1 .l-ment .tab-content .classify .item:hover .other-nav {
    display: block;
  }
}
.home-page > .container .section1 .l-ment .tab-content .classify .item a {
  color: #666;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .l-ment .tab-content .classify .item a {
    font-size: 13px;
  }
}
.home-page > .container .section1 .l-ment .tab-content .classify .item .dt {
  display: inline-block;
  font-weight: 700;
  color: #333;
}
.home-page > .container .section1 .l-ment .tab-content .classify .item ul {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .l-ment .tab-content .classify .item ul.sub-ment li {
    margin-right: 10px;
  }
}
.home-page > .container .section1 .l-ment .tab-content .classify .item ul li {
  float: left;
  margin-top: 10px;
  margin-right: 25px;
}
.home-page > .container .section1 .l-ment .tab-content .classify .item ul li > a {
  font-size: 14px;
  color: #666;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .l-ment .tab-content .classify .item ul li > a {
    font-size: 12px;
  }
}
.home-page > .container .section1 .l-ment .tab-content .classify .item .fa {
  position: absolute;
  right: 3px;
  top: 12px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.home-page > .container .section1 .l-ment .tab-content .classify .item .other-nav {
  width: 582px;
  padding: 10px 22px 14px;
  border: 1px solid #ddd;
  border-left: none;
  background: #fff;
  position: absolute;
  left: 238px;
  top: -1px;
  z-index: 3;
  display: none;
}
@media (max-width: 991px) {
  .home-page > .container .section1 .l-ment .tab-content .classify .item .other-nav {
    width: calc(100% - 20px);
    left: 0;
    top: 77px;
    padding: 10px;
  }
}
.home-page > .container .section1 .l-ment .tab-content .classify .more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #000;
  font-size: 16px;
  font-family: 'PingFang-M';
  font-weight: 700;
  line-height: 40px;
  padding-left: 19px;
  width: 100%;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .l-ment .tab-content .classify .more-btn {
    width: inherit;
  }
}
.home-page > .container .section1 .r-c {
  width: 752px;
  float: right;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .r-c {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .home-page > .container .section1 .r-c {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
}
.home-page > .container .section1 .r-c .search {
  margin-bottom: 10px;
}
.home-page > .container .section1 .r-c .search .header-search {
  margin: 0;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .search .header-search {
    float: none;
    width: 100%;
  }
}
.home-page > .container .section1 .r-c .search .search-box {
  position: relative;
  padding: 2px 2px 4px 2px;
  width: 100%;
  height: 50px;
  background: #2c9cdd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .search .search-box {
    height: 25px;
  }
}
.home-page > .container .section1 .r-c .search .search-box .text-in {
  background: url(../images/sear.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 15px;
  height: 100%;
  width: 78.3%;
  line-height: 48px;
  outline: none;
  padding: 0;
  padding-left: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .search .search-box .text-in {
    width: 65%;
  }
}
.home-page > .container .section1 .r-c .search .search-box .text-in::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}
.home-page > .container .section1 .r-c .search .search-box .sub-in {
  margin: auto;
  font-size: 18px;
  border: none;
  outline: none;
  width: 120px;
  height: 94%;
  color: #fff;
  background: #2c9cdd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .search .search-box .sub-in {
    font-size: 14px;
    width: 80px;
  }
}
.home-page > .container .section1 .r-c .banner {
  position: relative;
  height: 144px;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .banner {
    overflow: hidden;
    height: auto;
  }
}
.home-page > .container .section1 .r-c .banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .banner .bg {
    position: inherit;
  }
}
.home-page > .container .section1 .r-c .banner .bg img {
  width: 100%;
}
.home-page > .container .section1 .r-c .banner .btn-box {
  position: absolute;
  top: 0;
  right: 12px;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .r-c .banner .btn-box {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .banner .btn-box {
    position: inherit;
    top: inherit;
    right: inherit;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: inherit;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .banner .btn-box a:nth-child(2) {
    margin: 0 5px;
  }
}
.home-page > .container .section1 .r-c .banner .btn-box .offer,
.home-page > .container .section1 .r-c .banner .btn-box .want {
  border: 1px solid #fff;
  padding: 9px 17px;
  color: #fff;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .r-c .banner .btn-box .offer,
  .home-page > .container .section1 .r-c .banner .btn-box .want {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .banner .btn-box .offer,
  .home-page > .container .section1 .r-c .banner .btn-box .want {
    padding: 5px;
    height: 22px;
    border-color: #242dd2;
    background-color: #242dd2;
    flex: 1;
  }
}
.home-page > .container .section1 .r-c .banner .btn-box .offer:hover,
.home-page > .container .section1 .r-c .banner .btn-box .want:hover {
  background-color: #3da8e0;
  border-color: #3da8e0;
}
.home-page > .container .section1 .r-c .banner .btn-box .offer {
  margin-bottom: 20px;
}
.home-page > .container .section1 .r-c .broadcast {
  overflow: hidden;
  margin: 10px 0;
}
.home-page > .container .section1 .r-c .broadcast .item {
  width: 594px;
  height: 243px;
  overflow: hidden;
  position: relative;
  float: left;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .r-c .broadcast .item {
    width: 500px;
    height: 242px;
  }
}
@media (max-width: 991px) {
  .home-page > .container .section1 .r-c .broadcast .item {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .broadcast .item {
    width: 100%;
    float: none;
    height: 200px;
  }
}
.home-page > .container .section1 .r-c .broadcast .item ul {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
}
.home-page > .container .section1 .r-c .broadcast .item ul li img {
  width: 100%;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .broadcast .item ul li img {
    height: 200px!important;
  }
}
.home-page > .container .section1 .r-c .broadcast .itemtab {
  width: 148px;
  float: right;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .broadcast .itemtab {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .broadcast .itemtab > ul {
    display: flex;
  }
}
.home-page > .container .section1 .r-c .broadcast .itemtab ul li {
  width: 100%;
  height: 44px;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
  border: 2px solid transparent;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .broadcast .itemtab ul li {
    width: 150px;
    height: 25px;
  }
}
.home-page > .container .section1 .r-c .broadcast .itemtab ul li:last-child {
  margin-bottom: 0;
}
.home-page > .container .section1 .r-c .broadcast .itemtab ul li:hover,
.home-page > .container .section1 .r-c .broadcast .itemtab ul li.active {
  border: 2px solid #abb9cf;
}
.home-page > .container .section1 .r-c .broadcast .itemtab ul li:hover img,
.home-page > .container .section1 .r-c .broadcast .itemtab ul li.active img {
  opacity: 1;
}
.home-page > .container .section1 .r-c .broadcast .itemtab ul li img {
  position: relative;
  z-index: 1;
  opacity: 0.6;
  width: 100%;
}
.home-page > .container .section1 .r-c .firend-links {
  background-color: #fff;
  height: 262px;
}
.home-page > .container .section1 .r-c .firend-links .carousel {
  padding: 18px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .firend-links .carousel {
    padding: 10px;
  }
}
.home-page > .container .section1 .r-c .firend-links .item {
  margin-right: -20px;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .r-c .firend-links .item {
    margin-right: -10px;
  }
}
.home-page > .container .section1 .r-c .firend-links .item > a {
  float: left;
  border: 1px solid #f5f5f5;
  width: 162px;
  margin-right: 20px;
  height: 84px;
  line-height: 84px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .r-c .firend-links .item > a {
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    overflow: hidden;
    display: block;
    position: relative;
  }
}
@media (max-width: 767px) {
  .home-page > .container .section1 .r-c .firend-links .item > a {
    width: 30%;
    margin-right: 10px;
  }
}
@media (max-width: 389px) {
  .home-page > .container .section1 .r-c .firend-links .item > a {
    width: calc(32.7% - 10px);
  }
}
@media (max-width: 368.98px) {
  .home-page > .container .section1 .r-c .firend-links .item > a {
    width: 100px;
    margin-right: 7px;
  }
}
.home-page > .container .section1 .r-c .firend-links .item > a:hover img {
  transform: scale(1.1);
}
.home-page > .container .section1 .r-c .firend-links .item > a img {
  display: inline-block;
  transition: 0.3s;
  width: 100%;
}
@media (max-width: 1199px) {
  .home-page > .container .section1 .r-c .firend-links .item > a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-page > .container .section1 .r-c .firend-links .carousel-indicators {
  bottom: -5px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  text-align: center;
}
.home-page > .container .section1 .r-c .firend-links .carousel-indicators > li {
  width: 20px;
  height: 4px;
  border-radius: 6px;
  background-color: #DEDEDE;
  display: inline-block;
  float: none;
  cursor: pointer;
  transition: all 0.3s;
}
.home-page > .container .section1 .r-c .firend-links .carousel-indicators > li.active {
  background-color: #2C9CDD;
  width: 18px;
}
.home-page > .container .section1 .r-c .firend-links .dt {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  color: #2C9CDD;
  font-size: 18px;
  background-color: #E7F8FF;
  font-weight: 700;
}
.home-page > .container .section1 .r-c .firend-links .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.home-page > .container .home-jobs {
  margin: 24px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs {
    padding-top: 0;
    margin: 20px 0;
  }
}
.home-page > .container .home-jobs .jobs-topul {
  display: flex;
  background: #fff;
  margin: 0 20px;
  padding-top: 38px;
  padding-bottom: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .jobs-topul {
    padding-top: 15px;
    overflow-x: scroll;
  }
  .home-page > .container .home-jobs .jobs-topul::-webkit-scrollbar {
    display: none;
  }
}
.home-page > .container .home-jobs .jobs-topul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 73px;
  background-color: #2C9CDD;
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .jobs-topul::after {
    display: none;
  }
}
.home-page > .container .home-jobs .jobs-topul::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #DEDEDE;
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .jobs-topul::before {
    display: none;
  }
}
.home-page > .container .home-jobs .jobs-topul li.active {
  color: #2C9CDD;
  font-weight: bold;
}
.home-page > .container .home-jobs .jobs-topul li {
  display: inline-block;
  font-size: 18px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .home-page > .container .home-jobs .jobs-topul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-page > .container .home-jobs .jobs-topul li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .jobs-topul li {
    white-space: nowrap;
  }
}
.home-page > .container .home-jobs .jobs-topul li:hover {
  color: #0097ee;
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .jobs-topul li {
    margin: 5px 0;
    font-size: 14px;
  }
}
.home-page > .container .home-jobs .sel-content-box {
  background-color: #fff;
  padding: 0 20px;
  padding-top: 23px;
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .sel-content-box {
    padding-top: 0;
  }
}
.home-page > .container .home-jobs .sel-content-box .about-videobox {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .sel-content-box .about-videobox {
    padding: 10px 0;
  }
}
.home-page > .container .home-jobs .sel-content-box .content-item {
  margin-right: -19px;
}
@media (max-width: 1199px) {
  .home-page > .container .home-jobs .sel-content-box .content-item {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .sel-content-box .content-item {
    margin-right: -10px;
  }
}
.home-page > .container .home-jobs .sel-content-box .content-item .jobslist {
  width: 25%;
  float: left;
  display: block;
  margin-right: 19px;
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .home-page > .container .home-jobs .sel-content-box .content-item .jobslist {
    margin-right: 15px;
    padding: 20px;
    width: 27%;
  }
}
@media (max-width: 991px) {
  .home-page > .container .home-jobs .sel-content-box .content-item .jobslist {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .home-jobs .sel-content-box .content-item .jobslist {
    width: calc(100% - 39px);
    margin-right: 0;
  }
}
.home-page > .container .home-jobs .sel-content-box .content-item .jobslist:hover .list-b {
  text-decoration: underline;
}
.home-page > .container .home-jobs .sel-content-box .content-item .jobslist .list-t {
  display: flex;
  justify-content: space-between;
}
.home-page > .container .home-jobs .sel-content-box .content-item .jobslist .list-t .title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-page > .container .home-jobs .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
}
.home-page > .container .home-jobs .sel-content-box .content-item .jobslist .list-t .money {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  max-width: 30%;
  color: #FF5959;
}
@media (max-width: 1199px) {
  .home-page > .container .home-jobs .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 13px;
  }
}
.home-page > .container .home-jobs .sel-content-box .content-item .jobslist .list-b {
  margin-top: 10px;
  max-width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-page > .container .home-jobs .sel-content-box .content-item .jobslist .list-b {
    font-size: 12px;
  }
}
.home-page > .container .news-post {
  margin: 24px 0;
}
.home-page > .container .news-post .flex-main {
  display: flex;
  padding: 25px 20px;
  background-color: #fff;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main {
    flex-direction: column;
    padding: 10px 15px;
    padding-bottom: 0;
  }
}
.home-page > .container .news-post .flex-main .flex-side {
  width: calc(50% - 35px);
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main .flex-side {
    width: 100%;
  }
}
.home-page > .container .news-post .flex-main .flex-side .side-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main .flex-side .side-main {
    margin-bottom: 10px;
  }
}
.home-page > .container .news-post .flex-main .flex-side .side-main:hover .border {
  background-color: #2C9CDD;
}
.home-page > .container .news-post .flex-main .flex-side .side-main:hover .title,
.home-page > .container .news-post .flex-main .flex-side .side-main:hover .flex-r {
  color: #2C9CDD;
}
.home-page > .container .news-post .flex-main .flex-side .side-main:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main .flex-side .side-main:last-child {
    margin-bottom: 10px;
  }
}
.home-page > .container .news-post .flex-main .flex-side .flex-l {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main .flex-side .flex-l {
    width: 50%;
  }
}
.home-page > .container .news-post .flex-main .flex-side .flex-l .border {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 14px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main .flex-side .flex-l .border {
    width: 5px;
    height: 5px;
    margin-right: 8px;
  }
}
.home-page > .container .news-post .flex-main .flex-side .flex-l .title {
  color: #212121;
  font-size: 16px;
  width: 202px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 75px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-page > .container .news-post .flex-main .flex-side .flex-l .title {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main .flex-side .flex-l .title {
    width: 100%;
    font-size: 12px;
    margin-right: 0;
  }
}
.home-page > .container .news-post .flex-main .flex-side .flex-r {
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 145px;
}
.home-page > .container .news-post .flex-main .line {
  width: 1px;
  background-color: #DEDEDE;
  margin: 0 35px;
}
@media (max-width: 991px) {
  .home-page > .container .news-post .flex-main .line {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .home-page > .container .news-post .flex-main .line {
    display: none;
  }
}
.home-page > .container .shop-main .titlebox {
  padding: 10px 20px;
}
.home-page > .container .shop-main .issue {
  color: #fff;
  padding: 3px 14px;
  background-color: #2C9CDD;
  border-radius: 2px;
  font-size: 14px;
  margin-left: 40px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .home-page > .container .shop-main .issue {
    margin-left: 10px;
    font-size: 12px;
  }
}
.home-page > .container .shop-main .issue:hover {
  background-color: #0aadf0;
}
.home-page > .container .shop-main .flex-main {
  display: flex;
  padding: 25px 20px;
  background-color: #fff;
  justify-content: space-between;
}
.home-page > .container .shop-main .flex-main .flex-side {
  width: 50%;
}
.home-page > .container .shop-main .flex-main .flex-side .side-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.home-page > .container .shop-main .flex-main .flex-side .side-main:hover .border {
  background-color: #2C9CDD;
}
.home-page > .container .shop-main .flex-main .flex-side .side-main:hover .title,
.home-page > .container .shop-main .flex-main .flex-side .side-main:hover .flex-r {
  color: #2C9CDD;
}
.home-page > .container .shop-main .flex-main .flex-side .side-main:last-child {
  margin-bottom: 0;
}
.home-page > .container .shop-main .flex-main .flex-side .flex-l {
  display: flex;
  align-items: center;
}
.home-page > .container .shop-main .flex-main .flex-side .flex-l .border {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 14px;
  transition: all 0.3s;
}
.home-page > .container .shop-main .flex-main .flex-side .flex-l .title {
  color: #212121;
  font-size: 16px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  margin-right: 40px;
}
.home-page > .container .shop-main .flex-main .flex-side .flex-r {
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
}
.home-page > .container .shop-main .flex-main .line {
  width: 1px;
  background-color: #DEDEDE;
  margin: 0 35px;
}
.home-page > .container .map-main {
  display: flex;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .home-page > .container .map-main {
    flex-direction: column;
  }
}
.home-page > .container .map-main .map-l,
.home-page > .container .map-main .map-r {
  flex: 1;
}
.home-page > .container .map-main .map-l {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .home-page > .container .map-main .map-l {
    margin-right: 0;
  }
}
.home-page > .container .map-main .map-l .map {
  padding: 20px;
  background-color: #fff;
}
.home-page > .container .map-main .map-l .map .map-box {
  height: 310px;
}
.home-page > .container .map-main .map-r .news-item {
  background-color: #fff;
  padding: 20px;
}
.home-page > .container .map-main .map-r .news-item .list {
  margin-bottom: 16.2px;
}
.home-page > .container .map-main .map-r .news-item .list:hover .list-item .border {
  background-color: #2C9CDD;
}
.home-page > .container .map-main .map-r .news-item .list:hover .list-item .text {
  color: #2C9CDD;
}
.home-page > .container .map-main .map-r .news-item .list:last-child {
  margin-bottom: 0;
}
.home-page > .container .map-main .map-r .news-item .list .list-item {
  display: flex;
  align-items: center;
}
.home-page > .container .map-main .map-r .news-item .list .list-item .border {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 14px;
  transition: all 0.3s;
}
.home-page > .container .map-main .map-r .news-item .list .list-item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 420px;
  color: #212121;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .home-page > .container .map-main .map-r .news-item .list .list-item .text {
    font-size: 13px;
  }
}
#footer {
  background: url(../images/footer.png) no-repeat top;
  padding-top: 20px;
}
#footer .top-c {
  overflow: hidden;
  position: relative;
  height: 220px;
}
@media (max-width: 767px) {
  #footer .top-c {
    display: flex;
    flex-direction: column;
    height: inherit;
  }
}
#footer .top-c .item {
  width: 230px;
  overflow: hidden;
  float: left;
  height: 100%;
}
@media (max-width: 991px) {
  #footer .top-c .item {
    width: 165px;
  }
}
@media (max-width: 767px) {
  #footer .top-c .item {
    float: none;
    margin: 0 auto;
  }
}
#footer .top-c .item .imgbox {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
#footer .top-c .item .imgbox img {
  width: 100%;
}
#footer .top-c .item .text {
  margin: 10px 0 15px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  #footer .top-c .item .text {
    font-size: 13px;
  }
}
#footer .top-c .item .tel {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  #footer .top-c .item .tel {
    font-size: 12px;
  }
}
#footer .top-c .item .tel.one {
  margin-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #footer .top-c .item .tel.one {
    margin-top: 10px;
  }
}
#footer .top-c .item .tel .span1 {
  font-size: 14px;
  width: auto !important;
  margin: 0;
}
#footer .top-c .item2 {
  width: 650px;
  overflow: hidden;
  float: right;
  color: #fff;
  margin-left: 40px;
}
@media (max-width: 991px) {
  #footer .top-c .item2 {
    margin-left: 20px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  #footer .top-c .item2 {
    margin-left: 0;
    width: calc(100% - 40px);
    margin-top: 20px;
    padding: 0 20px;
  }
}
#footer .top-c .item2 .two {
  margin-top: 25px;
  margin-left: 0;
}
@media (max-width: 991px) {
  #footer .top-c .item2 .two {
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }
}
#footer .top-c .item2 .title {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #footer .top-c .item2 .title {
    margin-bottom: 5px;
  }
}
#footer .top-c .item2 .conts {
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  #footer .top-c .item2 .conts {
    font-size: 12px;
  }
}
#footer .top-c .item3 {
  padding-top: 10px;
  float: right;
}
@media (max-width: 767px) {
  #footer .top-c .item3 {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#footer .top-c .item3 .box-img {
  width: 126px;
  height: 126px;
  margin-left: auto;
}
@media (max-width: 767px) {
  #footer .top-c .item3 .box-img {
    margin: 0;
  }
}
#footer .top-c .item3 .box-img img {
  width: 100%;
}
#footer .top-c .item3 .tips {
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .top-c .item3 .tips {
    margin-top: 10px;
  }
}
#footer .b-c {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 0;
  color: #666;
  font-weight: 400;
  line-height: 1.8;
  word-spacing: 10px;
}
#footer .b-c div {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #footer .b-c div {
    font-size: 12px;
  }
}
#footer b {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
.fa {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  opacity: 0.4;
}
.other-nav {
  width: 582px;
  padding: 10px 22px 14px;
  border: 1px solid #ddd;
  border-left: none;
  background: #fff;
  position: absolute;
  left: 279px;
  top: -1px;
  z-index: 3;
  display: none;
}
@media (max-width: 767px) {
  #myModal,
  #myModal1 {
    width: 100%!important;
    left: 0!important;
    margin-left: 0;
    top: 20%;
  }
  #myModal .modal-body,
  #myModal1 .modal-body {
    max-height: 400px!important;
  }
  #myModal .modal-body textarea,
  #myModal1 .modal-body textarea,
  #myModal .modal-body input,
  #myModal1 .modal-body input {
    margin-bottom: 5px;
  }
}
@media (max-width: 368.98px) {
  #myModal .modal-body,
  #myModal1 .modal-body {
    max-height: 350px!important;
  }
}
@media (max-width: 767px) {
  #table55Modal {
    width: 100%!important;
    left: 0!important;
    margin-left: 0!important;
    top: 20%;
  }
  #table55Modal .modal-body .table {
    min-width: 800px;
  }
}
@media (max-width: 767px) {
  .inside-page {
    margin-top: 106px;
  }
  .inside-page .breadcrumb li {
    font-size: 12px;
  }
}
