.wpb_content_element img{ max-width:100%;}
body{  
  -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;
    font-family: "Microsoft Yahei", Arial, Helvetica, 'Nimbus Sans L', sans-serif;
     margin: 0;
    padding: 0;
    background: #fff url('../images/bgc.jpg') 0 130px  no-repeat;
}

input {outline:none;}
 
a{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;
    transition: all 0.3s ease-in-out; color: #000;}
a:hover{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;
    transition: all 0.3s ease-in-out; text-decoration: none; color: #ff0000;}
a:visited{text-decoration: none; color: #000;}
a:active{text-decoration: none; color: #000;}
 
*:focus {
      -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;
    outline: none;
} 
ul li{list-style: none;}


.indexlogo{padding-bottom: 30px;
    padding-top: 35px;}
.logo{float: left; }
.sera span{ float: left;  }
.sera {float: right;}
.xinw-form{    margin-top: 0px;
    padding-right: 0;}
.xwnavbar{width: 100%;}
.xwnavbar >li{ width: 12.5%; text-align: center;}
 .navbar-inverse .navbar-nav>li>a {
    color: #fff; font-weight: bold;
} 
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
 
.xinw-navbar{   
 background-color:#000;
 border: none;
     background-image:none;
     margin:0;
     transition: all 0.3s ease-in-out;
border-radius: 0px;
}
.xinw-tform-button >.glyphicon{top:3px;}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
}
.navbar-collapse.in {
     overflow: hidden;  
}
.xinw-navbar .navbar-nav.active{ height:  70px;}
.xinw-tform-button{
   position: inherit;
    margin-left: -33px; 
    border: none;
    background: none;
    transition: all 0.3s ease-in-out;
    color: #eee;
}
 
.xinw-tform-text{ float: left;
    background: #fff;   border: 1px #888 solid; padding-left: 5px;
        color: #ccc;transition: all 0.3s ease-in-out;
 }
.xinw-tform-text:focus{border: 1px #ff0000 solid; transition: all 0.3s ease-in-out;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{background: #D7000F;}
#carousel-428135{ margin-top: 28px;}
.carousel-indicators .active{background-color: #F00;}
.carousel-indicators li{border: 1px solid #ddd;}
.carousel-inner>.item>img{ width: 100%;}
.newlogo svg{width: 180px; margin-top: 10px; margin-right: 5px;}
 
/*动画*/
.xinw-carousel{    top: 20%; width: 32%; left: -50%;transition: all 0.6s ease-in-out; text-align: left;     text-shadow: 0 1px 2px rgba(0,0,0,.0);}
.xinw-carousel h1{ color: #000; font-weight: bold;}
.xinw-carousel h5{ color: #333; border-bottom: 1px #d61718 solid; padding-bottom: 6px; font-weight: bold; font-size: 16px;}
.xinw-carousel p{color: #000; line-height: 23px;}
.xinw-carousel .cara1{ border:solid 1px #d61718; background-color: #d61718; padding: 2px 20px; color: #fff;}
.xinw-carousel .cara1:hover{ border:solid 1px #d61718; background-color: #fff; padding: 2px 40px;color: #d61718; text-decoration:none;}
.xinw-carousel .cara2{ border:solid 1px #d61718; background-color: #fff; padding: 2px 22px;color: #ccc; margin-left: 5px; }
.cara2 span{color: #d61718;}
.xinw-carousel .cara2:hover{ border:solid 1px #d61718; background-color: #fff; padding: 2px 40px;color: #d61718; text-decoration:none;}
.active >.xinw-carousel{    top: 20%;  width: 32%; left:0;    transition: all 0.3s ease-in-out;  }
.h500{display: block;}
/**/
/*纸杯*/
 .cptitle .progress{height: 2px;background-image: linear-gradient(to bottom,#DCDCDC 0,#FFFFFF 100%); margin-bottom: 0px;}
  .cptitle  .progress-bar-danger{background-image: linear-gradient(to bottom,#FF0700 0,#FF0600 100%);}
 .cptitle h3{ margin-top: 10px; color: #000;} 
.xinwinh3{
color: #fff;
    letter-spacing: 10px;
}

.iprodr ul{ padding: 0;}
.iprodr ul li{ float: left; width: 50%;  height: 180px;}
.pr0{padding-right: 0;}
.ili1{background-color: #D7000F; color: #fff;     padding: 100px 0 0 22px;}
.ili2{background-color: #fff;}
.ili3{background-color: #667079; text-align: right;}
.ili4{background-color: #D7000F;text-align: center; padding-top: 65px;}
.ili5{background-color: #fff;text-align: center;}
.ili6{background-color: #667079;text-align: center;}
.ili8{background-color: #667079; text-align: right;}
/**/
.iprodh{    padding: 75px 0;}
.iprodh a{color: #000;}
.iprodh a:hover {text-decoration:none; color: #d61718;}
.iprodh a svg {transition: all 0.3s ease-in-out;  }
.iprodh a:hover svg{transition: all 0.3s ease-in-out;   -webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);
  }
 

 
.iproli{
    width: 40px;
    padding-top: 10px;
    display: block;
    position: absolute;}

.iprolir{ padding-left: 50px;}
.iprolir h4{font-weight: bold;}
.iprolir p{font-size: 12px;}
.ipro1{border-right: 1px #ECEBEB solid;}
 /*首页新闻*/
 .xinwindexnews{ background: #f3f4f4; padding:75px 0;}
 .xwiimg img{width: 100%;
    margin-top: 10px;
    margin-left: -6px;}
  .xinwindexn ul{padding-left: 30; width: 50%;}
 .newix{float:left; width:60px; font-size: 18px; font-weight: bold; text-align: left;}
 .newib{    font-size: 18px; font-weight: bold; text-align: left;}
 .newid{float:left; text-align: center; color: #5D5D5D; padding: 13px; background-color: #EEEFEF; margin-right: 10px;}
 .newid h4{margin:0;}
  .newid p{font-size: 12px; margin: 0;}
  .newidp{padding-left: 45px;}
  .newidp p{margin: 0;}
  .newidptit{ font-size: 16px; font-weight: bold;}
  .font12{ font-size: 12px; line-height: 23px;}
  .inewul{ margin-top: 10px;float: left; }
  .nrighta{margin-left: 50%;
    width: 20px;
    top: 0px;}
.nrighta.carousel-indicators li  {border-radius:0;}

.pl20{padding-left: 20px;}
.pl0{padding-left: 0;}
.mt40{margin-top: 40px;}
.imgtop{margin-top: -35px;}
.cl{clear: both;}
/*底部*/
.xinwboot {
    background: #000;
    padding: 60px 0;
}
 .xinwbottom h4{font-weight: bold;}
 .xinwbottom ul{padding-left: 0;}
 .xinwbottom ul li{ padding-top: 10px;}
 .xinwbottom{ color: #70706f; }
 .newboborder{border-right: 1px #3C3C3B  solid;border-left: 1px #3C3C3B  solid;}
 .newcoccc{color: #ccc;}
 .newbogz{ float: left; margin:0; font-weight: bold;color: #70706f; font-size: 15px; line-height: 29px;}
 .boonum a{margin-right:20px; color: #cbcccc; font-size: 14px; font-weight: bold;}
 .boonum a:hover{ color: #ff0000;   text-decoration: none;-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: all 0.5s ease;

}
 
 
 .newbomum li a{color: #70706f; }
 .newbomum li a:hover{color: #fff;  text-decoration: none; }
 .xinwb-tform-text {
     line-height: 30px;
     margin-top: 30px;
    float: left;
    background: #141414;
    border: 1px #333 solid;
    padding-left: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.xinwb-tform-text:focus{border: 1px #ff0000 solid; transition: all 0.3s ease-in-out;}
.xinwb-tform-button{
   position: relative;
    float: right;
    right: 1px;
    top: -28px;
    border: none;
    background: none;
    transition: all 0.3s ease-in-out;
    color: #eee;
}
.fs{   height: 58px;}
.fs a{float: left;  margin-top: 20px;   }
.nfs1{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) 0 0 no-repeat;}
.nfs1:hover{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) 0 -30px no-repeat;}

.nfs2{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -27px 0 no-repeat;}
.nfs2:hover{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -27px -30px no-repeat;}

.nfs3{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -56px 0 no-repeat;}
.nfs3:hover{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -56px -30px no-repeat;}

.nfs4{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -84px 0 no-repeat;}
.nfs4:hover{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -84px -30px no-repeat;}

.nfs5{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -113px 0 no-repeat;}
.nfs5:hover{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -113px -30px no-repeat;}
.nfs6{height: 30px; width: 30px; display:block ;background:  url(../images/ico.png) -142px 0 no-repeat;}
.nfs6:hover{height: 30px; width: 30px; display:block ;background: url(../images/ico.png) -142px -30px no-repeat;}
#newboform label{ color: #fff;}
 
#newboform input:focus{border: 2px #ff0000 solid; transition: all 0.3s ease-in-out;}
#newboform textarea:focus{border: 2px #ff0000 solid; transition: all 0.3s ease-in-out;}
.newbotn{ border: #ccc solid 1px; background: #fff;transition: all 0.3s ease-in-out; margin-top: 20px;}
.newbotn:hover{ border: #ff0000 solid 1px; background: #fff;transition: all 0.3s ease-in-out;    padding: 1px 15px; color: #ff0000;}
/**/
/*产品页*/
.prodh ul li{ border-bottom:1px #DAD8D8 solid;  font-size: 16px;  line-height: 35px;color: #000;  text-decoration: none;}
.prodh ul a li:hover{ border-bottom:1px #ff0000 solid; text-decoration: none;transition: all 0.3s ease-in-out;  color: #ff0000;}
 
.prozz{

   background: rgba(255, 0, 0, 0.0);
    margin-top: -190px;
    height: 200px;
    text-align: left;
    position: relative;
    width: 100%;
    color: #fff;
    padding: 25px;
 
    transition: all 0.3s ease-in-out;
 
 
}
.prozz  h3{display: none;}
.prozz  h5{display: none;}
.protit1{font-size: 22px; font-weight: bold;}
.protit2{font-size: 14px; font-weight: bold; color: #ccc;}
.clear{clear: both;}
.prorightimg{text-align: center;
    float: left;
    width: 30%;
    margin-right:1%;
    margin-left: 2%;
    margin-top: 20px;
    background: #eee;
    height: 200px; transition: all 0.3s ease-in-out;
   
}
.prorightimg img{width: 100%;
    height: 190px;}
.prorightimg a:hover> .prozz{  background: rgba(255, 0, 0, 0.75);    transition: all 0.3s ease-in-out;    }
.prorightimg a:hover> .prozz h3{    display: block; transition: all 0.3s ease-in-out; }
.prorightimg a:hover> .prozz h5{    display: block; transition: all 0.3s ease-in-out; }
.proright h3{color: #e50011; margin-bottom: 3px;}
#plx li{ font-weight: 100; border-bottom: 1px #fff solid;
 font-size: 11px;}
.about .vc_column_container>.vc_column-inner {padding-left: 0px; padding-right: 0px;
}
 
.prishit img{width: 89%; }
.proshow{border:1px #ccc solid; padding:20px;}
.thcp img{ width: 100%;
    height: auto;}
.tjcp{    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;}
.tjcpimg{border: 1px #ccc solid; padding: 10px 18px;}
.thcp { margin-bottom: 40px;}
.thcp ul{padding-left: 10px; padding-right: 10px;}
.pimg img{ width: 100%;    height: auto;}
.pximg{margin-bottom: 20px;padding-left: 0px;}
.pximg li{float: left;   margin-right: 10px; padding: 5px; } 
.pximgli img{ max-width: 100px; max-height:68px;}
.pximgli{border: 2px #fff solid; transition: all 0.3s ease-in-out;}
.pximgli:hover{border: 2px #ff0000 solid; transition: all 0.3s ease-in-out; }
.tb-selected { border: 2px #ff0000 solid; transition: all 0.3s ease-in-out; }
.w50{width: 50%;}
.proform h5{ border-bottom: 1px #ccc dashed; padding-bottom: 5px;}
#proforma input{outline:none;}
#proforma input:focus{border: 1px #ff0000 solid; transition: all 0.3s ease-in-out;outline:none;}
#proforma textarea:focus{border: 1px #ff0000 solid; transition: all 0.3s ease-in-out;outline:none;}
/*服务页*/

.servicedh ul{ padding-left: 0;
}
.servicedh ul .current_page_item{ border-bottom: 2px #ff0000 solid;   }

.servicedh ul .current_page_item a{color: #000;}
.servicedh ul .current-menu-item{ border-bottom: 2px #ff0000 solid;  }
.servicedh ul .current-menu-item a{color: #000;}
.servicedh ul .current-menu-parent{ border-bottom: 2px #ff0000 solid;  }


.servicedh ul li{  margin-right: 5px;   padding:8px 15px;border-bottom: 1px #ccc solid;width: 84%;
 }
.servicedh ul li a{ color: #000;
}
.servicedh ul li a:hover{ color: #ff0000;
}
.servicedh ul li:hover{  transition: all 0.3s ease-in-out;
    color: #ff0000;  border-bottom: 1px #ff0000 solid; 
}
.mt20{margin-top: 20px;
}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.topborder{ border-top: 1px #ccc solid;
}
.tpp{  /*  text-indent: 2em;*/}
.top45{ margin-top: 205px;}
.servicecss.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
   background-color: rgba(227, 227, 227, 0);
    
}
.servicecss.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a{    background-color: #D7000F;
    color: #FFF; }
.servicecss.vc_tta.vc_general .vc_tta-tab>a {
    padding: 4px 20px;}
.vc_tta-tabs-list{ text-align:center;}
.servicecss.vc_tta.vc_general .vc_tta-tab { display: inline-block;  padding: 0; margin: 0; border-bottom: 1px #ccc solid;}
.servicecss.vc_tta.vc_general .vc_tta-tab a{ display:block;}
/*分页*/
.page_navi{width:100%; line-height:36px;text-align:center; padding-top:1em;}
.page_navi span,.page_navi>a{padding:3px 8px;margin:2px;text-decoration:none;color:#888;border:1px solid #DEDEDE;}
.page_navi a:hover,.page_navi a.cur{border:1px solid #d7000f;color:#d7000f;font-weight:bolder;}
/*公司简介页*/
.bgft{background-color: #fff;    margin-top: -30px;position: relative;padding-bottom: 10%;}
.servicedh {margin-top: 30px;}
.servicedh h3 {font-weight: bold;  }
.servicedh {font-weight: bold;  }
.servicedh h3 span{border-bottom:1px #ff0000 solid; padding-bottom:10px;}
.pdb40{padding-bottom: 40px;}
.count-title{font-size: 600%; color:#d71618; }

/*新闻*/
 
.newright .panel-default>.panel-heading{  background-color: #F2F2F1;background-image: linear-gradient(to bottom,#F2F2F1 0,#F2F2F1 100%);}
.newright >.panel{border: none;margin-top: 15px;}
.newright .panel-body p img{width: 100%;}
.newright span{float: right;}
.newright button {float: right;}
.newright.panel-group .panel+.panel {
    margin-top: 15px;
}
.newcon h5{ color: #ccc; border-bottom: 1px #eee solid; padding-bottom: 10px;}
/*结束*/
.serca img {max-width: 100%; max-height: 120px;}
/*以下是其他最小1620尺寸*/
@media only screen and (min-width: 1620px){
 
 .navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 23px;
       transition: all 0.3s ease-in-out;
}
/* .nav> li:hover .dropdown-menu {display: block;} */
 
 .active >.xinw-carousel {
     top: 20%;
     width: 25%;
     left: 5%;
     transition: all 0.3s ease-in-out;
 }
}
 /*以下是其他最大500尺寸*/

@media only screen and (max-width: 500px){
 .h500{ display: none;}
}

 /*以下是其他最大768尺寸*/
@media only screen and (max-width: 768px){
    h1, .h1 {
    font-size: 22px;
}
.indexlogo{display: none;}
h2, .h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 18px;
}
body{    background: #fff; }
.pr0{padding-right: 15px;}
.pl0 {
    padding-left: 15px;
}
.xinwindexn ul,.inewul{ width:100%;}
.iprodr ul li{float: none; width: 100%;text-align: left;}
.servicedh{display: none;}
.prorightimg {
    text-align: center;
    float: left;
    width: 46%;
    margin-right: 1%;
    margin-left: 2%;
    margin-top: 20px;
    background: #eee;
    height: 200px;
    transition: all 0.3s ease-in-out;
}
.serca img {max-width: 100%; max-height: 200px;  }
.newbomum{display: none;}
.xwnavbar >li{ width: 100%;
    text-align: left;}
 .navbar-inverse .navbar-nav>li>a {
    color: #fff;  
} 

.xinwindexnews {
    background: #f3f4f4;
    padding: 30px 0;
}
 .prishit img{width:100%;}
 .prorightimg img {
    width: 100%;
}
.xinw-carousel .cara1{ float: none;}
.newlogo svg{width: 143px;}
 .xinw-tform-button{
   position: relative;
    margin-left: -33px;
    border: none;
    background: none;
    top: -2px;

}
 .xinw-tform-button >.glyphicon {
    top: -1px;
}
 .xinw-tform-text{ width: 90%; margin-left: 2%;}
.active >.xinw-carousel {
    top: 0;
    width: 32%;
    left: 10%;
    transition: all 0.5s ease-in-out;
}
#carousel-428135{ margin-top:14px;}
.cara1{display: none;}
.xinw-carousel .cara2 {
    border: solid 1px #d61718;
    background-color: #fff;
    padding: 2px 22px;
    color: #ccc;
    margin-top: 10px;
    margin-left: 0px;
 
}
.xinwred{  text-align: center;vertical-align : center;}
.xinwred a svg {
    height: 20px;
    margin-top: 0px;
   
}
.ipro2{border-right: 1px #ECEBEB solid;

}
.iprodh {
    padding: 20px 0;
}
.iprodh.ipro1{ padding-bottom: 10px;}
.ipro1 svg{ width: 30px;}
.ipro2 svg{ width: 34px;}
.proright ul{padding-left: 0;}
}


/*以下是1200-1619*/
@media only screen and (max-width: 1619px) and (min-width: 1200px){
     .navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 23px;
       transition: all 0.3s ease-in-out;
}
/*  .nav> li:hover .dropdown-menu {display: block;} */
}
/*以下是768-1200*/
@media only screen and (max-width: 1200px) and (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 23px;
       transition: all 0.3s ease-in-out;
}
.prishit img {
    width: 100%;
}
 /*.nav> li:hover .dropdown-menu {display: block;} */
.newlogo svg{width: 133px;}
 .navbar-header img{ width: 100%; margin-top: 8px;}
.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 13px;
}

.active >.xinw-carousel {
    top: 0;
    width: 32%;
    left: 10%;
    transition: all 0.5s ease-in-out;
}
.ipro2{border-right: 1px #ECEBEB solid;
}
}