@import url("./base.css");

ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-header {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.widget-header div:first-child {
  font-size: 38px;
  position: relative;
}

.widget-header div:first-child::before {
  content: '';
  width: 107px;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 27px;
  right: 305px;
}

.widget-header div:first-child:after {
  content: '';
  width: 107px;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 27px;
  left: 305px;
}

.widget-header div i {
  font-style: normal
}

.widget-header div:first-child i:first-child {
  padding-right: 10px;
  color: #005ac3;
  text-transform: uppercase;
}

.widget-header div:first-child i:nth-child(2) {
  color: #333;
  font-weight: bold;
}

.widget-header div:first-child i:nth-child(3) {
  color: #333;
}

.widget-header div:nth-child(2) {
  color: #959595;
  text-transform: uppercase;
}

.company {
  padding-top: 25px;
  background: #f2f2f2;
  padding-bottom: 30px
}

.company_center {
  width: 1260px;
  margin: 0 auto
}

.about_us_list ul li {
  float: left;
  width: 290px;
  height: 105px;
  border: 1px solid #d2d2d2;
  margin-right: 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
  background: #f0f0f0;
  margin-left: 10px;
}

.about_us_list a {
  display: block;
  float: left;
  color: #01478f;
  transition-duration: .3s;
  text-align: center;
  margin-right: 1%;
  width: 100%;
}

.about_us_list .about_us_item {
  border: 1px solid #01478f;
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-top: 20PX;
  margin-left: 20PX;
  border-radius: 66px;
  background: #ffffff;
  float: left
}

.about_us_list .about_us_item .i1 {
  background: url(../img/about1.png) no-repeat center center;
  border-radius: 80px;
}

.about_us_list .about_us_item .i2 {
  background: url(../img/about2.png) no-repeat center center;
  border-radius: 80px;
}

.about_us_list .about_us_item .i3 {
  background: url(../img/about3.png) no-repeat center center;
  border-radius: 80px;
}

.about_us_list .about_us_item .i4 {
  background: url(../img/about4.png) no-repeat center center;
  border-radius: 80px;
}

.about_us_list a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  float: left;
  line-height: 47PX;
  margin-left: 10PX;
  float: none;
  text-align: left;
  text-indent: 25px;
}

.about_us_list ul li p {
  text-align: left;
  text-indent: 25px;
}

.cate-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

.cate-list ul li {
  flex: 1;
  position: relative;
}

.cate-list ul li>a {
  display: block;
  text-align: center;
  background: #005ac3;
  margin: .2em;
  padding: 1em .2em;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cate-list ul li>a:hover {
  background: #ef8700;
}

.proBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.proContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1rem auto;
  padding: 0px;
}

.proLi {
  position: relative;
  height: 0px;
  padding-bottom: 20%;
  margin: 0.5rem 0;
  overflow: hidden;
  width: calc(100% / 4);
  float: left;
}

.proLink {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.proImgBox {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}

.proImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.txtBox {
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 80%;
  overflow: hidden;
  padding: 10% 20%;
  box-sizing: border-box;
  color: #fff;
  background: rgba(177, 0, 4, .7);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.proLi:nth-child(3n) .txtBox {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 100%;
}

.proLi:nth-child(2n) .txtBox {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 100%;
  top: 100%;
}

.proLi:hover .txtBox {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  left: 0px;
  top: 0px;
}

.proTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 36px;
  border-bottom: 2px solid #fff;
  padding-bottom: 9px;
  text-align: center;
}

.proSummry {
  width: 100%;
  font-size: 0.875rem;
  line-height: 24px;
  margin-top: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.see {
  width: 100px;
  text-align: center;
  font-size: 0.75rem;
  margin: 1rem auto;
  transition: all .5s ease;
}

.see .iconfont {
  display: inline;
  color: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
  font-size: inherit;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  text-decoration: none;
}

.proTitleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 20%;
  color: #333;
  font-size: 1rem;
  padding: 0 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s ease;
}

.ban {
  width: 100%;
  height: 110px;
  background: #2e9629;
}

.ban .w-con {
  font-size: 24px;
  line-height: 1.8em;
  text-align: center;
  display: table;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  color: #fff;
}

.ban .w-con p {
  display: table-cell;
  vertical-align: middle;
}

/*guanggao*/
.guanggao {
  background: url(../img/gg_bg.webp) no-repeat center center;
  height: 205px;
}

.guanggao_center {
  width: 1260px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative
}

.guangguao_title {
  font-size: 35px;
  color: #ffffff;
  font-weight: normal;
  word-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
}

.guangguao_content {
  line-height: 55px;
  color: #ffffff;
  font-size: 24px;
  font-weight: inherit;
  font-style: normal;
  font-family: Arial;
  word-spacing: 1px;
  text-align: left;
}

.guanggao_left {
  width: 772px;
  float: left
}

.guanggao_right {
  width: 300px;
  text-align: center;
  float: right;
}

.contact_tel {
  color: #666666;
  position: absolute;
  font-size: 34px;
  font-weight: normal;
  right: 10px;
  top: 120px;
}

.guanggao_right p {
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  font-family: "Arial";
  line-height: 36px;
}

.guanggao_right span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.guanggao_right span i {
  width: 16px;
  height: 16px;
  background-position: -0px -141px;
  margin-right: 7px;
  vertical-align: bottom;
}

.icon {
  background: url(../img/icon.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  display: inline-block;
  vertical-align: middle;
}

.contact_us {
  display: block;
  width: 300px;
  height: 46px;
  background-position: 0px -217px;
  margin-top: 16px;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  position: relative;
  -webkit-transition: all .0s ease-in-out 0s;
  -moz-transition: all .0s ease-in-out 0s;
  transition: all .0s ease-in-out 0s;
}

.contact_us a {
  border-radius: 25px;
  background: #01478f;
  color: #fff;
  line-height: 45px;
  padding: 10px 90px;
  margin-right: 0;
  width: 220px;
  font-size: 16px;
}

.contact_us a:hover {
  text-indent: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transition: all 1s;
}

/*youshi*/
.ys_main {
  width: 1260px;
  margin: 0 auto;
  padding-top: 1%;
  padding-bottom: 1%
}

.ys_main dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}

.ys_main dl dt {
  float: left;
  width: 630px;
  height: 300px;
}

.ys_main dl dd {
  float: left;
  width: 580px;
  height: 300px;
  margin-left: 50px;
}

.ys_main dl dd h3 {
  display: block;
  height: 77px;
  padding-top: 40px;
}

.ys_main dl.ys1 dd h3 i {
  display: block;
  float: left;
  width: 77px;
  height: 77px;
  background: url(../img/ys1.jpg) center center no-repeat;
}

.ys_main dl dd h3 span {
  display: block;
  float: left;
  margin-left: 18px;
  width: 400px;
  font-size: 30px;
  color: #333;
  line-height: 38px;
}

.ys_main dl dd h3 b {
  display: block;
  float: left;
  margin-left: 18px;
  width: 400px;
  font-size: 30px;
  color: #01478f;
  line-height: 38px;
}

.ys_main dl dd p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 22px;
  height: 90px;
}

.ys_main dl dd a {
  display: block;
  position: relative;
  width: 198px;
  height: 44px;
  border: #e5e5e5 solid 1px;
  border-radius: 6px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #434343;
  z-index: 10;
}

.ys_main dl dd a:hover {
  background: #01478f;
  color: #ffffff
}

.ys_main dl dt {
  float: left;
  width: 630px;
  height: 300px;
}

.ys_main dl dd {
  float: left;
  width: 500px;
  height: 300px;
  margin-left: 50px;
}

.ys_main dl dd h3 {
  display: block;
  height: 77px;
  padding-top: 40px;
  overflow: hidden;
  height: auto;
}

.ys_main dl.ys2 dd h3 i {
  display: block;
  float: left;
  width: 77px;
  height: 77px;
  background: url(../img/ys2.jpg) center center no-repeat;
}

.ys_main dl.ys1 dd {
  margin-left: 0px;
  width: 630px;
}

/*company*/

.company {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 25px 0;
  overflow: hidden;
}

.company_center {
  width: 1260px;
  margin: 0 auto
}

.company_title {
  display: block;
  line-height: 40px;
  font-size: 35px;
  letter-spacing: 1px;
  color: #01478f;
  font-weight: 600;
  text-align: center;
}

.company_title a {
  color: #01478f;
}

.company_name {
  padding-bottom: 40px
}

.company_right {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}

.company_left {
  width: 46%;
  float: left;
  margin-right: 4%;
}

.company_left .company_name {
  display: block;
  line-height: 40px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #3b3b3b;
  font-weight: normal;
}

.company_right_title .item_title {
  font-size: 16px;
  font-weight: 600;
  border-left: 3px solid #01478f;
  padding-left: 15px;
  padding-right: 15px;
}

.company_right_title {
  margin-bottom: 10px
}

.company_right_title .learnmore {
  float: right;
  font-size: 14px;
}

.company_left_title .item_title {
  font-size: 16px;
  font-weight: 600;
  border-left: 3px solid #01478f;
  padding-left: 15px;
  padding-right: 15px;
}

.company_left_title {
  margin-bottom: 30px
}

.company_left_title .learnmore {
  float: right;
  font-size: 14px;
}

.company_right_list img {
  width: 100%;
  float: left;
  margin-top: 25px;
}

.company_left_list .about_txt p {
  padding-top: 10px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.company_left_list .about_txt p .more {
  color: #ffffff;
  background: #01478f;
  margin-top: 30px
}

.bx-window .pr_title {
  background: url(images/blue.png) repeat center center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 205px;
  height: 37px;
  line-height: 37px;
  width: 240px;
  z-index: 999999;
  color: #ffffff;
  text-align: left;
  text-indent: 20px;
  margin-left: 3px
}

.company_content {
  padding-top: 15px
}

.about dl dd p i {
  display: block;
  color: #111;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 6px;
}

.company_left_list .about_txt .company_name {
  display: block;
  color: #111;
  font-weight: normal;
  font-size: 28px;
  padding-bottom: 6px;
  padding-top: 20px;

}

.company_left_list .about_txt p .more {
  padding: 6px 5px;
  margin-top: 20px;
  float: left
}

.us_more {
  width: 13%;
  display: inline-block;
  font-size: 16px;
  color: #3e3e3e;
  text-transform: uppercase;
  float: right;
  font-weight: normal
}

.us_more:hover {
  color: #01478f;
}

.about_us_list a:hover {
  display: block;
  float: left;
  text-align: center;
  margin-right: 1%;
  min-height: 130px;
}

.about_us_list a:hover .about_us_item i {
  animation: imt 2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01478f;
}

.about_us_list a em {
  line-height: 32px;
  font-size: 14px;
  display: block;
  font-family: 'Times New Roman';
  font-style: normal;
  text-transform: uppercase;
}

.about_us_list .about_us_item i {
  background-size: auto;
  background-size: 61% auto;
  width: 100%;
  height: 100%;
  display: block;
}

/*news*/
.news {
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.news_center {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

.news_title_left {
  line-height: 30px;
  margin-bottom: 20px
}

.news_title_left .item_title {
  color: #282828;
  font-size: 24px;
  font-weight: 600
}

.news_title_left .item_title {
  color: #01478f;
  ;
  font-size: 30px;
}

.news_title_left .learnmore {
  float: right;
  font-size: 16px;
  color: #666666
}

.news_left {
  width: 680px;
  margin-right: 20px;
  float: left
}

.news_title_right {
  line-height: 30px;
  margin-bottom: 20px
}

.news_right {
  float: right
}

.news_title_right .item_title {
  color: #01478f;
  font-size: 30px;
  font-weight: 600
}

.news_title_right .learnmore {
  float: right;
  font-size: 16px;
  color: #666666
}

.news_title_left_list dl dt h3 a {
  font-size: 18px;
  color: #01478f;
}

.news_title_left_list dd .thumb {
  float: left;
  width: 175px;
  margin-right: 10px
}

.news_title_left_list dt {
  margin-bottom: 12px;
}

.news_title_left_list dl {
  margin-top: 28px;
  overflow: hidden;
}

.news_title_left_list dd .thumb img {
  max-width: 100%;
  width: 175px;
  height: 130px;
}

.news_title_left_list dd .dtl {
  float: left;
  width: 455px;
}

.news_title_left_list dd .dtl h3 {
  line-height: 35px;
}

.news_title_left_list dd .dtl h3 a {
  color: #01478f;
  font-size: 16px;
}

.news_title_left_list .dtl .date1 {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  float: right;
  font-weight: normal;

}

.news_title_left_list .dtl .desc {
  font-size: 14px;
  color: #484848;
  line-height: 24px;
}

.mF_classicHC .pic {
  border: none
}

.news_title_right_list {
  background: url(../img/contact_bg.jpg) no-repeat center center;
  height: 322px;
  width: 481px;
}

.news_title_right_list ul.contact_list {
  padding-top: 15px;
  padding-left: 55px;
  padding-top: 55px
}

.news_title_right_list ul.contact_list li {
  font-size: 15px;
  line-height: 30px;
}

.company_name {
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
  color: #01478f;
  color: #000000;
}

/* row2 */
.row2 .img img {
  max-width: 100%;
  border: 10px solid rgba(46, 150, 41, .7);
  border-radius: 5px;
}

.row2 .img {
  padding: 0 1em;
}

.row2 .detail {
  line-height: 1.8em;
  padding: .5em 0;
  text-indent: 2em;
}

.row2 .about_ico .el-col {
  padding: .5em 1.5em;
}

.row2 .about_ico img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid #2e9629;
}

/* row3 */
.row3 {
  overflow: hidden;
  background-color: rgb(249, 249, 249);
}

.row3 .el-rom {
  overflow: hidden;
}

.row3 .contentBox {
  background: #fff;
  margin: .5em;
  overflow: hidden;
  padding: 1em;
}

.row3 .picBox {
  width: 40%;
  height: 150px;
  overflow: hidden;
  float: left;
}

.row3 .picBox .pic {
  transition: all 1s ease;
  max-width: 100%;
}

.row3 .picBox .pic:hover {
  width: 100%;
  transform: scale(1.2);
}

.row3 .content {
  width: 58%;
  padding-left: 2%;
  float: right;
  margin-top: 1em;
}

.row3 .titleLink {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row3 .sumrry {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #8c8c8c;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  margin-top: 3%;
  line-height: 1.8em;
}

.row3 .l_more {
  margin-top: 6%;
  font-size: 0.75rem;
  color: #8c8c8c;
}

.row3 a.s_more {
  display: block;
  width: 200px;
  margin: 30px auto;
  text-align: center;
  padding: 1em;
  background: #fc5b4d;
  color: #fff;
  border-radius: 5px;
}



.row5 .swiper-container {
  width: 100%;
  position: unset;
}

.row5 .swiper-slide a {
  display: block;
  background: #2c78d0;
  border: 5px solid #efefef;
}

.row5 .swiper-slide a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row5 .swiper-slide a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.row5 .swiper-slide a .title {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}

.row5 .swiper-slide a:hover {
  background: #1e2f56;
  color: #fff;
  border-color: #1e2f56;
}

.row5 .com_swiper {
  position: relative;
}

.row5 .pro_swiper a h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: .5em 0;
}
/* .row5 .swiper-button-next {
  right: -47px;
}

.row5 .swiper-button-prev {
  left: -47px;
} */

.row5 .swiper-pagination {
  display: none;
  width: 100%;
  bottom: 10px;
}

.row5 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.row5 .swiper-pagination-bullet-active {
  background: #063333;
}

#allmap {
  width: 100%;
  height: 400px;
}



@media screen and (max-width: 1000px) {}

@media screen and (max-width: 750px) {

  .company_center,
  .news_center {
    width: 100%;
    padding: 0 1rem;
  }

  .about_us_list ul li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: .5em;
  }

  .cate-list ul {
    display: block;
  }

  .cate-list ul li {
    flex: none;
  }

  .news {
    padding-bottom: 0;
  }

  .news_left {
    width: 100%;
    margin-right: .5em;
    float: none;
  }

  .news_title_left {
    margin-bottom: .5em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .news_title_left_list dl dd {
    margin: 0;
  }

  .news_title_left_list dd .thumb {
    display: none;
  }

  .news_title_left_list dd .dtl {
    width: 100%;
  }

  .news_right {
    display: none;
  }

  .row1 .el-col-19 .ui-box {
    margin-left: 0;
  }

  .row1 .el-col-5 .ui-box-head-icon,
  .row1 .el-col-5 .ui-box-head-title {
    width: 100%;
  }

  .row1 .el-col-19 ul li {
    float: left;
    width: 50%;
    height: auto;
    margin: .5em 0 0 0;
  }

  .row1 .el-col-19 ul li a {
    padding: 5px 5px 0 5px;
    margin: 0 .2em;
  }

  .row1 .el-col-19 ul li a span.img {
    width: 100%;
    height: 130px;
    max-height: 100%;
  }

  .row1 .el-col-19 ul li a span.img img {
    max-width: 100%;
    max-height: 100%;
  }

  .widget-header div:first-child::before,
  .widget-header div:first-child:after {
    width: 0;
  }

  .row4 .el-col-14>a {
    text-align: center;
    float: none;
  }

  .row4 {
    margin-bottom: 0;
  }

  .row4 .ui-box-footer {
    height: auto;
  }

  .row4 .ui-box-footer ul li a {
    width: 100%;
    height: 100%;
    padding: .2em;
  }

  .row4 .ui-box-footer ul li a span.img,
  .row4 .ui-box-footer ul li a span.img img {
    width: 100%;
    height: 100%;
  }

  .row4 .ui-box-footer ul li a span.txt {
    color: #fff;
  }

  .w490 {
    width: 100%;
  }

  .mt20 {
    margin-top: 0;
  }

  .Ttitle {
    width: 100%;
  }

  .row2 .col .info .img img {
    max-width: 100%;
  }

  .row2 .col-btn {
    width: 100%;
  }

  .row3 .ImgList li a {
    height: 130px;
  }


  .row1 .category-list ul {
    line-height: 34px;
  }

  .row1 .el-col-5 .ui-rolling {
    height: 140px;
  }

  .proLi {
    padding-bottom: 50%;
    width: calc(100% / 2);
  }

  .row1 .el-col,
  .row2 .el-col,
  .row3 .el-col,
  .row4 .el-col {
    width: 100%;
  }

  .row1 .el-col:nth-child(n + 2),
  .row2 .el-col:nth-child(n + 2),
  .row3 .el-col:nth-child(n + 2) {
    margin-top: 20px;
  }

  .row2 .about_ico {
    display: none;
  }

  .row3::before {
    display: none;
  }

  .row3 .widget-header .title {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .row3 .picBox {
    height: auto;
  }

  .row3 .content {
    margin-top: 0;
  }

  .row3 .titleLink {
    font-size: .5rem;
  }

  .proLink {
    left: .5rem;
    width: calc(100% - 1rem);
  }

  .ban .w-con {
    font-size: 16px;
  }

  .guanggao {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
  }

  .guangguao_title {
    font-size: 20px;
  }

  .guangguao_content {
    line-height: 1.8em;
    font-size: 14px;
  }

  .contact_us {
    width: auto;
  }

  .ys_main {
    width: 100%;
    padding: 0 1rem;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .ys_main dl {
    margin: 0;
  }

  .ys_main dl.ys1 dd {
    width: 100%;
    height: auto;
  }

  .ys_main dl.ys2 dt {
    display: none;
  }


  .ys_main dl dd h3 {
    padding-top: 10px;
  }

  .ys_main dl dd h3 span,
  .ys_main dl dd h3 b {
    width: auto;
    font-size: 24px;
  }

  .ys_main dl dd p {
    margin-top: .5em;
    height: auto;
  }

  .ys_main dl dd a {
    width: auto;
    margin-bottom: .5em;
  }

  .guanggao_center {
    width: 100%;
    padding: 0 1rem;
  }

  .guanggao_left {
    width: 100%;
  }

  .guanggao_right {
    width: 100%;
    margin-top: 1em;
  }

  .ys_main dl dt {
    width: 100%;
    height: auto;
  }

  .ys_main dl.ys2 dd {
    float: right;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .company_left {
    width: 100%;
    margin-right: 0;
  }

  .company_right {
    width: 100%;
    padding-bottom: 0;
  }

  .company_left_list .about_txt .company_name {
    display: none;
  }

  .company_left_list .about_txt p .more {
    width: 100%;
    text-align: center;
  }

  #allmap {
    height: 240px;
  }

  #allmap .BMap_bubble_content {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {}