/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
  color: #111111;
}
*:focus {
  outline: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111111;
}
a:hover {
  color: #0f6ab1;
}
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;
}
img {
  max-width: 100%;
}
.page {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
/* header */
.header .page {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #eee;
  line-height: 1;
}
.header .logo .text p {
  font-size: 30px;
  font-weight: bold;
}
.header .logo .text p i {
  color: #0f6ab1;
}
.header .logo .text span {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}
.header .rg {
  padding-left: 55px;
  background: url(../images/head-phone.png) no-repeat left center;
}
.header .rg p {
  font-size: 15px;
  color: #666;
}
.header .rg span {
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0f6ab1;
  line-height: 1.1;
}
/* nav */
.nav {
  background-color: #0f6ab1;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.nav-list > li .erji2 {
  width: 100%;
  min-width: 180px;
  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: #0f6ab1;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background-color: #0ba148;
}
.nav-list > li:hover > a {
  color: #fff;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active {
  background-color: #0ba148;
}
.nav-list .active > a {
  color: #fff;
}
/* 幻灯片 */
.banner-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.banner-box .banner-btn a {
  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-color: #e7e7e7;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  color: #e83417;
  margin-right: 5px;
}
.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: #0f6ab1;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e8e8e8;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #0f6ab1;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  color: #0f6ab1;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
  color: #666666;
}
.pro-w {
  padding: 90px 0 40px;
  background-color: #f7f7f7;
}
.pro-w .pro-con {
  display: flex;
  margin-top: 45px;
}
.pro-w .pro-con .lf {
  width: 21%;
  margin-right: 2%;
}
.pro-w .pro-con .lf .cont {
  background: url(../images/listtel.jpg);
  background-size: cover;
  margin-bottom: -15px;
  padding: 15px 20px;
}
.pro-w .pro-con .lf .cont p {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
}
.pro-w .pro-con .lf .cont p i {
  color: #0f6ab1;
  margin-right: 5px;
}
.pro-w .pro-con .lf .cont span {
  font-size: 28px;
  color: #0f6ab1;
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.pro-w .pro-con .lf .cont span i {
  font-size: 17px;
  color: #0f6ab1;
  margin-left: 3px;
}
.pro-w .pro-con .rg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro-w .pro-con .rg .tit {
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  position: relative;
  background-color: #0f6ab1;
}
.pro-w .pro-con .rg .tit p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.pro-w .pro-con .rg .tit p::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 8px solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.pro-w .pro-con .rg .tit a {
  font-size: 14px;
  color: #fff;
}
.pro-w .pro-con .rg .tit a:hover {
  text-decoration: underline;
}
.pro-w .pro-con .rg ul {
  display: flex;
  padding: 2% 0;
}
.pro-w .pro-con .rg ul li {
  width: 23.5%;
  margin-right: 2%;
}
.pro-w .pro-con .rg ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .pro-con .rg ul li .pic {
  overflow: hidden;
}
.pro-w .pro-con .rg ul li .pic img {
  transition: all 0.3s linear;
}
.pro-w .pro-con .rg ul li p {
  padding: 0 10px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-w .pro-con .rg ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.pro-w .pro-con .rg ul li:hover p {
  color: #0f6ab1;
}
.intr {
  padding: 80px 0 50px;
  background: url(../images/intr-bg.jpg) no-repeat center bottom;
}
.intr .con {
  display: flex;
  margin-top: 40px;
}
.intr .text {
  flex: 1;
  margin-right: 45px;
}
.intr .text h3 {
  font-size: 46px;
  font-weight: bold;
  font-family: Arial black;
  text-transform: uppercase;
  font-style: italic;
  color: #0f6ab1;
}
.intr .text h1 {
  font-size: 36px;
  color: #333;
}
.intr .text p {
  font-size: 16px;
  line-height: 1.875;
  color: #666;
  margin-top: 15px;
}
.intr .text .more {
  background-color: #0f6ab1;
  width: 120px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
}
.intr .text .more:hover {
  background-color: #0ba148;
}
.honor-w {
  padding: 45px 0 0;
  position: relative;
  z-index: 11;
}
.honor-w .tit {
  display: flex;
  align-items: center;
}
.honor-w .tit p {
  font-size: 26px;
  font-weight: bold;
  color: #0f6ab1;
}
.honor-w .tit p i {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.honor-w .tit .line {
  flex: 1;
  height: 1px;
  background-color: #5f5f5f;
  margin: 8px 40px 0;
}
.honor-w .tit .more {
  width: 155px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #5f5f5f;
  font-size: 14px;
  transition: all 0.2s;
}
.honor-w .tit .more:hover {
  background-color: #0f6ab1;
  color: #fff;
  transition: all 0.2s;
}
.honor-w .box {
  position: relative;
  margin-top: 35px;
}
.honor-w .hon-list {
  position: relative;
  z-index: 0;
}
.honor-w .hon-list li {
  width: auto;
}
.honor-w .hon-list li .pic {
  overflow: hidden;
  border: 1px solid #ccc;
}
.honor-w .hon-list li img {
  transition: all 0.3s linear;
  height: 200px;
}
.honor-w .hon-list li p {
  margin: 0 auto;
  margin-top: 8px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
.honor-w .hon-list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.honor-w .hon-list li:hover p {
  color: #0f6ab1;
}
.honor-w .btn {
  width: calc(100% + 40px);
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -25px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honor-w .btn div {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #0f6ab1;
  color: #fff;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.adv {
  padding: 90px 0;
}
.adv .adv-box {
  margin-top: 60px;
}
.adv .adv-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.adv .adv-box li img {
  width: 50%;
}
.adv .adv-box li .text {
  width: 50%;
  padding: 0 80px;
}
.adv .adv-box li .text p {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #0f6ab1;
  padding-bottom: 16px;
  border-bottom: 4px double #0f6ab1;
}
.adv .adv-box li .text p em {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #0f6ab1;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-family: serif;
  margin-right: 20px;
}
.adv .adv-box li .text span {
  font-size: 20px;
  color: #333;
  margin-top: 45px;
  line-height: 48px;
}
.case-w {
  padding: 70px;
  background: url(../images/case-bg.jpg) no-repeat center;
}
.case-w .wz-bt * {
  color: #fff;
}
.case-w .case-box {
  position: relative;
  margin-top: 45px;
}
.case-w .case-box .case-con {
  position: relative;
  z-index: 0;
}
.case-w .case-box .case-con li {
  width: 39%;
  border: 2px solid #fff;
}
.case-w .case-box .case-con li p {
  width: 100%;
  line-height: 65px;
  text-align: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.46);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
  color: #fff;
  opacity: 0;
}
.case-w .case-box .case-con .swiper-slide-active p {
  opacity: 1 !important;
}
.case-w .case-box .btn {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-w .case-box .btn div {
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  opacity: 0.65;
}
.case-w .case-box .btn div:hover {
  opacity: 1;
}
.case-w .case-box .case-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.case-w .case-box .case-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.partner {
  padding: 80px 0 30px;
}
.partner .tit {
  width: 290px;
  height: 72px;
  text-align: center;
  border: 1px solid #333;
  margin: 0 auto;
  position: relative;
}
.partner .tit p {
  width: 320px;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.partner .tit p::before,
.partner .tit p::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.partner .tit p::before {
  left: 0;
}
.partner .tit p::after {
  right: 0;
}
.partner .ptn-box li .pic {
  border: 1px solid #ddd;
}
.partner .box {
  margin-top: 55px;
  padding: 0 100px;
  position: relative;
}
.partner .box .btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.partner .box .btn div {
  width: 45px;
  height: 152px;
  background: url(../images/ptn-prev.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.35;
}
.partner .box .btn .ptn-prev {
  left: 0;
}
.partner .box .btn .ptn-next {
  right: 0;
  transform: translateY(-50%) scale(-1);
}
.news-w {
  padding: 60px 0 70px;
}
.news-w .news-con {
  margin-top: 45px;
  position: relative;
}
.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 .date {
  font-size: 18px;
  font-weight: lighter;
  margin-top: 20px;
}
.news-w .news-con li .con p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.66;
  color: #333;
}
.news-w .news-con li .con span {
  font-size: 15px;
  line-height: 1.66;
  color: #666;
}
.news-w .news-con li .more {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #666;
}
.news-w .news-con li .more * {
  color: #333;
}
.news-w .news-con li .more p {
  font-size: 20px;
}
.news-w .news-con li .more i {
  font-size: 28px;
}
.news-w .news-con li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.news-w .news-con li:hover .con p {
  color: #0f6ab1;
}
.news-w .news-con li:hover .more p {
  color: #0f6ab1;
}
.news-w .news-con li:hover .more i {
  color: #0f6ab1;
}
.news-w .btn {
  width: calc(100% + 120px);
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-w .btn div {
  width: 20px;
  height: 64px;
  background: url(../images/news-arrow.png);
  cursor: pointer;
  opacity: 0.5;
}
.news-w .btn div:hover {
  opacity: 1;
}
.news-w .btn .news-next {
  transform: scale(-1);
}
.links {
  width: 100%;
  background-color: #0f6ab1;
}
.links * {
  color: #fff;
}
.links a:hover {
  text-decoration: underline;
  color: #fff;
}
.links .text {
  display: flex;
  height: 80px;
  align-items: center;
}
.links .text p {
  font-size: 18px;
}
.links .text p i {
  font-size: 22px;
}
.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 .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;
}
.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: #0f6ab1;
  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);
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #0f6ab1;
  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: #0f6ab1;
  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;
}
