*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
ul,ol{
    margin-bottom: 0 !important;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}

/* 导航 */
.pc-nav{
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.nav-con{
    /* 屏幕分辨率小于最大宽度 */
    width: 92%;
    /* 现在的宽度 */
    max-width: 1200px;
    max-height: 80px;
    height: 80px;
    margin: auto;
}
.nav-logo{
    height: 75px;
    padding: 18px 0 0 0;
    float: left;
}
.logo{
    width: 380px;
    height: 48px;
    float: left;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.nav-title {
    width: 67%;
    height: auto;
    padding: 30px 0 0 0;
    float: right;
}
.nav-title li {
    width: 14%;
    height: 49.5px;
    float: left;
    text-align: center;
    position: relative;
}
.nav-title li a{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #cdcdcd;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: lighter;
}
.nav-title li a:hover{
    font-size: 16px;
    color: #0e6eb8;
}
.nav_solid{
    display: block;
    width: 0px;
    height: 4px;
    background-image: linear-gradient(-90deg, #0e6eb8 0%, #122a88 100%);
    position: absolute;
    bottom: 0;
    left: 16.5px;
}
.nav-title .nav_actives a{
    color: #0e6eb8;
}
.nav-title .nav_actives .nav_solid{
    width: 80px;
    margin: auto;
}
.nav-title li:hover a{
    font-size: 16px;
    color: #0e6eb8;
}
.nav-title li:hover .nav_solid{
    width: 80px;
}

/* 头部结束 */
/* 底部 */
.foot{
    width: 100%;
    height: auto;
    overflow: hidden;
	background-color: #282e31;
}
.footone{
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 43px 0;
}
.foot .links{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 10px;
	font-family: MicrosoftYaHeiLight;
		font-size: 13px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 36px;
		letter-spacing: 0px;
		color: #9d9d9d;
}
.foot .links a{
	
	font-size: 13px;
	color: #9d9d9d;
}
.foot .links a:hover{
	text-decoration: underline;
}
.webnav{
    width: 34%;
    height: auto;
    overflow: hidden;
}
.webnav .foottitle{
    font-family: 'MicrosoftYaHei';
	font-size: 18px;
	color: #ffffff;
}
.webnav .webni {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
}
.webnav ul{
    margin-top: 26px;
}
.webnav ul li{
    float: left;
    width: 80px;
    height: auto;
    margin-bottom: 24px;
}
.webnav ul li a{
    font-family: 'MicrosoftYaHeiLight';
	font-size: 14px;
	font-weight: 100;
	color: rgba(255, 255, 255, 0.7);
}
.webnav ul .webci{
    display: block;
    width: 1px;
    height: 13px;
    background-color: #4f5a5f;
    float: left;
    margin-right: 25px;
    margin-top: 4px;
}
.footi{
    display: block;
    width: 1px;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 14px 40px 0 30px;
}
.footcontact{
    width: 38%;
    height: auto;
    overflow: hidden;
}
.footcontact .foottitle{
    font-family: 'MicrosoftYaHei';
	font-size: 18px;
	color: #ffffff;
}
.footcontact .webni{
    display: block;
    width: 26px;
	height: 2px;
    background-color: #fff;
    margin-top: 5px;
}
.footcontact ul{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.footcontact ul li{
    display: flex;
    justify-content: space-between;
}
.fcontel{
    background-image: url(../img/icon02.png);
    background-repeat: no-repeat;
    background-size: 38px 37px;
    padding-left: 50px;
    opacity: 0.7;
}
.fcontel p{
	color: #fff;
    margin-bottom: 0;
  font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: bold;
}
.fcontel p:first-child{
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    margin-top: 5px;
}
.fcontel p:nth-child(2){
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.footadress{
    width: 190px;
    background-image: url(../img/icon03.png);
    background-size: 30px 37px;
}
.footadress p:nth-child(2){
    font-family: 'MicrosoftYaHei';
	font-size: 14px;
}
.footcode .foottitle{
    font-family: 'MicrosoftYaHei';
	font-size: 18px;
	color: #ffffff;
}
.footcode .webni{
    display: block;
    width: 26px;
	height: 2px;
    background-color: #fff;
    margin-top: 5px;
}
.footcode{
    width: 16%;
    height: auto;
    overflow: hidden;
}
.footcode ul{
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.footcode ul li{
    width: 44%;
    height: auto;
    overflow: hidden;
}
.footcode ul li img{
    width: 84px;
	height: 84px;
}
.footcode ul li p{
    font-family: 'MicrosoftYaHei';
	font-size: 12px;
	color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.foottwo{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.foottwo p{
    font-family: 'MicrosoftYaHeiLight';
	font-size: 13px;
	font-weight: 100;
	line-height: 47px;
	color: #9d9d9d;
    text-align: center;
    margin-bottom: 0;
}
.foottwo p a{
    font-family: 'MicrosoftYaHeiLight';
	font-size: 13px;
	font-weight: 100;
	line-height: 47px;
	color: #9d9d9d;
    text-align: center;
  margin-right:10px;
}
.footmobile{
    display: none;
}
.pc-css{
	display:block;
}
.m-css{
	display:none;
}
/* 导航底部自适应 */
@media screen and (max-width: 1600px){
   
}
@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){
    .webnav,.footcode,.footi{
        display: none !important;
    }
    .footcontact{
        width: 92% !important;
        margin: auto;
    }
    .footone {
        padding: 30px 0 30px 0;
    }
    .fcontel {
        background-size: 31px 30px;
        padding-left: 38px;
    }
  .fcontel p{
    font-size: 14px;
        font-weight: normal;
  }
    .fcontel p:first-child {
        font-size: 14px;
        margin-top: 5px;
        font-weight: normal;
    }
    .fcontel p:nth-child(2) {
        font-size: 14px;
        font-weight: normal;
        margin-top: 10px;
    }
    .footadress {
        width: 178px;
        background-size: 25px 30px;
    }
    .foottwo p, .foottwo p a {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0;
    }
    .footmobile{
        display: block;
    }
    .footpc{
        display: none;
    }
	.m-css{
		display:block;
	}
	.pc-css{
		display:none;
	}
}
@media screen and (max-width: 450px){
    .mobile{
        display: block;
    }
    .pc-nav{
        display: none;
    }
    
}
@media screen and (max-width: 320px){
    
}