@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: Arial,"宋体",Helvetica, sans-serif,Verdana;
  font-size: 14px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

/*顶部线条*/
.top-line {
  background: #005bac;
}

.top-line .main {
  height: 4px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.top-line .main .button {
  position: absolute;
  right: 0;
  top: 4px;
}

.top-line .main .button .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.top-line .main .button .item a {
  font-size: 12px;
  color: #fff;
  margin-top: -4px;
}

.top-line .main .button .item .mark {
  margin: -4px 10px 0;
}

/*企业标识*/
.identify .main {
  height: 100px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.identify .main .logo {
  width: 75px;
  margin-right: 25px;
}

.identify .main .company-name {
  color: #005bac;
  margin-right: auto;
}

.identify .main .company-name .chinese-name {
  font-size: 32px;
  margin-bottom: 5px;
}

.identify .main .company-name .english-name {
  font-size: 15px;
}

.identify .main .tel-icon {
  width: 41px;
  margin-right: 30px;
}

.identify .main .tel {
  text-align: center;
  margin-right: 200px;
}

.identify .main .tel .type {
  font-size: 22px;
  margin-bottom: 8px;
}

.identify .main .tel .number {
  color: #ff7e00;
  font-size: 29px;
}

/*顶部导航*/
.nav {
  background: #005bac;
}

.nav .main {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 0 20px;
}

.nav .main .nav-list {
  flex: auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.nav .main .nav-list-hover {
  background: #ff7e00;
}

.nav .main .nav-list:hover {
  background: #ff7e00;
}

/*轮播图*/
.banner .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.banner .swiper-slide .banner-img {
  width: 100%;
  min-width: 1200px;
}

.banner .swiper-slide .banner-main {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 100%;
  z-index: 1;
}

.banner .swiper-slide .banner-main .banner-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
}

.banner .swiper-slide .banner-main .banner-text div {
  margin-bottom: 30px;
}

.banner .swiper-slide .banner-main .banner-text .name a {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  background: #005bac;
  border-radius: 4px;
  padding: 18px;
  margin-left: calc(-100% - 400px);
  transition: margin-left 1.5s ease;
}

.banner .swiper-slide .banner-main .banner-text .btn a {
  display: inline-block;
  color: #5a5a5a;
  font-size: 20px;
  padding: 5px 50px;
  border: 2px solid #005bac;
  border-radius: 50px;
  font-weight: 600;
  background: #fff;
  margin-left: calc(-100% - 400px);
  transition: margin-left 1.5s ease;
}

.banner .swiper-slide .banner-main .banner-text:hover a {
  margin-left: 0;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 6px !important;
  background: #eee;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

/*搜索*/
.search {
  background: #eeeeee;
}

.search .main {
  width: 1200px;
  margin: 0 auto;
  height: 75px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.search .main .hot {
  width: 27px;
  position: relative;
  margin-right: 12px;
}

.search .main .hot .hot-icon {
  width: 100%;
}

.search .main .hot span {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 5px;
}

.search .main .keyword {
  font-size: 12px;
  color: #555555;
  margin-right: 5px;
}

.search .main .keyword1 {
  color: #ff7e00;
}

.search .main .search-input {
  border: 2px solid #ff7e00;
  color: #666;
  width: 270px;
  padding: 0 5px;
  line-height: 35px;
  outline: none;
  margin-left: auto;
}

.search .main .search-btn {
  background: #ff7e00;
  height: 39px;
  line-height: 39px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 50px;
  cursor: pointer;
}

.search .main .search-btn:hover {
  background: #e57303;
}

/*客服*/
.service .service1 {
  position: fixed;
  top: 30%;
  right: -191px;
  width: 191px;
  z-index: 10;
  transition: right 1s ease;
  z-index: 11;
}

.service .service1 .service-bg {
  width: 100%;
}

.service .service1 .text {
  display: inline-block;
  width: 24px;
  position: absolute;
  color: #fff;
  top: 132px;
  left: 26px;
  font-size: 12px;
}

.service .service1 .service1-list {
  position: absolute;
  top: 81px;
  right: 24px;
}

.service .service1 .service1-list a {
  padding: 5px 6px;
  border-radius: 3px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.service .service1 .service1-list a i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/service-icon.png) no-repeat;
  background-size: 100%;
}

.service .service1 .service1-list a span {
  font-size: 12px;
  color: #5a5a5a;
  margin-left: 10px;
}

.service .service1 .service1-list a:hover {
  background: #1298fa;
}

.service .service1 .service1-list a:hover i {
  background: url(../images/service-icon-on.png) no-repeat;
}

.service .service1 .service1-list a:hover span {
  color: #fff;
}

.service .service2 {
  position: fixed;
  top: 30%;
  right: 0;
  width: 53px;
  z-index: 10;
  transition: right 2s ease;
}

.service .service2 img {
  width: 100%;
}

.service .service2 span {
  position: absolute;
  color: #fff;
  bottom: 23px;
  right: 9px;
  font-size: 12px;
}

.service:hover .service1 {
  right: 0;
}

.service:hover .service2 {
  right: -106px;
}

/*中间内容布局、侧边栏菜单*/
.subject .main {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 20px 0 30px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.subject .main .left {
  flex: none;
  margin-right: 12px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
}

.subject .main .left .menu {
  border-bottom: 1px solid #d0d0d0;
}

.subject .main .left .menu .menu-title {
  width: 210px;
  height: 70px;
  background: #005bac;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.subject .main .left .menu .menu-title .main-icon {
  width: 32px;
  margin-right: 20px;
}

.subject .main .left .menu .menu-title .main-class {
  font-size: 20px;
  color: #fff;
}

.subject .main .left .menu .menu-list {
  width: 208px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  height: 45px;
  position: relative;
}

.subject .main .left .menu .menu-list .item1 {
  display: block;
  height: 100%;
  margin-left: 15px;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.subject .main .left .menu .menu-list .item1 .item-icon {
  flex: none;
}

.subject .main .left .menu .menu-list .item1 .item-name {
  color: #333;
  flex: auto;
  text-align: center;
}

.subject .main .left .menu .menu-list .item2 {
  position: absolute;
  display: none;
  top: -1px;
  left: 208px;
  padding: 0 10px;
  border: 1px solid #d0d0d0;
}

.subject .main .left .menu .menu-list .item2 a {
  display: block;
  color: #666;
  font-size: 12px;
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #d0d0d0;
  white-space: nowrap;
  text-align: center;
}

.subject .main .left .menu .menu-list .item2 a:last-child {
  border-bottom: none;
}

.subject .main .left .menu .menu-list:last-child .item1 {
  border-bottom: none;
}

.subject .main .left .contact {
  border-bottom: 1px solid #d0d0d0;
  margin-top: 25px;
}

.subject .main .left .contact .contact-title {
  width: 210px;
  height: 70px;
  background: #005bac;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.subject .main .left .contact .contact-title .main-icon {
  width: 32px;
  margin-right: 20px;
}

.subject .main .left .contact .contact-title .main-class {
  font-size: 20px;
  color: #fff;
}

.subject .main .left .contact .contact-content {
  padding-top: 15px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  box-sizing: border-box;
  width: 210px;
}

.subject .main .left .contact .contact-content p {
  padding: 0 15px 10px;
  color: #434343;
}

.subject .main .left .contact .contact-content div {
  padding-top: 15px;
  font-size: 0;
}

.subject .main .left .contact .contact-content div img {
  width: 100%;
}

.subject .main .left .more {
  width: 210px;
  height: 185px;
  position: relative;
  margin-top: 20px;
}

.subject .main .left .more .more-bg {
  width: 100%;
  height: 100%;
}

.subject .main .left .more .more-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
}

.subject .main .left .more .more-content .text {
  color: #fff;
  font-size: 36px;
}

.subject .main .left .more .more-content .add {
  font-size: 46px;
  color: #fff;
  font-family: '微软雅黑';
  line-height: 50px;
}

.subject .main .right {
  flex: auto;
}

/*底部栏*/
.footer {
  background: #005bac;
}

.footer .main {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0 20px;
}

.footer .main .list {
  text-align: center;
  margin-bottom: 6px;
}

.footer .main .list span {
  color: #fff;
  margin-right: 15px;
}

.footer .main .copyright {
  text-align: center;
}

.footer .main .copyright span {
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  border-radius: 50px;
}
