/***********通用基本类1************/

/*格式化样式*/

* {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  display: block;
  border: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
  background: none
}

a:hover {
  color: #247d44;
}

ul,
ol {
  list-style: none;
}

i,
strong,
em,
b {
  font-style: normal;
}

/*结构样式*/

.p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.marginTop {
  margin-top: 3%;
}

@media (max-width: 768px) {
  .marginTop {
    margin-top: 5%;
  }
}

/***********通用基本类2************/

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: '微软雅黑';
  color: #333;
}

.wrap {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  padding: 0 6.25%;
  margin-left: auto;
  margin-right: auto;
}
.main2 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1680px) {
  .main {
    padding: 0 4%;
  }
}
@media (max-width: 1200px) {
  .main {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 0 10px;
  }
}
/* 单行文字超出隐藏 */

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 清理浮动 */

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.overflowH {
  overflow: hidden;
}

.clearance{
  margin-top: 6%;
}

/* 响应式图片盒子 */

.imgBox {
  position: relative;
}

.imgBox img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.imgBox img.full {
  width: 100%;
  height: 100%;
}

.imgBox img.auto {
  max-width: 100%;
  max-height: 100%;
}

/* 图片放大 */

.hoverScale {
  overflow: hidden;
}

.hoverScale img {
  -webkit-transition: .4s;
  transition: .4s;
  backface-visibility: hidden; /*防抖动*/
}

.hoverScale:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*居中*/

.middleBox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.middleLi {
  display: inline-block;
  vertical-align: middle;
}

/***********其他公共样式************/

/*ao-顶部栏目*/

.ao-headerNav .item1>li {
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 16px;
  float: left;
  z-index: 1;
}

.ao-headerNav .item1>li>a {
  position: relative;
  display: block;
}

.ao-headerNav .item2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  font-size: 14px;
  line-height: 3em;
  text-align: center;
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.ao-headerNav .item1>li:hover .item2 {
  display: block;
}
@media (max-width: 1650px) {
  .ao-headerNav .item1>li 
  {
      font-size: 14px;
  }
}
@media (max-width: 1460px) {
  .ao-headerNav {
    display: none;
  }
}

/*顶部栏目end*/

/*ao-响应式顶部栏目+按钮*/

.ao-navBtn .navbar-toggle {
  position: relative;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.ao-navBtn .navbar-box .sr-only {
  display: block;
  width: 100%;
  padding: 0;
  margin: -1px;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  border: 0;
  color: #888;
  text-align: center;
  margin-top: 2px;
}

.ao-navBtn .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

.ao-navBtn .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

/*响应式顶部栏目+按钮end*/

/* header头部 */

.header {
  width: 100%;
  background-color: #fff;
}

.header .header_main {
  height: 70px;
  line-height: 70px;
  padding: 30px 10px;
}

.top_line {
  background: #686868;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  overflow: hidden;
}

.top_line,
.top_line a {
  color: #fff;
}

.top_line .welcome {
  float: left;
}

.top_line .topBtn {
  float: right;
}

.header .logo {
  float: left;
  font-size: 0;
}

.header .logo {
  height: 100%;
}

.header .logo img {
  max-height: 90%;
}

.header .slogan
{
    font-size: 16px;
    float: left;
    height: 100%;
    line-height: 1.2;
    margin-left: 50px;
}
.header .slogan .ch
{
    color: #247d44;
    font-weight: bold;
    font-size: 21px;
}
.header .slogan .ch span
{
    color: #000;
    font-weight: normal;
    padding: 0 9px;
}
.header .slogan .en
{
    color: #000;
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: 5px;
}
.header .slogan .en:before
{
    content: "█";
    color: #19823f;
    padding-right: 2px;
}
.header_main .header_tel {
  float: right;
  line-height: 1.2;
  height: 100%;
  display: table;
  text-align: center;
  padding-left: 20px;
}

.header_main .header_tel .phoneIco,
.header_main .header_tel .code,
.header_main .header_tel .telInfo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.header_main .header_tel .code
{
    padding-left: 20px;
    height: 100%;
}
.header_main .header_tel .code img
{
    max-height: 70px;
}

.header_main .header_tel .phoneIco i {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../Images/phoneIco.png") no-repeat center center / contain;
  margin-right: 10px;
  background-color: #247d44;
  border: 5px solid #247d44;
  border-radius: 50%;
}

.header_main .header_tel .telInfo .telText {
  font-size: 14px;
}

.header_main .header_tel .telInfo .telNum {
  font-size: 22px;
}

.header_main .header_tel .telInfo .telNum a {
  color: #fff;
  font-size: 36px;
}

.header .icoBtn {
  float: right;
  height: 100%;
  display: none;
}

.header .icoBtn .navbar-box {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1460px) 
{
    .header .icoBtn {
        display: block;
        margin-right: 10px;
        margin-left: 10px;
      }
}

@media (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
  }
  body {
    padding-top: 126px;
  }
  .header .header_main {
    height: 90px;
    line-height: 90px;
    padding: 18px 0;
  }
  
  .header .logo {
    margin-left: 10px;
  }
}

@media (max-width: 1100px) 
{
    .header .slogan
    {
        display: none;
    }
}
@media (max-width: 992px) {
  body {
    padding-top: 116px;
  }
  .header .header_main {
    height: 80px;
    line-height: 80px;
  }
  .header .logo {
    max-width: 70%;
  }
  .header .logo img {
    max-height: 60%;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .header_main .header_tel {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 84px;
  }
  .header .header_main {
    height: 60px;
    line-height: 60px;
    padding: 12px 0;
  }
  .top_line {
    height: 24px;
    line-height: 24px;
  }
  .top_line .welcome {
    float: none;
    text-align: center;
    font-size: 12px;
  }
  .top_line .topBtn {
    display: none;
  }
}

/* nav */
.header_nav
{
    position: relative;
    background-color: #247d44;
    height: 50px;
}

.header_nav .countDown
{
    float: left;
    padding-right: 15px;
    line-height: 40px;
    color: #fff;
    font-size: 0;
    margin-top: 5px;
}

.header_nav .countDown i
{
    font-size: 33px;
        vertical-align: middle;
    display: inline-block;
        font-weight: normal;
        background-color: #fff;
        color: #247d44;
        margin: 0 2px;
}
.header_nav .countDown span
{
    font-size: 15px;
        vertical-align: middle;
    display: inline-block;
}

.header_nav ul
{
    overflow: hidden;
}

.header_nav li {
  font-size: 14px;
  padding: 0 1em;
  position: relative;
}

.header_nav li a {
  padding: 0 1em;
    line-height: 50px;
    color: #fff;
}

.header_nav li>a:before{
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header_nav li:hover >a:before,
.header_nav li.on >a:before
{
  left: 0;
  right: 0;
}
.header_nav li.on a,
.header_nav li:hover a {
  color: #fff;
}

/* nav end*/

.searchCtrl
{
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 1;
}

.searchCtrl input
{
    border: 0;
    background-color: #fff;
    padding: 5px 10px;
    vertical-align: middle;
    font-family: "微软雅黑";
    outline:none;
}
.searchCtrl input#searchKeyword
{
    border-radius: 5px 0 0 5px;
}
.searchCtrl input#searchBtn
{
    color: #4d4d4d;
    width: 35px;
    background: #ffdf00 url("../Images/search.png") no-repeat center center /20px 20px;
    border-radius: 0 5px 5px 0;
}

@media (max-width: 1460px) {
  .searchCtrl
  {
      position: relative;
      display: flex;
      top: 0;
      right: 0;
      left: 0;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .searchCtrl input#searchKeyword
  {
      flex: 1;
      border-left: 1px solid #838383;
      border-top: 1px solid #838383;
      border-bottom: 1px solid #838383;
      display: block;
      min-width: 50px;
  }
}

/* 移动端侧导航 */

.ao-slideNav-mask {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: -80%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ao-slideNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  position: fixed;
  top: 0;
  right: -20%;
  width: 20%;
  height: 100%;
  padding: 1em;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2222;
}

.ao-slideNav-mask.on {
  left: 0;
}

.ao-slideNav.on {
  right: 0;
}

.ao-slideNav .btn {
  background: url("../Images/slide-close.png") no-repeat center center / cover;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
}

.ao-slideNav li {
  width: 100%;
  border-left: 0;
  padding: .5em 0;
  line-height: 1.8;
  text-align: center;
}

.ao-slideNav .item1>li {
  font-size: 20px;
  color: #8B8784;
}

.ao-slideNav .item2 {
  display: none;
}

@media (max-width: 992px) {
  .ao-slideNav {
    right: -30%;
    width: 30%;
  }
  .ao-slideNav-mask {
    width: 70%;
  }
  .ao-slideNav .item1>li {
      font-size: 16px;
    }
}

@media (max-width: 768px) {
  .ao-slideNav {
    right: -50%;
    width: 50%;
  }
  .ao-slideNav-mask {
    width: 50%;
  }
}

/* footer脚部 */
.footer{
  background-color: #247d44;
  color: #fff;
  margin-top: 8%;
}
.footer a{
  color: #fff;
}
.footer .cont .footerLogo{
  float: left;
  margin-right: 50px;
}
.footer .cont .footerNav{
  overflow: hidden;
}
.footer .bottom{
  border-top: 1px solid #fff;
  padding: 2% 0;
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
  color: #ccc;
}
.footer .bottom a{
  color: #ccc;
}
.footer .bottom > span{
  margin: 20px;
}

.footerNav .item1{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.footerNav .item1 > li{
  position: relative;
  height: 100%;
  font-size: 20px;
  float: left;
  margin-right: 30px;
}
.footerNav .item1 > li > a:after{
  content: "";
  display: block;
  width: 1.4em;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
}
.footerNav .item2{
  margin-top: 15px;
}
.footerNav .item2 li{
  margin-top: .6em;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer .cont .footerLogo{
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .footer .cont .footerLogo img{
    margin: 0 auto;
  }
  .footer .cont .footerNav{
    display: none;
  }
  .footer .bottom{
    font-size: 12px;
  }
  .footer .bottom span{
    display: block;
    margin: 0;
  }
}

/*swiper*/

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../Images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.swiper-button-next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* lignhtBox */

#wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #292929;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

.photo_border {
  width: 300px;
  height: 300px;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  z-index: 1001;
  background: url(../Images/lightbox/loading.gif) no-repeat center center #fff;
  display: none;
  z-index: 1000;
  zoom: 1;
}

.photo {
  position: relative;
  border: 5px solid #fff;
  border-radius: 3px;
  overflow: hidden;
}

.photo_btn {
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  zoom: 1;
  background: url(../Images/lightbox/ie-bug.gif);
  cursor: pointer;
}

.photo_pre_btn {
  left: 0;
}

.photo_pre_btn_show {
  background: url(../Images/lightbox/prev.png) no-repeat;
  background-position: 10% center;
}

.photo_next_btn {
  right: 0;
}

.photo_next_btn_show {
  background: url(../Images/lightbox/next.png) no-repeat;
  background-position: 90% center;
}

.caption {
  position: relative;
  top: -65px;
  width: auto;
  height: 60px;
  margin: 0 5px;
  display: block;
  background: rgba(126, 126, 126, 0.5);
}

.photo_border .index {
  padding-left: 10px;
  color: #000;
  height: 30px;
  line-height: 30px;
}

.photo_border .title {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.caption_close_btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../Images/lightbox/close.png) no-repeat;
  cursor: pointer;
}

/* lignhtBox end*/

/*返回顶部*/

.goTop {
  position: fixed;
  bottom: 10%;
  right: 0;
  width: 3.6em;
  height: 3.6em;
  border-radius: 50%;
  background: #c9c9c9 url('../Images/go-top.png') no-repeat center center / 60% 60%;
  z-index: 34;
  opacity: 0.8;
}

.goTop img {
  width: 100%;
  height: 100%;
}

.goTop:hover {
  background-color: #247d44;
  opacity: 1;
}

/*返回顶部 end*/

/*友链*/

.friendsLinks_content {
  background-color: #000;
  border-bottom: 1px solid #666666;
  color: #fff;
  margin-top: 4%;
}

.friendsLinks_content .main {
  padding: 20px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.friendsLinks_content span {
  font-size: 20px;
}

.friendsLinks_content a {
  font-size: 14px;
  color: #fff;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .friendsLinks_content .main {
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .friendsLinks_content span,
  .friendsLinks_content a {
    font-size: 10px;
  }
}

/*友链 end*/


/*公共标题*/

.public-title {
  margin-bottom: 4.5%;
}

.public-title span {
  display: block;
  position: relative;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}

.public-title span:before {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 1px;
  background-color: #303233;
  bottom: 0;
  left: 50%;
  margin-left: -250px;
}

.public-title span:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.4em;
  height: 5px;
  background-color: #247d44;
  bottom: -2px;
  left: 50%;
  margin-left: -1.2em;
}

@media (max-width: 768px) {
  .public-title {
    margin-bottom: 30px;
  }
  .public-title span {
    font-size: 26px;
    padding: 15px 0;
  }
  .public-title span:before {
    max-width: 80%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*公共标题 end*/
/*公共标题按钮*/
.public-btn a
{
    display: block;
    width: 6em;
    height: 2em;
    border: 1px solid #247d44;
    border-radius: 2em;
    text-align: center;
    line-height: 2em;
    margin: 15px auto;
    color: #247d44;
}
.public-btn a:hover
{
    background-color: #247d44;
    color: #fff;
}
/*公共标题按钮 end*/




/*合作媒体*/
.customerList li {
  width: 12.28%;
  float: left;
  margin: 1%;
    box-shadow: 2px 2px 10px 1px #ccc;
  transition: all 0.3s;
}

.customerList li .imgBox {
  padding-bottom: 45%;
}

.customerList li .imgBox img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.customerList li:hover 
{
  box-shadow: 0 0 10px 1px #ccc;
}

@media (max-width: 1680px) {
  .customerList li {
    width: 18%;
  }
}

@media (max-width: 768px) {
  .customerList li {
    width: 23%;
    box-shadow: 0 0 10px 1px #ccc;
  }
}

/*合作媒体 end*/
