html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
/* table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
} */

/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap"); */
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", 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;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.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;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header_section {
  width: 100vw;
  position: fixed;
  background: #fff;
  height: 80px;
    z-index: 999;
  }

  .header_section .container-fluid {
    padding-right: 74px;
    padding-left: 74px;
    height: 80px;
  }

  .header_section img {
    width: 157px;
    height: 48px;
  }

  .custom_nav-container {
    padding: 0;
  }

  .custom_nav-container .navbar-nav {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom_nav-container .navbar-nav .nav-item {
    position: relative;
    padding: 22px 0 10px 0;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 32px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    position: relative;
  }

  .custom_nav-container .navbar-nav .nav-item .geduan {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
  }
  .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #148DFF;
  }

  .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    /* background: #E8F0FD; */
  }

  .custom_nav-container .navbar-nav .nav-item .xiala {
    position: absolute;
    top: 32px;
    right: -1px;
    width: 17px;
    height: 14px;
    background: url(/user/img/xiala.png);
    background-size: 100%;
  }
  .custom_nav-container .navbar-nav > li:hover .xiala {
    /* background: #E8F0FD; */

    background: url(/user/img/shangla.png);
    background-size: 100%;
  }
  .custom_nav-container .navbar-nav > li:hover .ol-list {
    display: block;
  }
  .custom_nav-container .navbar-nav .nav-item .ol-list {
    display: none;
    width: 152px;
    position: absolute;
    margin-top: 20px;
    /* padding-top: 10px; */
    top: 68px;
    left: 0px;
    /* border-radius: 5px; */
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    list-style:none;
  }
  .custom_nav-container .navbar-nav .nav-item .ol-list > li > a {
    font-size: 14px;
    text-decoration: none;
    color: #666;
    height: 46px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #979797; */
    justify-content: center;
  }
  .custom_nav-container .navbar-nav .nav-item .ol-list > li > a:hover {
    background: #fff;
    color: #666;
  }

  .custom_nav-container .navbar-nav .nav-item .ol-list > li > a:hover:last-child {
    border-radius: 5px;
  }

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

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

  .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: #000;
    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: #000;
    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;
  }

  /* section */
  .slider_section .slide_carouse .carousel1 img {
    width: 100vw;
    margin-top: 80px;
  }
  .slider_section .slide_carouse .carousel2 {
    width: 100vw;
    /* height: 2200px; */
    /* padding-top: 60px; */
    position: relative;
    /* padding-bottom: 144px */
    /* background-image: url(/user/img/tu2.png); */
  }
  .slider_section .slide_carouse .carousel2 .gyyy {
    width:260px;
    height: 70px;
    margin: 0 auto;
    padding:5px 30px;
    border: 1px solid #a0a0a0;
    text-align: center;
    margin-top: 53px;
    margin-bottom: 77px;
}
.slider_section .slide_carouse .carousel2 .gyyy span {
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  top: -26px;
}
.slider_section .slide_carouse .carousel2 .gyyy span.title{
    display:block;
    width:150px;
    height:32px;
    position:relative;
    top: 43px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #979797;
    margin: 0 auto;
    background: #fff;
}
.slider_section .slide_carouse .carousel2 .cont {
  width: 1370px;
  margin: 0 auto;
}
.slider_section .slide_carouse .carousel2 .cont h3 {
    font-size: 60px;
    text-align: center;
    color: #979797;
    margin-bottom: 60px;
}
.slider_section .slide_carouse .carousel2 .cont h3 span {
    font-size: 30px;
    color: #212429;
}

.slider_section .slide_carouse .carousel2 .cont1 {
    width: 1350px;
    margin: 0 auto;
    margin-top: 93px;
  }
  .slider_section .slide_carouse .carousel2 .cont1 .title {
    display: inline-block;
  }
  .slider_section .slide_carouse .carousel2 .cont1 .title img {
    width: 50px;
    height: 51px;
  }
.slider_section .slide_carouse .carousel2 .cont1 .title .zu210 {
    width: 57px;
    height: 48px;
}
.slider_section .slide_carouse .carousel2 .cont1 .title .zu27 {
  width: 54px;
  height: 47.7px;
}
.slider_section .slide_carouse .carousel2 .cont1 .title span {
  display: inline-block;
  text-align: center;
  margin-left: 22px;
  letter-spacing: 8px;
  background: url(/user/img/zu6.png);
  width: 234px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}
.slider_section .slide_carouse .carousel2 .news {
  width: 1200px;
  height: 185px;
  margin: 0 auto;
  margin-bottom: 56px;
}
.slider_section .slide_carouse .carousel2 .news {
  width: 1200px;
  height: 185px;
  margin: 0 auto;
  margin-bottom: 56px;
}
.slider_section .slide_carouse .carousel2 .news .text h3:hover {
  color: #148DFF;
  cursor: pointer;
}
.slider_section .slide_carouse .carousel2 .news .cut {
  width: 280px;
  height: 185px;
  float: left;
}
.slider_section .slide_carouse .carousel2 .news .text {
  width: 828px;
  height: 185px;
  margin-left: 91px;
  float: left;
}
.slider_section .slide_carouse .carousel2 .news .text h3 {
  font-size: 20px;
  color: #434343;
  margin-bottom: 33px;
}
.slider_section .slide_carouse .carousel2 .news .text p {
  font-size: 16px;
  color: #434343;
  margin-bottom: 46px;
}
.slider_section .slide_carouse .carousel2 .news .text p img {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}
.slider_section .slide_carouse .carousel2 .news .text p span {
  margin-right: 26px;
}
.slider_section .slide_carouse .carousel2 .example {
  width: 1200px;
  margin: 0 auto;
}
.slider_section .slide_carouse .carousel2 #page {
  width: 800px;
 float: right;
}
.page-elem-field-root{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.page-elem-field{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.page-elem-field .item{width:30px;height:30px;line-height:30px;text-align:center;font-size:16px;border:1px solid #e2e2e2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.page-elem-field .item.head{width:60px;min-width:50px}.page-elem-field .item.foot{width:60px;min-width:50px}.page-elem-field .item.active{background-color:#1e9fff;color:#fff}.page-elem-field .item:hover{background-color:pink;color:#fff}.page-elem-field .item.item-disable{color:#d2d2d2!important;cursor:not-allowed!important}.page-elem-field .item.active:hover{background-color:#1e9fff;color:#fff}.toPage{margin-left:10px;width:100px;height:30px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.toPage .inputBox{width:40px;height:30px;box-sizing:border-box;position:relative}.toPage .inputBox .inputborder{width:40px;height:30px;box-sizing:border-box;text-align:center;outline:0;border:1px solid #e2e2e2;z-index:22;position:absolute;left:0;top:0}.toPage .inputBox .show-val{position:absolute;left:0;top:0;width:40px;height:30px;line-height:30px;text-align:center;border:1px solid #e2e2e2;box-sizing:border-box}.toPage::before{content:'前往';display:block;margin-right:5px;width:32px;height:30px;line-height:30px}.toPage::after{content:'页';margin-left:5px;width:16px;height:30px;line-height:30px}.pagesbox{margin-left:10px;width:60px;height:30px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.pagesbox .currectPage{color:#00bfff;width:30px;height:30px;line-height:30px;text-align:center}.pagesbox .line{color:#00bfff;width:10px;height:30px;line-height:30px;text-align:center}.pagesbox .allPages{width:30px;height:30px;line-height:30px;text-align:center}


.slider_section .slide_carouse .carousel2 #test .toPage {
  display: none;
}
.slider_section .slide_carouse .carousel2 #test .item {
  border-radius: 6px;
  margin: 0 5px;
}
.slider_section .slide_carouse .carousel2 #test {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}



.slider_section .slide_carouse .carousel7 {
  width: 100vw;
  height: 567px;
  background: #252525;
  padding-top: 158px;
}
.slider_section .slide_carouse .carousel7 .content {
  width: 1366px;
  margin: 0 auto;
  display: flex;
}
.slider_section .slide_carouse .carousel7 .content .about {
  display: flex;
  text-align: center;
  margin-right: 39px;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}
.slider_section .slide_carouse .carousel7 .content .about .guanyu {
  margin-right: 39px;
  color: #fff;
}
.slider_section .slide_carouse .carousel7 .content .about .guanyu h4 {
  font-size: 16px;
  margin-bottom: 32px;
}
.slider_section .slide_carouse .carousel7 .content .about .guanyu p {
  color: #7D7D7D;
  font-size: 16px;
  line-height: 31px;
}
.slider_section .slide_carouse .carousel7 .content .gzh {
  display: flex;
  text-align: center;
}
.slider_section .slide_carouse .carousel7 .content .gzh .yyk {
  margin-right: 49px;
}
.slider_section .slide_carouse .carousel7 .content .gzh .yyk:nth-child(4) {
  margin: 0;
}
.slider_section .slide_carouse .carousel7 .content .gzh .yyk img {
  width: 133px;
  height: 133px;
}
.slider_section .slide_carouse .carousel7 .content .gzh .yyk p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.slider_section .slide_carouse .carousel7 .content1 {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  color: #fff;
}
.slider_section .slide_carouse .carousel7 .content1 .p1 {
  /* flex: 1; */

  margin-top: 129px;
}
.slider_section .slide_carouse .carousel7 .content1 .gongsi {
  margin-left: 257px;
  margin-top: 72px;
}
