/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
  color: #111111;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111111;
}
a:hover {
  color: #0f73b7;
}
.cl {
  clear: both;
  height: 0px;
}
body {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Microsoft YaHei";
  min-width: 1360px;
  overflow-x: hidden;
  max-width: 1920px;
}
img,
span,
a {
  display: block;
  max-width: 100%;
}
.page {
  width: 92%;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
/* header */
.header {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  z-index: 111;
}
.header .wx {
  position: relative;
  cursor: pointer;
}
.header .wx .pic {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.header .wx .pic img {
  margin-top: 20px;
}
.header .wx:hover .pic {
  height: 140px;
  transition: all 0.3s linear;
}
/* nav */
.nav {
  flex: 1;
  margin: 0 20px;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 98px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  width: 0px;
  height: 13px;
  background: url(../images/nav-btm.png) center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: rgba(0, 0, 0, 0.85);
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #0f73b7;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #0f73b7;
}
.nav-list > li:hover > a::after {
  width: 98px;
  transition: all 0.3s linear;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #0f73b7;
}
.nav-list .active > a::after {
  width: 98px;
}
/* 幻灯片 */
.banner-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.banner-box .banner-btn a {
  display: block;
  width: 49px;
  height: 104px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  z-index: 99;
}
.banner-box .banner-btn a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.banner-box .banner-btn .prev {
  left: -50px;
  background: url(../images/banner-h.png) no-repeat 0 0;
}
.banner-box .banner-btn .next {
  right: -50px;
  background: url(../images/banner-h.png) no-repeat -49px 0;
}
.banner-box:hover .prev {
  left: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-box:hover .next {
  right: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
/* 搜索 */
.search {
  background: url(../images/search-bg.jpg) no-repeat center;
}
.search .page {
  display: flex;
  height: 89px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  padding-left: 47px;
  position: relative;
  font-size: 16px;
  line-height: 37px;
  background: url(../images/hot.png) no-repeat left center;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #e60013;
}
.search .page .sear-w {
  width: 366px;
  height: 89px;
  background-color: #0f73b7;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.search .page .sear-w input {
  width: 300px;
  height: 40px;
  padding: 0 40px 0 20px;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  margin: 0 0 0 auto;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 20px;
  height: 20px;
  color: #fff;
  border: none;
  background: url(../images/search-ico.png) no-repeat center;
  cursor: pointer;
  transition: all 0.1s linear;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
/*网站标题*/
.wz-bt {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 46px;
  position: relative;
  color: #333;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
  color: #666666;
}
.pro-w {
  padding: 60px 0 70px;
  background-color: #f0f0f0;
}
.pro-w .pro-tabs {
  width: 1180px;
  background-color: #fff;
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 42px;
  line-height: 42px;
  margin: 4px;
  border-radius: 21px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #e60013;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  max-width: 1430px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #0f73b7;
}
.pro-w .con-box ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .con-box ul li .pic {
  overflow: hidden;
}
.pro-w .con-box ul li .pic img {
  transition: all 0.3s linear;
}
.pro-w .con-box ul li .text {
  background-color: #4f5052;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-w .con-box ul li .text p {
  line-height: 65px;
  font-size: 24px;
  color: #fff;
}
.pro-w .con-box ul li .text i {
  font-size: 24px;
  color: #fff;
  transform: scaleY(1.5);
}
.pro-w .con-box ul li:hover img {
  transform: scale(1.12);
  transition: all 0.3s linear;
}
.pro-w .con-box ul li:hover .text {
  background-color: #0f73b7;
}
.adv-w {
  padding-top: 50px;
}
.adv-w ul {
  display: flex;
  margin-top: 60px;
}
.adv-w ul li {
  flex: 1;
  height: 765px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.adv-w ul li * {
  color: #fff;
  position: relative;
  z-index: 1;
}
.adv-w ul li em {
  font-size: 16px;
  font-weight: bold;
}
.adv-w ul li span {
  font-size: 32px;
  margin-top: 19px;
  text-transform: uppercase;
}
.adv-w ul li h2 {
  font-size: 22px;
  line-height: 38px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.adv-w ul li h2::after {
  content: '';
  width: 90px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.adv-w ul li p {
  width: 60%;
  font-size: 14px;
  line-height: 36px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.adv-w ul li a {
  margin-top: 64px;
  border: 1px #fff solid;
  width: 160px;
  line-height: 50px;
  font-size: 12px;
}
.adv-w ul li a:hover {
  background-color: #fff;
  color: #333;
}
.adv-w ul li:nth-child(1) {
  background-image: url(../images/adv1.jpg);
}
.adv-w ul li:nth-child(2) {
  background-image: url(../images/adv2.jpg);
}
.adv-w ul li:nth-child(3) {
  background-image: url(../images/adv3.jpg);
}
.adv-w ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s linear;
}
.adv-w ul li:hover p {
  height: 144px;
  transition: all 0.3s linear;
}
.adv-w ul li:hover::after {
  opacity: 0.5;
  transition: all 0.3s linear;
}
.intr {
  padding-top: 70px;
  height: 840px;
  background: url(../images/intr-bg.jpg) no-repeat top center;
}
.intr .wz-bt span {
  padding: 7px 45px;
  margin-top: 30px;
  font-size: 24px;
  background-color: #0f73b7;
  color: #fff;
}
.intr .text {
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-top: 30px;
  line-height: 1.7;
}
.intr ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}
.intr ul li {
  width: 220px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intr ul li * {
  color: #0f73b7;
}
.intr ul li p {
  font-size: 47px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
}
.intr ul li p em {
  font-size: 124px;
  line-height: 1;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.intr ul li p i {
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}
.intr ul li span {
  font-size: 27px;
  margin-top: 10px;
}
.intr ul li img {
  border-radius: 50%;
}
.intr .more {
  width: 200px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #0f73b7;
  margin: 0 auto;
  color: #666;
}
.intr .more:hover {
  background-color: #0f73b7;
  color: #fff;
}
.app-w {
  padding: 60px 0 0;
}
.app-w .box {
  margin-top: 55px;
  position: relative;
}
.app-w .box li {
  position: relative;
}
.app-w .box li .tit {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #0f73b7;
  width: 70px;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.app-w .box li .text {
  opacity: 0;
  padding: 15px 22px;
  margin: 0 20px;
  background-color: #0f73b7;
  border-radius: 10px;
  color: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.66;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.6);
  text-indent: 32px;
  transition: all 0.3s linear;
}
.app-w .box li .text i {
  width: 26px;
  height: 26px;
  line-height: 23px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  margin: 0 0 0 auto;
  text-indent: 2px;
  text-align: center;
}
.app-w .box .btn {
  height: 80px;
  background: url(../images/app-btm.png) no-repeat center;
  background-color: #0f73b7;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-w .box .btn div {
  width: 23px;
  height: 23px;
  background: url(../images/app-prev.png);
  cursor: pointer;
}
.app-w .box .btn .app-prev {
  margin-right: 30px;
}
.app-w .box .btn .app-next {
  transform: scale(-1);
}
.honor-w {
  padding: 86px 0 0;
}
.honor-w .page {
  max-width: 1350px;
  padding: 2px 25px;
}
.honor-w .box {
  position: relative;
  margin-top: 45px;
  padding: 0 100px;
}
.honor-w .btn {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  z-index: 9;
}
.honor-w .btn .swiper-prev,
.honor-w .btn .swiper-next {
  width: 39px;
  height: 39px;
  background: url(../images/hon-prev.png);
  position: absolute;
  cursor: pointer;
}
.honor-w .btn .swiper-prev {
  left: 0;
  transform: translateX(-50%);
}
.honor-w .btn .swiper-next {
  right: 0;
  transform: scaleX(-1) translateX(-50%);
}
.news-w {
  padding: 102px 0;
}
.news-w .page {
  max-width: 1400px;
  padding: 0 50px;
}
.news-w .tit {
  display: flex;
  align-items: flex-end;
}
.news-w .tit p {
  font-size: 44px;
  font-weight: bold;
  color: #0f73b7;
  line-height: 1;
}
.news-w .tit span {
  font-size: 22px;
  color: #0f73b7;
}
.news-w .tit em {
  flex: 1;
  height: 1px;
  background-color: #0f73b7;
  margin-bottom: 12px;
  margin-left: 10px;
}
.news-w .news-con {
  margin-top: 50px;
}
.news-w .news-con li .pic {
  overflow: hidden;
}
.news-w .news-con li .pic img {
  transition: all 0.3s linear;
}
.news-w .news-con li .con {
  display: flex;
  margin-top: 20px;
}
.news-w .news-con li .con .date {
  margin-right: 15px;
}
.news-w .news-con li .con .date i {
  font-size: 12px;
  color: #555;
}
.news-w .news-con li .con .date em {
  display: block;
  font-size: 38px;
  color: #555;
}
.news-w .news-con li .con .row {
  flex: 1;
  overflow: hidden;
}
.news-w .news-con li .con .row p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-top: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-con li .con .row span {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-con li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.news-w .news-con li:hover * {
  color: #0f73b7 !important;
}
.news-w .btn {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .btn > div {
  width: 20px;
  height: 64px;
  background: url(../images/news-arrow.png);
  cursor: pointer;
  opacity: 0.8;
}
.news-w .btn > div:hover {
  opacity: 1;
}
.news-w .btn .news-next {
  transform: scale(-1);
}
.links {
  width: 100%;
  background-color: #0f73b7;
}
.links * {
  color: #fff;
}
.links a:hover {
  text-decoration: underline;
  color: #fff;
}
.links .page {
  max-width: 1300px;
}
.links .text {
  display: flex;
  height: 80px;
  align-items: center;
}
.links .text p {
  padding-left: 35px;
  font-size: 18px;
}
.links .text p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.links .text ul {
  display: flex;
}
.links .text ul li {
  margin-right: 15px;
}
.links .text ul li a {
  font-size: 16px;
}
.links .text a {
  font-size: 14px;
  margin: 0 0 0 auto;
}
.footer {
  background-color: #222222;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1300px;
}
.footer .f-con {
  padding: 60px 0 50px;
  display: flex;
  justify-content: space-between;
}
.footer .f-con .f-nav {
  width: 50%;
  display: flex;
}
.footer .f-con .f-nav ul {
  flex: 1;
  cursor: pointer;
}
.footer .f-con .f-nav ul h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
.footer .f-con .f-nav ul h5::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #0f73b7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.footer .f-con .f-nav ul li {
  line-height: 32px;
}
.footer .f-con .f-nav ul:hover h5::after {
  width: 60px;
  transition: all 0.3s linear;
}
.footer .f-con .f-info {
  width: 50%;
  padding-left: 1.815%;
}
.footer .f-con .f-info .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/foot-btb.png) no-repeat right center;
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #0f73b7;
  font-weight: bold;
}
.footer .f-con .f-info .btm {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 1%;
}
.footer .f-con .f-info .btm li {
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
  white-space: nowrap;
}
.footer .f-con .f-info .btm li i {
  margin-right: 10px;
  color: #0f73b7;
  font-size: 20px;
}
.footer .f-con .f-info .btm li .qq {
  margin-right: 30px;
}
.footer .f-con .f-info .btm li .dz {
  white-space: normal;
}
.footer .f-con .f-info .btm .weix-pic {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.footer .f-con .f-info .btm .weix-pic p {
  width: 1rem;
  margin-right: 5px;
}
.footer .f-con .f-info .btm .weix-pic p em {
  display: block;
  transform: rotate(90deg);
}
.footer .f-con .f-info .btm .weix-pic img {
  width: 100px;
}
.copy {
  width: 100%;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy a {
  display: inline;
}
.copy a:hover {
  text-decoration: underline;
}
.copy .page {
  display: flex;
  justify-content: space-between;
}
