/*导航栏logo图片*/
@media screen and (min-width:789px) {
a.nav-brand{float:left;}
}

/*end*/
.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.sm-mint {
  border-top: 2px solid #00A2EB;
  
  background: #fff;
}
.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-mint a.current {
  font-weight: bold;
}
.sm-mint a.disabled {
  color: #cccccc;
}
.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(141, 184, 99, 0.2);
  border-radius: 4px;
}
.sm-mint a .sub-arrow::before {
  content: '+';
}
.sm-mint a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-mint li {
  border-top: 1px solid rgba(141, 184, 99, 0.2);
}
.sm-mint > li:first-child {
  border-top: 0;
}
.sm-mint ul {
  background: rgba(141, 184, 99, 0.2);
}
.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    white-space: nowrap;
  }

  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 11px 15px;
    color: #333;
    border-radius: 4px 4px 0 0;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: #00A2EB;
    color: #fff;
  }
  .sm-mint a.highlighted {
    background: #F6FFED;
    color: #333;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #00A2EB transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-mint a:hover .sub-arrow, .sm-mint a:focus .sub-arrow, .sm-mint a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    border-color: #00A2EB transparent transparent transparent;
  }
  .sm-mint a.disabled .sub-arrow {
    border-color: #00A2EB transparent transparent transparent;
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    border-top: 0;
  }
  .sm-mint ul {
    border: 0;
    padding: 8px 0;
    background: #F6FFED;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-mint ul ul {
    border-radius: 4px;
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #333;
    border-radius: 0;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    background: #00A2EB;
    color: #fff;
    box-shadow: none;
  }
  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mint ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #00A2EB;
  }
  .sm-mint ul a:hover .sub-arrow, .sm-mint ul a:focus .sub-arrow, .sm-mint ul a:active .sub-arrow, .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #00A2EB;
  }
  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #F6FFED;
    height: 20px;
  }
  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #00A2EB transparent;
  }
  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #00A2EB transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #00A2EB;
  }
  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #00A2EB transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #00A2EB transparent transparent;
  }
  .sm-mint.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }
  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #00A2EB transparent transparent;
  }
  .sm-mint.sm-rtl ul a:hover .sub-arrow, .sm-mint.sm-rtl ul a:focus .sub-arrow, .sm-mint.sm-rtl ul a:active .sub-arrow, .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #00A2EB transparent transparent;
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #00A2EB;
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
  }
  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    background: #00A2EB;
    color: #fff;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #00A2EB;
  }
  .sm-mint.sm-vertical a:hover .sub-arrow, .sm-mint.sm-vertical a:focus .sub-arrow, .sm-mint.sm-vertical a:active .sub-arrow, .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #00A2EB;
  }
  .sm-mint.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}

/*-----------------------------------------------------------以上为引入导航插件的样式文件勿动！！-------------------------------------------------------------------------------------------------*/
  /*导航自定义样式*/
  
    .main-nav {
        width:100%;
        position:fixed;
        top:0;left:0;
        border-bottom: 2px solid #00A2EB;
        background: #FFFFFF;
        z-index:1000;
    }
    .main-nav:after {
      clear: both;
      content: "\00a0";
      display: block;
      height: 0;
      font: 0px/0 serif;
      overflow: hidden;
    }

   /* .nav-brand {
      float: left;
      margin: 0;
    }*/
    .nav-brand a {
      display: block;
      padding: 11px 11px 11px 20px;
      color: #00A2EB;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 22px;
      font-weight: normal;
      line-height: 17px;
      text-decoration: none;
    }

   /* #main-menu {
      clear: both;
     
      border-bottom: 0;
    }*/


    /*@media (min-width: 768px) {
      #main-menu {
        float: left;
        clear: none;
      }
    }*/

    .main-menu-btn {
      float: right;
      margin: 5px 10px;
      position: relative;
      display: inline-block;
      width: 29px;
      height: 29px;
      text-indent: 29px;
      white-space: nowrap;
      overflow: hidden;
      cursor: pointer;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .main-menu-btn-icon,
    .main-menu-btn-icon:before,
    .main-menu-btn-icon:after {
      position: absolute;
      top: 50%;
      left: 2px;
      height: 2px;
      width: 24px;
      background: #00A2EB;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
    }

    .main-menu-btn-icon:before {
      content: '';
      top: -7px;
      left: 0;
    }

    .main-menu-btn-icon:after {
      content: '';
      top: 7px;
      left: 0;
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
      height: 0;
      background: transparent;
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
      top: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #main-menu-state {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      border: 0;
      padding: 0;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
    }

    #main-menu-state:not(:checked) ~ #main-menu {
      display: none;
    }

    #main-menu-state:checked ~ #main-menu {
      display: block;
    }

    @media (min-width: 768px) {
      .main-menu-btn {
        position: absolute;
        top: -99999px;
      }
      #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
      }
    }/*--end 导航*/


    /*轮播图*/
   .page-banner {
    position: relative;
    width: 100%;
    height: 430px;
    background-position: center;
}
   .page-banner .banner {
   	position:absolute;
    width: 100%;
    height: 100%; 
    background-position: center;}
   .page-banner .banner .banner-img {
   		position:relative;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat; 
      background-size: contain
      }
@media screen and (min-width:768px) and (max-width:1200px) {
	body{padding-top:100px;}
	.sm.sm-mint{margin-top:-20px;}
	} 
@media screen and (min-width:1200px) 	{
		body{padding-top:83px;}
		}
  @media screen and (max-width: 768px) {
  	/*.sm-mint{border-bottom: 2px solid #00A2EB;}*/
    	.main-nav .nav-brand{display:inline;}
    .page-banner {
      height: 170px;
       }
    .page-banner .banner .banner-img {
    	width:100%;
      background-size: cover; }
     }/*--end 轮播图*/

 .moudle-card {
  position: relative;
  border-radius: 2px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 13px rgba(223, 221, 230, 0.3);
  -moz-box-shadow: 0px 0px 13px rgba(223, 221, 230, 0.3);
  box-shadow: 0px 0px 13px rgba(223, 221, 230, 0.3);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .moudle-card:hover {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 162, 230, 0.4);
    -moz-box-shadow: 0px 5px 20px rgba(0, 162, 230, 0.4);
    box-shadow: 0px 5px 20px rgba(0, 162, 230, 0.4); }/*--end 鼠标方上显示阴影样式 */

   /*图片*/
   .anchor-img img {
    width: 100%;
    height: auto; }

    a:hover { color:#00A2EB; }

/*** 所有 有鼠标放上显示阴影 的文件公用样式 ***/
  .page-news {
   margin-top: 25px; }
  .page-news .news-sides {
    margin-bottom: 20px; }
    .page-news .news-sides .title {
      position: absolute;
      width: 100%;
      bottom: 0px; }
      .page-news .news-sides .title .title-text {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        color: #FFF;
        padding-left: 20px;
        text-align: left;
        line-height: 50px; }
      .page-news .news-sides .title .title-bg {
        width: 100%;
        background: #000000;
        height: 50px;
        filter: alpha(opacity=60);
        /* IE 8 */
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6; }
  .page-news .news-side .moudle-card {
    padding: 15px;
    margin-bottom: 20px; }
    .page-news .news-side .moudle-card img {
      width: 100%;
      height: auto; }
  .page-news .news-side .in-menu .layui-btn-group {
    width: 100%; }
  .page-news .news-side .in-menu .layui-btn {
    width: 50%;
    padding: 0px;
    font-size: 12px; }
  .page-news .news-side .in-title {
    position: relative; }
    .page-news .news-side .in-title h4 {
      font-size: 13px;
      font-weight: bold; }
    .page-news .news-side .in-title .line {
      position: absolute;
      top: 20px;
      width: 24px;
      height: 1px;
      border-bottom: 3px solid #00A2EB; }
  .page-news .news-side .in-list {
    margin-top: 30px; }
    .page-news .news-side .in-list li {
      margin-bottom: 15px; }
      .page-news .news-side .in-list li a {
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .page-news .news-side .in-list li a:hover {
          color: #00A2EB;
           }
      .page-news .news-side .in-list li .layui-icon {
        font-size: 12px; }
    .page-news .news-side .in-list .current-menu-item a {
      color: #00A2EB; }
  .page-news .about-list .moudle-card {
    padding: 15px;
    padding-bottom: 0px; }
  .page-news .about-list li {
    overflow: hidden;
    margin-bottom: 20px; }
    .page-news .about-list li h4 a {
      font-size: 15px;
      color: #000;
      font-weight: bold;
      -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
      .page-news .about-list li h4 a:hover {
        color: #00A2EB; }
    .page-news .about-list li .in-news-list {
      margin-top: 15px; }
      .page-news .about-list li .in-news-list .news-img {
        display: inline-block;
        width: 200px;
        margin-right: 10px;
        vertical-align: top; }
        .page-news .about-list li .in-news-list .news-img img {
          max-width: 100%;
          height: auto; }
      .page-news .about-list li .in-news-list .news-con {
        display: inline-block;
        position: relative;
        width: 400px;
        height: 130px;
        font-size: 14px;
        color: #5e5c65;
        line-height: 24px; }
        .page-news .about-list li .in-news-list .news-con .con-time {
          position: absolute;
          left: 0px;
          bottom: 5px;
          font-size: 12px;
          color: #979797;
          line-height: 0px; }
          .page-news .about-list li .in-news-list .news-con .con-time .layui-icon {
            margin-right: 5px;
            font-size: 13px; }
          .page-news .about-list li .in-news-list .news-con .con-time span {
            margin-right: 15px; }
            .page-news .about-list li .in-news-list .news-con .con-time span a {
              color: #00A2EB;
              -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
              transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
              .page-news .about-list li .in-news-list .news-con .con-time span a:hover {
                color: #00A2EB; }
        .page-news .about-list li .in-news-list .news-con .con-btn {
          position: absolute;
          right: 0px;
          bottom: 5px;
          font-size: 14px;
          color: #00A2EB;
          line-height: 0px; }
  .page-news .news-list-more {
    margin: 15px 0;
    text-align: center; }
  .page-news .news-con {
    margin-bottom: 20px; }
    .page-news .news-con .page-anchor-contect {
      width: 100%; }
      .page-news .news-con .page-anchor-contect .moudle-card {
        padding: 0px; }
    .page-news .news-con .moudle-card {
      padding: 20px; }
    .page-news .news-con .con-photo img {
      margin-bottom: 20px; }
    .page-news .news-con h1 {
      margin-bottom: 10px;
      color: #000;
      font-size: 20px;
      font-weight: 600;
      text-align: left;
      line-height: 36px; }
    .page-news .news-con .like-title {
      font-size: 13px;
      font-weight: 800;
      line-height: 36px; }
    .page-news .news-con .panel {
      margin-bottom: 10px; }
      .page-news .news-con .panel span {
        margin-right: 15px;
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        color: #a7a7a7; }
      .page-news .news-con .panel a {
        color: #a7a7a7;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .page-news .news-con .panel a:hover {
          color: #00A2EB; }
    .page-news .news-con .line {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #f0f0f4; }
      .page-news .news-con .line .s {
        position: absolute;
        pointer-events: none;
        z-index: 1;
        left: 0px;
        bottom: 0px;
        width: 50px;
        height: 54px;
        border-bottom: 2px solid #00A2EB; }
    .page-news .news-con .con {
      margin: 30px 0 20px;
      line-height: 30px;
      font-size: 16px;
      color: #3d464d; }
      .page-news .news-con .con img {
        max-width: 100%;
        height: auto; }
      .page-news .news-con .con a {
        color: #00A2EB;
        border-bottom: 1px dotted #00A2EB;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .page-news .news-con .con a:hover {
          text-decoration: none;
          color: #00A2EB; }
    .page-news .news-con .foot-tip {
      position: relative;
      margin-top: 20px; }
    .page-news .news-con .other-news {
      margin: 30px 0 0; }
      .page-news .news-con .other-news .moudle-card {
        padding: 0px; }

/*** 响应式 ***/
@media screen and (max-width: 768px) {
	body{padding-top:81px;}
  .page-anchor .moudle-card {
    width: 100%; }
  .page-anchor .anchor-img img {
    width: 100%;
    height: auto; }
  .page-anchor .anchor-line {
    width: 94%; }
  .page-anchor .anchor-con .name {
    font-size: 13px; }
  .page-anchor .anchor-link a {
    margin-bottom: 10px; }
  .page-anchor .anchor-link .layui-btn + .layui-btn {
    margin-left: 0px; }

  .page-nav .nav-con .web-link {
    height: 130px; }
    .page-nav .nav-con .web-link .link-con {
      padding: 18px;
      padding-top: 0px; }

  .page-news .news-list li .in-news-list .news-con {
    width: 100%; }
  .page-news .news-side .in-avdimg {
    padding: 5px; }

  }
.left-logo{
  width:150px;
}

.sha:hover{    /*产品中心鼠标放上*/
box-shadow: 0px 0px 30px black;
opacity:0.6;
filter:alpha(opacity=60); /* 针对 IE8 以及更早的版本 */
        }
/*产品鼠标方放上效果*/
.Content_hid{position:relative;}
.Content_hid>.Actions{position:absolute;top:0;right:0;bottom:0;left:0;padding-top:215px;text-align:center;overflow:hidden;transition:padding-top 0.3s,background-color 0.3s;}
.Content_hid>.Actions>.Action{display:block;height:60px;padding:34px 0;text-decoration:none;}
.Content_hid>.Actions>.Action>.Name{display:block;margin-top:10px;color:#f2f2f2;font-size:14px;padding: 10px}
.Content_hid:hover>.Actions{padding-top:0;border:1px solid #1f8ecd;background:rgba(0, 162, 235, 0.9);}

/*产品及品牌页面的描述信息*/
.pdes{
  border:1px solid #00A2EB;
  font-size: 16px;
  line-height:1.5;
  text-indent: 2em;
  width: 97%;
  margin-top:10px;
  margin-bottom: 10px;
  margin-left: 6px;
  padding: 8px
}
@media screen and (max-width: 768px) {
  .pdes{
    width: 98%;
    margin-top:5px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 3px
  }
}
.pdes p{
  padding: 5px
}
/**面包屑**/
.Crumbs{
  margin:30px 0px
}
.Crumbs span a{
  font-size: 16px
}

/*脚部文件*/
.footer-link{
  background-color: #EFEFEF;padding: 5px;
}
.footer-link .footer-link-left{
  padding: 5px;
}
.footer-link .footer-link-left div{
  padding: 8px 0px;
}
.footer-link .footer-link-left .footer-link-left-span1{
  font-weight: bold;
  font-size:15px;
}
.footer-link .footer-link-left .footer-link-left-span2{
  padding-left: 10px;
  font-size:14px;
  font-family: 微软雅黑
}
.footer-link .footer-link-right{
  text-align: center
}
.footer-link .footer-link-right .top{
  width: 40%;
  padding-left: 160px;
}
.footer-link .footer-link-right .buttom{
  padding-top:8px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .footer-link .footer-link-right .top{
    padding-left: 0px;
  }
  .footer-link .footer-link-right .buttom{
    width: 100%;
  }
  .img1{
    display: none;
  }
  .footer-link .footer-link-left div{
    padding: 2px 0px;
  }
}

.footer-black{
  background-color: #282828;padding: 10px 0px;
}
/*-------------------end脚部---------------------*/

/*首页*/
.index{
  margin-top: 60px
}
.index h2{
  font-size: 28px;
}
.index .totle-div{
  margin-top: 80px;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .index .totle-div{
    margin-top: 30px;
    transform: scale(1);
  }
}
.index .Subtitle{
  padding: 10px;
  color:#666666;
}

.index .center{
  text-align: center;
}
.index .profile{
  padding-top: 10px;
  font-size: 16px;
  letter-spacing:1px;
}
.index .profile p{
  text-indent:2em;
  line-height:2;
}
.index .profile a{
  color:#00A2EB
}
.index .profile-img{
  text-align: center;
  padding-top: 20px;
}
.index .profile-img img{
  width: 95%;
  height: 95%;
}
@media screen and (max-width: 768px) {
  .index .profile-img img{
    width: 100%;
    height: 100%;
  }
}
/*--end 公司简介*/


.Lane{
 float:left;
 padding: 5px 22px
}
.index .Express-Lane{
 padding-left:30px;
 text-align: left;
}
.index .Express-Lane .layui-tab-title li{
 padding: 0px 33px;
}
@media screen and (max-width: 768px) {
 .index .Express-Lane{
   padding-left:0px;
  }
  .index .Express-Lane .layui-tab-title li{
   padding:0px 12px;
  }
  .Lane{
   padding: 5px 10px
  }
}
/*--end 快速通道*/

.index .Product_brand{
  margin-top: 20px;
  text-align: center
}

.index .Product_brand a{
 padding: 1px;
 border-right: 1px dashed #CCCCCC
}
.index .Product_brand a img{
 width: 94px;
 margin: 6px;

} /*--end 产品品牌*/

.index .Product-Center{
  margin-top: 20px;
}
.index .Product-Center .shaa{
  margin:10px 0px;
  padding: 10px;
  font-size: 16px;
}
.index .Product-Center .shaa span{
  position: relative;
  top: -50px;
}
.index .Product-Center .shaa .Product-Center-div{
  text-align: center;
   width: 84%;
   height: 200px;
}
.index .Product-Center .shaa .Product-Center-div img{
   width:100%;
   position: relative;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .index .Product-Center .shaa span{
    position: relative;
    top: 0px;
  }
  .index .Product-Center .shaa .Product-Center-div{
    text-align: center;
     width: 84%;
      height: 100%;
  }
  .index .Product-Center .shaa .Product-Center-div img{
     width:100%;
  }
}
/*--end 产品中心*/


.index .Hot-product{
  margin-top: 20px;
}
.index .Hot-product .Content_hid{
  border:1px solid #D6D6D6;
  margin: 5px;
  width: 215px;
}
.index .Hot-product .Content_hid img{
  width: 215px;
  height: 215px
}
.index .Hot-product .footer-product{
  height: 40px;
  width: 215px;
  padding: 5px;
  text-align: center;
  overflow:hidden;
}
@media screen and (max-width: 768px) {
  .index .Hot-product .Content_hid{
    border:1px solid #D6D6D6;
    margin: 2px;
    width: 120px;
    height: 120px;
  }
   .index .Hot-product .Content_hid img{
    width: 100%;
    height: 100%
  }
  .index .Hot-product .footer-product{
    height: 58px;
    width: 120px;
    padding: 0px;
    text-align: center;
    overflow:hidden;
  }
  }/*--end 产品热销*/

.index .Brand-introduction{
  padding-top: 10px;
  letter-spacing:1px;
  font-size: 14px
}
.index .Brand-introduction h3{
  padding-bottom: 10px;
  color:#00A1EB
}
.index .Brand-introduction h3 span{
  padding-left: 10px;
  color:#CCD5E2
}
.index .Brand-introduction p{
  text-indent:2em;
}
.index .Brand-introduction-img-first{
  padding-top: 20px;
}
.index .Brand-introduction-img{
  padding-top: 6px;
}/*--end 品牌简介*/

.index .case{
  margin-top: 20px;
  text-align: center;
}
.index .case .case-img{
  padding: 10px;
  border:1px solid #D6D6D6;
  margin: 5px;
}
.index .case .case-img img{
  height: 300px;
}
.index .case .case-img .case-img-footer{
  margin: 10px
}
.index .case .case-img .case-img-footer h4{
  font-weight: bold;
}
.index .case .case-img .case-img-footer div{
  height: 20px;
 overflow:hidden;
}
.index-more{
  width: 100px;height: 35px;line-height: 35px;margin-top:10px;
}
@media screen and (max-width: 768px) {
  .index .case .case-img{
    height: 240px;
  }
  .index .case .case-img img{
    height: 180px;
  }

}
/*--end 公司案例*/

.index-news{
  margin-top: 50px;background-color: #DDE6EE;padding-bottom: 30px
}
.index-news .index-news-title{
  text-align: center;margin-top: 20px;
}
.index-news .index-news-title h2{
  font-size: 30px;
}
.index-news .index-news-title p{
  padding: 10px;color:#666666;
}
.index-news .index-news-content{
  padding: 10px 0px;
}
.index-news .index-news-content .index-news-top{
  text-align: center;margin-top: 15px
}
.index-news .index-news-content .index-news-top a img{
  width: 98%
}
.index-news .index-news-content .index-news-top .index-news-top-but{
  background-color: #7F7F7F;
  color:#FFFFFF;
  width: 98%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  position: relative;top:-50px;left:5px;
  opacity:0.7;filter:alpha(opacity=70); text-align: center
}
.index-news .index-news-content .index-news-buttom{
  padding: 0px 40px
}
.index-news .index-news-content .index-news-buttom h4{
  padding: 7px 0px
}
.index-news .index-news-content .index-news-buttom h4 img{
  position: relative;top:-5px;
}
.index-news .index-news-content .index-news-buttom h4 a{
  font-size: 16px;
}
.index-news .index-news-content .index-news-buttom h4 span{
  font-size: 14px;padding: 0px 15px;color: #666666
}
.index-news .index-news-content .index-news-more{
  text-align: center
}
.index-news .index-news-content .index-news-more a{
  width: 120px;height: 35px;line-height: 35px;margin-top:10px;
}
@media screen and (max-width: 768px) {
  .index-news .index-news-content .index-news-top .index-news-top-but{
    font-size: 12px;
  }
}
/*--end 新闻中心*/

/*
*
*---end 首页
*/


/*-------------------新闻首页------------------------*/
.news .news-total{
  height: 200px;
}
.news .news-total .news-total-left{
  padding: 5px
}
.news .news-total .news-total-left img{
  width: 100%;
  height: 150px
}
.news .news-total .news-total-right{
  padding: 10px
}
.news .news-total .news-total-right h3{
  padding: 5px;
  font-weight: bold;
}
.news .news-total .news-total-right a p{
  text-indent: 2em
}
.news .news-total .news-total-right a span{
  color:#00A2EB;
  margin-left: 20px;
  font-size: 14px;
}
.news .news-total .news-total-right .news-title-p{
  font-size: 12px;
  color:#90909D
}
.page-total-news{
  text-align: center;margin: 20px 0px;
} /*------------------end 新闻首页--------------------*/

/*------------------------新闻详情---------------*/
.news-detail-content{
  text-align: center;
}
#box p{
  margin: 20px 10px;
}
/*--------------------------------- end新闻详情----------------------------------*/

/***--------------------------------产品中心---------------------------------****/
/***----------产品首页------------****/
.product-index .center{
  text-align: center;
}
.product-index .Express-Lane{
 margin-top: 40px;
}
.product-index .Express-Lane .center div h2{
  font-size: 28px
}
.product-index .Express-Lane .center div p{
  padding: 10px;
  color:#666666
}
.product-index .Express-Lane .Lane{
  float:left;
  padding: 5px 22px
}
.product-index .Express-Lane .layui-tab-brief{
  padding-left:30px;
  text-align: left;
  font-size: 14px;
}
.product-index .Express-Lane .layui-tab-brief .layui-tab-title li{
  padding: 0px 28px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
 .product-index .Express-Lane .layui-tab-brief{
   padding-left:0px;
  }
  .product-index .Express-Lane .layui-tab-brief .layui-tab-title li{
   padding:0px 12px;
  }
  .Lane{
   padding: 5px 22px
  }
}/*快速通道*/

.product-index .Product-Center{
  margin-top: 70px;
}
.product-index .Product-Center .Product-Center-title h2{
  font-size: 28px
}
.product-index .Product-Center .Product-Center-title p{
  margin-top: 10px;
  color: #666666
}
.product-index .Product-Center .Product-Center-content{
  margin-top: 20px;
  font-size: 16px;
}
.product-index .Product-Center .Product-Center-content .shaa{
    margin:10px 0px;
    padding: 10px;
}
.product-index .Product-Center .Product-Center-content .shaa span{
  position: relative;
  top:-50px;
}
.product-index .Product-Center .Product-Center-content .shaa .Product-Center-content-img{
   text-align: center;
   width: 246px;
   height: 226px;
}
.product-index .Product-Center .Product-Center-content .shaa .Product-Center-content-img img{
   width: 100%;
   position: relative;
   top:-20px;
}
@media screen and (max-width: 768px) {
 .product-index .Product-Center .Product-Center-content .shaa span{
    position: relative;
    top: -50px;
  }
.product-index .Product-Center .Product-Center-content .shaa .Product-Center-content-img{
    text-align: center;
     width: 130px;
      height: 130px;
  }
.product-index .Product-Center .Product-Center-content .shaa .Product-Center-content-img img{
     width:100%;
     height: 100%;
  }
  .product-index .Product-Center .Product-Center-title h2{
    font-size: 20px
  }
  .product-index .Express-Lane .center div h2{
    font-size: 20px
  }
}
/*8分类*/


.product-index-background-img{
  margin:30px 0px;opacity:0.9;
}/*背景图*/

.product-index .Product-features-title h2{
  font-size: 28px;
  margin-top: 40px;
}
.product-index .Product-features-title p{
  margin-top: 10px;color: #666666
}
.product-index .Product-features{
  padding-top: 10px;
}
.product-index .Product-features div{
  margin-top: 10px
}
.product-index .Product-features div h3{
  padding-bottom: 10px;
  font-size: 18px;
  color:#00A1EB
}
.product-index .Product-features div h3 span{
  padding-left: 10px;
  color:#CCD5E2
}
.product-index .Product-features div p{
  text-indent:2em;
  line-height:1.5;
  letter-spacing:1px;
   font-size: 16px;
}
.product-index .Product-features-img{
  width: 90%;

}
@media screen and (max-width: 768px) {
  .ggg{
    padding-left: 40px;
  }
  .product-index .Product-features-title h2{
    font-size: 20px;
    margin-top: 10px;
  }
 .product-index .Product-features div h3{
  font-size: 16px;
  }
  .product-index .Product-features div p{
     font-size: 14px;
  }
}
/*-----------end 产品首页--------------*/

/*-----------------产品product----------页*/
.product-product .center{
  text-align: center;
}
.product-product .Express-Lane{
 margin-top: 30px;
}
.product-product .Express-Lane .center div h2{
  font-size: 28px
}
.product-product .Express-Lane .center div p{
  padding: 10px;
  color:#666666
}
.product-product .Express-Lane .Lane{
  float:left;
  padding: 5px 22px
}
.product-product .Express-Lane .layui-tab-brief{
  padding-left:30px;
  text-align: left;
  font-size: 14px;
  font-family: 微软雅黑;
}
.product-product .Express-Lane .layui-tab-brief .layui-tab-title li{
  padding: 0px 28px;
  font-size: 16px;
  font-family: 微软雅黑;
}
@media screen and (max-width: 768px) {
 .product-product .Express-Lane .layui-tab-brief{
   padding-left:0px;
  }
  .product-product .Express-Lane .layui-tab-brief .layui-tab-title li{
   padding:0px 12px;
  }
  .Lane{
   padding: 5px 22px;
  }
}

.product-product .product-product-content{
  margin-top: 30px;
}
.product-product .product-product-content div div h2{
  font-weight: bold;
}
.product-product .product-product-content .product-product-content-total{
  margin-top: 15px;
  text-align: center
}
.product-product .product-product-content .product-product-content-total .Content_hid{
  border:1px solid #D6D6D6;
  /*margin: 5px;*/
  width: 240px;
}
.product-product .product-product-content .product-product-content-total .Content_hid img{
  width: 240px;
  height: 240px;
}
.product-product .product-product-content .product-product-content-total .cname{
  height: 40px;
  width: 240px;
  padding: 5px;
  text-align: center;
  overflow:hidden;
}
.product-product .more{
  width: 120px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .product-product .product-product-content .product-product-content-total .Content_hid{
    width: 98%;
    height: 150px;
  }
  .product-product .product-product-content .product-product-content-total .Content_hid img{
    width: 100%;
    height: 100%;
  }
 .product-product .product-product-content .product-product-content-total .cname{
   height: 58px;
   width: 120px;
   margin: 0 auto;
 }
 .product-product .more{
  margin-left: 0px;
 }
}
/*------------------end产品product页------------------*/
/*------------------产品search页----------------------*/
.product-search{
  margin-top: 40px;
}
.product-search .product-search-content{
  margin-top: 30px;
  text-align: center;
}
.product-search .product-search-content .Content_hid{
  border:1px solid #D6D6D6;
  margin: 5px;
  width: 240px;
}
.product-search .product-search-content .Content_hid img{
  width: 240px;
  height: 240px;
}
.product-search .product-search-content .cname{
  height: 40px;
  overflow:hidden;
  width: 240px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-search .product-search-content .Content_hid{
    width:132px;
    height: 150px;
  }
  .product-search .product-search-content .Content_hid img{
    width: 100%;
    height: 100%;
  }
  .product-search .product-search-content .cname{
    height: 58px;
    padding: 2px;
    width: 132px;
  }
}
/*-----------------end产品search页-------------*/
/*----------------产品brand页-------------------*/

.product-brand .product-brand-content{
  margin-top: 50px;
}
.product-brand .product-brand-content .product-brand-content-title h2{
 font-weight: bold;
}
.product-brand .product-brand-content .ha a{
 color:#00A2EB;
}
.product-brand .product-brand-content .hb{
  margin-top: 10px
}
.product-brand .product-brand-content .hb a{
  color:#00A2EB;
}
.product-brand .product-brand-content .Content_hid{
  border:1px solid #D6D6D6;
  margin: 5px;
  width: 240px;
}
.product-brand .product-brand-content .Content_hid img{
  width: 240px;
  height: 240px;
}
.product-brand .product-brand-content .cname{
  height: 40px;
  overflow:hidden;
  width: 240px;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .product-brand .product-brand-content .Content_hid{
    width: 132px;
    height:150px;
  }
  .product-brand .product-brand-content .Content_hid img{
    width: 100%;
    height: 100%;
  }
  .product-brand .product-brand-content .cname{
     height: 58px;
     width: 132px;
  }
}
/*------------------end产品brand页------------------------*/

/*---------产品详情detail页---------*/

.product-detail-img-first{
  /*width:350px;*/
  width:auto;
  height: 240px;
  text-align: center
}
.product-detail .product-detail-about-photo{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-img img{
    width: 280px;
    height: 80%;
  }
}
/*---end产品详情detail页----------*/

/***--------------------------------end 产品中心---------------------------------****/

/***--------------------------------多媒体中心------------------------------------****/
.media{
  margin-top: 20px;
}
.media .media-index{
  margin-top: 20px;text-align: center
}
.media .media-index .anchor-img{
  border:1px solid #D6D6D6;margin: 5px;
  padding: 5px;
  width: 85%;
}
.media .media-index .anchor-img .photo-img{
  width: 220px;
  height: 220px;
}
.media .media-index .anchor-img .video-img{
  width: 220px;
  height: 200px;
}
.media .media-index .anchor-img h4{
 padding: 10px;height: 30px;overflow:hidden
}
.media .media-index .media-more{

  width: 120px;height: 35px;line-height: 35px;margin-top:10px;margin-left: -24px
}

.media .media-video{
  margin-top:10px
}
@media screen and (max-width: 768px) {
  .media .media-index .anchor-img .photo-img{
    width: 100%;
    height: 140px;
  }
  .media .media-index .anchor-img .video-img{
    width: 100%;
    height: 140px;
  }
  .media .media-index .media-more{
    margin-left: 0px
  }
}
/*------------end多媒体中心首页------------*/

.photo-index{
    margin-top: 20px;
  }
.photo-index .photo-index-content{
    margin-top: 20px;
    text-align: center
  }
.photo-index .photo-index-content .anchor-img{
    padding: 5px;border:1px solid #D6D6D6;margin: 5px;
    width: 85%;
  }
.photo-index .photo-index-content .anchor-img img{
    width: 220px;
    height: 220px;
  }
.photo-index .photo-index-content .anchor-img h4{
  height: 30px;padding: 10px
}
@media screen and (max-width: 768px) {
  .photo-index .photo-index-content .anchor-img img{
      width: 100%;
      height: 140px;
    }
  }
  /*------------end相册首页------------*/
.photo-detail{
  margin-top: 20px;
}

.video-index{
  margin-top: 20px;
}
.video-index .video-index-content{
  margin-top:10px
}
.video-index .video-index-data{
  margin-top: 20px;text-align: center
}
.video-index .video-index-data .anchor-img{
  padding: 5px;border:1px solid #D6D6D6;margin: 5px;
  width: 85%;
}
.video-index .video-index-data .anchor-img img{
  width: 220px;
  height: 200px;
}
.video-index .video-index-data .anchor-img h4{
  padding: 10px;height: 30px;overflow:hidden
}
@media screen and (max-width: 768px) {
   .video-index .video-index-data .anchor-img img{
      width: 100%;
      height: 140px;
    }
  }
  /*------------end视频首页------------*/

.video-detail{
  margin-top: 20px;
}
.video-detail h2{
  text-align: center;padding: 20px
}
.video-detail p{
  text-align: center;
}
.video-detail p embed{
  width: 100%;height: 450px
}
/***--------------------------------end 多媒体中心---------------------------------****/
/***--------------------------------案例中心---------------------------------****/
.case-index{
  margin-top: 20px;
}
.case-index .case-index-title{
  text-align: center;
}
.case-index .case-index-title h2{
  font-weight: bold;
}
.case-index .case-index-content{
  margin-top: 30px;padding: 8px;
  cursor: pointer;
  height: 450px;
}
.case-index .case-index-content .case-index-content-title h3{
  padding: 10px 0px;
}
.case-index .case-index-content .case-index-content-title p{
  padding: 5px 0px;
}
.case-index .case-index-content .case-index-content-title h3 a{
  font-weight: bold;
  color: #00A1EB;
}
.case-index .case-index-content .anchor-img{
  padding: 5px;
  height: 290px;
}
.case-index .case-index-content .anchor-img img{
  height:100%;
}
.case-index .case-index-content .case-index-more{
  text-align: center;
}
.case-index .case-index-content .case-index-more a{
 width: 120px;height: 35px;line-height: 35px;margin-top:10px
}
.case-index .case-index-page{
  text-align: center;margin: 20px 0px;
}
@media screen and (max-width: 768px) {
  .case-index .case-index-content{
    height: 530px;
  }
  .case-index .case-index-content .anchor-img{
    height: 180px;
  }
  .case-index .case-index-content .anchor-img img{
    height:100%;
  }
}
/***--------end案例中心首页-----------****/
.case-detail-center{
  text-align: center
}
/***--------------------------------end 案例中心---------------------------------****/

/***--------------------------------技术文章---------------------------------****/
.techfile-index .techfile-index-search{
  margin-bottom: 10px;
}
.techfile-index .techfile-index-total{
  height: 200px;
}
.techfile-index .techfile-index-total .techfile-index-title{
  padding: 10px
}
.techfile-index .techfile-index-total .techfile-index-title h3{
  padding: 5px;font-weight: bold;
}
.techfile-index .techfile-index-total .techfile-index-total-p1{
  text-indent: 2em
}
.techfile-index .techfile-index-total .techfile-index-total-p2{
  font-size: 12px;color:#90909D
}
.techfile-index .techfile-index-total .techfile-index-total-p2 a span{
  color:#00A2EB;margin-left: 20px;font-size: 14px;
}
.techfile-index .techfile-index-page{
  text-align: center;
  margin: 20px 0px;
}/***--------end技术文章首页-----------****/
.techfile-index .techfile-index-total .techfile-index-total-filedownload{
  font-size: 12px;color:#90909D
}
.techfile-index .techfile-index-total .techfile-index-total-filedownload span{
  font-size: 15px;
}
.techfile-index .techfile-index-total .techfile-index-total-filedownload span a{
  color:#009BEA
}/***--------end资料下载首页-----------****/
.corrsion-explain{
  margin:20px 0px
}
.corrsion-explain h3{
  margin: 10px 0px
}
.corrsion-explain p{
  margin-left:10px
}
.corrsion-explain ul{
  padding-left:24px
}
.content-corrsion-detail{
  padding: 10px
}
.content-corrsion-detail:hover{
  box-shadow: 0px 0px 5px #00A2EB;
}
/***--------end资料下载详情-----------****/
.corrosion-index .corrosion-index-search{
  margin-bottom: 10px;
}
.corrosion-index .Letter{
  padding-left: 20px
}
.corrosion-index .corrosion-content h1{
 font-size: 24px;padding: 10px
}
.corrosion-index .corrosion-content .corrosion-content-title{
  line-height:60px;widht:100%;height:60px;word-wrap: break-word;overflow:hidden
}
#cont h2{
  margin-top: 20px 0px;
}
#cont .title{
  line-height:60px;width:100%;height:60px;word-wrap: break-word;overflow:hidden
}
.corrsion-detail{
  margin-bottom: 20px;
}
.corrsion-detail .corrsion-detail-title{
  font-size: 20px
}
/***--------------------------------end 技术文章---------------------------------****/

/***--------------------------------关于我们 加入我们 联系我们---------------------------------****/
.about-us{
  margin-top: 20px;
}
.about-us .about-us-content{
  font-size: 16px;
}
.about-us .about-us-content iframe{
  width: 100%;height: 525px;
  margin: 0px; padding: 0px; outline: 0px; border: 0px currentcolor;
   border-image-source: none; font-family: &#39;Microsoft Yahei&#39;, Tahoma, Arial, sans-serif;
   font-size: 14px; vertical-align: baseline; color: rgb(96, 96, 96); white-space: normal;
   background-color: rgb(255, 255, 255);
}
/***--------------------------------end关于我们 加入我们 联系我们---------------------------------****/

/******------------------年度投票活动--------********/
.vote{
  background-color: #23164A;
}
.vote .vote-title{
  text-align: center;margin: 20px 0px
}
.vote .vote-title .vote-title-div1{
  font-size: 46px;color:#FFFFFF
}
.vote .vote-title .vote-title-div2{
  font-size: 46px;font-family: 黑体;color:#FFFFFF
}
.vote .vote-title .vote-title-div2 span{
  color:#FEE46F
}
.vote .vote-title .vote-title-div3{
  font-size: 16px;color:#FFFFFF
}
.vote .content{
  padding: 20px;
}
.vote .content img{
  width: 260px;height: 320px
}
.vote .content .name{
  width: 260px;height: 32px;line-height: 32px;text-align: center;background-color: #191148;color:#FFFFFF;
  font-size: 16px;position: relative;top:-32px;opacity:0.7;font-weight: bold;
}
.vote .content .toup{
  height: 50px;line-height: 50px;padding: 5px;position: relative;top:-32px
}
.vote .content .toup i{
  font-size: 18px; color: #EFEFEF;
}
.vote .content .toup div{
  float: right;margin-right: 5px
}
.vote .content .toup div button{
  height: 32px;line-height: 32px;background-color: #00AEF3
}
.vote .Voting-rules .Voting-rules-title{
  text-align: center;margin: 20px 0px
}
.vote .Voting-rules .Voting-rules-title div{
  font-size: 36px;color:#FEE46F
}
.vote .Voting-rules ul{
 color:#CCCDD2
}
.vote .Voting-rules ul li{
  margin: 20px auto
}
.vote .Voting-rules ul li span{
  color:#FEE46F
}

@media screen and (max-device-width:768px){
  .vote .content{
      padding: 2px;
      height: 500px
  }
  .vote .content img{
    width: 100%;height: 80%;
  }
  .vote .content .name{
    width: 100%;
  }
  .vote .content .toup{
    padding: 0px;
  }
  .vote .content .toup i{
    font-size: 14px; color: #EFEFEF;
  }
  .vote .content .toup div button{
    width: 100%;
    font-size: 12px;
  }
}


@media screen and (max-width: 767px) {
  .vote .content{
    padding: 2px;
    height: 280px
  }
  .vote .content img{
    width: 100%;height: 80%;
  }
  .vote .content .name{
    width: 100%;
  }
  .vote .content .toup{
    padding: 0px;
  }
  .vote .content .toup i{
    font-size: 14px; color: #EFEFEF;
  }
  .vote .content .toup div button{
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width:769px) and (max-width:959px){
	body{padding-top:100px;}
	.img1{
		display:none;
		}
		.sm.sm-mint{padding-left:8px;}
	.main-nav .nav-brand{display:inline;padding:8px 15px;}
		.nav-brand img{width:135px;}
	}
@media screen and (min-width:960px) and (max-width:1200px){
	body{padding-top:100px;}
	.img1{
		display:none;
		}
  .vote .content{
    padding: 2px;
      width:235px;
    height: 300px
  }
  .vote .content img{
    width: 100%;height: 80%;
  }
  .vote .content .name{
    width: 100%;
  }
  .vote .content .toup{
    padding: 0px;
  }
  .vote .content .toup i{
    font-size: 14px; color: #EFEFEF;
  }
  .vote .content .toup div button{
    width: 100%;
    font-size: 12px;
  }
}


.page-title {
  position: relative;
  margin: 20px 0;
  width: 100%;
  text-align: center; }
  .page-title .title {
    position: absolute;
    left: 50%;
    margin-top: 30px;
    margin-left: -75px;
    width: 150px;
    text-align: center;
    z-index: 100; }
    .page-title .title h2 {
      position: relative;
      font-size: 24px;
      color: #000;
      font-weight: bold; }
  .page-title .title-eng {
    font-family: "arial";
    font-weight: 800;
    color: #eae9ef;
    font-size: 60px; }

.page-anchor .anchor-con {
  padding: 20px; }
  .page-anchor .anchor-con .name {
    position: relative;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    font-weight: 400; }
    .page-anchor .anchor-con .name .line {
      bottom: -5px;
      left: 0px;
      position: absolute;
      width: 34px;
      height: 1px;
      background: #00A2EB; }
  .page-anchor .anchor-con .info {
    margin-top: 25px;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    color: #a7a7a7;
    line-height: 18px;
    text-align: left; }

.page-anchor .anchor-link {
  position: relative;
  z-index: 15;
  padding: 0px 0px 20px 20px; }
  .page-anchor .anchor-link .layui-btn {
    padding: 0px 20px; }

.page-anchor .layui-col-lg3 {
  margin-bottom: 8px; }


/*** 响应式 ***/
@media screen and (max-width: 768px) {
  .page-title {
    margin-top: 30px;
    min-height: 45px; }
    .page-title .title {
      margin-top: 0px; }
    .page-title .title-eng {
      font-size: 32px; }

  .page-anchor .anchor-con .name {
    font-size: 13px; }
  .page-anchor .anchor-link a {
    margin-bottom: 10px; }
  .page-anchor .anchor-link .layui-btn + .layui-btn {
    margin-left: 0px; }

}

/******--------------