/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  font-weight: 500;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 "tt0142m", '微软雅黑', "Microsoft YaHei";
  color: #000000;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "tt0142m", '微软雅黑', "Microsoft YaHei", Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
input {
  outline: none;
}
.clearBoth {
  clear: both;
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
@font-face {
  font-family: tt0142m;
  src: url('../font/tt0142m.ttf');
}

.head-marin {
    width:100%;
    height:135px;
}

.logo {
  width:135px;
  height:135px;
  margin-left: 80px;
  float: left;
  position: absolute;
  z-index: 9999;
  top:0;
}

.logo a{
  width:100%;
  height:100%;
 display:inline-block;
}

.logo img{
  width:100%;
  height:100%;
 border:none;
}

.head {
  position: relative;
  overflow: hidden;
  height: 118px;
  z-index: 99;
  float: right;
}
.head .meun {
  float: right;
  margin-right: 80px;
  margin-top: 80px;
}
.head .meun a {
  color: #3d3d3d;
  margin-right: 15px;
  margin-top: 3px;
  display: inline-block;
}
.head .meun .meun-d {
  overflow: hidden;
  float: right;
  cursor: pointer;
}
.head .meun .meun-d div {
  width: 25px;
  height: 2px;
  background-color: #000000;
  margin-bottom: 5px;
  margin-left: 35px;
}
.pop-meun {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
}
.pop-meun .pe-del {
  width: 19px;
  height: 19px;
  background: url(../images/sea.png) -35px -3px;
  position: absolute;
  top: 85px;
  right: 85px;
  cursor: pointer;
}
.pop-meun .pe-con {
  top: 180px;
  width: 1100px;
  margin: auto;
  position: relative;
}
.pop-meun .pe-con .pec-sea {
  position: relative;
  width: 440px;
}
.pop-meun .pe-con .pec-sea input[type=text] {
  width: 440px;
  height: 40px;
  border-radius: 20px;
  border: 0;
  padding-left: 20px;
}
.pop-meun .pe-con .pec-sea ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
}
.pop-meun .pe-con .pec-sea :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
}
.pop-meun .pe-con .pec-sea ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
}
.pop-meun .pe-con .pec-sea :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}
.pop-meun .pe-con .pec-sea .pecs-but {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/sea.png) 0px 0px;
  vertical-align: middle;
  position: absolute;
  right: 6px;
  top: 7px;
  cursor: pointer;
}
.pop-meun .pe-con .pe-line {
  margin-top: 70px;
  color: #ffffff;
  overflow: hidden;
}
.pop-meun .pe-con .pe-line a {
  color: #ffffff;
}
.pop-meun .pe-con .pe-line ul {
  width: 465px;
  float: left;
}
.pop-meun .pe-con .pe-line ul a {
  display: block;
  margin-top: 13px;
  font-size: 12.6px;
}
.pop-meun .pe-con .pe-line ul li {
  display: inline-block;
  width: 150px;
  height:auto;
  float:left;
}
.pop-meun .pe-con .pe-line ul:nth-child(3n-1) {
  float: right;
}
.pop-meun .pe-con .pe-line h1 {
  padding-bottom: 16px;
  font-size: 14px;
  border-bottom: 1px solid #323232;
  overflow: hidden;
}
.pop-meun .pe-con .pe-line h1 i {
  float: right;
}
.pop-meun .pec-foot {
  color: #ffffff;
  width: 1745px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3%;
  overflow: hidden;
}
.pop-meun .pec-foot .ipone {
  float: left;
}
.pop-meun .pec-foot .pec-contact {
  float: right;
}
.pop-meun .pec-foot .pec-contact a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  padding:0;
}
.pop-meun .pec-foot .pec-contact .wc {
  background: url(../images/qq.png) 0px 0px no-repeat;
}
.pop-meun .pec-foot .pec-contact .wb {
  background: url(../images/qq.png) -20px 0px no-repeat;
  width: 20px;
}
.pop-meun .pec-foot .pec-contact .qq {
  background: url(../images/qq.png) -40px 0px no-repeat;
}
.pop-meun .pec-foot .pec-contact .qw {
  background: url(../images/qq.png) -56px 0px no-repeat;
}
.pop-top {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.page-container .ulmeunl {
  position: absolute;
  top: 300px;
  left: 80px;
  width: 135px;
  z-index: 99;
}
.page-container .ulmeunl a {
  color: #000000;
}
.page-container .ulmeunl ul li {
  margin-bottom: 15px;
}
.page-container .ulmeunl ul hr {
  height: 1px;
  background-color: #d3d3d3;
  width: 135px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.unkown {
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  text-align: center;
  margin-top: 0;
  width: 780px;
  height: auto;
}
.unkown .unl {
  width: 752px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.unkown .unl div:nth-child(2) {
  position: absolute;
  right: -101px;
  top: 250px;
}
.unkown .unl div:nth-child(3) {
  position: absolute;
  left: -70px;
  top: 590px;
}
.unkown .unl div:nth-child(4) {
  position: absolute;
  left: -60px;
  top: 200px;
}
.unkown .unr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  background-color: #eaefe8;
  width: 44%;
  height: 100%;
}
.foot {
  position: absolute;
  bottom: 50px;
  overflow: hidden;
  width: 100%;
  color: #6b6b6b;
  z-index: 9;
}
.foot a {
  color: #6b6b6b;
}
.foot .ftl {
  float: left;
  margin-left: 60px;
}
.foot .ftr {
  float: right;
  margin-right: 60px;
}
.clB {
  margin-top: 100px;
}

    .loading{
      position: absolute;
      width: 100%;
      height: 100%;
    }
  .loading .load_pore{
      position: absolute;
      width: 100%;
      height: 100%;
      text-align:center;
  }
  .l1,.l2{
      position: absolute;
      /* right: 0; */
      /* left: 0; */
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      transform: translateX(-50%);
      /*overflow: hidden;*/
      width: 473px;
      height: 62px;
  }
  .l1{
/*      background-image: linear-gradient(  
    to right,   
      rgba(255,255,255,0) 0%,   
      rgba(0,0,0,1) 100%); */
           /*background:url(images/l1.png)no-repeat,-webkit-linear-gradient(left, rgba(255,255,255,0) 0% ,rgba(0,0,0,1) 100%);*/
           /*filter:alpha(opacity=0,finishopacity=0,style=2,style=style,startX=0,startY=0,finishX=100%,finishY=0)*/
          /*float: right;*/
  }
  .loading .load_pore #s1{
    font-size: 11px;
        color: #aeaeae;
        margin-top: 5%;
  }


@media screen and (max-width: 1745px) {
  .pop-meun .pec-foot {
    color: #ffffff;
    width: 98%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3%;
    overflow: hidden;
  }
  .foot {
    position: absolute;
    bottom: 3%;
    overflow: hidden;
    width: 100%;
    color: #6b6b6b;
    z-index: 9;
  }
}
@media screen and (max-width: 1600px) {
  .pop-meun .pe-del {
    top: 8%;
  }
  .head .meun {
    float: right;
    margin-right: 80px;
    margin-top: 55px;
  }
}
@media screen and (max-width: 1440px) {
    .head-marin {
    width:100%;
    height:90px;
}
    .logo {
        width:90px;
        height:90px;
    }
  .pop-meun .pe-con .pe-line {
    margin-top: 30px;
    color: #ffffff;
    overflow: hidden;
  }
  .pop-meun .pe-del {
    width: 19px;
    height: 19px;
    background: url(../images/sea.png) -35px -3px;
    position: absolute;
    top: 8%;
    right: 5%;
    cursor: pointer;
  }
  .pop-meun .pe-con {
    top: 15%;
    width: 1100px;
    margin: auto;
    position: relative;
  }
  .clB {
    margin-top: 30px;
  }
  .head .meun {
    float: right;
    margin-right: 80px;
    margin-top: 16%;
  }
}
.pop-meun .pec-foot {
  color: #ffffff;
  width: 98%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.5%;
  overflow: hidden;
}
.foot {
  position: absolute;
  bottom: 3%;
  overflow: hidden;
  width: 100%;
  color: #6b6b6b;
  z-index: 9;
}
@media screen and (max-width: 1366px) {
.foot {
  position: absolute;
  bottom: 2.5%;
  overflow: hidden;
  width: 100%;
  color: #6b6b6b;
  z-index: 9;
}
  .head .meun {
    float: right;
    margin-right: 45px;
    margin-top: 14%;
  }
}