*{
    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
}

/*单行省略*/

.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: 100%;
	max-width: 1400px;
    height: auto;
	margin: auto;
}

/* 导航 */
.pc_nav{
    width: 100%;
    height: 98px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9992;
    transition: .35s;
}
.pc_navcon{
    /* width: 100%; */
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_logo{
    width:212px;
    height:49px;
}
.logo{
    display: block;
    width: 212px;
    height: 49px;
    background-image: url(../img/logo@2x.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.nav_right{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav_title {
    /* width: 100%; */
    height: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.nav_title li {
    width: auto;
    height: 100%;
    margin-right: 54px;
    display: flex;
    align-items: center;
    position: relative;
}
.nav_title li:last-child{
    margin-right: 0;
}
.nav_title li:first-child a{
    padding-left:0;
}
.nav_title li a{
    font-size: 18px;
    text-align: center;
    color: #2B2B2B;
    width: 100%;
    display: block;
    transition: .35s;
    line-height:26px;
    font-weight: 400;
}
.nav_title li a:hover{
    transition: .35s;
    font-size:18px;
    color: #076BAF!important;
    font-weight: bold;
}
.nav_title li.nav_actives>a{
    font-size:18px;
    color: #076BAF;
    font-weight: bold;
}

.nav_phone{
    display: flex;
    align-items: center;
    width: 211px;
    height: 48px;
}
.nav_phone img{
    width: 48px;
    height: 48px;
}
.nav_phone p{
    margin-left: 17px;
    font-weight: bold;
    font-size: 22px;
    color: #2B2B2B;
    text-align: right;
}
/* 头部结束 */


/* 底部 */
.foot{
    width: 100%;
    height: 57px;
    background: #000000;
}

.foot p{
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

}
@media screen and (max-width: 1440px){
    .pc_navcon{
        /* width: 100%; */
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
        box-sizing: border-box;
    }
} 
@media screen and (max-width: 1366px){
   
}
@media screen and (max-width: 1350px){
    .nav_title li {
        margin-right: 34px;
    }
}
@media screen and (max-width: 1270px){
   .nav_title li {
        margin-right: 24px;
    }
}
@media screen and (max-width: 1200px){
    .nav_title li {
        margin-right: 14px;
    }
}
@media screen and (max-width: 1130px){
   
}
@media screen and (max-width: 1100px){
    
}
@media screen and (max-width: 800px){
    .foot p {
        font-size: 13px;
    }
}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 380px){
    .foot p{
        font-size: 12px;
    }
}
@media screen and (max-width: 320px){
    
}