/* 该文件为页面公共部分样式 */
body{
    min-width: 1200px !important;
    background: #F0FAFF;
}

li{
    list-style: none;
}


a, a:hover, a:active, a:link, a:visited{
    text-decoration: none;
}


p{
    margin: 0;
}

ul{
    padding: 0;
}

.container_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/*必填标识*/
form label span{
    color: #C8001B;
}

/*subTitle部分开始*/

.sub-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sub-title .subL{
    display: flex;
    align-items: center;
}

.sub-title .subL h3{
    font-size: 17px;
    color: #4E4E4E;
    font-weight: bold;
    margin: 0;
}

.sub-title .subL p{
    font-size: 14px;
    color: #8E8E8E;
    font-family: SimSun;
    margin-left: 10px;
}

.sub-title .subR a{
    font-size: 14px;
    color: #949494;
}

.sub-title .subR a:hover{
    color: #8FCFFF;
}
/*subTitle部分结束*/


/* navbar导航部分开始 */
.nav-bar-wrap{
    height: 40px;
    /* background: rgb(233, 231, 231); */
    background: url(../img/home/yq_top_bg.png) repeat-y;
}

.nav-bar-fixed{
    width: 100%;
    background: rgb(233, 231, 231);
    position: fixed;
    z-index: 999;
}

.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .welcome-wrap{
    /* width: 30%; */
}

.nav-bar .welcome-wrap p{
    font-size: 12px;
    line-height: 40px;
    color: rgb(168, 164, 164);
}

.nav-bar .welcome-wrap .blue-text{
    color: #0155FF;
}

.nav-bar .top-right-wrap{
    /* width: 70%; */
}

.nav-bar .top-right-wrap ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.nav-bar .top-right-wrap .hot-line{
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.nav-bar .top-right-wrap ul li{
    margin: 0 10px;
    font-size: 12px;
    color: rgb(168, 164, 164);
}

.nav-bar .top-right-wrap ul li:nth-child(2){
    display: flex;
    align-items: center;
}

.nav-bar .top-right-wrap ul li:nth-child(3){
    display: flex;
    align-items: center;
}

.nav-bar .top-right-wrap ul li:nth-child(3) span{
    display: inline-block;
    width: 1px;
    height: 14px;
    /* background: gray; */
    margin: 0 10px;
}

.nav-bar .top-right-wrap ul li:nth-child(2) a{
    color: #006EAD;
    font-size: 14px;
    margin: 0 10px;
}

.nav-bar .top-right-wrap .qr-code{
    width: 26px;
    height: 27px;
    background: white;
    margin-left: 10px;
}

.nav-bar .top-right-wrap .qr-code img{
    width: 100%;
    height: 100%;
}
/* navbar导航部分结束 */

/* 背景图片盒子 */
.bg-box{
    position: relative;
    z-index: -999;
}

.bg-box img{
    width: 100%;
    height: 499px;
    position: absolute;
}

/* topLogo部分开始 */
.top-logo-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
}

.search-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 37px;
}

.search-wrap .label{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #787878;
    line-height: 21px;
}

.search-wrap .search-input{
    width: 290px;
    height: 30px;
    display: flex;
}

.search-wrap form{
    margin-bottom: 0;
}

.search-input > .shurk{
    width: 288px;
    height: 30px;
    border: 1px solid #858585;
    padding: 0 20px;
    
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #ABABAB;
    line-height: 30px;
    text-align: left;
    outline: none;
}

.search-input > .begin{
    width: 91px;
    height: 30px;
    margin-left: 10px;
    background: url(../img/home/yq_index_search.png) no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: white;
    line-height: 30px;
    outline: none;
    border: none;
}

.search-input::-webkit-input-placeholder {
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #ABABAB;
    line-height: 43px;
 }
.search-input:-moz-placeholder {
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #ABABAB;
    line-height: 43px;
 }
.search-input:-ms-input-placeholder {
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #ABABAB;
    line-height: 43px;
 }

.top-menu a{
    font-size: 16px;
    color: #5A5A5A;
    padding: 0 10px;
    border-right: 1px solid #5A5A5A;
}

.top-menu a:hover{
    color: #006EAD;
}

.top-menu a:last-child{
    border-right: none;
}
/* topLogo部分结束 */

/* 表单部分开始 */
.formbox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 50px 0 30px;
}

.formbox .formL{
    margin-right: 188px;
}

.formbox .formL img{
    width: 468px;
    height: 150px;
}

.formbox .form-bg{
    width: 299px;
    height: 300px;
    border-radius: 10px;
    background: white;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 30px;
}

.form-bg h3{
    font-size: 17px;
    color: #434343;
    font-weight: bold;
}

.form-bg select, .form-bg input{
    width: 100%;
    height: 38px;
    border: 1px solid #D5D5D5;
    outline: none;
    font-size: 14px;
    color: #B2B2B2;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 10px;
}

.form-bg .submit-btn{
    width: 226px;
    height: 38px;
    background: #FF6648;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    border: none;
    outline: none;
}
/* 表单部分结束 */

/* menuList部分开始 */
.menu-wrap{

}

.menuT{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mtItem{
    flex: 1;
    text-align: center;
}

.mtItem img{
    width: 71px;
    height: 56px;
}

.mtItem h3{
    font-size: 33px;
    color: white;
}

.menuB{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 22px;
    background: white;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: 27px;
}

.mbItem{
    flex: 1;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #D3D3D3;
}

.mbItem:hover img:first-child{
    display: none;
}

.mbItem:hover img:nth-child(2){
    display: block;
}


.mbItem:last-child{
    border-right: none;
}

.mbItem img{
    width: 88px;
    height: 65px;
    margin: 0 auto;
}

.mbItem img:nth-child(2){
    display: none;
}

.mbItem h3{
    font-size: 19px;
    color: #313131;
    font-weight: bold;
    border-bottom: 2px dotted #828282;
    margin: 10px 0 5px 0;
    padding-bottom: 5px;
}

.mbItem p{
    font-size: 12px;
    color: #858585;
    line-height: 20px;
}

.mbActive img:first-child{
    display: none;
}

.mbActive img:nth-child(2){
    display: block;
}
/* menuList部分结束 */

/* 问答、资料列表部分开始 */
.mixwrap{
    display: flex;
    margin-top: 30px;
}

.mixbopx{
    flex: 1;
    max-width: 593px;
    margin-right: 15px;
}

.wenda{
    height: 336px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CACACA;
    background: white;
}

.mixbopx:last-child{
    margin-right: 0;
}

.wenda .wendaL{
    width: 121px;
    height: inherit;
    border-right: 1px solid #CACACA;
}

.wendaL img{
    width: 100%;
    height: inherit;
}

.wendaL ul{
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wendaL ul li{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #CACACA;
}

.wendaL ul li:last-child{
    border-bottom: none;
}

.wendaActive{
    background: url(../img/home/yq_index_tu14.png) no-repeat;
    background-size: 100% 100%;
    color: white;
}

.wendaL ul li:last-child{
    border-bottom: none;
}

.wendaR{
    width: calc(100% - 121px);
    height: inherit;
    box-sizing: border-box;
    padding: 0 8px;
}

.wendaR ul{
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wendaR li{
    /*flex: 1;*/
    height: 67.4px;
    border-bottom: 1px dashed #CACACA;
    display: flex;
    align-items: center;
}

.wendaR li:last-child{
    /*border-bottom: none;*/
}

.wendaR li a{
    font-size: 14px;
    color: #575757;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wendaR li a:hover{
    font-weight: bold;
    color: #0082FC;
}

/* 问答、资料列表部分结束 */

/* coop-partner部分开始 */
.coop-partner-wrap{
    margin-top: 30px;
}

.coop-partner{
    width: 100%;
    height: auto;
    border: 1px solid #E4E4E4;
    padding: 19px 0;
    margin-bottom: 20px;
    background: white;
}

.coop-partner .coop-title{
    width: 160px;
    height: 48px;
    margin: 0 auto;
}

.coop-partner .coop-title img{
    width: 100%;
    height: 100%;
}

.coop-partner .coop-partner-list{
    display: flex;
    flex-wrap: wrap;
    height: 308px;
    overflow: hidden;
    /*justify-content: space-around;*/
}

.coop-partner .coop-partner-item{
    width: 16%;
    height: auto;
    text-align: center;
    margin: 20px 8px 20px 0;
}

.coop-partner .coop-partner-item:nth-child(6n){
    margin-right: 0;
}

.coop-partner .coop-partner-item img{
    /*width: 100%;*/
    /*height: auto;*/
    width: 150px;
    height: 90px;
}

.coop-partner .coop-partner-item p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/* coop-partner部分结束 */

/* footer部分开始 */
.footer-wrap{
    width: 100%;
    width: 100%;
    height: auto;
    background: #333333;
}

.footer{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.footer-top{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    padding: 32px 0;
}

.footer-logo-wrap{
    text-align: center;
}

.footer-logo-wrap img{
    width: 153px;
    height: 153px;
}

.footer-logo-wrap p{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #868686;
    margin-top: 20px;
}

.footer .footer-menu-list{
    width: 40%;
    display: flex;
    justify-content: space-around;
}

.footer .footer-menu-item ul li a:hover{
    color: white;
}

.footer .footer-menu-item ul li:first-child{
    font-size: 14px;
    font-family: SimSun;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 49px;
}

.footer .footer-menu-item a{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #B2B2B2;
    line-height: 34px;
}

.footer .qr-code-wrap{
    text-align: center;
}

.footer .qr-code-wrap img{
    width: 139px;
    height: 139px;
}

.footer .qr-code-wrap p:nth-child(2){
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #B2B2B2;
    line-height: 49px;
}

.footer .qr-code-wrap p:nth-child(3){
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #868686;
    line-height: 34px;
}

.footer .qr-code-wrap p:nth-child(3) span{
    color: #F10000;
}

.friendly-href p{
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #868686;
}

.friendly-href p a{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #868686;
}

.friendly-href p span{
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #868686;
    margin: 0 20px;
}

.footer-bottom .copyright p{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #868686;
    line-height: 50px;
    text-align: center;
}

.footer-bottom .copyright p a{
    color: #868686;
}

.footer-banner {
    text-align: center;
}

.footer-banner img{
    width: 505px;
    height: 36px;
}

/* footer部分结束 */

/* search-pop部分开始 */
.search-pop{
    display: none;
    width: inherit;
    height: 80vh;
    position: fixed;
    top: 10vh;
    background: white;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #f5f5f5;
    padding-bottom: 50px;
    overflow: scroll;
    z-index: 1000;
}

 /* for Chrome */
.search-pop::-webkit-scrollbar {
    display: none;
}

.search-pop .fixed-box{
    width: 100%;
    height: 48px;
    background: white;
}

.close-icon-wrap{
    width: inherit;
    height: 48px;
    position: fixed;
    top: 10vh;
    background: white;
    padding: 10px 40px;
    text-align: right;
}

.close-icon-wrap img{
    width: 28px;
    height: 28px;
    /*margin-right: 20px;*/
    position: fixed;
}

.pop-title{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}

.pop-search-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 55px 0 50px 0;
}

.pop-search-wrap input{
    width: 620px;
    height: 40px;
    background: #eee;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
}

.pop-search-wrap .pop-search{
    width: 130px;
    height: 40px;
    margin-left: 40px;
}

.pop-table{
    padding: 0 30px;
}

.pop-table thead{
    background: #f5f5f5;
}


.pop-table th, .pop-table td{
    border: 1px solid gray;
} 


.pop-table tr:hover{
    background: #f5f5f5;
}

.pop-table th, .pop-table td{
    width: 16.5%;
    height: 43px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #838383;
    line-height: 19px;
    text-align: center;
    padding: 0 5px;
}

.pop-table td a{
    color: #009DDF;
}
/* search-pop部分结束 */

/* cert-img-pop部分开始 */
#cert-img-pop{
    display: none;
    position: fixed;
    /*top: 10vh;*/
    /*bottom: 10vh;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #f5f5f5;
    padding: 10px 20px;
    overflow: scroll;
}

 /* for Chrome */
 #cert-img-pop::-webkit-scrollbar {
    display: none;
}

.cert-close-icon{
    text-align: right;
}

.cert-close-icon img{
    width: 28px;
    height: 28px;
}

.cert-img{
    width: 30vw;
    height: auto;
}

#cert-img-pop header p{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 50px;
}

.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部分结束 */