@import url(bootstrap.min.css);

body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #8019c8;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo {
  width: 70%;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navleft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-brand span {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 1% 5%;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0068de;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link .yincan {
  display: none;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link .yincan,
.custom_nav-container .navbar-nav .nav-item.active .nav-link .yincan {
  display: block;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.user_optio_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user_optio_box a {
  margin-left: 15px;
  color: #000000;
}

.user_optio_box a img {
  width: 75%;
}


/*end header section*/

/* banner开始 */
/* slider section */
.slider_section {
  position: relative;
  z-index: 2;
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
  background-position: top;
}

.slider_section .box {
  margin: 0 0;
}

.slider_section .detail_box {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.slider_section .detail_box h1 {
  font-size: 3.5rem;
  color: #252424;
  font-weight: bold;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #252424;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail_box a:hover {
  background-color: #313130;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -150px;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  width: 100%;
  bottom: 60%;
  left: 0;
  display: inline-block -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  font-size: 14px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 1;
  color: #0068de;
  margin: 0 2.5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  color: #f4cd2a;
}

/* banner结束 */

/* banner */

/* .banner-slider1,
.banner-slider2,
.banner-slider3 */
.banner-slider {
  width: 100%;
  min-height: 30vw;
  -webkit-transition: width 2s, height 4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 2s, height 4s;
}

.banner-slider {
  /* background: url(../images/1.jpg) no-repeat center; */
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.banner-slider img {
  max-width: 100%;
  height: auto;
}

/* .banner-slider2 {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
} */

/* .banner-slider3 {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
} */

.banner-agile-text {
  padding: 12em 0 0 3em;
  /* background: rgba(0, 0, 0, 0.48); */
}

.banner-agile-text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 6px;
}

.banner-agile-text h3 {
  font-size: 52px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
  margin-left: 3em;
  font-weight: 800;
}

.banner-agile-text p {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  margin-left: 2em;
  letter-spacing: 2px;
  z-index: 0;
  position: relative;
}

.banner-agile-text p:before {
  position: absolute;
  background: #f1cf69;
  width: 14%;
  height: 20px;
  bottom: 12px;
  content: " ";
  right: 52%;
  z-index: -1;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 13px 0;
  margin: 0 6px;
  cursor: pointer;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators .active {
  background-color: #0068de;
}

.carousel-indicators li {
  background-color: #ccc;
}

/* banner social icons */

.social-agile-banner {
  margin-top: 10em;
}

.social-agile-banner ul li {
  display: inline-block;
}

.social-agile-banner ul li a i {
  color: #f1cf69;
  font-size: 18px;
}

.social-agile-banner ul li a i:hover {
  color: #fff;
}

li.para-share-ew3ls {
  letter-spacing: 1px;
  font-size: 20px;
}

/* //banner social icons */

/* banner bottom */

h3.tittle {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

h3.tittle span {
  font-size: 18px;
  display: block;
  color: #5eca9f;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}

.agileits_works-grid1 {
  position: relative;
}

img.img-fluid.img-posi-2 {
  position: absolute;
  top: 10%;
  left: 25%;
  border: 12px solid #fff;
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.32);
}

.agileits_works-grid {
  padding: 3em 4em 0 12em;
}

/* //banner结束 */

/* about us开始 */
.pb_section {
  padding: 9em 0 0 0;
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .pb_section {
    padding: 4em 0 0 0;
  }
}

.pb_section.pb_bg-half:before {
  top: 50%;
  content: "";
  background: #f8f9fa;
  bottom: 0%;
  width: 100%;
  left: 0;
  position: absolute;
}

.text-center h2 {
  margin-bottom: 0px !important;
  font-weight: bold;
}

.text-center h2 i {
  font-style: normal;
  color: #0068de;
}

.text-center p {
  color: #a4a4a4;
}

.jieshao-tab {
  margin-bottom: 3%;
}

.jieshao-tab li a {
  color: #a4a4a4;
  position: relative;
}

.jieshao-tab li a span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0068de;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.jieshao-tab li a span.yincan {
  display: none;
}

.jieshao-tab li a.active span.yincan,
.jieshao-tab li a:hover span.yincan {
  display: block;
}

.tab-content {
  background: url(../images/bg-about.jpg) no-repeat 100% 100% #f9f9f9;
  min-height: 100px;
  padding: 5% 10%;
}

.tab-content h1 {
  background: -webkit-linear-gradient(45deg, #077abc, #139984);
  /* Chrome, Safari */
  background: linear-gradient(45deg, #077abc, #139984);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  font-weight: bold;
  font-size: 50px;
  margin: 1% 0 3% 0;
}

.tab-content p {
  color: #525252;
  font-size: 14px;
  margin-bottom: 4%;
}

.tab-content img.about-js {
  width: 100%;
  padding: 5%;
}

.tab-content .shuzi {
  padding-left: 0px;
  padding-top: 3%;
  border-top: 1px solid #e0e0e0;
}

.tab-content .shuzi li {
  font-size: 30px;
  color: #595959;
  font-weight: bold;
  list-style-type: none;
  text-align: left;
}

.tab-content .shuzi li .sp1 {
  font-size: 16px;
  font-weight: lighter;
}

.tab-content .shuzi li .sp2 {
  display: block;
  font-size: 16px;
  font-weight: lighter;
}

.tab-content .lj-more {
  background-color: #0068de;
  border-radius: 14px;
  padding: 1% 2%;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 3% 0 4% 0;
}

.tab-content .lj-more img {
  margin-left: 5px;
}

.tab-content a.lj-more:hover {
  border-bottom: 0;
}

/* about us结束 */

/* products开始 */
.product {
  padding: 6% 11%;
}

.product-head {
  position: relative;
  margin-bottom: 5rem;
}

.product-head .product-btn {
  position: absolute;
  right: 0;
}

.product h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0;
}

.product h3 i {
  font-style: normal;
  font-weight: bold;
  color: #0068de;
}

.product p {
  font-size: 1rem;
  color: #a4a4a4;
}

.product .lj-more {
  background-color: #0068de;
  border-radius: 14px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 3% 0 4% 0;
}

.product a.lj-more:hover {
  border-bottom: 0
}

.product .product-btn .lj-more img {
  margin-left: 5px;
}

.pro-tab ul {
  display: block;
}

.pro-tab ul li {
  margin-bottom: 2rem;
  padding: 0.2rem;
}

.product-content .pro-tab li a {
  height: 5rem;
  width: 5rem;
  white-space: nowrap;
  text-align: center;
  font-size: 0.8rem;
  color: #a4a4a4;
  background-size: 2rem 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: end;
}

.product-content .pro-tab0 a {
  background: url(../images/icon-pro1.png) no-repeat top 0.8rem center;
}

.product-content .pro-tab1 a {
  background: url(../images/icon-pro2.png) no-repeat top 0.8rem center;
}

.product-content .pro-tab2 a {
  background: url(../images/icon-pro3.png) no-repeat top 0.8rem center;
}

.product-content .pro-tab li a:hover {
  border-radius: 1rem;
  color: #ffffff;
  background-size: 2rem 2rem;
  border-bottom: 0;
}

.product-content .pro-tab0 a:hover,
.product-content .pro-tab0 a.active {
  background: url(../images/icon-pro1-2.png) #0068de no-repeat top 0.8rem center;
  color: #ffffff;
  background-size: 2rem 2rem;
}

.product-content .pro-tab1 a:hover,
.product-content .pro-tab1 a.active {
  background: url(../images/icon-pro2-2.png) #0068de no-repeat top 0.8rem center;
  color: #ffffff;
  background-size: 2rem 2rem;
}

.product-content .pro-tab2 a:hover,
.product-content .pro-tab2 a.active {
  background: url(../images/icon-pro3-2.png) #0068de no-repeat top 0.8rem center;
  color: #ffffff;
  background-size: 2rem 2rem;
}

.product-content .pro-col {
  margin-bottom: 1.5rem;
}

.pro-content>.pro-pane {
  display: none;
}

.pro-content>.active {
  display: block;
}

.pro-content .pro-pane .pro-list {
  border-radius: 1rem;
  background-color: #f5f5f5;
  position: relative;
  padding: 1rem;
  height: 18rem;
}

.pro-content .pro-pane .pro-list h6 {
  text-align: left;
  position: relative;
}

.pro-content .pro-pane .pro-list h6 span {
  background-color: #0068de;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}

.pro-content .pro-pane .pro-list .pro-pic {
  width: 100%;
  position: absolute;
  top: 2rem;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-content .pro-pane .pro-list .pro-pic a {
  display: inline-block;
  text-align: center;
  max-width: 75%;
}

.pro-content .pro-pane .pro-list .pro-pic img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.pro-content .pro-pane .pro-list .pro-label {
  width: 3rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  display: block;
}

.pro-content .pro-pane .pro-list .pro-label img {
  width: 100%;
}

/* products结束 */

/* Qualifications开始 */
.zizhi {
  background: url(../images/bg-zizhi.jpg) no-repeat 100% 100%;
  padding: 6% 11% 0 11%;
}

.zizhi .zz-txt h6 {
  font-size: 2rem;
  font-weight: bold;
}

.zizhi .zz-txt h6 i {
  font-style: normal;
  color: red;
}

.zizhi .zz-txt h6 span {
  display: block;
  font-size: 1rem;
  color: #aed0fe;
}

.zizhi .zz-txt p {
  color: #ffffff;
  font-size: 0.7rem;
  margin: 2rem 0 4rem 0;
  max-width: 80%;
}

.zizhi .zz-txt a {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 5px 10px;
  color: #000000;
  font-size: 14px;
  display: inline-block;
  margin: 3% 0 4% 0;
}

.zizhi .zz-txt a img {
  margin-left: 0.2rem;
  width: 20%;
}

.zizhi .zz-pic {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.zizhi .zz-pic img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.zizhi .zz-sj {
  background-color: #ffffff;
  max-width: 80%;
  margin: 0 auto;
}

.zizhi .zz-sj ul {
  list-style: none;
  margin: 2rem 0;
}

.zizhi .zz-sj ul li {
  background: url(../images/shu.png) no-repeat center right;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #1c1c1c;
}

.zizhi .zz-sj ul li:last-child {
  background: none;
}

.zizhi .zz-sj ul li .sp3 {
  font-size: 14px;
  font-weight: lighter;
}

.zizhi .zz-sj ul li .sp4 {
  font-size: 14px;
  font-weight: lighter;
  display: block;
}

/* Qualifications结束 */

/* new */
.new {
  padding: 6% 11%;
}

.new .new-head {
  text-align: center;
}

.new .new-head h6 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.new .new-head h6 i {
  font-style: normal;
  color: #0068de;
  font-weight: bold;
}

.new .new-head p {
  font-size: 1rem;
  color: #a4a4a4;
}

.new .new-btn {
  text-align: center;
  margin-top: 4rem;
}

.new .new-btn a {
  color: #000000;
  border-radius: 1rem;
  border: 1px solid #000000;
  font-size: 14px;
  padding: 5px 10px;
}

.new .new-btn a img {
  margin-left: 0.5rem;
  width: 1.1%;
  margin-bottom: 0.2rem;
}

.new .new-content h1 {
  color: #4b4b4b;
  font-size: 30px;
  font-weight: bold;
  padding-left: 0.5rem;
}

.new .new-content h1 span {
  font-size: 12px;
  display: block;
  color: #969696;
}

.new .new-content img {
  max-width: 70%;
}

.new .new-content h5 {
  font-size: 16px;
  color: #000000;
  margin-top: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}

.new .new-content p {
  color: #989898;
  font-size: 12px;
  max-width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* end new */

/* footer */
footer {
  background-color: #3a3a3a;
  padding: 0 4%;
}

footer .f-content {
  border-bottom: 1px solid #575757;
}

footer .f-left {
  border-right: 1px solid #575757;
  padding: 0;
}

footer .f-l-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #575757;
  height: 6rem;
}

footer .f-l-head img {
  width: 8rem;
  height: auto;
  margin-left: 5%;
}

footer .f-l-head a {
  display: inline-block;
  background: url(../images/icon-wx.png) no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: cover;
  margin-right: 5%;
}

footer .f-l-head a:hover {
  border-bottom: 0;
}

footer .f-l-message {
  padding: 4% 0;
}

footer .f-l-message ul,
footer .f-r-message ul {
  list-style: none;
}

footer .f-l-message ul li {
  margin-bottom: 2rem;
}

footer .f-l-message ul li span {
  font-size: 1rem;
  color: #ffffff;
  margin: 0 1rem 1rem 0;
  display: block;
}

footer .f-l-message ul li input {
  background-color: #313131;
  border: none;
  padding-left: 1rem;
  color: #ffffff;
}

footer .f-l-message ul li textarea {
  background-color: #313131;
  border: none;
  padding-left: 1rem;
  display: block;
  width: 95%;
  min-height: 7rem;
  padding-bottom: 4rem;
  color: #ffffff;
}

footer .f-l-message ul li:last-child {
  position: relative;
}

footer .f-l-message ul li a {
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  color: #ffffff;
  background-color: #0068de;
  padding: 0.4rem 1.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
footer .f-l-message ul li button {
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  color: #ffffff;
  background-color: #0068de;
  padding: 0.4rem 1.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
/* footer .f-l-message ul li button:hover {
  border-bottom: none;
} */
footer .f-l-message ul li a:hover {
  border-bottom: none;
}

footer .f-r-message {
  padding: 6% 0;
}

footer .f-r-message ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

footer .f-r-message ul li .f-sp1 {
  background: url(../images/icon-dingwei.png) no-repeat;
  background-size: cover;
}

footer .f-r-message ul li .f-sp2 {
  background: url(../images/icon-youjian.png) no-repeat;
  background-size: cover;
}

footer .f-r-message ul li .f-sp3 {
  background: url(../images/icon-dianhua.png) no-repeat;
  background-size: cover;
}

footer .f-r-message ul li span {
  margin-right: 1rem;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
}

footer .f-r-message ul li i {
  font-style: normal;
}

footer .f-r-message ul li h6 {
  color: #ffffff;
  font-size: 1rem;
}

footer .f-r-message ul li p {
  color: #939393;
  display: block;
  font-size: 0.8rem;
}

footer .f-right {
  padding: 0;
}

footer .f-r-head {
  border-bottom: 1px solid #575757;
  height: 6rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
}


footer .f-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #575757;
  font-size: 0.8rem;
  padding: 2% 0 4% 0;
}

/* end footer */

/* 产品页面开始 */
.pro-title {
  text-align: center;
  padding: 2rem 0;
}

.pro-content .pr-tab ul {
  display: flex;
  justify-content: center;
}

.pro-content .pr-tab ul li {
  margin: 0 5% 5% 5%;
}

.page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}

.page li {
  list-style: none;
  width: 2rem;
  border-radius: 0.2rem;
  text-align: center;
  height: 2rem;
  margin: 0 0.5rem;
  line-height: 2rem;
}

.page li.page-prev a {
  color: #c2c4ce;
}

.page li a {
  color: #000000;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f4f4f5;
}

.page li a:hover {
  color: #ffffff;
  border-bottom: none;
  background-color: #0068de;
}
.show-content{ margin: 0 auto; background-color: #f5f5f5; text-align: left; padding: 2rem; max-width: 70%; }
.show-content img{ width: 30%; height: auto; margin: 0 auto; display: block;}
.shou-content p{ text-align: left;}

/* 产品页面结束 */
/* about页面开始 */
.pb-content {
  padding: 2rem 0 0 0;
}

.tab-about {
  background-image: none;
  background-color: #f5f5f5;
  padding: 5% 10%;
}

.tab-about h2 {
  font-weight: bold;
  font-size: 40px;
  background: -webkit-linear-gradient(45deg, #077abc, #139984);
  /* Chrome, Safari */
  background: linear-gradient(45deg, #077abc, #139984);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  margin-bottom: 4rem;
}

.tab-about h2 span {
  font-size: 24px;
  margin-left: 1rem;
  -webkit-text-fill-color: #555555
}

.tab-about img.img-left {
  max-width: 100%;
  margin: 5% 0;
}

.tab-about p {
  font-size: 16px;
  color: #525252;
}

.tab-about .ab-right1 {
  background: url(../images/about-4.png) no-repeat;
  background-size: 100% auto;
  position: relative;
  min-height: 20rem;
  text-align: right;
}

.tab-about .ab-right1 i {
  font-style: normal;
  font-size: 14px;
  color: #515151;
  position: absolute;
  right: 20%;
  bottom: 40%;
}

.tab-about .ab-right1 i b {
  font-size: 50px;
  color: #0068de;
  font-weight: bold;
  display: block;
}

.tab-about .ab-right2 {
  text-align: center;
}

.tab-about .ab-right2 img {
  max-width: 60%;
  margin: 10% auto 0;
}

.culture-right {
  background: url(../images/about-4.png) no-repeat right top;
  background-size: 80% auto;
  position: relative;
  min-height: 30rem;
}

.culture-right .wh1 {
  position: absolute;
  top: 10%;
  width: 50%;
  left: 30%;
}

.culture-right .wh2 {
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 0;
}

.cd-content {
  background: url(../images/about-4.png) no-repeat right top;
  background-size: 30% auto;
}

.cd-cont1,
.cd-cont2 {
  min-height: 15rem;
}

.cd-cont1 .cd-p,
.cd-cont2 .cd-p {
  font-size: 14px;
}

.cd-cont1 {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.cd-cont1 .cd-pic {
  text-align: right;
}

.cd-cont1 .cd-pic img {
  max-width: 80%;
}

.cd-cont2 {
  margin-top: 5rem;
}

.cd-cont2 img {
  max-width: 80%;
}

.cp-pic {
  max-width: 80%;
  margin: 2rem;
  background-color: #ffffff;
  text-align: center;
}

.cp-pic img {
  width: 50%;
}

/* about页面结束 */

/* 荣誉资质开始 */
.honor-pic {
  text-align: center;
}

.honor-pic img {
  max-width: 80%;
  margin-top: 5rem;
}

/* 荣誉资质结束 */

/* 场地设备开始 */
.eq-cont {
  background-color: #ffffff;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.eq-cont img {
  width: 80%;
  margin: 2rem 0 0 0;
  border-radius: 1rem;
}

.eq-cont p {
  text-align: center;
  margin: 1rem 0 0.5rem 0;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.eq-cont a {
  display: inline-block;
  width: 5rem;
  height: 2rem;
  background: url(../images/eq2.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.5rem;
}

/* 场地设备结束 */

/* 新闻页开始 */
.new-list {
  border-top: 1px solid #d6e0f7;
  padding: 2rem 0;
}

.new-list div {
  padding: 0;
}

.new-list img {
  max-width: 100%;
}

.new-list time {
  float: right;
  display: inline-block;
  color: #0068de;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #0068de;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2rem;
}

.new-list time span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.new-list .new-cont {
  position: relative;
  min-height: 10rem;
}

.new-list h6 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 2rem;
}

.new-list p {
  color: #989898;
  font-size: 14px;
}

.new-list .new-cont a {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  background-color: #0068de;
  width: 8rem;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.new-last {
  border-bottom: 1px solid #d6e0f7;
}

.new-page {
  margin-top: 5rem;
}
.new-show h4{text-align: center;}
.new-show span{ display: inline-block; text-align: center;  width: 100%;}
.new-show p{font-size: 1rem; line-height: 2rem; white-space: break-spaces; margin: 0; }

/* 新闻页结束 */

/* 联系我们开始 */
.c-content {
  margin-top: 3rem;
  padding: 0 10%;
}

.c-content .c-message {
  text-align: center;
  background-color: #eeeeee;
  border-radius: 1rem;
  padding: 5rem 0 2rem 0;
  margin-bottom: 3rem;
}

.c-content .c-message img {
  width: 4rem;
}

.c-content .c-message h5 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 2rem 0;
}

.c-content .c-message p {
  color: #939393;
  font-size: 14px;
  height: 28px;
  padding: 0 0.5rem;
}

.c-content .c-ditu img {
  max-width: 100%;
}

/* 联系我们结束 */


@media screen and (min-width: 344px) and (max-width:440px) {
  .carousel-indicators {
    bottom: -10px;
  }

  footer .f-l-message ul li textarea {
    width: 90%;
  }

  .zizhi .zz-sj ul li {
    background: none;
  }

  .text-center p {
    padding: 0 2rem;
    white-space: break-spaces;
  }

  footer .f-bottom {
    flex-wrap: wrap;
    padding-left: 1rem;
  }

  .tab-about h2 span {
    display: block;
    margin-left: 0;
  }

  .tab-about .ab-right1 {
    min-height: 13rem;
  }

  .tab-about .ab-right1 i {
    bottom: 20%;
  }

  .tab-about .ab-right2 img {
    max-width: 80%;
  }

  .culture-right {
    min-height: 19rem;
  }

  .cd-cont1 .cd-pic,
  .cd-cont2 .cd-pic {
    text-align: center;
  }

  .cd-cont1 .cd-pic img,
  .cd-cont2 .cd-pic img {
    max-width: 100%;
    width: 100%;
    margin: 2rem 0;
  }
  .show-content img{ width: 80%;}
}

@media screen and (max-width: 768px) {
  .pro-content .pro-pane .pro-list .pro-pic img {
    max-height: 60%;
  }

  footer .f-l-message ul li input {
    width: 85%;
  }

  .tab-about h2 span {
    display: block;
    margin-left: 0;
  }

  .tab-about .ab-right1 {
    min-height: 13rem;
  }

  .tab-about .ab-right2 img {
    max-width: 80%;
  }

  .culture-right .wh1 {
    width: 70%;
  }

  .culture-right .wh2 {
    width: 50%;
    left: 5%;
    bottom: 10%;
  }

  .cd-cont1 .cd-pic,
  .cd-cont2 .cd-pic {
    text-align: center;
  }

  .cd-cont1 .cd-pic img,
  .cd-cont2 .cd-pic img {
    max-width: 100%;
    width: 100%;
    margin: 2rem 0;
  }
  .show-content img{ width: 80%;}

}

@media screen and (max-width: 820px) {
  .pro-content .pro-pane .pro-list .pro-pic img {
    max-height: 60%;
  }

  footer .f-l-message ul li input {
    width: 85%;
  }

  .tab-about .ab-right1 {
    min-height: 13rem;
  }

  .tab-about .ab-right2 img {
    max-width: 80%;
  }

  .culture-right .wh1 {
    width: 70%;
  }

  .culture-right .wh2 {
    width: 50%;
    left: 5%;
    bottom: 10%;
  }

  .tab-about h2 span {
    display: block;
    margin-left: 0;
  }

  .c-content {
    padding: 0 5%;
  }

  .c-content .c-message {
    padding: 2rem 0 1rem 0;
  }

}

@media screen and (max-width: 1024px) {
  .pro-content .pro-pane .pro-list .pro-pic img {
    max-height: 60%;
  }

  footer .f-l-message ul li input {
    width: 85%;
  }

  .tab-about .ab-right1 {
    min-height: 13rem;
  }

  .culture-right .wh1 {
    width: 70%;
  }

  .culture-right .wh2 {
    width: 50%;
    left: 5%;
    bottom: 5%;
  }

  .c-content {
    padding: 0 5%;
  }

  .c-content .c-message {
    padding: 2rem 0 1rem 0;
  }

}