/*
	reset.less
	by sunhw 2014-8-6
*/
/**
 * base.less
 * 函数调用
 */
/**
 * 全站颜色汇总
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
a,
input {
  outline: none;
}
input,
textarea {
  font-family: tahoma, '宋体';
  font-size: 12px;
  /* 重置Safari按钮圆角样式 */
  -webkit-appearance: none;
}
blockquote,
q {
  quotes: none;
}
ol,
ul {
  list-style: none;
}
:link,
:visited,
ins {
  text-decoration: none;
}
area,
area:active {
  border: 0 none;
  outline: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
/* table上还需要设置 cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
/* textarea设置css3属性，用户可自己调整高度 */
textarea {
  overflow: auto;
  resize: vertical;
}
/* 背景颜色设置为白色 */
html {
  overflow-x: hidden;
}
body {
  text-align: left;
  color: #333;
  font-family: 'PingFang SC', 'Microsoft YaHei', '微软雅黑', 'Helvetica', Arial, '宋体', 'helvetica neue', 'hiragino sans gb', 'Lucida Grande', sans-serif;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  min-width: 900px;
  background: #FFF;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* 清除浮动用的class,一般用 <div class="clear">&nbsp;</div> */
.clear,
.clear-all {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* 清除浮动 */
.fix:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.fix,
.clearfix {
  *zoom: 1;
}
/* 解决ff下input中文字不居中问题 */
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  _color: inherit;
  outline: none;
}
a:hover {
  color: #693292;
}
a:active {
  outline: none;
}
/*
 * 在class为underline下的所有a标签均为默认有下划线
 * 在class为underlineHover下的所有a标签hover效果均有下划线
 * class为underline的a标签默认有下划线
 * class为underlineHover的a标签hover效果带有下划线
 */
.underline a,
.underline-hover a:hover,
a.underline,
a.underline-hover:hover {
  text-decoration: underline;
}
/*
    去掉IE11、10 input的X按钮
*/
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 用到display:none;隐藏元素的时候均使用class替换 */
.hidden {
  display: none;
}
/* 重置一些常用的标签样式 */
i,
b,
em,
small,
strong {
  display: inline-block;
}
.m-com-info,
.m-con-news {
  margin-bottom: 26px;
  height: 400px;
  background: url(/static/web/common/img/info_f39ba71.jpg) center 0 no-repeat;
  position: relative;
  z-index: 2;
}
.m-con-news {
  height: 400px;
  background-image: url(/static/web/common/img/news_2863e13.jpg);
}
.m-sidebar {
  top: 0;
  -webkit-transition: top 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.m-sidebar.fixed {
  position: fixed;
  top: 85px;
}
.m-sidebar.fixedBottom {
  top: auto;
  bottom: 300px;
}
.m-sidebar .item {
  margin-bottom: 4px;
  display: block;
  line-height: 60px;
  background: #f7f7f7;
  border-left: 4px solid #f7f7f7;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.m-sidebar .item:hover {
  color: #693292;
}
.m-sidebar .item.current {
  font-size: 18px;
  color: #693292;
  background-color: #f0f0f0;
  border-left-color: #693292;
}
.m-h1-tit {
  margin: 18px 0;
  font-size: 24px;
  color: #693292;
  line-height: 26px;
  padding-left: 14px;
  border-left: 3px solid #693292;
}
.m-h2-tit {
  margin-bottom: 10px;
  margin-top: -90px;
  padding-top: 90px;
  font-size: 24px;
  color: #333;
  line-height: 60px;
  *zoom: 1;
}
.m-h2-tit.no-mg {
  margin-bottom: 0;
}
.m-h2-tit .more {
  float: right;
  font-size: 14px;
  color: #666;
}
.m-h2-tit .more i {
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 5px solid transparent;
  border-left-color: #666;
}
.m-h2-tit .more:hover {
  color: #693292;
}
.m-h2-tit .more:hover i {
  border-left-color: #693292;
}
.m-h3-tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.m-txt-con {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.m-txt-con .b {
  color: #f98a2d;
}
.m-txt-con.ti {
  text-indent: 2em;
}
.m-bl-wrap {
  margin-bottom: 45px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dfdfdf;
}
.m-bl-wrap.nobt {
  border-bottom: none;
}
.m-bl-wrap img {
  margin: 0 auto;
  display: block;
}
.m-news-item,
.m-news-detail {
  font-size: 14px;
  line-height: 47px;
  *zoom: 1;
}
.m-news-item .tit,
.m-news-detail .tit {
  display: block;
  margin-right: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-news-item .tit i,
.m-news-detail .tit i {
  margin: -3px 5px 0;
  width: 5px;
  height: 11px;
  vertical-align: middle;
  background: url(/static/web/common/img/ico_arrow2_3a02798.png) center 0;
}
.m-news-item .time,
.m-news-detail .time {
  float: right;
  color: #999;
  font-size: 12px;
}
.m-news-detail {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 44px;
  border-bottom: 1px solid #f2f2f2;
}
.m-news-detail.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.m-news-detail .desc {
  margin-left: 16px;
  margin-bottom: -3px;
  position: relative;
  top: -5px;
  line-height: 28px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
}
.m-cd-i-wrap {
  margin-top: -30px;
  margin-right: -30px;
  overflow: hidden;
}
.m-cd-i-wrap.sp50 {
  margin-top: -30px;
  margin-right: -50px;
}
.m-cd-i-wrap.sp50 .m-cd-i {
  margin-top: 30px;
  margin-right: 50px;
}
.m-cd-i-wrap.sp20 {
  margin-top: -30px;
  margin-right: -20px;
}
.m-cd-i-wrap.sp20 .m-cd-i {
  margin-top: 30px;
  margin-right: 20px;
}
/*图片*/
.m-cd-i {
  margin-right: 30px;
  margin-top: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
}
.m-cd-i img {
  display: block;
}
.m-cd-i .pic {
  position: relative;
}
.m-cd-i .tit {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.m-cd-i .info {
  padding-top: 15px;
}
.m-cd-i .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
}
.m-cd-i .shadow,
.m-cd-i .shadow-s {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  text-indent: 30px;
  background: url(/static/web/common/img/shadow_55fd0c5.png) repeat-x;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.m-cd-i .shadow-s {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-indent: 20px;
}
.m-people-list {
  font-size: 14px;
  color: #666;
}
.m-people-list .item {
  padding: 10px 0;
}
.m-people-list .tit {
  line-height: 50px;
}
.m-people-list .name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.m-people-list .tag {
  margin-left: 20px;
}
.m-people-list .desc {
  line-height: 30px;
}
.col {
  overflow: hidden;
  float: left;
}
.col-1 {
  width: 8.3%;
  overflow: hidden;
  float: left;
}
.col-2 {
  width: 16.6%;
  overflow: hidden;
  float: left;
}
.col-3 {
  width: 25%;
  overflow: hidden;
  float: left;
}
.col-4 {
  width: 33.3%;
  overflow: hidden;
  float: left;
}
.col-5 {
  width: 41.6%;
  overflow: hidden;
  float: left;
}
.col-6 {
  width: 50%;
  overflow: hidden;
  float: left;
}
.col-7 {
  width: 58.3%;
  overflow: hidden;
  float: left;
}
.col-8 {
  width: 66.6%;
  overflow: hidden;
  float: left;
}
.col-9 {
  width: 75%;
  overflow: hidden;
  float: left;
}
.col-10 {
  width: 83.3%;
  overflow: hidden;
  float: left;
}
.col-11 {
  width: 91.6%;
  overflow: hidden;
  float: left;
}
.col-12 {
  width: 100%;
  overflow: hidden;
  float: left;
}
/*固定位置,ie6采用js定位*/
.fixed {
  position: fixed;
  _position: absolute;
  /*_left:~"expression(eval(document.documentElement.scrollLeft))";
    _top:~"expression(eval(document.documentElement.scrollTop))";*/
}
.exp_fixed {
  position: fixed;
  _position: absolute;
  /**_left:~"expression(eval(document.documentElement.scrollLeft))";
    _top:~"expression(eval(document.documentElement.scrollTop))";
    */
}
.fixed-sidebar {
  position: fixed;
  _position: absolute;
}
.mod-wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.mod-wrap-full {
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.mod-wrap-l {
  float: left;
  width: 260px;
}
.mod-wrap-r {
  float: right;
  padding-bottom: 60px;
  width: 860px;
}
.mod-pg-con {
  padding-bottom: 60px;
}
.mod-txt-con {
  margin: 0 auto;
  width: 800px;
  overflow: hidden;
}
.m-sidebar .item {
  text-align: left;
  padding-left: 10px;
}
.m-sidebar .item.current {
  font-size: 16px;
}
.m-cd-i {
  word-break: normal;
}
.mod-header {
  height: 61px;
}
.mod-header .head-wrap {
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 52px;
  background: #fff;
  overflow: visible;
  z-index: 10000;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mod-header .head-con {
  position: relative;
  overflow: visible;
}
.mod-header .logo {
  float: left;
  width: 180px;
  font-size: 20px;
  line-height: 60px;
  text-indent: -999px;
  background: url(/static/web/common/img/logo_ca67e0e.png) center center no-repeat;
}
.mod-header .menu {
  float: right;
  margin-right: -17px;
  font-size: 16px;
}
.mod-header .menu li {
  float: left;
  padding: 0 14px;
}
.mod-header .menu a,
.mod-header .menu .shop-wrap {
  display: inline-block;
  padding: 0 3px;
  color: #333;
  border-top: 4px solid transparent;
}
.mod-header .menu a:hover,
.mod-header .menu .shop-wrap:hover {
  color: #693292;
}
.mod-header .menu a.current,
.mod-header .menu .shop-wrap.current {
  color: #693292;
  font-weight: bold;
  border-top: 4px solid #693292;
}
.mod-header .menu .lang {
  font-size: 14px;
}
.mod-header .menu .lang a {
  cursor: pointer;
}
.mod-header .menu .lang .cur {
  color: #693292;
}
.mod-header .i-down {
  display: inline-block;
  margin-top: -2px;
  width: 9px;
  height: 6px;
  vertical-align: middle;
  background: url(/web/view_en/common/header/img/down_71c1bb1.png) no-repeat;
}
.mod-header .shop-layer {
  position: absolute;
  top: 53px;
  left: -63px;
  width: 170px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.mod-header .shop-layer .txt {
  display: block;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #ebeded;
}
.mod-header .shop-layer .ico {
  position: absolute;
  background: url(/web/view_en/common/header/img/layer_ico_6150053.png) no-repeat;
  margin-left: -6.5px;
  top: -8px;
  left: 50%;
  width: 13px;
  height: 8px;
}
.mod-header .f-toggle {
  position: relative;
  cursor: pointer;
  *zoom: 1;
}
.mod-header .f-toggle:hover {
  color: #693292;
}
.mod-header .f-toggle:hover .i-down {
  background-image: url(/web/view_en/common/header/img/up_cab1ee5.png);
}
.mod-header .f-toggle:hover .shop-layer {
  display: block;
}
