.banner{




    max-width: 1920px;
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
}

.banner-pro {
    text-align: center;
    overflow: hidden;
    max-width: 1920px;
}



.banner-pro-detail{
    max-width: 1920px;
    height: 500px;
    position: relative;
}

.banner .tips.fnt24{
    font-size: 24px;
}
.full img {
	width: 100%;
}

.swiper-pagination-bullet-active {
    background: #eb6100;
     width: 25px;

     border-radius: 30px;
    opacity: 1;
}

.banner .location{
    padding-top: 55px;
    font-size: 14px;
    padding-bottom: 15px;
}

.banner .tips{
    margin-top: 40px;
    font-size: 36px;
    font-family: 'Noto Serif SC';
    font-weight: 700;
}

.banner .tips p{
    margin: 0px;
    margin-top: 25px;
}

.eyebrow-underline {
    content: '';
    width: 40px;
    height: 3px;
    background: #0f439c;
    position: absolute;
}

.bannerbom{
    height: 89px;
    overflow: hidden;
    background: url(../images/banner-bottom.jpg) top center no-repeat;
}

.pagetitle{
     margin-top: 100px;
}

h2.tit{
    font-size: 36px;
    font-family: "Noto Serif SC";
    text-align: center;
    color:#090103;
    line-height: 30px;
    padding-bottom: 80px;
    font-weight: 700;
}

h2.tit::after {
    content: url('../images/title-unline.png');
    display: block;
    width: 188px;
    height: 6px;
    margin: 0px auto;
}

section.sectionbox{
    padding: 100px 0px;
}

section.bgc{
    background: #f6f6f6;
}


section.bgw{
    background: #fff;
}


.pagers {
    padding-top: 40px;
    text-align: right;
    margin-bottom: 50px;
}

.pagers .on {
    background: #eb6100;
    color: #fff;
    border-color: #eb6100;
}

.pagers a {
    text-align: center;
    line-height: 20px;
    color: #666;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
}

.pagers a:hover{
    background: #eb6100;
    color: #fff;
    border-color: #eb6100;
}

.pagers span {
    text-align: center;
    line-height: 20px;
    color: #666;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
}

.pagers .now {
    background: #eb6100;
    color: #fff;
    border-color: #eb6100;
}

.pagers .pagenums{
    width: 69px;
    height: 33px;
    text-align: center;
    background: #e6e6e6;
    border:1px solid #d5d5d5;
}


.pagers .pagenums{
    width: 69px;
    height: 33px;
    background: #e6e6e6;
    border:1px solid #d5d5d5;
    margin-left:20px;
}

.pagers #gotopage{
    width: 69px;
    height: 33px;
    background: #e6e6e6;
    border:1px solid #d5d5d5;
    margin-left: 40px;
}



.subtit{
    font-size: 18px;
    text-align: center;
}

/*新闻*/

.filters {
    display: flex;
    flex-direction: row;

    padding: 10px;
    margin-left: 24px;
}
.accordion_container{
    display: inline-block;
    width: 250px;
}

.accordion_head {
    cursor: pointer;
    margin: 0;
    padding: 10px;
    font-size: 16px;

    white-space: normal;
    font-weight: 600;
    color:#666;
}

.accordion_body {
    position: absolute;
    z-index: 999;

}

.ng-hide {
    display: none !important;
}

.accordion_body ul {
    padding: 20px;
    background: #fff;
    width: 210px;
    border: 1px solid #dad8d8;
    font-size: 14px;
    box-shadow: #7b7b7b 4px 6px 25px -8px;
    overflow: auto;
}
.accordion_body:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 80px;
    top: -7px;
    border: 8px solid;
    border-color: #dad8d8 transparent transparent #dad8d8;
    transform: rotate(45deg);
}
.accordion_body:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 81px;
    top: -6px;
    border: 7px solid;
    border-color: #fff transparent transparent #fff;
    transform: rotate(45deg);
}

.accordion_body ul li {
    padding-bottom: 5px;
}

.accordion_body ul li input {
    margin: 6px;
}
.accordion_body ul li span {
    margin: 6px;
}
.newslist {
    margin-top: 30px;
    padding: 0 24px;
    padding-bottom: 20px;
}
.newslist .item {
    padding: 26px 12px;
    border: 1px solid #f0f0f0;
    -moz-box-shadow: 0 5px 15px #e5e5e5;
    box-shadow: 0 5px 15px #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px;
}

.newslist .item .imsg {
    width: 340px;
    height: 240px;
    overflow: hidden;
}

.newslist .item .text .tit span {
     display: block;
    font-size: 12px;
    color: #8a8a8a;
    margin-top: 10px;
}

.newslist .item .text {
    width: 750px;
}
.newslist .item .imsg img {
    width: 100%;
}

.newslist .item .text .tit {

    padding-bottom: 10px;

}
.newslist .item .text .tit a {
    font-size: 24px;



}

.newslist .item .text .tit a::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 5px;
    background: #eb6100;;

}

.newslist .item .text .detail {
    font-size: 14px;
    font-weight: lighter;
    padding-top: 15px;
    line-height: 24px;
    height: 135px;
    overflow: hidden;
}

.newslist .item .text  .more {
    padding: 2px 10px;
    text-transform: inherit;
    color: #eb6100;
    height: auto;
    min-width: auto;
    background: #fff;
    border: 2px solid #eb6100;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    font-weight: 200;
}

.newslist .item .text  .more:after {
    background: #eb6100;
  }
  .newslist .item .text  .more:hover{
	color: #fff
}

/*
.newslist .item .text a.more {
    background: #fff;
    border: 2px solid #eb6100;
    width: 85px;

    line-height: 30px;

    display: block;
    text-align: center;
    font-size: 14px;
}
.newslist .item .text a.more:hover {
    background: #eb6100;
    color: #fff;
}
*/
.backlink{
    margin-bottom: 60px;
}
.backlink a{

    color:#eb6100;
    text-decoration: underline;
    font-size: 20px;
}

.newscontent .condetail{
    width: 1200px;
}

.newscontent h1 {
    font-size: 28px;
    font-weight: lighter;

}

.newscontent .author{
    width: 180px;
}

.newscontent .subtitle {
    margin-top: 25px;

    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.body-text{
    font-size: 20px;
    font-weight: 100;
    line-height: 2;
}

.body-text img{
    max-width: 100%;
}

.prnews {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #eb6100;
    font-size: 18px;
}

.prnews li{
    margin-bottom: 20px;
}

.prnews li a {
    color: #eb6100;
    font-size: 18px;
}
.author{
    color:#797979;
    font-weight: lighter;
}
.author p{
    margin: 0;
    padding: 0;
}
.author .name{
    font-size: 24px;

    color:#333;
    margin-top: 30px;
    margin-bottom: 15px;
}
.author .market{

    font-size: 20px;

    margin-bottom: 40px;

}
.author .email{
    text-decoration: underline;
    font-size: 24px;
    margin-bottom: 15px;
}
.author .tel{

    font-size: 24px;
    margin-bottom: 25px;
}

.mb150{
    margin-bottom: 150px;
}

section.about-cert{
    padding-bottom: 0;
}

.about-certbox{
    overflow: hidden;
    padding-bottom: 50px;
}
.about-certbox .items{
    margin-top: 10px;
}
.about-certbox .items li{
    float: left;
    width: calc(25% - 20px);
    margin: 0px 10px;
    margin-bottom: 35px;

}

.about-certbox .items li .imgs {

    width: 267px;
    height: 380px;
    margin: 0px auto;
    position: relative;
}

.about-certbox .items li img{
    width: 267px;
    height: 380px;
    text-align: center;
    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);

}

.about-certbox .items li .title{
    font-size: 18px;
    text-align: center;
    color:#4c4c4c;
    margin-top: 20px;
}



.wimgs img{
    max-width: 100%;
}


.aboutbox img{
    max-width: 100%;
}

.aboutbox{
    font-size: 16px;
    line-height: 1.5;

}

.pagetips .wrap{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 60px;

}

.pagetips h3{
    font-size: 36px;
    padding-left: 40px;
    font-family: "Noto Serif SC";
}
.pagetips p{
    font-size: 14px;
    padding-left: 40px;
    margin: 0px;
    line-height: 2;
    margin-top: 50px;
}

.pagetips p.mt30{
    margin-top: 30px;
}

.historylist{
    padding: 100px 24px 0;



}

.teach{
    background: #f6f6f6;
    padding: 100px 0;
}


.teachbox{
    overflow: hidden;
    padding-bottom: 50px;

}
.teachbox .items{
    margin-top: 10px;
}
.teachbox .items li{
    background: #fff;
    float: left;
    width: calc(25% - 20px);
    margin: 0px 10px;
    margin-bottom: 20px;
    position: relative;

    box-shadow: 0 4px 8px 0px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 0px rgba(68,68,68,0.4);
    height: 350px;

}

.teachbox .items li .img{
    margin-top: 10px;
}

.teachbox .items li img{
    width: 100%;
    text-align: center;
    transition: all .5s;


}

.teachbox .icrow{
    display: block;
    width: 24px;
    height: 16px;
    position: absolute;
    background: url(../images/rowline.png) no-repeat;
    top: 10px;
    right: 10px;

    transform: rotate(0deg);
	            -webkit-transform: rotate(0deg);
	            transition: transform .5s;

}

.teachbox  li:hover .icrow{
    transform: rotate(180deg);
	            -webkit-transform: rotate(180deg);
	            transition: transform .5s;
}

.teachbox  li .name{
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

.teachbox .items li .detail{
    margin-top: 10px;
    text-align: left;
    padding: 0px 15px;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.5;
    display: none;

}

.teachbox .items li:hover .detail{
    display: block;




}


.teachbox .items li .li{

    transition: all .5s;


}

.teachbox .items li:hover .li
{
    transform:scale(0.7,0.7);;
            -ms-transform:scale(0.7,0.7);;     /* IE 9 */
            -moz-transform:scale(0.7,0.7);;    /* Firefox */
            -o-transform:scale(0.7,0.7);;      /* Opera */
            -webkit-transform:scale(0.7,0.7);  /* Safari 和 Chrome */
}
.notice{
    margin-top: 40px;
}
.notice dt{
    background: url(../images/notice.png)   no-repeat;
    font-size: 14px;
    color: #eb6100;
    float: left;
    padding-left: 20px;
    height: 30px;
    width: 40%;
}

.notice dd{
    float: left;
    color: #eb6100;
    width: 15%;
}

.notice dl dd.time{
    background: url(../images/icon_time.png)   no-repeat;
    font-size: 14px;
    color: #eb6100;
    float: left;
    padding-left: 20px;
    height: 30px;
}

.notice dl dd.add{
    background: url(../images/icon_address.png)   no-repeat;
    font-size: 14px;
    color: #eb6100;
    float: left;
    padding-left: 20px;
    height: 30px;
}



.fuli li{
    background: #fff;
    float: left;
    width: 160px;
    height: 260px;
    border-bottom: 4px solid #eb6100;
    margin-right: 48px;
    text-align: center;
    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
}
.fuli li .imgs{
    margin-top: 20px;
}
.fuli li .tit{
    font-weight: 600;
     font-size: 16px;
     margin-top: 18px;
}

.fuli li .txt{
    text-align: left;
    font-size: 14px;
    color:#666666;
    line-height: 1.5;
    padding: 0 15px;
    margin-top: 15px;
}

.fuli li:last-child{
    margin-right: 0;
}


.worklist .item{
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
}

.worklist .item .tit{
  font-size: 24px;
  height: 58px;
  background: #f6f6f6;
  line-height: 58px;
  padding: 0 30px;
  border-bottom: 1px solid #dbdbdb;
}
.worklist .item .job-panel {
    font-size: 14px;
    height: 0;
    overflow: hidden;
}
.worklist .item form {
    width: 80%;
    padding: 16px;
    margin: 0 auto;
    /* display: none; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.worklist .item form .form-item {
    width: 48%;
    display: inline-block;
    padding: 10px 0;
}

.worklist .form-btn {
    margin-top: 40px;
    text-align: center;
}
.worklist .form-btn >a {
    display: inline-block;
    padding: 10px 16px;
    min-width: 86px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 6px;
    border: solid 1px #e35f0e;
    background-color: #e35f0e;
}

.worklist .form-btn >a:nth-child(2) {
    color: #e35f0e;
    background-color: #ffffff;
}

.worklist .item form .form-item >label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.worklist .item form .form-item.upload {
    position: relative;
}

.worklist .item form .form-item.upload .icon {
    position: absolute;
    display: inline-block;
    width: 62px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    right: 0;
    cursor: pointer;
    background-color: #eeeeee;
}

.worklist .item form .form-item.upload .icon:hover {
    background-color: #dddddd;
}

.worklist .item form .form-item >input {
    outline:none;
    width: calc(100% - 106px);
    height: 32px;
    min-width: 260px;
    border-radius: 4px;
    border: solid 1px #dddddd;
}

.worklist .item .tit span{
    background: url(../images/icon-time.jpg) 0px 20px no-repeat;
    float: right;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 30px;
}

.worklist .item .tit .send_resume {
    float: right;
    display: inline-block;
    border-radius: 20px;
    background-color: #e35f0e;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 15px;
    color: #ffffff;
    margin-top: 15px;
}

.worklist .item .detail{
    padding: 22px;
    font-size: 14px;
    height: 125px;
    overflow: hidden;

  }

  .worklist .item .more
  {
      height: 15px;
      width: 23px;
      margin: 0px auto;
    color: #eb6100;
    margin-bottom: 15px;
  }

  .worklist .item .more .icon.icon-dropdown-arrow {
    fill: transparent;
    stroke: currentColor;
    width: 23px;
    margin-left: 7px;
    vertical-align: middle;

}

.worklist .item .more.active .icon-dropdown-arrow {
    transform: rotate(-180deg);
  }
  .detail-item-txt
  {
    word-wrap: break-word;
  }

  .server-ll{
      padding: 100px 0;
  }
  .server-ll h3{
      font-size: 16px;
      font-weight: 600;

  }
.server-ll .txt{
      width: 515px;
      font-size: 14px;
      line-height: 2;
      margin-top: 15px;
      margin-bottom: 30px;
  }

  .server-ll .txt p{
      margin: 0;
      line-height: 2.0;
  }

  .server-ll h3::after {
    content: '';
    display: block;
    border:2px solid #eb6100;
    margin-top: 9px;
    width: 50px;


}

.server-cert .subtit{
    font-size: 18px;
    text-align: center;
    margin-top: -30px;
}

.certbox{
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 50px;
}
.certbox .items{
    margin-top: 10px;
}
.certbox .items li{
    float: left;
    width: calc(33.333% - 20px);
    margin: 0px 10px;
    margin-bottom: 35px;

}

.certbox .items li .imgs {
    width: 376px;
    height: 268px;
    margin: 0px auto;
    position: relative;
}

.certbox .items li img{
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);

}

.certbox .items li .plus{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333 url(../images/rowplus.png) center center no-repeat;
    top:0;
    left: 0;
    opacity: 0.5;

}

.certbox .items li:hover .plus{
    display: block;


}

.certbox .items li .title {
    font-size: 18px;
    text-align: center;
    color: #4c4c4c;
    margin-top: 20px;
}

.server-dz{

    margin-top: 100px;

}

.server-dz .subtit{
    font-size: 18px;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 50px;
}

.server-dz li{
    background: #fff;
    float: left;
    width: 280px;
    height: 370px;
    border-top: 4px solid #eb6100;
    margin-right: 25px;
    text-align: center;

    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);

}

.server-dz li:last-child{
    margin-right: 0px;
}

.server-dz li .imgs{
    margin-top: 60px;
}

.server-dz li .tit{
    font-size: 24px;
    font-weight: 600;
    color: #eb6100;
    margin-top: 60px;
}

section.server-down{
    padding: 0px 0 100px;
}

.server-down li{
    float: left;
    width: 375px;
    height: 140px;
    display: flex;
    border: 1px solid #d1e4f4;
    border-left:4px solid #eb6100;

    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-bottom: 30px;

    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);


}
.server-down li:nth-child(3n){
    margin-right: 0px;
}
.server-down li span{
    font-size: 20px;
    width: 315px;
    padding: 0px 20px;
    text-align: center;
}


.server-down li a:hover img{
    position: relative;
    top: 0px;
    animation: updown 2s infinite;
    -webkit-animation: updown 2s infinite;
}


.server-down li:nth-child(n+7){
    display: none;
}

.server-down .more{
    font-size: 14px;
    width: 150px;
    height: 48px;
     line-height: 48px;
     background: #eb6100;
     display: block;
     color: #fff;
     text-align: center;
     margin: 0 auto;
     margin-top: 50px;
}


.server-bz .pull-left,.server-bz .pull-right{
    width: 580px;
    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
}

.server-bz .btit{
    font-size:24px ;
    font-weight: 600;
    background: #eb6100;
    color: #fff;
    height: 65px;
    text-align: center;
    line-height: 65px;
}
.server-bz li{
    float: left;
    width: 50%;
    display: flex;

    align-items: center;
    justify-content: center;


    text-align: center;

    border-bottom:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    font-size: 14px;

    height: 125px;

}

.server-bz li:nth-child(2n){
    border-right:1px solid #e6e6e6;

}
.server-bz .stit{
    font-size:18px ;
    background: #eeeeee;
    border-bottom: none;
    height: 65px;

}

.server-bz .pull-right li{
    width: 25%;
}

.server-bz .pull-right li:nth-child(2n){
    border-right:none;

}

.server-bz .pull-right li:nth-child(4n){
    border-right:1px solid #e6e6e6;

}

.partner-pagetips{
    line-height: 2;
}


.partner-about li{
    padding-left: 0px;
    float: left;
    width: 33%;
    text-align: center
}

.partner-about li .imgs{

    text-align: center;
}

.partner-about li .tit{
    font-size: 18px;
    margin-top: 35px;
    font-weight: 600;
    text-align: center;
}

.partner-about li .txt{
    font-size: 14px;
    margin-top: 25px;
    line-height: 2;
}



.partner-form .subtit{
    font-size: 14px;
    text-align: center;
    margin-top: -30px;
}

.partner-form .subtit label{
    color:#eb6100;
}

.forms{
    width: 730px;
    margin: 0 auto;
    margin-top: 60px;
}

.forms-group{
    margin-bottom: 30px;
    display: flex;

}
.forms-group label{
    font-size: 16px;
    line-height: 42px;
}
.forms-group input{
    border: 1px solid #cccccc;
    height: 42px;
    width: 620px;
}

.forms-group input[type=text]{
    padding-left: 10px;
}

.forms-group textarea{
    width: 620px;
    height: 175px;
}

.forms-group button{
    width: 620px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    background: #eb6100;
    border: none;
    font-size: 20px;
}

.about_case{
    padding: 100px 0;
}


.about_case ul li {
    float: left;
    width: 380px;


    margin-right: 30px;

    box-shadow: 0 4px 8px -2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px -2px rgba(68,68,68,0.4);
    position: relative;
    background: #fff;

}

.about_case ul li:last-child{
    margin-right: 0px;
}

.about_case li img {
    width: 100%;


        height: 238px;


}

.about_case   ul li p.name {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    padding: 30px 28px 0px;

}
.about_case   ul li p.desc {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 28px 25px;
}

.about_case   ul li a.detail {
    display: block;
    padding: 9px 10px;
    text-transform: inherit;
    color: #eb6100;
    height: auto;
    min-width: auto;
    background: #fff;
    border: 2px solid #eb6100;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    margin: 0px 28px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.about_case   ul li a.detail:before,  .about_case   ul li a.detail:after {
    background: #eb6100;
  }

  .about_case   ul li a.detail:hover{
	color: #fff
}

.polycom_tp{
    background: #f6f6f6;
    padding: 100px 0;
}
.polycom_tp .timgs{
    margin-top: 75px;
}
.polycom_tp .timgs img{
    max-width: 100%;
}

.polycom_cj{

    padding: 100px 0;
}
.polycom_cj .timgs{
    margin-top: 25px;
}
.polycom_cj .timgs img{
    max-width: 100%;
}

.about_pro{
    background: #f6f6f6;
    padding: 100px 0;
}

.about_pro li{
    float: left;
    width: 280px;
    height: 480px;
    margin-right: 10px;
    margin-left: 10px;
   /* display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;*/

    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
}


.about_pro li a{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}




.about_pro li:last-child{

}

.about_pro .name{
    font-size: 24px;
    padding-bottom: 20px;
    color:#fff;
}

.about_pro li:hover .sliding-arrow {
	width: 20px;
	margin-right: 0;
	background-image: url(../svg/arrow-right.svg)
}

.polycom-detail{
    padding: 100px 0 0;
}

.polycom-detail li{
    text-align: center;
    width: 25%;
    float: left;
    margin-bottom: 100px;
}

.polycom-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.polycom-detail .txt{
    font-size: 14px;
    margin-top: 30px;
}


.about-certbox .items li .plus{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333 url(../images/rowplus.png) center center no-repeat;
    top:0;
    left: 0;
    opacity: 0.5;

}

.about-certbox .items li:hover .plus{
    display: block;


}

.huawei-detail .subtit {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;

}



.huawei-detail li{
    text-align: center;
    width: 33%;
    float: left;
    margin-top: 70px;
}

.huawei-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.huawei-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 30px;
    line-height: 1.5;
}


.huawei_tp li{
    float: left;



        float: left;
        width: 578px;

        height: 140px;

        border: 1px solid #d1e4f4;
        border-left: 4px solid #eb6100;
        align-items: center;
        justify-content: center;
        margin-right: 40px;
        margin-bottom:40px;
        background: #fff;

        padding: 20px;


}

.huawei_tp li:nth-child(2n)
{
    margin-right: 0;
}

.huawei_tp li label{
    font-size: 18px;
    font-weight: 600;
}

.huawei_tp li p{
    margin: 0;
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.5;
}

.huawei_cj{
    padding-bottom: 50px;
    overflow: hidden;
}

.huawei_cj img{
    max-width: 100%;
}

.huiwei_pro .pull-left,.huiwei_pro .pull-right{
    width: 580px;

    height: 645px;
    background: #fff;
    box-shadow: 0 4px 8px -2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px -2px rgba(68,68,68,0.4);

}

.huiwei_pro .imgs{
    width: 100%;
    height: 404px;
    overflow: hidden;
}

.huiwei_pro .tit{
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    padding: 0px 25px;
}
.huiwei_pro .multi-links{
    padding: 0px 20px;
    margin-top: 40px;
}

.huiwei_pro  .multi-links li{
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.huiwei_pro  .multi-links li a:hover{
    color:#eb6100
}




.metting-detail li{
    text-align: center;
    width: 33%;
    float: left;
    margin-top: 70px;
}
.metting-detail li:nth-child(-n+3){
    margin-top: 20px;
}


.metting-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.metting-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 30px;
    line-height: 1.5;
}


.welink-detail li{
    text-align: center;
    width: 25%;
    float: left;
    margin-top: 20px;
}

.welink-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.welink-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 30px;
    line-height: 1.5;
}



.callcenter-detail li{
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 70px;
}

.callcenter-detail li:nth-child(-n+2){
    margin-top: 20px;
}

.callcenter-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.callcenter-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 100px;
    line-height: 1.5;
}

.call_cj .timgs{
    overflow: hidden;
}

.call_cj .timgs img{
    max-width: 100%;
}

.call_tp .timgs{
    overflow: hidden;
    margin-top: 50px;
}

.call_tp .timgs img{
    max-width: 100%;
}

.call_hx  li{
    float: left;
    width: 280px;
    height: 140px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #fbe2d0;
    background: #fff;
    box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);
    -webkit-box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);

}

.call_hx  li:nth-child(4n){
    margin-right: 0px;
}

.call_hx li .tit{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.call_hx li .img{
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 15px;
}

.call_ads{
    background:#eeeeee;
    overflow: hidden;
}

.call_ads .wrap{
    overflow: hidden;
}

.call_ads .swiper-container-horizontal>.swiper-pagination-bullets,.call_ads .swiper-pagination-custom,.call_ads .swiper-pagination-fraction {
    top: 40%;
    left: auto;
    right: 10px;
    width: 100px;
}

.call_ads .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin-bottom: 20px;
}

.call_ads .swiper-pagination-bullet {
    width: 11px;
    height: 11px;

}

.banner.fusion .tips p{
  margin: 0;
  margin-bottom: 20px;
}


  .banner.fusion .tips label{
      display: block;
    font-size: 28px;
    font-weight:600;
    margin-bottom: 40px;
  }




.fusion-detail li{
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 70px;
}

.fusion-detail li:nth-child(-n+2){
    margin-top: 20px;
}

.fusion-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.fusion-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 100px;
    line-height: 1.5;
}



.fusion_tp .timgs{
    overflow: hidden;
    margin-top: 50px;
}

.fusion_tp .timgs img{
    max-width: 100%;
}



.banner.credit .tips p{
    margin: 0;
    margin-bottom: 20px;
  }


    .banner.credit .tips label{
        display: block;
      font-size: 28px;
      font-weight:600;
      margin-bottom: 40px;
    }



.credit-detail li{
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 70px;
}

.credit-detail li:nth-child(-n+2){
    margin-top: 20px;
}

.credit-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.credit-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 100px;
    line-height: 1.5;
}


.credit_hx  li{
    float: left;
    width: 280px;
    height: 140px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #fbe2d0;
    background: #fff;
    box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);
    -webkit-box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);

}

.credit_hx  li:nth-child(4n){
    margin-right: 0px;
}

.credit_hx li .tit{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.credit_hx li .img{
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 15px;
}


.credit_tp .timgs,.credit_cj .timgs{
    overflow: hidden;
    margin-top: 50px;
}
.credit_tp .timgs img,.credit_cj .timgs img{
    max-width: 100%;
}



.ip-detail li{
    text-align: center;
    width: 33%;
    float: left;
    margin-top: 70px;
}

.ip-detail li:nth-child(-n+3) {
    margin-top: 20px;
}

.ip-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.ip-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 30px;
    line-height: 1.5;
}


.ip_hx  li{
    float: left;
    width: 380px;
    height: 180px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #fbe2d0;

    box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);
    -webkit-box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);
    background: #fff;

}

.ip_hx  li:nth-child(3n){
    margin-right: 0px;
}

.ip_hx li .tit{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.ip_hx li .img{
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 15px;
}

.ip_hx li .txt{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}


.ip_tp .timgs{
    overflow: hidden;
    margin-top: 50px;
}

.ip_tp .timgs img{
    max-width: 100%;
}

.ip_tp .subtit{
    text-align: left;
    line-height: 1.5;
}


.dispatch-detail li{
    text-align: center;
    width: 33%;
    float: left;
    margin-top: 70px;
}

.dispatch-detail li:nth-child(-n+3) {
    margin-top: 20px;
}

.dispatch-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.dispatch-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 30px;
    line-height: 1.5;
}


.dispatch_hx  li{
    float: left;
    width: 380px;
    height: 225px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #fbe2d0;
    background: #fff;
    box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);
    -webkit-box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);

}

.dispatch_hx  li:nth-child(3n){
    margin-right: 0px;
}

.dispatch_hx li .tit{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.dispatch_hx li .img{
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 15px;
}

.dispatch_hx li .txt{
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    padding: 0 16px;
    line-height: 1.5;
}

.dispatch_tp .timgs{
    overflow: hidden;
    margin-top: 50px;
}

.dispatch_tp .timgs img{
    max-width: 100%;
}

.dispatch_tp .subtit{
    text-align: left;
    line-height: 1.5;
}


.fphone_hx  li{
    float: left;
    width: 380px;
    height: 235px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #fbe2d0;
    background: #fff;
    box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);
    -webkit-box-shadow: 2px 4px 8px 4px rgba(251,226,208,0.8);

}

.fphone_hx  li:nth-child(3n){
    margin-right: 0px;
}

.fphone_hx li .tit{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.fphone_hx li .img{
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 15px;
}

.fphone_hx li .txt{
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    padding: 0 16px;
    line-height: 1.5;
}


.fphone_tp .timgs{
    overflow: hidden;
    margin-top: 50px;
}

.fphone_tp .timgs img{
    max-width: 100%;
}

.fphone_tp .subtit{
    text-align: left;
    line-height: 1.5;
}


.fphone-detail li{
    text-align: center;
    width: 33%;
    float: left;
    margin-top: 70px;
}

.fphone-detail li:nth-child(-n+3) {
    margin-top: 20px;
}

.fphone-detail .name{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}

.fphone-detail .txt{
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    padding: 0px 30px;
    line-height: 1.5;
}

.loaction{
   height:30px;
   line-height: 30px;
   background:#eee;
    font-size: 14px;


}

.loaction .crumbs-first{
  display: inline-block;
    line-height: 22px;

    font-size: 14px;

	 color:#666;
}
.loaction a{
   font-size: 14px;
   color:#666;

}

.loaction em,.loaction i{
    font-style: normal;
}
.loaction b
{
    font-weight: 400;
    color: #333;
}

.loaction em {
    color: #eb6100;
}

.loaction i {
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    right: 0;
    top: 0;


    background-color: #666;
    -webkit-mask: url(../images/wrong.png) 5px 8px no-repeat;
    mask: url(../images/wrong.png) no-repeat;
    *-webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

}

.prolist li{
    position: relative;
    float: left;
    width: 362px;
    height: 460px;
    box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 4px 8px 2px rgba(68,68,68,0.4);
    background: url(../images/product-bg.png) top center no-repeat;

    margin-right: 55px;
    margin-bottom: 55px;
}

.prolist li:nth-child(3n)
{
    margin-right: 0;
}


.prolist .icrow {
    display: block;
    width: 24px;
    height: 16px;
    position: absolute;
    background: url(../images/rowline.png) no-repeat;
    top: 30px;
    left: 172px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .5s;
}

.prolist  li:hover .icrow{
    top:18px;
    left:auto;
    right: 15px;
    transform: rotate(180deg);
	            -webkit-transform: rotate(180deg);
	            transition: transform .5s;
}

.prolist  li:hover{
    background: #f1f1f3 url(../images/product-on-bg.png) top center no-repeat;
}

.prolist li a{
    display: block;
}

.prolist li .tit{
    position: absolute;
    font-size: 20px;
    text-align: center;
    top: 95px;
    padding: 0px 35px;
    transition: all .5s;
    left: 0;
    right: 0;
}

.prolist li .txt{
    display: none;
    position: absolute;
    font-size: 14px;
    text-align: left;
    top: 95px;
    font-weight: lighter;
    padding: 0px 35px;
    line-height: 1.5;

}

.prolist li .imgs{
    position: absolute;
    padding: 0px 35px;
    text-align: center;
    top: 218px;
    transition: all .5s;

    left: 0;
    right: 0;
}

.prolist li .imgs img{
 max-width: 100%;
 transition: all .5s;
}

.prolist li:hover .txt{
    display: block;
}

.prolist li:hover img{
    transform:scale(0.7,0.7);;
    -ms-transform:scale(0.7,0.7);;     /* IE 9 */
    -moz-transform:scale(0.7,0.7);;    /* Firefox */
    -o-transform:scale(0.7,0.7);;      /* Opera */
    -webkit-transform:scale(0.7,0.7);  /* Safari å’Œ Chrome */
}

.prolist li:hover .tit{

    top: 283px;
}
.prolist .title{
	margin-bottom:40px;
	border-bottom:1px solid #eee;
	height:40px;
	box-sizing: border-box;
}

.prolist .title span{
	    color: #eb6100;
		font-size:20px;
		font-weight:bold;
		height:40px;
		display: inline-block;
		border-bottom:2px solid #eb6100;
		padding:0 5px;
}
.fenglei{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;

}
.fenglei li{
	display: inline-block;
	line-height: 40px;
	margin-right:30px;
    border-bottom:1px solid #fff
}
.fenglei li.active{
	border-bottom:1px solid #eb6100
}
.fenglei li:hover{
    border-bottom:1px solid #eb6100
}
#quanbuchanpin a{
	display: block;
	margin:20px auto;
	width:240px;
	height:50px;
	font-size:18px;
	color:#fff;
	text-align: center;
	  background-color: #eb6100;
	line-height: 50px;
	border-radius: 10px;
}

.prolist li:hover .imgs{

    top: 45px;
}

.prolist li:hover .txt{

    top: 358px;
}

.no-result{
    font-size: 16px;
    background: url(../images/noresult.png) no-repeat;
    height: 50px;
    padding-left: 80px;
    line-height: 50px;
}
