body{
  font-family:"Microsoft YaHei",微软雅黑,STHeiti;
}

@font-face {
    font-family: "siemens-webicons-webfont";
  src:url("../fonts/siemens-webicons-webfont.woff") format("woff"),
        url("../fonts/siemens-webicons-webfont.ttf") format("truetype"),
        url("../fonts/siemens-webicons-webfont.eot") format("embedded-opentype"),
        url("../fonts/siemens-webicons-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "siemenssans-roman-webfont";
    src: url("../fonts/siemenssans-roman-webfont.woff") format("woff"),
      url("../fonts/siemenssans-roman-webfont.ttf") format("truetype"),
      url("../fonts/siemenssans-roman-webfont.eot") format("embedded-opentype"),
      url("../fonts/siemenssans-roman-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pfbicons";
  src:url("../fonts/pfbicons.woff") format("woff"),
       url("../fonts/pfbicons.ttf") format("truetype"),
       url("../fonts/pfbicons.eot") format("embedded-opentype"),
       url("../fonts/pfbicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gnuolane W00 Book";
  src: url("../fonts/Gnuolane W00 Book.woff") format("woff"),
       url("../fonts/Gnuolane W00 Book.ttf") format("truetype"),
       url("../fonts/Gnuolane W00 Book.eot") format("embedded-opentype"),
       url("../fonts/Gnuolane W00 Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.banner img {
    width: 100%;
}

/**header**/
.head_top_t {
    padding: 20px 0;
}

.logo img {
  width: auto;
  height:100%;
}

.logo a {
    display: block;
    position: relative;
    height: 48px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.logo img {
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}

.logo img.img2 {
    position: absolute;
    height: 100%;
    max-height: 22px;
    top: 0;
    left: 0;
    opacity: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.header.scrollT .logo img.img1 {
    opacity: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.header.scrollT .logo img.img2 {
    opacity:1;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}


.head_top_r li {
    float: left;
    margin-left: 20px;
}

.head_top_r ul:after {content: '';display: table;clear: both;}

.head_top_r {
    text-align: right;
}

.head_top_r ul {
    display: inline-block;
}

.head_top_r li i {
    font-family: 'siemens-webicons-webfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

i.icon-email:before {
    content: "\e61f";
}

i.icon-globe:before {
    content: "\e636";
}
.head_top_r li a {
    line-height: 20px;
    color: #788791;
    text-transform: capitalize;
}

.head_search input {
    width: 100%;
    width: 245px;
    font-size: 12px;
    line-height: 22px;
    height: 30px;
    padding: 0 15px;
    text-transform: capitalize;
    padding-right: 30px;
    border: 1px solid #cdd9e1;
    color: #9bafbe;
}
.head_search input:focus{
  width:300px;
}
.head_search input:focus+a{
  background: #697882;
  color:#fff;
}

.head_search a {
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
    height: 28px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
  color: #788791;
}
.head_search a:hover{
  background: #697882;
  color:#fff;
}
.head_search {
    position: relative;
    float: right;
}

.head_search i {
    line-height: 28px !important;
}

.head_menu li {
    float: left;
    padding-right: 30px;
}

.head_menu li a {
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    padding-bottom: 10px;
    /*font-family: Arial, helvetica, sans-serif;*/
    color:#777;
    color: #788791;
}
.head_menu li a:hover{
  color:#2d373c;
}
.head_menu ul:after {
    content: '';
    clear: both;
    display: table;
}

.head_menu{
  position: relative;
    padding-top: 8px;
}

.head_top {
    border-bottom: 2px solid #dfe6ed;
}

.head_bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ebf0f5;
    /*display: none;*/
}


.head_bottom .head_bottomSec:first-child{
  padding:48px 0 48px
}
.head_bottomSec {
    padding: 70px 0 48px;
    display: none;
}
.head_menu ul {
    display: inline-block;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.menu_lis h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #222;
}

.menu_lis li {
    font-size: 14px;
}

.menu_lis li a {
    padding: 10px;
    padding-right: 30px;
    border-top: 1px solid #cdd9e1;
    color:#3c464b;
    font-size: 13px;
    line-height: 20px;
}
.menu_lis li a:hover{
  color:#E60020;
  text-decoration:underline;
}
.menu_lis li:last-child a{
    border-bottom: 1px solid #cdd9e1;
}

.menu_lis li:hover {
    background-color: #dfe6ed;
}

.menu_lis li a i {
    padding-right: 4px;
    display: none;
    vertical-align: bottom;
}

.menu_lis li a:hover i{
  display: inline-block;
}

.head_under {
    border-top: 4px solid #e60020;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header.scrollT .head_top_b{
    max-height: 0;
    transition: max-height .3s linear;
    -webkit-transition: max-height .3s linear;
    -moz-transition: max-height .3s linear;
    -ms-transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
}

.head_top_b{
  max-height: 65px;
    transition: max-height .3s linear;
    -webkit-transition: max-height .3s linear;
    -moz-transition: max-height .3s linear;
    -ms-transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
    overflow: hidden;
}
.header.scrollT .head_top_t{
    padding: 20px 0 15px;
}
.header.scrollT .logo a {
    display: block;
    height: 22px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.head_top_r li {
    position: relative;
}

.headerHide {
    position: absolute;
    z-index: 3;
    top: 100%;
    min-width: 100%;
    padding: 10px 0 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility:hidden;
    opacity:0;

}
.head_top_r li:hover .headerHide {
    visibility:visible;
    opacity:1;
}

.headerHideIn {
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 0 0 2px #9b9b9b;
    border: solid 1px #d0d0d0;
}

.headerHideIn p {
    margin: 0;
}

.headerHideIn p a {
    display: block;
    color: #788791;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 10px;
    min-width: 100px;
    white-space: nowrap;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.headerHideIn p a:hover{
    background:#f2f2f2;
}
.headerHideIn:before {content: "";display: inline-block;left: 10px;border: solid;border-color: #d0d0d0 transparent;border-width: 0 10px 10px 10px;position: absolute;bottom: 100%;}

.headerHideIn:after {
    content: "";
    display: inline-block;
    left: 10px;
    border: solid;
    border-color: #fff transparent;
    border-width: 0 10px 10px 10px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -2px;
}
.fixRight {
    width: 120px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -120px;
    z-index: 99;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.fixRight ul li {
    margin: 2px 0 0;
}

.fixRight li a {
    display: block;
    background: #9a9a9a;
    box-shadow: 0 0 1px #9a9a9a;
    text-align: center;
    border-radius: 4px;
}
.fixRight li a:hover{ background:#E60020;}

.fixRightShow {
    padding: 6px 5px 3px;
    color: #fff;
}

.fixRightShow i.fa {
    font-size: 23px;
    width: 24px;
    height: 24px;
}

.fixRightShow p {
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 22px;
}

.fixRight.active {
    visibility: visible;
    opacity: 1;
}
.fixRight.active:hover{
   opacity: 1;
}






.wrapper {
    margin-top: 128px;
}

/**banner**/
.banner {
    position: relative;
}
.ban_img {
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.ban_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.banImg {
    width: 100%;
}

.banTxt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ban_img .container{
  height: 100%;
  position: relative;
}

.ban_wz {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    width: 41.67%;
  /*  background: linear-gradient(to right,#fd8200,#E4312C 50%,#e91f3b 100%);*/
    padding: 15px;
    color:#fff;
}

.ban_wz h3 {
    font-size: 46px;
    margin: 0;
    line-height: 52px;
  font-family: "siemenssans-roman-webfont";
  margin-bottom: 20px;
}
.ban_wz h3 a{
  color: #fff;
}

.ban_wz h3 a:hover{
  text-decoration: underline;
}

.ban_wz h3 i {
    font-family: 'siemens-webicons-webfont' !important; display:none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
i.icon-arrow-right-small:before {
    content: "\e60b";
}

.ban_wz p {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 2px;
}

.ban_bott {
    width: 100%;
}

/*.ban_cot:before{
  content:'';
    background: rgba(235, 240, 245, 0.9);
    width: 100%;
    left:100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ban_cot:after{
  content:'';
    background: rgba(235, 240, 245, 0.9);
    width: 100%;
    right:100%;
    height: 100%;
    position: absolute;
    top: 0;
}*/

.ban_cot li {
    width: 25%;
    float: left;
}

.ban_cot ul:after {
    content: '';
    display: table;
    clear: both;
}

.ban_cot{
  position:relative;
      margin: 0 -40px -15px;
    padding: 40px 40px 0;
    background: #fff;
    border-radius: 4px;
}

.ban_cot li a {
    padding: 15px 2%;
    line-height: 24px;
    color: #2d373c;
    font-size: 14px;
    letter-spacing: -0.5px;
    border-right: 2px solid #fff;
    background: #e5e5e5;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -moz-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -ms-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -o-transition: all cubic-bezier(.18,1,.21,1) .6s;
    transition: all cubic-bezier(.18,1,.21,1) .6s;
}
.ban_cot li:first-child a{
    border-left: 2px solid #fff;
}

a.arrow-left_ban , a.arrow-right_ban {
    width: auto;
    height: auto;
    font-size: 50px;
    margin-top: -25px;
}

.ban_cot li.active a{
  background: #e60020;
  color: #fff;
}


/* loading */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
}
.loading_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 83px;
  overflow: hidden;
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transition:width 0.6s cubic-bezier(.77,0,.18,1), opacity 0.6s cubic-bezier(.77,0,.18,1),  transform 1.8s cubic-bezier(.77,0,.18,1);
  -webkit-transition: width 0.6s cubic-bezier(.77,0,.18,1), opacity 0.6s cubic-bezier(.77,0,.18,1), -webkit-transform 1.8s cubic-bezier(.77,0,.18,1);
  -moz-transition: width 0.6s cubic-bezier(.77,0,.18,1), opacity 0.6s cubic-bezier(.77,0,.18,1), -moz-transform 1.8s cubic-bezier(.77,0,.18,1);
  -ms-transition: width 0.6s cubic-bezier(.77,0,.18,1), opacity 0.6s cubic-bezier(.77,0,.18,1), -ms-transform 1.8s cubic-bezier(.77,0,.18,1);
  -o-transition: width 0.6s cubic-bezier(.77,0,.18,1), opacity 0.6s cubic-bezier(.77,0,.18,1), -o-transform 1.8s cubic-bezier(.77,0,.18,1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  opacity: 1;
}
.loading_inner img {
  position: relative;
  width: 240px;
  transition: 0.9s cubic-bezier(.77,0,.18,1) 0.6s;
  -webkit-transition:  0.9s cubic-bezier(.77,0,.18,1) 0.6s;
  -moz-transition:  0.9s cubic-bezier(.77,0,.18,1) 0.6s;
  -ms-transition:  0.9s cubic-bezier(.77,0,.18,1) 0.6s;
  -o-transition:  0.9s cubic-bezier(.77,0,.18,1) 0.6s;
}

.loading_inner.fd img{
    -webkit-transform:scale(1.5) translateZ(0);
    -moz-transform:scale(1.5) translateZ(0);
    -ms-transform:scale(1.5) translateZ(0);
    -o-transform:scale(1.5) translateZ(0);
    transform:scale(1.5) translateZ(0);
}

.loading_inner.vis{
    overflow: visible;
}

.loading_inner .loading_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 240px;
  height: 83px;
  background: #e60020;
  transition: all 0.6s cubic-bezier(.77,0,.18,1);
  -webkit-transition: all 0.6s cubic-bezier(.77,0,.18,1);
  -moz-transition: all 0.6s cubic-bezier(.77,0,.18,1);
  -ms-transition: all 0.6s cubic-bezier(.77,0,.18,1);
  -o-transition: all 0.6s cubic-bezier(.77,0,.18,1);
}
.loading_inner.h {
  width: 240px;
}
.loading_inner.rotateZ {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}
.loading_inner.move .loading_mask {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.loading_inner.opacity0 {
  opacity: 0;
}
.loading_block {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.loading_block > div {
  height: 100%;
  width: 100%;
  background: #171717;
  border-left: 1px solid #2f2f2f;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.loading_block > div:nth-child(6) {
  border-left: none;
}
.loading_block > div:nth-child(1),
.loading_block > div:nth-child(5) {
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
}
.loading_block > div:nth-child(3),
.loading_block > div:nth-child(6) {
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
}
.loading_block > div:nth-child(4) {
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
}
.loading_block.translateY > div {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
/* loading */



.ind_box1 {
    padding: 60px 0;
}

.ind_box1 > .container > .row{
  overflow: hidden;
}

.ind_box1 .ind1_lis li{
  position: relative;
  right: 1000px;
}
.ind_box1.active .ind1_lis li{
  right: 0;
}
.ind_box1.active .ind1_lis li:nth-child(odd){
  -webkit-transition: all 1s ease-in-out .3s;
  -moz-transition: all 1s ease-in-out .3s;
  -ms-transition: all 1s ease-in-out .3s;
  -o-transition: all 1s ease-in-out .3s;
  transition: all 1s ease-in-out .3s;
}
.ind_box1.active .ind1_lis li:nth-child(even){
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.ind1_li{
  position: relative;
  left: 500px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.ind_box1.active .ind1_li{
  left: 0;
  padding-left: 60px;
}

.ind1_lis li i {
    font-family: 'siemens-webicons-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px; color:#aaa;
}

.ind1_lis li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.ind1_lis li a{
  color:#666;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -moz-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -ms-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -o-transition: all cubic-bezier(.18,1,.21,1) .6s;
    transition: all cubic-bezier(.18,1,.21,1) .6s;
}

.ind1_lis li a:hover{
  color:#e60020;
}

.ind1_lis li a:hover span{
  text-decoration: underline;
}

.ind1_li h5 {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #788791;
  text-transform: capitalize;
    margin-bottom: 15px;
    position: absolute;
    top: 6px;
    left: 0;
}

.ind1_li label {
    width: 100%;
    display: block;
    font-weight: normal;
    position: relative;
}

.ind1_li label input {
    width: 100%;
    line-height: 36px;
    height: 38px;
    padding: 0 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-right: 40px;
}

.ind1_li label a {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    padding: 10px;
    background: transparent;
}

.ind1_li label a:hover{
  background:#e60020;
  color:#fff;
}

i.ico-search{
    font-family: 'siemens-webicons-webfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ind1_li label i{
    font-size: 18px;
    line-height: 18px;
}

i.ico-search:before {
    content: "\e657";
}


.footmark ul {
  font-size: 0;
}
.footmark ul li {
  display: inline-block;
  min-width: 25%;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 10px;
}
.footmark ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 5px;
  cursor: pointer;
}
.footmark ul li a:hover {
  color: #e60020;
}


.ind3_con {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.ind3_swiper2 {
  width: 100%;
  margin: 0 auto;
}
.ind3_swiper2Img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ind3_swiper2 .swiper-slide > a > div {
  padding: 0 5px;
}

.index_new_bg{
  background: #f9f9f9;
  padding: 10px;
}

.ind3_list {
  padding: 15px 5px 5px 5px;
  background-color: #f9f9f9;
}
.ind3_list h4 {
  font-size: 12px;
    margin: 0 0 10px;
    color: #999;
}
.ind3_list h3 {
  font-size: 16px;
    margin: 0 0 15px;
    height: 17px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ind3_list p {
  font-size: 14px;
    margin: 0 0 10px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 40px;
}
.ind3_swiper_L,.ind3_swiper_R {
  position: absolute;
  content: '';
  top: 50%;
  width: 30px;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.ind3_swiper_L {
  left: -35px;
}
.ind3_swiper_R {
  right: -35px;
}


.search_gjc li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
  font-family: "siemenssans-roman-webfont";
}

.search_gjc li a:hover{
  background:#e60020;
  color: #fff;
}

.search_gjc li {
  display: inline-block;
  text-align: center;
    float: left;
}


.search_gjc ul {
    margin: 15px 0 25px -15px;
}
.search_gjc ul:after{
  content:'';
  display: table;
  clear: both;
}






.ind_box2 {
    background: #f2f2f2;
    padding: 80px 0 0;
}

.ind2_tit h3 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #2d373c;
  font-family: "siemenssans-roman-webfont";
  font-weight: 600;
    text-transform: capitalize;
}

.ind2_tit h3 a {
    float: right;
    color: #e60020;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
  font-family: "siemenssans-roman-webfont";
  font-weight: normal;
    letter-spacing: 0;
    padding-top: 22px;
}
.icon-arrow-right-small{
    font-family: 'siemens-webicons-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

.ind2_tit {
    margin-bottom: 20px;
}

.ind2_img img {
    width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.ind2_img{
  overflow: hidden;
}

.ind2_lis:hover .ind2_img 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);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.ind2_wz {
    padding: 20px 0 0;
}

.ind2_wz h3 {
    margin: 0;
    font-size: 18px;
    font-weight:600;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ind2_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height:48px;
}

i.ind2_jt {
    font-family: "pfbicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
}

i.ind2_jt:before {
    content: '\e642';
}

.ind2_more {
    color: #999;
    text-transform: capitalize;
}


.ind_box3 .container{
  /* overflow: hidden; */
}
.ind_box3 .ind3_tit{
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ind_box3 .ind3_cot{
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.ind_box3.active .ind3_tit{
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.ind_box3.active .ind3_cot{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.ind_box3 {
    background: #f2f2f2;
    padding: 80px 0;
}

.ind3_tit h3 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
    color: #2d373c;
    text-align: center;
}

.ind3_tit_new h3 {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
}

.ind3_tit {
    margin-bottom: 20px;
  position:relative
}

i.arr_r {
    font-family: "pfbicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 6px;
    display:inline-block;
}

i.arr_r:before {content: '\e642';}

.ind3_btn a {
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.ind3_btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ind3_cot {
    padding: 30px 80px 20px;
    background: url(../images/ind3_bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
a.ind3_jtl , a.ind3_jtr {
    width: auto;
    height: auto;
/*    color: #666;*/
    z-index: 2;
    font-size: 40px;
    margin-top: -20px;
}


.ind3_lis {
    padding: 40px 60px;

    margin: 0 25px;
}










.ind3_lis h4 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.ind3_lis h3{
  margin: 0;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 34px;
    margin-bottom: 20px;

  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind3_lis p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.ind3_page{
  position: relative;
  bottom: 0;
  margin-top:20px;
}
.ind3_page .swiper-active-switch{
  background: #e60020;
}

.ind3_page span{
    width: 14px;
    height: 14px;
}

.ind3_swiper{
  width: 300%;
  margin:0 -100%;
}


.ind3_swiper .swiper-slide .ind3_lis{     background: rgb(230, 0, 32);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;


}
.ind3_swiper .swiper-slide-active .ind3_lis{
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
background: #fff;
    background: rgba(255, 255, 255, 0.95);
  }





.ind_box4 .ind3_tit,
.ind_box4 .ind4_wz{
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ind_box4 .ind4_cot{
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.ind_box4.active .ind3_tit,
.ind_box4.active .ind4_wz{
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.ind_box4.active .ind4_cot{
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.ind4_wz {
    margin: 0 auto;
    margin-bottom: 0px;
}

.ind4_wz p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    margin:0;
}
.ind_box4 {
    padding: 80px 0 0;
}
.ind4_cot svg>g.active *{
    fill: #e60020;
}

.ind4_cot svg>g text {
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.ind4_cot svg>g.active text{
  opacity: 1;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}


.ind2_all:after {content: "";display: table;clear: both;}

.ind_box2 .ind2_all{
  overflow: hidden;
}
.ind2_all .ind2_clis:first-child{
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ind2_all .ind2_clis:nth-child(2){
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ind2_all .ind2_clis:last-child{
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ind_box2.active .ind2_all .ind2_clis:first-child{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.ind_box2.active .ind2_all .ind2_clis:nth-child(2){
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.ind_box2.active .ind2_all .ind2_clis:last-child{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.ind2_clis {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    -webkit-transition: all 1s ease-in-out .3s;
    -moz-transition: all 1s ease-in-out .3s;
    -ms-transition: all 1s ease-in-out .3s;
    -o-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
}
.ind2_cImg {
    overflow: hidden;
}
.ind2_cImg img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.ind2_clis a:hover .ind2_cImg 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);
}

.ind2_all {
    margin: 0 -5px;
}

.ind2_clis a {
    display: block;
    width: 100%;
    position: relative;
}

.ind2_cTxt {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ind2_cImg:after {content: "";display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0.2;background: #000;}

.ind2_cTxt h2 {
    margin: 25px 25px;
    font-size: 24px;
    line-height: 1.1;
    position: relative;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -moz-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -ms-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -o-transition: all cubic-bezier(.18,1,.21,1) .6s;
    transition: all cubic-bezier(.18,1,.21,1) .6s;
}

.ind2_clis:hover .ind2_cTxt h2{
  -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
}

.ind2_cTxt h2 span {
    color: #fff;
    display: inline-block;
    padding: 14px 0;
    padding-right: 20px;
    letter-spacing: 2px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    vertical-align: middle;
}

/*.ind2_clis:hover .ind2_cTxt h2 span{  color:#E60020;
 border-top: solid 1px #E60020;
    border-bottom: solid 1px #E60020;}

.ind2_clis:hover .ind2_cTxt h2 i{ color:#E60020;}
.ind2_clis:hover .ind2_cTxt p{ color:#E60020;}*/


.ind2_cTxt h2 i.fa {
    vertical-align: middle;
    margin-left: -10px;
    color: #fff;
}

.ind2_cTxt p {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    padding: 0 25px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -moz-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -ms-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -o-transition: all cubic-bezier(.18,1,.21,1) .6s;
    transition: all cubic-bezier(.18,1,.21,1) .6s;
}

.ind2_clis:hover .ind2_cTxt p{
  -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
}

.ind2_cTxt p i.fa {
    font-size: 19px;
    vertical-align: middle;
    margin-left: 10px;
}

.ind2_cTxt i.fa {
    position: relative;
    left: 0;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -moz-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -ms-transition: all cubic-bezier(.18,1,.21,1) .6s;
  -o-transition: all cubic-bezier(.18,1,.21,1) .6s;
    transition: all cubic-bezier(.18,1,.21,1) .6s;
}

.ind2_clis a:hover .ind2_cTxt i.fa {
    left: 10px;
}










.ban_cot{
  overflow: hidden;
}
.ban_bott .ban_cot ul li{
  position: relative;
  right: 1280px;
}
.ban_bott .ban_cot ul li:nth-child(6){
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.ban_bott .ban_cot ul li:nth-child(5){
  -webkit-transition: all 1s ease-in-out .1s;
  -moz-transition: all 1s ease-in-out .1s;
  -ms-transition: all 1s ease-in-out .1s;
  -o-transition: all 1s ease-in-out .1s;
  transition: all 1s ease-in-out .1s;
}
.ban_bott .ban_cot ul li:nth-child(4){
  -webkit-transition: all 1s ease-in-out .2s;
  -moz-transition: all 1s ease-in-out .2s;
  -ms-transition: all 1s ease-in-out .2s;
  -o-transition: all 1s ease-in-out .2s;
  transition: all 1s ease-in-out .2s;
}
.ban_bott .ban_cot ul li:nth-child(3){
  -webkit-transition: all 1s ease-in-out .3s;
  -moz-transition: all 1s ease-in-out .3s;
  -ms-transition: all 1s ease-in-out .3s;
  -o-transition: all 1s ease-in-out .3s;
  transition: all 1s ease-in-out .3s;
}
.ban_bott .ban_cot ul li:nth-child(2){
  -webkit-transition: all 1s ease-in-out .4s;
  -moz-transition: all 1s ease-in-out .4s;
  -ms-transition: all 1s ease-in-out .4s;
  -o-transition: all 1s ease-in-out .4s;
  transition: all 1s ease-in-out .4s;
}
.ban_bott .ban_cot ul li:nth-child(1){
  -webkit-transition: all 1s ease-in-out .5s;
  -moz-transition: all 1s ease-in-out .5s;
  -ms-transition: all 1s ease-in-out .5s;
  -o-transition: all 1s ease-in-out .5s;
  transition: all 1s ease-in-out .5s;
}
.ban_bott.active .ban_cot ul li{
  right: 0;
}




.ban_cot ul {
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;           /* TWEENER - IE 10 */
    display: -webkit-flex;          /* NEW - Chrome */
    display: flex;
}

.ban_cot ul li {
    flex: 1;
}
.ind1_sec {
    display: none;
}

.ind1_sec.active {
    display: block;
}
button.btn-audio {
    height: 13px;
    opacity: 1;
    pointer-events: all;
    position: relative;
    transition: opacity .5s linear;
    width: 14px;
    z-index: 59;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
}
.btn-audio span {
    left: 0;
    -webkit-animation: equalizerOff .8s 0s 1 normal cubic-bezier(.215,.61,.355,1) forwards;
    animation: equalizerOff .8s 0s 1 normal cubic-bezier(.215,.61,.355,1) forwards;
    background-color: #c8c8c8;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    display: block;
}

.btn-audio span:nth-child(1) {
    left: 0;
}
.btn-audio span:nth-child(2) {
    left: 3px;
}
.btn-audio span:nth-child(3) {
    left: 6px;
}
.btn-audio span:nth-child(4) {
    left: 9px;
}
.btn-audio span:nth-child(5) {
    left: 12px;
}

button.btn-audio.active span:nth-child(1){
    -webkit-animation:equalizer .8s linear 0s infinite;
    animation:equalizer .8s linear 0s infinite
}
button.btn-audio.active span:nth-child(2){
    -webkit-animation:equalizer .8s linear .6s infinite;
    animation:equalizer .8s linear .6s infinite
}
button.btn-audio.active span:nth-child(3){
    -webkit-animation:equalizer .8s linear .2s infinite;
    animation:equalizer .8s linear .2s infinite
}
button.btn-audio.active span:nth-child(4){
    -webkit-animation:equalizer .8s linear .4s infinite;
    animation:equalizer .8s linear .4s infinite
}
button.btn-audio.active span:nth-child(5){
    -webkit-animation:equalizer .8s linear 1s infinite;
    animation:equalizer .8s linear 1s infinite
}

@-webkit-keyframes equalizerOff{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(80%);transform:translateY(80%)}}@keyframes equalizerOff{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(80%);transform:translateY(80%)}}
@-webkit-keyframes equalizer{0%,100%{-webkit-transform:translateY(10%);transform:translateY(10%)}20%{-webkit-transform:translateY(60%);transform:translateY(60%)}40%{-webkit-transform:translateY(30%);transform:translateY(30%)}60%{-webkit-transform:translateY(40%);transform:translateY(40%)}80%{-webkit-transform:translateY(90%);transform:translateY(90%)}}@keyframes equalizer{0%,100%{-webkit-transform:translateY(10%);transform:translateY(10%)}20%{-webkit-transform:translateY(60%);transform:translateY(60%)}40%{-webkit-transform:translateY(30%);transform:translateY(30%)}60%{-webkit-transform:translateY(40%);transform:translateY(40%)}80%{-webkit-transform:translateY(90%);transform:translateY(90%)}}



span.menu_audio_txt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

span.menu_audio_txt img {
    width: 10px;
}

.menu_audio {
    padding-top: 2px;
}
.menu_audioBox{
    margin-top: 13px;
    text-align: right;
}
.foot_menu .menu_audio {
    display: inline-block;
    cursor: pointer;
}

.foot_menu .foot_contact li:first-child a {
    font-size: 14px;
    opacity: 0.6;
    line-height: 20px;
    font-weight: normal;
}
.foot_menu .foot_contact li:first-child a:hover {
    opacity: 1;
}

















/**footer**/
.footer {
    background: #404040;
    padding: 100px 0 10px;
}

.foot_zmt:after {content: '';display: table;clear: both;}

.foot_logo img {
    height: 60px;
}

.foot_contact {
    text-align: right;
    margin-top: 0px;
}

.foot_contact li {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    margin:0 1px;
}

.foot_contact li>a {
    color: #404040 !important;
    line-height: 30px;
    display: block;
    text-align: center;
    height: 30px;
}
.foot_contact span{  text-align:right; margin-right:0;}
.foot_contact span img{ text-align:right; width:60%; margin-top:20px}
.foot_contact li a i {

    line-height: 30px;
}

.foot_menu:after {
    content: '';
    display: table;
    clear: both;
}

.foot_zmt {
    margin-bottom: 20px; display:none;}

.foot_menu li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
    line-height: 20px;
}

.foot_menu li:first-child a {
    font-size: 16px;
    opacity: 1;
    line-height: 28px;
    font-weight: bold;
}

.foot_menu .col-sm-2:nth-child(2) li:first-child a{
  cursor:default;
}

.foot_menu li:first-child

.foot_menu li a:hover{
  opacity: 1;
}

.foot_menu li {
    margin-bottom: 6px;
}

.foot_menu {
    margin-bottom: 26px;
}

.foot_addr p {
    font-size: 12px;
    line-height: 20px;

    color: #fff;
    opacity: 0.8;
}

.foot_bott:after {
    content: '';
    display: table;
    clear: both;
}

.foot_bott_r{
  text-align: right;
}

.copy {
    color: #fff;
    opacity: 0.7;
    font-family: Arial, helvetica, sans-serif;
}

.copy span{
  font-family:"Microsoft YaHei",微软雅黑,STHeiti;
}

.foot_website:after {
    content: '';
    display: table;
    clear: both;
}

.foot_website li {
    float: left;
    padding: 0 10px;
}

.foot_website ul {
    display: inline-block;
    text-align: center;
}

.foot_website {
    text-align: center;
    margin-top:30px; display:none;
}

.foot_website li a {
    color: #fff;
    opacity: 0.9;
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.foot_website li a:hover{
  opacity: 1;
}








/**about**/
.about {
    /* margin-top: -74px; */
    position: relative;
}

.ab1_cot {
    position: relative;
    margin: 0 -40px 0;
    padding: 80px 40px 0;
    background: #fff;
    border-radius: 4px;
}

.ab1_tit h3 {
    margin: 0;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
    color: #e60020;
  font-family:Arial, Helvetica, sans-serif;
}

.ab1_tit {
    margin-bottom: 30px;
}

.ab1_wz h5 {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
}

.ab1_wz p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin: 0;
}


.about_box2 {
    padding: 80px 0;
}

.ab2_tit h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
    color: #2d373c;
    text-align: center;
}

.ab2_tit {
    margin-bottom: 40px;
}

.ab2_cot svg {
    width: 100%;
}




.ab3_left {
    float: left;
    width: 50%;
  position:absolute;
  top:0;
  left:0;
  height:100%;
}

.about3_right {
    float: right;
    width: 50%;
}

.about3_right li {
    width: 33.33%;
    float: left;
    padding: 0 8px;
    margin-bottom: 10px;
}

.about3_right ul:after {content: '';display: table;clear:  both;}

.about3_right ul {
    margin: 0 -8px;
}

.ab3_lis img {
    width: 100%;
    margin-bottom: 10px;
}

.ab3_lis p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ab3_cot:after {content: '';display: table;clear: both;}

.ab3_cot {
    padding: 50px 0 40px;
  position:relative
}

.about_box3 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab3_jb {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ab3_jb img {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.ab3_jb h3 {
    padding-left: 70px;
    max-width: 260px;
    margin: 0;
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}



.about_box4 {
    padding: 80px 0;
    background: #fff;
}

.ab4_tit h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
    color: #2d373c;
    text-align: center;
    margin-bottom: 10px;
}

.ab4_tit p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.ab4_tit {
    text-align: center;
    margin-bottom: 60px;
}

.ab4_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.ab4_right {
    float: right;
    width: 50%;
    padding: 60px 50px;
}

.ab4_lis a:after {content: '';display: table;clear: both;}

.ab4_lis a {
    display: block;
    position: relative;
}

.ab4_wz h3 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ab4_wz p {
    font-size: 14px;
    line-height: 24px;
}


.ab4_img {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab4_lis:nth-child(even) .ab4_left{
    left: 50%;
}

.ab4_lis:nth-child(even) .ab4_right {
    float: left;
  text-align:right
}




.about_box5 {
    padding: 80px 0;
}

.ab5_left {
    width: 30%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 40px;
}

.ab5_right {
    float: right;
    width: 70%;
    position: relative;
    box-shadow: 5px 5px 15px #ccc;
}

.ab5R_left {
    width: 42.5%;
    float: left;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    height: 100%;
}

.ab5R_right {
    float: right;
    width: 57.5%;
    padding: 50px 40px;
}

.ab5_tit h3 {
    margin: 0;
    font-size: 34px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}

.ab5_cot {
    position: relative;
}

.ab5_wz {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #e50020;
    padding-right: 30px;
}

.ab5_cot:after {content: '';display: table;clear: both;}

.ab5_tit {
    margin-bottom: 10px;
}

.ab5_txt p {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}

.ab5_right:after {content: '';display: table;clear: both;}

.ab5R_lis label {
    display: block;
    width: 100%;
    font-weight: normal;
    margin-bottom: 20px;
}

.ab5R_lis h5 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 8px;
    color: #333;
    font-weight: bold;
}

.ab5R_lis input {
    width: 100%;
    line-height: 38px;
    height: 40px;
    padding: 0 5px;
    color: #888;
    font-size: 14px;
}

.ab5R_lis input::-webkit-input-placeholder {
  color: #888;
}
.ab5R_lis input:-moz-placeholder {
  color: #888;
}
.ab5R_lis input::-moz-placeholder {
  color: #888;
}
.ab5R_lis input:-ms-input-placeholder {
  color: #888;
}

.ab5R_lis textarea::-webkit-input-placeholder {
  color: #888;
}
.ab5R_lis textarea:-moz-placeholder {
  color: #888;
}
.ab5R_lis textarea::-moz-placeholder {
  color: #888;
}
.ab5R_lis textarea:-ms-input-placeholder {
  color: #888;
}

.ab5R_lis textarea {
    width: 100%;
    height: 70px;
    padding: 0 5px;
    line-height: 20px;
    color: #888;
  font-size:14px;
}

.ab5R_lis button {
    width: 130px;
    background: #e50020;
    border: 0;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
  outline:0;
  font-family:Arial, Helvetica, sans-serif;
}

.ab5R_lis:last-child label {
    margin: 0;
}

.ab5R_txt {
    padding: 0 40px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ab5R_txt h3 {
    margin: 0;
    line-height: 34px;
    margin-bottom: 14px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}

.ab5R_txt p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.ab5R_txt p span {
    color: #333;
    font-weight: bold;
}




/**welfare**/
.welfare_box {
    padding: 80px 0 50px;
}

.bar_menu li {
    float: left;
    margin-right: 4px;
    font-size: 15px;
  color:#788791;
}

.bar_menu ul:after {content: '';display: table;clear: both;}

.bar_menu li a {
    padding: 0 8px;
    display: inline-block;
    color: #788791
}

.bar_menu li a:hover{
  color:#e60020
}

.bar_menu i {
    font-size: 20px;
}

.bar_menu .fa-home {
    color: #788791;
}

.welfare_img img {
    width: 100%;
}

.welfare_tit h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
    color: #2d373c;
    text-align: center;
}

.bar_menu {
    margin-bottom: 30px;
}

.welfare_tit {
    margin-bottom: 40px;
}

.welfare_lis h5 {
    margin: 0;
    font-size: 15px;
    line-height: 26px;




    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.welfare_img {
    margin-bottom: 6px;
}

.welfare_lis {
    margin-bottom: 30px;
}




/**news**/
.news_pic img {
    width: 100%;

}

.news_text {
    background: #fff;
    padding: 20px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.news_wz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 100%);
}

.news_li {
    position: relative;
    margin-bottom: 30px;
  overflow:hidden
}

.news_lis{
  margin-bottom:30px;
  position:relative;
  overflow:hidden
}

.news_txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  color:#fff;
  padding:40px;
    padding-bottom: 60px;
}

.news_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.news_txt h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.news_txt p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
}

.news_more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
}

.news_more span {
    opacity: 1;
    display: inline-block;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    right: 40px;
    transform: translateX(100%);
    text-transform: uppercase;
  padding:0 5px 0 15px;
  opacity:0;
  color:#fff;
  transition:opacity 0.5s ease,background 0.5s ease,transform 0.8s ease;
  -webkit-transition:opacity 0.5s ease,background 0.5s ease,transform 0.8s ease;
  -moz-transition:opacity 0.5s ease,background 0.5s ease,transform 0.8s ease;
  -ms-transition:opacity 0.5s ease,background 0.5s ease,transform 0.8s ease;
  -o-transition:opacity 0.5s ease,background 0.5s ease,transform 0.8s ease;
}

.news_more i {
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
  color:#888;
    line-height: 38px;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.news_lis:hover .news_more span,.news_li:hover .news_more span{
  opacity:1;
  background:#e60020;
    transform: translateX(0);
  color:#fff;
}

.news_lis:hover .news_more i,.news_li:hover .news_more i{
  border-color:#e60020;
  background:#e60020;
  color:#fff;
}

.news_text h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 84px;
    color: #333;
}

.news_text h5 {
    margin: 0;
    color: #888;
    line-height: 24px;
    margin-bottom: 4px;
  font-family:Arial, Helvetica, sans-serif;
}
.news_li .news_more i{
  color:#eee;
}



/**newsdot**/
.newsd_top {
    padding: 35px 0;
    background: #788791;
    color: #fff;
}

.newsd_top .bar_menu a {
    color: #fff;
}

.newsd_top .bar_menu li {
    color: #ccc;
}

.newsd_tit h3 {
    margin: 0;
    font-size: 26px;
    line-height: 40px;
    width: 60%;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.newsd_tit h3:before {content: '';width: 110px;height: 6px;background: #fff;display: block;margin-bottom: 20px;}


.newsd1_left {
    width: 70%;
    float: left;
}

.newsd1_right {
    width: 30%;
    float: right;
    padding: 40px;
}

.newsd1_top {
    background: #f6f6f6;
    padding: 30px;

    position: relative;
  padding-left:0;
}

.newsd1_top:before {content: '';width: 100%;position: absolute;top: 0;right: 100%;background: #f6f6f6;height: 100%;}

.newsd1_top span {
    padding: 0 20px;
    font-size: 16px;
    text-transform: capitalize;
    background: #e0e0e0;
    line-height: 40px;
    display: inline-block;
    font-weight: bold;
}

.newsd1_wz {
    padding: 40px;
    padding-left: 0;
}



.newsd1_wz h5 {
    margin: 0;
    line-height: 24px;
    margin-bottom: 10px;
  font-family:Arial, Helvetica, sans-serif;
  color:#e60020
}

.newsd1_wz p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  color:#888;
}

.newsd1_wz p img {
    max-width: 100%;
}

.newsd1_menu li a {
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
}

.newsd1_menu li a:hover{
  color:  #e60020
}

.newsd_box1 {
    padding-bottom: 20px;
    min-height: calc(100vh - 420px);
}

.newsd_box2 {
    padding: 80px 0;
    background: #f2f2f2;
}

.newsd2_tit h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
    color: #2d373c;
    text-align: center;
}

.newsd2_tit {
    margin-bottom: 40px;
}





/**service**/
.serv1_top {
    position: relative;
    margin: 0 -40px 0;
    padding: 80px 40px 0;
    background: #f2f2f2;
    border-radius: 4px;
}

.service {
    background: #f2f2f2;
}

.serv1_wz {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.serv1_bott {
    padding-top: 40px;
}

.serv1B_t li {
    float: left;
    width: 16.66%;
}

.serv1B_t ul:after {content: '';display: table;clear: both;}

.serv1B_t li a {
    display: inline-block;
    width: 80px;
    border-radius: 50%;
    border: solid 2px #fff;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  position:relative;
}

.serv1B_t li.active a{
    border-color: #e60020;
}

.serv1B_t li img {
    border-radius: 50%;
    width: 100%;
}

.serv1B_lis {
    background: #fff;
    border-top: solid 2px #ccc;
    position: relative;
    padding: 80px 8%;
    min-height: 380px;
  display:none
}

.serv1B_b {
    margin-top: 20px;
}

.serv1B_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46%;
}

.serv1B_img img {
    max-width: 100%;
}

.serv1B_wz {
    width: 50%;
    overflow-x: hidden;
    padding-right: 40px;
}

.serv1B_wz::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
.serv1B_wz::-webkit-scrollbar{width:5px;height:6px}
.serv1B_wz::-webkit-scrollbar-thumb{height:50px;background-color:#ccc;}

.serv1B_wz h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 20px;
}

.serv1B_wz p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
  text-indent: 2em;
}

.serv_box1 {
    padding-bottom: 80px;
}

.serv1B_t li a:before {
    width: 100%;
    content: '';
    height: 2px;
    position: absolute;
    background: #e60020;
    bottom: -24px;
    z-index: 1;
  opacity:0;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.serv1B_t li.active a:before{
  opacity:1;
}

.serv1B_t li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -24px;
    border-bottom: solid 8px #e60020;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    left: 50%;
    margin-left: -8px;
  opacity:0;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.serv1B_t li.active a:after {
  opacity:1;
}





.serv_box2 {
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.serv2_cot {
    color: #fff;
    text-align: center;
}

.tit_white h3{
  color:#fff;
}

.serv2_wz {
    max-width: 840px;
    margin: 0 auto;
}

.serv2_wz p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
}

.serv2_img {
    margin-top: 40px;
}

.serv2_img img {
    max-width: 100%;
}

.serv_box3 {
    padding: 80px 0;
}

.serv3_cot {
    max-width: 650px;
    margin: 0 auto;
}

.serv3_wz h5 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.serv3_wz hr {
    width: 100px;
    border-color: #333;
    margin: 30px 0;
    border-width: 2px;
}

.serv3_wz p {
    font-size: 15px;
    line-height: 26px;
    color: #aaa;
    font-family: Arial, helvetica, sans-serif;
    letter-spacing: 0.5px;
}

.serv3_form label {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

.serv3_form label input {
    width: 100%;
    line-height: 58px;
    height: 60px;
    padding: 0 10px;
    font-size: 15px;
    color: #888;
}

.serv3_form {
    margin-top: 40px;
}

.serv3_form label textarea {
    width: 100%;
    height: 120px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
}

.serv3_form button {
    width: 100%;
    background: #e50020;
    color: #fff;
    line-height: 60px;
    height: 60px;
    border: 0;
    font-size: 18px;
    /*letter-spacing: 10px;*/
}


.serv3_cont {
    margin-top: 60px;
}

.serv3_cont li {
    width: 33.33%;
    float: left;
    padding: 0 20px;
    text-align: center;
}

.serv3_cont ul:after {content: '';clear: both;display: table;}

.serv3_ico {
    width: 40px;
    margin: 0 auto 20px;
}

.serv3_ico img {
    width: 100%;
}

.serv3_cont li h5 {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #888;
}

.serv3_cont li h5 span{
  font-family: Arial, helvetica, sans-serif;
}

.serv3_cont ul {
    margin: 0 -20px;
}






/**join**/
.join1_cot {
    position: relative;
    margin: 0 -40px 0;
    padding: 80px 40px 0;
    background: #fff;
    border-radius: 4px;
}

.join_swiper{
  width:90%;
  margin:0 auto;
}

.join1_lis {
    padding: 30px 20px;
    border: solid 1px #ddd;
    margin: 0 15px;
    text-align: center;
}

.join1_num h3 {
    margin: 0;
    font-size: 100px;
    position: relative;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#e50020;
}

.join1_lis h4 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.join1_num {
    margin-bottom: 30px;
}

.join1_lis h4:after {content: '';width: 40px;height: 1px;background: #333;display: block;margin: 10px auto 20px;}

.join1_lis p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    height: 168px;
    margin: 0;
}

.join1_num h3:before {content: '';width: 70px;height: 70px;background: #d1d3d3;border-radius: 50%;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);opacity: 0.8;z-index: -1;}

.join_box1 {
    padding-bottom: 80px;
}

.join1_cont {
    position: relative;
}

a.join1_arrl {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px;
    color: #e50020;
    transform: translateY(-50%);
  z-index:2
}

a.join1_arrr {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 50px;
    color: #e50020;
    transform: translateY(-50%);
  z-index:2
}





.join_box2 {
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join2_left {
    width: 52%;
    float: left;
    padding-left: 30px;
}

.join2_right {
    width: 48%;
    float: left;
  padding:60px 60px 40px;
}

.join2_cot:after {content: '';display: table;clear: both;}

.join2_cot {
    background: #fff;
    margin-top: 80px;
    border: solid 1px #e50020;
}

.join2_img {
    position: relative;
    top: -30px;
}

.join2_img img {
    width: 100%;
}

.join2_right h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 30px;
}

.join2_right p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.join2_tb {
    font-family: "Gnuolane W00 Book";
    font-size: 120px;
    height: 80px;
    position: relative;
    top: -10px;
    color: rgba(229, 0, 32, 0.3);
}






.join_box3 {
    padding: 80px 0;
}

.join3_cot li {
    width: 12.5%;
    float: left;
}

.join3_cot ul:after {content: '';display: table;clear: both;}

.join3_cot ul:before {content: '';height: 3px;
    width: 120%;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;}

.join3_cot {
    position: relative;
    padding: 160px 40px 150px;
    padding-right: 0;
}

.join3_ico img:first-child {
    position: relative;
    width: 44px;
  transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -mz-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}

.join3_ico img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    transform: translate(-50%,-50%);
  opacity:0;
  transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -mz-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}

.join3_ico {
    position: relative;
    width: 66px;
    border: solid 3px #333;
    border-radius: 50%;
    padding: 8px;
    transform: translateX(-50%);
  background:#fff;
  transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -mz-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
}

.join3_lis{
  position:relative
}

.join3_wz {
    position: absolute;
    bottom: 110px;
}

.join3_cot li:nth-child(even) .join3_wz{
  bottom:auto;
    top: 110px;
}

.join3_wz p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
    color: #666;
    margin: 0;
}

.join3_wz h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.join3_cot ul {
    position: relative;
}

.join3_lis:hover .join3_ico img:first-child{
  opacity:0;
}

.join3_lis:hover .join3_ico img:last-child{
  opacity:1;
}

.join3_lis:hover .join3_ico{
  background:#e50020;
  border-color:#e50020;
}

.join3_ico:before {content: '';width: 3px;height: 24px;background: #333;position: absolute;left: 50%;
  top: 0;
  transform:translate(-50%,-100%);
  transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -mz-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;}

.join3_ico:after {content: '';width: 10px;height: 10px;border-radius: 50%;background: #333;position: absolute;top: -28px;left: 50%;transform: translateX(-50%);
  transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -mz-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;}

.join3_cot li:nth-child(even) .join3_ico:before{
  top:auto;
  bottom: 0;
  transform: translate(-50%,100%);;
}

.join3_cot li:nth-child(even) .join3_ico:after{
  top:auto;
  bottom: -28px;
}

.join3_lis:hover .join3_ico:before{
  background: #e50020;
}

.join3_lis:hover .join3_ico:after{
  background: #e50020;
}






/**job**/
.join {
    position: relative;
    z-index: 2;
}
.ban_offset{
  height:50px;
}
.job_box1 {
    background: #f2f2f2;
    padding-bottom:80px;
    padding-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.job1_cot {
    margin: 0 -40px 0;
    padding: 80px 40px 0;
    border-radius: 4px;
    position:relative;
}
.job1_wz {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 40px;
}

.job1_wz h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0 0 15px;

    font-weight: 600;
    color: #2d373c;
    text-align: center;
}

.job1_wz p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin:0;
    text-align: center;
}









.job_box2 {
    padding: 80px 0;
  background:#f9f9f9;
}


.job2_left {
    width: 60%;
  position:absolute;
  top:0;
  height:100%;
  left:0;
  background:#f9f9f9;
}

.job2_right {
    float: right;
    width: 50%;
    position: relative;
    padding-right: 50px;
}

.job2_left .job2_img {
    width: 100%;
    height: 100%;
}

.job2_cot {
    position: relative;
    padding: 0 0 80px;
}

.job2_num li {
    float: left;
    margin-left: 8px;
}

.job2_num ul:after {content: '';display: table;clear: both;}

.job2_num {
    text-align: right;
    margin-right: -40px;
    margin-bottom: 30px;
}

.job2_num ul {
    display: inline-block;
}

.job2_num li a {
    border: solid 1px #ddd;
    width: 34px;
    line-height: 32px;
    height: 34px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.job2_num li.active a {
    border-color: #e50020;
    color: #e50020;
}

.job2_cot:after {content: '';display: table;clear: both;}

.job2_lis {
    background: #fff;
    padding: 50px;
    position: absolute;
  width:100%;
    box-shadow: 3px 3px 10px #ccc;
    top: 0;
  right:0;
  opacity:0;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  z-index:2
}

.job2_lis:first-child{
    position: relative;
}

.job2R_cot:before{
  content:'';
    background: #fff;
    padding: 50px;
    position: absolute;
  width:100%;
  height:100%;
    top: 20px;
  right:-25px;
    box-shadow: 3px 3px 10px #ccc;
  z-index:1
}

.job2R_cot:after{
  content:'';
    background: #fff;
    padding: 50px;
    position: absolute;
  width:100%;
  height:100%;
    top: 40px;
  right:-50px;
    box-shadow: 3px 3px 10px #ccc;
}

.job2_lis.active{
  opacity:1;
}

.job2_tit h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-weight: 600;
    color: #2d373c;
}

.job2_wz p {
    line-height: 26px;
    font-size: 15px;
    color: #666;
  text-indent: 2em;
}

.job2R_cot{
  position:relative;
    background: #fff;
}





.job_box3 {
    background: #f2f2f2;
    padding: 80px 0;
}

.job3_cot {
    padding: 0 70px;
  position:relative;
}

.job3_lis {
    background: #fff;
    margin: 0 15px;
    padding: 30px;
    position: relative;
}

.job3_lis h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 14px;
    font-weight: 600;
    color: #e50020;
}

.job3_wz li {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #666;
    padding: 0 6px;
}

.job3_wz li span {
    font-weight: bold;
    color: #333;
}

.job3_wz ul:after {content: '';display: table;clear: both;}

.job3_wz ul {
    margin: 0 -6px 10px;
}

.job3_bott h3 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    color: #333;
    margin-bottom: 8px;
}

.job3_bott p {
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 2px;
    color: #666;
}




a.job3_arrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: rgba(43, 43, 43, 0.1);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    left: -10px;
    border-radius: 50%;
    padding: 10px;
    color: #333;
}

a.job3_arrr{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: rgba(43, 43, 43, 0.1);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    right: -10px;
    border-radius: 50%;
    padding: 10px;
    color: #333;
}

.job3_cot a i {
    background: #c1c1c1;
    display: block;
    height: 100%;
    border-radius: 50%;
}

.job3_cot a i:before {
    line-height: 50px;
}



.job3_btn span {
    color: #e50020;
    font-size: 14px;
}

.job3_btn {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
}



.job4_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.job_box4 {
    position: relative;
}

.job4_bg {width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}

.job4_right {
    width: 50%;
    float: right;
    padding: 100px 100px;
    padding-right: 0;
}


.job4_right p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
  text-indent: 2em;
}

.job4_right h3{
  text-align:left;
}

.job4_tit {
    position: absolute;
    top: 0;
    right: 30px;
    -ms-text-combine: vertical;
    -webkit-text-combine : vertical;
    text-combine : vertical;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;   *
    writing-mode: tb-rl;
    padding: 25px 15px;
    background: #e50020;
    font-size: 22px;
    letter-spacing: 4px;
    color: #fff;
}









/**products**/
.pro1_cot {
    position: relative;
    margin: 0 -40px 0;
    padding: 80px 40px 0;
    background: #fff;
    border-radius: 4px;
}

.pro1_wz {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    text-indent: 2em;
}

.pro1_wz h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}

.pro1_wz p {
    font-size: 15px;
    line-height: 26px;
    color: #888;
}

.pro_box2 {
    padding: 80px 0 50px;
    background: #ebf0f5;
}

.pro_box1 {
    padding-bottom: 80px;
}




.pro2_search input {
    width: 180px;
    line-height: 30px;
    height: 32px;
    background: #fff;
    border: 0;
    border-radius: 15px;
    padding: 0 10px;
    text-transform: capitalize;
    color: #666;
    padding-right: 32px;
}

.pro2_search input::-webkit-input-placeholder {
    color: #666;
}
.pro2_search input:-moz-placeholder {
    color: #666;
}
.pro2_search input::-moz-placeholder {
    color: #666;
}
.pro2_search input:-ms-input-placeholder {
    color: #666;
}

.pro2_search {
    text-align: right;
  position:relative;
    margin-bottom: 30px;
    margin-top: -30px;
}

.pro2_search i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #888;
    padding: 0 10px;
}

.pro2_search i:before {
    line-height: 30px;
}


.pro2_cot li {
    width: 33.33%;
    padding: 10px;
    float: left;
    background: #fff;
    margin-bottom: 30px;
}

.pro2_cot ul:after {content: '';display: table;clear: both;}

.pro2_img img {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro2_img{
  overflow: hidden;
}

.pro2_lis:hover .pro2_img 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);
}

.pro2_cot ul:after {content: '';display: table;clear: both;}

.pro2_wz {
    padding: 10px 0;
}

.pro2_wz h5 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.pro2_wz h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 8px;
    overflow: hidden;
}

.pro2_wz p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
    margin-bottom: 20px;
    color:#666;
}

.pro2_btn span {
    text-transform: uppercase;
    font-size: 12px;
    color: #e50020;
  font-family:Arial, Helvetica, sans-serif;
}

.pro2_btn i {
    background: #343434;
    color: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}





.pro_box3 {
    padding: 80px 0 50px;
}

.pro3_cot li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}

.pro3_cot li a{
  overflow: hidden;
}

.pro3_cot li a:hover .pro3_lis{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.pro3_wz {
    padding: 60px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.pro3_wz h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
  overflow:hidden;
}

.pro3_lis {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
}




/**prodot**/
.prod_box1 {
    padding-top: 80px;
    margin-bottom: -40px;
}

.prod1_img img {
    width: 100%;
}

.prod1_wz {
    width: 50%;
    margin-left: 40px;
    /*background: #fff;*/
    position: relative;
    padding: 40px;
}

.prod1_wz h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}

.prod1_wz p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.tit_left h3 {
    text-align: left;
    font-size: 36px;
}


.prod2_img {
    width: 26%;
    float: left;
}

.prod2_right {
    float: left;
    width: 74%;
    padding-left: 80px;
}

.prod2_img img {
    width: 100%;
}

.prod2_lis {
    border-bottom: dashed 1px #ddd;
    line-height: 50px;
    font-size: 15px;
    color: #888;
}

.prod2_lis span {
    width: 40%;
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.prod_box3 {
    padding: 40px 0 80px;
}

.prod3_tit h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 30px 0 20px;
}

.prod3_cot p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: 4px;
}

.prod3_cot li {
    width: 50%;
    float: left;
    padding: 0 10px;
    line-height: 40px;
    font-size: 15px;
    color: #666;
}

.prod3_cot li:before {
    display: inline-block;
    content: 'Ãƒâ€šÃ‚Â·';
    font-weight: bold;
    margin-right: 10px;
}

.prod3_cot ul:after {content: '';display: table;clear: both;}

.prod3_cot ul {
    margin: 0 -10px;
}



.newsd1_wz table {
    width: 100%;
    max-width: 700px;
    margin: 20px 0;
}

.newsd1_wz table td {
    font-size: 16px;
    line-height: 40px;
    border: solid 1px #ddd;
    padding: 10px;
}

.apply_tit h3 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0 0 30px;
}

.newsd1_right h3 {
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
}

.newsd1_right ul a {
    font-size: 18px;
    line-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.newsd1_right ul a:before {content: '';width:0;height: 1px;background: #e60020;display: inline-block;position: relative;top: -5px;margin-right: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}

.newsd1_right ul a:hover{
  color:#e60020;
}

.newsd1_right ul a:hover:before{
  width: 20px;
}




.fixed_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
}

.job_fix {
  /*width: 70%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.jobT_wz {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 30px;
}



.jobT_wz h3 {
    margin: 0;
    font-size: 28px;
    letter-spacing: 2px;
    color: #fff;
}

.job_top {
    position: relative;
}
.job_bot {
    padding: 30px;
}
.jobB_tit h2 {
    font-size: 28px;
    margin: 0;
    color: #e50020;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
}
.jobB_tit h5{
    font-size: 14px;
    color: #888;
    margin: 12px 0 30px;
  font-family:Arial, Helvetica, sans-serif;
}
.jobB_cot p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    color: #888;
}

.jobCot li {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.jobCot ul:after {content: '';display: table;clear: both;}

.jobCot {
    margin-bottom: 10px;
}

.jobB_cot {
    margin-bottom: 10px;
}
.job_wz:after {
    content: '';
    clear: both;
    display: table;
}
.job_wz {
    margin-bottom: 20px;
}

.job_upload a {
    color: #e50020;
    font-size: 14px;
    border: 1px #e50020 solid;
    padding: 3px 20px;
}

.job_upload a i {
    font-size: 16px;
    margin-right: 5px;
}

.job_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    padding: 5px;
    border-radius: 3px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    z-index: 2;
    cursor: pointer;
  transform:rotate(45deg);
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.job_close img {
    width: 100%;
}
.job_close:hover{
  transform:rotate(135deg);
}

.jobB_cot h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 4px;
}

.jobCot li span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
    color: #333;
}

.jobB_tit {
    margin-bottom: 20px;
}

li.head_lang a {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
}

li.head_lang span {
    display: inline-block;
    width: 2px;
    height: 12px;
    background-color: rgba(136, 136, 136, 0.2);
    margin-top: 5px;
    position: relative;
    top: 2px;
}

.head_bottom {
    background: rgba(235, 240, 245, 0.95);
}

.col-sm-4.menu2_lis {
    position: relative;
    left: -15px;
}

.ind_head_active{
  color: #E60020 !important;
    text-decoration: underline !important;
    background-color: #dfe6ed !important;
}

.fixRightShow_jt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    border: 5px solid #e60020;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(255, 255, 255, 0);
    transform: translateY(-50%);
    display: none;
}

.fixRightShow1 {
    position: absolute;
    width: 150px;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #E60020;
    color: #Fff;
    padding: 20px 0;
    border-radius: 5px;
    margin-right: 5px;
    display: none;
}

.fixRightShow2 {
    position: absolute;
    width: 150px;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #E60020;
    color: #Fff;
    padding: 20px 0;
    border-radius: 5px;
    margin-right: 5px;
    display: none;
}

.fixRight ul li{
  position: relative;
}

.fixRightShow1 p{
  white-space:nowrap;
}

.fixRightShow2 p{
  white-space:nowrap;
}

.fixRight li a:hover .fixRightShow_jt:before{
    display: block;
}








/*3-21ÃƒÂ¨Ã‚Â°Ã†â€™ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´*/
.BMap_Marker label{
  max-width: none;
}
.ab_6{
  background-color: #f6f6f6;
}

div#dituContent * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.about_box5 {
    padding: 80px 0 0;
}

.ban_cot li a {
    text-transform: uppercase;
}
.menu_lis li a{
  text-transform: uppercase;
}
.passage_box{
  padding: 80px 0 0;
    margin-bottom: -140px;
}
.passage_text {
    width: 50%;
    padding: 40px 20px 50px;
    float: left;
}
.passage_text p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin: 0;
}
.passage_text a {
    border: 1px solid #e60020;
    padding: 5px 20px;
    margin-top: 20px;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    color: #e60020;
}

.passage_text a i{
  color: #E60020;
  font-size: 14px;
}

.pa_form{
    width: 50%;
    max-width:400px;
    float: left;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 1;
}
.pa_formDiv {
    border-bottom: 1px solid #ccc;
    color: #888;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 30px;
}
.pa_formDiv label {
    margin: 0;
}

.pa_formDiv input {
    margin-left: 10px;
    min-width: 65%;
    border: none;
}

input.pa_btn {
    background-color: #e60020;
    color: #fff;
    padding: 5px 25px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    border: none;

}

.pa_formDivT textarea {
    width: 100%;
    min-height: 80px;
    resize: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding:0 10px;
}
.pa_formDivT{
  color: #888;
    font-size: 14px;
    line-height: 24px;

}
.pa_formDivT label{
  font-weight: normal;
}

.ab_form{
    width: 33%;
    float: left;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 10px #ccc;
}
.ab_formDiv {
    border-bottom: 1px solid #ccc;
    color: #888;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 30px;
}
.ab_formDiv label {
    margin: 0;
}

.ab_formDiv input {
    width: 100%;
    border: none;
    padding:0 5px;
    font-size: 14px;
    color:#888;
    background: transparent;
}


.ab_formDiv input::-webkit-input-placeholder {
color: #888;
}
.ab_formDiv input:-moz-placeholder {
color: #888;
}
.ab_formDiv input::-moz-placeholder {
color: #888;
}
.ab_formDiv input:-ms-input-placeholder {
color: #888;
}

.iw_poi_title {
    color: #e50020 !important;
}
input.ab_btn {
    background-color: #e60020;
    color: #fff;
    padding: 5px 25px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    border: none;

}
.ab_formDivT label {
    font-size: 14px;
    font-weight: normal;
    color: #888;
    padding: 0 4px;
}

.ab_formDivT textarea {
    width: 100%;
    min-height: 80px;
    resize: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding:0 10px;
    font-size: 14px;
    line-height:30px;
    padding:0 4px;
    background: transparent;
}
.ab_formDivT{
  color: #888;
    font-size: 12px;
    line-height: 22px;
}
.ab_form {
    position: absolute;
    z-index: 1;
    top: 0;
}

.ad_formBox.clearfix {
    position: relative;
}

.job_ban_bott{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

#dituContent #platform div:nth-of-type(3){
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.serv3_form{
    margin: 40px -10px 0;
}

.serv3_form label{
    width: 50%;
    float: left;
    padding: 0 10px;
}

.serv3_form.clearfix .serv3_formWid {
    width: 100%;
}

#dituContent{
  margin-top: 80px;
}
.BMapLabel:nth-of-type(4){
    left: -74px !important;
    top: -28px !important;
}


li.head_lang a.active{
  color:#e60020;
}


/* 3-29修改 */
.ind3_cot .arrow-left{
    top: 20px;
    height: 100%;
    width: 60px;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.ind3_cot .arrow-right{
  top: 20px;
    height: 100%;
    width: 60px;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 10px;
    justify-content: flex-end;
}
.ban_bottPhone{
  display: none;
}
.ab2_cot .ab2_cotImg{
  display: none;
}
.serv1_bottPhone{
  display: none;
}
.bannerPhone{
  display: none;
}
.ind1_lis{
  display: none;
}
.active{
  display: block;
}
.about3_right{
  text-align: center;
}




/* 4-3 样式调整 */
.ab4_txt{
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    height: 144px;
    overflow-y: auto;
    padding-right: 5px;
}

.ab4_txt p{
    margin: 0;
}

.ab4_txt::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
.ab4_txt::-webkit-scrollbar{width:5px;height:6px}
.ab4_txt::-webkit-scrollbar-thumb{height:50px;background-color:#e60020;}

.svg_mask {
      opacity: 0;
    }

.ind1_lis li{
  width: 50%;
    float: left;
}




/* 6-12 GYK */
.about1_sec {
    padding: 80px 0;
}

.about1_1_l img {
    width: 100%;
}

.ab1_text h2 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #222;
}

.ab1_text hr {
    margin: 15px 0;
    max-width: 120px;
    border-color: #e60020;
}

.ab1_text h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #222;;
}
.ab1_text p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.about1_1_sw_lis img {
    width: 100%;
}
.about1_1_bottom {
    margin: 60px 0 0;
}
.about1_tit1 {
    text-align: center;
    margin: 0 0 15px;
}
.about1_tit1 h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.about1_tit1 hr {
    max-width: 400px;
    margin: 15px auto 0;
    border-color: #e60020;
}
.swiper-pagination.ab1_1_pag {
    bottom: 0;
}
.swiper-pagination.ab1_1_pag .swiper-active-switch {
    background: #e60020;
}
.about1_sec.about1_sec2 {
    background: #202224;
    position: relative;
}

.ab1_2_right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.ab1_text.ab1_text_co h2 {
    color: #fff;
}

.ab1_text.ab1_text_co h3 {
    color: #fff;
}

.ab1_text.ab1_text_co p {
    color: #eee;
}

.ab1_2_img ul:after {content: "";display: table;clear: both;}

.ab1_2_img ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
    position: relative;
}

.ab1_2_img li img {
    width: 100%;
}

.ab1_2_img {
    width: 120%;
    margin: 30px 0 0;
}

.ab1_2_left {
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

.ab1_2_img ul {
    margin: 0 -10px;
}

.ab1_2_img ul li a{
    position:relative;
}
.ab1_2_img ul li h6 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 10px 0;
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.ab1_3_main {
    margin: 60px auto 0;
    text-align: center;
    max-width: 720px;
}

.ab1_3_main h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 34px;
    color: #222;
}

.ab1_3_main p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.about1_sec.about1_sec4 {
    background: #f8f7f7;
}

.ab1_4_l {
    text-align: right;
}

.ab1_4_r p {
    margin: 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.ab1_4_r ul li:after {
    content:"";
    display:table;
    clear:both;
}

.ab1_4_r li img {
    float: left;
    width: 58px;
}

.ab1_4_lia {
    float: left;
    padding-left: 20px;
    padding-top: 4px;
}

.ab1_4_lia h2 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #e50020;
    text-transform: uppercase;
}

.ab1_4_lia h3 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #222;
}

.ab1_4_r ul li {
    padding: 10px 0;
}

.ab1_4_r ul {
    padding: 10px 0;
}

.ab1_4_l img {
    width: 100%;
    max-width: 300px;
}
.ab1_5_r {
    background: #efefef;
    padding: 60px 35px;
    padding-left: 200px;
    min-height: 360px;
}

.about1_sec5 {
    position: relative;
    padding-top: 150px;
    padding-left: 150px;
}

.ab1_5_l img {
    width: 100%;
}

.ab1_5_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}

.ab2_1_lis img {
    width: 100%;
}

.ab2_1_lis {
    text-align: center;
    margin: 0 0 60px;
}

.ab2_1_lis h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 10px;
    color: #888;
    border: solid 1px #ccc;
    border-top: solid 3px #e50020;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 68px;
}



.about2_sec {
    padding: 80px 0;
}

.about2_sec.about2_sec1 {
    padding: 80px 0 20px;
}

.ab2_1 {
    width: 90%;
    margin: 0 auto;
}
.ab2_2:after {content: "";display: table;clear: both;}

.ab2_2_l {
    width: 30%;
    float: left;
    max-width: 260px;
    padding-right: 15px;
}

.ab2_2_r {
    width: 70%;
    float: left;
    flex: 1;
}

.ab2_2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    background: #e7e7e7;
    padding: 60px 60px;
}

.ab2_2_hf img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.ab2_2_img {
    /*overflow: hidden;*/
}

.ab2_2_img:hover img{
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.ab2_2_hf {
    padding: 20px 20px;
}

.about2_sec.about2_sec2 {
    background-size: cover;
    background-position: center;
}

.ab2_2_l h2 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 28px;
    color: #222;
}

.ab2_2_l p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.ab2_2_lis {
    text-align: center;
}

.ab2_2_hf p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #222;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}
.ab2_2_sw {
    padding: 0 60px;
    position: relative;
}

.ab2_2_arr {
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.ab2_2_arr img {
    width: 100%;
}

.ab2_2_arr.ab2_2_prev {
    left: 0;
}

.ab2_2_arr.ab2_2_next {
    right: 0;
}
.about3_sec {
    padding: 80px 0;
}

.ab3_1_lis {
    text-align: center;
}

.ab3_2 {
    margin: 80px 0 0;
}

.ab3_1_lis h2 {
margin: 0 0 10px;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow:hidden;
    /* font-weight: bold; */
    color: #222;
}

.ab3_1_lis a {
    display: inline-block;
    border: solid 1px #e60020;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    color: #e60020;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.ab3_1_lis a:hover {
    background: #e60020;
    color: #fff;
}
.ab3_2_l img {
    max-width: 100%;
    position: relative;
}

.ab3_2_l {
    padding: 50px 40px 0 30px;
    position: relative;
}

.ab3_2_l:before {content: "";display: inline-block;position: absolute;width: 180px;height: 180px;background: #e9e9e9;top: 0;left: 0;}

.ab3_2_r {
    max-width: 460px;
}
.about4_sec {
    padding: 80px 0;
}

.ab4_1_img img {
    width: 100%;
}

.ab4_1_img {
    width: 118%;
}

.ab4_1_txt {
    background: #f4f4f4;
    padding: 50px 55px;
    position: relative;
    z-index: 1;
}
.ab4_1_lis.ab4_1_lis_r .ab4_1_img {
    margin-left: -18%;
}

.ab4_1_lis {
    margin: 0 0 60px;
}
button.btn-audio.active {
    display: inline-block;
}
/* 6-12 GYK */





















/* 4-11 */
.pro2_search select{
  width: 180px;
    line-height: 30px;
    height: 32px;
    background: #fff;
    border: 0;
     padding: 0 10px;
    text-transform: capitalize;
    color: #666;
    padding-right: 32px;
    float: left;
    outline: none;
}
.pro2_search input{
  border-radius: 0;
}


.news_text h3{
    height: 50px;
}
.news_text h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_pic {
    max-height: 185px;
  overflow: hidden;
}
.pro3_cot li a{
  max-height: 148px;
}




.stock_box {
    padding: 80px 0;
    background: #f2f2f2;
}

.stock_cot table {
    width: 100%;
}

.stock_cot thead td {
    padding: 0 12px;
    font-size: 15px;
    line-height: 60px;
    color: #e60020;
}

.stock_cot td {font-size: 13px;line-height: 54px;padding: 0 12px;color: #666;}

.stock_cot::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
.stock_cot::-webkit-scrollbar{width:5px;height:6px}
.stock_cot::-webkit-scrollbar-thumb{height:50px;background-color:#404040;}

.stock_sele select {
    width: 160px;
    line-height: 38px;
    height: 40px;
    border-color: #ddd;
    padding: 0 5px;
    color: #666;
    font-size: 14px;
  outline:0;
}

.stock_sele input[type="text"] {
    width: 160px;
    line-height: 38px;
    height: 40px;
    border-color: #ddd;
    padding: 0 10px;
    font-size: 14px;
}

.stock_sele {
    margin-bottom: 20px;
}
.stock_sele input[type="text"]::-webkit-input-placeholder {
color: #777;
}
.stock_sele input[type="text"]:-moz-placeholder {
color: #777;
}
.stock_sele input[type="text"]::-moz-placeholder {
color: #777;
}
.stock_sele input[type="text"]:-ms-input-placeholder {
color: #777;
}

.stock_sele input[type="button"] {
    height: 40px;
    line-height: 38px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    color: #fff;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
    background: #e60020;
}

.stock_cot tbody tr {
    background: #fbfbfb;
    border-bottom: solid 8px #f2f2f2;
}

.stock_cot tbody tr td:nth-child(2) {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.stock_cot td span {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #666;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}

.stock_cot tbody td:first-child {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
.phone_sto{
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 0;
}


























/**G 6-15**/
.ind_box2.changed {
    background: #fff;
    padding: 80px 0;
}

.ban_bott.changed {
    background: #f2f2f2;
}
.ban_bott.changed .ban_cot{
    background: #f2f2f2;
    padding-top: 80px;
}

.ind_box1.changed {
    background: #f2f2f2;
    padding: 50px 0 0;
}

.ind_box1.changed>.container {position: relative;padding-bottom: 60px;}

.ind_box1.changed>.container:after {content: "";display: inline-block;position: absolute;left: 15px;right: 15px;bottom: 0;height: 1px;background: #d0d0d0;}

.fixRightHide {
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 0;
    padding-right: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.fixRightHideEwm {
    background-color: #E60020;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    width: 140px;
}

.fixRightHideEwm img {
    width: 100%;
}

.fixRightHide:after {content: "";display: inline-block;border: solid;border-color: transparent #e60020;border-width: 5px 0px 5px 5px;position: absolute;top: 24px;right: 0;}

.fixRight li a:hover .fixRightHide {
    opacity: 1;
    visibility: visible;
}
.ab4_left {
    overflow: hidden;
}

.ab4_left .ab4_img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a:hover .ab4_left .ab4_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);
}
/**G 6-15**/


/**G 6-22**/
.ab2_lis_img {
    overflow: hidden;
}
.ab2_lis_img img {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.ab2_1_lis:hover .ab2_lis_img img{
    transform:scale(1.1)
}
.ab2_1_lis {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.ab2_1_lis:hover{
    box-shadow:0 0 20px #666;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.55);
}
/**G 6-22**/








/**7.11**/
.ab3__lis {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #ddd;
}

.ab3__wz a {
    font-size: 14px;
    border: solid 1px #e50020;
    line-height: 34px;
    display: inline-block;
    height: 36px;
    width: 150px;
    text-align: center;
    color: #e50020;
    margin-right: 30px;
}

.ab3__wz span {
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: calc(100% - 185px);
    padding-top: 5px;
}

.ab3__img {
    width: 30%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab3__wz {
    width: 70%;
    padding-right: 50px;
    display: flex;
}

.ab3__lis:last-child {
    border-bottom: solid 1px #ddd;
}

.ab3_2_l {
    padding: 0;
    position: relative;
    width: 80%;
    margin-top: 30px;
}

.ab3_2_l:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
    left: 0;
    border: solid 1px #e50020;
}

.ab3_2_l img {
    max-width: 100%;
    position: relative;
    margin-left: 30px;
    top: 30px;
}



.serv_box2{
    padding: 0;
}

.serv2_top {
    margin-bottom: 50px;
}

.serv2_cot li {
    width: 33.33%;
    float: left;
    height: 650px;
    border-right: solid 2px rgba(255, 255, 255, 0.3);
}

.serv2_cot li:last-child{
    border: 0;
}

.serv2_ico img {
    max-width: 200px;
}

.serv2_cot a {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.serv2_lis {
    color: #fff;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.serv2_ico h3 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.serv2_bott_wz {
    text-align: left;
    position: absolute;
    width: calc(100% - 100px);
    left: 50px;
    top: 200%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.serv2_bott_wz h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.serv2_ico {
    margin-top: -30px;
    position: relative;
    top: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.serv2_bott_wz p {
    font-size: 14px;
    line-height: 24px;
}

.serv2_cot a:before {content: '';width: 100%;position: absolute;top: 0;left: 0;height: 100%;background: #000;opacity: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;}

.serv2_cot a:after {
    width: 100%;
    height: 10px;
    content: '';
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}


.serv2_cot a:hover .serv2_bott_wz{
    top: 80%;
    opacity: 1;
    visibility: visible;
}

.serv2_cot a:hover .serv2_ico{
    top: -40px;
}

.serv2_cot a:hover:before{
    opacity: 0.5;
}

.serv2_cot a:hover .serv2_ico h3 {
    opacity: 0;
}

.serv2_cot a:hover:after{
    bottom: 0;
}

.serv2_bott {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}








































@media(max-width:1440px){
.head_top_t {
    padding: 14px 0;
}
.head_menu {
    padding-top: 4px;
}
.logo a {
    height: 44px;
}
.wrapper {
    margin-top: 108px;
}
.ab_form{
  left: 60px;
}




}



@media(max-width:1200px){
.news_pic {
    max-height: 150px;
  overflow: hidden;
}
.stock_cot table,.stock_sele{
    width: 1200px;
}

.stock_cot{
  overflow-x:auto;
}


.head_top_t {
    padding: 14px 0;
}
.ban_cot li a{
  font-size: 16px;
}
.ind3_tit h3{
  font-size: 32px;
  line-height: 42px;
}
.ind3_lis h3{
  font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.ind3_lis h4{
  font-size: 13px;
}
.ind2_cTxt h2{
  font-size: 20px;
}
.ab2_tit h3{
  font-size: 32px;
  line-height: 42px;
}
.ab1_tit h3{
  font-size: 26px;
  line-height: 36px;
}
.ab1_wz h5{
  font-size: 15px;
  line-height: 26px;
}
.about3_right li{
  margin-bottom: 5px;
}
.job2_tit h3{
  font-size: 32px;
  line-height: 42px;
}

.ab4_tit h3{
  font-size: 32px;
  line-height: 42px;
}

.ab4_wz h3{
  font-size: 22px;
  line-height: 32px;
}
.ab_form{
    left: 30px;
}
.foot_menu li:first-child a{
    font-size: 15px;
    line-height: 26px;
}
.foot_menu li a{
    font-size: 13px;
}
.pro1_wz h3{
  font-size: 18px;
  line-height: 28px;
}
.pro2_wz h3{
  font-size: 16px;
  line-height: 28px;
}
.pro2_wz h5{
  font-size: 12px;
}
.pro3_wz h3{
  font-size: 16px;
  line-height: 28px;
}
.serv3_wz h5 {
    font-size: 18px;
    line-height: 28px;
}
.job1_wz h3{
  font-size: 32px;
  line-height: 42px;
}
.job3_lis h3{
  font-size: 16px;
    line-height: 26px;
}
.job3_bott h3{
  font-size: 14px;
}
.newsd_tit h3:before{
  height: 4px;
}
.newsd_tit h3{
  font-size: 20px;
  line-height: 30px;
}
.newsd2_tit h3{
  font-size: 32px;
  line-height: 42px;
}
.news_text{
  padding-bottom: 40px;
}






.head_menu {
    padding-top: 4px;
}
.logo a {
    height: 44px;
}
.wrapper {
    margin-top: 108px;
}





}



@media(max-width:991px){
.head_top_t {
    padding: 14px 0;
}
.head_menu {
    padding-top: 4px;
}
.logo a {
    height: 44px;
}
.wrapper {
    margin-top: 108px;
}
.ban_cot li a{
  font-size: 12px;
}
.search_gjc li a{
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.search_gjc ul{
    margin: 5px 0 10px -15px;
}
.ind2_cTxt h2 {
    margin: 20px 10px;
    font-size: 18px;
}
.ind2_cTxt p{
  padding: 0 10px;
}
.ab_form{
  padding: 20px;
}
.ab_formDiv{
  margin-bottom: 15px;
}
.foot_contact li{
  width: 25px;
  height: 25px;
}
.fixRight{
  display: none;
}
.ab_formDivT textarea{
  margin-bottom: 15px;
}
.ab3_jb h3{
    font-size: 24px;
    line-height: 50px;
  padding-left: 50px;
}
.ab3_jb img{
  width: 50px;
}





}




@media(max-width:768px){
.stock_cot thead td {
    font-size: 13px;
    line-height: 34px;
}
.stock_cot td {
    font-size: 12px;
    line-height: 30px;
}

.head_top_t {
    padding: 14px 0;
}
.head_menu {
    padding-top: 4px;
}
.logo a {
    height: 44px;
}
.wrapper {
    margin-top: 108px;
}
.header{
  display: none;
}
.wrapper{
  margin-top: 50px;
}
.headTop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 99;
}
.headTopMain {
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    color: #333;
    background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.top-left {
    color: #e50020;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 22px;
    padding: 15px 15px;
}
.headTop p {
    margin: 0;
    padding: 0;
}
.headTop .top-mid {
    position: absolute;
    width: 160px;
    left: 50%;
    top: 53%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.top-mid img {
    width: 100%;
}
.header{
  display: none;
}
html {
    position: relative;
    width: 100%;
}
.banner{
  position: relative;
}
.menuTitle {
    height: 50px;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #efefef;
}
.menuAll {
    height: 100%;
    padding-top: 50px;
    position: relative;
    background: #fff;
    border-right: 1px solid #eaeaea;
}
.menuBox {
    position: fixed;
    width: 265px;
    height: 100%;
    top: 0;
    left: -265px;
}
.menuTitle i {
    font-size: 20px;
    float: left;
    line-height: 50px;
    color: #333;
}
.menuTitle span {
    font-size: 15px;
    margin: 20px;
    line-height: 50px;
    text-transform: capitalize;
    color: #333;
}
.menuBody {
    overflow-y: auto;
    max-height: 100%;
    font-size: 14px;
}
.menuBody ul li.a {
    border-bottom: 1px solid #efefef;
    padding: 13px 0;
    text-transform: capitalize;
}
.menuBody ul li.a span {
    margin-left: 15px;
    color: #333;
}
.ul1 li{
  position: relative;
}
.menuBody ul li.a ul{margin-top: 10px;width: 100%;display:none;overflow:hidden;background: rgba(255, 255, 255, 0.2);}
.menuBody ul li.a ul li{height: 45px;border-bottom:1px solid #efefef;padding: 10px 0 10px 30px;font-size: 13px; line-height: 24px;}
.menuBody ul li.a ul li:nth-of-type(1){
  border-top: 1px solid #EFEFEF;
}
.menuBody ul li.a ul li a{color:#333; line-height:30px;}
.menuBody ul li.a span{margin-left: 15px;color:#333;}
.menuBody ul li i{font-size:16px;float: right;margin-right: 15px;line-height:23px;color: #333;}
/*phone*/




.fixRight{
  display: none;
}
.ind1_li{
  display: none;
}
.ban_bottPC{
  display: none;
}
.ban_bottPhone{
  display: block;
}
.ind_box1PC{
  display: none;
}
.ban_cot ul{
  flex-wrap: wrap;
}
.ban_cot .ban_phoneUl>li{
  flex: auto;
    margin: 2px 0;
}
.ban_phoneUl>li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ban_cot .ban_phoneUl li{
  width: 100%;
}
.ban_phoneUl1 li a{
  background: transparent;
}
.ban_cot li a:hover {
    background: #e5e5e5;
    color: #2d373c;
}
.ban_cot li.active a{
    background: rgb(230, 0, 32);
    color: #ffffff;
}
.ban_cot li.active a i:before{
  content: "\f068";
}
.ban_cot{
    margin: 0;
    padding: 40px 0;
}
.ind_box2{
  padding: 40px 0 0;
}
.ind2_clis{
  width: 100%;
    margin: 10px 0;
    padding: 0;
}
.ind2_all {
    margin: -10px 0;
}
.ind2_cTxt h2{
  font-size: 14px;
}
.ind2_cTxt p{
  font-size: 12px;
}
.ind_box3{
  padding: 40px 0;
}
.ind3_tit h3 {
    font-size: 16px;
    line-height: 26px;
}
.ind3_btn a{
  font-size: 12px;
  font-weight: normal;
}
.ind3_swiper{
  width: 100%;
  margin: 0 auto;
}
.ind3_cot{
    padding: 15px 0;
    margin-top: 20px;
}
.ind3_lis h4 {
    font-size: 12px;
}

.ind3_lis h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
.ind3_lis p {
    font-size: 12px;
    line-height: 22px;

}
.ind3_lis{
    padding: 10px 20px;
    background-color: #fff !important;
}
.ind_box4 {
    padding: 40px 0 0;
}
.ind4_wz p {
    font-size: 12px;
    line-height: 22px;
    padding: 0 15px;
}
.ind3_tit {
    margin-bottom: 10px;
}
.foot_menu{
  display: none;
}
.foot_addr{
  display: none;
}
#footer_unohacha{
  display: none;
}
.footer {
    padding: 6px 0;
}
.copy{
  text-align: left;
}
.ind3_page span {
    width: 8px;
    height: 8px;
}
.ind3_cot .arrow-right{
    width: 25px;
    padding-right: 5px;
}
.ind3_cot .arrow-left{
    width: 25px;
  padding-left: 5px;
}
.ind3_page {
    margin-top: 10px;
}
.ab1_cot{
    margin: 0 0;
    padding: 40px 0 0;
}
.ab1_tit h3 {
    font-size: 16px;
    line-height: 26px;
}
.ab1_tit {
    margin-bottom: 15px;
}
.ab1_wz h5 {
    font-size: 12px;
    line-height: 22px;
}
.ab1_wz p {
    font-size: 12px;
    line-height: 22px;
}
.about_box2 {
    padding: 40px 0;
}
.ab2_tit h3 {
    font-size: 16px;
    line-height: 26px;
}
.ab2_tit {
    margin-bottom: 20px;
}
.ab3_jb h3{
  font-size: 16px;
    line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
}
.ab3_jb img {
    width: 35px;
    top: -5px;
}
.about3_right {
    width: 100%;
    margin-top: 60px;
}
.ab3_lis img {
    margin-bottom: 0px;
}
.ab3_lis p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.ab2_cot svg{
  display: none;
}
.ab2_cot .ab2_cotImg{
  display: block;
}
.ab2_cotImg img{
  width: 100%;
}
.job2_left{
  display: none;
}
.job2_right{
  width: 100%;
  padding: 0;
}
.job2_tit h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px;
}
.job2_num{
    margin-bottom: 20px;
  margin-right: 0;
}
.job_box2{
  padding: 40px 0;
}
.job2_lis{
  padding: 20px;
}
.job2R_cot:before{
  content: none;
}
.job2R_cot:after{
  content: none;
}
.job2_wz p {
    line-height: 22px;
    font-size: 12px;
    margin: 0;
}
.job2_cot{
  padding: 0;
}
.about_box4{
  padding: 40px 0;
}
.ab4_tit h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.ab4_tit p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.ab4_tit {
    margin-bottom: 20px;
}
.ab4_left{
  position: relative;
  width: 100%;
  margin-top:20px;
}
.ab4_img{
  height: 40vh;
}
.ab4_right{
  width: 100%;
  padding: 0;
  float:none;
}
.ab4_wz h3{
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 0px;
}
.ab4_wz p{
  font-size: 12px;
  line-height: 21px;
  margin: 0;
}
.ab4_lis:nth-child(even) .ab4_left{
  left: 0;
}
.ab4_lisPC{

}
.ab4_lisPhone{
  display: block;
}
.ab4_lis {
    margin: 20px 0;
}
.ab4_lis:nth-child(even) .ab4_right{
  text-align: left;
}
.about_box5{
  padding: 0;
}
.ab4_cot {
    margin-bottom: -20px;
}
.ab_form{
  position: relative;
  left: 0;
  width: 100%;
  padding: 20px 15px;
}
.ab_formDiv input{
  font-size: 12px;
}
.ab_formDiv{
  margin-bottom: 15px;
}
.ab_formDivT label{
  font-size: 12px;
}
input.ab_btn{
  font-size: 12px;
  line-height: 22px;
}
.ab_formDivT textarea{
  margin-bottom: 15px;
}
#dituContent{
    margin-top: 30px;
}
#dituContent{
  height: 50vh !important;
}
.pro1_cot{
  margin: 0;
  padding: 0;
}
.pro1_wz h3 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px 0;
}
.pro1_wz p {
	width:100% !important;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.pro1_wz p img{
	width:100%;
}
.pro_box1{
  padding: 40px 0;
}
.pro_box2{
  padding: 40px 0;
}
.pro2_search{
  display: none;
}
.pro2_cot li{
  width: 100%;
  margin-bottom: 20px;
}
.pro2_wz h3 {
    font-size: 14px;
    line-height: 24px;
}
.pro2_wz p{
  font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
    height: 46px;
}
.pro2_wz {
    padding: 10px 0 0;
}
.pro_box3{
  padding: 40px 0;
}
.pro3_cot li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.pro3_wz h3 {
    font-size: 14px;
    line-height: 24px;
}
.serv1_top{
  margin: 0;
  padding: 0;
}
.serv1_wz {
    font-size: 12px;
    line-height: 22px;
}
.serv1_wz p{
  margin: 0;
}
.serv1_bott{
  padding-top: 20px;
}
.serv1B_img{
  display: none;
}
.serv1_bottPC{
  display: block;
}
.serv1_bottPhone{
  display: block;
}
.serv1B_t li{
  text-align: center;
}
.serv1B_lis{
  padding: 20px;
  min-height:inherit;
  position: relative;
  box-sizing: border-box;
  display: block;
}
.serv_box1{
  padding: 40px 0;
}
.serv1B_wz {
    width: 100%;
	padding-right: 0px;
}
.serv1B_wz p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.serv1B_wz h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 10px;
}
.serv_box2{
  padding: 40px 0;
}
.serv2_wz p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.serv2_img{
  margin-top: 20px;
}
.serv_box3{
  padding: 40px 0;
}
.serv3_wz h5 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.serv3_wz hr{
  display: none;
}
.serv3_wz p {
    font-size: 12px;
    line-height: 22px;
  text-align: center;
}
.serv3_form{
  margin: 20px 0 0;
}
.serv3_form label{
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.serv3_form label input{
    line-height: 40px;
    height: 40px;
    font-size: 12px;
}
.serv3_form label textarea{
  height: 100px;
  font-size: 12px;
}
.serv3_form button{
    line-height: 40px;
    height: 40px;
    font-size: 12px;
}
.serv3_cont{
  margin-top: 0;
}
.serv3_cont li h5{
    line-height: 22px;
    font-size: 12px;
}
.serv3_cont ul{
  margin: 0;
}
.serv3_cont li{
  padding: 0;
  width: 100%;
  margin-top: 20px;
}
.job1_cot{
  margin: 0;
  padding: 40px 0;
}
.job1_wz h3{
  font-size: 16px;
  line-height: 26px;
}
.job1_wz{
  padding: 0;
}
.job1_wz p{
  font-size: 12px;
  line-height: 22px;
}
.job_box1{
  padding: 0;
}
.job_box3{
  padding: 40px 0;
}
.job3_cot{
  padding: 0;
}
.job3_lis{
  padding: 20px;
}
.job3_lis h3{
  margin: 0 0 5px;
}
.job3_bott p{
  font-size: 12px;
  line-height: 22px;
}
.job3_btn span{
  font-size: 12px;
}
.jobB_cot p{
  font-size: 12px;
  line-height: 22px;
}
.jobB_cot h3{
  font-size: 14px;
  line-height: 24px;
}
.job_fix{
  width: 80%;
    overflow-y: auto;
    max-height: 400px;
}
.jobB_tit h2{
  font-size: 16px;
  line-height: 26px;
}
.jobCot li{
  font-size: 12px;
  line-height: 22px;
}
.job_upload a{
  font-size: 12px;
}
a.job3_arrr{
    width: 35px;
    height: 35px;
    font-size: 18px;
    z-index: 2;
}
a.job3_arrl{
  width: 35px;
    height: 35px;
    font-size: 18px;
    z-index: 2;
}
.job3_cot a i:before {
    line-height: 14px;
}
.job_box4{
  padding: 40px 0;
}
.job4_left{
  display: none;
}
.job4_right{
  width: 100%;
  padding: 0;
}
.job4_right p{
  font-size: 12px;
  line-height: 22px;
}
.passage_box{
  padding: 40px 0 0;
}
.passage_text{
  width: 100%;
    padding: 0;
    text-align: center;
}
.passage_text p{
  font-size: 12px;
  line-height: 22px;
}
.passage_text a{
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}
.pa_form{
  width: 100%;
  padding: 20px;
  margin: 20px 0 0;
}
.pa_formDivT{
  font-size: 12px;
  line-height: 22px;
}
.passage_box #dituContent{
  top: 0 !important;
  margin-bottom: 140px;
}
.pa_formDivT textarea{
  margin-bottom: 15px;
}
input.pa_btn{
  font-size: 12px;
  line-height: 22px;
}
.bar_menu ul{
  display: flex;
  align-items: center;
}
.bar_menu {
    margin-bottom: 15px;
}
.newsd_top .bar_menu li{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.newsd_tit h3:before {
    height: 2px;
}
.newsd_tit h3:before{
  margin-bottom: 10px;
}
.newsd_tit h3{
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}
.newsd_box2{
  padding: 40px 0;
}
.newsd1_right{
  display: none;
}
.newsd1_left{
  width: 100%;
}
.newsd_box1{
  padding: 40px 0;
}
.newsd1_top{
  background-color: transparent;
  padding: 0;
    text-align: center;
}
.newsd1_top span{
  font-size: 16px;
  line-height: 26px;
  background: transparent;
}
.newsd1_top:before{
  content: none;
}
.newsd1_wz h5{
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    text-align: center;
}
.newsd1_wz{
  padding: 0;
}
.newsd1_wz p {
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0;
}
.newsd2_tit h3{
  font-size: 16px;
  line-height: 26px;
}
.newsd2_tit {
    margin-bottom: 20px;
}
.news_text {
    padding-bottom: 20px;
}
.news_text h5{
  font-size: 12px;
  line-height: 22px;
}
.news_text h3{
  font-size: 14px;
    line-height: 24px;
    height: 60px;
}
.news_lis{
  margin: 0 0 20px;
}
.prod_box1{
  padding: 40px 0 0;
  margin: 0;
}
.prod1_img {
    overflow: hidden;
}
.prod1_img img {
    width: 140%;
    margin-left: -20%;
}
.prod1_wz h3{
    font-size: 16px;
    line-height: 26px;
  margin: 0;
}
.prod1_wz{
    margin-top: 20px;
  width: 100%;
    margin-left: 0;
    top: 0;
    padding: 0;
}
.prod1_wz p{
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}
.prod_box2 {
    padding: 40px 0 0;
}
.prod3_tit h3{
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.prod2_img {
    width: 100%;
    margin-top: 20px;
}
.prod2_right {
    width: 100%;
    padding-left: 0;
}
.prod2_lis {
    line-height: 40px;
    font-size: 12px;
}
.prod2_lis span{
  font-size: 14px;
}
.prod_box3{
  padding: 40px 0;
    margin-top: -20px;
}
.prod3_cot p {
    font-size: 12px;
    line-height: 22px;
}
.prod3_cot p img{
	width:100%;
}
.prod3_tit {
    margin-top: 0;
}
.welfare_box{
  padding: 40px 0;
}
.bar_menu li{
  font-size: 12px;
}
.welfare_tit h3{
  font-size: 16px;
    line-height: 26px;
}
.welfare_tit{
  margin-bottom: 20px;
}
.welfare_lis h5{
  font-size: 12px;
  line-height: 22px;
}
.welfare_lis{
  margin-bottom: 10px;
}
.welfare_img {
    margin-bottom: 0px;
}
.welfare_cot {
    margin-bottom: -10px;
}
.apply_tit h3{
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}
.newsd1_wz table td {
    font-size: 12px;
    line-height: 22px;
}
.swiper-button-black{
  color: #333;
  font-size: 20px;
}
.news_txt h3{
    font-size: 16px;
    line-height: 26px;
}
.news_li{
  margin-bottom: 20px;
}
.news_txt{
  padding: 40px 20px;
}
.news_cot {
    margin-bottom: -20px;
}
.ind4_wz br {
    display: none;
}
.serv1_wz br{
  display: none;
}
.serv3_ico {
    margin: 0 auto 5px;
}
.bannerPC{
  display: none;
}
.bannerPhone{
  display: block;
}
.prod3_cot {
    margin-bottom: 20px;
}


}
/* 2018 6 23 */
.profile_top p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    letter-spacing: 0.5px;
}

.profile_top h3 {
    margin: 0;
    text-align: center;
    margin-bottom: 34px;
    font-size: 30px;
    letter-spacing: 2px;
}

.profile_top p b {
    color: #333;
}

.profile_top {
    margin-bottom: 40px;
}

.profile_box {
    padding: 80px 0;
}

.profile_img {width: 30%;float: left;
    margin-right: 40px;
    margin-bottom: 20px;}

.profile_wz {
}

.profile_img img {
    width: 100%;
}
.profile_wz h4 {
    margin: 0;
    font-size: 24px;
    color: #333;
    letter-spacing: 2px;
    line-height: 40px;
    margin-bottom: 10px;
}

.profile_wz p {
    font-size: 15px;
    line-height: 26px;
}

.profile_wz h4 {
    margin: 0;
    font-size: 24px;
    color: #333;
    letter-spacing: 2px;
    line-height: 40px;
    margin-bottom: 10px;
}

.profile_wz p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.profile_lis:after {content: '';display: table;clear: both;}

.profile_lis{
    padding-bottom: 30px;
}

.profile_lis:last-child{
    padding:0;
}

.profile_lis1 .profile_wz{
    padding:0;
}

.profile_lis1 .profile_img{
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-right: 0;
}

.profile_wz p:first-child:first-letter {
    font-size: 40px;
    float:left;
    line-height:48px;
    margin-right:5px;
    color: #333;
}

.serv1_wz {
    width: 84%;
    margin: 0 auto 50px;
    text-align: left;
}

.serv1_wz:after {
    content: '';
    display: table;
    clear: both;
}

.serv1_left {
    width: 50%;
    float: left;
    padding-right: 50px;
    text-indent: 2em;
}

.serv1_right {
    width: 50%;
    float: left;
    padding-left: 50px;
    border-left: solid 1px #ccc;
}

.serv1_right p {
    margin: 0;
}

.serv1_right p span {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}

.serv1_right p i {
    display: inline-block;
    width: calc(100% - 50px);
    font-style: normal;
}
.job_upload a {
    position: relative;
}

.job_upload input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}


/* 2018 6 23 */


.pagination > .active > a{
  background-color:#E60012;
  border-color:#E60012;
}
.pagination > .active > a:hover{
  background-color:#E60012;
  border-color:#E60012;
}
.pagination > li > a, .pagination > li > span{
  color:#E60012;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color:#E60012;
  border-color:#E60012;
}




[v-cloak] {
    display: none;
}
.pro3_cot ul{
  margin: 0 -10px;
}

@media (max-width: 768px){
.ind_box2.changed{
	padding: 40px 0;
}

.profile_box{
	padding: 40px 0;
}
.profile_top h3{
	font-size:16px;
	font-weight:600;
	letter-spacing:0px;
	line-height:24px;
}
.profile_wz p{
	font-size:12px;
}
.profile_img{
	width:100%;
}

.about2_sec.about2_sec1 {
    padding: 40px 0 20px;
}
.ab2_1_lis h5 {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px;
}
.ab2_1_lis {
    margin: 0 0 30px;
}
.about2_sec{
	padding: 40px 0;
}
.ab2_2{
	padding:20px;
	display:block !important;
}
.ab2_2_l{
	width:100%;
	max-width:auto;
	padding-right: 0px;
}
.ab2_2_r{
	width:100%;
}

.ab2_2_arr {
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.ab2_2_sw{
	padding:0 40px;
}
.ab2_2_hf{
	padding:10px;
}
.ab2_2_hf p{
	font-size:12px;
}

.ab3__wz{
	width:100%;
	padding-right:0;
	margin-bottom:20px;
  display: block;
}
.ab3__wz span{
	width: 100%;
	font-size:12px;
	padding-top:0;
  margin-top: 6px;
  line-height: 22px;
}
.ab3__wz a {
    font-size: 12px;
    border: solid 1px #e50020;
    line-height: 30px;
    display: inline-block;
    height: 32px;
    width: 130px;
    text-align: center;
    color: #e50020;
    margin-right: 20px;
}
.ab3__img{
	width:100%;
}
.ab3__lis{
	display:block !important;
}

.about3_sec{
	padding:40px 0;
}
.ab3__lis{
	padding:20px 0;
}
.ab3_2{
	margin:40px 0;
}

.ab3_2_r{
	position:relative;
	top:60px;
}

.about4_sec{
	padding:40px 0;
}
.ab4_1_img{
	width:100%;
}
.ab4_1_txt{
	padding:20px;
}
.ab1_text p{
	font-size:12px;
	line-height:20px;
}
.ab4_1_lis.ab4_1_lis_r .ab4_1_img {
    margin-left: 0%;
}
.serv1_wz{
	width:100%;
	margin-bottom:0px;
}
.serv1_left{
	padding-right:20px;
}
.serv1_right {
    padding-left: 20px;
}

.serv2_cot li {
    width: 100%;
    float: left;
    height: 350px;
    border-right: solid 2px rgba(255, 255, 255, 0.3);
}

.serv2_cot a .serv2_bott_wz{
    top: 40% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.serv2_cot a .serv2_ico{
    top: -60px !important;
}

.serv2_cot a:before{
    opacity: 0.5 !important;
}

.serv2_cot a .serv2_ico h3 {
    opacity: 0 !important;
}

.serv2_cot a:after{
    bottom: 0 !important;
}

.serv2_ico img{
	width:100px;
}

.serv2_bott_wz h3{
	font-size:16px;
}
.serv2_bott_wz p{
	font-size:12px;
}
.ind4_wz p{
  padding: 0;
}

}



/* Stock */
.stock_car {
    padding: 80px 0;
}
.sc_t {
    position: relative;
    padding-left: 330px;
}
.sc_t h3 {
    font-size: 26px;
    color: #383838;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.sc_t h3 span {
    font-family: Arial;
    font-size: 14px;
    color: #a9a5a5;
}
.sc_t .r {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sc_t .r input {
    height: 36px;
    width: calc(50% - 100px);
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}
.sc_t .r input::placeholder {
    color: #888;
}
.sc_t .r .sc_btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #e60020;
}
.sc_b {
    margin-top: 32px;
    overflow: auto;
}
.sc_b table {
    width: 100%;
    min-width: 600px;
}
.sc_b tr td {
    height: 60px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-align: center;
}
.sc_b thead {
    background: #e60020;
}
.sc_b thead tr td {
    color: #fff;
}
.sc_b tbody tr {
    border-bottom: 1px solid #ccc;
}
.sc_b tbody tr td a {
    color: #666;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sc_b tbody tr td a:hover {
    color: #e60020;
}
@media (max-width: 768px) {
    .sc_t {
        padding: 0;
    }
    .sc_t h3 {
        position: static;
    }
    .sc_t .r {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .sc_t .r input {
        width: 49%;
    }
    .sc_t .r input:nth-of-type(1) {
        margin-right: 2%;
    }
    .sc_t .r .sc_btn {
        margin-top: 10px;
        width: 100%;
    }
}
/* Stock */


