*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
	scroll-behavior: smooth;
}
body,html{
	width: 100%;
	height: auto;
}

img {
	display: block;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none
}

.pos {
    position: relative;
}
/**图片背景基础样式**/
.base_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

/*单行省略*/

.omit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.omit2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content{
	width: 92%;
	max-width: 1600px;
    height: auto;
	margin: auto;
}

/* 右侧悬浮弹窗 */
.pop_up{
    position: fixed;
    bottom:50px;
    right: 53px;
    width: 170px;
	height: auto;
	background-color: #ffffff;
    z-index: 9998;
    padding: 0 8px;
    box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 8%);
}
.pop_code{
    padding-bottom: 11px;
}
.pop_code,.pop_phone{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid  rgb(1, 12, 34 , 0.1);
    display: block;
}
.pop_img{
    width: 102px;
    height: 102px;
    display: block;
    margin:20px auto 0;
}
.pop_img img{
    width: 100%;
    height: 100%;
}
.pop_code p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 7px;
    text-align: center;
}
.pop_phone {
    padding: 12px 0;
}
.pop_text{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url('../img/suspend_service.jpg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 24% center;
    font-size: 14px;
	color: #666666;
    padding-left: 57px;
}
.pop_phone p{
    font-size: 18px;
	font-weight: bold;
	color: #296ff7;
    margin-top: 12px;
    text-align: center;
}
.shou{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid  rgb(1, 12, 34 , 0.1);
    cursor: pointer;
}
.shou p{
    width: 100%;
    height: 100%;
    padding: 14px 0;
    font-size: 14px;
	color: #666666;
    text-align: center;
}
.guan{
    display: block;
}
.kai{
    display: none;
}
.pop_top{
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 0 18px 0;
    font-size: 12px;
	color: #666666;
    text-align: center;
}
.pop_top img{
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 11px;
}


/* 导航 */
.pc_nav{
    width: 100%;
    height: 100px;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 9992;
    transition: .35s;
    padding:60px 0 0 0;
}
.pc_navcon{
    /* width: 100%;
    height: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.nav_logo{
    width:178px;
    height:37px;
}
.logo{
    display: block;
    width: 178px;
    height: 37px;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.nav_right{
    width: auto;
}
.nav_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_title li {
    width: auto;
}
.nav_title li:first-child a{
    padding-left:0;
}
.nav_title li a{
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    transition: .35s;
    padding-left: 25px;
    background-color: transparent;
    line-height:30px;
}
.nav_title li a:hover{
    transition: .35s;
    font-size:16px;
    color: #296ff7!important;
}
.nav_title li.nav_actives a{
    font-size:16px;
}
.nav_title li a.nav_product{
    padding-right: 15px;
    background: url(../img/index_nav02.png) no-repeat;
    background-position: right center !important; 
}
.nav_title li a.nav_product:hover{
    background: url(../img/index_nav01.png) no-repeat !important;
    background-position: right center !important; 
}

.nav_product_box{
    display: none;
    width: 100%;
    background: #FFF;
    border-top: 1px solid #e5e5e5;
    border-bottom: : 1px solid #ebebeb;
}
.nav_product_list{
    width: 92%;
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 40px;
}
.nav_product_list .item{
    width: 196px;
    margin-left: 3%;
    background: url(../img/index_navbg.png) no-repeat;
    background-position: right bottom; 
    padding-bottom: 5px;
    padding-top:30px; 
}

.nav_product_list .item .item_top{
    margin-bottom: 11px;
    padding-left: 27px;
    background: url(../img/index_nav_img01.png) no-repeat;
    background-position: left center; 
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
} 
.nav_product_list .item:nth-child(2) .item_top{
    background: url(../img/index_nav_img02.png) no-repeat;
}
.nav_product_list .item:nth-child(3) .item_top{
    background: url(../img/index_nav_img03.png) no-repeat;
}
.nav_product_list .item:nth-child(4) .item_top{
    background: url(../img/index_nav_img04.png) no-repeat;
}
.nav_product_list .item:nth-child(5) .item_top{
    background: url(../img/index_nav_img05.png) no-repeat;
}
.nav_product_list .item_top span{
    display: inline-block;
    width: 30px;
    height: 14px;
    margin-top: 2px;
    margin-left: 10px;
    background: url(../img/index_nav_img07.png) no-repeat;
}
.nav_product_list .item:nth-child(3) .item_top span{
    background: url(../img/index_nav_img06.png) no-repeat;
}
.nav_product_list .item_bottom{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #999999;
    padding-top: 11px;
    border-top: 1px solid #dcdcdc;
}
/* 头部结束 */

.acea-row {
    display: flex;
    flex-wrap: wrap
}

.acea-row.row-middle {
    align-items: center
}

.acea-row.row-top {
    align-items: flex-start
}

.acea-row.row-bottom {
    align-items: flex-end
}

.acea-row.row-center {
    justify-content: center
}

.acea-row.row-right {
    justify-content: flex-end
}

.acea-row.row-left {
    justify-content: flex-start
}

.acea-row.row-between {
    justify-content: space-between
}

.acea-row.row-around {
    justify-content: space-around;
}

.acea-row.row-column-around {
    justify-content: space-around;
}

.acea-row.row-column {
    flex-direction: column
}

.acea-row.row-column-between {

    flex-direction: column;
    justify-content: space-between
}

.acea-row.row-center-wrapper {
    align-items: center;
    justify-content: center
}

.acea-row.row-between-wrapper {
    align-items: center;
    justify-content: space-between
}

.acea-no-warp {
    flex-wrap: nowrap;
}

.flex-1 {
    flex: 1;
}


.flex {
    display: flex;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}


/* 底部 */
.foot{
    width: 100%;
    height: auto;
    background: #010b22;
    /* padding-top: 70px; */
}
.footop{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 55px 90px 50px 90px;
}
.footleft{
    width: 20.36%;
    height: auto;
    overflow: hidden;
}
.footlogo img{
    width: 178px;
	height: 37px;
}
.footp{
    width: 100%;
    height: auto;
    margin-top: 26px;
}
.footp p{
    font-size: 14px;
	line-height: 18px;
	color: rgb(255, 255, 255,0.5);
    white-space: pre-line;
}
.footright{
    width: 70%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.footnav{
    width: 14%;
    height: auto;
    overflow: hidden;
}
.footnav p{
    font-size: 18px;
	color: #ffffff;
    margin-bottom: 35px;
}
.footnav ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footnav ul li a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255,0.5);
    transition: .35s;
}
.footnav ul li a:hover{
    color: #ffffff;
    transition: .35s;
}
.footcontact{
    width: 18%;
    height: auto;
    overflow: hidden;
}
.footaddress{
    width: 50%;
    height: auto;
    overflow: hidden;
}
.foottit {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    font-size: 18px;
	color: #ffffff;
    margin-bottom: 35px;
    align-items: center;
}
.foottit img{
    width: 16px;
    height: 14px;
    margin-right: 12px;
}
.footnr{
    width: 100%;
    font-size: 14px;
	color: rgba(255, 255, 255,0.5);
    margin-bottom: 10px;
}
.footba{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 90px;
    border-top: 1px solid rgba(255, 255, 255,0.1);
}
.footba p{
    font-size: 14px;
	color: rgba(255, 255, 255,0.4);
}
.footba p a{
    font-size: 14px !important;
	color: rgba(255, 255, 255,0.4);
    transition: .35s;
    background: transparent !important;
}
.footba p a:hover{
    transition: .35s;
    color: #ffffff;
}



@media screen and (max-width: 1650px){
    
}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1440px){
    
} 
@media screen and (max-width: 1366px){
   
}
@media screen and (max-width: 1350px){
   
}
@media screen and (max-width: 1270px){
   
}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1130px){
   
}
@media screen and (max-width: 1100px){
    
}
@media screen and (max-width: 800px){
    
    .pop_up{
        display: none;
    }
    .footop {
        display: none;
    }
    .footba {
        padding: 50px 40px;
        border-top: 0px solid rgba(255, 255, 255,0.1);
        margin-top: -1px;
    }
    .footba p {
        font-size: 12px;
    }
    .footba p a {
        font-size: 12px;
    }
}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 380px){
    
}
@media screen and (max-width: 320px){
    
}