/* 内页 */
.inside-page {
  min-height: 400px;
  padding: 20px 0;
  background-color: #f6f7fc;
  overflow: hidden;
}
.inside-page .page {
  display: flex;
}
.inside-page .main {
  flex: 1;
}
.inside-page a:hover {
  color: #0595C7;
}
.banner2 {
  position: relative;
}
.banner2 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.banner2 .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-top: 20px;
}
.banner2 .text p {
  font-size: 32px;
  line-height: 60px;
  color: #eee;
}
.banner2 .text hr {
  width: 80px;
  height: 2px;
  background: #0595c7;
  margin: 9px 0;
}
.banner2 .text span {
  font-size: 16px;
  color: #ddd;
  line-height: 40px;
}
.left_nav {
  width: 21%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  padding: 30px 0;
  text-align: center;
  background-color: #dc0000;
}
.left_nav .tit p {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.left_nav .tit span {
  font-size: 15px;
  text-transform: uppercase;
  color: #eee;
  margin-top: 8px;
}
.left_nav .sort-nav {
  background-color: #fff;
  border: 1px solid #eee;
}
.left_nav .sort-nav > ul > li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left_nav .sort-nav > ul > li > a {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  position: relative;
}
.left_nav .sort-nav > ul > li > a p {
  padding-right: 20px;
}
.left_nav .sort-nav > ul > li > a i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
.left_nav .sort-nav > ul > li > a:hover {
  background-color: #dc0000;
  color: #fff;
}
.left_nav .sort-nav > ul > li > a:hover i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .open .iconfont {
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(90deg);
}
.left_nav .sort-nav > ul .on {
  background-color: #dc0000;
  color: #fff;
}
.left_nav .sort-nav > ul .on i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .erji {
  padding: 10px 0;
}
.left_nav .sort-nav > ul .erji li a {
  padding: 10px 40px;
  font-size: 15px;
}
.left_nav .com-info {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  border: 1px solid #eee;
}
.left_nav .com-info li {
  padding: 5px 20px;
  line-height: 1.75;
  font-size: 16px;
  color: #444;
}
.left_nav .com-info li img {
  width: 100%;
  margin: 20px 0 5px 0;
}
.left_nav .com-info .yx {
  white-space: nowrap;
}
.left_nav .com-info .dz {
  display: flex;
}
.left_nav .com-info .dz i {
  flex: 1;
}
.p-bar {
  text-align: center;
  border-bottom: 1px #eee solid;
}
.p-bar a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 5px 7px;
  font-size: 15px;
}
.position {
  padding-left: 30px;
  background: url(../images/location.png) no-repeat left center;
  background-size: auto 25px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  line-height: 34px;
  margin-bottom: 10px;
}
.position a {
  margin: 0 5px;
}
.pag-bar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pag-bar .page-status,
.pag-bar a {
  font-family: Tahoma;
  line-height: 17px;
  margin-right: 6px;
  border: 1px solid #E9E9E9;
  padding: 5px 10px;
  color: #555;
  font-size: 14px;
}
.pag-bar .page-numbar {
  display: flex;
}
.pag-bar .page-num-current {
  border-color: #dc0000;
  background-color: #dc0000;
  color: #fff;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #f1f1f1;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 188px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 12px 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-list li:hover {
  background-color: #dc0000;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li p {
  line-height: 55px;
  font-size: 15px;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li:hover img {
  transform: scale(1.1);
}
.inside-list li:hover p {
  background-color: #dc0000;
  color: #fff;
}
.pro-list a.tit {
  height: 40px;
  color: #373d41;
  font-size: 20px;
  border-bottom: 1px solid #d7d8d9;
}
.pro-list .item {
  margin-top: 40px;
}
.pro-list .item ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-list .item ul li {
  width: 33.33%;
  padding-right: 50px;
  margin-top: 18px;
}
.pro-list .item ul li p {
  color: #00b7d3;
  line-height: 24px;
}
.pro-list .item ul li span {
  padding: 8px 0;
  font-size: 14px;
  line-height: 24px;
  color: #73777a;
  text-align: justify;
}
.pro-list .item ul li:hover p {
  color: #0595C7;
}
.ptn-list {
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li img {
  width: 100%;
}
.ptn-list li:hover {
  border-color: #dc0000;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #dc0000;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
}
.pro-detail .row {
  display: flex;
  padding: 10px 0;
}
.pro-detail .row .pro-pics {
  width: 400px;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
.pro-detail .row .pro-pics img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pro-detail .row .description {
  flex: 1;
  position: relative;
  padding-bottom: 95px;
  z-index: 1;
}
.pro-detail .row .description .det-l h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}
.pro-detail .row .description .det-l ul {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.pro-detail .row .description .det-l ul li {
  font-size: 14px;
  color: #777;
  margin-right: 20px;
}
.pro-detail .row .description .det-l ul li i {
  font-size: 14px;
  color: #777;
}
.pro-detail .row .description .det-l .describe {
  margin: 20px 0;
  color: #666;
  line-height: 2;
}
.pro-detail .row .description .det-l .describe img {
  display: inline-block;
}
.pro-detail .row .description .det-l .describe .cont {
  display: flex;
}
.pro-detail .row .description .det-l .describe .cont .code {
  margin-right: 30px;
  border: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .code img {
  width: 130px;
  display: block;
  margin: 3px;
}
.pro-detail .row .description .det-l .describe .cont .code em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .phone {
  display: flex;
  flex-direction: column;
}
.pro-detail .row .description .det-l .describe .cont .phone .text {
  margin: auto 0;
}
.pro-detail .row .description .det-l .describe .cont .phone .text p {
  font-size: 14px;
  color: #666;
}
.pro-detail .row .description .det-l .describe .cont .phone .text span {
  font-size: 26px;
  color: #dc0000;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro-detail .row .description .det-l .describe .cont .btn {
  display: flex;
  margin: auto 0 0;
}
.pro-detail .row .description .det-l .describe .cont .btn a {
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #dc0000;
  margin-right: 10px;
  font-size: 14px;
}
.pro-detail .row .description .det-l .describe .cont .btn a:first-child {
  background-color: #333;
}
.pro-detail .row .description .pic-tabs {
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-detail .row .description .pic-tabs .pro-tp {
  width: 410px;
  margin: 0;
  position: relative;
}
.pro-detail .row .description .pic-tabs .pro-tp ul li {
  border: 1px solid #ccc;
  width: 100px;
}
.pro-detail .row .description .pic-tabs .pro-tp .my-slide-thumb-active {
  border-color: #dc0000;
}
.pro-detail .row .description .pic-tabs .swiper-next,
.pro-detail .row .description .pic-tabs .swiper-prev {
  display: block !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 11;
}
.pro-detail .row .description .pic-tabs .swiper-next:hover,
.pro-detail .row .description .pic-tabs .swiper-prev:hover {
  background-color: #dc0000;
}
.pro-detail .row .description .pic-tabs .swiper-next:focus,
.pro-detail .row .description .pic-tabs .swiper-prev:focus {
  outline: none;
}
.pro-detail .row .description .pic-tabs .swiper-prev {
  left: 0px;
  padding-right: 2px;
}
.pro-detail .row .description .pic-tabs .swiper-next {
  left: 460px;
  padding-left: 2px;
}
.pro-detail .details {
  margin-top: 40px;
}
.pro-detail .details .del-tab {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.pro-detail .details .del-tab li {
  padding: 10px 25px;
  background-color: #ccc;
  color: #fff;
  margin-right: 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.pro-detail .details .del-tab .on {
  background-color: #dc0000;
}
.pro-detail .details .del-con {
  min-height: 250px;
}
.pro-detail .details .del-con * {
  font-size: 16px;
  color: #333;
  line-height: 1.875;
}
.pro-detail .details .del-con li {
  display: none;
}
.pro-detail .details .del-con .open {
  display: block;
}
.news-list li {
  padding: 20px;
  overflow: hidden;
  margin-bottom: -1px;
  border: 1px #eaeaea solid;
  background: #fff;
}
.news-list li a {
  display: flex;
}
.news-list li .pic {
  width: 220px;
  margin-right: 15px;
}
.news-list li .pic img {
  width: 100%;
  height: 150px;
}
.news-list li .text {
  flex: 1;
  margin-top: 5px;
}
.news-list li .text p {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #555;
}
.news-list li .text p i {
  color: #fff;
  background-color: #0595c7;
  padding: 0px 6px;
  line-height: 24px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 12px;
  font-weight: normal;
}
.news-list li .text p i::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px solid #0595c7;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.news-list li .text .date {
  font-size: 12px;
  color: #999;
  line-height: 30px;
  margin-top: 5px;
}
.news-list li .text span {
  font-size: 12px;
  color: #888;
  line-height: 22px;
}
.news-page .news-con {
  background-color: #fff;
  padding: 20px;
  border: 1px #eaeaea solid;
  border-radius: 4px;
}
.news-page .news-con .tit h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.news-page .news-con .tit ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #888;
  padding-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px #eee solid;
}
.news-page .news-con .tit ul li {
  margin: 0 10px;
}
.com-pro h5 {
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px #eee solid;
  margin: 10px 0;
  color: #555;
}
.com-pro ul li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: url(../images/lidot.gif) no-repeat left center;
  padding-left: 10px;
  font-size: 14px;
  color: #777;
}
.news-right {
  width: 360px;
  margin-left: 20px;
}
.news-right .serch {
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  background: #F9F0DA;
  color: #9E9C9C;
  display: flex;
}
.news-right .serch input {
  flex: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: none;
  background-color: transparent;
}
.news-right .serch button {
  background: #7BA7AB;
  border-radius: 0 2px 2px 0;
  line-height: 30px;
  width: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.news-right .banner3 {
  margin-top: 10px;
  border: 1px solid #ccc;
}
.news-right .banner3 img {
  width: 100%;
  height: 217px;
}
.news-right .banner3 .swiper-btn .iconfont {
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.news-right .banner3 .swiper-btn .iconfont:hover {
  background-color: #0595C7;
  color: #fff;
}
.news-right .serve {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eaeaea;
}
.news-right .serve h5 {
  font-size: 18px;
  color: #666;
  border-bottom: 1px solid #eaeaea;
  background-color: #fbfbfb;
  padding: 8px 15px;
}
.news-right .serve ul {
  display: flex;
  flex-wrap: wrap;
}
.news-right .serve ul li {
  width: 50%;
  padding: 15px 15px 20px;
  text-align: center;
}
.news-right .serve ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 10px 0;
}
.news-right .serve ul li span {
  height: 50px;
  overflow: hidden;
  color: #bbb;
  margin-bottom: 10px;
  font-size: 12px;
}
.news-right .serve ul li a {
  display: inline-block;
  border: 1px #ddd solid;
  color: #777;
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 12px;
  font-size: 13px;
}
.news-right .serve ul li a:hover {
  background-color: #e6e6e6;
}
.news-right .serve ul li:nth-child(2n-1) {
  border-right: 1px dashed #ddd;
}
.news-right .serve ul li:nth-child(n+3) {
  border-top: 1px dashed #ddd;
}
.news-right .serve ul .more {
  width: 100%;
  border-right: none !important;
}
.news-right .message {
  background: #fff;
  border: 1px #eaeaea solid;
  padding: 0 15px 20px;
  margin-top: 15px;
  border-radius: 4px;
}
.news-right .message h5 {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 4px 15px;
  margin-top: -1px;
}
.news-right .message h2 {
  padding-top: 5px;
  font-size: 18px;
  color: #0595c7;
  line-height: 36px;
}
.news-right .message ul {
  display: flex;
  flex-wrap: wrap;
}
.news-right .message ul li {
  line-height: 24px;
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}
.news-right .message form input {
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  background: #F9F0DA;
  color: #9E9C9C;
  width: 90%;
  height: 30px;
  padding-left: 13px;
  margin-top: 10px;
}
.news-right .message form input[type="submit"] {
  background: #000000;
  width: 100px;
  margin-top: 10px;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  border: none;
}
.news-right .contact {
  background: #fff;
  border: 1px #eaeaea solid;
  padding: 0 15px 20px;
  margin-top: 15px;
  border-radius: 4px;
}
.news-right .contact h5 {
  display: inline-block;
  background: #0595C7;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 4px 15px;
  margin-top: -1px;
}
.news-right .contact p {
  padding-top: 5px;
  font-size: 18px;
  color: #0595c7;
  line-height: 36px;
}
.news-right .contact .btn {
  margin-top: 10px;
  display: flex;
}
.news-right .contact .btn a {
  margin-right: 3%;
  border: 1px #eee solid;
  padding: 4px 10px 4px 25px;
  background: url(../images/qq.png) no-repeat 5px center;
  font-size: 13px;
  color: #666;
}
.news-right .contact .btn a:hover {
  border-color: #0595C7;
}
.turn_page {
  padding-top: 15px;
  border-top: 1px solid #e1e7f1;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
}
.turn_page .lf {
  overflow: hidden;
}
.turn_page .lf li {
  font-size: 14px;
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #dc0000;
}
.turn_page .return a {
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s linear;
}
.turn_page .return a:hover {
  background-color: #dc0000;
  color: #fff;
  border-color: #dc0000;
}
.contact-w {
  display: flex;
}
.contact-w .lf {
  margin-right: 20px;
}
.contact-w .lf p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 53px;
  line-height: 76px;
  color: #dc0000;
  margin-bottom: 25px;
}
.contact-w .lf span {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}
.contact-w .lf hr {
  width: 40px;
  height: 3px;
  background: #dc0000;
  display: block;
}
.contact-w .box {
  background-color: #f5f5f5;
  margin-left: 5%;
  flex: 1;
  padding: 50px;
  position: relative;
}
.contact-w .box h5 {
  font-size: 24px;
  color: #fff;
  background-color: #dc0000;
  padding: 10px 60px;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: -25px;
}
.contact-w .box .text {
  margin-top: 85px;
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-w .box .quote {
  margin: 10px 0 0 auto;
}
.map-w {
  margin-top: 60px;
}
.map-w iframe {
  width: 100%;
  height: 600px;
}
.adv-c {
  padding: 80px 0;
  background: #303448;
}
.adv-c .wz-bt p {
  color: #fff;
}
.adv-c ul {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}
.adv-c ul li {
  width: 33.33%;
  padding: 25px;
  display: flex;
  align-items: flex-start;
}
.adv-c ul li img {
  margin-right: 20px;
}
.adv-c ul li .text {
  flex: 1;
}
.adv-c ul li .text p {
  font-size: 18px;
  color: #eee;
}
.adv-c ul li .text hr {
  width: 45px;
  height: 2px;
  background: #0595c7;
  margin: 11px 0 13px;
  transition: all 0.3s linear;
}
.adv-c ul li .text span {
  color: #999;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}
.adv-c ul li .text:hover hr {
  width: 90px;
}
.message-w {
  padding: 70px 0;
  background: url(../images/message-bg.jpg);
  background-size: cover;
}
.message-w h2 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}
.message-w ul {
  display: flex;
}
.message-w ul li {
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #eee;
}
.message-w form {
  display: flex;
  margin-top: 12px;
}
.message-w input,
.message-w a {
  width: 182px;
  padding: 0 10px;
  margin-right: 10px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border: 1px #eee solid;
}
.message-w input[name="content"] {
  flex: 1;
}
.message-w input[type="submit"] {
  width: 142px;
  background: #fff;
  color: #0595c7;
  cursor: pointer;
}
.message-w input[type="submit"]:hover {
  background-color: #0595C7;
  color: #fff;
}
.message-w a {
  width: 142px;
  color: #fff;
  text-align: center;
}
.message-w a:hover {
  background-color: #0595C7;
  color: #fff;
}
.message-w h6 {
  line-height: 25px;
  margin-top: 8px;
  font-size: 12px;
  color: #ccc;
}
.company_profile {
  display: flex;
}
.company_profile .lf .tit p {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  line-height: 40px;
  padding: 20px 0 0;
  font-weight: lighter;
}
.company_profile .lf .tit span {
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 30px;
  font-weight: normal;
}
.company_profile .rg {
  flex: 1;
  padding: 60px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.company_profile .rg h1 {
  font-size: 32px;
  line-height: 30px;
  padding: 0 15px 40px;
  border-bottom: 1px solid #f3edf0;
  margin-bottom: 30px;
  color: #dc0000;
}
.company_profile .rg .text {
  height: 420px;
  overflow-y: auto;
  line-height: 2.5;
  color: #666;
  padding: 0 15px;
}
.company_profile .rg .text::-webkit-scrollbar {
  width: 3px;
}
.company_profile .rg .text::-webkit-scrollbar-button {
  display: none;
}
.company_profile .rg .text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.company_profile .rg .text::-webkit-scrollbar-thumb {
  background-color: #dc0000;
}
