﻿
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/*@media (max-width: 768px) {*/
  /*.back-to-top {*/
    /*bottom: 15px;*/
  /*}*/
/*}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  /*position: fixed;*/
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}
.carousel-content>p,.mar-w>p10:40 2018/7/12{
  margin:0px !important;
}
@media (max-width:768px) {
  .mar-w{width: 66%;margin: auto;}
  .micr{padding-bottom:15px;}	
  .nav-menu > li {
    float: none;
  }
  .wcol,.im-wz,.xm-g{display: none;}
  #img{display: none}
  .l-yimg{margin: 0px !important;}
  ul{padding: 0px}
  #l_img{width: 380px;}
  #intro h2{font-size: 25px !important;}
  #intro p{font-size: 14px;padding: 0px 10px;}
  #footer .footer-top .footer-links{margin-bottom:0px !important;display:none;}
  #footer .footer-top .footer-newsletter{margin-bottom:0px !important;padding-top: 20px;}
  .c-con{margin: 30px auto !important;}
  p{margin:0px !important;}
  .l-kp{margin-top: 30px;}
  .cp{margin-top: 15px !important;margin-bottom: 10px !important;}
  #footer .footer-top{padding: 0px !important;}
  .xm-p{width:51%;float:left;line-height: 40px;}
  .x-wx{display:block !important;}
  .l-h{margin-top:50px !important;}
  #about{padding:20px !important;}
  .l-yw ul li{width:160px !important;height:170px !important;padding:0px 5px;}
  img{max-width:100%;}
}
@media (min-width:768px) {
  .nav-menu > li {
    float: left;
  }
  .l-yimg{margin: 20px 90px 20px 29px;}
  .blog-media{width: 265px;}
  #l_img{width: 430px;}
}
@media (max-width:1660px) {
.im-wz{
  display: none;
}
}

#header #logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*@media (max-width: 768px) {*/
  /*#header #logo h1 {*/
    /*font-size: 28px;*/
  /*}*/
  /*#header #logo img {*/
    /*max-height: 40px;*/
  /*}*/
/*}*/
.chs{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 1500px) {
    .l-yimg {
      margin: 20px 45px 20px 29px;
    }
  #ca{width: 8.3%;}
  #ca2{width: 33.3%;}
}

#intro p {
  margin: 0 auto 30px auto;
  color: #fff;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
#nav-menu-container {
  float: right;
  margin: 0;
  position: relative;
}
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #18d26e;
}

.nav-menu > li {
  margin-left: 60px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}


#about{
  padding: 50px;
}



#footer {
  background: #000;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 50px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer-newsletter{
  padding-right: 0px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

body {
  background: #f4f4f4;
}

#header {
  background: #000000;
}
.l-p{
  width: 770px;
float: right;
  color: #000000;
}
.l-b{
    float: left;
    margin-top: 13px;
}
marquee{
  padding-top: 13px;
  height: 38px;
}


#nav-menu-container>ul>li>a{
  font-size: 16px;
}
.wcol{
  font-size: 18px;
  color: green;
  margin-left: 70px;
  position: relative;
}
.l-w-1{
  position: absolute;
  top: 60px;
  right: -15px;
  display: none;
}
.l-ul-1{
  position: absolute;
  border-radius: 5%;
  width: 149px;
  left: -33px;
  display: none;
  text-align: center;
  z-index: 10000;
}
.square{
  background: #FFFFFF;
  width: 15px;
  height: 15px;
  transform:rotate(43deg);
  position: absolute;
  top: -8px;
  left: 66px;
}
.l-span-1{
  color: #000000;
  font-weight: 700;
}
.l-span-g{
  float: right;
  font-size: 14px;
}
#l-p-1>li>a{
  color: #545454;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
li{
  list-style: none;
}
#l-p-1>li>a:hover{
  color: #0ca151;
}
#lone{
  float: left;
}
#l861{
  display: inline-block;
}
#ld1-p{
  margin-bottom: 10px;
  font-weight: 700;
  color: #000000;
}
#ld1-p1{
  color: darkgray;
  font-size: 13px;
}
#l-man{
  padding: 0px;
}
#l-log{
  /*width: 200px;*/
  /*border: 1px solid #C0C0C0;*/
  /*margin-top: 10px;*/
  text-align: center;
  height: 100px;
  position: relative;
}
.l-h{
  text-align: center;
  color: #000;
  margin-top: 80px;
}
.l-yw{
  position: relative;
  text-align: center;
}
.l-yw>ul{
  padding:0px;
}
.l-yimg{
  list-style: none;
  display: inline-block;
  height: 200px;
}
.l-yw>ul>li>p{
  text-align: center;
  color: #1a1919;
  padding-top: 15px;
}
.slides>li>img{
  width: 110px;
}
ol{
  display: none;
}
.lcontainer{
  /*width: 1300px;*/
  margin: auto;
}
a{
  text-decoration: none;
}
.l-yw ul li{
  width: 200px;
  height:225px;
  list-style: none;
  position: relative;
 display: inline-block;
  overflow: hidden;
}
/*遮罩*/
.l-yw ul li .a2{
  position: absolute;
  top: 0;
  left:-474PX;
  width: 200px;
  height: 200px;
  text-align: center;
  color: white;
  background: rgba(0,0,0,0.5);
  transition: all 0.2s;
}
.l-yw ul li .a2 .p6{
  position: absolute;
  top: 90px;
  left: 70px;
  transform: scale(1.4);
  transition: all 0.3s 0.2s ;
  color: #fff;
}
.c-con{
  /*width: 1400px;*/
  margin: 92px auto;
}
.lb-col{
  background: #0ca151 !important;
}
.l-row{
  margin-top: 40px !important;
}



.nav-title{
  font-family: 'Abril Fatface', cursive;
}
.navbar-header .nav-title:hover,
.navbar-header .nav-title:focus{
  background:#fff;
  color:#000;
}

.cative{
  font-family:'Comfortaa', cursive;
}
.navbar-collapse .navbar-nav li a:hover,
.navbar-collapse .navbar-nav li a:focus{
  color:#000;
  background:#fff;
}

.nav-item>a{
  font-size: 16px;
}
.slides>li>img{
  width: 230px;
  height: 90px;
}
#lick>img{
  width: 380px;
}
.img{margin-top:30px;width: 100%;}
.r_div{display: inline-block;text-align: center;}
.cp{text-indent: 25px;}
.l-kp {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    text-align: center !important;
}

#header{
  position: relative;
}
.im-wz{
  position: absolute;left: 210px;
}
.x-wx{
    display:none;
    position: absolute;
    right: 35px;
    top: 70px;
}
.xm-gz{
    text-align: center;
    margin-top: 3px !important;
}
@media (max-width: 360px){
   .l-yw ul li{
    width: 155px !important;
   }
}
.cms-p{
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  text-indent: 25px;
}

