* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
img {
  vertical-align: middle;
}
.w240 {
  width: 240px;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.jc-spb {
  justify-content: space-between;
}
a {
  color: #333333;
  text-decoration: none;
}
.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
li {
  list-style: none;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  color: #999;
}
.top-wrap {
  width: 100%;
  height: 38px;
  background: #1d2026;
  color: #FFFFFF;
}
.top-wrap div {
  height: 38px;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 63px;
  height: 4px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #0242DE;
}
.header-wrap {
  position: relative;
  z-index: 100000;
}
.header {
  height: 80px ;
  margin: 0 auto;
  padding-top: 20px;
}
.navBar {
  height: 80px;
}
.navBar li.wrap-li {
  flex: 1;
  height: 80px;
  position: relative;
  margin: 0 10px;
}
.navBar li.wrap-li .tit {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}
.navBar li.wrap-li .iconxiala1 {
  color: #0656bb;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  position: absolute;
  transition: all 0.2s ease;
  opacity: 0;
}
.navBar li.wrap-li.li-product {
  position: static;
}
.navBar li.wrap-li.on .iconxiala1,
.navBar li.wrap-li:hover .iconxiala1 {
  top: 24px;
  opacity: 1;
}
.navBar li.wrap-li:hover .sub {
  height: auto;
  opacity: 1;
}
.navBar .sub {
  position: absolute;
  top: 80px;
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}
.navBar .sub-one {
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.navBar .sub-one a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.navBar .sub-one a:hover {
  color: #0453b8;
}
.navBar .sub-product {
  width: 100%;
  left: 0;
  top: 100px;
  padding: 35px 0;
}
.navBar .sub-product h3 {
  color: #1a1a1a;
  font-size: 32px;
  margin-bottom: 12px;
}
.navBar .sub-product .left {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.navBar .sub-product .left ul {
  width: 100%;
}
.navBar .sub-product .left li {
  height: 40px;
  line-height: 40px;
  position: static;
  color: #1a1a1a;
  font-size: 16px;
  width: 23.05%;
  border-right: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
}
.navBar .sub-product .left li a {
  color: #1a1a1a;
}
.navBar .sub-product .left li::before {
  content: "";
  width: 3px;
  height: 18px;
  background: #cccccc;
  display: inline-block;
  margin-right: 18px;
}
.navBar .sub-product .left li:hover .sub-tit {
  color: #0050c5;
}
.navBar .sub-product .left li:hover::before {
  background: #0050c5;
}
.navBar .sub-product .left .right {
  position: absolute;
  width: 67%;
  right: 0;
  top: 90px;
  flex-wrap: wrap;
  display: none;
}
.navBar .sub-product .left .right a {
  width: 45%;
  display: block;
  line-height: 40px;
  color: #1a1a1a;
  font-size: 16px;
}
.navBar .sub-product .left .right a:hover {
  color: #0050c5;
}
.navBar .sub-product .left li.on .right {
  display: flex;
}
.search {
  width: 227px;
  height: 40px;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
.search input {
  height: 40px;
  line-height: 40px;
  outline: none;
  background: none;
  border: none;
}
.search .iconfont {
  color: #D1D1D1;
  font-size: 20px;
}
.com-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.com-title .ename {
  color: #999999;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: -6px;
}
.com-title .name {
  position: relative;
}
.com-title .name::before {
  content: '';
  width: 34px;
  height: 2px;
  background: #cacaca;
  position: absolute;
  left: -38px;
  transform: translateY(-50%);
  top: 50%;
  display: block;
}
.com-title .name::after {
  content: '';
  width: 34px;
  height: 2px;
  background: #cacaca;
  position: absolute;
  right: -38px;
  transform: translateY(-50%);
  top: 50%;
  display: block;
}
.product {
  margin: 50px auto 26px;
}
.product ul {
  margin: 0 -15px;
}
.product li {
  width: calc(100%/7 - 30px);
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 28px;
  height: 194px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.product li .hover {
  display: none;
}
.product li:hover {
  background: #0656bb;
  color: #fff;
}
.product li:hover .icon {
  display: none;
}
.product li:hover .hover {
  display: block;
}
.product li img {
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
}
.product li .name {
  font-size: 16px;
  max-width: 145px;
  text-align: center;
}
.about {
  width: 100%;
  height: 770px;
  background: url(../images/index02_61_61.jpg) #f8f9fb right top / auto 100% no-repeat;
  padding-top: 55px;
  box-sizing: border-box;
  margin-bottom: 52px;
}
.about .cont {
  width: 63.75%;
  background: #fff;
  padding-top: 66px;
  box-sizing: border-box;
  position: static;
  height: 654px;
}
.about .cont .info {
  max-width: 1400px;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.about .cont .dec {
  width: 62.84%;
  line-height: 35px;
  height: 175px;
  -webkit-line-clamp: 5;
}
.about .cont h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.about .cont .img {
  border: 1px solid #eeeeee;
  padding: 13px;
  width: 62.84%;
  box-sizing: border-box;
  height: 140px;
  margin-bottom: 30px;
}
.about .cont .img img {
  width: 100%;
  height: 100%;
}
.about .cont .more {
  display: block;
  width: 120px;
  height: 35px;
  opacity: 1;
  border: 1px solid #cacaca;
  text-align: center;
  line-height: 35px;
  margin-top: 40px;
  color: #666666;
  font-size: 18px;
}
.culture .left {
  width: 44.42%;
  height: 552px;
  background: #ffffff;
  box-shadow: 0px 2px 43px 0px rgba(160, 160, 160, 0.23);
}
.culture .left li {
  width: 100%;
  height: 138px;
  color: #666;
  line-height: 28px;
  padding: 10px 0 0 26px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}
.culture .left li:last-of-type {
  border: none;
}
.culture .left li .num {
  position: absolute;
  font-size: 58px;
  right: 36px;
  bottom: 40px;
  color: #EAEAEA;
  transition: all 0.3s ease-in;
}
.culture .left li .dec {
  width: 53.85%;
  color: #666;
}
.culture .left li h3 {
  font-size: 20px;
  line-height: 50px;
}
.culture .left li:hover {
  background: #025DC4;
  color: #fff;
}
.culture .left li:hover .dec {
  color: #fff;
}
.culture .left li:hover .num {
  font-size: 131px;
  color: #497dcd;
  bottom: 15px;
}
.culture .right {
  width: 51.43%;
  background: url('../images/index02_64.png') center top / 100% auto no-repeat;
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.culture .right .swiper-container {
  width: 100%;
  overflow: hidden;
  height: 522px;
}
.culture .right .swiper-wrapper {
  height: 346px;
}
.culture .right .swiper-wrapper .swiper-slide {
  width: 221px;
  height: 293px;
  transform: scale(0.8);
  box-shadow: 0px 2px 43px 0px rgba(160, 160, 160, 0.23);
}
.culture .right .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.culture .right .swiper-wrapper .swiper-slide-active,
.culture .right .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 100;
}
.culture .right .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.culture .right .rsp {
  background: #fff;
  width: 100%;
  height: 129px;
  box-shadow: 0px 2px 43px 0px rgba(160, 160, 160, 0.23);
  text-align: center;
  line-height: 28px;
  color: #999999;
  padding-top: 16px;
  box-sizing: border-box;
}
.culture .right .rsp h3 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 5px;
}
.section {
  background: url('../images/index02_67.jpg') center center / cover no-repeat;
  width: 100%;
  height: 326px;
  margin: 54px 0;
}
.news .cont {
  justify-content: space-between;
}
.news .left {
  width: 44.14%;
}
.news .left .img {
  width: 100%;
  height: 225px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.news .left .img img {
  height: 100%;
  width: auto;
  position: absolute;
  min-width: 100%;
  left: 50% ;
  transform: translateX(-50%);
}
.news .left h3 {
  font-size: 16px;
}
.news .left .date {
  color: #999999;
  margin: 10px 0 6px;
}
.news .left .dec {
  color: #666;
  line-height: 26px;
  height: 52px;
}
.news .left .btm {
  margin-top: 24px;
  justify-content: space-between;
}
.news .left .btm .btn {
  width: 111px;
  height: 31px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 31px;
  color: #666666;
}
.news .left .btm .iconfont {
  font-size: 30px;
  color: #848484;
}
.news .right {
  width: 54.5%;
}
.news .right li {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  padding: 25px 15px 0 40px;
  color: #999999;
  line-height: 24px;
}
.news .right li .name {
  position: relative;
  margin-bottom: 10px;
  justify-content: space-between;
}
.news .right li .name h3 {
  max-width: 80%;
}
.news .right li .name span {
  color: #999;
}
.news .right li .name::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666666;
  left: -28px;
  position: absolute;
}
.news .right li .dec {
  max-width: 80%;
}
.news .right li .jt::before {
  content: '';
  width: 1px;
  height: 18px;
  background: #bcbcbc;
  display: inline-block;
  margin-right: 5px;
}
.news .right li .jt .iconfont {
  font-size: 20px;
  color: #bcbcbc;
}
.news .right li:hover {
  background: #ffffff;
  box-shadow: 0px 2px 43px 0px rgba(160, 160, 160, 0.15);
}
.news .right li:hover a {
  color: #1060c5;
}
.news .right li:hover .name::before {
  background: #1060c5;
}
.footer-contact {
  background: #1d2026;
  height: 365px;
  width: 100%;
  color: #999;
  margin-top: 50px;
}
.footer-contact a {
  color: #999;
}
.footer-contact .left {
  padding-top: 46px;
  line-height: 40px;
  width: 360px;
}
.footer-contact .left img {
  display: block;
  margin-bottom: 15px;
}
.footer-contact .mid {
  padding-top: 118px;
  font-size: 14px;
}
.footer-contact .mid div {
  width: 220px;
}
.footer-contact .mid a {
  display: block;
  height: 36px;
  line-height: 36px;
}
.footer-contact .mid a:hover {
  color: #fff;
  font-size: 16px;
}
.footer-contact .right {
  padding-top: 75px;
  width: 180px;
  text-align: center;
}
.footer-contact .right .tit {
  color: #999999;
  font-size: 14px;
}
.footer-contact .right .phone {
  font-size: 24px;
  margin: 5px 0 10px;
}
.footer-contact .wrap {
  height: 308px;
  justify-content: space-between;
}
.footer-contact .links {
  line-height: 36px;
  color: #999;
}
.footer-contact .links a {
  color: #999;
}
.footer {
  height: 70px;
  background: #121417;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  line-height: 22px;
}
.footer a {
  color: #fff;
  display: block;
}
.ny-banner {
  width: 100%;
}
.ny-banner img {
  width: 100%;
}
.sideNav-wrap {
  width: 100%;
  height: 52px;
  background: rgba(0, 0, 0, 0.49);
  position: relative;
  margin-top: -52px;
  z-index: 100;
  color: #fff;
}
.sideNav-wrap .iconshouye {
  font-size: 20px;
  margin-right: 5px;
}
.sideNav-wrap .dfc {
  height: 52px;
}
.sideNav-wrap ul li {
  width: 113px;
  height: 52px;
  margin-left: 2px;
}
.sideNav-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
}
.sideNav-wrap ul li.on,
.sideNav-wrap ul li:hover {
  background: #0061ae;
}
.ny-title {
  font-size: 30px;
  border-bottom: 1px solid #E1E1E1;
  height: 102px;
  margin-bottom: 50px;
}
.ny-title .btn {
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #0061ae;
  color: #0061ae;
  font-size: 16px;
}
.service .list {
  justify-content: space-between;
}
.service .list li {
  width: calc(50% - 20px);
  height: 137px;
  background: #ffffff;
  box-shadow: 0px 2px 92px 0px rgba(208, 208, 208, 0.38);
  margin-bottom: 36px;
  padding: 0 22px;
  box-sizing: border-box;
  cursor: pointer;
  color: #666666;
}
.service .list .wenjianjia {
  background: url(../images/s-icon.png) center center / cover no-repeat;
  width: 75px;
  height: 66px;
  margin-right: 30px;
}
.service .list .name {
  font-size: 16px;
  margin-bottom: 24px;
  color: #333;
}
.service .list .txt span {
  margin-right: 50px;
}
.service .list .iconxiazai {
  font-size: 20px;
  color: #696969;
  margin-top: 40px;
}
.video .list {
  margin: 0 -28px;
}
.video .list li {
  width: calc(100%/3 - 56px);
  margin: 0 28px 26px;
  cursor: pointer;
}
.video .list li .img {
  position: relative;
  width: 100%;
}
.video .list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video .list li .img::before {
  content: '';
  padding-bottom: 70%;
  display: block;
}
.video .list li .img .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(104, 111, 105, 0.47);
  background-image: url('../images/videoIcon1.png');
  background-position: center;
  background-size: 62px 62px;
  background-repeat: no-repeat;
}
.video .list li p {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
}
.video .list li:hover {
  color: #0061ae;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 50px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #3db45e;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.paging li a:hover {
  background: #0242DE;
  border-color: #0242DE;
  color: #fff;
}
.ny-contact .cont {
  justify-content: space-between;
  background: #f8f8f8;
}
.ny-contact .map {
  width: 48.71%;
  height: 462px;
}
.ny-contact .map img {
  width: 100%;
  height: 100%;
}
.ny-contact .left {
  width: 47.14%;
  height: 462px;
  line-height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ny-contact .left h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
}
.ny-contact .left .rsp {
  position: absolute;
  right: 35%;
  top: 185px;
  text-align: center;
}
.ny-contact .left .rsp img {
  display: block;
}
.ny-news .list {
  justify-content: space-between;
}
.ny-news .list li {
  width: calc(50% - 18px);
  height: 188px;
  background: #ffffff;
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.57);
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
}
.ny-news .list li .name {
  font-size: 16px;
}
.ny-news .list li .date {
  color: #999;
}
.ny-news .list li:hover .name {
  color: #0061AE;
}
.ny-news .list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 188px;
}
.ny-news .list .btn {
  width: 66px;
  height: 29px;
  opacity: 1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  line-height: 29px;
  color: #999999;
  font-size: 12px;
  display: block;
  margin-top: 18px;
}
.ny-product .sub-list {
  margin: 0 -7px;
}
.ny-product .sub-list li {
  margin: 0 6px 10px;
}
.ny-product .sub-list li a {
  display: block;
  width: 162px;
  height: 42px;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 42px;
  color: #828282;
  transition: all 0.3s ease-in;
}
.ny-product .sub-list li a:hover {
  background: #0c61c2;
  color: #fff;
}
.ny-product .cont {
  margin: 0 -10px;
  margin-top: 36px;
}
.ny-product .cont li {
  width: calc(100%/3 - 20px);
  margin: 0 10px 20px;
  background: #f9f9f9;
  padding: 18px 15px 0;
  box-sizing: border-box;
}
.ny-product .cont li:hover .btm h3 {
  color: #0c61c2;
}
.ny-product .cont li a {
  width: 100%;
  display: block;
}
.ny-product .cont li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ny-product .cont li .img::before {
  content: '';
  padding-bottom: 70%;
  display: block;
}
.ny-product .cont li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.ny-product .cont li .btm {
  height: 80px;
  font-size: 16px;
}
.ny-product .cont li .btm h3 {
  padding-right: 30px;
}
.ny-product .cont li .btm span {
  background: url('../images/moreIcon.png') center center / cover no-repeat;
  width: 39px;
  height: 28px;
}
.popWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.49);
  display: none;
}
.popWrap .videoCont {
  position: relative;
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  top: 50%;
  background: #FFF;
  text-align: center;
  box-shadow: 0 0 20px rgb(0 0 0%);
  transform: translateY(-50%);
}
.popWrap .videoCont .videoWrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.popWrap .videoCont video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popWrap .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #03467c;
  transition: transform 0.6s 0s ease-out;
  -webkit-transition: transform 0.6s 0s ease-out;
  z-index: 9999;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.sideNav-wrap-pro {
  width: 100%;
  height: 52px;
  background: #88b3e3;
  color: #fff;
}
.sideNav-wrap-pro span {
  font-size: 20px;
  margin-right: 5px;
}
.prodDetail {
  margin-top: 40px;
}
.prodDetail .prodScroll {
  width: 39.28%;
  height: 504px;
  background: #fff;
  box-shadow: 0px 2px 43px 0px rgba(136, 179, 227, 0.21);
  overflow: hidden;
}
.prodDetail .prodScroll .swiper-button-next,
.prodDetail .prodScroll .swiper-button-prev {
  width: 40px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: url(../images/arrow3.png) no-repeat left top;
  transition: all 0.3s ease;
}
.prodDetail .prodScroll .swiper-button-prev {
  left: -40px;
}
.prodDetail .prodScroll .swiper-button-next {
  right: -40px;
  background-position: left bottom;
}
.prodDetail .prodScroll:hover .swiper-button-prev {
  left: 0;
}
.prodDetail .prodScroll:hover .swiper-button-next {
  right: 0;
}
.prodDetail .swiper-slide a {
  display: block;
  height: 504px;
  text-align: center;
  line-height: 504px;
  font-size: 0;
}
.prodDetail .swiper-slide a img {
  max-width: 90%;
  min-height: 90%;
}
.prodDetail .right {
  margin-left: 54px;
}
.prodDetail .right .tit {
  color: #1B1B1B;
  font-size: 26px;
  line-height: 82px;
}
.prodDetail .right li {
  width: 187px;
  height: 37px;
  background: #ebebeb;
  text-align: center;
  line-height: 37px;
  font-size: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  margin-right: 25px;
  margin-bottom: 10px;
}
.prodDetail .right .info {
  color: #666666;
  line-height: 30px;
  margin: 15px 0;
}
.prodDetail .right .phone {
  color: #025DC4;
  font-size: 38px;
  font-weight: bold;
}
.prodDetail .right .phone span {
  font-size: 40px;
}
.prodDetail .pNav {
  width: 100%;
  background: #1060c5;
  height: 54px;
  margin-top: 52px;
  display: flex;
  margin-bottom: 30px;
}
.prodDetail .pNav li {
  width: 15.7%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  transition: all ease-in 0.1s;
  font-weight: normal;
  cursor: pointer;
}
.prodDetail .pNav li.on,
.prodDetail .pNav li:hover {
  height: 60px;
  line-height: 60px;
  background: #fcb506;
  box-shadow: 0px 2px 9px 0px rgba(16, 96, 197, 0.25);
  margin-top: -3px;
}
.prodDetail .item {
  margin-bottom: 20px;
}
.prodDetail .item .tit {
  font-size: 22px;
  height: 36px;
  line-height: 36px;
  border-left: 6px solid #1060C5;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}
.prodDetail .item1 .cont,
.prodDetail .item2 .cont {
  font-size: 16px;
  line-height: 42px;
}
.prodDetail .item4 li {
  width: 430px;
  height: 159px;
  border: 1px solid #dbdbdb;
  padding: 0 34px;
  box-sizing: border-box;
  font-size: 22px;
  margin-right: 40px;
  cursor: pointer;
}
.prodDetail .item4 .icon1 {
  width: 70px;
  height: 70px;
  background: #1060c5;
  border-radius: 16px;
  text-align: center;
  line-height: 70px;
  margin-right: 18px;
}
.prodDetail .item4 .icon1 span {
  font-size: 40px;
  color: #fff;
}
.prodDetail .item4 .iconjiantou {
  font-size: 40px;
  color: #cdcdcd;
  font-weight: bold;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .about .cont .info {
    left: 0;
    transform: translateX(0);
    min-width: 100%;
  }
}
