
/* 求购弹窗，出售弹窗，看累了弹窗 */
  .mask_box00 {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .6);
      z-index: 2147483647;
      display: none;
  }

.mask_box00 input:-moz-placeholder,
.mask_box00 textarea:-moz-placeholder {
    color: #999999;
}

.mask_box00 input:-ms-input-placeholder,
.mask_box00 textarea:-ms-input-placeholder {
    color: #999999;
}

.mask_box00 input::-webkit-input-placeholder,
.mask_box00 textarea::-webkit-input-placeholder {
    color: #999999;
}

.mask_box00 .mask_detail {
    width: 650px;
    height: 500px;
    background-color: #fff;
    border-radius: 16px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}

.mask_box00 .mask_detailt {
    width: 650px;
    height: 62px;
    background:url(../images/pop_tbg.png) no-repeat;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 62px;
}

.mask_box00 .mask_detailt span {
    font-size: 20px;
    color: #fff;
    margin-left: 7px;
}

.mask_box00 .mask_detailt img {
    position: relative;
    top: 18px;
}
.mask_box00 .mask_detailt span+img {
    position: relative;
    top: 26px;
}
.mask_box00 .mask_detailt .close01,
.mask_box00 .mask_detailt .close02 {
    cursor: pointer;
}

.mask_box00 .mask_detail .mask_detailh {
    padding: 42px 0 20px;
    font-size: 30px;
    color: #4d4d4d;
    text-align: center;
    line-height: 32px;
}

.mask_box00 .mask_detail02 .mask_detailh2 {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.mask_box00 .mask_detail01 .mask_form {
    padding-left: 90px;
    padding-bottom: 18px;
}
.mask_box00 .mask_detail02{
    height: 510px;
}
.mask_box00 .mask_detail02 .mask_form {
    padding-left: 105px;
    padding-bottom: 10px;
}

.mask_box00 .mask_detail01 .mask_form>p {
    margin-bottom: 12px;
}

.mask_box00 .mask_detail02 .mask_form>* {
    margin-bottom: 23px;
}

.mask_box00 label {
    width: 80px;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    color: #4d4d4d;
    margin-right: 11px;
    vertical-align: top;
    margin-top: 13px;
}

.mask_box00 .mask_form input,
.mask_detail02_select {
    width: 364px;
    height: 50px;
    border: solid 1px #eeeeee;
    padding: 14px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.mask_detail02_select span {
    color: #999;
}
.mask_detail02_select i {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #fafafa;
    position: absolute;
    right: 1px;
    top: 1px;
    text-align: center;
    line-height: 38px;
}

.mask_box00 .mask_detail02 .mask_form input,
.mask_detail02_select {
    width: 312px;
    height: 40px;
}

.mask_detail02_select {
    line-height: 10px;
}

.mask_box00 .mask_form textarea {
    width: 364px;
    height: 100px;
    border: solid 1px #eeeeee;
    padding: 14px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    font-size: 14px;
}

.mask_box00 .mask_btn {
    padding-left: 90px;
}

.mask_box00 .mask_detail02 .mask_btn {
    padding-left: 105px;
}

.mask_box00 .mask_btn a {
    width: 144px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
}

.mask_box00 .mask_btn a:hover {
    opacity: .8;
}

.mask_box00 .mask_btn a:first-of-type {
    background-color: #2b3d63;
    color: #fff;
    border: solid 1px #2b3d63;;
}

.mask_box00 .mask_btn a:last-child {
    border: solid 1px #fd8c27;
    margin-left: 70px;
    color: #fd8c27;
}

.mask_detail02_select_box {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.mask_detail02_lists {
    border: 1px solid #eee;
    border-top: none;
    overflow: auto;
    max-height: 140px;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 9;
    display: none;
}

.mask_detail02_lists li {
    line-height: 20px;
    color: #999;
    font-size: 14px;
    padding: 0 11px;
}

.mask_detail02_lists li:hover {
    background-color: #2b3d63;;
    color: #fff;
}

.mask_detailh:after{
    content: "";
    width: 34px;
    height: 1px;
    margin: 11px auto 0;
    display: block;
    background: url(../images/pop_icon16.png);
}
.mask_tired{
    width: 554px;
    height: 292px;
    background-color: #ffffff;
    border-radius: 12px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    overflow: hidden;
    display: none;
}
.close3{
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    border-radius: 0px 0px 0px 46px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.close3 img{
    position: absolute;
    top: 19px;
    right: 18px;
}
.mask_tiredi{
    margin:49px 0 16px;
}
.mask_tiredp1{
    font-size: 24px;
    color: #333;
}
.mask_tiredp2{
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #828282;
    margin:14px 0 28px;
    background: url(../images/pop_icon11.png) center center no-repeat;
}
.mask_tired>a{
    display: inline-block;
    width: 136px;
    height: 34px;
    background: #2b3d63;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.mask_tired>a:hover{
    opacity: .9;
}
#k_s_ol_floatWin_fl{overflow:hidden !important;}
.layui-layer{
    z-index:2147483647!important;
}

.search-input{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFAFAF;
}

/*知产团队 s*/


.team-container{
    background: #fafafa; height:500px;
    padding: 75px 0 120px 0;
}


.team-content{
    display: flex;overflow: hidden; padding: 0px;
    margin:0 auto;
}

.team-left{
    width:225px; height:438px;
    background: #1D85CC;

}

.team-left-top{
    display: flex; flex-direction: column;
    box-sizing: border-box;
    padding:38px 28px 48px 28px;
    height:352px;
    color:#fff;
}

.team-left-top .desc{
    font-size: 14px; margin-top:20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
}

.team-left-top .kf-btn{
    width: 121px;height: 38px;
    cursor: pointer;
    text-align: center; margin-top:112px;
    background: #045F9D url('../../images/kf-icon.png') 10px center no-repeat;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;

}

.title-box{
    padding-bottom:15px;
    border-bottom:1px solid #FFFFFF;
}

.title-box h2{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.title-box .title-en{
    display: inline-block;
    margin-top:5px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13px;
}

.team-left-bottom{
    display: flex; flex-direction: column; justify-content: center;
    height:86px;
    box-sizing: border-box;
    padding:0px 28px 0px 28px;
    background: #fff;
}

.team-left-bottom .hot-tel-label{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
}
.team-left-bottom .hot-tel{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}


.team-right{
    display: flex; flex-direction: column;
    width:975px; height:438px;
}

.team_list{
    width:100%; background-color: #EBEBF3;
}


.team_list li{
    float:left; width:190px; height:173px;
    line-height: 173px;
    margin:0 5px 5px 0; text-align: center;
    background-color: #fff;
}

.team-right-bottom{
    display: flex; height:84px; align-items: center;
    justify-content: space-around;
}

.team-right-bottom .line{
    width: 469px;
    height: 1px;
    background: #C8C5C5;
}

.team-right-controller{
    display: flex; align-items: center;
    width:120px;
    font-size:28px;
}

.swiper-pagination{
    display: flex; align-items: center;
    position: relative !important;
    top:4px; margin:0 5px;
}

.swiper-pagination-bullet{
    margin:0 5px;
}

.team-txt{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.team-txt-num{
    color:#FA973F;
}
.prev-btn i, .next-btn i{
    font-size:24px;
}
/*知产团队 e*/


/* banner */
.banner,.banner .bd,.banner ul,.banner li {
    width: 100%;
    height: 482px;
    overflow: hidden;
    position: relative;
}
.banner .li1{background: url(../images/zl-banner.png) center no-repeat;}

.banner .li2{background: url(../images/zl-banner.png) center top no-repeat;}

.banner .hd{height: 10px;position: absolute;left: 50%;bottom: 100px;width: 1100px;z-index: 2;margin-left: -550px;}
.banner .hd ul{height: 10px;font-size: 0;}
.banner .hd li{display: inline-block;width: 10px;height: 10px;border-radius: 100%;-webkit-border-radius: 100%;background: rgba(255, 255, 255, 0.8);margin-left: 10px;text-indent: -9999px;cursor: pointer;}
.banner .hd li.on{background: rgba(255, 255, 255, 1);}
.banner .hd li:first-child{margin-left: 0;}


/*查询 s*/
.container .search {
    display: flex; flex-direction: column;
    height:190px; box-sizing: border-box;
    align-items: center; justify-content: space-between;
    background: #fff;
    margin-top: -30px;
    padding: 30px 0 20px 0 ;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.05);

}

.search-box{
    display: flex;
}

.search-title{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}
.search-content{
    display: flex;
    width: 789px;
    height: 54px;
    background: #F2F2F2;
}

.search-btn{
    width: 183px; text-align: center;
    height: 54px; line-height: 54px;
    background: #2E6EC2;
    font-size: 16px; cursor:pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.search-btn img{
    margin-right:8px;
}

.search-input{
    flex:1; height:100%; box-sizing: border-box;
    padding-left:20px;
}
.zixun-btn{
    width: 178px; text-align: center;
    height: 54px; line-height: 54px;
    margin-left:45px;
    background: #FFFFFF;
    border: 1px solid #F46A40;
    font-size: 16px; cursor:pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F47C59;
}

.zixun-btn img{
    margin-right:8px;
}

.search-tongji-box{
    display: flex; justify-content: space-between;
    width:570px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.tongji-num{
    color:#F4683F;
}

/*查询 e*/
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:30%;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

/*客服样式*/

.customer_service {
    position: relative;
    z-index: 99999;
}
.customer_service.close .customer_service_btn {
    left: -7px;
    transition: all 0.3s ease 0s;
}
.customer_service .customer_service_btn {
    left: -189px;
    width: 189px;
    height: 104px;
    position: fixed;
    z-index: 9999;
    background: url(/static/pc/images/bottom-fixed-shrink.png) no-repeat center;
    left: -7px;
    bottom: 150px;
    display: block;
    cursor: pointer;
}
.customer_service.close .customer_service_box {
    height: 0px;
    transition: all 0.8s ease 0s;
    overflow: hidden;
}
.customer_service .customer_service_box {
    height: 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(/static/pc/images/keffff.png);
    overflow-y: hidden;
}
.customer_service .customer_service_box .publicblock {
    height: 120px;
    position: relative;
}
.customer_service .customer_logo {
    height: 120px;
    position: relative;
    float: left;
}
.customer_service .customer_logo .c1 {
    display: block;
    width: 180px;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: url(/static/pc/images/customer1.png) no-repeat left center;
}

.customer_service .rightc {
    float: right;
    overflow: hidden;
}

.customer_service .customer_form {
    float: left;
    height: 120px;
    width: 250px;
    padding-top: 12px;
    margin-left: 20px;
}
.customer_service .customer_form input {
    width: 250px;
    height: 34px;
    background: border:none;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    font-family: arial;
    margin-top: 8px;
    background: #fff url(/static/pc/images/tel.jpg) no-repeat left center;
    padding-left: 45px;
}

.customer_service .customer_form .cccc {
    width: 100%;
    height: 35px;
    margin-top: 13px;
}

.customer_service .customer_form .cccc .a {
    width: 120px;
    height: 35px;
    display: block;
    float: left;
    background: #FF4A4D;
}
.customer_service .customer_form .cccc a {
    display: block;
    background: red;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.customer_service .customer_form .cccc .b {
    width: 120px;
    height: 35px;
    display: block;
    float: right;
    background: #ED9307;
}

.customer_service .customer_close {
    width: 48px;
    height: 48px;
    background: url(/static/pc/images/close.png) no-repeat center;
    position: absolute;
    right: -80px;
    top: 36px;
}

.customer_service.open .customer_service_box {
    height: 120px;
    transition: all 0.8s ease 0s;
    overflow-y: visible;
}


.customer_service .customer_logo .c2 {
    display: block;
    width: 660px;
    height: 150px;
    position: absolute;
    left: 185px;
    bottom: 0px;
    background: url(/static/pc/images/customer2.png) no-repeat left center;
}

@font-face {
    font-family: hycjzjj;
    src: url(./font/hycjzjj.ttf);
}


.buy-box{width:100px; 
        height:100px; 
        cursor: pointer;
        position: fixed; 
        top:70%; right:0;
        z-index: 99999;
}

.buy-box img{
    width:100%;
}
