/*
Theme Name: DouPHP 默认模板
Theme URI: http://demo.douphp.com/
Description: DouPHP 默认模板
Version: 1.0
Author: DouCo Co.,Ltd. Co.,Ltd.
Author URI: https://www.douphp.com/
*/
/* 初始化
----------------------------------------------- */
@media (max-width: 767px) {
	#header .navbar .logo img {
     width: 200px;
	height:39px;		
}
.hidden-l {
    display: none !important;
  }
  .home-new-bd .right-box {
   
    width: 98%;}
  .copyright .cb {
    display: block;
  }
.bg .company .left .content{
	font-size:18px;
    color:#666;
    line-height:36px;
}
}
.copyright .cb {
  width: 100%;
  display: flex;
  line-height:32px;
  justify-content: space-between;
}
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #FFF;
}
body, button, input, textarea {
 font-size: 14px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 color: #333333;
}
a:hover {
 color: #333333;
 text-decoration: none;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 14px;
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
 background-color: transparent;
 background-image: none;
 transition: background-color 50000s ease-in-out 0s;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
 cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
#wrapper .mb {
 margin-bottom: 50px;
}
@media (min-width: 1200px) {
 .container {
  max-width: 1420px;
 }
}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#header .top {
 background-color: #EEEEEE;
 height: 30px;
 border-bottom: 1px solid #DDDDDD;
 text-align: right;
}
#header .top .container {
 zoom: 1;
}
/* top-nav */
#header .top .top-nav {
 float: left;
 position: relative;
 z-index: 10000;
}
#header .top .top-nav li {
 float: left;
 text-align: center;
}
#header .top .top-nav li.lang-select {
 min-width: 80px;
}
#header .top .top-nav li a {
 display: block;
 padding: 0 10px;
 height: 30px;
 line-height: 30px;
 color: #333;
}
#header .top .top-nav li.hover {
 position: relative;
 background: #F5F5F5;
}
#header .top .top-nav ul {
 display: none;
 background: #F5F5F5;
 width: 100%;
 position: absolute;
 top: 100%;
 left: 0;
}
#header .top .top-nav ul li {
 float: none;
 font-size: 13px;
}
#header .top .top-nav ul li a:hover {
 background-color: #DDD;
}
/* search */
#header .top .search {
 float: right;
 _width: 205px;
}
#header .top .search .search-box {
 border: 1px solid #545454;
 background-color: #545454;
 height: 28px;
 padding-left: 10px;
 box-sizing: content-box;
}
#header .top .search .search-box .keyword {
 background-color: #545454;
 color: #CCCCCC;
}
#header .top .search .search-box .keyword:-webkit-autofill {
 -webkit-text-fill-color: #CCCCCC !important;
}
#header .top .search .search-box .btnSearch {
 background-color: #545454;
}
/* -- navbar -- */
#header .navbar {
 z-index: 1000;
 border-bottom: 1px solid #DDD;
 background-color: #FFF;
 box-shadow: 0px 3px 10px 0px rgb(38 107 193 / 8%);
}
#header .navbar.fix {
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 z-index: 1030;
}
@media (min-width:992px) {
 #header .navbar {
  padding: 0;
  height:100px;
 }

#header .navbar .logo {
 display: block;
 height: 85px;
}
#header .navbar .logo img {
 height: 100%;
}
#header .navbar .navbar-brand {
 max-width: 70%;
 overflow: hidden;
}
#header .navbar .menu {
 background-color: transparent;
}
#header .navbar .navbar-action .fa {
 font-size: 30px;
 padding: 0 8px;
 color: #777;
}
/* -- main-nav -- */
#header .main-nav .dropdown-menu {
 padding: 0;
 margin: 0;
 min-width: 100%;
 font-size: 14px;
 color: #212529;
 text-align: left;
 list-style: none;
 background-color: #fff;
 background-clip: padding-box;
 border: 0;
 border-radius: 0;
}
}
@media (min-width:992px) {
 /* LEVEL ONE */
 #header .main-nav .nav-item .nav-link {
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #000;
  text-decoration: none;
 }
 #header .main-nav .nav-item .nav-link::after {
  display: none;
 }
 #header .main-nav .nav-item:hover .nav-link, #header .main-nav .active .nav-link {
  background-color: #088E4A;
  color: #FFF;
 }
 /* LEVEL TWO */
 #header .main-nav .dropdown:hover > .dropdown-menu {
  display: block;
 }
 #header .main-nav .dropdown-menu .dropdown-item {
  background: #E0E0E0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
 }
 #header .main-nav .dropdown-menu .dropdown-item:hover {
  background: #088E4A;
  color: #FFF;
 }
 /* LEVEL THREE */
 #header .main-nav .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  min-width: 98px;
  _width: 98px;
 }
 #header .main-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
 }
 #header .main-nav .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 13px;
  vertical-align: 0;
  border-right: 0;
  border-top: .2em solid transparent;
  border-left: .3em solid;
  border-bottom: .2em solid transparent;
 }
}
@media (max-width:992px) {
 #header .main-nav .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 23px;
 }
 #header .main-nav .dropdown-menu {
  padding-left: 15px;
 }
 #header .main-nav .dropdown-menu .dropdown-item {
  position: relative;
 }
 #header .main-nav .dropdown-item, #header .main-nav .nav-link {
  border-bottom: 1px solid #EEE;
  padding: 0.8rem 0;
  background-color: transparent;
 }
 #header .main-nav .dropdown-menu .dropdown-item:active {
  color: #555;
  background-color: #FFF;
 }
}
/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
.slide-show .swiper-slide a {
 display: block;
 background-color: #DDDDDD;
 height: 600px;
 background-repeat: no-repeat;
 background-position: center center;
}
.slide-show .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
}
.slide-show .swiper-pagination-bullet-active {
 background-color: #19B4EA;
}
.slide-show .swiper-button-prev {
 left: 50px;
}
.slide-show .swiper-button-next {
 right: 50px;
}
.slide-show .swiper-button-prev, .slide-show .swiper-button-next {
 display: none;
 color: #FFF;
}
.slide-show:hover .swiper-button-prev, .slide-show:hover .swiper-button-next {
 display: block;
}
@media (max-width:992px) {
 .slide-show .swiper-slide a {
  height: 200px;
 }
}
/* -- index-box -- */
#index .index-box {
 padding: 40px 0;
 zoom: 1;
 overflow: hidden;
}
@media (max-width:992px) {
 #index .index-box {
  padding: 30px 0;
 }
}
#index .index-box.bg {
 background-color: #F5F5F5;
}
#index .index-box h3 {
 text-align: center;
 margin-bottom: 30px;
}
#index .index-box h3 b {
 color: #333;
 font-size: 30px;
}
#index .index-box h3 em {
 display: block;
 margin-top: 8px;
 text-transform: uppercase;
 color: #999;
}
#index .index-box .more {
 text-align: center;
}
#index .index-box .more a {
 display: inline-block;
 padding: 5px 30px;
 border: 1px solid #DDD;
 color: #19B4EA;
}
#index .index-box .more a:hover {
 border: 1px solid #19B4EA;
 background-color: #19B4EA;
 color: #FFF;
}
