@charset "UTF-8";

@font-face {
  font-family: "Helvetica-sw";
  src: url("../fonts/Helvetica-35-thin.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Helvetica-35-thin.otf") format("opentype"), 
  url("../fonts/Helvetica-35-thin.woff") format("woff"), 
  url("../fonts/Helvetica-35-thin.ttf") format("truetype"), 
  url("../fonts/Helvetica-35-thin.svg#Helvetica-35-thin.ttf") format("svg");
  font-weight: normal;
  font-style: normal; }


html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, a, span, i, em, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
  font-family:"Arial","Microsoft YaHei","SimSun"; }

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left;
  font-weight: normal; }

html, body, fieldset, img, iframe, abbr {
  border: 0; }

i, cite, em, var, address, dfn {
  font-style: normal; }

[hidefocus], summary {
  outline: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%; }

sup, sub {
  font-size: 83%; }

pre, code, kbd, samp {
  font-family: inherit; }

q:before, q:after {
  content: none; }

textarea {
  overflow: auto;
  resize: none; }

label, summary {
  cursor: default; }

a, button {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold; }

del, ins, u, s, a {
  text-decoration: none; }

body, textarea, input, button, select, keygen, legend {
  font-size: 14px;
  color: #2a2b2f;
  outline: 0;
  font-family: "Helvetica-sw", "graphik-lt", "Microsoft YaHei",Helvetica,"STHeiti STXihei","Microsoft JhengHei",Tohoma,Arial;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  min-width: 1100px;
  background: #f2f2f2; }

img {
  max-width: 100%; }

p, a {
  color: #2a2b2f; }

a, h2, h3 {
  outline: none;
  -webkit-transition: .3s;
          transition: .3s;
  -webkit-transition-property: background, border, color;
          transition-property: background, border, color; }

a:hover {
  color: #2a2b2f;
  text-decoration: none; }

/* body,div,a,a:hover{
	cursor: url(../images/icon_cursor.png) 28 28,zoom-in;
} */
.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.loading {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff; }
.loading:before {
  position: absolute;
  top: 40%;
  left: 40%;
  content: ' ';
  width: 250px;
  height: 250px;
  margin: -25px 0 0 -1px;
  /*background-color: #f50f40;
  -webkit-animation: loader-figure 1.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: loader-figure 1.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1);*/
 background: url(../images/loading.gif) center no-repeat; 
           }

.ie8 .loading:before, .ie9 .loading:before {
  width: 250px;
  height: 250px;
  margin: -25px 0 0 -25px;
  background: url(../images/loading.gif) center no-repeat; }

@-webkit-keyframes loader-figure {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: .8; }
  70% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: .8; } }

@keyframes loader-figure {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: .8; }
  70% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: .8; } }
.color_block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250vw;
  height: 250vw;
  margin-top: -125vw;
  margin-left: -125vw;
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 1.2s -webkit-transform ease-out, .6s opacity;
          transition: 1.2s transform ease-out, .6s opacity;
  -webkit-transform: scale(0.01);
      -ms-transform: scale(0.01);
          transform: scale(0.01); }

.color_block_active {
  z-index: 100;
  opacity: 1;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2); }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75%, 0);
            transform: translate3d(0, 75%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75%, 0);
            transform: translate3d(0, 75%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
.fIn {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.is-animated {
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1800px;
  height: 100%; }

@media screen and (max-width: 1800px) {
  .wrap {
    margin: 0 60px; } }
.body_container {
  position: relative;
  -webkit-transition: .3s background;
          transition: .3s background; }

.head_container {
  height: 80px; }

.main_container_pt {
  padding-top: 126px; }

.white_container {
  background-color: #fff; }

::-moz-placeholder {
  color: #a7a7a6; }

:-ms-input-placeholder {
  color: #a7a7a6; }

::-webkit-input-placeholder {
  color: #a7a7a6; }

.form input, .form textarea {
  box-sizing: border-box;
  width: 370px;
  height: 50px;
  padding: 10px 15px;
  border: none;
  background: #fff;
  font-size: 18px; }
.form textarea {
  width: 100%;
  height: 195px; }

.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
.dialog .dialog_mask {
  height: 100%;
  background: #2a2b2f;
  opacity: .9; }
.dialog .dialog_main {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff; }
.dialog .dialog_main_active {
  display: block; }
.dialog .dialog_wx {
  width: 200px;
  margin: -160px 0 0 -145px;
  padding: 45px 45px 30px 45px; }
.dialog .dialog_wx img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 1000px;
  margin-top: -1000px; }
.dialog .dialog_wx p {
  line-height: 1;
  font-size: 18px;
  letter-spacing: 5px;
  text-align: center; }

.head_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 126px;
  opacity: 1;
  -webkit-transition: background .3s, -webkit-transform .3s, opacity .3s;
          transition: background .3s, transform .3s, opacity .3s; }
.head_container .logo {
  width: 196px;
  height: 100%;
  margin-left: 42px; }
.head_container .logo a {
  display: block;
  height: 100%;
  background: url(../images/logo_black.png) center no-repeat; }
.head_container nav {
  position: absolute;
  top: 55px;
  right: 0; }
.head_container nav .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  text-align: center; }
.head_container nav .line i {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: none;
  -webkit-transition: .3s width,.3s background;
          transition: .3s width,.3s background; }
.head_container nav a {
  position: relative;
  float: left;
  margin-right: 50px;
  line-height: 34px;
  color: #a7a7a6;
  /*letter-spacing: .1em;*/
  font-size: 18px;
  font-family: "Helvetica-sw";
}
.head_container nav a:hover .line i {
  width: 92%;
  background-color: #f50f40; }
.head_container nav .active, .head_container nav .active:hover {
  color: #f50f40;}
.head_container nav .active .line i, .head_container nav .active:hover .line i {
  width: 92%;
  background-color: #f50f40; }

.head_logo_white .logo a {
  background-image: url(../images/logo_white.png);
}
.head_logo_white nav .active, .head_logo_white nav .active:hover {
  color: #fff; }
.head_logo_white nav .active span{
  color: #f50f40;
}

.head_logo_white nav a:hover span{
  font-size: 0px;
}

.head_logo_white nav em{display: none;} 

.head_logo_white nav :hover em{display: inline-block; font-size:15px;}

.head_container_white nav .active span{
  color: #f50f40;
}


.head_container_white nav .active span{
  color: #f50f40;
}


.head_logo_white nav a{
  color: #e4e4e4;
}


.head_container_white nav a{
  color: #a7a7a6;
}









.two_wz nav a:hover span{
  font-size: 0px;
}

.two_wz nav em{display: none;} 

.two_wz nav :hover em{display: inline-block; font-size:15px;}

.two_wz nav .active span{
  color: #f50f40;
}


.two_wz nav .active span{
  color: #f50f40;
}


.two_wz nav a{
  color: #e4e4e4;
}


.two_wz nav a{
  color: #a7a7a6;
}






.head_container_white {
  height: 88px;
  background-color: #f2f2f2; }
.head_container_white .logo a {
  background-image: url(../images/logo_black.png); }
.head_container_white nav {
  top: 40px; }
.head_container_white nav .active, .head_container_white nav .active:hover {
  color: #383838; }

.head_container_hide {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0; }

.foot_container {
  height: 400px;
  background: #1a1a1a; }
.foot_container .logo, .foot_container .crp, .foot_container .share, .foot_container .contact {
  position: absolute; }
.foot_container .logo {
  top: 10%;
  left: 0;
  width: 221px;
  height: 175px; }
.foot_container .logo a {
  display: block;
  height: 100%;
  background: url(/logo.jpg) center no-repeat; }
.foot_container .crp {
  bottom: 8.5%;
  left: 0;
  letter-spacing: .1em; }
.foot_container .crp p, .foot_container .crp a {
  font-size: 14px;
  line-height: 1;
  color: #dcdddd; }
.foot_container .share {
  bottom: 15%;
  right: 0; }
.foot_container .share a {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 28px;
  text-indent: -9999px;
  background: url(../images/icon_foot_share.png) 0px 0px no-repeat;
  -webkit-transition: none;
          transition: none; }
.foot_container .share .wx {
  background: url(../images/footer-weixin.png) 0 5px no-repeat;
}
.foot_container .share .wb {
  background: url(../images/footer-weibo.png) no-repeat;
}
.foot_container .share .be {
  background-position: -115px 0px; }
.foot_container .share .q {
  background-position: -174px 0px; }
.foot_container .share .o {
  background-position: -226px 0px; }
.foot_container .share a:hover {
  opacity: 0.7;
}
.foot_container .contact {
  top: 24.5%;
  right: 0; }
.foot_container .contact p, .foot_container .contact a {
  line-height: 1.5;
  font-size: 17px;
  color: #FFF;
  text-align: right;
  letter-spacing: .1em; }
.foot_container .contact a:hover {
  text-decoration: underline; }
.foot_container .contact li {
  position: relative;
  float: left;
  padding: 60px 0 0 90px; }
.foot_container .contact li:before {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  width: 46px;
  height: 46px;
  background: url(../images/icon_foot_tel.png) no-repeat; }
.foot_container .contact .email:before {
  background-image: url(../images/icon_foot_email.png);
  width: 50px;
  height: 50px; }
.foot_container .contact .adr:before {
  background-image: url(../images/icon_foot_adr.png); }


.ewm img{width:120px;}
.ewm dl{width:120px;float:left;margin-left:25px;}
.ewm dl h3{color:#fff;text-align:center;line-height:45px;font-weight:400;font-size:16px;}
.foot_container .contact li.ewm:before {background: none;}
.foot_container .contact li.ewm{padding-top: 0px !important; }

/* 列表 */
.list_item {
  position: relative; }

.list_img {
  display: block;
  width: 100%; }

.list_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/blank30.png);
  opacity: 0;
  -webkit-transition: opacity .2s;
          transition: opacity .2s; }
.list_txt img {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin: 0 0 0 -35px;
  opacity: .6; }
.list_txt .txt {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 96%;
  text-align: center;
  -webkit-transform: translate(0, -60%);
      -ms-transform: translate(0, -60%);
          transform: translate(0, -60%); }
.list_txt h2, .list_txt p {
  line-height: 1.6;
  font-size: 22px;
  color: #fff;

   }
.list_txt h2 {
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: 600;
  font-family: "Arial"; }

.list_item:hover .list_txt {
  opacity: 1; }

.news_item {
  position: relative;
  display: block;
  height: 528px;
  padding-right: 600px;
  margin-top: 60px;
  background-color: #fff; }
.news_item:first-child {
  margin-top: 0; }
.news_item .img {
  position: relative;
  height: 100%;
  background: center no-repeat;
  background-size: cover; }
.news_item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/blank30.png);
  opacity: 0;
  -webkit-transition: opacity .2s;
          transition: opacity .2s; }
.news_item .mask i {
  display: block;
  height: 100%;
  background: url(../images/icon_logo_69x69.png) center no-repeat;
  opacity: .6; }
.news_item img {
  display: block; }

.news_txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 510px;
  height: 100%;
  padding: 0 45px; }
.news_txt .date {
  padding-top: 40px;
  line-height: 2;
  font-size: 18px;
  color: #666; }
.news_txt h2 {
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: normal; }
.news_txt .des {
  height: 52%;
  line-height: 2.55;
  font-size: 14px;
  color: #666;
  overflow: hidden; }
.keywordss h3{color: #676767}
.news_txt .info {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 0;
  height: 72px;
  border-top: 1px solid #ddd;
  line-height: 72px; }
.news_txt .info span {
  font-size: 16px;
  color: #666;
  text-indent: -9999px; }
.news_txt .info .type {
  display: block;
  min-width: 25px;
  height: 100%;
  /*background: url(../images/icon_news_type.png) left center no-repeat;*/
}
.news_txt .info .link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 25px;
  /*background: url(../images/icon_news_link.png) right center no-repeat;*/
}

.news_item:hover .mask {
  opacity: 1; }
.news_item:hover .info .link {
  color: #f50f40;
  /*background-image: url(../images/icon_news_linkh.png);*/
}

.list_pages {
  padding-top: 40px;
  text-align: right; }
.list_pages a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 20px;
  margin: 0 4px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #a6a7a7;
  overflow: hidden; }
.list_pages a:hover, .list_pages a.active {
  background-color: #e51540;
  border-color: #e51540;
  color: #fff; }
.list_pages a.el {
  background-color: #fff;
  border-color: #dedede;
  color: #a6a7a7;
  cursor: text; }
.list_pages .prev, .list_pages .next {
  text-indent: -9999px;
  background: #fff url(../images/icon_arrow_86x72.png) no-repeat;
  -webkit-transition: none;
          transition: none; }
.list_pages .prev:hover, .list_pages .prev.active, .list_pages .next:hover, .list_pages .next.active {
  background-position: bottom left; }
.list_pages .next {
  background-position: top right; }
.list_pages .next:hover, .list_pages .next.active {
  background-position: bottom right; }

/* 文本 */
.text_title {
  position: relative; }
.text_title h2, .text_title p {
  line-height: 1.6;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: normal; }
.text_title h1, .text_title p {
  line-height: 1.6;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: normal; }
.text_title h2 {
  padding-top: 50px;
  font-size: 26px;
  /*background: url(../images/icon_line_01.png) no-repeat;*/
}
.text_title h1 {
  padding-top: 50px;
  font-size: 26px;
  /*background: url(../images/icon_line_01.png) no-repeat;*/
}
.text_title .gray {
  font-size: 18px;
  color: #a7a7a6; }

.text_des p {
  line-height: 2;
  font-size: 16px;
  color: #cccccc; }

.text_item {
  padding: 115px 0;
  text-align: center; }
.text_item .des {
  padding: 0 22%; }
.text_item h2, .text_item p {
  line-height: 1.8;
  font-size: 18px;
  color: #a7a7a6;
  font-weight: normal; }
.text_item h2 {
  margin-bottom: 20px;
  color: #1a1a1a; }

.detail_ctrl {
  height: 55px;
  margin-bottom: 50px;
  text-align: center; }
.detail_ctrl a {
  display: inline-block;
  width: 340px;
  max-width: 33%;
  height: 100%;
  text-indent: -9999px;
  background: center no-repeat;
  opacity: .8;
  -webkit-transition: opacity .3;
          transition: opacity .3; }
.detail_ctrl .prev {
  background-image: url(../images/icon_prev.png); }
.detail_ctrl .list {
  background-image: url(../images/icon_list.png); }
.detail_ctrl .next {
  background-image: url(../images/icon_next.png); }
.detail_ctrl a:hover {
  opacity: 1; }

.detail_share {
  height: 70px;
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 70px;
  font-size: 16px;
  color: #666; }
.detail_share a {
  display: inline-block;
  width: 30px;
  height: 100%;
  margin-left: 20px;
  text-indent: -9999px;
  background: center no-repeat; }
.detail_share .wb {
  background-image: url(../images/icon_wb.png); }
.detail_share .wx {
  background-image: url(../images/icon_wx.png); }

/* 瀑布流布局 */
.grid {
  position: relative; }

.grid_item {
  position: absolute;
  top: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s, top .3s, left .3s, width .2s, height .2s;
          transition: opacity .2s, top .3s, left .3s, width .2s, height .2s; }
.grid_item .list_img {
  -webkit-transition: -webkit-transform .3s ease-in;
          transition: transform .3s ease-in; }

.grid_item:hover .list_img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.grid_img {
  display: block;
  width: 100%; }

/* 瀑布流布局 */
.banner {
  position: relative;
  height: 800px;
  background: #252525 center no-repeat;
  background-size: cover; }
.banner_products{height:1080px !important;}

.banner .txt {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
.banner h2 {
  margin-bottom: 50px;
  line-height: 1.4;
  font-size: 70px;
  font-family: "Arial";
  color: #fff; }
.banner p {
  line-height: 1.6;
  font-size: 20px;
  color: #dedede; }

.banner_tab {
  height: auto; }
.banner_tab .txt {
  z-index: 100;
  -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
          transform: translate(0, -10%); }
.banner_tab .txt h2 {
  margin-bottom: 10px; }
.banner_tab .txt a {
  margin: 0 30px;
  line-height: 1.8;
  font-size: 20px;
  color: #a7a7a6; }
.banner_tab .txt a:hover {
  color: #fff; }

.banner_video {
  position: relative;
  height: auto; }
.banner_video img {
  display: block;
  width: 100%; }
.banner_video .mask, .banner_video .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #22252c;
  opacity: .7; }
.banner_video .video {
  z-index: 4;
  opacity: 1; }
.banner_video .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.navigation{margin-top: 25px;overflow: hidden;}
.pagination li{float: left;border: 1px solid #dedede;background: #FFF;margin-right: -1px;border-radius: 3px;}
.pagination li a{display: block;padding: 5px 10px;}
.pagination li a:hover{background: #d91b1b;color: #FFF;}
.pagination li.active{background: #d91b1b;}
.pagination li.active a{color: #FFF;}


.BMapLabel{display: none !important;}



/*产品组图*/

.zutu_img{width: 100%;}
.zutu_img .col-md-3{margin-bottom:30px;}



