/* 该文件为页面公共部分样式 */
body{
    margin: 0;
    padding-bottom: 50px;
}

body li{
    list-style: none;
}


body a, body a:hover, body a:active, body a:link, body a:visited{
    text-decoration: none;
}


body p{
    margin: 0;
}

body ul{
    padding: 0;
}

.box-padding{
    padding: 0 15px;
}

/*必填标识*/
form label span{
    color: #C8001B;
}

/* navbar导航部分开始 */
.navbar-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    background: #f5f5f5;
}

.navbar{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo-wrap{
    width: 240px;
    height: auto;
}

.navbar .logo-wrap img{
    width: 100%;
    height: auto;
}

.navbar .hot-line{
    padding-left: 20px;
    width: 110px;
}

.hot-line .phone-icon{
    display: flex;
    align-items: center;
}

.hot-line .phone-icon img{
    width: 14px;
    height: 14px;
}

.hot-line .phone-icon p{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF0000;
    margin-left: 3px;
}

.hot-line .phone-number p{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF0000;
    line-height: 18px;
}

/* navbar导航部分结束 */

/* 背景图片盒子 */
.bg-img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: -999;
}

.bg-img img{
    width: 100%;
    height: auto;
    position: absolute;
}


/* topLogo部分开始 */
.top-logo{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 27.5px;
}

.top-logo .index-logo{
    width: 240px;
    height: 114px;
}

.index-logo img{
    width: 100%;
    height: 100%;
}

.top-logo .search-wrap{
    display: flex;
    align-items: center;
    margin: 20px 0 13px 0;
}

.search-wrap .search-label{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #838383;
    line-height: 11px;
}

.search-wrap .search-input{
    /* width: 205px; */
    width: 190px;
    height: 30px;
    position: relative;
    margin: 0 3px;
}

.search-input input{
    width: 188px;
    height: 28px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #B7CEEB;
    padding-left: 10px;
    padding-right: 50px;

    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B7B7B7;
    line-height: 30px;
    outline: none;
}

.search-input img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.search-input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B7B7B7;
    line-height: 30px;
 }
.search-input:-moz-placeholder {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B7B7B7;
    line-height: 30px;
 }
.search-input:-ms-input-placeholder {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B7B7B7;
    line-height: 30px;
 }

.search-wrap .search-icon{
    width: 77px;
    height: 28px;
}

.search-icon img{
    width: 100%;
    height: 100%;
}

.subtitle{
    width: 100%;
    height: auto;
}

.subtitle p{
    font-size: 15px;
    font-family: FZCuHeiSongS-B-GB;
    font-weight: 400;
    color: #838383;
    line-height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle p span{
    display: inline-block;
    width: 2.5px;
    height: 2.5px;
    background-color: #BEC2C4;
    margin: 0 5px;
}

.menu-wrap{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 14px 0 28px 0;
}

.menu-wrap .menu-item{
    width: 30%;
    /* width: 96px; */
    height: 97px;
    background: url("../img/index/index_icobg.png") no-repeat;
    background-size: 100% 100%;
    color: #0088D6;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    overflow: hidden;

    box-sizing: border-box;
    padding: 10px;
    margin-top: 14px;
    text-align: center;
}

.menu-item img{
    width: 45px;
    height: 40px;
}

.menu-item p{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
}

.menu-item .menu-active{
    display: none;
}

/* topLogo部分结束 */


/* expand部分开始 */
.expand{
    width: 100%;
    height: auto;
}

.expand .tech-ach, .expand .evaluate-data{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

.expand .title-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expand .title{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.expand .title span{
    display: block;
    width: 3px;
    height: 16px;
    background: #E45F01;
    margin-right: 5px;
}

.expand .more a{
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #353535;
    line-height: 12px;
}

.que-banner {
    width: 100%;
    height: auto;
}

.que-banner img{
    width: 100%;
    height: auto;
}

.que-wrap{
    width: 100%;
    height: auto;
}

.que-item{
    border-bottom: 1px dotted #ccc;
}

.que-item:last-child{
    border-bottom: none;
}

.que-item a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #535353;
    line-height: 40px;
}

.que-item:nth-child(even) a{
    color: #E40000;
}

/* expand部分结束 */

/* achi-eva部分开始 */
.achi-eva{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.achi-eva .achi-title{
    width: 174px;
    height: 38px;
    margin: 0 auto;
}

.achi-title img{
    width: 100%;
    height: auto;
}

.achi-eva .form-wrap{
    width: 100%;
    height: auto;
}

.form-group{
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    display: flex;
}


.form-wrap .cate {
    display: flex;
    align-items: center;
}

.form-group label{
    width: 80px;
    text-align: right;
}

/* cate的label对齐 */
.cate label{
    width: 80px;
    text-align: right;
}

.cate .mar-style{
    margin-left: 10px;
}

.form-wrap input.form-control{
    width: calc(100% - 100px);
    height: 33px;
    border: 1px solid #D2D6DE;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 10px;
}

.form-wrap input.form-control:focus, .select-wrap .select-style:focus{
    box-sizing: border-box;
    border: none;
    outline:#00B5FF solid thick;
    outline-width: 1px;
    /* box-shadow: 0 0 3px #00B5FF; */
}

.select-wrap{
    display: flex;
}

.select-wrap .select-style{
    width: 120px;
    height: 33px;
    border: 1px solid #D2D6DE;
    border-radius: 3px;
    margin-right: 5px;

    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
}

.submit-btn-wrap{
    width: 100%;
    height: auto;
    /* text-align: center; */
}

.form-wrap .submit-btn{
    width: 107px;
    height: 37px;
    background: linear-gradient(0deg, #009CFF, #00C0FF);
    border: 1px solid #000000;
    
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 60px;
}

/* achi-eva部分结束 */

/* footer部分开始 */
.footer-wrap{
    width: 100%;
    height: auto;
    background: #333;
    box-sizing: border-box;
    padding: 10px;
}

.footer-nav{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #5C5B5B;
}

.footer-item ul li:first-child{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

.footer-item ul li a{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B2B2B2;
    line-height: 23px;
}

.footer-hot-line{
    width: 100%;
    height: auto;
    text-align: center;
}

.footer-hot-line .hot-line{
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #868686;
    line-height: 40px;
}

.footer-hot-line .hot-line span{
    font-size: 16px;
    color: #F10000;
}

.footer-hot-line .copyright{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #868686;
    line-height: 18px;
}

.footer-hot-line .copyright a{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #868686;
    line-height: 18px;
}

/* footer部分结束 */

/* tabbar部分开始 */
.tabbar-wrap{
    width: 100%;
    height: 50px;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #f5f5f5;
}

.tabbar-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabbar-item{
    width: 25%;
    height: 50px;
    text-align: center;
    color: #7C7C7C;
}

.tabbar-item img{
    width: 22px;
    height: 22px;
    margin-top: 5px;
}

.tabbar-item .active-img{
    display: none;
}

.tabbar-item p{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 18px;
}

/* tabbar部分结束 */

/* service-hot-line部分开始 */
.service-hot-line{
    width: 45px;
    height: 45px;
    background: linear-gradient(0deg, #E81000, #FFA200);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(161, 87, 78, 0.3);
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    position: fixed;
    right: 20px;
    bottom: 70px;
}

.service-hot-line p{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 15px;
}

/* service-hot-line部分结束 */


/* search-pop部分开始 */
.search-pop-wrap{
    display: none;
    position: fixed;
    top: 10vh;
    left: 5vw;
    right: 5vw;
    bottom: 5vh;
    background: white;
    box-shadow: 0 0 5px #f5f5f5;
    z-index: 1000;
    overflow: scroll;
}

.search-pop-wrap::-webkit-scrollbar {display:none}

.search-pop{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
}

.fixed-box{
    width: 100%;
    height: 30px;
    background: white;
}

.search-pop .close-icon{
    width: 86%;
    height: 30px;
    text-align: right;
    background: white;
    position: fixed;
    top: 10vh;
    padding: 5px 0;
    
}

.close-icon img{
    width: 20px;
    height: 20px;
}

.search-pop-title h2{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 15px;
    text-align: center;
}

.search-input-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-input-wrap input{
    /* width: 263px; */
    width: 92%;
    height: 31px;
    background: #EEEEEE;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    padding-left: 10px;
}

.search-input-wrap input:focus{
    outline: none;
}

.search-input-wrap input::placeholder {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7F7F7F;
}

.search-input-wrap img{
    width: 70px;
    height: 31px;
}

.search-pop .tips p{
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #EB1902;
    line-height: 30px;
    margin-left: 10px;
}

.table-wrap table{
    border-color: #C8C8C8;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #838383;
    line-height: 16px;
}
 
.table-wrap table th, .table-wrap table td{
    padding: 5px;
    border-color: #C8C8C8;
}

.table-wrap tbody tr td:first-child{
    color: #009DDF;
    text-decoration: underline;
}

/* search-pop部分结束 */


/* cert-img-pop部分开始 */
#cert-img-pop{
    display: none;
    position: fixed;
    /*top: 10vh;*/
    /*bottom: 10vh;*/
     left: 50%; 
     top: 50%;
    /*left: 5vw;*/
    /*right: 5vw;*/
     transform: translate(-50%, -50%); 
    z-index: 1000;
    background: white;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #f5f5f5;
    padding: 10px 0;
    overflow: scroll;
}

 /* for Chrome */
 #cert-img-pop::-webkit-scrollbar {
    display: none;
}

.cert-close-icon{
    text-align: right;
    padding: 0 5px;
    margin-bottom: 10px;
}

.cert-close-icon img{
    width: 16px;
    height: 16px;
}

.cert-img{
    min-width: 280px;
    height: auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.cert-img img{
    width: 100%;
}
/* cert-img-pop部分结束 */




/* pop-mask部分开始 */
#pop-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
/* pop-mask部分结束 */

/*弹窗表格分页开始*/
/*.paging-wrap{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    margin-top: 10px;*/
/*}*/

/*.pre-btn{*/
/*    margin-right: 5px;*/
/*}*/

/*.next-btn{*/
/*    margin-left: 5px;*/
/*}*/

/*.pre-btn, .next-btn{*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: #337ab7;*/
/*    text-align: center;*/
/*    line-height: 30px;*/
/*    color: white;*/
/*}*/

/*.paging-wrap ul{*/
/*    display: flex;*/
/*}*/

/*.paging-wrap ul li{*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: white;*/
/*    text-align: center;*/
/*    line-height: 30px;*/
/*    color: #337ab7;*/
/*    border: 1px solid #337ab7;*/
/*    margin: 0 2px;*/
/*}*/

/*.paging-wrap li.active{*/
/*    background: #337ab7;*/
/*    color: white;*/
/*}*/

/*弹窗表格分页结束*/




















