@charset "utf-8";

/* CSS Document */
/*公共样式与首页样式*/
A {
  TEXT-DECORATION: none;
}

A:link {
  color: #505050;
  outline: none;
}

A:visited {
  color: #333333;
}

A:active {
  color: #333333
}

A:hover {
  /* COLOR: #f35d0c */
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #ffffff;
  color: #333333;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
dl,
dt,
dd,
button,
header,
article,
iframe,
footer,
ol,
div,
img {
  margin: 0px;
  padding: 0px;
}

input,
button {
  border: 0px;
}

img {
  border: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1200px) {

  img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
  }

}


li {
  list-style: none;
}

a,
i,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
:before,
:after {
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: "微软雅黑";
  font-size: 12px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

@media only screen and (max-width: 1200px) {
  .main {
    width: 100%;
    margin: 0px auto;
  }

  body {
    font-size: 12px;
    line-height: 1.5;
  }

  #my-video2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

}

.main1 {
  width: 80%;
  margin: auto;
  max-width: 1100px;
}

@media only screen and (min-width: 1200px) {
  .main {
    width: 1200px;
    margin: 0px auto;
  }

  body {
    font-size: 14px;
    line-height: 24px;
  }

  #my-video2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}



/*  */
.fy {
  margin-bottom: 60px;
  text-align: center;
}

.fy ul {}

.fy li {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #ddd;
  margin-right: 5px;
  font-size: 20px;
}

.fy li:hover {
  background-color: #f16624;
  color: #fff;
  border: 2px solid #f16624;
}

.fy li:hover a {
  color: #fff;
}

.fy li.on {
  background-color: #f16624;
  border: 2px solid #f16624;
}

.fy li a {
  display: block;
}

.fy li.on a {
  color: #fff;
}

.fy img {
  margin-top: 7px;
  vertical-align: text-top;
}

.ban .tit {

  font-size: 36px;
  color: #fff;
  position: absolute;
  bottom: 60px;
  transform: translateX(800px);
  transition: all .8s;
}

.ban .tit.in {
  transform: translateX(0);

}

@media only screen and (max-width: 600px) {
  .ban .tit {
    transform: translateX(600px);
  }

  .fy li:nth-child(6),
  .fy li:nth-child(7) {
    margin-top: 15px;
  }

}

.all-log {
  display: block;
  float: right;
  margin-left: 15px;
  cursor: pointer;
  z-index: 9999;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .ban .tit {
    transform: translateX(800px);
  }
  .all-log {
    margin-right: 10px;
    margin-left: 0;
  }
  .all-log img {
    vertical-align: -webkit-baseline-middle;
  }

}
.all-log .out {
  display: none;
  position: absolute;
  width: 80px;
  background: #fff;
  text-align: center;
  padding: 10px;
  right: -10px;
  top: 33px;
}
.all-log .out:after{
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 14px;
  top: -10px;
}

.all-log:hover .out {
  display: block;
}