@charset "utf-8";
*{
    font-family: "微软雅黑","Microsoft YaHei";
    list-style: none;
}
a{
    color: #15AB47;
}
ul{
    padding: 0;
    margin: 0;
}
.header{
    margin: 20px 0;
}
.navbar-brand{
    padding: 29px 15px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #474747;
    text-transform: uppercase;
    padding: 25px 30px;
    font-size: 16px;
    color: #666666;
    font-weight:normal;
}
nav.navbar.bootsnav ul.nav > li:hover{
    background: #fff;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #15AB47;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
    width: 60%;
    margin: 0 20%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}

/*    banner  */
.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slides {
    padding: 0;
    margin: 0;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
    height: auto;
    float: left;
    clear: none;
}
.slide .box {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    vertical-align: middle;
}

.slider-arrows {
}
.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 48px;
    height: 80px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50,50,50,.3);
    border-radius: 6px;
}
.slider-arrow img{
    padding-top: 15px;
}
.slider-arrow--right {
    bottom: 50%;
    right: 30px;
}
.slider-arrow--left {
    bottom: 50%;
    left: 30px;
}
.slider-nav {
    position: absolute;
    bottom: 30px;
}
.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
    border:1px #ccc solid;
    border-radius: 100%;
}
.slider-nav__item:hover {
    background: #46AB36;
}
.slider-nav__item--current {
    background: #46AB36;
    border: 1px #46AB36 solid;
}
/*    banner end  */


/*    five_heng  */
.five_heng{
    background: #22AC38;
    width:100%;
/*    max-width: 1920px;
    min-width: 1170px;*/
    overflow: hidden;
    *zoom: 1;
}
.five_heng .five_heng_title{
    color: #fff;
}
.five_heng .five_heng_title h1{
    font-size: 32px;
    padding-top: 40px;
    padding-right: 20px;
}
.five_heng .five_heng_title h3{
    font-size: 24px;
    padding-right: 20px;
}
.five_heng_list{
    background: #FBF8EE;
}
.five_heng_list .heng_list{
    width:20%;
    float: left;
    text-align: center;
    line-height:50px;
    padding-top: 50px;
    padding-bottom: 10px;
    font-size:16px;
    color: #666666;
    cursor: pointer;
}
.five_heng_list .heng_list span{
    width:64px;
    height:64px;
    display: block;
    margin: 0 auto;

}
.five_heng_list .heng_list span img{
    transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition:all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;	/* Opera */
}
.five_heng_list .heng_list:hover span img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
/*    five_heng end */

/*    24hours  */
.shuxin_server{
    background: #fff url("../images/wodun_24.png") top center no-repeat;
    width: 100%;
    height: 606px;
    overflow: hidden;
    *zoom: 1;
}
.shuxin_server h2{
    color: #999999;
    font-size: 22px;
    margin-top: 110px;
}
.shuxin_server h1{
    color: #098f2f;
    font-size: 40px;
}
.shuxin_server p{
    color: #666666;
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
}
/*    24hours end  */

/*    bushu  */
.bushu{
    background: #F7F6F6;
    width:100%;
    padding-top: 70px;
    padding-bottom: 40px;
    overflow: hidden;
    *zoom:1;
}
.bushu h1{
    font-size: 32px;
    color: #098f2f;
    text-align: center;
}
.bushu h2{
    font-size: 24px;
    color: #666;
    text-align: center;
}
#bushu_list{
    width:100%;
    margin-top: 40px;
    overflow: hidden;
    *zoom: 1;
}
#gallery img {
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#gallery img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#gallery_nav {
    width: 100%;
    text-align: center;
    margin-top: 32px;
    overflow: hidden;
    *zoom:1;
}
#gallery_nav a{
    color: #666;
    font-size: 16px;
    line-height:60px;
    text-align: center;
    text-decoration: none;
}
#gallery_nav img{
    max-width:100%;
}
#gallery_output {
    width: 100%;
    overflow: hidden;
    *zoom:1;
}
#gallery_output img{
    max-width: 100%;
}

#gallery_output img {
    display: block;
    margin: 0px auto 0 auto;
}
.bushu_info{
    background: url("../images/bushubg.png") top center no-repeat;
    width:508px;
    height:259px;
    float: right;
    position: relative;
    margin-top: -340px;
    margin-right: 40px;
}
.bushu_info h2{
    text-align: left;
    padding-top: 50px;
    color: #fff;
    font-size: 24px;
}
.bushu_info h2 span{
    margin-left: 38px;
    margin-right: 20px;
}
.bushu_info p{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-left: 90px;
}

/*    bushu end  */

/*  partner  */
.partner h2{
    font-size: 32px;
    color: #666;
    text-align: center;
    margin: 60px 0;
}
.partner h2:after{
    content: url("../images/xian.png");
    color: #666;
    width:50px;
    font-weight: normal;
    margin-left: 20px;
    position: relative;
}
.partner h2:before{
    content: url("../images/xian.png");
    color: #666;
    width:50px;
    font-weight: normal;
    margin-right: 20px;
}
.partner ul{ width:100%; margin: 0; padding: 0}
.partner ul li{ float:left; width:20%;height:168px;}
.partner ul li img{ display:block; width:100%;border: 1px #eeeeee solid;}
.partner ul li .flipper{width:100%; height:168px; position:relative;}
.partner ul li .front,.f8 .bd ul li .back {backface-visibility: hidden;position: absolute;top: 0;left: 0;}
.partner ul li .back {transform: rotateY(180deg);}
.partner ul li .flipper {transition: 0.6s;transform-style: preserve-3d;position: relative;}
.partner ul li:hover .flipper{transform: rotateY(180deg);}

/*  partner end  */

/*   footer    */
.footer{
    background: #383838;
    width:100%;
    color: #BABABA;
    font-size: 14px;
    padding: 40px 0 0 0;
    overflow: hidden;
    *zoom: 1;
}
.footer .footer_left h2{
    font-size: 22px;
    color: #fff;
}
.footer .footer_left p{
    font-size: 13px;
    color: #fff;
}
.footer .footer_midd h2{
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer .footer_midd p{
    padding: 5px 0;
}
.footer_right img{
    margin-top: 20px;
}
.footer_right p{
    line-height:50px;
}
.footer .copyright{
    background: #fff;
    width:100%;
    line-height:60px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    overflow: hidden;
    *zoom: 1;
}
/*   footer end   */

/*   about ny   */
.layui-breadcrumb a{
    color: #333;
}
cite{
    font-style: normal;
}
.list-box .img img{
    transition: all 0.3s;
}
.list-box .img img:hover{
    transform: scale(1.1);
}
/*   about ny end   */

/*   product ny   */
.titlep {
  letter-spacing: 0px;
  padding-bottom: 60px;
  font-size: 18px;
}

.breath {
  padding-top: 80px;
}

.topinfo {
  position: absolute;
  bottom: 1px;
  left: 96px;
}
.products .col-lg-3, .products .col-md-4, .products .col-sm-6, .products .col-xs-12{
    padding-bottom: 30px;
}
.page-header {
    /*display: inline-block;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px*/
}

.modal-content{
color: #000;
}

.modal-body p 
{
letter-spacing: 0px;
text-transform: none;
font-size: 16px;
}

.navbar-inverse {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    border-bottom: 1px solid #fff;
}

ul.nav.navbar-nav {
float: right;
}

.navbar-inverse .navbar-brand , .navbar-inverse .navbar-nav>li>a {
color: #fff;
}

    
.hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  display: block;
  position: relative;
}

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hover button.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}

.hover button.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* styling to remove box shadow and border from buttons for last few effects */

.hover button.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px;
}

.hover button.nullbutton:hover {
  box-shadow: none;
}

/* remove the blue line that shows on modal buttons after you have open and close a modal */

.modal-open .modal, button:focus {
    outline:none!important
}

/* styling so when hovering over a div that opens a modal the cursor changes to a pointer */
.point {
cursor: pointer;
}
.ehover4 h2 {
  transform: translateY(55px);
  transition: all 0.4s ease-in-out;
}

.ehover4:hover h2 {
  transform: translateY(15px);
}

.ehover4 .overlay {
  background-color: rgba(75,75,75,0.2);
  transition: all 0.4s ease-in-out;
}

.ehover4:hover .overlay {
  background-color: rgba(97, 178, 40, 0.5);
}
.ehover4 img{
    transition: all 0.5s;
}
.ehover4:hover img{
    transform: scale(1.1);
}
.ehover4 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  margin: -55px 0 0 0;
  width: 85%;height: 85%;
}

.ehover4:hover button.info {
  opacity: 1;
  transform: scale(1);
}
  
 /* effect 4 transitionV2 */
 
.ehover42 h2 {
  transform: translateY(55px);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.ehover42:hover h2 {
  transform: translateY(15px);
}

.ehover42 .overlay {
  background-color: rgba(75,75,75,0.7);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.ehover42:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.ehover42 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  border: 1px solid white;
  margin: -55px 0 0 0;
  padding: 73px 90px;
}

.ehover42:hover button.info {
  opacity: 1;
  transform: scale(1);
}

.pager i{
    font-style: normal;
}

.news_list{
  background:url(../images/news_bg.jpg) top center no-repeat;
  width: 100%;
  overflow: hidden;
  *zoom:1;
}
.news_list h2{
    font-size: 32px;
    color: #666;
    text-align: center;
    margin: 60px 0;
}
.news_list h2:after{
    content: url("../images/xian.png");
    color: #666;
    width:50px;
    font-weight: normal;
    margin-left: 20px;
    position: relative;
}
.news_list h2:before{
    content: url("../images/xian.png");
    color: #666;
    width:50px;
    font-weight: normal;
    margin-right: 20px;
}
.news_list ul li{
  width: 30%;
  margin: 1.5%;
  float: left;
}


 /*   product ny end     */

@media screen and (max-width: 414px){
  .five_heng{
    background: none;
  }
  .five_heng_title{
    background: #22AC38;
    text-align: center;
  }
  .five_heng .five_heng_title h1{
    font-size: 24px;
    padding-right:0;
  }
  .five_heng .five_heng_title h3{
    font-size: 18px;
    padding-right:0;
    padding-bottom: 40px;
  }
  .five_heng_list{
    background: #fff;
  }
  .shuxin_server {
    padding-left: 10%;
  }
  #gallery_output{
    display: none;
  }
  .footer .footer_midd p{
    padding: 0;
    margin: 0;
  }
  .footer .col-xs-8, .footer .col-md-8, .footer .col-xs-12, .footer .col-md-4{
    padding: 0;
    padding-left: 5px;
  }
  .footer .col-xs-4, .footer .col-md-2{
    padding: 0
  }
  .footer_right p{
    margin-top: 15px;
    line-height: 20px;
  }
}