﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}
.hide
{
     display:none;
    }
a {
  background-color: transparent;

}

a:active, a:hover {
  outline: 0;

}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! normalize.css end */
html {
  -webkit-text-size-adjust: none;
  font-size: 12px;
  color: #000;
  text-rendering: optimizeLegibility;
}

body {
  /*overflow-x: hidden;*/
  overflow-y: scroll;
  /*letter-spacing: 1px;*/
  /*line-height: 1.8;*/
  font-family: "Microsoft YaHei",Helvetica,Tahoma,Arial,Hiragino Sans GB,STXihei,SimSun,Heiti,sans-serif;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff;
}

body.index {
  background-color: #fafafa;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

section, header, footer {
  display: block;
}

p, li, dt, dd, th, td, pre {
  //word-break: break-all;
}

a {
  text-decoration: none;
}

a, button, input, textarea {
  -webkit-tap-highlight-color: transparent;
}

p, div, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

input[type=text], textarea {
  -webkit-appearance: none;
}

select:focus, button:focus, input:focus, textarea:focus {
  outline: none;
}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
.clearb{ clear:both;}
.text_a_r{  text-align:right}
/*返回顶部*/
#back-to-top {
    position: fixed; 
    display: none;
    bottom: 131px;
    right: 10px;
    z-index: 999999;
}
#back-to-top a {
    text-align: center;
    text-decoration: none;
    color: rgb(209, 209, 209);
    display: block;
    width: 44px;
    font-family: 微软雅黑;
}
p#back-to-top a span {
    /*background: transparent url(../images/backtop.gif) no-repeat 0 0;*/
    display: block;
    height: 42px;
    width: 42px;
    margin-bottom: 5px;
    background: rgba(200,200,200,0.5);
    font-size: 16px;
    line-height: 42px;
}
/*
body, form {
  width: 1920px;
}*/

/*头部*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1365px;
  height: 88px;
  background-color:#ffffff;
  background-size: 100% 100%;
  border-bottom: 1px solid #54606d;
  z-index: 1;
}
.heardertip {
    background-image: linear-gradient(135deg,#e64242,#cc1c1c);
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 60px;
    line-height: 17px;
    padding: 4px 8px;
    position: relative;
    text-align: center;
    width: 220px;
    margin-top:15px;
}



.heardertipA {
    height: 16px;
    text-align: justify
}

    .heardertipA:after {
        content: "";
        display: inline-block;
        width: 100%
    }


/*.header:hover {
  background: rgba(255, 255, 255, 0.1);
}*/

.header_left {

  z-index: 20003;
  width: 195px;
float: left;
}

.header_logo {
  float: left;
 
}
.header_logo img {
  display: block;
 width:100%;
 
  
}
.header_logo_text {
  float: left;
  height: 28px;
  margin-top: 27px;
  padding: 0 13px;
  border-left: 1px solid #5a5a5a;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}
/*.header_logo.show {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}*/

.header_inner {
  z-index: 99999;
  position: fixed;
  height: 68px;
  
  /*opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;*/
}

/*.header_inner.show {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}*/





.menu {
  z-index: 20001;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
 
  /*max-width: 900px;*/
  width: 100%;
  margin: 0 auto;
  float:left;
  width:950px;
 /* border-bottom: 1px solid #54606d;*/
  /*padding-left: 31.25%;*/
  /*text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;*/
}
.menu_scroll {
    /*width: 64%;
    margin: 0 auto;*/
}


.menu.show {
  /*background-color: #2e2e2e;
  background: url("../images/head_01.png") 0 0 no-repeat;*/
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu:hover {
  /*background: rgba(255, 255, 255, 0.1);*/
}
.menu_inner {
  /*display: flex;
  justify-content: center;*/
 
  text-align: center;
  *padding-top: 18px;
}
.menu_inner li:hover, .menu_inner li.active
{
    border-top: 4px solid #bc121f;
    }

.menu_inner li {
  position: relative;
  display: inline-block;
  *display: inline;
  /*border-bottom: 2px solid rgba(0, 0, 0, 0.0);*/
  margin: 0 10px;
  line-height:82px;
  width:110px;

}

.headerbox{ width:1365px; margin:0 auto}
/*.menu_inner li:hover {
  border-bottom: 2px solid #99ca51;
}*/
/*增值服务下拉start*/
.menu-tab-add {
  display: none;
  position: absolute;
  top: 82px;
 border-top: solid 1px #fff;
  width: 100%;
  background: rgba(13, 27, 47, 0.7);
  z-index: 2;
}
.menu_link_add {
  display: block;
  color: #fff;
      font-size:12px;
  line-height: 50px;
}
.menu-tab-add a:hover {
  color: #bc121f;
}
.menu_tab_hover:hover .menu-tab-add {
  display: block;
}

.menu_inner .line {
  position: absolute;
  width: 0px;
  height: 2px;
  left: 115px;
  bottom: 0;
  background: #99ca51;
  transition: width .3s cubic-bezier(.4,0,.2,1);
}
.m_language {
  display: none;
}

.menu_link {
  display: inline-block;
  padding: 0 25px;
  /*margin: 0 12px;*/
  /*border-right: 1px solid #e5e5e5;*/
  *display: inline;
  *zoom: 1;
  /*vertical-align: middle;*/
  line-height: 18px;
  color: #000;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  font-size: 14px;
}
.bordernone {
  border-right: none;
}
.menu_link.active, .menu_link:hover {
  color: #bc121f;
}
.menu_inner .li-active {
  border-bottom: 2px solid #99ca51;
}
.menu_box {
  display: none; 
  position: fixed;
  width: 100%;
  height: 40px;
  top: 68px;
  left: 0;
}
.menu_proudect {
  /*display: flex;
  justify-content: center;*/
  padding-right: 6.9%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  text-align: center;
  /*padding-left: 25.4%;*/
}
.menu_proudect a {
  padding: 0 60px;
  font-size: 14px;
  /*color: #868686;*/
  color: #fff;
}
.menu_proudect a:hover {
  color: #bc121f;
}
/*2016.09.14增加.j_language的样式start*/
.header_inner.show {
  width: 284px;
  position: fixed;
  top: 0;
  right: 0;
  
}
/*中英文样式*/
.header_language {
  position: absolute;
  top: 0;
  left: 40px;
  padding-right: 20px;
  /*background: url("../images/icon_down.png") right center no-repeat;*/
  line-height: 68px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

/*直接点击中英文切换样式*/
.header_language a {
  font-size: 14px;
  color: #ffffff;
}
.header_language a:hover {
  color: #bc121f;
}

/*下拉框中英文切换样式*/
/*.change_language {
  display: none;
  position: absolute;
  top: 70px;
  left: -10px;
  background: #2e2e2e;
}
.change_language li {
  height: 33px;
  line-height: 33px;
  padding: 0 16px;
  text-align: center;
}
.change_language li a {
  font-size: 16px;
  color: #ffffff;
}
.change_language li a:hover, .change_language li .langActive {
  color: #bc121f;
}*/

@media print, screen and (min-width: 1024px) {
  .j_language {
    position: absolute;
    top: 38px;
    right: 200px;
    width: 90px;
    height: 70px;
    padding-right: 20px;
    background: url(../images/icon_down.png) 65px 10px no-repeat;
    font-size: 16px;
    cursor: pointer;
  }
  .j_language ul {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    border: 1px solid #DADBDE;
    background: #fff;
  }
  .j_language ul li a {
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px solid #DADBDE;  
    color: #333;
  }
  .j_language ul li a:hover {
    color: #28b23c;
  }  
}
.immediate_use {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 32px 0 22px;
  line-height: 68px;
}
.immediate_use_link {
  display: block;
  height: 38px;
  padding: 0px 24px;
  margin-top: 15px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 38px;
  font-size: 18px;
  border-radius: 20px;
  -webkit-transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

.immediate_use_link:hover {
  color: #bc121f;
  border: 1px solid #bc121f;
}


@media print, screen and (max-width: 1600px) {
  .header_logo{
    /*margin: 17px 15px 17px 20px;*/
  }
  .immediate_use {
    margin: 0 25px 0 22px;
    line-height: 68px;
  }
  .immediate_use_link {
    display: block;
    height: 38px;
    padding: 0px 24px;
    margin-top: 15px;
    line-height: 38px;
    font-size: 16px;
  }
  .header_inner.show {
    width: 280px;
  }
  .header_language {
    font-size: 14px;
  }
  .header_language {
    left: 40px;
  }
}
@media print, screen and (max-width: 1400px) {
  .menu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /*width: auto;
    right: auto;
    left: 250px;*/
    max-width: none;
  }
  .menu_link {
    /*margin: 0 5px;*/
    padding: 0 20px;
  }
  .header_inner.show {
      width: 240px;
  }
  .header_language {
    left: 40px;
  }

}

@media print, screen and (max-width: 1200px) {
  .menu_link {
    /*margin: 0 5px;*/
    padding: 0 15px;
  }
}

@media print, screen and (max-width: 1023px) {
  .j_language {
    display: none;
  }
  .header_inner {
    height: 68px;
  }
  .header_logo {
    /*margin: 10px;*/
  }
  .header_logo_text {
    font-size: 16px;
  }
  .header_logo_img {
    /*width: auto;
    height: 50px;*/
  }
  .header_language {
    z-index: 2103;
    margin-left: -50px;
  }
  .immediate_use {
    z-index: 2103;
    line-height: 68px;
    margin-right: 70px;
    font-size: 18px;
  }

  .h_btn {
    z-index: 2102;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
  }
  .h_btn_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px;
  }
  .h_btn_border {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #28b23c;
    border-radius: 3px;
    width: 100%;
    height: 4px;
  }
  .h_btn_border_1 {
    margin-top: -12px;
    -webkit-transition: top .1s ease-in-out, .5s ease 0s;
    transition: top .1s ease-in-out, .5s ease 0s;
  }
  .h_btn_border_2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .h_btn_border_3 {
    margin-top: 12px;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
  }
  .open .h_btn_border_1 {
    top: 50%;
    margin-top: 0 !important;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .open .h_btn_border_2 {
    top: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
  }
  .open .h_btn_border_3 {
    top: 50%;
    margin-top: 0 !important;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  .menu {
    display: none;
    z-index: 1999;
    position: fixed;
    top: 0;
    left: auto !important;
    right: 0;
    width: 348px;
    min-width: 348px;
    min-height: 100%;
    background-color: #fff;
    padding: 70px 0 0;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition-duration: .44s;
            transition-duration: .44s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .menu.show {
    display: none;
    background: #2e2e2e none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .menu.open {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    display: block;
  }
  .menu_scroll {
    display: table;
    width: 100%;
    height: 101%;
  }
  .menu_inner {
    line-height: 1.8;
    display: table-cell;
    vertical-align: middle;
  }
  .menu_inner li {
    /* float: none; */
    display: block;
    /* text-align: center; */
    padding: 20px;
  }
  .menu_box {
    position: fixed;
    top: 10%;
    width: 50%;
    height: 100%;
    left: 50%;
  }
  .menu_proudect {
    line-height: 40px;
    background: rgba(46, 46, 46, 0.5);
    padding-left: 0;

  }
  .menu_proudect a {
      display: block;
      padding: 0 0px;
      font-size: 14px;
      color: #868686;
  }
  .m_language {
    display: block;
    padding: 10px 30px;
    background-color: #FBFBFB;
  }
  .m_language_link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 50px;
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #666666;
    background-position: 15px center;
    background-size: auto 30px;
    background-repeat: no-repeat;
  }
  .m_language_link.us {
    border-right: 1px solid #F2F2F2;
    background-image: url(../images/icon_us.png);
  }
  .m_language_link.cn {
    background-image: url(../images/icon_cn.png);
  }
  .menu_link, .menu_link_add {
    -webkit-transition-duration: .44s;
            transition-duration: .44s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    /*padding: 20px 50px;*/
    display: block;
    line-height: 1;
    text-align: left;
    border-right: 0;
  }
  .menu_link:nth-child(1) {
    -webkit-transition-delay: 0.02s;
            transition-delay: 0.02s;
  }
  .menu_link:nth-child(2) {
    -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  .menu_link:nth-child(3) {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }
  .menu_link:nth-child(4) {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .menu_link:nth-child(5) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .menu_link:nth-child(6) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .menu_link:nth-child(7) {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .menu_link:nth-child(8) {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .menu_link:nth-child(9) {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .menu_link:nth-child(10) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .open .menu_link, .open .menu_link_add {
    -webkit-transition-duration: .44s;
            transition-duration: .44s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .menu-tab-add 
  {
    display: block;
    position:absolute;
    top: 0;
    left: 36%;
    width: 80%;
    margin: 20px 0 -20px;
    background: none;
    text-align: left;
      }
   
  .menu_link_add {
    display: inline;
    margin-right: 10px;
  }
  .menu-tab-add 
  {
    display: block;
    position:absolute;
    top: -2px;
    left: 136%;
    width: 80%;
    margin: 20px auto -20px;
    background: none;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
      }
  .menu_link_add {
    display: inline;
    color: #fff;
    line-height: 18px;
    margin-right: 10px;
    font-size: 14px;
  }
  .open .menu-tab-add {
    left: 36%;
    /*transition-delay: 0.5s;*/
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

@media screen and (max-width: 480px) {
  .header {
    position: fixed;
    min-width: 0;
    height: 50px;
    /*background: rgba(255, 255, 255) url(../images/head_01.png) -755px 0 no-repeat;*/
    z-index: 10;
  }
  .header_left {
    z-index: 2017;
  }
  .header_logo {
    margin: 5px;
  }
  .header_inner {
    height: 50px;
  }
  .header_logo img {
    width: auto;
   
  }
  .header_logo_text {
    height: 20px;
    margin-top: 15px;
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
  }
  .menu_box {
    position: relative;
    top: 0%;
    width: 100%;
    height: 100%;
    left: 0%;
  }
  .menu_proudect {
    padding-right: 0%;
  }
  .header_language {
    display: none;
  }
  .immediate_use {
    display: none;
  }
  .h_btn {
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .h_btn_inner {
    width: 30px;
    height: 30px;
  }
  .h_btn_border {
    width: 30px;
    height: 3px;
    border-radius: 1px;
  }
  .h_btn_border_1 {
    margin-top: -10px;
  }
  .h_btn_border_3 {
    margin-top: 10px;
  }
  .menu {
    width: 100%;
    padding: 60px 0 0;
    height: auto;
  }
  .menu_link {
    text-align: left;
  }
  /*.menu-tab-add 
  {
    position:inherit;
    top: 0;
    left: 0;
    margin: 20px auto -20px;
    background: none;
      }*/
  .menu-tab-add 
  {
    display: block;
    position:absolute;
    top: -5px;
    left: 136%;
    width: 80%;
    margin: 20px auto -20px;
    background: none;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
      }
  .menu_link_add {
    display: inline;
    color: #fff;
    line-height: 18px;
    margin-right: 10px;
    font-size: 14px;
  }
  .open .menu-tab-add {
    left: 36%;
    /*transition-delay: 0.5s;*/
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .44s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.footers {
  min-width: 1165px;
 
  background-size: 100%;
}

.footer {
/*  display: none;*/
  padding: 30px 0 20px 0;
  text-align: center;
  /*background-color: #2E2E2E;*/
}
.foot-active {
  display: block;
}
.footer_inner {
  /*width: 68.96%;
  margin: 0 auto;*/
  width: 1165px;
  margin: 0 auto;
}

.footer_box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
  width: 15%;
  /*padding: 0 2%;*/
}

.footer_box_inner {
  padding-right: 20px;
}
.line_br {
  float: left;
  width: 0;
  height: 150px;
  border-left: 1px solid #434343;
}
.footer_box_i {
  width: 38%;
  padding-left:150px;
}

.footer_box_i  .footer-phone {  font-size:23px; line-height:23px; margin-bottom:10px;}
.footer_box_i  .footer-info ,.footer_box_i  .footer-info a{   color:#858585}
.footer_box_i  .footer-info a:hover { color:#bc121f}
.footer_box_i .footer_box_inner {
  border-left: 0;
  padding-left: 0;
  text-align: center;
}

.footbi_wx {
  /*padding-left: 50%;*/
}

.footer_ttl {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #bc121f;
  font-weight:600;
}

.footer_link, .footer_ttl_i {
  -webkit-transition: .24s ease;
  transition: .24s ease;

  display: block;
  font-size: 12px;
  line-height:20px;
  color: #858585        ;
  word-break: break-all;

}

.footer_link:hover, .footer_ttl_i:hover {
  color: #bc121f;
}

.footer_ttl_i {
  margin-top: 10px;/*
  padding-left: 50%;*/
}

.footer_ttl_i:hover {
  color: #aaaaaa;
}

.footer_language {
  display: none;
}

.copy_right {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #6b6b6b;
  /*background-color: #2B2B2B;*/
}
.copy_right p a {
  color: #6b6b6b;
}
.copy_right p a:hover {
  color: #bc121f;
}
.lan-active {
  display: block;
}
@media print, screen and (max-width: 1023px) {
  .footer {
    display: block;
  }
  .footer_box {
    width: 25%;
    padding: 0 5px;
  }
  .footer_box_i {
    width: 20%;
  }
  .footer_ttl {
    font-size: 16px;
  }
  .footer_link, .footer_ttl_i {
    font-size: 12px;
  }
  .footer_box_img {
    max-width: 100%;
  }
  .copy_right {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .footer_inner {
    width: 100%;
    margin: 0 auto;/*
    max-width: 1600px;
    margin: 0 auto;*/
  }
  .footer {
    padding: 8px 0;
  }
  .footer_box {
    padding: 0 14px;
    width: 100%;
    display: block;
  }
  .line_br {
    display: none;
  }
  .footer_box_inner {
    padding: 1em 0;
    border-left: 0;
    border-bottom: 1px solid #434343;
  }
  .footer_ttl {
    color: #eeeeee;
    margin-bottom: 0;
    font-size: 14px;
  }
  .footer_ttl:after {
    content: '+';
    width: 2em;
    float: right;
    color: #fff;
    text-align: center;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
  }
  .footer_ttl.open:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer_box_links {
    margin-top: 1em;
    display: none;
  }
  .footer_link, .footer_ttl_i {
    padding: .6em 0;
    margin-bottom: 0;
    font-size: 12px;
  }
  .footer_link_i {
    padding-left: 25px;
    background-position: 0 center;
    background-size: auto 20px;
    background-repeat: no-repeat;
  }
  .footer_link_i.phone {
    background-image: url(../images/icon_phone.png);
  }
  .footer_link_i.email {
    background-image: url(../images/icon_email.png);
  }
  .footer_box_i .footer_box_inner {
    border-bottom: 0;
  }
  .footer_box_img {
    display: none;
  }
  .footer_language {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 50px;
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #EEEEEE;
    background-position: 15px center;
    background-size: auto 30px;
    background-repeat: no-repeat;
  }
  .footer_language.us {
    background-image: url(../images/icon_us.png);
  }
  .footer_language.cn {
    background-image: url(../images/icon_cn.png);
  }
  .footer_ttl_i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    padding-left: 60px;
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #EEEEEE;
    background-position: 25px center;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_weixin.png);
  }
  .footer_ttl_i:hover {
    color: #EEEEEE;
  }
  .copy_right p {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    width: 130%;
    margin-left: -15%;
  }
}
.content-wrap {
  padding-top: 68px;
  background: #fafafa;
}
.con {
  display:none; 
}
.contab-lan {
  display: block;
}  
@media print, screen and (max-width: 1023px) {
  .content-wrap {
    padding-top: 68px;
  }
}

@media screen and (max-width: 480px) {
  .content-wrap {
    padding-top: 50px;
  }
  /*未适配移动端*/
  #Ch_box {
    min-width: 0;
  }
  .section {
    min-width: 0;
  }
  .header {
    min-width: 0;
  }
  .footers {
    min-width: 0;
  }
}
.header_language {
  display: none;
}


 #cnzz_stat_icon_1260899301 {display: none;} #trans-tooltip, #tip-arrow-bottom, #tip-arrow-top {display: none;}
/*.header_language {
  display: none;
}*/

.desc-more a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #333;
}
.func-show {
    display: inline-block;
    width: 109px;
    height: 32px;
    border: 1px solid #02b7ef;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #02b7ef;
    margin-top:100px;
    margin-right: 20px;
}



.menu-tab-add-mult {
  display: none;
  position: absolute;
  top: 67px;
  left: -450px;
  width: 1020px;
  background: rgba(13, 27, 47, 0.7);
  z-index: 999;
  text-align:left;
  line-height:21px;
  padding-left:30px;
  padding-top:8px;
}

.menu-tab-add-mult a:hover {
  color: #bc121f;
}
.menu_tab_hover:hover .menu-tab-add-mult {
  display: block;
}
.menu-tab-add-mult ul
{
    clear:both;
    }

.menu-tab-add-mult ul li
{
    list-style:square;
    color:White;
    display:list-item;
    float:left;
    margin-right:61px;
    margin-top:10px;
    padding-bottom:15px;
    font-size:18px;
   
    
}   
.menu-tab-add-mult ul li.last
{
     margin-right:0px; 
}  
.menu-tab-add-mult  hr
{
    display: flex;
    width:972px;
    margin-left:-10px;
    color:#ffffff;
     opacity: 0.16;
    filter: alpha(opacity=16);
    }

.menu-tab-add-mult ul li h4 a
{
     font-size:14px;
     margin-left:-3px;
     padding-bottom:5px;
     color:#fff
    }
.menu-tab-add-mult ul li p a
{
    color:#c3c5c6;
    font-size:12px;
    margin-left:-17px;
    
    }    
    
  .menu-tab-add-mult ul li:hover
{
    color: #bc121f;
    }  
      .menu-tab-add-mult ul li.action
{
    color: #bc121f;
    }  
.clearLT115
{
    clear: left; 
    padding-top: 115px;
    }
    
    
    .footerbox
    {
        text-align:center;
        margin:0 auto;
        width:630px;
        display:inline-block;
        }
    .footerleft
    {
         float:left;
          width:270px;
          text-align:right;
          padding-right:30px;
           border-right:1px solid #d69a63 ;
          
        }
         .footerright
    {
         float:left;
          width:300px;
          text-align:left;
          padding-left:30px;
        }
.footerright p,.footerright p a,.footerright span{ color:#d69a63}      
.footerright .footertitle { font-size:16px;}
.footerright img{ float:left; padding-right:15px;}
.footerright .footerpgroup{ margin-top:10px;}
.footerright span.footerphone {

    font-weight: 400;
    color: #fff;
    font-size: 23px;
    display: block;
    margin-top: 15px;

}

.none { display:none;}


/*选项卡*/

.mv-range-tit, .mv-tny-tit {

    text-align: center;
    color: #fff;
}


.tabs {

    /*border-bottom: 1px solid #d2d2d2;*/
    height: 65px;
    padding-top:20px;
    color: #656565;

}
.wid {

    width: 1165px;
    height: 100%;
    margin:0 auto;

}

.tabs ul li {

    line-height: 35px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    transition: .3s;
    float:left;
    position: relative;

    text-align: left;
}
.tabs ul li a {

    color: #656565;
    font-size: 15px;
    display: block;
  
}
.tabs ul li.active {

    color: #db0000;
 

}
.tabs ul li a:hover {
 color:#db0000
}

.tabs ul li.active::after {

    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #db0000;

}
.tabs ul li.active::before {

    content: '';
    left: 50%;
    bottom: 0px;
    margin-left: -5px;
    margin-top: -2.5px;
    position: absolute;
    width: 0;
    height: 0;
 

}
.tabs ul li .companytitle {
position: absolute;
top: 0px;
left: -60px;
margin-top: 45px;
z-index: 1;
text-align:left;
 white-space:nowrap;
background: rgba(13, 27, 47, 0.7);
padding:10px;
color:#fff;

}



/*上下按钮*/


@-webkit-keyframes breathe {
	0% {
	opacity:.5;
 
}
100% {
	opacity:1;
 
}
}

.arrows .down 
{
    		-webkit-animation-name:breathe;
	-webkit-animation-duration:700ms;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
    }

 .arrows a ,.arrows-other a{
	position:absolute;
	
	width:60px;
	height:32px;
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
	outline:none;
	text-indent:-9999px;
	
}
 .arrows .up,
.arrows .down ,  
.arrows-other .up,
.arrows-other .down {
	left:50%;
	margin-left:-16px;

    
}

 .arrows .up ,.arrows-other .up{
	
	background-position:-60px 0px;
	top:20px;
}

  .arrows .down ,.arrows-other .down{
	
	background-position:0px 0px;
	bottom:20px;
	
  }
  
  .title-info{  text-align:center; margin: 0 auto;
    width: 400px;
    padding:0 115px;
    position:relative;  
}

 .title-info .title-t{ width: 170px;} 
  .title-info h2 { font-size:12px}
  .title-info .title-left ,.title-info .title-right 
{
    width:115px;
	height:5px;
	background-image:url(../images/titleico.png);
	background-repeat:no-repeat;
	outline:none;
position: absolute;
top: 30%;

display:inline-block
    
    }

  .title-info .title-left{ background-position:0 0;left: 0;}
  .title-info .title-right{ background-position:-115px 0; right:0;}
  
  /*分页*/
  
  .pagercss{padding: 40px 0;clear: left;}     
.anpager{width: 1204px;margin: 0 auto;text-align: center;}

.anpager .cpb {background: url(/assets/images/news/pageb.png )   no-repeat scroll 0px 0px;color:white;text-decoration:none; cursor:pointer; display:inline-block; width:48px; height:48px; line-height:48px; text-align:center; margin-left:20px;}
.anpager a {background: url(/assets/images/news/pagec.png )   no-repeat scroll -0px 0px;color:black;text-decoration:none; cursor:pointer; display:inline-block; width:48px; height:48px; line-height:48px; text-align:center; margin-left:20px; }
.anpager a:hover{ background-position:0px 0px; color:#bc121f;}



