/*// 重置
// 参数 and 方法
@import "../../bootstrap-less/variables.less.html";
@import "../../bootstrap-less/mixins.less.html";*/
/*// 重置 和 打印
@import "../../bootstrap-less/normalize.less.html";
@import "../../bootstrap-less/print.less.html";*/
/*@import "../../bootstrap-less/grid.less.html";*/
@-webkit-keyframes an-rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@-webkit-keyframes an-turnpage {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
  }
}
@-webkit-keyframes an-turnpage-x {
  0% {
    -webkit-transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-webkit-keyframes an-translateX {
  0% {
    -webkit-transform: translateX(0px);
  }
  33% {
    -webkit-transform: translateX(20px);
  }
  66% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.an-translateY {
  animation-name: an-translateY;
  -webkit-animation-name: an-translateY;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes an-translateY {
  0% {
    -webkit-transform: translateY(0px);
  }
  33% {
    -webkit-transform: translateY(20px);
  }
  66% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes an-narrow {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes an-rotate-dis {
  0% {
    -webkit-transform: translateX(0px) rotateY(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-300px) rotateY(-90deg) scaleX(0.4) scaleY(0.4);
  }
  100% {
    -webkit-transform: translateX(0px) rotateY(-180deg) scaleX(0.2) scaleY(0.2);
  }
}
@-webkit-keyframes an-rotate-show {
  0% {
    -webkit-transform: translateX(0px) rotateY(180deg) scaleX(0.2) scaleY(0.2);
  }
  50% {
    -webkit-transform: translateX(300px) rotateY(90deg) scaleX(0.4) scaleY(0.4);
  }
  100% {
    -webkit-transform: translateX(0px) rotateY(0deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes an-rotate-move {
  0% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(900px);
  }
}
@-webkit-keyframes an-rotate-move2 {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-300px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}
input {
  padding: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th {
  text-align: left;
  font-weight: normal;
}
input:focus {
  outline: none;
}
body {
  _background-image: url("text.txt.html");
  _background-attachment: fixed;
}
html {
  _zoom: expression(function(ele){ ele.style.zoom = '1'; document.execCommand('BackgroundImageCache', false, true); }(this));
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
textarea {
  resize: none;
}
body,
button,
input,
select,
textarea {
  font-size: 12px;
  font-family: Arial, Microsoft Yahei, SimHei, tahoma, Srial, helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}
.a {
  color: #428bca;
}
.a:hover {
  color: #2c73b0;
  text-decoration: underline;
}
html,
body,
form {
  width: 100%;
  height: 100%;
  min-width: 1220px;
  border: none;
  _width: expression((document.documentElement.clientWidth||document.body.clientWidth)< 1220 ?' 1220px ':'');
}
.container {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
body {
  background-color: #ffffff;
  color: #000000;
}
a {
  color: #000000;
  cursor: pointer;
}
a:hover {
  color: #000000;
}
.o-h {
  overflow: hidden;
  _zoom: 1;
}
.c-f:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.c-f {
  *zoom: 1;
}
.f-l {
  float: left !important;
}
.f-r {
  float: right !important;
}
.b-l {
  display: block !important;
}
.d-n {
  display: none !important;
}
.v-m {
  vertical-align: middle !important;
}
.v-t {
  vertical-align: top !important;
}
.t-c {
  text-align: center !important;
}
.t-l {
  text-align: left !important;
}
.t-r {
  text-align: right !important;
}
.f-b {
  font-weight: bold !important;
}
.f-n {
  font-weight: normal !important;
}
.m-t0 {
  margin-top: 0px !important;
}
.m-t10 {
  margin-top: 10px !important;
}
.m-t20 {
  margin-top: 20px !important;
}
.m-t30 {
  margin-top: 30px !important;
}
.m-l0 {
  margin-left: 0px !important;
}
.m-l10 {
  margin-left: 10px !important;
}
.m-l20 {
  margin-left: 20px !important;
}
.m-l30 {
  margin-left: 30px !important;
}
.m-r0 {
  margin-right: 0px !important;
}
.m-r10 {
  margin-right: 10px !important;
}
.m-r20 {
  margin-right: 20px !important;
}
.m-r30 {
  margin-right: 30px !important;
}
.p-r {
  position: relative !important;
}
.b-no {
  border: none;
}
.b-tn {
  border-top: none;
}
.b-bn {
  border-bottom: none;
}
.b-ln {
  border-left: none;
}
.b-rn {
  border-right: none;
}
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px !important;
}
.green {
  color: #5cb85c;
}
.blue {
  color: #428bca;
}
.yellow {
  color: #ff8400;
}
.red {
  color: #c4264e;
}
.gray {
  color: #999999;
}
.black {
  color: #000000;
}
.brown {
  color: #a52a2a;
}
a.green:hover {
  color: #8aff8a;
}
a.blue:hover {
  color: #63d1ff;
}
a.yellow:hover {
  color: #ffc600;
}
a.red:hover {
  color: #ff3975;
}
a.gray:hover {
  color: #e6e6e6;
}
a.black:hover {
  color: #000000;
}
a.brown:hover {
  color: #f83f3f;
}
.inMiddle {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
}
.inMiddle-p {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
}
.m-c {
  margin-left: auto;
  margin-right: auto;
}
.btn {
  display: inline-block;
  _zoom: 1;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  cursor: pointer;
}
.btn:hover {
  background-color: #eeeeee;
}
.txt {
  height: 25px;
  width: 135px;
  padding-left: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.txtLong {
  width: 455px;
}
textarea {
  border: 1px solid #000000;
  padding-left: 5px;
  padding-top: 5px;
  width: 455px;
}
a {
  transition-duration: color;
  -moz-transition-duration: color;
  /* Firefox 4 */
  -webkit-transition-duration: color;
  /* Safari 和 Chrome */
  -o-transition-duration: color;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari 和 Chrome */
  -o-transition-property: all;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  /* Firefox 4 */
  -webkit-transition-delay: 0s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0s;
  /* Opera */
}
body {
  position: relative;
}
.div-tab {
  display: table;
  height: 100%;
}
.div-cell {
  display: table-cell;
  vertical-align: middle;
}
.nav-detailed {
  display: none;
  /*.h-height(277);*/
  z-index: 9;
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px #333;
}
.nav-detailed .container {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 820px;
  display: none;
  background-image: url('../image/nav-line.png');
  background-position: 1120px center;
  background-repeat: no-repeat;
}
.nav-detailed .container:nth-of-type(3) {
  background-image: none;
}
.nav-detailed .container2 {
  width: 1220px;
}
.nav-detailed .container2 .img-show {
  float: left;
  _display: inline;
  _zoom: 1;
}
.nav-detailed .container2 .nav-sm-show {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 720px;
  font-size: 14px;
  padding-top: 4px;
}
.nav-detailed .container2 .nav-sm-show a {
  text-align: center;
  border-right: 1px solid #999999;
  display: block;
  float: left;
  _display: inline;
  _zoom: 1;
  width: 175px;
  height: 30px;
  line-height: 30px;
}
.nav-detailed .container2 .nav-sm-show a:nth-of-type(4n) {
  border-right: none;
}
.nav-detailed .container2 .nav-sm-show a:hover {
  color: #d1342c;
}
.nav-detailed .container2 .nav-sm-show2 {
  margin-left: 64px;
  float: left;
  _display: inline;
  _zoom: 1;
  width: 900px;
}
.nav-detailed .nav-list {
  width: 120px;
  float: left;
  _display: inline;
  _zoom: 1;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.nav-detailed .nav-list a span {
  display: none;
}
.nav-detailed .nav-list li.selected {
  font-weight: bold;
}
.nav-detailed .nav-list li.selected a {
  color: #d1342c;
}
.nav-detailed .nav-list li.selected a span {
  display: inline;
}
.nav-detailed .detailed-list .imgS {
  width: 90px;
  height: 65px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.nav-detailed .detailed-list li {
  min-height: 100%;
  padding: 10px 25px;
  border-left: 1px solid #cccccc;
  float: left;
  _display: inline;
  _zoom: 1;
}
.nav-detailed .detailed-list dt {
  margin-top: 10px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
}
.nav-detailed .detailed-list dd {
  line-height: 24px;
}
.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('../image/icon/icon.png');
}
.header {
  background-color: #ffffff;
  height: 80px;
  box-shadow: 0px 0px 5px #333;
  position: relative;
  z-index: 10;
}
.header .container {
  position: relative;
}
.header .logo {
  float: left;
  _display: inline;
  height: 80px;
  overflow: hidden;
  _zoom: 1;
  width: 380px;
  position: relative;
}
.header .logo img {
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  position: absolute;
  left: 0px;
  top: 0px;
}
.header .logo .img2 {
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  opacity: 0;
  filter: alpha(opacity=0);
  top: -100px;
}
.header .logo:hover .img1 {
  top: 100px;
}
.header .logo:hover .img2 {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 16px;
}
.header .nav {
  float: left;
  _display: inline;
  _zoom: 1;
  line-height: 80px;
  font-size: 14px;
  position: relative;
}
.header .nav a {
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #333333;
}
.header .nav a:last-of-type {
  border: none;
}
.header .nav a:hover {
  color: #d1342c;
}
.header .nav a.selected {
  color: #d1342c;
}
.header .nav .line {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #d1342c;
  height: 3px;
  width: 100px;
  margin-top: -3px;
}
.header .right-box {
  width: 195px;
  float: right;
}
.header .right-box .sw {
  height: 25px;
  line-height: 25px;
  text-align: right;
  color: #c1003e;
  font-size: 14px;
}
.header .right-box .sw .icon {
  width: 21px;
  height: 14px;
  background-position: 0px -254px;
  background-position: 0 -254;
  margin-left: 5px;
  margin-right: 5px;
}
.header .right-box .sw .icon-en {
  background-position: -21px -254px;
  background-position: -21 -254;
}
.header .right-box .sw a {
  color: #c1003e;
}
.header .seach {
  width: 195px;
  background-color: #e9e9e9;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  overflow: hidden;
  _zoom: 1;
}
.header .seach input {
  margin-left: 10px;
  float: left;
  _display: inline;
  _zoom: 1;
  height: 26px;
  line-height: 26px;
  border: none;
  background-color: transparent;
}
.header .seach input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .seach input:-moz-placeholder {
  color: #cccccc;
}
.header .seach input::-moz-placeholder {
  color: #cccccc;
}
.header .seach input:-ms-input-placeholder {
  color: #cccccc;
}
.header .seach .seach-btn {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('../image/icon/icon.png');
  width: 26px;
  height: 26px;
  float: right;
}
.footer {
  margin-top: 90px;
  height: 70px;
  overflow: hidden;
  _zoom: 1;
  border-top: 1px solid #e5e5e5;
}
.footer.footer2 {
  margin-top: 0px;
  border: 1px none #000000;
}
.footer .intro {
  margin-left: 18px;
  color: #999999;
  margin-top: 22px;
  float: left;
  _display: inline;
  _zoom: 1;
  line-height: 18px;
}
.footer .tel {
  margin-right: 18px;
  float: right;
  line-height: 80px;
  font-size: 14px;
  color: #999999;
}
.footer .tel span {
  color: #d1342c;
  font-size: 30px;
  font-family: Impact;
}
.footer .tel .icon {
  width: 38px;
  height: 38px;
  background-position: 0px -102px;
  background-position: 0 -102;
}
.intro-img {
  height: 438px;
  background-image: url('../image/02-01.jpg');
  background-position: center center;
}
.intro-img .container {
  position: relative;
  top: 145px;
}
.intro-img.intro-img2 {
  background-image: url('../image/05-02.jpg');
  background-size: auto 100%;
}
.intro-img.intro-img2 .container {
  position: relative;
}
.intro-img.intro-img2 .container .img-show {
  float: right;
}
.intro-img .img-show {
  width: 475px;
  height: 130px;
  position: relative;
  animation-name: traop;
  -webkit-animation-name: traop;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  background-position: 10000px 0px;
  background-position: 10000 0;
  background-repeat: no-repeat;
  overflow: hidden;
  _zoom: 1;
}
@-webkit-keyframes traop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes traop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.intro-img .img-show div {
  position: relative;
  animation-name: traop;
  -webkit-animation-name: traop;
  background-image: inherit;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
.intro-img .img-show .li1 {
  height: 75px;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.intro-img .img-show .li2 {
  background-position: 0px -75px;
  background-position: 0 -75;
  height: 55px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.location {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  background-color: #ffffff;
  box-shadow: #aaa 0 1px 1px;
}
.location a {
  color: #666666;
}
.location a:hover {
  color: #333333;
}
.location span {
  color: #c1003e;
}
.content {
  border-top: 1px solid #f8f8f8;
}
.nav-lsit-2 {
  *zoom: 1;
  border-bottom: 1px dotted #28282c;
  margin-bottom: 40px;
  width: 1220px;
  position: relative;
  left: -24px;
}
.nav-lsit-2:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.nav-lsit-2.nav-lsit-2-1 li {
  width: 33.3%;
}
.nav-lsit-2.nav-lsit-2-2 li {
  width: 20%;
}
.nav-lsit-2.nav-lsit-2-3 li {
  width: 100%;
}
.nav-lsit-2 li {
  width: 12.5%;
  position: relative;
  font-size: 16px;
  color: #999999;
  margin-top: 35px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  _display: inline;
  _zoom: 1;
  cursor: pointer;
  /*.tra-transition;*/
  /*&:hover {
            .fs20;
        }*/
}
.nav-lsit-2 li.selected {
  font-size: 20px;
  color: #bf0039;
}
.nav-lsit-2 li.selected i {
  border: 2px solid #c52950;
}
.nav-lsit-2 li.selected i span {
  background-color: #c52950;
}
.nav-lsit-2 li i {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid transparent;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.nav-lsit-2 li i span {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #757575;
}
.new-cont {
  margin-left: 330px;
}
.new-cont .btn-fense {
  display: block;
  width: 295px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: right;
  margin-top: 40px;
  font-size: 22px;
  color: #ffffff;
  background-color: #d1342c;
  border-radius: 10px;
}
.new-cont h3 {
  color: #be0034;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #000000;
}
.new-cont .yulie {
  height: 405px;
}
.new-cont .cont {
  color: #333333;
  line-height: 26px;
  font-size: 14px;
  padding: 25px;
}
.new-cont .cont img {
  max-width: 100%;
}
.new-cont .cont .txt-show {
  border-bottom: 1px dotted #28282c;
  padding-bottom: 20px;
}
.new-cont .new-ul {
  margin: 0px;
  margin-top: 45px;
}
.new-cont .new-ul li {
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}
.new-cont .new-ul li .tit {
  width: 710px;
  float: left;
  _display: inline;
  _zoom: 1;
  color: #333333;
  font-size: 14px;
}
.new-cont .new-ul li .time {
  float: right;
  color: #999999;
}
.nav-list-4 {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 280px;
}
.nav-list-4.nav-list-4-1 dt a {
  background-color: #5f5f5f;
  background-image: none;
}
.nav-list-4.nav-list-4-1 dt i {
  width: 23px;
  height: 9px;
  position: absolute;
  top: 100%;
  left: 20px;
  background-image: url('../image/06-04.jpg');
}
.nav-list-4.nav-list-4-1 dl.selected dt a {
  background-color: #be0034;
  background-image: none;
}
.nav-list-4 dl.selected {
  height: auto;
  padding-bottom: 10px;
}
.nav-list-4 dl.selected dd {
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
.nav-list-4 dl.selected dd.selected a {
  color: #be0034;
}
.nav-list-4 dl.selected dd.selected a i {
  background-color: #be0034;
}
.nav-list-4 dl.selected dt i {
  display: block;
}
.nav-list-4 dl.selected dt a {
  background-image: url('../image/03-02.png');
}
.nav-list-4 dl {
  height: 46px;
  overflow: hidden;
  _zoom: 1;
}
.nav-list-4 dt {
  position: relative;
  margin-bottom: 10px;
}
.nav-list-4 dt i {
  display: none;
}
.nav-list-4 dt a {
  width: 220px;
  height: 43px;
  line-height: 43px;
  padding-left: 30px;
  padding-right: 30px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background-image: url('../image/03-03.png');
  color: #ffffff;
  font-size: 16px;
}
.nav-list-4 dd a {
  color: #333333;
}
.nav-list-4 dd a i {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  _display: inline;
  _zoom: 1;
  display: block;
  margin-top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333333;
}
.xiangqing-tx {
  font-size: 14px;
  line-height: 24px;
}
body {
  overflow: hidden;
}
body.selected {
  overflow: auto;
}
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
  text-align: center;
}
.loading .display-tab {
  width: 100%;
  height: 100%;
  display: table;
}
.loading .display-tab .display-cell {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
  color: #d1342c;
}
.loading .display-tab .display-cell a {
  color: #d1342c;
}
.loading .display-tab .display-cell .enter-btn {
  display: none;
}
.loading .nu-d {
  font-size: 12px;
}
.loading .nu-d .nu {
  font-size: 20px;
}
.loading .square-list {
  width: 99px;
  height: 99px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
}
.loading .square-list li {
  width: 31px;
  height: 31px;
  float: left;
  _display: inline;
  _zoom: 1;
  background-image: url('../image/loading.png');
  margin: 1px;
}
.loading .square-list li.selected {
  opacity: 0;
  filter: alpha(opacity=0);
}
.slider {
  position: relative;
}
.slider .btn-next,
.slider .btn-prev {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.slider .btn-next {
  right: 0px;
  left: auto;
}
.slider .slider-ul {
  height: 650px;
  position: relative;
  overflow: hidden;
  _zoom: 1;
}
.slider .slider-ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: center center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  _zoom: 1;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.4s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.4s;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari 和 Chrome */
  -o-transition-property: all;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  /* Firefox 4 */
  -webkit-transition-delay: 0s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0s;
  /* Opera */
}
.slider .slider-ul li img {
  display: none;
}
.slider .slider-ul li.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider .slider-ul li.selected .an-show div {
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider .slider-ul li.selected .an-show .li1 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.slider .slider-ul li.selected .an-show .li2 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.slider .slider-ul li.selected .an-show .li3 {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}
.slider .slider-ul li .an-show {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.slider .slider-ul li .an-show div {
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0s;
  -webkit-transition: 0s;
  /* Safari 和 Chrome */
  position: relative;
  top: 130px;
}
.slider .slider-ul li .an-show .li1 {
  height: 52px;
}
.slider .slider-ul li .an-show .li2 {
  height: 35px;
  background-position: center -52px;
}
.slider .slider-ul li .an-show .li3 {
  height: 75px;
  background-position: center -87px;
}
.slider .btn-nu-list {
  width: 210px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  left: 50%;
  bottom: 70px;
  margin-left: -105px;
  background-color: #f9f9f8;
  border-radius: 19px;
  text-align: center;
}
.slider .btn-nu-list li {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 22px;
  margin-right: 22px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #adadac;
}
.slider .btn-nu-list li.selected {
  background-color: #c6224f;
}
.row {
  position: relative;
  overflow: hidden;
  _zoom: 1;
  border-top: 1px solid #ffffff;
  height: 440px;
}
.row.scrollShow .row-left {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.row.scrollShow .row-right {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.row.scrollShow2 .row-left .tc-c {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
}
.row.scrollShow2 .row-right .tc-c {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
}
.row.scrollShow2 .p1,
.row.scrollShow2 .p2,
.row.scrollShow2 .p3,
.row.scrollShow2 .p4 {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.row .row-left {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari 和 Chrome */
  -o-transition-duration: 1s;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari 和 Chrome */
  -o-transition-property: all;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  /* Firefox 4 */
  -webkit-transition-delay: 0s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0s;
  /* Opera */
  position: relative;
  top: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.row .row-left .tc-c {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -200px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
}
.row .row-left:hover .icon1 {
  animation-name: anicon2;
  -webkit-animation-name: anicon2;
}
.row .row-right {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari 和 Chrome */
  -o-transition-duration: 1s;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari 和 Chrome */
  -o-transition-property: all;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  /* Firefox 4 */
  -webkit-transition-delay: 0s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0s;
  /* Opera */
  position: relative;
  top: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.row .row-right .tc-c {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 200px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
}
.row .row-right:hover .icon1 {
  animation-name: anicon;
  -webkit-animation-name: anicon;
}
.row .col-md-6 {
  width: 50%;
  float: left;
  _display: inline;
  _zoom: 1;
  height: 100%;
}
.row .bg {
  background-image: url('../image/01-04.jpg');
  background-position: right top;
}
.row .icon1 {
  position: absolute;
  left: -90px;
  top: 42px;
  width: 40px;
  height: 75px;
  background-position: -48px -27px;
  background-position: -48 -27;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: 2s;
  -webkit-animation-iteration-count: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.row .tc {
  color: #ffffff;
  background-color: #d1342c;
}
.row .tc .tc-c {
  position: relative;
  margin-left: 185px;
  margin-top: 120px;
}
.row .p1 {
  font-size: 40px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  position: relative;
  top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.row .p2 {
  font-size: 28px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  top: 100px;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.row .p3 {
  font-size: 14px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  top: 100px;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.row .p4 {
  margin-top: 15px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  position: relative;
  top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 18px;
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.row .p4 a {
  color: #ffffff;
}
.row .p4 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: #ffffff;
  vertical-align: middle;
  margin-left: 8px;
}
.row .p4 span .icon2 {
  float: left;
  _display: inline;
  _zoom: 1;
  margin-left: 7px;
  margin-top: 4px;
  width: 5px;
  height: 9px;
  background-position: -28px 0px;
  background-position: -28 0;
}
@keyframes anicon2 {
  0% {
    margin-right: 30px;
  }
  25% {
    margin-right: 0px;
  }
  50% {
    margin-right: -30px;
  }
  100% {
    margin-right: 0px;
  }
}
@-webkit-keyframes anicon2 {
  0% {
    margin-right: 30px;
  }
  25% {
    margin-right: 0px;
  }
  50% {
    margin-right: -30px;
  }
  100% {
    margin-right: 0px;
  }
}
@-webkit-keyframes anicon {
  0% {
    margin-left: 30px;
  }
  25% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes anicon {
  0% {
    margin-left: 30px;
  }
  25% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
.row-1 .bg {
  background-image: url('../image/01-04.jpg');
  background-position: right top;
}
.row-1 .tc {
  color: #ffffff;
  background-color: #d1342c;
}
.row-1 .p4 span {
  background-color: #ffffff;
}
.row-1 .p4 span .icon2 {
  background-position: -28px 0px;
  background-position: -28 0;
}
.row-2 .bg {
  background-image: url('../image/01-07.jpg');
  background-position: left top;
}
.row-2 .icon1 {
  left: auto;
  right: -90px;
  background-position: 0px -27px;
  background-position: 0 -27;
}
.row-2 .tc {
  color: #000000;
  background-color: #e6e6e6;
}
.row-2 .tc .tc-c {
  text-align: right;
  margin-left: auto;
  margin-right: 185px;
  margin-top: 120px;
}
.row-2 .p4 a {
  color: #d1342c;
}
.row-2 .p4 span {
  background-color: #d1342c;
}
.row-2 .p4 span .icon2 {
  background-position: -33px 0px;
  background-position: -33 0;
}
.row-3 .bg {
  background-image: url('../image/01-05.jpg');
}
.row-3 .tc {
  background-color: #242424;
}
.row-4 .bg {
  background-image: url('../image/01-06.jpg');
}
.row-5 {
  height: 288px;
}
.row-5 .bg {
  background-color: #7d7d7d;
  background-repeat: no-repeat;
  background-image: url('../image/01-08.jpg');
}
.row-5 .new-ul {
  background-color: #e5e5e5;
  padding-top: 60px;
  padding-left: 50px;
  padding-bottom: 60px;
  padding-right: 10px;
}
.row-5 .new-ul li {
  line-height: 42px;
  color: #666666;
}
.row-5 .new-ul li a {
  color: #666666;
  display: block;
  margin-right: 80px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-5 .new-ul li a:hover {
  color: #000000;
}
.row-5 .new-ul li span {
  float: right;
}
