/*// 重置
// 参数 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: #be0035;
}
.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: #be0035;
}
.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: 360px;
  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: #be0035;
}
.header .nav a.selected {
  color: #be0035;
}
.header .nav .line {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #be0035;
  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: #cb3060;
  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: #cb3060;
  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: #777777;
  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: 40px;
  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: 38px;
  line-height: 38px;
  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: 15px;
}
.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;
}
.um-zoom {
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}
.um-zoom .div-tab {
  display: table;
  height: 100%;
  width: 100%;
}
.um-zoom .div-cell {
  display: table-cell;
  vertical-align: middle;
}
.um-zoom .content {
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  border: none;
}
.um-zoom .content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.um-zoom .content video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 90%;
  position: relative;
}
.um-zoom .loading {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  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%);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../image/spm_modules/um-ui/zoom/loading.gif.html')');
  overflow: hidden;
  _zoom: 1;
}
.um-zoom .fun-box {
  width: 630px;
  height: 50px;
  position: absolute;
  bottom: 105px;
  left: 50%;
  margin-left: -315px;
}
.um-zoom .next-btn {
  width: 50px;
  height: 50px;
  background-image: url('../image/zoom/arrows.png');
  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%);
  right: 52px;
  background-position: -49px 0px;
  background-position: -49 0;
  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 */
}
.um-zoom .next-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.um-zoom .zoom-text {
  width: 480px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 14px;
  left: 50px;
  top: 0px;
  text-align: center;
  position: absolute;
  background-color: #cb3060;
  display: block;
}
.um-zoom .prev-btn {
  width: 50px;
  height: 50px;
  background-image: url('../image/zoom/arrows.png');
  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%);
  left: 0px;
  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 */
}
.um-zoom .prev-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.um-zoom .close-btn {
  width: 50px;
  height: 50px;
  background-image: url('../image/zoom/close.png');
  position: absolute;
  right: 0px;
  top: 0px;
  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 */
}
.um-zoom .close-btn:hover {
  z-index: 10;
}
.um-zoom .an-shake {
  animation-name: an-shake;
  -webkit-animation-name: an-shake;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}
@-webkit-keyframes an-shake {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an-shake {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img-cont {
  text-align: center;
  float: left;
  _display: inline;
  _zoom: 1;
  width: 50%;
  padding-top: 20px;
}
.tx-cont {
  color: #666666;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  margin-left: 50%;
  padding-right: 20px;
  text-indent: 2em;
}
.qianming {
  margin-top: 50px;
}
.go-top {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 40px;
}
.go-top a {
  background-color: #606060;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 24px;
  line-height: 24px;
  float: right;
  color: #ffffff;
}
.new-ul.new-ul2 li {
  border-bottom: 1px solid #eeeeee;
}
.new-ul.new-ul2 li .cont {
  padding-top: 30px;
  height: 210px;
  padding-bottom: 30px;
}
.new-ul li {
  padding-left: 50px;
  padding-right: 50px;
  color: #333333;
  border-bottom: 1px dotted #28282c;
}
.new-ul li .title {
  cursor: pointer;
}
.new-ul li a {
  color: #333333;
}
.new-ul li:last-of-type {
  border-bottom: none;
}
.new-ul li.selected .title {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 18px;
}
.new-ul li.selected .cont {
  height: 210px;
  padding-bottom: 30px;
}
.new-ul .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
}
.new-ul .title .tit {
  width: 850px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-ul .title .time {
  color: #999999;
  float: right;
}
.new-ul .img-show {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 360px;
  height: 210px;
}
.new-ul .cont {
  overflow: hidden;
  _zoom: 1;
  height: 0px;
  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 */
  padding-bottom: 0px;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  /* Safari 和 Chrome */
}
.new-ul .text-show {
  margin-left: 395px;
}
.new-ul .text-show .tit {
  margin-right: 10px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #333333;
  min-width: 300px;
  max-width: 490px;
  float: left;
  _display: inline;
  _zoom: 1;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-ul .text-show .time {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #999999;
}
.new-ul .text-show .tc {
  font-size: 14px;
  height: 115px;
  overflow: hidden;
  _zoom: 1;
  line-height: 30px;
}
.new-ul .text-show .more {
  font-size: 14px;
}
.new-ul .text-show .more span {
  color: #c10240;
}
.paging {
  margin-top: 70px;
  text-align: right;
}
.paging a {
  margin-left: 12px;
  margin-right: 12px;
}
.contact-cont {
  width: 1013px;
  margin-top: 95px;
}
.contact-cont .tc {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 390px;
  font-size: 14px;
}
.contact-cont .cont {
  float: right;
  padding-left: 40px;
  padding-right: 40px;
  width: 530px;
  height: 550px;
  border: 1px solid #cccccc;
}
.contact-cont .cont h3 {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  border-bottom: 1px solid #cccccc;
}
.contact-cont .cont .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px none #000000;
  background-color: #5f5f5f;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
}
.contact-cont .cont .btn.btn1 {
  background-color: #bf0039;
}
.contact-cont .cont table {
  width: 100%;
  margin-top: 20px;
}
.contact-cont .cont table .td1 {
  width: 95px;
  padding-right: 5px;
  text-align: right;
  font-size: 14px;
  vertical-align: top;
  line-height: 38px;
}
.contact-cont .cont table td {
  padding-top: 10px;
}
.contact-cont .cont table input,
.contact-cont .cont table textarea {
  width: 265px;
  background-color: #cccccc;
  height: 38px;
  line-height: 38px;
  border: none;
}
.contact-cont .cont table textarea {
  width: 435px;
  height: 180px;
}
.joinus-cont {
  width: 1100px;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  min-height: 717px;
}
.joinus-cont table {
  margin-top: 40px;
}
.joinus-cont table th {
  height: 60px;
  line-height: 60px;
  background-color: #eeeeee;
  text-align: center;
}
.joinus-cont table td {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #28282c;
  text-align: center;
}
.joinus-cont .email {
  width: 289px;
  height: 248px;
  display: block;
  background-image: url('../image/06-03.jpg');
  position: absolute;
  top: 320px;
  right: 200px;
}
.joinus-cont .tx {
  width: 560px;
}
.process-list .tit {
  font-size: 16px;
  color: #ffffff;
  width: 96px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-right: 10px;
  background-image: url('../image/06-02.jpg');
  float: left;
  _display: inline;
  _zoom: 1;
  margin-top: 50px;
}
.process-list .tab {
  border-left: 5px solid #bf0039;
  padding-left: 25px;
  margin-left: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.process-list .tab i {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -13px;
  top: 60px;
  display: block;
}
.process-list .tab i span {
  width: 6px;
  height: 6px;
  margin-left: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: #bf0039;
  display: block;
}
.process-list .tab td {
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.process-list .tab .td1 {
  width: 165px;
}
.process-list li {
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  /* Safari 和 Chrome */
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.process-list li.scrollShow {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.new-nav-list {
  width: 280px;
  float: left;
  _display: inline;
  _zoom: 1;
}
.new-nav-list .imgS {
  border-radius: 4px;
  display: block;
  width: 268px;
  height: 157px;
  padding: 5px;
  border: 1px solid #dcdcdc;
}
.new-nav-list .imgS img {
  width: 268px;
  height: 157px;
}
.new-nav-list .name {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-nav-list .more {
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  background-color: #e5e5e5;
  color: #000000;
  font-size: 16px;
  border-radius: 6px;
}
.jieshao {
  padding-bottom: 100px;
}
.sheet {
  margin-left: 45px;
  margin-right: 45px;
}
.sheet table {
  border: 1px solid #ffffff;
}
.sheet table td {
  border: 1px solid #e2e2e2;
  padding-left: 10px;
  padding-right: 10px;
  border-right: none;
}
.sheet table th {
  height: 60px;
  line-height: 60px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding-left: 35px;
}
.sheet table .td1 {
  width: 200px;
  text-align: center;
  line-height: 35px;
  border-left: none;
}
.sheet table textarea {
  border: 1px solid #eeeeee;
  height: 250px;
  width: 720px;
  margin-top: 5px;
}
.sheet table input {
  width: 230px;
  height: 24px;
  line-height: 24px;
}
.sheet table input.sm {
  width: 80px;
}
.sheet table .btn {
  margin: 10px 10px 10px 0px;
  float: left;
  width: 245px;
  height: 50px;
  line-height: 50px;
  background-color: #cb3060;
  border: none;
  font-size: 20px;
  color: #ffffff;
  border-radius: 5px;
}
.sheet table .btn.btn2 {
  background-color: #7d7d7d;
}
.video {
  overflow-x: auto;
  height: 400px;
}
.video-ul {
  overflow: hidden;
  _zoom: 1;
}
.video-ul li {
  cursor: pointer;
  width: 375px;
  height: 270px;
  background-color: #000000;
  margin: 0px 7px;
  float: left;
  _display: inline;
  _zoom: 1;
  position: relative;
}
.video-ul li img {
  width: 100%;
  height: 100%;
}
.video-ul li .zz {
  position: absolute;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000000;
}
.video-ul li .open {
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px;
  background-image: url('../image/100.png');
}
.video-title {
  font-size: 18px;
  border-bottom: 1px solid #999999;
  margin-top: 20px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 45px;
  text-align: center;
}
.section {
  overflow: hidden;
  _zoom: 1;
}
.section .content {
  position: relative;
  animation-name: traop3;
  -webkit-animation-name: traop3;
  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;
}
@-webkit-keyframes traop3 {
  from {
    top: 400px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes traop3 {
  from {
    top: 400px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.section .content .container {
  width: 1172px;
  line-height: 24px;
  color: #666666;
}
.uy-list {
  margin-left: auto;
  margin-right: auto;
  width: 1154px;
  margin-top: 40px;
}
.uy-list li {
  width: 20%;
  height: 260px;
  float: left;
  _display: inline;
  _zoom: 1;
  background-color: #bf0039;
}
.uy-list li:hover {
  cursor: pointer;
}
.uy-list li:hover .img-show .zz {
  opacity: 1;
  filter: alpha(opacity=100);
}
.uy-list li:hover .img-show .zz .icon {
  margin-top: -25px;
}
.uy-list li .m-t10 {
  font-size: 12px;
}
.uy-list .img-show {
  width: 100%;
  height: 130px;
  position: relative;
  cursor: pointer;
}
.uy-list .img-show img {
  width: 100%;
  height: 100%;
  transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.6s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.6s;
  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;
  left: 0px;
  top: 0px;
}
.uy-list .img-show.selected img {
  width: 140%;
  height: 140%;
  top: -20%;
  left: -20%;
}
.uy-list .img-show.selected .zz {
  opacity: 0;
  filter: alpha(opacity=0);
}
.uy-list .img-show .zz {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(191, 0, 57, 0.33);
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  overflow: hidden;
  _zoom: 1;
}
.uy-list .img-show .zz .icon {
  width: 50px;
  height: 50px;
  background-position: 0px -268px;
  background-position: 0 -268;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: 100px;
  transition: 1s;
  -webkit-transition: 1s;
  /* Safari 和 Chrome */
}
.uy-list .txt-cont {
  font-size: 14px;
  color: #ffffff;
  padding: 30px;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
}
.uy-list .txt-cont .icon {
  float: left;
  margin-right: 4px;
  width: 22px;
  height: 33px;
  background-position: -4px -330px;
  background-position: -4 -330;
  vertical-align: middle;
}
body {
  background-image: url('../image/104.jpg.html');
  background-color: #eef4fc;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}
.ti {
  text-indent: 24px;
}
.campaign-list .title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  color: #5f5f5f;
}
.campaign-list .title .container {
  position: relative;
}
.campaign-list .title i {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background-color: #757575;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.campaign-list .container {
  overflow: hidden;
  _zoom: 1;
}
.campaign-list .img-list {
  margin-top: 30px;
  width: 29999px;
  *zoom: 1;
  position: relative;
}
.campaign-list .img-list:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.campaign-list .img-list a {
  float: left;
  _display: inline;
  _zoom: 1;
  margin-right: 5px;
  width: 315px;
  height: 180px;
  position: relative;
}
.campaign-list .img-list a img {
  width: 100%;
  height: 100%;
}
.section {
  background-image: url('../image/bg-white.png');
  background-position: 0px 438px;
  background-repeat: repeat-x;
}
.process-cont .ul-box {
  margin-left: 22px;
  margin-right: 22px;
  height: 198px;
  overflow: hidden;
  _zoom: 1;
}
.process-cont .ul {
  background-image: url('../image/process-bg.png');
  height: 198px;
  background-repeat: repeat-x;
  width: 90000px;
}
.process-cont .ul li {
  width: 134px;
  padding-left: 5px;
  float: left;
  _display: inline;
  _zoom: 1;
  line-height: 76px;
  color: #999999;
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
  position: relative;
  cursor: pointer;
}
.process-cont .ul li.prev {
  color: #a51539;
}
.process-cont .ul li.prev .bg {
  width: 155px;
  height: 76px;
  display: block;
  background-image: url('../image/process-li.png');
  position: absolute;
  left: 0px;
  top: 0px;
}
.process-cont .ul li.selected {
  color: #a51539;
}
.process-cont .ul li.selected .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -15px;
  background-image: url('../image/process-icon.png');
}
.process-cont .ul li.selected .bg {
  width: 155px;
  height: 76px;
  display: block;
  background-image: url('../image/process-li.png');
  position: absolute;
  left: 0px;
  top: 0px;
}
.process-cont .list {
  min-height: 500px;
  position: relative;
}
.process-cont .list li {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0px;
  top: 0px;
}
.process-cont .list li.selected {
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.process-cont .list li.selected dd {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
}
.process-cont dl {
  margin-top: 34px;
  margin-left: 22px;
  margin-right: 22px;
}
.process-cont dd {
  height: 152px;
  padding: 13px;
  box-sizing: border-box;
  line-height: 126px;
  background-color: #f7f7f7;
  margin-bottom: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  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 */
  top: 100px;
  position: relative;
  font-size: 14px;
  color: #333333;
}
.process-cont dd img {
  width: 126px;
  height: 126px;
  float: left;
  _display: inline;
  _zoom: 1;
  margin-right: 55px;
}
.process-cont dd img:hover {
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  /* IE 9 */
  -moz-transform: scale(1.3);
  /* Firefox */
  -webkit-transform: scale(1.3);
  /* Safari 和 Chrome */
  -o-transform: scale(1.3);
}
.process-cont dd:nth-of-type(1) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.process-cont dd:nth-of-type(2) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.process-cont dd:nth-of-type(3) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.process-cont dd:nth-of-type(4) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.process-cont dd:nth-of-type(5) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.process-cont dd:nth-of-type(6) {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.process-cont .prev-btn,
.process-cont .next-btn {
  width: 11px;
  height: 18px;
  background-image: url('../image/process-move.png');
  float: left;
  _display: inline;
  _zoom: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 88px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.process-cont .prev-btn:hover,
.process-cont .next-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.process-cont .next-btn {
  float: right;
  background-position: -11px 0px;
  background-position: -11 0;
}
.title100 {
  height: 80px;
  line-height: 80px;
  color: #bf0039;
  text-align: center;
  font-size: 16px;
}

