/* GLOBAL STYLES
 * Padding below the footer and lighter body text
* -------------------------------------------------- */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background: #f7f8f9;
}

.logo{
  width: 54px;
  height: 54px;
  margin-top: -20px;
  margin-right: 124px;
}
.nav>li{
  margin-right: 95px;
}

.navbar{
  margin-bottom: 0px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  z-index: 20;
  height: 70px;
  background: #000;
  width: 100%;
}
.navbar-static-top{
  border:none;
}

.learnmore .navbar-wrapper{
  margin-top: 0px;
}


/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {

}
.navbar-wrapper .navbar .container {
  width: auto;
  height: 69px;
  padding: 10px 0px;
  background: #000;
}

.navbar-inverse .navbar-collapse{
  background: #000;
  padding-left: 30px;
}

.navbar-inverse .navbar-nav>li>a{
  font-size: 16px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  width: 100%;
  background: #000;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
  top: 25%;
}
.carousel-caption p{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
}
.carousel-caption .ban-logo{
  width: 128px;
  margin-bottom: 53px;
}

.carousel-caption h1{
  font-size: 60px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 84px;
  margin-bottom: 28px;
}

.banner-bg{
  width: 100%;
}

.banner-two{
  width: 100%;
  position: relative;
}

.banner-two .container{
  position: absolute;
  top: 0px;
  left: 0px;
}
.marketing{
  margin-top: 120px;
}
.tow-text{
  width: 100%;
  padding: 150px 0px 40px;
}
.wei-text{
  padding: 170px 0px 100px;
}
.tow-text h2{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 56px;
  margin-top: 50px;
}
.tow-text p{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 28px;
}
.tow-text h5{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 28px;
}

.pro-row{
  margin-bottom: 30px;
}

.pro-item{
  margin: 0px 7px;
  background: #fff;
  padding-bottom: 30px;
}
.pro-item:hover{
  transform:scale(1.1) !important;
}
.prolist .pro-item:hover{
  transform:scale(1) !important;
}
.pro-item h2{
  font-size: 28px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #000000;
  line-height: 40px;
  margin: 0px 24px 6px;
}
.pro-item p{
  font-size: 20px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #000000;
  line-height: 28px;
  margin: 0px 24px 29px;
}

.pro-img{
  width: 100%;
  margin-bottom: 23px;
}

.a-more{
  font-size: 18px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  
  text-align: left;
  color: #086f46;
  line-height: 25px;
  display: block;
  margin: 0px 24px;
}
.pro-item:hover .a-more{
  text-decoration: underline;
  transition:all 0.6s;
}


.buy-box{
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: #fff;
   height: 120px;
   padding: 30px 110px;
   margin: 80px 5px 160px;
}
.f-logo{
  width: 72px;
  height: 78px;
  display: block;
}
.bug-text{
  width: 100%;
  flex: 1;
  padding: 0px 22px;
}
.bug-text p{
  font-size: 25px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #000000;
  line-height: 36px;
  margin-bottom: 8px;
}
.bug-hr{
  width: 100px;
  margin: 0px;
  border-top: 3px #000 solid;
}
.bug-text:hover .bug-hr{
  width: 100%;
  transition:all 0.6s;
}
.weixin .img{
  width: 60px;
  height: 60px;
  margin: 0px auto;
  display: block;
}
.weixin p{
  text-align: center;
}

.footer{
  background: #000;
}

.footer-box{
  padding-top: 30px;
  padding-bottom: 30px;
}
.foot-logo{
  width: 212px;
  height: 85px;
  margin: 0px auto;
  display: block;
}
.qcode{
  display: flex;
  justify-content:flex-end;
  align-items: center;
  padding-top: 15px;
}
.f-code{
  width: 60px;
  height: 60px;
  margin-left: 55px;
}
.ftext{
 display: block;
 width: 100%;
 padding: 0px 60px;
}
.ftext p{
  margin: 10px 0px;
  font-size: 14px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #999999;
  line-height: 20px;
}
.ftext p a{
  color: #999999;
}

.what-bg{
  background: #f7f8f9;
  padding: 134px 0px 134px;
}
.what-box{
  position: relative;
}

.what-box .glass{
  width: 212px;
  height: 212px;
  margin-left: 50px;
}
.glass-text{
  position: absolute;
  left: 115px;
  top: 30%;
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 56px;
}

.what-text{
  margin-top: 36px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 28px;
}
.what-tit{
  font-size: 20px;
  font-family: PingFang, PingFang-SC;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 28px;
}

.prolist{
  background: #fff;
  padding: 130px 0px 165px;
}
.prolist .pro-item{
  margin-top: 125px;
}

.pro-bg{
  background: #f7f8f9;
}
.pro-bg .pro-item{
  background: #f7f8f9;
  margin-left: 100px;
}


.prolist .pro-item .pro-hr{
  border-top:3px solid #000; 
  margin: 0px 24px 29px;
  width: 12%;
}
.prolist .pro-item p{
  margin-bottom: 56px;
}
.prolist .pro-item:hover .pro-hr{
  transition:all 0.6s;
  width: 50%;
}

.learn-bg {
  padding: 0px 0px 160px 0px;
}
.learn-bg .pro-item{
  margin: 50px 0px 0px;
}
.learn-bg1 .pro-item{
  margin: 100px 0px 0px;
}
.learn-bg .pro-item p{
  margin: 0px 0px 56px 0px;
}

.learn-bg .pro-item .pro-hr{
  margin: 0px 24px 0px 0px;
}

.learn-bg h2{
  font-size: 32px;
  text-align: left;
  color: #333333;
  line-height: 45px;
}

.useful{
  position: relative;
}

.useful .useful-img{
  width: 100%;
}
.useful-box{
  text-align: center;
  position: absolute;
  left: 20%;
  top: 30%;
}

.useful-text{
  text-align: center;
  display: block;
  width: 40%;
  margin: 0px auto;
}
.useful-text p{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
}
.useful-text h2{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  margin-bottom: 48px;
}


.huayue{
  font-size: 60px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 84px;
  margin-top: 150px;
}
.carousel-caption .huayue-rec{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
}
.banner-about{
  padding: 110px 0px 189px;
}
.about-text h2{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 56px;
  margin: 30px 0px 0px 140px;
}

.about-text p{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 28px;
  margin-right: 90px;
}

.nanxin-bg{
  position: relative;
}
.nanxin-img{
  width: 100%;
}
.nanxin-box{
  position: absolute;
  top: 0px;
  left: 15px;
  background: linear-gradient(91deg,#002351 34%, rgba(0,26,60,0.00) 100%);
  opacity: 0.8;
  padding: 103px 60px 145px;
}
.nanxin-box:hover{
  opacity: 0.6;
}

.nanxin-bg h3{
  font-size: 32px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #ffffff;
  line-height: 45px;
  margin:0px 0px 30px;
}
.nanxin-bg p{
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 28px;
}

.about-list{
  padding: 100px 0px;
  background: #fff;
}

.about-img{
  width: 100%;
  height: 416px;
}

.about-title p{
  font-size: 20px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #333333;
  line-height: 28px;
  margin-bottom: 96px;
}
.about-title .home-tit{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 56px;
  margin-top: -28px;
}
.about-title h2{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 56px;
  margin: 0px 0px 30px 0px;
}
.about-des p{
  font-size: 20px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #333333;
  line-height: 28px;
  margin:70px 0px 10px;
}

.about-title .a-hr{
  border-top:3px solid #000; 
  margin: 0px 0px 40px;
  width:71px;
}
.about-title:hover .a-hr{
  transition:all 0.6s;
  width: 150px;
}

.contact-us{
  padding: 120px 0px;
}
.contact-us .container{
  padding-left: 30px;
}
.contact-us .row-bg{
  background: #fff;
  overflow: hidden;
  
}
.contact-us .ditu-box{
  margin-left: -15px;
}

.contact-tit{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 56px;
  margin-bottom: 51px;
  margin-left: -15px;
}
.contact{
  background: #fff;
  padding-top: 103px;
}
.us-hr{
  border-top:3px solid #000;
  width: 60px;
  margin: 0px 0px 30px;
}
.contact h4{
  font-size: 24px;
  text-align: left;
  color: #333333;
  line-height: 33px;
  margin-bottom: 10px;
}
.contact h3{
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 42px;
  margin-bottom: 61px;
}
.icolist{
 
  margin-bottom: 18px;
}
.icolist span{
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 25px;
}
.icolist .ico-img{
  width: 26px;
  height: 26px;
  display: inline-block;
}
.address{
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 19px;
  width: 80%;
}
.details-box{
  margin: 100px 0px;
}
.new-box{
  margin: 50px 0px;
}
.new-row{
  margin: 50px -15px;
}
.newimg{
  width: 90%;
  height: 150px;
  display: block;
  object-fit: cover;
}

.new-row .title{
  margin: 15px 0px 30px;
  font-size: 18px;
  font-weight: bold;

}
.new-row .desc{
  line-height: 30px;
  font-size: 16px;
}
.new-row .desc a{
  color: #333;
}
.left-list{
  border-right: 1px solid #333;
  padding: 0px 30px 50px;
}

.left-list .newimg{
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
}
.left-list .title{
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0px 8px;
}
.left-list .desc{
  font-size: 16px;
  line-height: 25px;
}
.left-list .desc a{
  color: #333;
}
.details .title{
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto 40px;
  text-align: center;

}
.details .info{
  font-size: 16px;
  line-height: 30px;
  padding: 0px 30px;
}
.details .info img{
  width: 90%;
  height: auto;
  margin: 15px auto;
}
.pagesico{
  margin-bottom: 90px;
}
.pagesico .pagination{
 float: right;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.periphery{
  margin: 119px 0px 20px;
}

.periphery .title{
  text-align: left;
}
.periphery .title .tit-hr{
  border-top:3px solid #000; 
  margin: 0px 0px 40px;
  width: 71px;
}

.periphery .title h2{
  font-size: 40px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 56px;
  margin-bottom: 100px;
}
.periphery .p-img{
  width: 100%;
  margin: 0px;
}
.perbox:hover{
  transform:scale(1.05) !important;
}
.periphery h4{
  padding: 40px;
  text-align: center;
  font-size: 28px;
  font-family: PingFang, PingFang-SC;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  margin: 0px;
  background: #fff;
}

.min-box{
  display: none;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



