.standard_imgUp{
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    left: 0;
    z-index: 999;
    line-height: 100vh;
}
.standard_img{
    max-width: 80%;
    max-height: 90%;
}

.red{
    min-height: 30px;
    background: red;
}
.yellow{
    min-height: 30px;
    background: yellow;
}
.tan{
    min-height: 30px;
    background: tan;
}
a{
    color: currentColor;  
    display: inline-block;
}
a:focus, a:hover{
    color: currentColor;
}
ul li{
    list-style: none;
}


.pc_head{
    
}
.w90{
    max-width: 90%;
    margin: auto;
}
.mo_head{
    display: none;
}
.logo_img{
    position: relative;
}



.pages{
    padding: 20px 0 ;
}
.pagination>li>a, .pagination>li>span {
    color: #0F9F9F;
}




.footer_h{
    display: none;
}
.footer_f{
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    background: #0F9F9F;
    padding: 11px 0;
    z-index: 999;
}
.footer_f::before{
    content: '';
    height: 100%;
}
.footer_f ul {
    display: flex;
}
.footer_f ul li{
    width: calc(100% / 3);  
    text-align: center;
}
.footer_f ul li img{
    height: 56px;
}
.footer_f ul li p{
    font-size: 26px;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
}




.header_top{
    padding: 13px 0 14px;
    background-color: rgba(255,255,255,0.41);
	position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 990;
    transition: all 0.5s ease-out;
}
.header_top.fixed{
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    background: #fff;
    padding: 10px 0 10px;
}
.header_top .row{
    display: flex;
}
.head_nav_ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 90px;
}
.head_nav_ul li{
    position: relative;
    font-size: 17px;
    color: #111;
    font-weight: 550;
}
.head_phone {
    display: flex;
    align-items: center;
}
.head_phone img{
    margin-right: 10px;
}
.head_nav_ul li.active{
    color: #D50A1D;
}
.head_nav_ul li::after{
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    margin: auto;
    background-color: #D50A1D;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;
}

.head_nav_ul li.head_phone::after{
    display: none;
}
.head_nav_ul li:hover::after{
    opacity: 1;
    width: 100%;
}
.head_nav_ul li.active::after{
    opacity: 1;
    width: 100%;
}
.swiper-container-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    opacity: 1;
    background-color: #fff;
    margin: 0 10px !important;
}
.swiper-container-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #D50A1D;
    width: 50px;
    border-radius: 20px;
}
.tit_box h3{
    color: #D50A1D;
    font-size: 22px;
    font-weight: 550;
}
.tit_box p{
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: auto;
}
.footer_div{
    background: #404040;
    padding: 30px 0;
}
.footer_div .row{
    display: flex;
}
.footer_div_l{
    padding-right: 50px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer_div_l p {
    font-size: 24px;
    font-weight: 550;
    color: #fff;
    margin-top: 30px;
}
.footer_div_r {
    border-left: solid 2px #626262;
    padding-left: 80px;
}
.foot_ul{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #626262;
    padding-bottom: 20px;
}
.foot_ul li{
    font-size: 16px;
    color: #fff;
}
.footer_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_con_l{
    padding: 15px 0 0;
}
.footer_con_l p{
    font-size: 16px;
    color: #999;
    margin: 15px 0;
}
.footer_con_l p:last-child{
    margin: 15px 0 0 0;
}
.footer_con_r{
    display: inline-block;
    text-align: center;
}
.footer_con_r img{ border:#7b7b7b solid 1px; padding:2px;}
.footer_con_r p{
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}
.pc_hidden{
    display: block;
}
.mo_hidden{
    display: none;
}
.in_fw{ background:url(gbg0.jpg) no-repeat no-repeat center center;height:534px;min-width:1260px;}
.in_fw_ul{text-align:center;}
.in_fw_ul img{width:185px;height:185px;margin:auto;border-radius:100%;border:5px solid #fff;}
.in_fw_ul img:hover{border:5px solid green;}
.in_fw_ul>li{width:20%; float:left; margin-top:13px;}



@media screen and (max-width:1400px ) {
    .container-fluid,section{
        width: 1400px;
    }
    .in_pro_ul li {
        font-size: 20px;

    }

    .footer_div_l p {
        font-size: 22px;
    }
    .container{
        width: 1200px;
    }
    .header_top{
        position: absolute;
        width: 1400px;
    }
    .w90{
        width: 1200px;
        margin: auto;
    }
}

@media screen and (max-width:768px ) {
    .pc_hidden{
        display: none;
    }
    .mo_hidden{
        display: block;
    }
    .footer_div .row {
        flex-wrap: wrap;
    }
    .footer_div_l {
        padding-right: 0px;
        padding-bottom: 30px;
    }
	.in_fw{ display:none}
    .footer_div_r {
        padding-left: 0px;
        border-left: none;
    }
    .foot_ul li {
        font-size: 18px;
    }
    .footer_con_l p {
        font-size: 20px;
    }
    .footer_con_r img{
        width: 150px;
    }
    .footer_con_r p {
        font-size: 16px;
    }
    .tit_box h3 {
        font-size: 30px;
    }
    .w90 {
        max-width: 94%;
    }
    .col-xs-12{
        width: 100%;
    }
    .swiper-container-banner{
        margin-top: 90px;
    }
    .container-fluid,section{
        width: 100%;
    }
    .container{
        width: 100%;
        padding: 0 3%;
    }
    .header_top{
        position: absolute;
        width: 1400px;
    }
    .pc_head{
        display: none;
    }
    .mo_head{
        display: block;
    }
    .footer_f{
        display: block;
    }
    .footer_h{
        display: block;
    }

.iphone__screen{
    /* position: static; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
}
.logo_img img{
    height: 65px;
}
.mo_toggle {
    height: 90px;
    width: 100%;
    background: #fff;
    padding: 0 16px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.type_close img{
    width: 50px;
}
#side{
    position: fixed;
    padding: 50px 0 100px;
    z-index: 98;
    top: 0;
    left: -50.5%;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    transform: translateX(-50%);
}
.side_div{
    padding: 5rem 8% 0;
    font-size: 2.3rem;
}
.side_ul li{
    line-height: 2;
    margin-left: -100%;
    font-size: 34px;
    color: #fff;
}
.side_ul li a{
    color: #fff;
}
.side_ul li ul{
    padding: 0 8%;
}
.erji_ul {
    /* display: none; */
}
}