@import url(//at.alicdn.com/t/font_1445739_8fvzfwlshzd.css);


#banner {
    z-index: 1;
      margin-bottom: 0px; 
}

a {
    color: inherit;
}
 
 
.just {
    display: flex;
    flex-wrap:  wrap;
    justify-content:  space-around;
}

 
/***************************************************************************************************/
 


#top-tel {
    background: url(/static/hongyu/top-tel.png) center ;
    height: 57px;
    
}


#top-tel p.tel {
        background: url(/static/hongyu/top-tel-tel.png) left center no-repeat ;
        padding-left: 30px;
        float: right;
        font-size: 20px;
        color: white;
}
 


#logo-tel {
   height: 100px;
}

#logo-tel .logo {
       background: url(/static/hongyu/logo.png) left center no-repeat ;
       display: block;
         font-size: 20px;
         padding-left: 300px;
         text-transform: uppercase;
         display: inline-block;
         height: 100px;
      
}

#logo-tel .logo h3 {
    padding-top: 20px;
   font-weight: normal;
}



#logo-tel .nav {
    display: inline-block;
}

#logo-tel .nav  {
    float: right;
}

#logo-tel .nav a {
    display: inline-block;
    line-height: 100px;
    padding: 0 11px;
    font-size: 18px;
}

#logo-tel .nav a:hover , #logo-tel .nav a:first-child {
    color: #097ada;
}




.main-title {
    display: block;
    text-align: center;
}

.main-title  h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom:  0;
}


.main-title h3 span {
    color: #097ada;
}

.main-title  .line {
     background: url(/static/hongyu/home-pro-line.png) no-repeat center bottom 7px;
     height: 20px;
}


.fjs {
    display: flex;
    flex-wrap:  wrap;
    justify-content:  space-around;
}

.fjs  > a {
    display: block;
    width: 24%;
    position: relative;
}

.fjs  > a  img {
    width: 100%;
    height:  auto;
}



#home-product {
    background: url(/static/hongyu/home-product.jpg) bottom center;
    padding-top: 50px;
}


#home-pro-list p {
    position: relative;
    bottom: 5em;
    left: 2em;
    color: #0b4498;
    font-weight: bold;
}

#home-pro  {
    padding-bottom: 2em;
}
#home-pro  a {
    box-sizing: border-box;
    border: 2px solid transparent;
        margin-bottom: 2em;
    margin-top: 2em;
}


#home-pro  a:hover {
    border: 2px solid #097ada;
}

 
#home-pro p {
    background: white;
    text-align: center;
    line-height: 2em;

}








#home-about {
    background: url(/static/hongyu/home-about.jpg) center;
    padding-top: 20px;
 
    height: 411px;
    
}

#home-about  .mainw {
    position: relative;
    overflow: visible;
}
#home-about  .con {
    position: absolute;
    left: 0;
    top: 160px;
    width: 560px;
    color: white;
    
}

#home-about  .con h3 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
}


#home-about  .con p {
    margin-top: 12px;
    line-height: 1.5em;
    font-size: 18px;
}



#home-about  .con  a {
    position: relative;
    left: 400px;
    top: -20px;
    padding: 10px 30px;
    border-radius: 15px;
    color: #333;;
    background: white;
    font-size: 20px;
}
#home-hangye {
    margin-top: 2em;
    margin-bottom: 2em;
}

#home-hangye a {
    width: 19%;
}


#home-hangye a  p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 6em;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
}






.flipster {
    display: block;
    margin: 70px auto 10px;
    width: 100%;
    position: relative;
    height: 600px !important;
}

.flip-items,
.flip-item {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.flip-items {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.flip-item {
    position: absolute;
    opacity: 1;
}

.flip-past,
.flip-future,
.flip-next,
.flip-prev {
    cursor: pointer;
}

.flip-item img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.flipster-coverflow .flip-items {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
}

.flipster-coverflow .flip-item {
    display: block;
    -webkit-transition: all 175ms ease-in-out;
    -moz-transition: all 175ms ease-in-out;
    -o-transition: all 175ms ease-in-out;
    -ms-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 900px;
    position: absolute;
    width: 30%;
}

.flipster-coverflow .flip-content {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster-coverflow .flip-past .flip-content {
    -webkit-transform: rotateY(55deg) scale(0.75);
    -moz-transform: rotateY(55deg) scale(0.75);
    -o-transform: rotateY(55deg) scale(0.75);
    -ms-transform: rotateY(55deg) scale(0.75);
    transform: rotateY(55deg) scale(0.75);
}

.flipster-coverflow .flip-future .flip-content {
    -webkit-transform: rotateY(-55deg) scale(0.75);
    -moz-transform: rotateY(-55deg) scale(0.75);
    -o-transform: rotateY(-55deg) scale(0.75);
    -ms-transform: rotateY(-55deg) scale(0.75);
    transform: rotateY(-55deg) scale(0.75);
}

.flipster-coverflow.no-rotate .flip-past .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.flipster-coverflow.no-rotate .flip-future .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.flipster-coverflow .flip-current .flip-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipster-coverflow .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.flipster-carousel .flip-items {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.flipster-carousel .flip-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.flipster-carousel .flip-item:after {
    /*
    background: url(../images/flip_bg.png) repeat;
    */
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.no-csstransforms .flipster-carousel .flip-item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.flipster-carousel .flip-items .pic {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    width: 890px;
}

.flipster-carousel .flip-current .pic {
/*    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
}

/*.flipster-carousel .flip-current:hover .pic {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}*/

.flipster-carousel .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}

.flipster-carousel.no-rotate .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0) scale(0.65);
    -o-transform: translateX(-80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
    transform: translateX(-80%) translateZ(0) scale(0.65);
}

.no-csstransforms3d .flipster-carousel .flip-past {
    -webkit-transform: translateX(-56%) scale(0.5);
    -moz-transform: translateX(-56%) scale(0.5);
    -o-transform: translateX(-56%) scale(0.5);
    -ms-transform: translateX(-56%) scale(0.5);
    transform: translateX(-56%) scale(0.5);
}

.no-csstransforms .flipster-carousel .flip-past {
    left: -20%;
    top: 40%;
    width: 50%;
    height: 50%;
}

.flipster-carousel .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}

.flipster-carousel.no-rotate .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) scale(0.65);
    transform: translateX(80%) translateZ(0) scale(0.65);
}

.no-csstransforms3d .flipster-carousel .flip-future {
    -webkit-transform: translateX(56%) scale(0.5);
    -moz-transform: translateX(56%) scale(0.5);
    -o-transform: translateX(56%) scale(0.5);
    -ms-transform: translateX(56%) scale(0.5);
    transform: translateX(56%) scale(0.5);
}

.no-csstransforms .flipster-carousel .flip-future {
    left: 88%;
    top: 40%;
    width: 50%;
    height: 50%;
}

.flipster-carousel .flip-prev {
    -webkit-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    -moz-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    -o-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    -ms-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
}

.flipster-carousel.no-rotate .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
    -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
    -o-transform: translateX(-60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
    transform: translateX(-60%) translateZ(0) scale(0.8);
}

.no-csstransforms3d .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-24%) scale(0.75);
    -moz-transform: translateX(-24%) scale(0.75);
    -o-transform: translateX(-24%) scale(0.75);
    -ms-transform: translateX(-24%) scale(0.75);
    transform: translateX(-24%) scale(0.75);
}

.no-csstransforms .flipster-carousel .flip-prev {
    left: -9%;
    top: 20%;
    width: 75%;
    height: 75%;
}

.flipster-carousel .flip-next {
    -webkit-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    -moz-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    -o-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    -ms-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
}

.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
    z-index: 1;
    -webkit-transition-delay: 87.5ms;
    -moz-transition-delay: 87.5ms;
    -o-transition-delay: 87.5ms;
    transition-delay: 87.5ms;
}

.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
    z-index: 2;
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}

.flip-content {
    position: relative;
}

.flip-content a {
    overflow: hidden;
    display: block;
}

.flip-content .xq {
    background: #234b83;
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -198px;
    background: -webkit-linear-gradient(left, #234b83, #3b72ad);
    background: -o-linear-gradient(right, #234b83, #3b72ad);
    background: -moz-linear-gradient(right, #234b83, #3b72ad);
    background: linear-gradient(to right, #234b83, #3b72ad);
    color: #fff;
    padding: 35px 30px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 100;
}


.flipster-carousel .flip-current {
    z-index: 999;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}

.flipster-carousel .flip-current:after {
    background: none;
    position: static;
}

.flip-current .pic {
    border: 5px solid #fff;
}

.flipster-carousel .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
    -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
    -o-transform: rotateY(0deg) translateX(0) scale(0.5);
    -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
    transform: rotateY(0deg) translateX(0) scale(0.5);
    -webkit-transition-delay: 116.66666666666667ms;
    -moz-transition-delay: 116.66666666666667ms;
    -o-transition-delay: 116.66666666666667ms;
    transition-delay: 116.66666666666667ms;
}


.flipster {
    margin-top: 50px;
 
}







#home-case {
    background: url(/static/hongyu/case.jpg) center;
    padding-top: 20px;
 
 
}





#home-liyou  {
    
}

#home-liyou .jb3-main-title h3 {
    color: #2e85dd;
}

#home-liyou  .con{
        background: url(/static/hongyu/home-liyou.jpg) center no-repeat;
    padding-top: 20px;
margin-top: 1em;
    
}


#home-liyou  .con .info {
    position: relative;
    left: 600px;
    top:  0;
    padding-left: 50px;
    padding-top: 50px;
    color: white;
     max-width: 580px;
    padding-bottom: 50px;
}

#home-liyou  .con .info  .unit {
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px dotted white;
}

#home-liyou  .con .info  h3 {
    font-size: 24px;
    padding-left: 50px;
}



#home-liyou  .con .info  p {
    font-size: 14px;
    padding-top: 20px;
      background: url(/static/hongyu/dot.png) no-repeat top 30px left 20px;
          padding-left: 40px;
}


#home-liyou  .con .info  .unit-1 h3 {
      background: url(/static/hongyu/home-liyou-1.png) no-repeat;
      line-height: 2em;
}


#home-liyou  .con .info  .unit-2 h3 {
      background: url(/static/hongyu/home-liyou-2.png) no-repeat;
      line-height: 2em;
}


#home-liyou  .con .info  .unit-3 h3 {
      background: url(/static/hongyu/home-liyou-3.png) no-repeat;
      line-height: 2em;
}


#home-liyou  .con .info  .unit-4 h3 {
      background: url(/static/hongyu/home-liyou-4.png) no-repeat;
      line-height: 2em;
}








#newsbg {
    margin-top: 50px;
           background: url(/static/hongyu/newsbg.jpg)  center bottom no-repeat;
    
}

#news {
    background: white;
}

#news .news-title {
    font-size: 30px;
    color: #282827;
    font-weight: bold;
         padding-bottom: 30px;
         display: block;
} 

#news .news-title span {
    color: #fcfbfa;
    background: #dcdcdc;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    text-transform:  uppercase;
}

#news  .item {
    width: 48%;
     text-align: left;
     text-align-last: left;
     vertical-align: top;

     
}

#news  .qyxw {
    
}

#news  .qyxw .big {
    display: block;
    margin-bottom: 20px;
}

#news  .qyxw .top {
    
}

#news  .qyxw .top h3 {
    font-size: 16px;
    color: #225fcb;
    
}


#news  .qyxw .top p {
    font-size: 14px;
    color: #5a5958;
}


#news  .qyxw .top a {
    font-size: 14px;
    color: #f9f7f4;
    background: #225fcb;
    display: inline-block;
    padding: 5px 20px;
   text-transform: uppercase;
   float: right;
}


#news  .qyxw ul {
    margin-top: 50px;
}

#news  .qyxw ul  li {
    line-height: 2.4em;
                background: url(/static/hongyu/news-li.png) left center no-repeat;
                padding-left: 30px;
                border-bottom: 1px dotted #ccc;
}

#news  .qyxw ul  li  a {
    display: block;
}

#news  .qyxw ul  li  a  .con {
    width: 440px;
    display: inline-block;
}

#news  .qyxw ul  li  a  .time {
    width: 100px;
    display: inline-block;
    text-align: right;
}


#news  .jswd {
    
}

#news  .jswd .unit {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

#news  .jswd .unit  .ymd {
    width: 100px;
   background: #dcdcdc;
   float: left;
   text-align: center;
   text-align-last: center;
}


#news  .jswd .unit  .ymd  .d {
    line-height: 1.7em;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

#news  .jswd .unit  .ymd  .ym {
     line-height: 1.7em;
}

#news  .jswd .unit  .con {
    width: 440px;
    display: inline-block;
    float: right;
    position: relative;
}

#news  .jswd .unit  .con h3 {
    font-size: 16px;
}

#news  .jswd .unit  .con p {
    margin-top: 10px;
    line-height: 1.3em;
    font-size: 14px;
}

#news  .jswd .unit  .con span {
    position: absolute;
    top: 100px;
    right:  0;
}



 


#home-links {
    border: 1px solid #ccc;
}

#home-links  .title {
           background: url(/static/hongyu/links.png) left  10px center no-repeat;
           display: inline-block;
           width: 150px;
           height:  100%;
           min-height: 80px;
           border-right: 1px solid #ccc;
}

#home-links  .title span {
    position: relative;
    left: 50px;
    top: 20px;
    font-size: 18px;
    font-weight: bold;
}

#home-links  .con {
    display: inline-block;
}









#footer {
    background: #1b1b1b;
    color: white;
    padding-top: 2em;
}


#footer .mainw.con {
    display: block;
    flex-wrap: nowrap;
}

#footer .mainw.con  .one {
    display: inline-block;
    width: 552px;
}

#footer .mainw.con .ewm {
     display: inline-block;
    width: 211px;
    padding-top: 30px;
        text-align: center;
}

#footer .mainw.con  .three {

}


#footer .mainw.con  .one {
    background: url(/static/img/footer-logo.png) top 3em  center no-repeat   ;
    padding-top: 7em;
}

#footer .mainw.con  .one  .con {
    margin-top: 20px;
}


#footer .mainw.con  .one  .con p {
    display: inline-block;
    width: 88%;
        line-height: 2.2em;
}

#footer .mainw.con  .form {
       display: inline-block;
    width: 400px;
    overflow: hidden;;
    padding-top: 2em;
    vertical-align: top;
}

#footer .mainw.con  .form  input, #footer .mainw.con  .form  textarea {
    background: transparent;
    border: 1px solid #666;

        width: 317px;
        margin-bottom: 10px;
        color: white;
}

#footer .mainw.con  .form  tr td:first-child {
    width: 70px;
    display: inline-block;
    text-align: left !important;
 
}


#footer .mainw.con  .form .submit {
    width: 200px;
    background: #225fcb;
    color: white;
    line-height: 2em;
}


#footer   .cp {
    border-top: 1px #ccc solid;
    margin-top: 1em;
}

#footer  .cp p {
    margin:  0;
    line-height: 3em;
    text-align: center;
}


img.aligncenter {
    margin: 0 auto;
    display: block;
}


img.size-full {

    margin: 0 auto;
    display: block;
}


video {
    max-width: 100%;
    height: auto;
}


#dituContent img {
    max-height: auto;
        max-height: fit-content;
}
