@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    zhiyu: *
    beizhu:
*/
/**
  name: container_pc
  title: innerWidth 大于 1200时素材最外层盒子的宽度，默认值为90%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_pc
  title: 992 小于 innerWidth 小于 1199时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_pad
  title: 768 小于 innerWidth 小于 991时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_phone
  title: innerWidth 小于 767时素材最外层盒子的宽度，默认值为93.6%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_max_width
  title: 给素材最外层盒子限制最大宽度，默认值为100%
  zhiyu: 90% / px / rem 
  beizhu:
*/
/**
  name: theme_color
  title: 网站的主题颜色
  zhiyu: 
  beizhu:
*/
/**
 * [breakpoints 响应节点]
 * @param  [type] $array [数组]
 * @param  string $value [键]
 * @return [type]        [返回一维数组]
 */
/** 
 * 定义响应式值变量
 * $tiny为手机端响应节点尺寸
 * $small为竖版平板节点尺寸
 * $medium为横版平板节点尺寸
 * $large为电脑端节点尺寸
 */
/**
 * [respond_to 处理响应式方法]
 * @param  {[type]} $breakpoint [响应节点变量]
 * @return {[type]}             [响应css语句]
 */
/**
 * [public_shadow 元素阴影效果]
 * @param  {[type]} $transition_value: 0             0 0 rgba(0,0,0,.16) [阴影颜色值]
 * @return {[type]}                    [css阴影效果]
 */
/**
 * [public_transition 动画预处理库]
 * @param  {[type]} $transition_speed: .3s           [速度时间]
 * @return {[type]}                    [动画库]
 */
.public-nav-136_4 {
  width: 100%; }

.public-nav-136_4 .channel_hd {
  background-color: #efefef;
  margin-bottom: 60px;
  padding: 30px 0; }

.public-nav-136_4 .channel_hd.channel_menu {
  padding: 0; }
.public-nav-136_4 .channel_hd ul{
	width: 1200px;
	margin: 0 auto;
}
.public-nav-136_4 .channel_hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
 }

.public-nav-136_4 .channel_hd li:last-child {
  background: none; }

.public-nav-136_4 .channel_hd li:first-child:after {
  display: none; }

.public-nav-136_4 .channel_hd a {
  display: inline-block;
  line-height: 25px;
  font-size: 15px;
  position: relative;
  color: #666;
  margin: 0 30px;
  padding: 20px 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.public-nav-136_4 .channel_hd a:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #c3141c;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.public-nav-136_4 .channel_hd a:hover:after, .channel_hd .cur a:after {
  width: 100%;
  left: 0%; }

.public-nav-136_4 .channel_hd .cur a {
  color: #c3141c; }

.public-nav-136_4 .channel_hd a:hover, .channel_hd .cur a {
  color: #c3141c; }

.public-nav-136_4 .channel_hd .title {
  font-size: 46px;
  font-weight: normal;
  color: #333; }

.public-nav-136_4 .channel_hd .en {
  font-family: Arial; }

.public-nav-136_4 .channel_hd .text {
  font-size: 22px;
  color: #7c7c7c; }

@media screen and (min-width: 992px) {
  .hide_p {
    display: none !important; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .public-nav-136_4 .channel_hd a {
    display: inline-block;
    line-height: 25px;
    padding: 20px 0;
    margin: 0 20px;
    font-size: 15px;
    position: relative;
    color: #666; } }
@media screen and (max-width: 992px) {
  .hide_m {
    display: none !important; }

  .public-nav-136_4 .navs_scroll {
    position: relative;
    height: 0.9rem;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; }

  .public-nav-136_4 .subNavsList {
    width: 100%;
    height: .9rem;
    background: #ebebeb;
    box-sizing: border-box;
    padding: 0 .15rem;
    overflow: hidden; }

  .public-nav-136_4 .subNavsList.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #f60;
    z-index: 99; }

  .public-nav-136_4 .subNavsList.fixed li a {
    color: #fff; }

  .public-nav-136_4 .orange .subNavsList {
    background: #f60; }

  .public-nav-136_4 .orange .subNavsList li a {
    color: #fff; }

  .public-nav-136_4 .navs_scroll ul {
    white-space: nowrap; }

  .public-nav-136_4 .navs_scroll li {
    display: inline-block;
    width: auto !important;
    overflow: hidden;
    padding: 0 .2rem; }

  .public-nav-136_4 .navs_scroll li.active a {
  	color: #c3141c;
    border-bottom-color: #c3141c; }

  .public-nav-136_4 .navs_scroll li a {
    display: block;
    text-align: center;
    line-height: 0.88rem;
    color: #000;
    font-size: 0.32rem;
    box-sizing: border-box;
    border-bottom: 0.02rem solid transparent;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }

  .public-nav-136_4 .navs_scroll li.cur a {
    /* text-decoration: underline; */ }

  .public-nav-136_4 .innerBan {
    /* display: none; */
    position: relative; }

  .public-nav-136_4 .innerBan h1 {
    width: 100%;
    color: #fff;
    font-size: .7rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); } }

/*# sourceMappingURL=style.css.map */
