* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.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;
}
.text-yellow {
  color: #fb7f03;
}
.fwb {
  font-weight: bold;
}
.fz16 {
  font-size: 16px;
}
.fz33 {
  font-size: 33px;
}
.fz38 {
  font-size: 38px;
}
.fz56 {
  font-size: 56px;
}
.por {
  position: relative;
}
h3 {
  font-weight: normal;
}
i {
  font-style: normal;
}
li {
  list-style: none;
}
.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;
}
a {
  color: #333333;
  text-decoration: none;
}
.w1440 {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  min-width: 1200px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.top-wrap {
  width: 100%;
  height: 36px;
  background: #f5f5f5;
}
.top-wrap .top {
  height: 36px;
  justify-content: space-between;
  font-size: 12px;
}
.header {
  height: 102px;
  justify-content: space-between;
}
.header .logo {
  height: 102px;
}
.header .logo img {
  background: url('../images/index_01_06.gif') right center no-repeat;
  padding-right: 24px;
  margin-right: 18px;
  display: block;
}
.header .logo span {
  font-size: 18px;
}
.header .rexian {
  font-size: 18px;
}
.header .rexian span {
  margin-top: 8px;
}
.header .rexian h3 {
  color: #00719A;
  font-size: 29px;
}
.nav-wrap {
  width: 100%;
  height: 56px;
  background: #008ed1;
  position: relative;
  z-index: 10000;
}
.nav-wrap .navBar li {
  max-width: 162px;
  height: 56px;
  position: relative;
  flex: 1;
}
.nav-wrap .navBar li:hover .tit,
.nav-wrap .navBar li.on .tit {
  background: #00a5ff;
}
.nav-wrap .navBar li:hover .sub {
  display: block;
}
.nav-wrap .navBar li .tit {
  width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  display: block;
}
.nav-wrap .navBar li .sub {
  position: absolute;
  top: 56px;
  left: 0;
  width: 162px;
  display: none;
  background: #ffffff;
}
.nav-wrap .navBar li .sub a {
  display: block;
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.nav-wrap .navBar li .sub a:hover {
  background: #f3f3f3;
  color: #00719a;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.search {
  height: 40px;
  margin: 20px auto 50px ;
  justify-content: space-between;
}
.search .input {
  width: 272px;
  height: 40px;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
}
.search .input input {
  border: none;
  background: none;
  outline: none;
  width: 194px;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 36px;
}
.search .input span {
  flex: 1;
  background: #e2e2e2;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
}
.search .input span .iconfont {
  font-size: 24px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  width: 100%;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.com-title .tit {
  position: relative;
}
.com-title .tit .em {
  font-size: 87px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f9f9f9;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.com-title h3 {
  color: #3a3a3a;
  font-size: 24px;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
.com-title .tips {
  width: 225px;
  height: 22px;
  text-align: center;
  background: #008ed1;
  line-height: 22px;
  color: #fff;
  margin-left: 15px;
  position: relative;
  z-index: 10;
  margin-top: 28px;
}
.com-title .em-tips {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  width: 700px;
  margin: 0 auto;
  border-bottom: 2px solid #f6f6f6;
  height: 18px;
  position: relative;
}
.com-title .em-tips span {
  display: inline-block;
  padding: 0 6px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 1000;
  transform: translateX(-50%);
  white-space: nowrap;
}
.btn-more {
  width: 178px;
  height: 46px;
  background: #f7f7f7;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease-in;
}
.btn-more:hover {
  background: #0188C8;
  color: #fff;
}
.product {
  margin-bottom: 70px;
}
.product .com-title {
  margin-bottom: 50px;
}
.product .list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product .list li {
  width: 584px;
  height: 184px;
  box-sizing: border-box;
  padding: auto;
  padding: 15px;
  margin-bottom: 28px;
  box-shadow: 0px 0px 38px 0px rgba(218, 218, 218, 0.27);
}
.product .list li .img {
  width: 192px;
  height: 152px;
  margin-right: 18px;
}
.product .list li .img img {
  width: 100%;
  height: 100%;
}
.product .list li .info {
  max-width: 345px;
}
.product .list li .info h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.product .list li .info p {
  line-height: 24px;
  list-style-type: disc;
  padding-left: 17px;
  position: relative;
}
.product .list li .info p::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0097db;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.product .list li .info .btn {
  width: 95px;
  height: 26px;
  border: 1px solid #0097db;
  text-align: center;
  line-height: 26px;
  color: #0097db;
  display: block;
  margin-top: 10px;
}
.advantage {
  height: 830px;
}
.advantage .cont {
  position: relative;
  margin-top: 60px;
}
.advantage .cont .text li {
  position: absolute;
}
.advantage .cont .text li span {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
.advantage .cont .text li p {
  line-height: 20px;
}
.advantage .cont .text li:nth-child(2n) {
  text-align: right;
  right: 0;
}
.advantage .cont .text li:nth-child(2n-1) {
  text-align: left;
  left: 0;
}
.advantage .cont .text li:nth-child(1) {
  top: 26px ;
}
.advantage .cont .text li:nth-child(2) {
  top: 0;
  width: 278px;
}
.advantage .cont .text li:nth-child(3) {
  top: 230px ;
  width: 250px;
}
.advantage .cont .text li:nth-child(4) {
  top: 195px;
  width: 245px;
}
.advantage .cont .text li:nth-child(4) p {
  text-align: left;
}
.advantage .cont .text li:nth-child(5) {
  top: 374px;
  width: 250px;
}
.advantage .cont .text li:nth-child(6) {
  top: 372px;
  width: 255px;
}
.advantage .cont .text li:nth-child(7) {
  top: 526px;
  width: 270px;
}
.advantage .cont .text li:nth-child(8) {
  top: 508px;
  width: 270px;
}
.advantage .cont .text li:nth-child(8) p {
  text-align: left;
}
.advantage .cont .mid {
  width: 504px;
  height: 534px;
  background: url('../images/index_01_03.png') center center / cover no-repeat;
  position: absolute;
  left: 336px;
  top: 26px;
}
.advantage .cont .mid .tit {
  color: #0188c8;
  font-size: 32px;
  padding-top: 170px;
  text-align: center;
}
.advantage .cont .mid .tit span {
  display: block;
  font-size: 111px;
  margin-bottom: -15px;
}
.advantage .cont .mid li {
  position: absolute;
}
.advantage .cont .mid li div {
  width: 80px;
  height: 80px;
  background: #0188c8;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 80px;
  transition: all 0.4s ease-in;
  cursor: pointer;
}
.advantage .cont .mid li div:hover {
  transform: rotateY(-180deg);
}
.advantage .cont .mid li div span {
  font-size: 40px;
}
.advantage .cont .mid li:nth-child(1) {
  left: 60px;
  top: 80px;
}
.advantage .cont .mid li:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 62px;
  background: #eaeaea;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.advantage .cont .mid li:nth-child(1)::after {
  content: "";
  width: 268px;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  top: -61px;
  right: 40px;
}
.advantage .cont .mid li:nth-child(2) {
  right: 142px;
  top: 58px;
}
.advantage .cont .mid li:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 66px;
  background: #eaeaea;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.advantage .cont .mid li:nth-child(2)::after {
  content: "";
  width: 305px;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  top: -65px;
  left: 40px;
}
.advantage .cont .mid li:nth-child(3) {
  left: 28px;
  top: 206px;
}
.advantage .cont .mid li:nth-child(3)::before {
  content: "";
  width: 110px;
  height: 1px;
  background: #eaeaea;
  top: 40px;
  right: 80px;
  position: absolute;
}
.advantage .cont .mid li:nth-child(4) {
  right: 58px;
  top: 166px;
}
.advantage .cont .mid li:nth-child(4)::before {
  content: "";
  width: 164px;
  height: 1px;
  background: #eaeaea;
  top: 40px;
  left: 80px;
  position: absolute;
}
.advantage .cont .mid li:nth-child(5) {
  left: 40px;
  top: 350px;
}
.advantage .cont .mid li:nth-child(5)::before {
  content: "";
  width: 130px;
  height: 1px;
  background: #eaeaea;
  top: 40px;
  right: 80px;
  position: absolute;
}
.advantage .cont .mid li:nth-child(6) {
  right: 48px;
  bottom: 143px;
}
.advantage .cont .mid li:nth-child(6)::before {
  content: "";
  width: 152px;
  height: 1px;
  background: #eaeaea;
  top: 52px;
  left: 80px;
  position: absolute;
}
.advantage .cont .mid li:nth-child(7) {
  left: 166px;
  bottom: 62px;
}
.advantage .cont .mid li:nth-child(7)::before {
  content: "";
  width: 1px;
  height: 99px;
  background: #eaeaea;
  top: 80px;
  left: 40px;
  position: absolute;
}
.advantage .cont .mid li:nth-child(7)::after {
  content: "";
  width: 266px;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  top: 178px;
  right: 40px;
}
.advantage .cont .mid li:nth-child(8) {
  right: 127px;
  bottom: 68px;
}
.advantage .cont .mid li:nth-child(8)::before {
  content: "";
  width: 1px;
  height: 53px;
  background: #eaeaea;
  top: 80px;
  left: 40px;
  position: absolute;
}
.advantage .cont .mid li:nth-child(8)::after {
  content: "";
  width: 250px;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  top: 132px;
  left: 40px;
}
.strength {
  background: url('../images/index_01_16.jpg') center center / cover no-repeat;
  width: 100%;
  height: 655px;
  padding-top: 60px;
  box-sizing: border-box;
}
.strength .list {
  justify-content: space-between;
  margin-top: 38px;
}
.strength .list li {
  width: 559px;
  height: 65px;
  background: url('../images/index_01_03-02.png') no-repeat;
  margin-bottom: 20px;
}
.strength .list li span {
  display: block;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 22px;
  margin-right: 30px;
}
.strength .list li a {
  display: block;
  height: 60px;
  line-height: 60px;
  margin-top: 5px;
  font-size: 18px;
  max-width: 460px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.strength .list li a:hover {
  color: #0188C8;
}
.case .list li,
.ny-case .list li {
  position: relative;
  overflow: hidden;
}
.case .list li:hover .mark,
.ny-case .list li:hover .mark {
  top: 0;
}
.case .list li:hover .tit,
.ny-case .list li:hover .tit {
  bottom: -46px;
}
.case .list li img,
.ny-case .list li img {
  width: 100%;
  height: 100%;
}
.case .list li .tit,
.ny-case .list li .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: rgba(25, 25, 25, 0.48);
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  z-index: 10;
  transition: all 0.1s ease-in;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}
.case .list li .mark,
.ny-case .list li .mark {
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(1, 136, 200, 0.38);
  position: absolute;
  left: 0;
  z-index: 11;
  color: #fff;
  padding-top: 22px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}
.case .list li .mark p,
.ny-case .list li .mark p {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}
.case .list li .mark .rexian,
.ny-case .list li .mark .rexian {
  margin-top: 60px;
}
.case .list li .mark .rexian p,
.ny-case .list li .mark .rexian p {
  font-size: 22px;
}
.case .list li .mark .rexian h3,
.ny-case .list li .mark .rexian h3 {
  font-size: 26px;
  font-weight: bold;
}
.case {
  margin-bottom: 66px;
  margin-top: 55px;
}
.case .list {
  margin: 62px -11px 37px;
}
.case .list li {
  width: 385px;
  height: 286px;
  margin: 0 11px 23px;
}
.case .list li .mark {
  top: 286px;
}
.ny-case .list {
  padding-top: 38px;
  margin: 0 -8px;
}
.ny-case .list li {
  width: 292px;
  height: 217px;
  margin: 0 8px 16px;
}
.ny-case .list li .tit {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.ny-case .list li .mark {
  top: 217px;
}
.ny-case .list li .mark p {
  font-size: 14px;
}
.ny-case .list li .mark .rexian {
  margin-top: 45px;
}
.ny-case .list li .mark .rexian p {
  font-size: 18px;
}
.ny-case .list li .mark .rexian h3 {
  font-size: 20px;
}
.about {
  width: 100%;
  height: 744px;
  background: url('../images/about-bg.jpg') center center / cover no-repeat;
  margin-bottom: 60px;
  padding-top: 70px;
  box-sizing: border-box;
}
.about .title {
  background: url('../images/abouttit.jpg') no-repeat;
  width: 236px;
  height: 254px;
  color: #FAFAFA;
  font-size: 44px;
  position: absolute;
  left: -37px;
  top: -27px;
  padding-top: 130px;
  box-sizing: border-box;
  color: #fafafa;
  font-size: 47px;
  z-index: 10;
  padding-left: 18px;
}
.about .cont {
  width: 91.66%;
  height: 605px;
  background: rgba(255, 255, 255, 0.68);
  box-sizing: border-box;
  margin-left: 120px;
  padding: 72px 0 0 44px;
  position: relative;
}
.about .cont .video {
  position: absolute;
  left: 50px;
  top: 72px;
  z-index: 1000;
  width: 48.93%;
  height: 463px;
  background: #ccc;
}
.about .cont .info {
  padding-left: 53%;
  padding-right: 35px;
  line-height: 35px;
  font-size: 16px;
}
.about .cont .info h3 {
  color: #0C040F;
  font-size: 30px;
}
.about .cont .info .dec {
  max-height: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  margin: 20px 0 40px;
}
.about .cont .info .more {
  display: block;
  width: 194px;
  height: 57px;
  opacity: 1;
  border: 1px solid #0188c8;
  text-align: center;
  line-height: 57px;
  color: #0188C8;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease-in;
}
.about .cont .info .more span {
  position: relative;
  z-index: 2;
}
.about .cont .info .more::after {
  content: '';
  width: 0;
  height: 57px;
  background: #0188c8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.about .cont .info .more:hover {
  color: #fff;
}
.about .cont .info .more:hover::after {
  width: 100%;
}
.process{
  margin: 0 auto;
  max-width: 1440px;
  min-width: 1200px
}
.process .cont {
  margin-top: 52px;
}
.process .cont ul {
  margin-left: 3.02vw;
  margin-right: -78px;
}
.process li {
  width: 200px;
  height: 59px;
  background: #f2fafe;
  position: relative;
  padding-left: 88px;
  box-sizing: border-box;
  margin-bottom: 62px;
  margin-right: 78px;
}
.process li .iconfont {
  color: #73b4df;
  font-size: 38px;
  position: absolute;
  left: 220px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100;
}
.process li:nth-child(5) .iconfont {
  transform: rotate(90deg);
  left: 82px !important;
  top: 70px;
}
.process li .num {
  font-size: 70px;
  color: #d5ecfc;
  position: absolute;
  left: -5px;
  bottom: -10px;
  font-style: italic;
}
.process li div {
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  color: #c0c6ca;
  text-transform: uppercase;
}
.process li div h3 {
  color: #008ED1;
  font-size: 18px;
  font-weight: bold;
}
.section {
  justify-content: space-between;
}
.section .title {
  font-size: 28px;
}
.section .title span {
  color: #FB7F03;
  font-size: 40px;
  font-weight: bold;
}
.section .news {
  width: 53.95%;
}
.section .news ul {
  margin-top: 32px;
}
.section .news li {
  width: 100%;
  height: 134px;
  line-height: 30px;
  padding: 14px 22px 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.section .news li a {
  display: block;
  height: 120px;
  border-bottom: 1px solid #f0f0f0;
}
.section .news li h3 {
  height: 32px;
  color: #999999;
  font-size: 16px;
  margin-bottom: 3px;
}
.section .news li h3 .txt {
  color: #333;
  font-size: 18px;
}
.section .news li .dec {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  font-size: 16px;
}
.section .news li:hover {
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(218, 218, 218, 0.27);
}
.section .news li:hover .txt {
  color: #0188C8 !important;
}
.section .honor {
  width: 600px;
}
.section .honor .swiper-container {
  width: 100%;
  height: 335px;
  overflow: hidden;
  margin-top: 77px;
}
.section .honor .swiper-wrapper .swiper-slide {
  width: 228px;
  height: 335px;
  transform: scale(0.9);
}
.section .honor .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.section .honor .swiper-wrapper .swiper-slide-active,
.section .honor .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 100;
}
.footer-contact {
  background: #008ed1;
  width: 100%;
  height: 242px;
  color: #fff;
  margin-top: 60px;
}
.footer-contact .to-top{
  position:fixed;
  right: 10px;
  bottom: 65px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0,0,0,0.5);
  transform: rotate(-90deg);
  z-index: 1000000;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.footer-contact .to-top.on{
  opacity: 1;
}

.footer-contact .to-top .iconfont{
  
  font-size: 24px;
}
.footer-contact a {
  color: #fff;
}
.footer-contact .left {
  width: 433px;
  height: 242px;
  background: url('../images/index_01_11.png') 56px 48px no-repeat;
  padding: 28px 0 0;
  box-sizing: border-box;
  line-height: 28px;
}
.footer-contact .left .phone {
  line-height: 58px;
}
.footer-contact .mid {
  padding-top: 85px;
  width: 270px;
  margin-right: 78px;
}
.footer-contact .mid a {
  display: inline-block;
  width: 102px;
  height: 28px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 28px;
  margin: 0 25px 7px 0;
}
.footer-contact .ewm {
  padding-top: 72px;
}
.footer-contact .ewm div {
  width: 110px;
  text-align: center;
  line-height: 30px;
  margin-right: 28px;
}
.footer-contact .ewm div img {
  width: 110px;
  height: 110px;
}
.footer {
  height: 46px;
  background: #016c9f;
  color: #fff;
}
.footer a {
  color: #fff;
  margin-left: 10px;
}
.container {
  justify-content: space-between;
  margin-top: 36px;
}
.container .side {
  width: 242px;
}
.container .side .sideNav h3,
.container .side .recommend-pro h3 {
  width: 242px;
  height: 54px;
  background: #0188c8;
  line-height: 54px;
  padding-left: 24px;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.container .side .sideNav {
  margin-bottom: 24px;
}
.container .side .sideNav ul {
  border: 1px solid #cbcbcb;
  border-top: none;
}
.container .side .sideNav li {
  border-bottom: 1px solid #cbcbcb;
}
.container .side .sideNav li .tit {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  box-sizing: border-box;
}
.container .side .sideNav li .nav-sub {
  display: none;
}
.container .side .sideNav li .nav-sub a {
  display: block;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
}
.container .side .sideNav li .nav-sub a:hover {
  color: #0188C8;
}
.container .side .sideNav li:last-of-type {
  border: none;
}
.container .side .sideNav li:hover .tit,
.container .side .sideNav li.on .tit {
  background: #f4f4f4;
}
.container .side .sideNav li:hover .nav-sub,
.container .side .sideNav li.on .nav-sub {
  display: block;
}
.container .side .side-cont {
  padding-bottom: 20px;
  border: 1px solid #cbcbcb;
}
.container .side .side-cont img {
  width: 241px;
  height: 147px;
  display: block;
  margin-bottom: 15px;
}
.container .side .side-cont p {
  line-height: 24px;
  padding: 0 12px;
  font-size: 14px;
}
.container .side .side-cont .phone {
  width: 224px;
  height: 34px;
  opacity: 1;
  background: #ff9600;
  border-radius: 16px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 5px;
  box-sizing: border-box;
}
.container .side .side-cont .phone .iconfont {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: #fff;
  text-align: center;
  line-height: 27px;
  font-weight: normal;
  font-size: 22px;
  margin-right: 10px;
  color: #ff9600;
  border-radius: 50%;
}
.container .side .recommend-pro .picMarquee-top {
  width: 242px;
  border: 1px solid #cbcbcb;
  padding: 22px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.container .side .recommend-pro .picMarquee-top .bd {
  width: 213px;
  margin: 0 auto;
}
.container .side .recommend-pro .picMarquee-top .bd li {
  margin-bottom: 6px;
}
.container .side .recommend-pro .picMarquee-top .bd img {
  width: 213px;
  height: 126px;
  display: block;
}
.container .side .recommend-pro .picMarquee-top .bd p {
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.container .main {
  flex: 1;
  max-width: 910px;
}
.container .main .title {
  height: 34px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 12px;
  color: #999;
}
.container .main .title a{
  color: #999;
}
.container .main .title h3 {
  color: #0188C8;
  font-size: 18px;
  position: relative;
  padding-left: 16px;
}
.container .main .title h3::before,
.container .main .title h3::after {
  content: '';
  width: 4px;
  height: 9px;
  position: absolute;
  left: 0;
}
.container .main .title h3::before {
  background: #d9d9d9;
  top: 0;
}
.container .main .title h3::after {
  background: #0188c8;
  top: 9px;
}
.pro-detail .promise,
.ny-product .promise {
  border-top: 1px solid #f3f3f3;
}
.pro-detail .promise p,
.ny-product .promise p {
  width: 53px;
  background: #fff;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
  font-size: 12px;
}
.pro-detail .promise div,
.ny-product .promise div {
  color: #999999;
  font-size: 14px;
}
.pro-detail .promise div img,
.ny-product .promise div img {
  width: 22px;
  height: 26px;
  margin-right: 5px;
  display: block;
}
.pro-detail .promise div i,
.ny-product .promise div i {
  color: #1967d7;
  font-size: 16px;
  margin-left: 10px;
}
.pro-detail .promise div .phone,
.ny-product .promise div .phone {
  color: #FF5A0C;
  font-size: 20px;
}
.pro-detail .promise div .mr12,
.ny-product .promise div .mr12 {
  margin-right: 12px;
  font-size: 12px;
}
.pro-detail .top-info {
  padding-top: 28px;
  justify-content: space-between;
  margin-bottom: 53px;
}
.pro-detail .top-info .img {
  width: 315px;
  height: 249px;
  border: 1px solid #0188c8;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.pro-detail .top-info .img img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pro-detail .top-info .info {
  flex: 1;
  max-width: 557px;
}
.pro-detail .top-info .info .tit {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}
.pro-detail .top-info .info .dec {
  line-height: 28px;
  max-height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 18px 0 30px;
}
.pro-detail .mid-tit {
  height: 42px;
  background: #0188c8;
  justify-content: space-between;
  padding-right: 22px;
  margin-bottom: 30px;
}
.pro-detail .mid-tit h3 {
  width: 145px;
  height: 42px;
  background: #ff9600;
  padding-left: 54px;
  line-height: 42px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.pro-detail .mid-tit h3::before {
  content: '';
  width: 13px;
  height: 13px;
  opacity: 1;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}
.pro-detail .mid-tit p {
  color: #fff;
  font-size: 16px;
}
.pro-detail .cont {
  line-height: 30px;
  min-height: 450px;
  margin-bottom: 20px;
}
.ny-product .list {
  padding-top: 36px;
}
.ny-product .list li {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #f2f2f2;
}
.ny-product .list li a {
  justify-content: space-between;
}
.ny-product .list li .img {
  width: 226px;
  height: 179px;
  position: relative;
  overflow: hidden;
}
.ny-product .list li .img img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ny-product .list li .info {
  flex: 1;
  max-width: 652px;
}
.ny-product .list li .info .tit {
  color: #00A5FF;
  font-size: 20px;
  font-weight: bold;
}
.ny-product .list li .info .dec {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 10px 0 20px;
}
.ny-product .list li .info .btm {
  justify-content: space-between;
}
.bottom-info {
  margin-top: 80px;
}
.bottom-info .cont {
  margin: 0 -11px;
}
.bottom-info .cont .item {
  width: 362px;
  margin: 0 23px;
  background: #f5f5f5;
  height: 310px;
  box-sizing: border-box;
}
.bottom-info .cont .item .tit {
  width: 100%;
  height: 97px;
  text-align: center;
  color: #fff;
  flex-direction: column;
  background: #00A5FF;
}
.bottom-info .cont .item .tit p {
  font-size: 16px;
  text-transform: uppercase;
}
.bottom-info .cont .item .tit h3 {
  font-size: 20px;
  font-weight: bold;
}
.bottom-info .cont .item ul {
  padding-top: 20px;
}
.bottom-info .cont .item ul li {
  width: 170px ;
  padding-left: 22px;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 40px;
  margin-right: 10px;
}
.bottom-info .cont .item ul li a {
  height: 40px;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.bottom-info .cont .item ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 50px;
}
.detail .ny-tit{
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  margin-top: 30px;
}
.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: #0188c8;
}
.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: #0188c8;
  border-color: #0188c8;
  color: #fff;
}
.ny-contact .cont {
  justify-content: space-between;
  margin: 38px auto 0;
}
.ny-contact .left {
  width: 350px;
  line-height: 38px;
  box-sizing: border-box;
  margin-left: 17px;
}
.ny-contact .left div h3 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
  margin-bottom: 40px;
}
.ny-contact .left div h3::before,
.ny-contact .left div h3::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #0188C8;
  position: absolute;
  bottom: -14px;
}
.ny-contact .left div h3::before {
  left: 0;
}
.ny-contact .left div h3::after {
  left: 35px;
}
.ny-contact .right {
  flex: 1;
  max-width: 544px;
  overflow: hidden;
  padding-top: 22px;
}
.ny-contact .right img {
  width: 100%;
}
.ny-news .list {
  margin-top: 36px;
  justify-content: space-between;
}
.ny-news .list li {
  width: 446px;
  height: 108px;
  margin-bottom: 10px;
}
.ny-news .list li:hover {
  box-shadow: 0px 0px 38px 0px rgba(218, 218, 218, 0.27);
}
.ny-news .list li:hover a {
  background: #fff;
}
.ny-news .list li:hover .tit span {
  color: #0188C8;
}
.ny-news .list li a {
  width: 100%;
  height: 108px;
  box-sizing: border-box;
  padding: 10px 15px 0;
  border-bottom: 1px solid #f0f0f0;
  display: block;
}
.ny-news .list li a .tit {
  color: #999999;
  line-height: 30px;
}
.ny-news .list li a .tit span {
  color: #333333;
  font-size: 16px;
}
.ny-news .list li a .dec {
  color: #999999;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.message .tit {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 22px;
  font-size: 24px;
}
.message .left {
  width: 820px;
  background: #fff;
}
.message .left .form {
  margin-top: 28px;
  padding-bottom: 40px;
}
.message .left .form div {
  margin-bottom: 35px;
}
.message .left .form div span {
  width: 122px;
  text-align: right;
  color: #0188C8;
  font-size: 16px;
  margin-right: 25px;
}
.message .left .form div input {
  display: block;
  width: 286px;
  height: 44px;
  line-height: 44px;
  background: none;
  border: 1px solid #f0f0f0;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}
.message .left .form div i {
  color: #999999;
  font-size: 12px;
  margin-left: 15px;
}
.message .left .form .water,
.message .left .form .product {
  margin-bottom: 20px;
}
.message .left .form .water ul,
.message .left .form .product ul {
  max-width: 650px;
}
.message .left .form .water span,
.message .left .form .product span {
  line-height: 30px;
}
.message .left .form .water li,
.message .left .form .product li {
  width: 65px;
  height: 28px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  margin: 0 14px 16px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message .left .form .water li.on,
.message .left .form .product li.on {
  background: #027EBD;
  border-color: #027EBD;
  color: #fff;
}
.message .left .form .product li {
  width: 114px;
}
.message .left .form .btn {
  width: 207px;
  height: 39px;
  opacity: 1;
  background: #027ebd;
  margin-left: 147px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 39px;
}
.message .right {
  width: 327px;
  height: 336px;
  background: #ffffff;
  line-height: 42px;
}
.message .right .select-info {
  padding-top: 18px;
}
.message .right span {
  width: 106px;
  text-align: right;
  color: #999999;
  margin-right: 30px;
}
.message .right p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 180px;
}
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 (min-width:1220px) and (max-width:1440px){
  .process li{
    width: 184px;
    margin-right:70px
  }
  .process li .iconfont{
    left: 198px;
  }
}

@media screen and (max-width: 1250px) {
  .process li{
    width: 180px;
    margin-right:60px
  }
  .process .cont ul{
    margin-left: 20px;
  }

  .process li{
    margin-right:60px !important
  }
  .process li .iconfont{
    left: 192px !important;
  }
}
