*{
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
input, a, img, textarea,:focus {
  outline: none;
}
em,i{
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.undis {
  display: none;
}
.eps {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clamp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
.space {
  clear: both;
  width: 100%;
  height: 70px;
}

.logo {
  height: 34px;
  margin: 38px 0;
}
.top_txt{
  font-size: 16px;
  border-left: 1px solid #e1e1e1;
  padding-left: 25px;
  margin-left: 25px;
  margin-top: 25px;
}
.top_txt p{
  font-size: 25px;
  color: #0073c0;
  font-weight: bold;
  margin-bottom: 3px;
}
.welcome{
  overflow: hidden;
  background: #f5f5f5;
  font-size: 13px;
  color: #0c0c0c;
  line-height: 30px;
}
.topbox {
  overflow: hidden;
}
.topbox .fr .tel {
  background: url(../images/tel.png) no-repeat left;
  display: block;
  color: #0c0c0c;
  font-size: 16px;
  padding-left: 65px;
  line-height: 24px;
  margin-top: 19px;
}
.topbox .fr .tel i {
  display: block;
  font-size: 24px;
  font-style: normal;
}
.topbox .fr .tel .sj{
  color: #0074be;
}
.topbox .fr .tel .gh{
  color: #515151;
  letter-spacing: 2px;
}

.menubox {
  background: #0073c0;
  width: 100%;
  left: 0;
  position: relative;
  z-index: 99;
}

.hot-search{
  overflow: hidden;
  background: #f9f9f9;
}
.hot-keys{
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  font-size: 14px;
  color: #000000;
  padding: 20px;
  line-height: 30px;
}
.hot-keys a{
  color: #000000;
}
.hot-keys a:hover{
  color: #0073c0;
}
.search_box {
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 13px 15px 12px;
}
.search_box .text {
  float: left;
  width: 78%;
  border: none;
  font-size: 14px;
  background: none;
  line-height: 45px;
  height: 45px;
}
.search_box .submit {
  float: right;
  width: 45px;
  height: 45px;
  background: url(../images/search.png) no-repeat center #0073c0;
  border: none;
  font-size: 0;
  text-indent: 10rem;
  cursor: pointer;
}

.index_tit {
  padding: 4% 0 3%;
}
.index_tit .h2 {
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  font-family: Arial;
  line-height: 1.5;
}
.index_tit .h1 {
  font-size: 50px;
  color: #333;
  line-height: 1.5;
}
.pro-advantage .index_tit .h2, .pro-advantage .index_tit .h1 {
  color: #fff;
}

/*Ã¥Âºâ€Ã§â€Â¨Ã¦Â¡Ë†Ã¤Â¾â€¹*/
.pro_center{
  overflow: hidden;
}
.pro_center ul {
  overflow: hidden;
  margin: 0 -15px;
}
.pro_center ul li {
  padding: 0 15px;
  margin-bottom: 20px;
}
.pro_center ul li a {
  display: block;
  background: #fff;
  transition: all 0.5s;
}
.pro_center ul li .pic {
  width: 100%;
  height: 302px;
  overflow: hidden;
}
.pro_center ul li .pic img {
  width: 100%;
  min-height: 100%;
  display: block;
  transition: 0.5s;
}
.pro_center ul li p {
  font-size: 20px;
  color: #000;
  line-height: 1.65;
  margin-top: 20px;
}
.pro_center ul li a:hover .pic img{
  transform: scale(1.1);
}
.pro_center ul li a:hover p {
  color: #0073c0;
}
.pro_center.mbmore{
  margin-bottom: -5%;
}
.pro_center.mbmore ul li{
  margin-bottom: 3%;
}

.pro-advantage{
  overflow: hidden;
  background: url(../images/pro_ys.png) no-repeat top center;
}
.advantage-box{
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 5%;
  padding: 3% 0 2%;
}
.advantages {
  overflow: hidden;
}
.advantages li {
  overflow: hidden;
  margin-top: 30px;
}
.advantages.text-right{
  padding-left: 8%;
}
.advantages.text-left{
  padding-right: 8%;
}
.advantages.text-right li .info {
  float: left;
}
.advantages.text-left li .info {
  float: right;
}
.advantages.text-right li img {
  float: right;
}
.advantages.text-left li img {
  float: left;
}
.advantages li img {
  margin-top: 16px;
  transition: 0.3s;
}
.advantages li:hover img {
  transform: translateY(8px);
}
.advantages li .info {
  width: calc(100% - 90px);
  color: #000;
}
.advantages li .info p {
  margin-top: 12px;
  font-size: 15px;
  color: #0e0e0e;
  line-height: 23px;
  height: 115px;
}

.ser-advantage{
  overflow: hidden;
  background: url(../images/fw_bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 3%;
}
.ser-advantage .index_tit .h2{
  font-size: 18px;
  line-height: 1;
  color: #000;
  opacity: 0.6;
}
.ser-info{
  overflow: hidden;
  margin-bottom: 6%;
}
.ser-info .h2{
  line-height: 1.5;
  color: #0073c0;
  margin: 20px 0;
}
.ser-info p{
  font-size: 14px;
  color: #181818;
  line-height: 22px;
  text-align: justify;
}
.ser-info .btn-primary{
  margin-top: 10%;
}

.examp-list{
  margin-left: 8%;
  margin-top: 1%;
  margin-bottom: 6%;
  background: #fff;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.examp-list li{
  overflow: hidden;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 58px 4%;
  color: #0b0b0b;
}
.examp-list li .main{
  padding-left: 60px;
}
.examp-list li .m1{
  background: url(../images/fw_ico1.png) no-repeat 0 0;
}
.examp-list li .m2{
  background: url(../images/fw_ico2.png) no-repeat 0 0;
}
.examp-list li .m3{
  background: url(../images/fw_ico3.png) no-repeat 0 0;
}
.examp-list li .m4{
  background: url(../images/fw_ico4.png) no-repeat 0 0;
}
.examp-list li .h2{
  line-height: 1.5;
  padding-bottom: 6px;
  margin-bottom: 18px;
  position: relative;
}
.examp-list li .h2:after{
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  background: #0073c0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.examp-list li p{
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}
.examp-list li:hover{
  background: #0073c0;
  color: #fff;
}
.examp-list li:hover .h2:after{
  background: #fff;
  width: 76px;
}
.examp-list li:hover .m1{
  background: url(../images/fw_ico1_on.png) no-repeat 0 0;
}
.examp-list li:hover .m2{
  background: url(../images/fw_ico2_on.png) no-repeat 0 0;
}
.examp-list li:hover .m3{
  background: url(../images/fw_ico3_on.png) no-repeat 0 0;
}
.examp-list li:hover .m4{
  background: url(../images/fw_ico4_on.png) no-repeat 0 0;
}

.apply-area{
  overflow: hidden;
}
.apply-area .area-l ul{
  background: #f2f2f2;
  overflow: hidden;
}
.apply-area .area-l ul li{
  line-height: 106px;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 23px;
  padding-left: 12%;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-area .area-l ul li.active{
  background: #0073c0;
  color: #fff;
}
.apply-area .area-r{
  margin-left: 2%;
  padding: 46px;
  background: #efefef;
  height: 749px;
  overflow: hidden;
}
.apply-area .area-r .solutionPic{
  overflow: hidden;
}
.apply-area .area-r .solutionPic li{
  float: left;
  width: 36%;
  height: 257px;
  margin-bottom: 2px;
  overflow: hidden;
}
.apply-area .area-r .solutionPic li a{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.apply-area .area-r .solutionPic li.big{
  width: 64%;
  height: 517px;
  padding-right: 2px;
}
.apply-area .area-r .solutionPic li img{
  min-width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}
.apply-area .area-r .solutionPic li:hover img{
  transform: scale(1.1);
}
.apply-area .area-r .txt{
  font-size: 1.286em;
  color: #333;
  margin: 50px 0 0;
  text-align: justify;
}

.engineering {
  overflow: hidden;
  padding: 0 0 6%;
}
.engineering .pro-nav {
  padding-right: 5%;
}
.engineering .pro-cate {
  background: url(../images/cp_tit.png) no-repeat center;
  background-size: cover;
  font-size: 26px;
  color: #fff;
  padding: 35px 12%;
  line-height: 35px;
}
.engineering .pro-cate em{
  display: block;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.4;
  line-height: 15px;
}
.engineering .case_num {
  overflow: hidden;
  background: #f7f7f7;
  padding: 20px 12%;
  height: 464px;
}
.engineering .case_num li {
  font-size: 17px;
  line-height: 2.95;
  color: #111;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.engineering .case_num li.active,.engineering .case_num li:hover {
  color: #0073c0;
}
.service-tel{
  font-size: 13px;
  color: #0c0c0c;
  line-height: 20px;
  border: 1px solid #0073c0;
  padding: 34px 24px;
}
.service-tel p{
  background: url(../images/tel1.png) no-repeat left;
  padding-left: 46px;
}
.service-tel p i{
  display: block;
  font-size: 20px;
  color: #0073c0;
  line-height: 1.4;
}
.case_cont {
  position: relative;
  overflow: hidden;
  background: url(../images/cp_bg.png) no-repeat center;
  background-size: cover;
  padding: 40px;
}
.case_cont .img {
  overflow: hidden;
  height: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_cont .img img{
  display: block;
  max-height: 100%;
  transition: 0.5s;
}
.case_cont .img:hover img{
  transform: scale(1.05);
}
.case_cont .txt{
  overflow: hidden;
  color: #000;
  padding: 2% 4%;
}
.case_cont .txt .title{
  font-size: 24px;
}
.case_cont .txt .cont{
  font-size: 16px;
  line-height: 1.65;
  margin: 5% 0 10%;
  text-align: justify;
}
.pro-list{
  overflow: hidden;
  margin: 0 -10px;
}
.pro-list li{
  padding: 0 10px;
  margin-top: 21px;
}
.pro-list li .main{
  border: 1px solid #e6e6e6;
}
.pro-list li .pic{
  width: 100%;
  height: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pro-list li .pic img{
  width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.pro-list li:hover img{
  transform: scale(1.08);
}
.pro-list li p{
  font-size: 14px;
  line-height: 20px;
  color: #0e0e0e;
  margin: 20px;
}
.pro-list li:hover .main{
  border-color: #0073c0;
}
.pro-list li:hover p{
  color: #0073c0;
}

.partner-list{
  overflow: hidden;
  padding-top: 1px;
  padding-left: 1px;
  margin: 1% 0 4%;
}
.partner-list li{
  float: left;
  width: 12.5%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9d9d9;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  transition: all .5s;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-list li p{
  background: #0073c0;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  font-size: 12px;
  transition: all .5s;
}
.partner-list li:hover{
  z-index: 2;
  border: 1px solid #2853be;
}
.partner-list li:hover p{
  bottom: 0;
}

.swiper-about.swiper-container-horizontal>.swiper-pagination-bullets{
  text-align: right;
  padding-right: 2%;
}
.swiper-about .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
}
.swiper-about .swiper-pagination-bullet-active{
  opacity: 1;
}
.index-about{
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
}
.index-about .pic img{
  display: block;
  width: 100%;
}
.about-main{
  overflow: hidden;
  padding: 5% 10%;
}
.about-main .gyby{
  font-size: 32px;
  color: #0073c0;
  font-weight: bold;
  margin-top: 5%;
}
.about-main .bhdk{
  font-size: 18px;
  color: #101010;
  margin-bottom: 10px;
  margin-top: 5%;
}
.about-main .content{
  font-size: 14px;
  line-height: 26px;
  color: #797979;
  overflow: hidden;
  text-align: justify;
}
.about-main .detail{
  overflow: hidden;
}
.about-main .detail li{
  overflow: hidden;
  margin-top: 40px;
}
.about-main .detail li img{
  float: left;
}
.about-main .detail li .txt{
  margin-left: 6px;
}
.about-main .detail li .txt h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #0073c0;
}
.about-main .detail li .txt h3 em{
  font-size: 11px;
  color: #7e7e7e;
  vertical-align: top;
  font-weight: normal;
}
.about-main .detail li .txt p{
  font-size: 14px;
  color: #000000;
  line-height: 1;
}

/* Ã©Â¦â€“Ã©Â¡ÂµÃ¦â€“Â°Ã©â€”Â»Ã¨Âµâ€žÃ¨Â®Â¯ */
.news-box{
  overflow: hidden;
  margin: 4% 0;
}
.news-box .topTie {
  overflow: hidden;
  margin-bottom: 40px;
}
.news-box .topTie .hTitle {
  font-size: 16px;
  color: #666;
}
.hTitle span {
  display: inline-block;
  margin-right: 15px;
  font-size: 46px;
  color: #191919;
}
.newsMenu {
  font-size: 1.429em;
  text-align: center;
  margin-top: 20px;
}
.newsMenu a,.albumMenu a {
  position: relative;
  color: #191919;
  margin: 0 25px;
  display: inline-block;
}
.newsMenu a::after,.albumMenu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #2853be;
  height: 2px;
  transition: all .5s;
  width: 0;
}
.newsMenu .on,.newsMenu a:hover,.albumMenu .on {
  color: #2853be;
}
.newsMenu a:hover::after,.albumMenu .on::after {
  width: 100%;
}
.newsL {
  overflow: hidden;
}
.newsL li {
  padding-right: 15px;
  overflow: hidden;
}
.newsL li a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #888;
  background: #fff;
}
.newsL li .img {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.bgImg {
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: 100%;
}
.newsL li .bgImg {
  display: block;
  height: 260px;
  transition: all .6s;
}
.newsL li h4 {
  font-size: 1.286em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  padding: 25px 0 15px 0;
  transition: all .3s;
}
.newsL li p {
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  line-height: 1.8;
}
.newsL li .date {
  display: block;
  font-size: 12px;
}
.newsL li .date i {
  font-style: normal;
  margin-left: 20px;
  opacity: .6;
}
.newsL li:nth-child(2) {
  margin-bottom: 15px;
}
.newsL li a:hover .bgImg {
  transform: scale(1.1);
}
.newsL .pic h4 {
  z-index: 2;
  position: relative;
}
.newsL .pic .hide {
  display: block;
  border: 1px solid #ddd;
}
.newsL .txt a {
  height: 240px;
}
.newsL li:nth-child(3).txt a {
  padding-top: 30px;
}
.newsL .txt h4 {
  padding-top: 0;
}
.newsL .txt .bgImg {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
}
.newsL .txt a:hover .bgImg {
  opacity: .2;
}
.newsL .txt a:hover {
  color: #fff;
  background-color: #2853be;
  padding: 10px 20px;
}
.newsL .txt a:hover h4 {
  color: #fff;
}
.newsR .hTitle {
  margin-bottom: 40px;
}
.newsR li {
  height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsR li span {
  float: right;
  color: #999;
  margin-left: 20px;
  font-family: Arial;
  font-size: 12px;
}
.newsR li a{
  color: #999;
}
.newsR li a:hover{
  color: #0073c0;
}

.footer {
  background: #232323;
  overflow: hidden;
  padding: 1% 0;
}
.footer .contact{
  margin-top: 15px;
}
.footer .foot_logo{
  display: block;
  height: 28px;
  margin-top: 40px;
}
.footer .contact_list{
  padding-left: 5%;
}
.footer .contact_list p{
  font-size: 14px;
  color: #999;
  line-height: 1.6;
}
.footer .foot_right p{
  font-size: 14px;
  color: #999;
  line-height: 1.6;
}
.footer .foot_right a{
  color: #999;
}
.footer .contact .item{
  margin-top: 30px;
}
.footer .contact .item dt{
  font-size: 14px;
  color: #96989f;
  font-weight: normal;
  margin-bottom: 5px;
}
.footer .contact .item dd{
  font-size: 24px;
  color: #d0d0d0;
  font-weight: bold;
}
.footewm {
  text-align: center;
  margin-left: 15px;
}
.footewm img {
  width: 140px;
  display: block;
  margin: 0 auto 10px;
}
.footewm em {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 12px;
}
.footewm span {
  font-size: 12px;
  color: #fff;
}
.footewm em a{
  display: block;
  width: 100%;
  height: 100%;
}
.footewm .wx {
  background: url(../images/foot_ico1.png) no-repeat center;
}
.footewm .qq {
  background: url(../images/foot_ico2.png) no-repeat center;
}

.Copyright {
  text-align: center;
  background: #1c1c1c;
  padding: 15px 0;
}
.Copyright p {
  font-size: 14px;
  line-height: 1.8;
  color: #6a6a6a;
}
.Copyright a {
  color: #6a6a6a;
}

/*Ã¥â€ â€¦Ã©Â¡Âµ*/
.ny_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover!important;
  height: 480px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner_pro{
  background: url(../images/banner_pro.jpg) no-repeat center;
}
.banner_about{
  background: url(../images/banner_about.jpg) no-repeat center;
}
.banner_news{
  background: url(../images/banner_news.jpg) no-repeat center;
}
.banner_case{
  background: url(../images/banner_case.jpg) no-repeat center;
}
.banner_service{
  background: url(../images/banner_service.jpg) no-repeat center;
}
.banner_contact{
  background: url(../images/banner_contact.jpg) no-repeat center;
}
.ny_banner .h1{
  font-size: 58px;
  font-weight: bold;
}
.ny_banner .h3{
  text-transform: uppercase;
  margin-top: 8px;
}
.location{
  font-size: 14px;
  color: #000;
  background: url(../images/loc.png) no-repeat left;
  padding-left: 24px;
  line-height: 5;
}
.location a{
  color: #000;
}
.location a:hover{
  color: #0073c0;
}

/*äº§å“ä¸­å¿ƒ*/
.pro-page {
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 5%;
}
.pro-page .pro-ty-tit{
  font-size: 22px;
  color: #000000;
  line-height: 2.65;
  background: url(../images/line.png) no-repeat left;
  background-size: auto 100%;
  padding-left: 20px;
  margin: 3% 0;
}
.pro-page .pro-list li{
  margin-bottom: 3%;
}
.pro-page .pro-list li:hover .main{
  border-color: #e6e6e6;
}
.pro-page .pro-list li .main:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
.pro-page .pro-list li .pic{
  height: 300px;
}
.pro-page .pro-list li p{
  font-size: 16px;
}

/*äº§å“è¯¦æƒ…*/
.pro-detail{
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin: 4% 0;
}
.pro-detail .pro-det-l{
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
}
.pro-detail .pro-det-r{
  overflow: hidden;
  padding: 3% 4%;
}
.pro-detail .pro-det-r .tit{
  font-size: 22px;
  color: #0073c0;
  line-height: 1.8;
}
.pro-detail .pro-det-r p{
  font-size: 14px;
  line-height: 22px;
  color: #0e0e0e;
}
.pro-detail .pro-det-r .infos{
  text-align: justify;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 4% 0 10%;
}
.pro-detail .pro-det-r .btns a {
  width: 46%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px;
  transition: 0.3s;
}
.pro-detail .pro-det-r .btns em{
  display: inline-block;
  padding-left: 25px;
}
.pro-detail .pro-det-r .btns .zxzx em{
  background: url(../images/icon1.png) no-repeat left;
}
.pro-detail .pro-det-r .btns .back em{
  background: url(../images/icon2.png) no-repeat left;
}
.pro-detail .pro-det-r .btns a:hover{
  background: #0073c0;
  color: #fff;
}
.pro-detail .pro-det-r .btns .zxzx:hover em{
  background: url(../images/icon3.png) no-repeat left;
}
.pro-detail .pro-det-r .btns .back:hover em{
  background: url(../images/icon4.png) no-repeat left;
}
.pro-expl{
  line-height:50px;
  border-bottom:1px solid #dcdcdc;
  font-size:1.286em;
  margin-bottom:25px;
  margin-top:30px;
}
.pro-expl span{
  display:inline-block;
  border-bottom:1px solid #0073c0;
  color:#0073c0;
}
.pro-content{
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  margin: 0 0 6%;
}

.swiper-pro .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pro .swiper-pagination-bullet{
  width: 9px;
  height: 9px;
  border: none;
  background: #dfdfdf;
  margin: 0 5px!important;
}
.swiper-pro .swiper-pagination-bullet-active{
  opacity: 1;
  background: #0073c0;
}

.list-nav{
  overflow: hidden;
  margin-top: 1.5%;
}
.list-nav a{
  display: inline-block;
  font-size: 18px;
  color: #000;
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 0 1.75%;
  line-height: 2.7;
  margin: 1%;
  transition: 0.3s;
}
.list-nav a.cur,.list-nav a:hover{
  color: #0073c0;
  border-color: #0073c0;
}
.inner-tit{
  font-size: 45px;
  color: #000;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  line-height: 2;
  margin: 2.5% 0;
}
.inner-tit:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #0073c0;
  margin-left: -20px;
}

.about-content {
  overflow: hidden;
  margin-bottom: 4%;
}
.about-content .img {
  padding-right: 4%;
}
.about-content .img .shadow{
  margin-right: 4%;
  position: relative;
  padding-top: 25px;
  padding-left: 25px;
}
.about-content .img .shadow:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ebebeb;
  z-index: -1;
  bottom: 25px;
  right: 25px;
}
.about-content .img img{
  display: block;
  width: 100%;
}
.about-content .text{
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 36px;
  text-align: justify;
}
.about-content .text p,.about-content .text span{
  font-size: 14px;
  line-height: 24px;
  color: #242424;
}
.about-content .text .boyue{
  color: #0073c0;
}
.about-content .tel{
  font-size: 16px;
  font-weight: bold;
  color: #242424;
  background: url(../images/icon8.png) no-repeat left;
  line-height: 25px;
  padding: 20px 0 20px 38px;
}
.about-content .tel span{
  margin-left: 10px;
  margin-right: 20px;
}
.about-content .service-r{
  font-size: 16px;
  color: #373737;
  padding-top: 25px;
}
.about-content .service-r p{
  margin-bottom: 26px;
  position: relative;
  padding-left: 15px;
}
.about-content .service-r p::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #0073c0;
}
.about-content .service-r p span{
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.qy-culture{
  overflow: hidden;
  background: #f9f9f9;
  padding-bottom: 1%;
}
.qy-culture ul {
  margin: 0 -15px;
}
.qy-culture ul li{
  padding: 0 15px;
  margin-bottom: 3%;
}
.qy-culture ul li .main{
  background:#fff;
  padding: 25px;
}
.qy-culture ul li .img{
  display: block;
  overflow: hidden;
}
.qy-culture ul li .img img{
  transition: all 0.5s;
  width: 100%;
}
.qy-culture ul li h4{
  font-size: 20px;
  color: #111;
  margin-bottom:15px;
  padding-bottom:10px;
  font-weight:normal;margin-top:15px;position:relative;
}
.qy-culture ul li h4 span{
  display: block;
  font-size: 12px;
  font-family: Arial;
  color: #8d8d8d;
}
.qy-culture ul li p{
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  height: 105px;
}
.qy-culture ul li:hover img{
  transform: scale(1.1);
}
.qy-culture ul li h4 span:after{
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background: #ff8a00;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.cooper-box{
  overflow: hidden;
  background: url(../images/hz_bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 1%;
}

.swiper-honor{
  position: relative;
  border-top: 5px solid #0073c0;
  margin-bottom: 4%;
}
.swiper-honor .swiper-slide{
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.swiper-honor .swiper-slide img{
  width: auto;
  max-height: 100%;
  transition: 0.5s;
}
.swiper-honor .swiper-slide:hover img{
  transform: scale(1.1);
}

.fynumber {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 5% 0;
  color: #333;
  font-size: 14px;
}
.fynumber a,.fynumber span {
  padding: 5px 11px 5px 11px;
  display: inline-block;
  color: #333;
  border: 1px solid #ededed;
  margin-left: 4px;
  margin-bottom: 4px
}
.fynumber a.cur,.fynumber a:hover,.fynumber .current {
  background: #0073c0;
  color: #ffffff;
  border: 1px solid #0073c0;
}

/*æ–°é—»ä¸­å¿ƒ*/
.news_center{
  overflow: hidden;
}
.news_center ul {
  overflow: hidden;
  margin: 0 -13px;
}
.news_center ul li {
  overflow: hidden;
  padding: 0 13px;
  margin-top: 3%;
}
.news_center ul li .pic{
  overflow: hidden;
  border: 1px solid #dedede;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_center ul li .pic img{
  max-height: 100%;
  transition: 0.5s;
}
.news_center ul li a {
  color: #0e0e0e;
}
.news_center ul li p {
  font-size: 13px;
  line-height: 19px;
  color: #5d5c5c;
}
.news_center ul li .tit {
  font-size: 16px;
  margin: 20px 0;
}
.news_center ul li .time {
  border-top: 1px solid #dedede;
  padding-top: 12px;
  margin-top: 15px;
}
.news_center ul li:hover .pic img{
  transform: scale(1.1);
}
.news_center ul li a:hover{
  color: #0073c0;
}

/*æ–°é—»è¯¦æƒ…*/
.news-content{
  overflow: hidden;
  margin: 5% 0;
}
.news-content .news_top {
  overflow: hidden;
  margin-bottom: 3%;
}
.news-content .news_top .title {
  font-size: 24px;
  margin-bottom: 2%;
}
.news-content .news_top p {
  font-size: 14px;
  color: #454545;
}
.news-content .news_top p span{
  padding-left: 22px;
  background-size: 14px;
}
.news-content .news_top p .time {
  background: url(../images/icon9.png) no-repeat left;
  background-size: 14px;
  margin-right: 15px;
}
.news-content .news_top p .see {
  background: url(../images/icon10.png) no-repeat left;
  background-size: 16px;
}
.news-content .news_top .bshare-custom{
  margin-top: -30px;
}
.news-content .short{
  background: #f7f8fa;
  padding: 15px;
  margin-bottom: 3%;
  text-align: justify;
  overflow: hidden;
  line-height: 1.8;
}
.news-content .short i{
  display: inline-block;
  width: 15px;
  background: url(../images/dh_l.png) no-repeat;
  height: 15px;
  margin-right: 5px;
}
.news-content .short i.r{
  background: url(../images/dh_r.png) no-repeat;
  margin-left: 5px;
  margin-right: 0;
}
.news-content .content{
  font-size: 14px;
  overflow: hidden;
  line-height: 1.8;
  text-align: justify;
}
.news-content .content img{
  display: block;
  margin: 0 auto;
}

.common-problem{
  overflow: hidden;
  padding-bottom: 5%;
}
.common-problem ul {
  overflow: hidden;
  margin: 0 -9px;
}
.common-problem ul li {
  padding: 0 9px;
  margin-bottom: 18px;
  font-size: 13px;
}
.common-problem ul li a {
  display: block;
  background: #fff;
  padding: 4% 5%;
  color: #656565;
  border: 1px solid #ddd;
  transition: all ease 0.3s;
}
.common-problem ul li h4,.common-problem ul li p {
  padding-left: 35px;
}
.common-problem ul li i {
  float: left;
  width: 24px;
  height: 24px;
  background: #0073c0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin-left: -35px;
}
.common-problem ul li p i {
  background: #ff8a00;
}
.common-problem ul li h4 {
  font-size: 16px;
  color: #0073c0;
  margin: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.common-problem ul li a:hover {
  box-shadow: 0 0 10px #ccc;
}
.common-problem .more{
  display: block;
  width: 176px;
  line-height: 50px;
  background: #ff8a00;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  margin: 2% auto 0;
  transition: all ease 0.3s;
}
.common-problem .more:hover{
  background: #0073c0;
}

/*è”ç³»æˆ‘ä»¬*/
.contact_way {
  background: #eee;
  overflow: hidden;
}
.contact_way .contact_us{
  overflow: hidden;
  padding: 5%;
}
.contact_way .contact_us h1{
  font-size: 28px;
  font-weight: bold;
  color: #0073c0;
  margin-bottom: 30px;
}
.contact_way .contact_us .col-md-3 span{
  display: block;
  margin: 10px 0 15px;
}
.contact_way .contact_us p{
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.message_box {
  overflow: hidden;
  margin: 1% 0 6%;
}
.message_box .feed-img {
  overflow: hidden;
  height: 380px;
  position: relative;
}
.message_box .feed-img .bgbox{
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/message.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  width: 96%;
  height: 100%;
}
.message_box ul{
  overflow: hidden;
  margin: 0 -10px;
  padding-left: 2%;
}
.message_box ul li {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 10px;
}
.message_box ul li .main{
  overflow: hidden;
  border: 1px solid #ccc;
  padding-left: 30px;
}
.message_box ul li i {
  float: left;
  width: 18px;
  height: 58px;
  margin-right: 15px;
}
.message_box ul li .icon1{
  background: url(../images/ly_ico1.png) no-repeat center;
}
.message_box ul li .icon2{
  background: url(../images/ly_ico2.png) no-repeat center;
}
.message_box ul li .icon3{
  background: url(../images/ly_ico3.png) no-repeat center;
}
.message_box ul li .icon4{
  background: url(../images/ly_ico4.png) no-repeat center;
}
.message_box ul li .icon5{
  background: url(../images/ly_ico5.png) no-repeat center;
}
.message_box ul li .inp {
  float: left;
  line-height: 58px;
  height: 58px;
  width: 86%;
  font-size: 14px;
  border: none;
}
.message_box ul li textarea {
  line-height: 30px;
  width: 86%;
  font-size: 14px;
  resize: none;
  border: none;
  padding: 15px 0;
  height: 153px;
}
.message_box ul li .code {
  float: left;
  border: 1px solid #ccc;
  line-height: 60px;
  height: 60px;
  width: 30%;
  font-size: 14px;
  padding: 0 15px;
}
.message_box ul li .yzm {
  height: 34px;
  margin-top: 13px;
  float: left;
}
.message_box ul li .f5 {
  float: left;
  font-size: 14px;
  color: #999;
  text-decoration: underline;
  margin-top: 20px;
}
.message_box ul li .submit {
  border: none;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  background: #0073c0;
  color: #fff;
}

@media (max-width: 1600px) {
  .advantages.text-right{
    padding-left: 3%;
  }
  .advantages.text-left{
    padding-right: 3%;
  }
  .pro_center ul li .pic{
    height: 222px;
  }
  .partner-list li{
    height: 93px;
  }
  .apply-area .area-l ul li{
    line-height: 90px;
    font-size: 20px;
  }
  .apply-area .area-r{
    padding: 30px;
    height: 637px;
  }
  .apply-area .area-r .solutionPic li{
    height: 210px;
  }
  .apply-area .area-r .solutionPic li.big{
    height: 422px;
  }
  .engineering .case_num{
    height: 404px;
  }
  .pro-list li .pic{
    height: 166px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .pro-page .pro-list li .pic{
    height: 238px;
  }
  .pro_center ul li .pic{
    height: 140px;
  }
  .pro_center ul li p{
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1599px){
  .news_center ul li .pic{
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .service-tel{
    padding: 34px 10px;
  }
  .service-tel p i{
    font-size: 17px;
  }
  .ny_banner{
    height: 360px;
  }
}
@media (max-width: 991px) {
  .hot-keys{
    border-right: 1px solid #e5e5e5;
  }
  .engineering .pro-nav{
    padding: 0;
  }
  .engineering .case_num,.examp-list li p,.case_cont .img{
    height: auto;
  }
  .search_box{
    border-top: 1px solid #e5e5e5;
  }
  .pro_center ul li {
    margin: 10px 0;
  }
  .case_cont{
    padding: 15px;
  }
  .case_cont .txt{
    padding: 20px 0 2%;
  }
  .engineering .case_num li {
    width: 50%;
    float: left;
  }
  .examp-list{
    margin-left: 0;
  }
  .examp-list li{
    padding: 30px;
  }
  .apply-area .area-r{
    margin-left: 0;
    margin-top: 20px;
    height: auto;
    padding: 15px;
  }
  .apply-area .area-l ul li{
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
  }
  .advantages li{
    padding: 0 3%;
  }
  .advantages li .info p{
    height: auto;
  }
  .apply-area .area-r .txt{
    margin-top: 30px;
  }
  .advantages.text-right{
    text-align: left;
    padding: 0;
  }
  .advantages.text-right li img{
    float: left;
  }
  .advantages.text-right li .info{
    float: right;
  }
  .partner-list li{
    width: 25%;
  }
  .newsL li{
    padding: 0;
  }
  .foot {
    padding: 3%;
  }
  .footlink {
    display: none;
  }
  .footewm {
    margin-top: 5%;
  }
  .ny_banner{
    height: 260px;
  }
  .about-content .img{
    padding: 0;
    margin-bottom: 30px;
  }
  .about-content .img .shadow{
    margin: 0;
  }
  .swiper-button-next,.swiper-button-prev{
    display: none;
  }
  .qy-culture ul li .main{
    padding: 15px;
  }
  .qy-culture ul li p{
    height: auto;
  }
  .message_box .feed-img .bgbox{
    width: 100%;
  }
  .message_box ul{
    padding: 0;
    margin: 20px 0 0;
  }
  .message_box ul li{
    padding: 0;
  }
  .pro-list li .pic{
	height: 290px;  
  }
  .pro-page .pro-list li .pic{
    height: 278px;
  }
}
@media (max-width: 767px) {
  .container{
    margin-left: 15px;
    margin-right: 15px;
  }
  h1, .h1{
    font-size: 26px;
  }
  h2, .h2{
    font-size: 24px;
  }
  h3, .h3{
    font-size: 20px;
  }
  .topbox .fr .tel{
    display: none;
  }
  .logo {
    height: 32px;
    margin: 20px 0;
  }
  .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .index_tit .h2 {
    font-size: 14px;
  }
  .index_tit .h1 {
    font-size: 22px;
  }
  .advantages li .info p {
    text-align: justify;
  }
  .advantages li img{
    margin-top: 10px;
  }
  .engineering .case_num{
    padding: 10px 5%;
  }
  .engineering .case_num li {
    line-height: 2;
    font-size: 16px;
  }
  .case_cont .txt .title{
    font-size: 20px;
  }
  .case_cont .txt .cont{
    font-size: 14px;
    margin: 3% 0 6%;
  }
  .ser-info .h2 {
    line-height: 1.5;
    color: #0073c0;
    margin: 10px 0;
  }
  .apply-area .area-l ul li{
    line-height: 50px;
    font-size: 16px;
    padding-left: 8%;
  }
  .apply-area .area-r .solutionPic li{
    width: 100%!important;
    height: auto!important;
    padding: 0!important;
  }
  .apply-area .area-r .solutionPic li img{
    display: block;
    width: 100%;
  }
  .apply-area .area-r .txt{
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .pro_center ul li p{
    font-size: 16px;
    margin-top: 10px;
  }
  .partner-list li{
    width: 50%;
  }
  .about-main{
    padding: 2% 5% 10%;
  }
  .about-main .gyby{
    font-size: 28px;
  }
  .about-main .bhdk{
    margin: 10px 0 5px;
  }
  .news-box .topTie{
    margin: 20px 0;
  }
  .news-box .topTie .hTitle{
    font-size: 12px;
  }
  .hTitle span{
    font-size: 26px;
    margin-right: 10px;
  }
  .newsMenu{
    font-size: 16px;
    margin-top: 10px;
  }
  .newsMenu a{
    margin: 0;
    margin-left: 20px;
  }
  .newsL li{
    margin-bottom: 30px!important;
  }
  .newsL li:nth-child(3).txt a{
    padding-top: 0;
  }
  .newsL li h4{
    padding: 15px 0 0;
  }
  .newsL li p{
    height: 82px;
    margin-bottom: 15px;
  }
  .newsL .txt a{
    height: auto;
  }
  .newsL .txt a:hover{
    padding: 0 15px 10px;
  }
  .Copyright{
    padding: 10px 0;
  }
  .Copyright p{
    font-size: 12px;
    line-height: 1.5;
  }
  .pro-page{
    padding: 0;
  }
  .pro-page .pro-ty-tit{
    font-size: 20px;
    margin: 30px 0 0;
  }
  .pro-list li .pic,.pro-page .pro-list li .pic{
    height: auto;
  }
  .pro-page .pro-list li{
    margin-bottom: 0;
  }
  .ny_banner{
    height: 180px;
  }
  .ny_banner .h1{
    font-size: 34px;
  }
  .ny_banner .h3{
    font-size: 14px;
  }
  .location{
    line-height: 1.5;
    margin: 10px 0;
  }
  .pro-detail .pro-det-r .tit{
    font-size: 20px;
  }
  .list-nav a{
    font-size: 16px;
    line-height: 2;
    margin: 2% 0.5% 0;
  }
  .inner-tit{
    font-size: 28px;
    margin: 5% 0;
  }
  .about-content .img .shadow{
    padding-top: 15px;
    padding-left: 15px;
  }
}
