
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}
/**
body>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color: #313131;
  margin: 0;
  text-align: left;
}

h1{
  font-size: 40px;
  color:#fff;
}

h2{
  font-size: 22px;
}

h3{
  font-size: 18px;
}

h4{
  font-size: 16px;
}

h5{
  font-size: 14px;
}
ol, ul { list-style: none; }
a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.clearfix:after{
    visibility:hidden;
    display:block;
    content:" ";
    clear:both;
    height:0;
    line-height:0;
}
.clearfix {
    zoom: 1;
}
.fl{
  float: left;
}
.fr{
  float: right;
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  -moz-border-radius: 4px;
       border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
       animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.header-fixed{
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 5px rgba(26, 26, 26, 0.3);
     -moz-box-shadow: 0 1px 5px rgba(26, 26, 26, 0.3);
          box-shadow: 0 1px 5px rgba(26, 26, 26, 0.3);
}

.navbar>.container .navbar-brand{
  margin: 25px 0 0 0;
}
.navbar>.container .navbar-brand.navbarlogo{
  margin-top: -4px;
  -webkit-transition: margin .4s;
  -webkit-transition-duration: margin .4s;
     -moz-transition-duration: margin .4s;
          transition-duration: margin .4s;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  -moz-border-radius: 0;
       border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding-bottom: 20px;
}

.navbar.head_wrap_shrink{
  height: 50px;
  line-height: 50px;
  -webkit-transition: height .4s ,line-height .4s;
  -webkit-transition-duration: height .4s ,line-height .4s;
     -moz-transition-duration: height .4s ,line-height .4s;
          transition-duration: height .4s ,line-height .4s;
}

@media screen and (min-width: 500px){
	.navbar.head_wrap_shrink:hover{
	  height: 70px;
	  line-height: 70px;
	}
	.navbar.head_wrap_shrink:hover .navbarlogo{
	  margin-top: 2px;
	}
}


.navbar-nav{
  background: #fff;
  margin-top: 42px;
 }
.head_wrap_shrink .navbar-nav{
	 margin-top: 0;
 }
.header-fixed .navbar-nav{
  padding-top: 0;
}
.navbar-nav>li{
  margin-left: 22px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 2px 5px;
  margin: 0;
  color: #000;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  border-top: 2px solid transparent;
}

.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #fff;
  color: #2283d8;
  border-top-color: #2283d8;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  padding-left: 15px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #2283d8;
  border-top-color: #2283d8;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
       border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

.navbar-toggle{
    margin-top: 35px;
    margin-right: 20px;
    border: none;
}
.container>.navbar-header{
	margin-right: 0;
}
.navbar-inverse .navbar-toggle{
  background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar{
  background-color: #00A0E9;
}
/*************************
*******banner-carousel******
**************************/
.carousel-indicators{
    bottom: -1px;
}
.carousel-indicators > li {
   width: 8px;
   height: 8px;
   margin: 1px 4px;
   background: #868686;
   border: none;
}
.carousel-indicators .active{
   width: 16px;
   height: 10px;
   background: #00A0E9;
   -moz-border-radius: 5px;
        border-radius: 5px;
}
#banner-carousel .carousel-inner,
#company-news .carousel-inner{
  height: 400px;
}
.carousel-inner .icon-title > img{
  width: 100%;
  height: 360px;
}
.carousel-inner .icon-title .carousel-caption{
    width: 100%;
    position: absolute;
    top: 360px;
    left: 0;
    font-size: 12px;
    color: #313131;
}
.carousel-caption .title,
.carousel-caption .time{
  margin-top: 0px; 
  text-shadow: none;
  font-size: 14px;
}
.carousel-caption .word-limit{
  margin-top: 0px; 
  text-shadow: none;
  font-size: 14px;
  color: #fff;
}
.carousel-caption .length{
  position: absolute;
  left: 49%;
  top: 5px;
  text-shadow: none;
}

/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 240px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -moz-border-radius: 4px;
       border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
       border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 15px;
  height: 15px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
       border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


/*************************
**** company-business css ****
*************************/
#company-business {
  margin-top: 50px;
}

.business{
  padding: 0;
}
.business-wrap{
  padding-bottom: 24px;
}
.business-wrap .business-wrap-img > img{
  width: 100%;
  height: 160px;
}

.business-wrap-bottom h3{
  margin-top: 30px;
  margin-bottom: 14px;
}
.business-wrap-bottom > p{
  font-size: 12px;
  color: #868686;
  line-height: 18px;
  text-align: justify;
}


/*************************
**** features css ****
*************************/

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}
.feature-wrap .feature-wrap-img{
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  cursor: pointer;
}
.feature-wrap .feature-wrap-img:hover{
  border: 2px solid #00A0E9;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}
.feature-wrap .feature-wrap-img .see-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #00A0E9;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
     -ms-transform: scale(.8);
         transform: scale(.8);
}
.feature-wrap .feature-wrap-img:hover .see-btn{
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
         transform: scale(1);
}
.feature-wrap .feature-wrap-img img{
    width: 100%;
    height: 140px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
     -ms-transform: scale(1.15);
         transform: scale(1.15);
}
.feature-wrap .feature-wrap-img:hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
         transform: scale(1);
}

.feature-wrap .feature-wrap-bottom > h3{
  margin-top: 25px;
}
.feature-wrap .feature-wrap-bottom  > p{
  margin-top: 15px;
  font-size: 12px;
  color: #868686;
  line-height: 16px;
  text-align: justify;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  -moz-border-radius: 100%;
       border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  -moz-box-shadow: inset 0 0 0 5px #f2f2f2;
       box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  -moz-box-shadow: inset 0 0 0 5px #c52d2f;
       box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}


/*************************
**** company-news css ****
*************************/

#company-news{
  padding: 20px 0;
}
.introduce .line{
  display: inline-block;
  height: 24px;
  width: 1px;
  background: #979797;
  margin: 8px 24px 0 60px;
}
.introduce .slogan{
  font-size: 12px;
  color: #868686;
  line-height: 16px;
  padding-top: 3px;
  text-align: left;
}

#company-news .more,
#core-product .more{
  margin-top: 10px;
  width: 170px;
  height: 30px;
  line-height: 30px;
  background: #313131;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;   
}
#company-news .more a,
#core-product .more a{
  color: #fff;
  display: inline-block;
  width: 100%;
}
#company-news .more:hover a,
#core-product .more:hover a{
  font-size: 13px;
}

h4.sub-heading{
    font-size: 14px;
    color: #868686;
    padding-top: 5px;
    font-weight: 500;
}

.news-box{
  margin-top: 46px;
}

#company-news .news-list{
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
}
#company-news .news-list:first-child{
  padding-top: 0;
}
#company-news .news-item .release-date{
  font-size: 16px;
  color: #868686;
  width: 60px;
}
#company-news .news-item .news-centent{
  width: 80%; 
  width:-moz-calc(100% - 60px);
  width:-ms-calc(100% - 60px); 
  width:calc(100% - 60px); 
  padding: 0 10px;
}
.news-centent .title-wrap .column{
  font-size: 12px;
  color: #313131;
  font-weight: 600;
}
.news-centent .title-wrap .title{
  font-size: 18px;
  font-weight: 600;
  color: #313131;
  padding-left: 12px;
}
.news-centent .article{
  height: 45px;
  overflow: hidden;
  font-size: 12px;
  color: #868686;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 10px;
}

#carousel-example-news{
  height: 320px;
}
#carousel-example-news .carousel-inner .news-img-wrap{
  height: 310px;
}
#carousel-example-news .carousel-inner .news-img-wrap  img{
  width: 100%;
  height: 100%;
}
.news-img-wrap .carousel-caption{
    width: 100%;
    height: 45px;
    top: 265px;
    left: 0;
    padding-bottom: 0;
    background: rgba(0,0,0,.4);
    background: linear-gradient(rgba(0,0,0,.04),rgba(0,0,0,.8));
    box-sizing: border-box;
}
.news-img-wrap .carousel-caption .title-box{
  text-align: left;
  margin-top: -19px;
  padding: 6px 0 0 10px;
}
.news-img-wrap .carousel-caption .title-box >div{
  font-size: 12px;
  color: #fff ;
  text-shadow: none;
}
.news-img-wrap .carousel-caption .length{
    left: 85%;
    top: 11px;
    width: 40px;
    font-size: 18px;
    color: #fff;
}
.news-btn-box{
  position: absolute;
  top: 265px;
  right: 0;
  width: 40px;
  height: 38px;
  z-index: 1000;
}
.news-btn-box > a{
  color: #fff;
  font-size: 14px;
}
/***********************
********* core-product css ******
************************/
#core-product{
  padding-top: 30px;
}
.enterprise-Ideals{
  padding-bottom: 20px;
}
.core-point{
  margin-top: 20px;
}
/***********************
********* successful-cases css ******
************************/
#successful-cases{
  padding: 24px 0 40px 0; 
  background: #313131;
  min-height: 410px;
}
.successful-cases-title{
  padding: 0 0 14px 0;
}

.successful-cases-title > h2{
  color: #42FAF9;
}
.successful-cases-title > span{
  opacity: .3;
  font-size: 16px;
  color: #42FAF9;
  letter-spacing: 0;
  line-height: 16px;
}
#successful-cases .centent-left > h2{
  color: #42FAF9;
}
#successful-cases .centent-left > h2 span{
  display: inline-block;
  background: #42FAF9;
  width: 48px;
  height: 3px;
}
#successful-cases .cases-brief{
  padding-top: 30px;
  padding-left: 54px;
  padding-bottom: 24px;
  font-size: 13px;
  color: #BBBBBB;
  text-align: justify;
  line-height: 21px;
}
#successful-cases .centent-right{
  width: 90%;
  position: relative;
}
#successful-cases .centent-right > img{
  width: 100%;
  height: 280px;  
}
#successful-cases .centent-right .img-title{
  position: absolute;
  right: -35px;
  top: 0;
  z-index: 1000;
  width: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}
.successful-cases-btn{
  position: absolute;
  width: 92px;
  right: 0;
  top: 217px;
}
.successful-cases-btn a{
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: rgba(255,255,255,.5);
  color: #000;
  font-size: 30px;
}
.successful-cases-btn a.left{
   left: -28px;
}
.successful-cases-btn a.right{
   left: 37px;
   background: rgba(0,0,0,.5);
   color: #fff
}
.carousel-control .glyphicon-chevron-left{
    top: 40%;
    left: 40%;
}
.carousel-control .glyphicon-chevron-right{
    top: 40%;
}
/***********************
********* cooperative-company ******
************************/

#cooperative-company{
  padding: 60px 0;
}

/***********************
********* Footer ******
************************/
#bottom {
  background: #F9F9F9;
  padding: 60px 0;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
}

#bottom ul li a {
  color: #868686;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#bottom .bottom-logo{
  padding-top: 30px;
  text-align: right;
}

#footer {
  padding: 20px 0;
  font-size: 12px;
  color: #C8C8C8;
  background: #333333;
}

.foot-email{
  width: 200px;
  text-align: center;
}
.foot-email,
.ewm{
    padding: 20px 0;
    position: absolute;
    top: 30px;
    left: 80px;
    background: #fff;
    border: 1px solid #2d7def;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    display: none;
}
.ewm{
  top: -230px;
  left: 100px;
  padding: 20px;
}
.ewm p {
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.ewm img{
  width: 258px;
  height: 258px;
}
.footemailhover:hover .foot-email{
    display: block;
}
.wxEwm:hover .ewm{
    display: block;
}
@media (max-width: 767px) {
  .ewm img{
    width: 170px;
    height: 158px;
  }
  .ewm{
    top: -130px;
    left: 80px;
    padding: 10px;
  }
  .foot-email{
    top: -22px;
      left: 0;
  }
  .rs .foot-email{
     left: -120px;
  }
}
/*******************************************************************************************************************
********* fu css **************************************************************************************************
***************************************************************************************************************/  

/* rx-about */
.fu-centent-top .fu-bgimg-wrap{
  height: 360px;
}
.fu-centent-top .fu-bgimg-wrap h1{
  text-align: center;
  line-height: 40px;
  padding-top: 100px;
}
.fu-centent-top .fu-bgimg-wrap p{
  padding-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
}
.fu-centent-top.about .fu-bgimg-wrap{
  background: url(../images/about/rx-about1.png) no-repeat center / cover;
}
@media screen and (max-width: 500px) {
    .fu-centent-top .fu-bgimg-wrap p {
      font-size: 14px;
      padding: 15px;
      text-align: center;
      line-height: 21px;
    }
    .fu-centent-top .fu-bgimg-wrap h1{
      padding-top: 50px;
      font-size: 32px;
    }
	.fu-centent-top .fu-bgimg-wrap {
		height: 230px;
	}
	.fu-centent-top.xq .fu-bgimg-wrap,
	.fu-centent-top.xq2 .fu-bgimg-wrap{
		height: 360px;
	}
}
/* .about .fu-bottom-wrap{
  margin-top: 80px;
} */
.about .fu-bottom-wrap .serial-number{
  font-size: 54px;
  color: #D1D1D3;
  line-height: 32px;
  margin-top: 32px;
}
.about .fu-bottom-wrap img{
  width: 100%;
}
.about .fu-bottom-wrap .title{
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #313131;
  line-height: 30px;
}
.about .fu-bottom-wrap .subheading{
  font-size: 14px;
  color: #868686;
  padding-top: 5px;
}
.about .fu-bottom-wrap .line{
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #D1D1D3;
  margin: 30px 0;
}
.about .fu-bottom-wrap .content{
  font-size: 14px;
  color: #868686;
  text-align: justify;
  line-height: 24px;
}
.about .fu-bottom-wrap .list > div{
  padding-top: 30px;
  /* padding-bottom: 30px; */
}
/*  rx-culture  */
.fu-centent-bottom{
  padding: 20px 0 10px 0;
}
.fu-centent-top.culture .fu-bgimg-wrap{
  background: url(../images/culture/culture1.png) no-repeat center / cover;
}
#fu-sideBar{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; 
}
@media screen and (max-width: 760px) {
	#fu-sideBar{
      display: none;
    }
}
@media screen and (min-width: 768px) {
    #fu-sideBar.fixedtop{
      position: fixed;
      top: 62px;
    }
}

#fu-sideBar li{
  height: 52px;
  line-height: 52px;
  padding-right: 30px;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #F6F6F6;
     -moz-box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #F6F6F6;
          box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #F6F6F6;
  cursor: pointer;
  -webkit-transition: color .3s, box-shadow .3s;
  -moz-transition: color .3s, box-shadow .3s;
  -webkit-transition: color .3s, -webkit-box-shadow .3s;
  transition: color .3s, -webkit-box-shadow .3s;
  -moz-transition: color .3s, box-shadow .3s, -moz-box-shadow .3s;
  transition: color .3s, box-shadow .3s;
  transition: color .3s, box-shadow .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s;
}
#fu-sideBar li:first-child{
  border-top: 1px solid #F2F2F2;
}
/* #fu-sideBar li:hover{
  -webkit-box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #00A0E9;
     -moz-box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #00A0E9;
          box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #00A0E9;
} */
#fu-sideBar li.active{
  -webkit-box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #00A0E9;
     -moz-box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #00A0E9;
          box-shadow: 0 1px 0 0 #F2F2F2, inset -4px 0 0 0 #00A0E9;
}
/* #fu-sideBar li:hover a{
  color: #00A0E9;
} */
#fu-sideBar li>a{
  font-size: 18px;
  color: #6A6A6A;
}
#fu-sideBar li.active>a{
  color: #00A0E9;
}
.culture .culture-centent .cultureimg{
  padding: 16px 0;
}
.culture .culture-centent .cultureimg img{
  width: 100%;
}
.culture .culture-centent .title{
  font-size: 20px;
  color: #313131;
  letter-spacing: 1px;
  line-height: 28px;
}
.culture .culture-centent .introduce{
  font-size: 14px;
  color: #868686;
  text-align: justify;
  line-height: 24px;
  padding: 24px 0;
}


/*  rx-product  */
.fu-centent-top.product .fu-bgimg-wrap{
  background: url(../images/core-product/product1.png) no-repeat center / cover;
}
.product .product-centent h4{
  color: #868686;
}
.product .product-centent .line{
  display: inline-block;
  width: 26px;
  height: 2px;
  margin: 30px 0 23px 0;
  background: #D1D1D3;
}
.product .product-centent .details{
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  text-align: justify;
  padding-bottom: 16px;
}
.product .productimg img{
  width: 100%;
}
.product .list{
  margin-top: 20px;
  padding-bottom: 16px;
}
.product .list:first-child{
  margin-top: 0;
}
/* rx-news */
.fu-centent-bottom.news{
  padding: 20px 0 0 0;
}
.fu-centent-top.news .fu-bgimg-wrap{
  background: url(../images/news/news4.png) no-repeat center / cover;
}
.fu-centent-bottom .news-nav{
  padding-bottom: 10px;
}
.fu-centent-bottom .news-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.fu-centent-bottom .news-nav ul li{
  margin-right: 25px;
  float: left;
  padding-bottom: 4px;
  margin-top: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 500px){
	.fu-centent-bottom .news-nav ul{
		display: flex;
		flex-wrap: wrap;
	}
	.fu-centent-bottom .news-nav ul li{
		margin-right: 18px
	}
}
.fu-centent-bottom .news-nav ul li.active{
  font-size: 16px;
  color: #313131;
  font-weight: bold;
  border-bottom: 2px solid #313131;
}
.fu-centent-bottom .news-nav ul li:last-child{
  margin-right: 0;
}
.fu-centent-bottom .news-nav ul li a{
  font-size: 16px;
  color: #868686;
}
.news-centent .list{
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
}
.news-centent a:last-child .list{
  border-bottom: none;
}
.news-centent .list img{
  width: 100%;
  height: 200px;
  padding-bottom: 10px;
}
.news-centent .list .details-text{
  font-size: 14px;
  color: #868686;
  text-align: justify;
  line-height: 24px;
  padding: 24px 0;
  overflow: hidden;
}
.news-centent .list .box{
  font-size: 12px;
  color: #868686;
}
.news-centent .list .box .time{
  margin-left: 24px;
}
.load-more-btn{
  margin: 30px 0 20px 0;
  text-align: center;
}
.load-more-btn span{
  display: inline-block;
  width: 194px;
  height: 44px;
  line-height: 38px;
  text-align: center;
  border: 3px solid #868686;
  cursor: pointer;
}
.load-more-btn span:hover{
  background: #F9F9F9;
}
/* join-us */
.fu-centent-bottom.join{
  padding: 50px 0 40px 0;
}
.fu-centent-top.join .fu-bgimg-wrap{
  background: url(../images/join/join1.png) no-repeat center / cover;
}
.join-wrap .titles{
  font-size: 32px;
  font-weight: bold;
  color: #212121;
}
.join-wrap .introduce{
  padding: 25px 0;
  font-size: 16px;
  color: #313131;
  text-align: justify;
  line-height: 24px;
}
.join-wrap .list{
  padding-bottom: 24px;
}
.join-wrap .list:last-child{
  padding-bottom: 0;
}
.join-wrap .list>span{
  display: inline-block;
  font-size: 14px;
  color: #868686;
  padding-bottom: 16px;
}
#map-wrap{
  width: 100%;
}
.anchorBL{
    display:none;
}


/* rx-news-details */
.details-wrap .wrap-top{
  height: 78px;
  line-height: 78px;
  font-size: 18px;
  color: #313131;
  border-top: 1px solid #BBBBBB;
  -webkit-box-shadow: 0 -1px 0 0 #BBBBBB, 0 1px 0 0 #BBBBBB;
     -moz-box-shadow: 0 -1px 0 0 #BBBBBB, 0 1px 0 0 #BBBBBB;
          box-shadow: 0 -1px 0 0 #BBBBBB, 0 1px 0 0 #BBBBBB;
}
.details-wrap .wrap-top img{
  display: inline-block;
  margin-top: -4px;
}
.details-wrap .wrap-bottom h1{
  font-size: 24px;
  color: #313131;
  text-align: center;
  padding: 30px 0;
}
.details-wrap .wrap-bottom .release-date{
  padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.details-wrap .wrap-bottom .news-img img{
  width: 100%;
  padding: 30px 0;
}
.details-wrap .wrap-bottom p{
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #313131;
  text-align: justify;
  line-height: 32px;
}
.details-wrap .wrap-bottom p img{
    display: block;
    max-height: 500px;
    margin: 20px auto 10px;
}
@media screen and (max-width: 767px) {
    .edui-upload-video{
       width: 100% !important;
       height: 100% !important;
    }
    .details-wrap .wrap-bottom p img{
       width: 100% !important;
       height: 100% !important;
    }
    a.img-wrap{
       width: 100% !important;
    }
    a.img-wrap > img{
       width: 100% !important;
       height: 100% !important;
    }
}
.wrap-top .container .goBack {
    float: right;
    width: 68px;
    height: 32px;
    line-height: 28px;
    display: inline-block;
    margin-top: 22px;
    border: 2px solid #868686;
    background: none;
    outline: none;
    color: #868686;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.section.img .img-wrap{
    margin: auto;
}
.page-turning-wrap{
  padding: 60px 0;
}
.page-turning-wrap .page-previous,
.page-turning-wrap .page-next{
  padding: 5px 15px;
  cursor: pointer;
}
.page-turning-wrap .page-previous .text:hover,
.page-turning-wrap .page-next .text:hover{
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .page-turning-wrap .page-next{
      text-align: right;
    }
}
.details-wrap .hits-views{
  padding-left: 30px;
}

/******************
*********product-details**********
******************  */
 .fu-centent-top.yh .fu-bgimg-wrap {
    background: url(../../rxgwStyle/images/rx-product-details/yh/yh.png) no-repeat;
}
.fu-centent-top.fp .fu-bgimg-wrap {
    background: url(../../rxgwStyle/images/rx-product-details/fp/fp.png) no-repeat;
}
.fu-centent-top.gc .fu-bgimg-wrap {
    background: url(../../rxgwStyle/images/rx-product-details/gc/gc.png) no-repeat;
}
.fu-centent-top.hb .fu-bgimg-wrap {
    background: url(../../rxgwStyle/images/rx-product-details/hb/hb.png) no-repeat;
}
.fu-centent-top.wq .fu-bgimg-wrap {
    background: url(../../rxgwStyle/images/rx-product-details/wq/wq.png) no-repeat;
} 
@media (min-width: 767px) {
  .fu-centent-top.productDetails .fu-bgimg-wrap>h1{
    font-size: 32px;
  }
  .fu-centent-top.productDetails .fu-bgimg-wrap>h1,
  .fu-centent-top.productDetails .fu-bgimg-wrap>p{
    padding-left: 80px;
    text-align: left;
  }
  .fu-centent-top.productDetails .fu-bgimg-wrap>p{
    width: 64%;
    line-height: 22px;
  }
  .gont-align-right{
    text-align: right;
  }
}

.productDetailshomeimg {
    display: inline-block;
    margin-top: -4px;
}
.wrap-top.productDetails { 
  padding: 20px 0;
  font-size: 18px;
  border-top: 1px solid #BBBBBB;
}
.wrap-top.productDetails .productDetailshomeimg {
    display: inline-block;
    margin-top: -4px;
}
.wrap-top.productDetails .goback{
  float: right;
    width: 68px;
    height: 32px;
    line-height: 28px;
    display: inline-block;
    padding: 0;
    border: 2px solid #868686;
    background: none;
    outline: none;
    color: #868686;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 500px) {
	.wrap-top.productDetails .goback{
		margin-top: 20px;
	}
}
.productListBackground {
  background: #F9F9F9;
}