/*通用标题栏*/
.Common_header{
    width: 80%;
    margin: 0.5rem auto 0.25rem auto;
}
.Common_header h2,.Common_header h5{
    color: #111;
    font-size: 0.36rem;
    margin-bottom: 0.05rem;
    text-align: center;
}
.Common_header p{
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-size: 0.24rem;
    margin: 0 auto;
    text-align: center;
}


.header_m_top{
    margin-top: 1.2rem;
}

.noScroll {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
.text-bold{
    font-weight: 600 !important;
}
.color-333{
    color: #333333 !important;
}
.two-ellipsis{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
* {
    padding: 0;
    margin: 0;
}
/*@media screen and ( max-width: 1024px){
    html{
        font-size: 103px;
    }
}
@media screen and ( max-width: 768px){
    html{
        font-size: 103px;
    }
}
@media screen and ( max-width: 426px){
    html{
        font-size: 57px;
    }
}
@media screen and ( max-width: 414px){
    html{
        font-size: 56px;
    }
}
@media screen and ( max-width: 375px){
    html,body{
        font-size: 50px;
    }
}
@media screen and ( max-width: 320px){
    html{
        font-size: 43px;
    }
}*/

html,
body {
    letter-spacing: 0.01rem;
    /*苹果手机滑动流畅兼容性*/
    -webkit-overflow-scrolling: touch;
}

ul,
ol,
li {
    list-style: none;
}

button,
img,
select {
    border: none;
}


/*视频满屏*/
video {
    width: 100%;
    height: 100%;
    /*display: block;*/
    object-fit: cover;
    object-position: center center;
}


/*文字溢出隐藏*/
.hid {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


/*多行文本溢出隐藏*/
.hida {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*去除苹果手机自带样式*/
input,
select {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    /*height: 100%;*/
    display: block;
}

input,
button {
    border: none;
}


/*定位*/
.pl {
    position: relative;
}

.pa {
    position: absolute;
}
.text-gray{
    color:rgba(153,153,153,1) !important;
}
.text-black{
    color: #000000 !important;
}
.text-white{
    color: #ffffff !important;
}
/*flex水平布局*/
.flx_r {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.flx_r_a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.flx_r_b {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flx_r_c {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flx_c_b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*通用内容居中栏*/
.container_content{
    width: 6.8rem;
    margin: 0 auto;
}
.container_content_fluid{
    width: 7.5rem;
    margin: 0 auto;
}
/*通用顶部导航*/
.head{
    width: 100%;
    /*height: 1.2rem;*/
    /*padding: 0.3rem 0;*/
    text-align: center;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
}
.head li a{
    color: #fff;
    display: block;
    text-align: left;
    font-size: 0.32rem;
}
.head li a .fr{
    float: right;
}
.head li a>i.arrow {
    display: inline-block;
    width: .14rem;
    height: .25rem;
    margin-top: .12rem;
    margin-right: .2rem;
    background: url('/www/xgwy_m/img/common/header_arrow.png') center no-repeat;
    background-size: contain;
    opacity: 1;
}
.head li a>span{
    display: inline-block;
    width: .35rem;
    height: .35rem;
    margin-top: .07rem;
    margin-right: .09rem;
    background: url('/www/xgwy_m/img/common/header_active.png') center no-repeat;
    background-size: contain;
    transition: .3s;
    opacity: .4;
    transform: rotate(-45deg);
}
.head li .sub_menu{
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;	/* Opera */
    height:0;
    overflow: hidden;
}
.head li a>span.sub_menu_active{
    transform: rotate(0);
    opacity: 1;
}
.head li .sub_menu li{
    padding-left: .48rem;
    height: 100%;
    /*line-height: .7rem;*/
}
.head li .sub_menu li a{
    font-size: 0.28rem;
    height: 35px;
    line-height: 35px;
}
.head li .sub_menu li a:first-child{
    margin-top: 15px;
}
.head .logo{
    display: block;
    margin-left: 0.6rem;
    /*margin: auto;*/
    width: 3rem;
    height: 0.4rem;
    z-index: 99;
}
.head .logos{
    display: none;
    position: absolute;
    left: 1.8rem;
    margin-left: -1.5rem;
    width: 3rem;
    height: 0.4rem;
    top: 0.3rem;
    z-index: 999;
}
.head .dropdown-menu a{
    color: #000;
}

.width60{
    width: 6rem;
}
.width62{
    width: 6.2rem;
}
.width65{
    width: 6.5rem;
}
#drop>div,
nav,
nav~ul {
    display: flex
}

.wrapper {
    width: 100%;
    /*height: 1rem;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    bottom: 0;
}

nav {
    height: 1.2rem;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    background-color: #000;
}

nav~ul {
    position: absolute;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    left: 1%;
    right: 1%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    list-style: none;
    transition: 0s;
    padding: 0 0.2rem;
    top: 1.2rem;
    bottom: 0;
    overflow: auto;
}

nav~ul>li {
    color: #fff;
    padding: 15px;
    cursor: pointer;
    font-size: 0.28rem;
    width: 100%;
    /*height: 0.5rem;*/
    line-height: 0.5rem;
    border-bottom: 1px solid #323232;
    box-sizing: border-box;
}
nav~ul>li:first-child{
    border-top: 1px solid #323232;
}
/*nav~ul>li:hover {*/
/*    filter: brightness(200%)*/
/*}*/

nav.open~ul {
    transition: .45s ease-in-out;
    visibility: visible;
    opacity: 1
}

#drop {
    cursor: pointer;
    position: fixed;
    right: 0.2rem;
    width: 0.9rem;
    height: 1.1rem;
    border-radius: 0 50% 50%;
    transform: rotate(45deg);
    transition: border-radius .5s;
}

nav.open>#drop {
    float: right;
    margin-right: 0rem;
    transition: 1s ease-in-out;
    box-shadow: 0 0 0 1000px #000, inset 0 0 0 0.4rem #000;
}

#drop>div {

    transform: rotate(-45deg);
    height: 95%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrapper .blo{
    display: block;
}

#drop span {
    display: block;
    background-color: #fff;
    width: 0.35rem;
    height: 0.04rem;
    margin: 0.04rem 0;
    transition: .5s;
}

#drop span.open:nth-child(1) {
    transform: rotate(41deg) translate(0.01rem, 0.01rem);
}

#drop span.open:nth-child(2) {
    transform: rotate(-45deg) translate(0.08rem, -0.07rem);
}

#drop span.open:nth-child(3) {
    opacity: 0;
    margin-bottom: -0.1rem;
}

@keyframes drop {
    0% {
        transform: translateY(0) rotate(45deg)
    }
    50% {
        transform: translateY(30px) rotate(45deg)
    }
    100% {
        transform: translateY(10px) rotate(45deg)
    }
}

/*通用底部导航栏*/
#footer {
    background-color: #2C2C2C;
}

.accordion {
    width: 100%;
}
.accordion>li{
    border-bottom: 1px solid #4a4a4a;
    width: 90%;
    margin: 0 auto;
    padding-left: 0.1rem;
}
.accordion .link {
    cursor: pointer;
    height: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
    font-size: 0.3rem;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .fr{
    float: right;
}
.accordion .link a>i.arrow {
    display: inline-block;
    width: .14rem;
    height: .25rem;
    margin-top: .06rem;
    margin-right: .14rem;
    background: url(/www/xgwy_m/img/common/header_arrow.png) center no-repeat;
    background-size: contain;
    opacity: 1;
}
.accordion .link>span{
    display: inline-block;
    width: .35rem;
    height: .35rem;
    margin-top: .3rem;
    margin-right: .09rem;
    background: url('/www/xgwy_m/img/common/header_active.png') center no-repeat;
    background-size: contain;
    transition: .5s;
    opacity: .4;
    transform: rotate(-45deg);
}
.accordion .submenu{
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;	/* Opera */
    height:0;
    overflow: hidden;
}
.accordion .link>span.sub_menu_active{
    transform: rotate(0);
    opacity: 1;
}
.accordion .link a{
    display: block;
    width: 100%;
    height: 100%;
}
.accordion li i,
.accordion li .menu_right {
    position: absolute;
    top: 0.3rem;
    right: 0.05rem;
    font-size: 0.3rem;
    color: #a5a5a5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .submenu li span {
    position: absolute;
    top: 0.3rem;
    right: 0.05rem;
    font-size: 0.28rem;
    color: #a5a5a5;
}

.accordion li.open i.glyphicon-menu-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.submenu {
    /*display: none;*/
    background: #2c2c2c;
    font-size: 0.28rem;
}

.submenu li {
    /*border-bottom: 1px solid #4a4a4a;*/
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.submenu a {
    display: block;
    font-size: 0.26rem;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.9;
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.2rem;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu li:last-child{
    margin-bottom: 0.2rem;
}
/*.submenu a:hover {*/
/*    background: #b63b4d;*/
/*    color: #FFF;*/
/*}*/
.footer .return{
    margin-bottom: 0;
}
.return{
    width: 100%;
    height: 1rem;
    cursor: pointer;
    line-height: 1rem;
    text-align: center;
    color: #fafafa;
    font-size: 0.30rem;
    border-bottom: 1px solid #4a4a4a;
}

.return .glyphicon{
    left: 3px;
    top: 3px;
}

.footer_qrcode img{
    display: block;
    margin: 0.6rem auto 0.05rem auto;
    width: 3rem;
    height: 3rem;
}

.footer_qrcode p{
    width: 80%;
    line-height: 0.4rem;
    margin: 0 auto;
    text-align: center;
    padding-left: 0.1rem;
}

.footer_qrcode p a{
    color: #a5a5a5;
    font-size: 0.28rem;
}

.footer_qrcode hr{
    border-top:0.02rem solid #4a4a4a;
    margin-bottom: 0.3rem;
}

.footer_qrcode span{
    color: #fff;
    display: block;
    font-size: 0.24rem;
    text-align: center;
}

.footer_qrcode span:last-child{
    font-size: 0.26rem;
    padding-bottom: 0.15rem;
}
.footer_qrcode .lang_select{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.2rem;
}
.footer_qrcode .lang_select a{
    font-size: .3rem;
    color: #fff;
    display: block;

}
.footer_qrcode .lang_select span {
    padding: 0 0.3rem;
}


.form-body{
    background: #FBFBFB;
    padding: 1rem  0;
}
.form-body .form-body-title div:first-child{
    font-size:0.4rem;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.form-body .form-body-title div:last-child{
    font-size:0.2rem;
    font-weight:400;
    color:rgba(51,51,51,1);
    padding-top: 0.27rem;
}


.form-body .form-body-item{
    padding: 0 0.6rem;
    margin-top: 0.7rem;
}
.form-body .form-body-item .container-item .item-list{
    margin-bottom: 0.2rem;
    border: 1px solid #D4D5D6;
}
.form-body .form-body-item .container-item .address{
    display: flex;
}
.form-body .form-body-item .container-item .address .provinces,
.form-body .form-body-item .container-item .address .city{
    width: 50%;
}
.form-body .form-body-item .container-item .form-control{
    border: none;
    box-shadow:none;
    height: 38px;
}
.form-body  .contact-way{
    padding: 0 0.6rem;
    margin-top: 0.6rem;
}
.form-body .contact-way .title{
    font-size:0.2rem;
    font-weight:400;
    color:rgba(49,49,49,1);
}
.form-body .contact-way .phone{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0.15rem;
}
.form-body .contact-way .phone div:first-child{
    font-size:0.46rem;
    font-weight:bold;
    color:rgba(68,129,251,1);
    line-height: 0.8;
}
.form-body .contact-way .phone div:last-child{
    font-weight:400;
    color:rgba(137,137,137,1);
    display: flex;
    flex-direction: column;
}
.form-body .contact-way .phone div:last-child span{
    font-size:0.24rem;
}
.form-body .contact-way .form-btn{
    font-size:0.23rem;
    font-weight:500;
    color:rgba(255,255,255,1);
    width:100%;
    height:0.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(68,129,251,1);
    margin-top: 0.57rem;
}
.form-body .form-body-item .provinces,.form-body .form-body-item .city{
    position: relative;
}
.form-body .form-body-item .provinces::before,
.form-body .form-body-item .city::before,
.supplier-alliance-form .form-horizontal .form-body-item .hzcp::before,
.supplier-alliance-form .form-horizontal .form-body-item .gsxt::before{
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1px 1px 0 0;
    border-color: #787878;
    border-style: solid;
    -webkit-transform: matrix(-0.71, 0.71,0.71, 0.71, 0, 0);
    transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    position: absolute;
    right: 14px;
    top: 13px;
    transform:rotate(135deg);
    -ms-transform:rotate(135deg); 	/* IE 9 */
    -moz-transform:rotate(135deg); 	/* Firefox */
    -webkit-transform:rotate(135deg); /* Safari 和 Chrome */
    -o-transform:rotate(135deg);
}


/*标题内容*/
.content_title_body{
    margin-top: 0.83rem;
    margin-bottom: 0.55rem;
}
.content_title_body .chinese_text{
    font-size: 0.36rem;
    font-weight: 600;
    color: #151515;
    text-align: center;
    letter-spacing: 1px;
}
.content_title_body .english{
    font-size: 0.2rem;
    font-weight: 900;
    color: #333333;
    text-align: center;
    opacity: 0.1;
    text-transform: uppercase;
}

/*安全距离*/
.safe_distance{
    padding: 0 0.3rem;
}

/*底部万亿市场样式*/
.one_trillion{
    height: 5.2rem;
    background: #ffffff;
}
.one_trillion .one_trillion_content .title{
    font-size: 0.44rem;
    font-weight: 600;
    color: #181818;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 1.23rem;
}


.one_trillion .one_trillion_content .text{
    font-size: 0.24rem;
    font-weight: 600;
    color: #D5D5D5;
    text-align: center;
    margin-top: 0.11rem;
    margin-bottom: 0.67rem;
}
@media screen and (max-width: 750px) {
    .one_trillion .one_trillion_content .text{
        font-size: 15px;
        font-weight: 600;
        color: #898787;
        text-align: center;
        margin-top: 0.11rem;
        margin-bottom: 0.67rem;
    }
}
.one_trillion  a{
    width: 2.2rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2E415D;
    border-radius: 2px;
    margin: auto;
    font-size:0.21rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
}

/*表单提交样式*/
.form_mask{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    background: rgba(000,000,000, 0.8);
    display: none;
    justify-content: center;
    align-items: flex-end;
}
.form_model{
    background: #ffffff;
    width: 9rem;
    position: relative;
}
.form_model .form_model_close{
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    cursor: pointer;
    width: 0.35rem;
}
.form_model h5{
    font-size: 0.28rem;
    text-align: center;
    font-weight: 500;
    color: #000000;
    padding-top: 0.9rem;
    padding-bottom: 0.2rem;
}
.form_model form{
    margin: 0 0.5rem 0.7rem 0.5rem;
}
.form_model_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_model_body .form_item{
    width: 100%;
    margin-top: 0.3rem;
    position: relative;
}
.form_model_body .form_item_info::before {
    content: '';
    position: absolute;
    top: 0.32rem;
    right: 0.3rem;
    width: 0.08rem;
    height: 0.08rem;
    border-top: 0.02rem solid #787878;
    border-right: 0.02rem solid #787878;
    transform: rotate(135deg);
}
.form_model_body select,
.form_model_body input{
    height: 0.8rem;
    border: 1px solid #D4D5D6;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 0.16rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #333333;
    width: 100%;
}
.form_model_body textarea{
    border: 1px solid #D4D5D6;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0.16rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #333333;
    width: 100%;
}
.form_model_body select:focus,
.form_model_body textarea:focus,
.form_model_body input:focus{ outline: none; }
.form_model .form_btn{
    height: 0.8rem;
    background: #2E415D;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0.6rem auto 0 auto;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 0.26rem;
    cursor: pointer;

}

/*右侧导航*/
#footer .service{
    position: fixed;
    bottom: 1.4rem;
    right: .22rem;
    width: .74rem;
    height: .74rem;
    background: rgba(106,106,106,.4);
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}
#footer .service i {
    display: inline-block;
    width: .27rem;
    height: .32rem;
    background-image: url('/www/xgwy_m/img/common/telephone_icon.png');
    background-size: cover;
    margin-top: .21rem;
}
#footer .getTop{
    display: none;
    position: fixed;
    bottom: .45rem;
    right: .22rem;
    width: .74rem;
    height: .74rem;
    background: rgba(106,106,106,.4);
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}
#footer .getTop i {
    display: inline-block;
    width: .22rem;
    height: .27rem;
    background-image: url('/www/xgwy_m/img/common/up_icon.png');
    background-size: cover;
    margin-top: .24rem;
}

.service-mask, .service-mask-wrapper{
    display: none;
    z-index: 1010;
}
.service-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35,37,38,.7);
}
.service-mask-wrapper .content {
    z-index: 1010;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -6rem;
    background-color: #fff;
    padding: 0.5rem 0;
    transition: all .3s;
}
.service-mask-wrapper .content>p {
    font-size: .36rem;
    font-weight: 800;
    line-height: .5rem;
    color: #111;
    padding: .6rem 0 .32rem;
    text-align: center;
}
.service-mask-wrapper .content .online-service .one {
    position: relative;
}
.service-mask-wrapper .content .one,
.service-mask-wrapper .online-service .content .one{
    position: relative;
    font-weight: 600;
    font-size: .4rem;
    padding-bottom: 0.35rem;
    color: #333;
}
.service-mask-wrapper .service-mask-text{
    color: #898989;
    font-size: 0.28rem;
}
.service-mask-wrapper .service-mask-text:last-child{
    padding-top: 0.1rem;
    padding-bottom: 0.5rem;
}

.service-mask-wrapper .service-mask-content-right{
    position: absolute;
    content: '';
    right: 0;
    top: 0.22rem;
}
.service-mask-wrapper .service-mask-content-right img{
    width: 0.28rem;
}
.service-mask-wrapper .service-mask-content{
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}
.service-mask-wrapper .wechat .service-mask-content{
    border-bottom: none;
}

.dialog_wechat h1, .service-mask-wrapper .content .phone .two {
    padding-top: .2rem;
}


.service-mask-wrapper .content>div,
.service-mask-wrapper .content>.phone,
.service-mask-wrapper .online-service{
    padding: .5rem .36rem 0 0.36rem;
    cursor: pointer;
    display: block;
}

.dialog_shadow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    z-index: 9998;
    display: none;
}
.toast {
    position: fixed;
    left: 50%;
    bottom: -1rem;
    opacity: 0;
    width: 7rem;
    border-radius: .1rem;
    height: 1rem;
    background-color: gray;
    color: #fff;
    transform: translateX(-50%);
    text-align: center;
    font-size: .28rem;
    line-height: 1rem;
    transition: all .3s;
    z-index: 1111;
}
/*移动端商务通右侧弹出框样式*/
#LRMINIBar {
    right: 2px !important;
    bottom: 115px !important;
}
/*移动端底部公安备案样式*/
.gong_an_bei_an img{
    width: .4rem;
    height: .4rem;
    margin-top: 0px;
}
.gong_an_bei_an {
    line-height:20px
}
.gong_an_bei_an p{
    width: auto;
}
