.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
  height: 90px;
  width: 100%;
  background: rgba(255,255,255,0.98); }
  .header .logo {
    float: left;
    visibility: visible !important; 
    width: 210px;
    height: 90px; }
    .header .logo a {
      display: block; }
      .header .logo a img {
        width: 210px;
        height: 90px; }

.hea_phone {
	visibility: visible !important; 
  float: right;
  padding-left: 26px;
  background: url(../images/index/ph.png) no-repeat left center; }
  .hea_phone .t1 {
    font-size: 16px;
    padding-top: 28px;
    color: #333; }
  .hea_phone .t2 {
    font-size: 14px;
    margin-top: 6px;
    color: #999; }

.hea_nav {
	visibility: visible !important; 
  float: right;
  margin-right: 78px; }
  .hea_nav li {
    float: left;
    padding: 0 12px; }
    .hea_nav li menu {
      position: absolute;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 30;
      top: 90px;
      display: none;
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1); }
      .hea_nav li menu a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        font-size: 14px;
        color: #666;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .hea_nav li menu a:hover {
        color: #9f1f24; }
  .hea_nav .nav_a {
    line-height: 90px;
    display: block;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-top: 1px solid #fff; }
  .hea_nav .sel .nav_a {
    border-top: 1px solid #9f1f24;
    color: #9f1f24; }

.banner {
  height: 860px;
  width: 100%;
  overflow: hidden; }
  .banner ul li a {
    display: block;
    height: 860px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat; }

.ban_l {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 2.7%;
  top: 390px;
  z-index: 20;
  background: url(../images/index/l.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.ban_l:hover {
  background: url(../images/index/ls.png) no-repeat center; }

.ban_r {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 2.7%;
  top: 390px;
  z-index: 20;
  background: url(../images/index/r.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.ban_r:hover {
  background: url(../images/index/rs.png) no-repeat center; }

.index_icon {
  width: 1200px;
  margin: 0 auto;
  height: 150px;
  margin-top: -90px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 50; }
  .index_icon ul {
    overflow: hidden; }
    .index_icon ul li {
      width: 240px;
      float: left; }
      .index_icon ul li a {
        cursor: auto;
        display: block;
        text-align: center;
        padding-top: 30px;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        height: 150px;
        box-sizing: border-box; }
        .index_icon ul li a i {
          display: block;
          width: 56px;
          height: 60px;
          margin: 0 auto;
          z-index: 3;
          position: relative;
          overflow: hidden; }
        .index_icon ul li a i:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transform-origin: 100%;
          -webkit-transform-origin: 100%;
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          z-index: 3; }
        .index_icon ul li a i:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transform-origin: 100%;
          -webkit-transform-origin: 100%;
          -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          z-index: 4;
          clip: rect(0px, 0px, 0px, 0px);
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out; }
        .index_icon ul li a .txt {
          margin-top: 14px;
          color: #999;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          font-size: 14px;
          z-index: 3; }
      .index_icon ul li a:hover .txt {
        color: #333; }
    .index_icon ul .li1 i:after {
      background: url(../images/index/ic1.png) no-repeat center; }
    .index_icon ul .li1 i:before {
      background: url(../images/index/ic1s.png) no-repeat center; }
    .index_icon ul .li2 i:after {
      background: url(../images/index/ic2.png) no-repeat center; }
    .index_icon ul .li2 i:before {
      background: url(../images/index/ic2s.png) no-repeat center; }
    .index_icon ul .li3 i:after {
      background: url(../images/index/ic3.png) no-repeat center; }
    .index_icon ul .li3 i:before {
      background: url(../images/index/ic3s.png) no-repeat center; }
    .index_icon ul .li4 i:after {
      background: url(../images/index/ic4.png) no-repeat center; }
    .index_icon ul .li4 i:before {
      background: url(../images/index/ic4s.png) no-repeat center; }
    .index_icon ul .li5 i:after {
      background: url(../images/index/ic5.png) no-repeat center; }
    .index_icon ul .li5 i:before {
      background: url(../images/index/ic5s.png) no-repeat center; }

.index_icon ul li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f1f24;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9; }

.index_icon ul li a:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9; }

.index_icon ul li a:after {
  content: "";
  width: 100%;
  height: 150px;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9; }

.index_icon ul li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9; }

.index_icon ul li a:hover i:before {
  clip: rect(0px, 56px, 56px, 0px); }

.index_imgtxt {
  height: 600px; }
  .index_imgtxt .main {
    overflow: hidden; }

.inxtext_left {
  float: left;
  width: 534px;
  overflow: hidden;
  padding-top: 168px;
  height: 600px; }

.inxtext_eng {
  font-size: 30px;
  line-height: 34px;
  padding-top: 4px;
  color: #666;
  text-transform: uppercase;
  font-weight: lighter; }

.inxtext_tit {
  font-size: 36px;
  line-height: 40px;
  margin-top: 12px;
  color: #333;
  transition: all 0.3s ease-in-out;
  font-weight: lighter; }
.inxtext_left:hover .inxtext_tit{
	color: #9f1f24;
}
.inxtext_bor {
  margin-top: 28px;
  width: 20px;
  height: 1px;
  background: #333; }

.inxtext_font {
  font-size: 14px;
  color: #999;
  margin-top: 29px; }

.inxtext_more a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9f1f24;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9; }
.inxtext_more a:after{
	content: '';
  background: url(../images/jts.png) no-repeat  center;	
  width: 31px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: 15.5px;
  top: 50%;
  margin-top: -2.5px;
  z-index: 2;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(20px,0px);
}
.inxtext_more a:hover:after{
	transform: translate(0px,0px);
	opacity: 1;
}
.inxtext_more a:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9; }

.inxtext_more {
  /*width: 200px;*/
  margin-top: 53px;
  height: 50px; }
  .inxtext_more a {
    z-index: 3;
    display: block;
    width: 200px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    border: 1px solid #ccc;
    font-weight: lighter;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; }
  .inxtext_more a:hover {
    border: 1px solid #9f1f24;
    text-indent: -56px;
    color: #fff; }

.inximg_right {
  float: right;
  max-width: 600px; }
  .inximg_right a {
    display: block;
    margin-top: 87px; }
    .inximg_right a img {
      max-width: 100%; }

.inximg_right {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.inx_two {
  background: #fafafa; }
  .inx_two .inxtext_left {
    float: right;
    text-align: right;
    padding-top: 144px; }
  .inx_two .inximg_right {
    float: left; }
  .inx_two .inximg_right a {
    margin-top: 70px; }
  .inx_two .inxtext_bor {
    float: right; }
  .inx_two .inxtext_eng {
    color: #333; }
  .inx_two .inxtext_tit {
    /*color: #9f1f24;*/ 
    }
  .inx_two .inxtext_more {
    float: right; }

.inxtxt_tf {
  font-size: 14px;
  color: #999;
  margin-top: 10px; }

.inx_three .inximg_right a {
  margin-top: 126px; }

.index_story {
  width: 100%;
  height: 466px;
  background: #f5f5f5;
  text-align: center;
  box-sizing: border-box;
  padding-top: 64px; }
  .index_story .inxstr_eng {
    padding-top: 4px;
    font-size: 30px;
    line-height: 34px;
    color: #666;
    font-weight: lighter;
    text-transform: uppercase; }
  .index_story .inxstr_tit {
    margin-top: 16px;
    font-size: 30px;
    font-weight: lighter;
    color: #333;
    line-height: 34px; }
  .index_story .inxstr_bor {
    margin: 0 auto;
    background: #333;
    margin-top: 28px;
    width: 20px;
    height: 1px; }
  .index_story .inxstr_font {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
    margin-top: 42px;
    color: #999; }
  .index_story .inxtext_more {
    float: none;
    margin-top: 42px; }
    .index_story .inxtext_more a {
      margin: 0 auto; }

.index_case {
  margin-top: 68px;
  text-align: center; }

.inxcase_eng {
  color: #999;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  font-weight: lighter; }

.inxcase_tit {
  font-size: 30px;
  line-height: 34px;
  color: #333;
  font-weight: lighter;
  margin-top: 16px; }

.inxcase_font {
  margin-top: 25px;
  font-size: 14px;
  color: #999; }

.inxcase_ul {
	height: 603px;
	box-sizing: border-box;
  margin-top: 48px;
  padding: 0 10px;
  padding-bottom: 128px; }
  .inxcase_ul .inxcase_ov {
    width: 100%;
    overflow: hidden; }
  .inxcase_ul ul li {
    width: 380px; }
    .inxcase_ul ul li a {
      display: block;
      width: 380px;
      height: 475px;
      overflow: hidden; }
      .inxcase_ul ul li a img {
        display: block;
        width: 380px;
        height: 475px;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .inxcase_ul ul li a:hover .inxcase_show {
      opacity: 1;
      animation-name: flipInY; }
    .inxcase_ul ul li a:hover img {
      transform: scale(1.2, 1.2); }

.inxcase_show {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 340px;
  height: 90%;
  content: '';
  box-sizing: border-box;
  padding: 0 32px;  	  
  left: 20px;
  top: 24px;
  opacity: 0;
  transition: all 1s ease-out 0s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
  padding-top: 138px; }
  .inxcase_show .tit {
    font-size: 20px;
    color: #333; }
  .inxcase_show .ft {
		display: -webkit-box;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;	  	
    margin-top: 22px;
    color: #6f6f6f;
    font-weight: lighter; }
  .inxcase_show .more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #9f1f24;
    box-sizing: border-box;
    color: #9f1f24;
    font-size: 14px;
    margin: 0 auto;
    font-weight: lighter;
    margin-top: 78px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .inxcase_show .more:hover {
    background: #9f1f24;
    color: #fff; }

.inxcase_num {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 68px !important; }
  .inxcase_num span {
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #eee;
    outline: none; }
  .inxcase_num .swiper-pagination-bullet-active {
    background: #333; }

.inxcase_l {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 213px;
  z-index: 10;
  left: -50px;
  background: url(../images/index/cl.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none; }

.inxcase_l:hover {
  background: url(../images/index/crs.png) no-repeat center; }

.inxcase_r {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 213px;
  z-index: 10;
  right: -50px;
  background: url(../images/index/cls.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none; }

.inxcase_r:hover {
  background: url(../images/index/cr.png) no-repeat center; }

.index_new {
  width: 100%;
  height: 734px;
  background: url(../images/index/newbg.jpg) no-repeat center;
  box-sizing: border-box;
  padding-top: 68px;
  text-align: center; }
  .index_new .inxtext_more {
    float: none;
    margin-top: 50px; }
    .index_new .inxtext_more a {
      margin: 0 auto; }

.inxnew_tab {
  margin-top: 28px;
  font-size: 16px; }
  .inxnew_tab a {
    display: inline-block;
    margin: 0 15px;
    padding-bottom: 20px;
    color: #999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .inxnew_tab a:hover {
    color: #333; }
  .inxnew_tab a:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .inxnew_tab .sel:before {
    opacity: 1; }
  .inxnew_tab .sel {
    color: #333; }

.inxnew_con {
  margin-top: 36px;
  overflow: hidden; }
  .inxnew_con ul {
    width: 1220px;
    overflow: hidden; }
    .inxnew_con ul li {
      width: 610px;
      float: left;
      margin-bottom: 15px; }
      .inxnew_con ul li a {
        text-align: left;
        display: block;
        width: 590px;
        overflow: hidden;
        height: 140px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        box-sizing: border-box;
        padding-top: 25px; }
        .inxnew_con ul li a .data {
          float: left;
          width: 90px;
          height: 90px;
          text-indent: 16px;
          background: #2e2e2e;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          text-align: left; }
          .inxnew_con ul li a .data .year {
            padding-top: 22px;
            font-size: 14px;
            color: #ababab;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            font-weight: lighter; }
          .inxnew_con ul li a .data .mon {
            margin-top: 6px;
            font-weight: lighter;
            font-size: 24px;
            color: #fff;
            line-height: 28px; }
        .inxnew_con ul li a .rcon {
          float: left;
          width: 420px;
          margin-left: 50px; }
          .inxnew_con ul li a .rcon .textover {
            font-weight: lighter;
            color: #333;
            font-size: 18px;
            padding-top: 6px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
          .inxnew_con ul li a .rcon .rfont {
            color: #999;
            margin-top: 17px;
            line-height: 24px;
            font-size: 14px;
            display: -webkit-box;
            overflow: hidden;
            white-space: normal !important;
            text-overflow: ellipsis;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 48px; }
      .inxnew_con ul li a:before {
        content: '';
        width: 40px;
        height: 1px;
        background: #333;
        position: absolute;
        top: 40px;
        left: 80px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        z-index: 10; }
      .inxnew_con ul li a:hover .data {
        background: #9f1f24; }
      .inxnew_con ul li a:hover .year {
        color: #d9a5a7; }
      .inxnew_con ul li a:hover .rcon .textover {
        color: #a52e33; }
      .inxnew_con ul li a:hover {
        background: rgba(255, 255, 255, 0.95); }
      .inxnew_con ul li a:hover:before {
        opacity: 1; }

.inxnew_show {
  display: none; }

.index_ship {
  margin: 70px 0; }
  .index_ship .inxship_con {
    padding: 0 10px;
    overflow: hidden; }
    .index_ship .inxship_con li {
      width: 224px; }
      .index_ship .inxship_con li a {
        display: block;
        width: 224px;
        height: 100px;
        box-sizing: border-box;
        overflow: hidden;
        border: 1px solid #eee; }
        .index_ship .inxship_con li a .textover {
          width: 210px;
          height: 86px;
          position: absolute;
          left: 7px;
          top: 7px;
          z-index: 5;
          background: rgba(255, 255, 255, 0.95);
          line-height: 86px;
          text-align: center;
          box-sizing: border-box;
          padding: 0 16px;
          font-size: 16px;
          color: #333;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          opacity: 0;
          visibility: hidden; }
        .index_ship .inxship_con li a img {
          width: 100%;
          height: 100%;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
      .index_ship .inxship_con li a:hover .textover {
        opacity: 1;
        visibility: visible; }
      .index_ship .inxship_con li a:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05); }

.inxship_l {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  z-index: 10;
  left: -50px;
  background: url(../images/index/cl.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none; }

.inxship_l:hover {
  background: url(../images/index/crs.png) no-repeat center; }

.inxship_r {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  z-index: 10;
  right: -50px;
  background: url(../images/index/cls.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none; }

.inxship_r:hover {
  background: url(../images/index/cr.png) no-repeat center; }

.foo_top {
  width: 100%;
  background: #2e2e2e;
  padding: 70px 0; }

.foo_logo {
  width: 166px;
  height: 35px; }
  .foo_logo img {
    width: 100%;
    height: 100%; }

.footop_ul {
  margin-top: 36px;
  overflow: hidden; }
  .footop_ul .tit {
    font-size: 18px;
    color: #ccc;
    padding-left: 30px;
    background: url(../images/index/fo1.png) left center no-repeat; }
  .footop_ul ul {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px; }
  .footop_ul .foo_left {
    float: left; }
  .footop_ul .foo_cen {
    float: left;
    margin-left: 254px; }
    .footop_ul .foo_cen .tit {
      background: url(../images/index/fo2.png) left cente no-repeat; }
  .footop_ul .foo_right {
    float: right; }
    .footop_ul .foo_right img {
      display: block;
      width: 140px;
      height: 140px; }
    .footop_ul .foo_right .codetit {
      font-size: 14px;
      text-align: center;
      margin-top: 12px;
      color: #999; }

.foo_icon {
  margin-top: 4px; }
  .foo_icon a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #646464;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left; }
  .foo_icon a:hover {
    background-color: #9f1f24; }

.foo_bot {
  line-height: 45px;
  height: 45px;
  background: #373737;
  width: 100%; }
  .foo_bot .main {
    overflow: hidden;
    font-size: 14px;
    color: #999; }
    .foo_bot .main a {
      color: #999; }
    .foo_bot .main span {
      color: #ccc;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .foo_bot .main a:hover {
      text-decoration: underline;
      color: #fff; }
    .foo_bot .main span:hover {
      color: #fff; }

.foo_ph .fax {
  position: absolute;
  right: -210px;
  top: 0px;
  width: 170px;
  height: 20px;
  line-height: 20px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s;
  transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  font-size: 20px;
  text-align: center;
  color: #333 !important; }

.foo_ph:hover .fax {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  filter: alpha(Opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible; }

.foo_ph .fax:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 14px;
  background: url("../images/float00.png") no-repeat center center;
  width: 7px;
  height: 12px;
  transform: rotate(180deg); }

.page_banner {
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  box-sizing: border-box;
  padding-top: 248px; }
  .page_banner .beng {
    line-height: 38px;
    font-size: 30px;
    font-weight: lighter;
    color: #c9cac8;
    text-transform: uppercase; }
  .page_banner .btit {
    margin-top: 16px;
    line-height: 34px;
    color: #fff;
    font-size: 30px; }
  .page_banner .bor {
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    margin-top: 28px; }

.abt_con {
  width: 1200px;
  margin: 0 auto;
  margin-top: -150px;
  padding-top: 54px;
  background: url(../images/page/jx.png) no-repeat center top #fff; }

.abt_tit {
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  padding: 0 60px; }

.abt_mrg {
  padding: 48px; }

.edit {
  line-height: 30px;
  font-size: 16px;
  color: #666; }

.edit img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.abt_his {
  margin: 90px 0; }
  .abt_his .his_tit {
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 28px; }

.his_con {
  margin-top: 50px;
  text-align: center; }

.his_utit {
  color: #9f1f24;
  font-size: 18px; }

.his_font {
  margin-top: 22px;
  font-size: 14px;
  line-height: 24px;
  color: #666; }

.his_tab {
  margin-top: 72px; }
  .his_tab li {
    padding-top: 70px;
    font-size: 14px;
    color: #999;
    width: 60px;
    text-align: center;
    cursor: pointer; }
  .his_tab li:before {
    content: '';
    width: 20px;
    height: 30px;
    background: url(../images/page/fj.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .his_tab li:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #9f1f24;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    top: 47px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .his_tab .swiper-slide-thumb-active:before {
    opacity: 1;
    visibility: visible;
    animation: _arrow 1s linear 0.2s infinite;
    -webkit-animation: _arrow 1s linear 0.2s infinite;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }
  .his_tab .swiper-slide-thumb-active:after {
    opacity: 1;
    visibility: visible; }

@keyframes _arrow {
  0% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 8px);
    -webkit-transform: translate(0px, 8px); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); } }
.his_tab:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50px; }

.his_l {
  width: 10px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 257px;
  display: block;
  background: url(../images/page/js.png) no-repeat center;
  outline: none;
  z-index: 30; }

.his_r {
  width: 10px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 258px;
  display: block;
  background: url(../images/page/jr.png) no-repeat center;
  outline: none;
  z-index: 30; }

.his_ov {
  margin: 0 auto;
  overflow: hidden;
  width: 936px;
  box-sizing: border-box; }

.abt_his .swiper-button-disabled {
  opacity: 0.3; }

.abt_coop {
  background: #fafafa;
  padding: 60px 0 0 0; }

.abtcop_tit {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #000; }

.abt_bul {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  padding-bottom: 138px; }
  .abt_bul ul {
    width: 1195px;
    overflow: hidden;
    padding-top: 36px; }
    .abt_bul ul li {
      float: left;
      margin-top: 15px;
      width: 239px; }
      .abt_bul ul li a {
        display: block;
        width: 224px;
        height: 100px;
        overflow: hidden;
        border: 1px solid #eee;
        box-sizing: border-box; }
        .abt_bul ul li a img {
          width: 100%;
          height: 100%;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
      .abt_bul ul li a:hover img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08); }

.abt_num {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 70px !important; }
  .abt_num .swiper-pagination-bullet-active {
    background: #333; }

.abt_num span {
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #eee;
  outline: none; }

.fix_right {
  position: fixed;
  right: 3.4%;
  top: 64%;
  z-index: 66;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }
  .fix_right a {
    display: block;
    margin-bottom: 1px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .fix_right a:hover {
    background-color: rgba(159, 31, 36, 0.9); }
  .fix_right .fix_a4 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .fix_right .fix_show {
    opacity: 1;
    visibility: visible; }

.fix40 {
  top: 50%; }

.series_banner {
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat; }

.series_top {
  height: 160px;
  width: 100%;
  text-align: center;
  background: url(../images/page/bot.png) no-repeat center bottom #fafafa; }

.series_tit {
  font-size: 30px;
  line-height: 34px;
  padding-top: 42px;
  color: #8b8b8b;
  font-weight: lighter;
  text-transform: uppercase; }

.series_ft {
  margin-top: 16px;
  font-size: 30px;
  line-height: 34px;
  color: #404040; }

.series_tab {
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
  margin-top: 70px; }

.iestab_tit {
  font-size: 20px;
  color: #666;
  text-align: center; }

.ies_l {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 200px;
  z-index: 10;
  left: 0;
  background: url(../images/index/cl.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none; }

.ies_l:hover {
  background: url(../images/index/crs.png) no-repeat center; }

.ies_r {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 200px;
  z-index: 10;
  right: 0;
  background: url(../images/index/cls.png) no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none; }

.ies_r:hover {
  background: url(../images/index/cr.png) no-repeat center; }

.iestab_con {
  /*margin-top: 58px;*/
  height: 528px; }
  .iestab_con li {
    width: 900px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat; }
.iestab_img{
    background-position: center;
    background-repeat: no-repeat;	
    height: 452px;
    margin-top: 58px;
}
.ies_edit {
  width: 100%;
  padding: 68px 0;
  background: #fafafa;
  margin-top: 70px; }

.ies_tit {
  font-size: 24px;
  line-height: 28px;
  font-weight: lighter;
  color: #333; }

.ies_eng {
  color: #999;
  margin-top: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter; }

.ies_econ {
  margin-top: 48px;
  font-size: 14px;
  color: #666;
  line-height: 30px; }

.ies_img {
  margin: 70px 0; }

.ies_bot {
  width: 100%;
  padding: 34px 0;
  background: #fff; }

.ies_btit {
  font-size: 24px;
  text-align: center;
  color: #333;
  line-height: 28px;
  color: #333; }

.ies_buft {
  font-size: 16px;
  margin-top: 16px;
  color: #707070;
  text-align: center; }
  .ies_buft p {
    box-sizing: border-box;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 22px; }

.case_tab {
  margin-top: 70px;
  text-align: center;
  font-size: 0; }
  .case_tab a {
    min-width: 80px;
    box-sizing: border-box;
    padding: 0 22px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    color: #a0a0a0;
    font-weight: lighter;
    font-size: 16px;
    margin: 0 6px;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .case_tab a:hover {
    color: #9f1f24; }
  .case_tab .sel {
    border: 1px solid #ccc;
    color: #333; }

.case_ul {
  width: 100%;
  overflow: hidden; }
  .case_ul ul {
    width: 1230px;
    overflow: hidden;
    padding-top: 12px; }
    .case_ul ul li {
      float: left;
      width: 410px;
      margin-top: 48px; }
      .case_ul ul li a {
        display: block;
        width: 380px; }
        .case_ul ul li a .case_img {
          width: 380px;
          height: 475px;
          overflow: hidden; }
          .case_ul ul li a .case_img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
        .case_ul ul li a .textover {
          margin-top: 28px;
          font-size: 18px;
          padding: 0 12px;
          color: #666;
          text-align: center;
          line-height: 22px; }
      .case_ul ul li a:hover .inxcase_show {
        opacity: 1;
        animation-name: flipInY; }
      .case_ul ul li a:hover img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08); }

.page_num {
  margin-top: 68px;
  text-align: center;
  font-size: 0; }
  .page_num a, .page_num span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-sizing: border-box; }
  .page_num span {
    border: none; }
  .page_num .sel {
    border: 1px solid #9f1f24;
    background: #9f1f24;
    color: #fff; }
  .page_num a:hover {
    border: 1px solid #9f1f24;
    background: #9f1f24;
    color: #fff; }
  .page_num .num_text {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-indent: 14px;
    border: 1px solid #eee;
    border-right: none;
    margin-left: 20px;
    box-sizing: border-box; }
  .page_num .num_btn {
    width: 60px;
    height: 40px;
    background: #666;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .page_num .num_btn:hover {
    border: 1px solid #9f1f24;
    background: #9f1f24;
    color: #fff; }

.h100 {
  height: 100px; }

.casedea_data {
  margin-top: 20px;
  text-align: center;
  color: #ccc;
  font-size: 14px; }

.page_np {
  padding: 0 48px;
  margin-top: 20px;
  overflow: hidden; }
  .page_np a {
    display: block;
    font-size: 14px;
    color: #666;
    max-width: 500px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 24px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .page_np a:hover {
    border: 1px solid #9f1f24;
    background: #9f1f24;
    color: #fff; }

.news_ul {
  margin-top: 60px; }
  .news_ul li a {
    display: block;
    padding: 40px 0 54px 0;
    height: 90px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #e5e5e5; }
    .news_ul li a .more {
      position: absolute;
      right: 0;
      top: 84px;
      font-size: 14px;
      color: #ccc;
      font-weight: lighter;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out; }
    .news_ul li a .data {
      float: left;
      width: 90px;
      height: 90px;
      text-indent: 16px;
      background: #2e2e2e;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      text-align: left; }
      .news_ul li a .data .year {
        padding-top: 22px;
        font-size: 14px;
        color: #ababab;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        font-weight: lighter; }
      .news_ul li a .data .mon {
        margin-top: 6px;
        font-weight: lighter;
        font-size: 24px;
        color: #fff;
        line-height: 28px; }
    .news_ul li a .rcon {
      float: left;
      width: 896px;
      margin-left: 50px; }
      .news_ul li a .rcon .textover {
        font-weight: lighter;
        color: #333;
        font-size: 18px;
        padding-top: 6px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .news_ul li a .rcon .rfont {
        color: #999;
        margin-top: 17px;
        line-height: 24px;
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 48px; }
  .news_ul li a:hover {
    background: #fafafa;
    border-bottom: 1px solid #fafafa; }
  .news_ul li a:hover .more {
    right: 40px;
    color: #9f1f24; }
  .news_ul li a:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 54px;
    left: 80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 10; }
  .news_ul li a:hover .data {
    background: #9f1f24; }
  .news_ul li a:hover .year {
    color: #d9a5a7; }
  .news_ul li a:hover .rcon .textover {
    color: #9f1f24; }
  .news_ul li a:hover:before {
    opacity: 1; }

.news_ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f1f24;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9; }

.news_ul li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9; }

.map {
	box-sizing: border-box;
  width: 100%;
  height: 500px; }

.contact_con {
  margin-top: 68px;
  padding: 0 70px; }

.ctc_tit {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-bottom: 58px; }

.ctc_ul {
  overflow: hidden; }
  .ctc_ul ul {
    width: 50%;
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
    line-height: 24px; }
  .ctc_ul .fl {
    border-right: 1px solid #eee;
    height: 134px; }
  .ctc_ul .lt {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666; }
  .ctc_ul .fr {
    text-indent: 70px; }

.ctc_online {
  text-align: center;
  font-size: 20px;
  margin-top: 78px;
  color: #333; }

.ctc_onft {
  font-size: 14px;
  margin: 44px 0;
  line-height: 24px;
  color: #999;
  text-align: center; }

.ctc_input {
  overflow: hidden;
  width: 632px;
  margin: 0 auto;
  margin-bottom: 25px; }
  .ctc_input .ctc_lt {
    float: left;
    text-align: right;
    width: 56px;
    line-height: 40px;
    font-size: 14px;
    color: #666; }
  .ctc_input input, .ctc_input textarea {
    float: right;
    width: 550px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 16px; }
  .ctc_input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc; }
  .ctc_input textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc; }
  .ctc_input textarea {
    height: 160px;
    outline: none;
    padding: 10px 16px;
    line-height: inherit; }

.ctc_code {
  overflow: hidden;
  width: 632px;
  margin: 0 auto;
  margin-bottom: 25px; }
  .ctc_code .ctc_lt {
    float: left;
    text-align: right;
    width: 56px;
    line-height: 40px;
    font-size: 14px;
    color: #666; }
  .ctc_code input {
    margin-left: 27px;
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 16px; }
  .ctc_code input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc; }
  .ctc_code a {
    display: block;
    float: left;
    margin-left: 10px;
    height: 40px;
    width: 100px; }
    .ctc_code a img {
      width: 100%;
      height: 100%; }

.ctc_sub {
  width: 550px;
  height: 50px;
  margin-left: 298px; }
  .ctc_sub input {
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .ctc_sub input:hover {
    background: #9f1f24; }

.index_buy {
  height: 300px;
  width: 100%;
  background: #737373;
  box-sizing: border-box;
  padding-top: 54px; }
  .index_buy ul {
    overflow: hidden;
    margin-top: 46px; }
    .index_buy ul li {
      width: 200px;
      float: left;
      text-align: center;
      color: #f6f6f6;
      font-size: 16px;
      font-weight: lighter; }
      .index_buy ul li .icon {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid rgba(248, 248, 248, 0.3);
        box-sizing: border-box; }
      .index_buy ul li .font {
        margin-top: 18px; }
    .index_buy ul li:before {
      content: '';
      display: block;
      width: 31px;
      height: 7px;
      background: url(../images/jt.png) no-repeat center;
      position: absolute;
      right: -16px;
      top: 36px; }
    .index_buy ul li:last-child:before {
      display: none; }

.inxbuy_tit {
  background: url(../images/buytit.png) no-repeat center;
  height: 30px;
  width: 100%; }
.h90{
	height: 90px;
}
/*# sourceMappingURL=style.css.map */
