
/*header*/
.Share_header{
    position:relative;
    min-width: 1200px;
}
.header_main {
  width: 100%;
min-width:1200px;
  height: 99px;
  line-height: 99px;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
background: rgba(255,255,255,0.6);
  z-index: 999;
border-bottom: 1px solid #ccc;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header_main .header {
  position: relative;
}
.header_main.headerbfff {
  background: #fff;
}
.header_main .logo {
  width: 300px;
  height: 90px;
  position: absolute;
  top: 4px;
  left: 128px;
  display: block;
  z-index: 100;
}
.header_main .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header_main .top-link {
  position: absolute;
  height: 16px;
  top: 42px;
  right: 154px;
  padding: 0 10px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.header_main .top-link a {
  width: 18px;
  height: 16px;
  display: block;
  float: left;
  padding: 0 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header_main .top-link a s {
  width: 18px;
  height: 16px;
  display: block;
  margin: 0 auto;
  background-position: -95px 0;
}
.header_main .top-link a.a2 s {
  background-position: -137px 0;
}
.header_main .top-link a.a3 s {
  background-position: -174px 0;
}
.header_main .top-link a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.header_main .search-box {
  position: absolute;
  height: 90px;
  top: 10px;
  right: 100px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 37px;
  height: 30px;
  margin-top: 25px;
}
.header_main .search-box .butn i {
  width: 37px;
  height: 30px;
  display: block;
  background-position: 10px 8px;
  margin: 0 auto;
}
.header_main .search-box .butn.hov {
  background: #a5100c;
}
.header_main .search-box .butn.hov i {
  background-position: 8px -24px;
}
.header_main .search-box .share-sub {
  position: absolute;
  right: 37px;
  top: 15px;
  width: 0;
  height: 48px;
  overflow: hidden;
  background: #ededed;
  border-radius: 5px 0 0 5px;
}
.header_main .search-box .share-sub .sub-btn {
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
  background-position: -35px 0;
  font-size:0;
}
.header_main .search-box .share-sub .tex {
  width: 220px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 14px 10px;
  color: #666;
  border: none;
  background: #ededed;
  outline: none;
}
.header_main .search-box .lang-box {
  margin-top: 21px;
  margin-right: 39px;
}
.header_main .search-box .lang-box a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-left: 29px;
}
.header_main .search-box .lang-box .stt {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  margin-right: 4px;
}
.header_main .nav_main {
  width: 715px;
  position: absolute;
  right: 300px;
  top: 0;
  height: 99px;
  line-height: 99px;
}
.header_main .nav_main li {
  padding: 0 25px;
  text-align: center;
  font-size: 14px;
  position: relative;
  float: left;
}
.header_main .nav_main li a {
  height: 99px;
  display: block;
  height: 100%;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  color: #333;
  font-size: 14px;
}
.header_main .nav_main li a:hover {
  color: #a5100c;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #a5100c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 100%;
  margin-left: -50%;
}
.header_main .nav_main .sub-box {
  background-color: #333333;
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  display: none;
  padding: 5px 0;
}
.header_main .nav_main .sub-box a {
  color: #fff;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #666;
  margin: 0 5px;
}
.header_main .nav_main .sub-box a:hover {
  border-bottom-color: #ddd;
}
@media (max-width: 1440px) {
  .header_main .logo {
    left: 15px;
  }
  .header_main .search-box {
    right: 15px;
  }
  .header_main .top-link {
    right: 64px;
  }
  .header_main .nav_main {
    right: 190px;
  }
}
/*footer*/
.footer_main {
  width: 100%;
  padding: 90px 0 80px;
  margin-top: 90px;
  border-top: 1px solid #e5e5e5;
}
.footer_main .bnav {
  width: 740px;
  float: left;
}
.footer_main .bnav .item {
  width: 114px;
  padding-left: 35px;
  border-left: 1px dashed #e5e5e5;
  float: left;
  line-height: 30px;
}
.footer_main .bnav .item:first-child {
  padding-left: 0;
  border-left: 0px;
}
.footer_main .bnav .item h3 {
  margin-bottom: 15px;
}
.footer_main .bnav .item h3 span {
  width: 20px;
  height: 2px;
  margin-top: 4px;
  display: block;
  background: #a5100c;
}
.footer_main .bnav .item h3 a {
  color: #333;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  font-size: 18px;
}
.footer_main .bnav .item h3 a:hover {
  color: #a5100c;
}
.footer_main .bnav .item a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.footer_main .bnav .item a:hover {
  color: #a5100c;
}
.footer_main .txtcon {
  width: 403px;
  height: 230px;
  float: right;
  padding-left: 52px;
  border-left: 1px solid #e5e5e5;
}
.footer_main .txtcon .en {
  display: block;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
}
.footer_main .txtcon h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.footer_main .txtcon h3 span {
  color: #a5100c;
}
.footer_main .txtcon .txt {
  line-height: 30px;
  height: 90px;
  font-size: 12px;
}
.footer_main .txtcon .txt strong {
     color: #a5100c;
      font-size: 14px;
}
.footer_main .txtcon .tel span {
  font-size: 18px;
  color: #333333;
  display: block;
}

.footer_main .txtcon .tel strong{
  color: #a5100c;
  font-size: 36px;
    line-height: 40px;
}
.footer_main .txtcon .tel strong a{
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  font-family: arial;
}

.footer_main .txtcon .tel strong a:hover{
  color: #a5100c;

}


/*copyright*/
.copyright {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #adadad;
  background: #333333;
}
.copyright .txt {
  width: 900px;
  float: left;
  font-size: 12px;
  color: #c3c3c3;
}
.copyright .txt a {
  color: #c3c3c3;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.copyright .txt a:hover {
  color: #fff;
}
.copyright .ewm {
  width: 130px;
  float: right;
}
.copyright .ewm li {
  width: 30px;
  height: 35px;
  position: relative;
  margin-left: 13px;
  float: left;
  cursor: pointer;
}
.copyright .ewm li a {
  width: 100%;
  height: 23px;
  padding-top: 12px;
  display: block;
}
.copyright .ewm li s {
  width: 24px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background: url(/skin/img/copy-ico.png) no-repeat 0 -2px;
}
.copyright .ewm li .box {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: 32px;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #fff;
  display: none;
}
.copyright .ewm li .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.copyright .ewm li.a2 s {
  background-position: -24px -2px;
}
.copyright .ewm li.a3 s {
  background-position: -51px -2px;
}
.copyright .ewm li:hover a s {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.copyright .ewm li:hover .box {
  display: block;
}
/* banner */
.banner {
  width: 100%;
  min-width: 1000px;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.banner .bannercon {
  position: absolute;
  width: 100%;
  min-width: 1000px;
  padding: 0 0 48.177%;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
}
.banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner li img {
  width: 1920px;
  height: 925px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner li a {
  width: 100%;
  display: block;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  text-align: center;
}
.banner .tip {
  width: 100%;
  height: 6px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}
.banner .tip span {
  width: 6px;
  height: 6px;
  margin: 0 9px;
  border: 2px solid #a5100c;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border-radius: 100%;
}
.banner .tip span.cur {
  background: #a5100c;
}
.banner .prev,
.banner .next {
  width: 100px;
  height: 24px;
  position: absolute;
  z-index: 12;
  bottom: 30px;
  margin-top: -40px;
  cursor: pointer;
  transition: none;
  background: url(/skin/img/banner-ico.png) no-repeat 0 center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.banner .prev {
  left: 50%;
  margin-left: -102px;
  background-position: 0 0;
}
.banner .prev:hover {
  background-position: 0 -36px;
}
.banner .next {
  left: 50%;
  margin-left: 2px;
  background-position: -105px 0;
}
.banner .next:hover {
  background-position: -105px -36px;
}
.thisCir {
  width: 458px;
  height: 415px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.thisCir li {
  width: 257px;
  height: 147px;
  padding-top: 110px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
.thisCir li span {
  font-size: 16px;
  display: block;
  font-family: arial;
}
.thisCir li.a1 {
  left: 0;
  bottom: 0;
  background: url(/skin/img/cir-bg1.png);
}
.thisCir li.a2 {
  left: 100px;
  top: 0;
  padding-top: 90px;
  height: 167px;
  background: url(/skin/img/cir-bg2.png);
}
.thisCir li.a3 {
  right: 0;
  bottom: 0;
  background: url(/skin/img/cir-bg3.png);
}
.thisCir li.a4 {
  width: 114px;
  height: 78px;
  line-height: 22px;
  color: #444;
  padding-top: 36px;
  font-size: 20px;
  top: 170px;
  left: 172px;
  z-index: 10;
  background: url(/skin/img/cir-bg4.png);
}
.thisCir li.a4 span {
  font-size: 14px;
}
.inews .thisCir {
  width: 320px;
  height: 290px;
}
.inews .thisCir li {
  width: 180px;
  height: 110px;
  line-height: 22px;
  font-size: 18px;
  padding-top: 70px;
}
.inews .thisCir li span {
  font-size: 12px;
}
.inews .thisCir li.a1 {
  background-image: url(/skin/img/scir-bg1.png);
}
.inews .thisCir li.a2 {
  left: 70px;
  height: 120px;
  padding-top: 60px;
  background-image: url(/skin/img/scir-bg2.png);
}
.inews .thisCir li.a3 {
  background-image: url(/skin/img/scir-bg3.png);
}
.inews .thisCir li.a4 {
  left: 120px;
  top: 120px;
  width: 80px;
  height: 60px;
  padding-top: 20px;
  color: #fff;
  background-image: url(/skin/img/scir-bg4.png);
}
.gridlist {
  width: 100%;
}
.gridlist .item {
  width: 280px;
  margin: 0 27px 30px 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.gridlist .item:first-child {
  margin-left: 0;
}
.gridlist .item img {
  width: 280px;
  height: 210px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.gridlist .item .bg {
  width: 280px;
  height: 210px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: url(/skin/img/black50.png) repeat 0 0;
  position: absolute;
  left: -100%;
  top: 0;
}
.gridlist .item .plus {
  width: 280px;
  height: 210px;
  display: block;
  transition: all ease .4s;
  background: url() no-repeat center center;
  position: absolute;
  left: -100%;
  top: 0;
}
.gridlist .item h3 {
  color: #000;
  line-height: 22px;
  text-align: center;
  padding-top: 12px;
  overflow: hidden;
}
.gridlist .item .txt {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.gridlist .item:hover .bg {
  left: 0;
}
.gridlist .item:hover .plus {
  left: 0;
}
.gridlist .item:hover img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}
.gridlist .item:hover h3 {
  color: #a5100c;
}
.gridlist.gridlist34 .item {
  width: 180px;
  margin: 0 0 30px 24px;
}
.gridlist.gridlist34 .item:first-child {
  margin-left: 0;
}
.gridlist.gridlist34 .item img,
.gridlist.gridlist34 .item .bg,
.gridlist.gridlist34 .item .plus {
  width: 180px;
  height: 240px;
}
/*******index css*******/
.indexTit {
  width: 600px;
  margin: 0 auto 52px;
  position: relative;
  padding: 86px 0 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.indexTit .en {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  color: #e1e1e1;
}
.indexTit h3 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  padding: 20px 0 30px;
}
.indexTit .line {
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -2px;
  display: block;
  background: #a5100c;
}
.itab {
  text-align: center;
  padding-bottom: 40px;
}
.itab a {
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  background: #a5100c;
  font-size: 14px;
  display: inline-block;
  margin: 0 20px 20px;
  color: #000;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.itab a:hover,
.itab a.hover {
  background: #000;
  color: #fff;
}
.iabout {
  width: 100%;
  padding: 100px 0 98px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.iabout .img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.iabout .img img {
  width: 100%;
  display: block;
}
.iabout .tit {
  font-size: 48px;
  line-height: 40px;
  color: #333333;
  padding: 0px 0 12px;
    font-weight: bold;
}
.iabout .txt {
  color: #333;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: left;
    width: 1200px;
    margin: 0 auto 40px;
    text-indent: 28px;
}
.iabout .numlist {
  width: 910px;
  margin: 0 auto;
}
.iabout .numlist .split {
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin: 28px 46px 0;
  background-position: -272px 0;
}
.iabout .numlist .num {
  width: 388px;
  height: 88px;
  display: block;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.iabout .numlist .num span {
  width: 180px;
  font-weight: bold;
  font-size: 82px;
  line-height: 82px;
  font-family: "Nyala";
  text-align: right;
  padding: 2px 20px 0 0;
  float: left;
}
.iabout .numlist .num p {
  width: 160px;
  float: left;
  height: 54px;
  padding-top: 8px;
  padding-left: 20px;
  border-left: 1px solid #e1e1e1;
  margin: 14px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.index-abouttext{margin-top:2em; height:5em; color:#a5100c;}
.index-abouttext span{display:inline-block; font-size:40px;}
.index-abouttext .red-circle{display:inline-block; width:10px; height:10px; background-color:#a5100c; border-radius:10px; -webkit-border-radius:10px; margin-left:20px; margin-right:20px; margin-bottom:15px;}



.icore {
  width: 100%;
  text-align: center;
  padding: 0 0 100px;
  border-bottom: 1px solid #e5e5e5;
}
.icore .img {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.icore .img img {
  width: 1920px;
  height: 800px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.icore .more {
  margin: 50px auto 0;
  width: 398px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #737373;
  border-radius: 2px;
  display: block;
  border: 1px solid #dcdcdc;
  transition: all .5s;
}
.icore .more:hover {
  background: #a5100c;
  color: #fff;
  border-color: #a5100c;
}
.icase .indexTit {
  width: 670px;
}
.icase .more {
  width: 100%;
  height: 110px;
  text-align: center;
  background: #a5100c;
  font-size: 18px;
  font-weight: bold;
}
.icase .more a {
  width: 100%;
  height: 110px;
  line-height: 110px;
  color: #fff;
  transition: all .5s;
  display: block;
}
.icase .more a:hover {
  background: #a5100c;
}
.icase .tab {
  padding: 25px 0 80px;
  font-size: 0;
  text-align: center;
}
.icase .tab a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  margin-left: 1px;
  text-align: center;
  color: #333333;
  background: #f8f8f8;
  padding: 0 32px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.icase .tab a s {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background-position: -95px 0;
}
.icase .tab a:hover,
.icase .tab a.hover {
  background: #333333;
  color: #fff;
}
.icase .tab a.a1 s {
  background-position: -95px 0;
}
.icase .tab a.a1:hover s {
  background-position: -95px -26px;
}
.icase .tab a.a2 s {
  background-position: -137px 0;
}
.icase .tab a.a2:hover s {
  background-position: -137px -26px;
}
.icase .tab a.a3 s {
  background-position: -174px 0;
}
.icase .tab a.a3:hover s {
  background-position: -174px -26px;
}
.icase .icaselist {
  width: 100%;
}
.icase .icaselist .list {
  width: 100%;
}
.icase .icaselist li {
  width: 25%;
  *width: 24.9%;
  float: left;
  overflow: hidden;
}
.icase .icaselist li .img {
  width: 100%;
  padding-top: 63.54%;
  position: relative;
  overflow: hidden;
  display: block;
}
.icase .icaselist li .img img {
  width: 100%;
  min-height: 100%;
  display: block;
  transition: all .4s;
  position: absolute;
  left: 0;
  top: 0;
}
.icase .icaselist li:hover .img img {
  transform: scale(1.06);
}


.appl_d .list {
    width: 100%;
    display: block;
}

.appl_d .list li {
    width: 25%;
    float: left;
    overflow: hidden;
    position: relative;
}

.hvr-linear {
    position: relative;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
    overflow: hidden;
}

.appl_d .list li a {
    width: 100%;
    padding-top: 63.54%;
    position: relative;
    overflow: hidden;
    display: block;
}

.appl_d .list li .on {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.appl_d .list li .on i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/skin/img/linuo09.png) no-repeat center;
    margin: 0 auto;
    margin-top: 20%;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.appl_d .list li .on p {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 5%;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.appl_d .list li a img {
    width: 100%;
    min-height: 100%;
    display: block;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    position: absolute;
    left: 0;
    top: 0;
}

.appl_d .list li:hover .on {
    opacity: 0;
    filter: alpha(opacity=0);
}

.appl_d .list li:hover a img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}



/*dialogScroll*/
.nicescroll-rails {
  width: 4px;
  background: #dcdcdc !important;
}
.nicescroll-rails div {
  width: 4px ;
  left: 0px;
  background: #231816 !important;
}
.icooper {
  width: 100%;
  height: 569px;
  overflow: hidden;
  position: relative;
  padding: 96px 0 0;
  background: #000000 url(/skin/img/linuo05.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
.icooper .w1200 {
  position: relative;
  z-index: 11;
}
.icooper .img {
  width: 212px;
  height: 395px;
  position: absolute;
  z-index: 4;
  left: -30px;
  top: 38px;
}
.icooper .img img {
  width: 100%;
  display: block;
}
.icooper .icooperCon {
  width: 1060px;
  height: 473px;
  padding: 0 35px 0 50px;
  position: absolute;
  top: 0;
  right: -230px;
  background: #fff;
}
.icooper .icooperCon .title {
  height: 77px;
  line-height: 77px;
  width: 1046px;
  border-bottom: 1px solid #dcdcdc;
}
.icooper .icooperCon .title h3 {
  font-size: 18px;
  color: #333;
}
.icooper .icooperCon .title .more {
  float: right;
  font-size: 16px;
  color: #a5100c;
  font-weight: bold;
}
.icooper .icooperCon .title .more s {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-position: -208px 0;
}
.icooper .icooperCon .title .more:hover {
  color: #000;
}
.icooper .icooperCon .listcon {
  width: 1064px;
  overflow: hidden;
  position: relative;
  height: 346px;
}
.icooper .icooperCon .listcon .list {
  width: 1046px;
  padding-right: 16px;
  border-left: 1px solid #dcdcdc;
}
.icooper .icooperCon .listcon li {
  width: 260.3px;
  height: 85px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.icooper .icooperCon .listcon li img {
  width: 100%;
  height: 68px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  display: block;
  margin: 0 auto;
}
.icooper .icooperCon .listcon li:hover img {
  transform: scale(1.04);
}
@media (max-width: 1800px) {
  .icooper .icooperCon {
    right: -160px;
  }
}
@media (max-width: 1600px) {
  .icooper .icooperCon {
    right: -100px;
  }
}
@media (max-width: 1440px) {
  .icooper .icooperCon {
    right: -80px;
  }
  .icooper .img {
    left: -80px;
  }
}
@media (max-width: 1366px) {
  .icooper .icooperCon {
    right: -50px;
    padding: 0 20px 0 20px;
  }
  .icooper .img {
    left: -50px;
  }
}
.iadvan {
  padding: 0 0 100px;
  border-bottom: 1px solid #e5e5e5;
}
.iadvan .indexTit {
  margin-bottom: 42px;
}
.iadvan .tit1 {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #333333;
}
.iadvan .tit2 {
  font-size: 16px;
  line-height: 48px;
  padding: 5px 0 45px;
  text-align: center;
}
.iadvan .listcon {
  width: 100%;
  overflow: hidden;
}
.iadvan .listcon .item {
  width: 50%;
  float: left;
  position: relative;
}
.iadvan .listcon .item .img {
  width: 100%;
  padding-top: 52.083%;
  position: relative;
  display: block;
  overflow: hidden;
}
.iadvan .listcon .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .5s;
  min-height: 100%;
  display: block;
}
.iadvan .listcon .item .img:hover img {
  transform: scale(1.05);
}
.iadvan .listcon .item .txt {
  width: 300px;
  height: 58px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -35px;
  right: 0;
  padding: 12px 0 0;
  color: #fff;
  text-align: center;
  background: #eabb10;
  background: rgba(165, 16, 12, 0.8);
}
.iadvan .listcon .item .txt h3,
.iadvan .listcon .item .txt s {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.iadvan .listcon .item .txt s {
  width: 48px;
  height: 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-top: 3px;
  border-left: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.iadvan .listcon .item .txt h3 {
  line-height: 24px;
  text-align: right;
  font-family: arial;
  font-size: 18px;
}
.iadvan .listcon .item .txt h3 span {
  display: block;
  font-size: 20px;
}
.iadvan .listcon .item.item1 s {
  margin-left: 15px;
  background-position: -48px -52px;
}
.iadvan .listcon .item.item1 h3 {
  text-align: right;
}
.iadvan .listcon .item.item1 .txt:hover s {
  margin-left: 22px;
}
.iadvan .listcon .item.item2 .txt {
  right: auto;
  left: 0;
  background: #4a4d53;
  background: rgba(51, 51, 51, 0.8);
}
.iadvan .listcon .item.item2 s {
  margin-right: 14px;
  border-left: 0px;
  border-right: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background-position: -83px -52px;
}
.iadvan .listcon .item.item2 h3 {
  text-align: left;
}
.iadvan .listcon .item.item2 .txt:hover s {
  margin-right: 22px;
}
.iadvan .more {
  margin: 50px auto 0;
  width: 398px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #737373;
  border-radius: 2px;
  display: block;
  border: 1px solid #dcdcdc;
  transition: all .5s;
}
.iadvan .more:hover {
  background: #a5100c;
  color: #fff;
  border-color: #a5100c;
}
.iservice {
  padding: 0 0 80px;
}
.iservice .item {
  width: 350px;
  height: 400px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  padding: 50px 0 0;
  float: left;
  margin-left: 72px;
  background: #fff;
}
.iservice .item a {
  display: block;
  width: 100%;
}
.iservice .item s {
  width: 150px;
  height: 140px;
  display: block;
  margin: 0 auto 12px;
  background: url(/skin/img/linuo06.png) no-repeat 12px center;
}
.iservice .item h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.iservice .item .en {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-family: arial;
}
.iservice .item .line {
  width: 30px;
  height: 3px;
  display: block;
  margin: 20px auto 35px;
  background: #a5100c;
}
.iservice .item .label {
  font-size: 0px;
  text-align: center;
}
.iservice .item .label span {
  min-width: 78px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border: 1px solid #e5e5e5;
  display: inline-block;
  border-radius: 3px;
  margin: 0 3px 3px 0;
}
.iservice .item .label span:hover {
  border-color: #a5100c;
  color: #a5100c;
}
.iservice .item.a1 {
  margin-left: 0;
}
.iservice .item.a2 s {
  background-position: -200px center;
}
.iservice .item.a3 s {
  background-position: -414px center;
}
.iservice .item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.inews {
  width: 100%;
  padding: 45px 0 100px;
  background: #292a2b url(/skin/img/inewsbg.jpg) no-repeat center top;
}
.inews .title {
  border-bottom: 1px solid #494a4b;
  line-height: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 50px;
}
.inews .title .en {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: arial;
}
.inews .title h3 {
  font-size: 16px;
  color: #fff;
}
.inews .title .more {
  color: #fff;
  font-size: 12px;
  font-family: arial;
  margin-top: 25px;
}
.inews .title .more s {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-position: -208px -28px;
}
.inews .title .more:hover {
  color: #a5100c;
}
.inews .iviewpoint {
  width: 350px;
  float: left;
}
.inews .inewscon {
  width: 750px;
  float: right;
}
.inews .inewscon .item {
  margin-bottom: 60px;
}
.inews .inewscon .item img {
  width: 250px;
  height: 175px;
  display: block;
  float: left;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.inews .inewscon .item .time {
  color: #bfbfbf;
  font-size: 24px;
  line-height: 24px;
  font-family: arial;
}
.inews .inewscon .item h3 {
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.inews .inewscon .item .txt {
  color: #818181;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.inews .inewscon .item .txtcon {
  width: 478px;
  height: 175px;
  float: right;
  border-bottom: 1px solid #404142;
}
.inews .inewscon .item:hover h3 {
  color: #a5100c;
}
.inews .inewscon .item:hover img {
  filter: brightness(105%);
}
.iyou {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.iyou .indexTit {
  width: 100%;
}
.iyou .indexTit .en {
  margin-left: -10px;
}
.iyou p {
  font-size: 30px;
  color: #333333;
}
.iyou .tel {
  color: #a5100c;
  font-family: arial;
  font-size: 36px;
  padding: 35px 0 0;
}
.iyou .tel s {
  width: 38px;
  height: 40px;
  margin-right: 15px;
  background-position: 0 -63px;
}
/***********category  css*************/
.nybanner {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.nybanner .img {
  width: 100%;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}
.wrapper {

}
.wrapper .noinfor {
  text-align: center;
}
.wrapper .icase {
  padding-top: 80px;
}
.wrapper .icase .tab {
  padding-top: 0;
}
.wrapper .icase .icaselist {
  padding-bottom: 40px;
}
.wrapper .n-tit {
  text-align: center;
  padding: 0 0 55px;
}
.wrapper .n-tit h3 {
  font-size: 48px;
  color: #333333;
  line-height: 50px;
}
.wrapper .n-tit .line {
  width: 130px;
  height: 1px;
  display: block;
  margin: 30px auto;
  background: #a5100c;
}
.wrapper .n-tit .p1 {
  font-size: 36px;
  color: #333333;
  line-height: 40px;
}
.wrapper .n-tit .p2 {
  line-height: 30px;
  padding-top: 30px;
}
/* loaction */
.location {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #eaeaea;
}
.location .sitepath {
  color: #363636;
  white-space: nowrap;
}
.location .sitepath s {
  width: 14px;
  height: 16px;
  background-position: -188px -59px;
  margin-right: 6px;
}
.location .sitepath a {
  color: #363636;
}
.location .sitepath a:hover {
  color: #a5100c;
}
.location .menu {
  height: 80px;
  line-height: 80px;
}
.location .menu span {
  width: 1px;
  height: 16px;
  margin: 0 16px 0 14px;
  background-position: -206px -36px;
}
.location .menu li {
  padding: 0;
  height: 80px;
  line-height: 80px;
  margin-left: 35px;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #363636;
  display: inline-block;
  position: relative;
}
.location .menu li a {
  display: block;
}
.location .menu li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #a5100c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.location .menu li .box {
  width: 400px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 80px;
  display: none;
}
.location .menu li .box a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  margin-right: 14px;
}
.location .menu li .box a s {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  margin-right: 5px;
}
.location .menu li:hover i,
.location .menu li.hover i {
  width: 100%;
  margin-left: -50%;
}
.location .menu li:hover .box {
  display: block;
}
/* pager */
.pager {
  padding: 30px 0 30px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager p {
  height: 32px;
  line-height: 32px;
  float: left;
  color: #666;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin-left: 20px;
}
.pager ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 44px;
  margin-left: 7px;
  padding: 0 19px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #666;
  border: 1px solid #ddd;
  text-decoration: none;
  float: left;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pager ul a.current,
.pager ul a:hover {
  background-color: #a5100c;
  border-color: #a5100c;
  color: #fff;
}
.recomCase {
  width: 100%;
  overflow: hidden;
  border-top: 1px dotted #bfbfbf;
  margin: 40px 0 0;
  padding-top: 40px;
}
.recomCase .title {
  margin-bottom: 25px;
}
.recomCase .title h3 {
  color: #333333;
  font-size: 16px;
}
.recomCase .title .line {
  width: 32px;
  height: 1px;
  display: block;
  margin: 12px 0;
  background: #5a5a5a;
}
.recomCase .list {
  width: 110%;
}
.recomCase .list li {
  width: 180px;
  float: left;
  margin-right: 15px;
  line-height: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.recomCase .list li img {
  width: 180px;
  height: 120px;
  display: block;
}
.recomCase .list li h3 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 6px;
}
.recomCase .list li:hover h3 {
  color: #a5100c;
}
.advanPage {
  padding-bottom: 0;
  border-bottom: 0px;
}
.advanPage .tablist {
  width: 100%;
  padding: 60px 0 70px;
  text-align: center;
  font-size: 0px;
}
.advanPage .tablist li {
  width: 116px;
  height: 98px;
  padding: 18px 0 0;
  text-align: center;
  font-size: 18px;
  color: #737373;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.advanPage .tablist li a {
  display: block;
  color: #737373;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.advanPage .tablist li s {
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 auto 6px;
  background: url(/skin/img/advan-ico.png) no-repeat 2px 2px;
}
.advanPage .tablist li.a2 s {
  background-position: 2px -60px;
}
.advanPage .tablist li.a2:hover s {
  background-position: -53px -60px;
}
.advanPage .tablist li.a3 s {
  background-position: 2px -126px;
}
.advanPage .tablist li.a3:hover s {
  background-position: -53px -126px;
}
.advanPage .tablist li.a4 s {
  background-position: 3px -191px;
}
.advanPage .tablist li.a4:hover s {
  background-position: -53px -191px;
}
.advanPage .tablist li.a5 s {
  background-position: 3px -256px;
}
.advanPage .tablist li.a5:hover s {
  background-position: -53px -256px;
}
.advanPage .tablist li.a6 s {
  background-position: 2px -320px;
}
.advanPage .tablist li.a6:hover s {
  background-position: -53px -320px;
}
.advanPage .tablist li:hover {
  background: #a5100c;
  border-color: #a5100c;
  color: #fff;
}
.advanPage .tablist li:hover a {
  color: #fff;
}
.advanPage .tablist li:hover s {
  background-position: -53px 2px;
}
.advanPage .imgcon {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
}
.advanPage .imgcon3 {
  border-bottom: 1px solid #e5e5e5;
}
.advanPage .imgcon .txtcon {
  width: 740px;
}
.advanPage .imgcon .txtcon h3 {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 50px;
}
.advanPage .imgcon .txtcon .en {
  width: 610px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Vani";
  color: #cacaca;
}
.advanPage .imgcon .txtcon .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #a5100c;
  margin: 26px 0 32px;
}
.advanPage .imgcon .txtcon .txt {
  line-height: 30px;
  margin-bottom: 35px;
}
.advanPage .imgcon .txtcon .more {
  width: 398px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  font-weight: bold;
  color: #737373;
  display: block;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.advanPage .imgcon .txtcon .more:hover {
  background: #a5100c;
  border-color: #a5100c;
  color: #fff;
}
.advanPage .imgcon.imgcon2 {
  padding-top: 110px;
}
.advanPage .imgcon.imgcon1 .txtcon {
  padding-top: 50px;
}
.advanPage .imgcon.imgcon2 .txtcon {
  padding-top: 30px;
}
.advanPage .imgcon.imgcon3 .txtcon {
  padding-top: 30px;
}

.advanPage .iservice {
  padding-top: 80px;
}

.advanPage .iservice .tit {
    text-align: center;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 50px;
}


.advanPage .iservice .line {
    width: 130px;
    height: 1px;
    display: block;
    background: #a5100c;
    margin: 40px auto;
}

.advanPage .advan-liuc {
  text-align: center;
  padding: 80px 0 0;
  border-top: 1px solid #e5e5e5;
}
.advanPage .advan-liuc h3 {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 20px;
}
.advanPage .advan-liuc .txt {
  width: 990px;
  margin: 0 auto;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.advanPage .advan-liuc .tab {
  width: 476px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 12px;
  font-size: 18px;
  margin: 30px auto 70px;
  border: 2px solid #fdd000;
  color: #fdd000;
}
.advanPage .advan-liuc .tab span {
  width: 238px;
  height: 48px;
  line-height: 48px;
  float: left;
  cursor: pointer;
  display: block;
}
.advanPage .advan-liuc .tab span.cur {
  background: #fdd000;
  color: #fff;
}
.advanPage .advan-cooper {
  width: 100%;
  height: 540px;
  padding: 100px 0 0;
  text-align: center;
  color: #fff;
  background: url(/skin/img/advan-cooperbg.jpg) no-repeat center 40px;
}
.advanPage .advan-cooper .tit {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 20px;
  color: #fff;
}
.advanPage .advan-cooper .tit span {
  color: #a5100c;
}
.advanPage .advan-cooper .txt {
  width: 800px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 60px;
}
.advanPage .advan-cooper .list {
  width: 104%;
  padding-bottom: 40px;
}
.advanPage .advan-cooper .list li {
  width: 208px;
  height: 68px;
  float: left;
  margin-right: 38px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
}
.advanPage .advan-cooper .list li a {
  display: block;
  margin: 0 auto;
}
.advanPage .advan-cooper .list li img {
  width: 100%;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.advanPage .advan-cooper .list li:hover {
  border-color: #a5100c;
}
.advanPage .advan-cooper .list li:hover img {
  transform: scale(1.04);
}
.advanPage .advan-cooper .more {
  width: 398px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.advanPage .advan-cooper .more:hover {
  background: #a5100c;
  border-color: #a5100c;
  color: #fff;
}
.aboutPage .content {
  width: 900px;
  overflow: hidden;
  padding-top: 40px;
}
.aboutPage .n-tit .line {
  margin: 28px auto 18px;
}
.aboutPage .n-tit .p1 {
  font-size: 22px;
  color: #a5100c;
}
.aboutPage .list {
  width: 100%;
}
.aboutPage .list .item {
  width: 580px;
  margin-right: 40px;
  margin-bottom: 30px;
  float: left;
}

.aboutPage .list .item.mr0 {
  margin-right: 0px;
}
.aboutPage .list .item .time {
  display: block;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  
}
.aboutPage .list .item .txt {
  font-size: 14px;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
}
.cooperPage .list {
  width: 104%;
  padding-bottom: 40px;
}
.cooperPage .list li {
  width: 208px;
  height: 68px;
  float: left;
  margin-right: 38px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
}
.cooperPage .list li a {
  display: block;
  margin: 0 auto;
}
.cooperPage .list li img {
  width: 100%;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.cooperPage .list li:hover {
  border-color: #a5100c;
}
.cooperPage .list li:hover img {
  transform: scale(1.04);
}
.honorPage {
  padding-top: 40px;
}
.honorPage .list {
  width: 104%;
  padding-bottom: 40px;
}
.honorPage .list li {
  width: 380px;
  height: 285px;
  float: left;
  margin-right: 26px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
}
.honorPage .list li a {
  display: block;
  margin: 0 auto;
}
.honorPage .list li img {
  width: 100%;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.honorPage .list li:hover {
  border-color: #a5100c;
}
.honorPage .list li:hover img {
  transform: scale(1.04);
}
.msPage {
  width: 100%;
  text-align: center;
}
.msPage .tit {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 50px;
}
.msPage .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #a5100c;
  margin: 20px auto;
}
.msPage .en {
  font-size: 36px;
  color: #333;
  display: block;
  text-transform: uppercase;
}
.msPage .txt {
  line-height: 30px;
  color: #333;
  padding: 0 58px 0;
  font-size: 14px;
}
.msPage img {
  display: block;
  margin: 20px auto 20px;
}
.msPage .floorcon {
  padding: 90px 0 60px;
  border-bottom: 1px solid #e5e5e5;
}
.msPage .floor1 .line {
  margin: 40px auto;
}
.msPage .floor2 img,
.msPage .floor3 img {
  margin-top: 50px;
}
.msPage .floor4 {
  padding-bottom: 75px;
}
.msPage .floor4 .listcon {
  width: 720px;
  margin: 0 auto;
}
.msPage .floor4 .list {
  width: 360px;
  float: left;
  padding-top: 40px;
}
.msPage .floor4 .list li {
  width: 202px;
  height: 70px;
  display: block;
  margin: 0 auto;
  line-height: 70px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dotted #cccccc;
}
.msPage .floor4 .list li.d {
  line-height: 24px;
  height: 60px;
  padding-top: 10px;
}
.msPage .floor4 .list .t {
  font-size: 30px;
  font-weight: bold;
}
.msPage .floor4 .list.list2 li {
  color: #a5100c;
}
.msPage .floor6 {
  padding-bottom: 80px;
  border-bottom: 0px;
}
.msPage .floor6 .txtcir {
  width: 560px;
  height: 560px;
  margin: 120px auto 0;
  position: relative;
  background: url(/skin/img/msimg5bg.jpg) no-repeat center center;
}
.msPage .floor6 .txtcir .item {
  width: 380px;
  height: 260px;
  position: absolute;
  left: 90px;
  top: -56px;
}
.msPage .floor6 .txtcir .item .cir {
  width: 160px;
  height: 105px;
  margin: 0 auto 16px;
  padding-top: 55px;
  display: block;
  border-radius: 100%;
  background: #ff4200;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.msPage .floor6 .txtcir .item .cir .en {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  font-family: arial;
  display: block;
  line-height: 20px;
}
.msPage .floor6 .txtcir .item .cir h3 {
  font-size: 18px;
}
.msPage .floor6 .txtcir .item .txt {
  padding: 0;
  line-height: 24px;
}
.msPage .floor6 .txtcir .item.a2 {
  top: 365px;
  left: -180px;
}
.msPage .floor6 .txtcir .item.a2 .cir {
  background: #009cff;
}
.msPage .floor6 .txtcir .item.a3 {
  top: 365px;
  right: -180px;
  left: auto;
}
.msPage .floor6 .txtcir .item.a3 .cir {
  background: #efb641;
}
.aboutPage .numlist {
  width: 910px;
  margin: 0 auto;
}
.aboutPage .numlist .split {
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin: 28px 46px 0;
  background-position: -272px 0;
}
.aboutPage .numlist .num {
  width: 388px;
  height: 88px;
  display: block;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.aboutPage .numlist .num span {
  width: 180px;
  font-weight: bold;
  font-size: 82px;
  line-height: 82px;
  font-family: "Nyala";
  text-align: right;
  padding: 2px 20px 0 0;
  float: left;
}
.aboutPage .numlist .num p {
  width: 160px;
  float: left;
  height: 54px;
  padding-top: 8px;
  padding-left: 20px;
  border-left: 1px solid #e1e1e1;
  margin: 14px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.aboutPage .floor1 {
  text-align: center;
  padding: 40px 0 60px;
  border-bottom: 1px solid #e5e5e5;
}
.aboutPage .floor1 .tit {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 50px;
}
.aboutPage .floor1 .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #a5100c;
  margin: 40px auto;
}
.aboutPage .floor1 .txt {
  line-height: 30px;
  overflow: hidden;
  padding: 0 58px 0;
  margin-bottom: 40px;
  font-size: 14px;
}

.aboutPage .his{
padding-top:60px;
padding-bottom: 50px;
}

.aboutPage .his .tit {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 50px;
}

.aboutPage .floor2 {
  text-align: center;
  padding: 100px 0 80px;
  border-top: 1px solid #e5e5e5;
}
.aboutPage .floor2 .tit {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 50px;
}
.aboutPage .floor2 .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #a5100c;
  margin: 40px auto;
}
.aboutPage .floor2 .txt {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 60px;
  padding: 0 38px 0;
  font-size: 14px;
}
.aboutPage .floor2 .img {
  width: 100%;
  overflow: hidden;
  height: 702px;
  position: relative;
  background: url() no-repeat center 30px;
}
.aboutPage .floor2 .img img {
  width: 1248px;
  position: absolute;
  height: 702px;
  left: 50%;
  margin-left: -624px;
  bottom: 0;
}
.aboutPage .imgcon {
  padding: 100px 0;
  border-bottom: 1px solid #e5e5e5;
}
.aboutPage .imgcon .txtcon {
  width: 740px;
}
.aboutPage .imgcon .txtcon h3 {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 50px;
}
.aboutPage .imgcon .txtcon .en {
  width: 610px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Vani";
  color: #cacaca;
}
.aboutPage .imgcon .txtcon .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #a5100c;
  margin: 26px 0 32px;
}
.aboutPage .imgcon .txtcon .txt {
  line-height: 30px;
  margin-bottom: 35px;
}
.aboutPage .imgcon .txtcon .more {
  width: 398px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  font-weight: bold;
  color: #737373;
  display: block;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.aboutPage .imgcon .txtcon .more:hover {
  background: #a5100c;
  border-color: #a5100c;
  color: #fff;
}
.aboutPage .imgcon.imgcon2 {
  padding-top: 110px;
}
.aboutPage .imgcon.imgcon2 .txtcon {
  padding-top: 30px;
}
.aboutPage .imgcon.imgcon1 {
  padding-top: 30px;
}
.aboutPage .imgcon.imgcon1 .txtcon {
  padding-top: 50px;
}
.aboutPage .floor3 {
  text-align: center;
  padding: 100px 0 0;
}
.aboutPage .floor3 .tit {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 50px;
}
.aboutPage .floor3 .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #a5100c;
  margin: 40px auto;
}
.aboutPage .floor3 .txt {
  width: 624px;
  margin: 0 auto;
  line-height: 30px;
  padding: 0 38px 60px;
  font-size: 14px;
}
.aboutPage .floor3 .imglist {
  width: 1200px;
  z-index: 20;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.aboutPage .floor3 .imglist .list {
  width: 100%;
}
.aboutPage .floor3 .imglist li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.aboutPage .floor3 .imglist li img {
  width: 1200px;
  height: 600px;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.aboutPage .floor3 .imglist li a {
  width: 100%;
  display: block;
  height: 100%;
}
.aboutPage .floor3 .imglist .prev,
.aboutPage .floor3 .imglist .next {
  width: 32px;
  height: 57px;
  padding-top: 28px;
  position: absolute;
  z-index: 12;
  bottom: 256px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.aboutPage .floor3 .imglist .prev s,
.aboutPage .floor3 .imglist .next s {
  width: 14px;
  height: 23px;
  background-position: -214px -50px;
}
.aboutPage .floor3 .imglist .prev {
  left: 0;
  background-position: 0 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.aboutPage .floor3 .imglist .prev:hover {
  background-color: #fdd000;
  background-position: 0 -36px;
}
.aboutPage .floor3 .imglist .next {
  right: 0;
  background-position: -105px 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.aboutPage .floor3 .imglist .next s {
  background-position: -242px -50px;
}
.aboutPage .floor3 .imglist .next:hover {
  background-color: #fdd000;
  background-position: -105px -36px;
}
.aboutPage .floor4 {
  width: 100%;
  height: 200px;
  padding: 50px 0 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: url(/skin/img/about-dobg.jpg) no-repeat center;
}
.aboutPage .floor4 .en {
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: block;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}
.aboutPage .floor4 h3 {
  font-size: 48px;
  line-height: 50px;
  font-weight: normal;
  padding: 18px 0;
}
.aboutPage .floor4 .btn {
  width: 268px;
  height: 38px;
  font-size: 30px;
  display: block;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.aboutPage .floor5 {
  text-align: center;
  padding: 60px 0 60px;

}
.aboutPage .floor5 h3 {
  font-size: 48px;
  line-height: 40px;
  font-weight: bold;
  padding: 18px 0;
}
.aboutPage .floor5 h4 {
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
}
.aboutPage .floor5 .line {
  width: 130px;
  height: 1px;
  display: block;
  background: #a5100c;
  margin: 20px auto;
}
.aboutPage .floor5 .txt {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  padding: 28px 0 0px;
  font-size: 14px;
}
.showCase {
  padding-top: 40px;
}
.showCase .showTxt {
  width: 800px;
  float: left;
}
.showCase .showTxt .txtcon {
  line-height: 40px;
  width: 770px;
  min-height: 400px;
  padding-right: 27px;
  border-right: 1px solid #d9d9d9;
}
.showCase .showTxt .txtcon img {
  max-width: 100%;
  display: block;
}
.showCase .showTxt .shareNew {
  padding-top: 30px;
}
.showCase .showCon {
  width: 375px;
  float: right;
}
.showCase .showCon .tit {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}
.showCase .showCon .label {
  font-size: 14px;
  color: #939393;
}
.showCase .showCon .txt {
  padding: 20px 0 50px;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 20px;
}
.showCase .showCon .morebtn {
  width: 100%;
  height: 47px;
  line-height: 47px;
  display: block;
  font-size: 14px;
  text-align: center;
  background: #5a5a5a;
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.showCase .showCon .morebtn s {
  width: 40px;
  height: 8px;
  margin-left: 10px;
  background-position: -138px -59px;
}
.showCase .showCon .morebtn:hover {
  background: #a5100c;
}
.newsPage .list {
  padding-bottom: 50px;
}
.newsPage .item {
  height: 200px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  padding: 50px 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item .img {
  width: 300px;
  height: 200px;
  margin-right: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item h3 {
  font-size: 24px;
  color: #454545;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin: 12px 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #454545;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.newsPage .item .time {
  font-size: 24px;
  display: block;
  line-height: 24px;
  color: #737373;
}
.newsPage .item .more {
  width: 178px;
  height: 38px;
  line-height: 38px;
  margin-top: 34px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  float: right;
  font-weight: bold;
  color: #737373;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item:first-child {
  padding-top: 20px;
}
.newsPage .item:hover .img {
  -webkit-filter: brightness(103%);
  filters: brightness(103%);
}
.newsPage .item:hover h3 {
  color: #a5100c;
}
.newsPage .item:hover .more {
  background: #a5100c;
  border-color: #a5100c;
  color: #fff;
}
.newsPage.searchPage .item .img {
  width: auto;
  max-width: 400px;
  height: 200px;
}
/*showNews*/
.showNews {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .shareNew {
  padding-bottom: 25px;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
/*n-tit*/
.relate-tit {
  margin-bottom: 20px;
}
.relate-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.relate-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #a5100c;
  display: inline-block;
  vertical-align: middle;
}
.relate-tit .more {
  font-size: 16px;
}
/*relateNews*/
.relateNews {
  padding: 55px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
}
.relateNews .list li {
  width: 530px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 180px;
  height: 120px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 16px;
}
.relateNews .list li .txt {
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 5px;
  overflow: hidden;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
}
.jobPage {
  padding: 99px 0 50px;
}
.jobPage .content {
  padding-top: 80px;
}
.jobPage .item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #a5100c;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.jobPage .item .top {
  height: 65px;
  cursor: pointer;
}
.jobPage .item .top span {
  display: inline-block;
}
.jobPage .item .top span.sarry {
  margin-right: 36px;
}
.jobPage .item .top .time {
  color: #999;
}
.jobPage .item .top h3 {
  font-size: 18px;
  font-weight: normal;
}
.jobPage .item .top p {
  display: block;
}
.jobPage .item .bottom {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.jobPage .item .btn {
  width: 162px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: -18px;
  text-align: center;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  background: url() no-repeat 0 0;
  display: none;
}
.jobPage .item.hover .btn {
  display: block;
}
.contactPage .content {
  padding-top: 40px;
}
.contactPage .bcontact {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
}
.contactPage .bcontact li {
  width: 399px;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  font-family: arial;
}
.contactPage .bcontact li s {
  width: 60px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background: url(/skin/img/contact-ico.png) no-repeat 15px center;
}
.contactPage .bcontact li h3 {
  font-size: 16px;
  padding: 6px 0 14px;
  font-weight: bold;
  color: #737373;
}
.contactPage .bcontact li h4 {
  color: #000000;
  font-weight: bold;
}
.contactPage .bcontact li.btel {
  border-left: 0px;
}
.contactPage .bcontact li.baddress s {
  background-position: -58px center;
}
.contactPage .bcontact li.bemail s {
  background-position: -140px center;
}
.contactPage .con-box {
  width: 400px;
  padding: 40px 20px 0;
  height: 360px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -220px;
  z-index: 999;
  background: #a5100c;
  color: #fff;
  display: none;
}
.contactPage .con-box .close {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background-position: 0 -26px;
  cursor: pointer;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.contactPage .con-box .close:hover {
  transform: rotate(180deg);
}
.contactPage .con-box .en {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.contactPage .con-box .tit {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
.contactPage .con-box .txt {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.contactPage .ewm-box {
  width: 400px;
  padding: 40px 20px 0;
  height: 360px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -220px;
  z-index: 999;
  background: #a5100c;
  color: #fff;
  display: none;
}
.contactPage .ewm-box .close {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background-position: 0 -26px;
  cursor: pointer;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.contactPage .ewm-box .close:hover {
  transform: rotate(180deg);
}
.contactPage .ewm-box img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 20px;
}
.contactPage .ewm-box p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
}
.contactPage .bcontact2 {
  width: 100%;
  padding: 100px 0 0;
}
.contactPage .bcontact2 a {
  width: 218px;
  float: left;
  padding: 10px 0;
  display: block;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  color: #333333;
}
.contactPage .bcontact2 a s {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 10px;
  background: url(/skin/img/contact-ico2.png) no-repeat 15px -6px;
}
.contactPage .bcontact2 a .txt {
  line-height: 20px;
}
.contactPage .bcontact2 a.a1 {
  width: 100px;
  margin-right: 60px;
  border-left: 0;
  margin-left: 100px;
}
.contactPage .bcontact2 a.a1:hover s {
  background-position: 15px -91px;
}
.contactPage .bcontact2 a.a2 s {
  background-position: -82px -6px;
}
.contactPage .bcontact2 a.a2:hover s {
  background-position: -82px -91px;
}
.contactPage .bcontact2 a.a3 s {
  background-position: -178px -6px;
}
.contactPage .bcontact2 a.a3:hover s {
  background-position: -178px -91px;
}
.contactPage .bcontact2 a.a4 s {
  background-position: -270px -6px;
}
.contactPage .bcontact2 a.a4:hover s {
  background-position: -270px -91px;
}
.contactPage .bcontact2 a.a5 s {
  background-position: -362px -6px;
}
.contactPage .bcontact2 a.a5:hover s {
  background-position: -362px -91px;
}
.contactPage .bcontact2 a.a6 {
  width: 100px;
  padding-left: 60px;
}
.contactPage .bcontact2 a.a6 s {
  background-position: -460px -6px;
}
.contactPage .bcontact2 a.a6:hover s {
  background-position: -460px -91px;
}
.contactPage .txtcon img {
  max-width: 100%;
}
.contactPage .t2 {
  padding: 0px 0 48px;
  text-align: center;
}
.contactPage .t2 .titb {
  font-size: 30px;
  margin-bottom: 16px;
}
.contactPage .t2 .txt {
  font-size: 14px;
  line-height: 24px;
}
.contactPage .t2 .txt span {
  font-weight: bold;
  color: #a5100c;
}
.contactPage .mapArea {
  width: 100%;
  height: 400px;
  margin: 80px 0 0;
}
.contactPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 378px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #cccccc;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData .item .txt {
  width: 328px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 50px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .item.mx .txt {
    width: 293px;
    padding-left: 85px;
    
}   
.formData .item.mw .txt {
  width: 175px;
  padding-left: 85px;
  float: left;
}


.formData .item.mw img {
    display: block;
    float: left;
    height: 36px;
}


.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 1198px;
  height: 180px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1178px;
  height: 154px;
  line-height: 28px;
  padding: 10px 10px;
  text-indent: 70px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
  float: left;
}
.formData .sub {
  width: 232px;
  height: -4px;
  line-height: 38px;
  border: 2px solid #a5100c;
  text-align: center;
  background: #a5100c;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: none;
  color: #a5100c;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  bottom: 6%;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(/skin/img/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 3px;
  background: #a5100c;
  border: 1px solid #ddd;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #a5100c;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}
.rightFix .ico:hover {
  background-color: #a5100c;
  border-color: #a5100c;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 40px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #a5100c;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/*******font-face********/
@font-face {
  font-family: 'impact';
  src: url('../font/impact.eot');
  src: url('../font/impact.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/impact.woff') format('woff'), /* Modern Browsers */ url('../font/impact.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/impact.svg#impact') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.onactive .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.onactive .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

.onactive .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.hvr-linear {
  position: relative;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
}
.hvr-linear:before {
  position: absolute;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 48, 0, 0.2) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.hvr-linear:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}