/* 头部开始 */
.m_header {
	display: none;
}







/* .jjjclogo {
	width: 150px;
	height: 40px;
	line-height: 95px;
}

.jjjclogo img {
	width: 100%;
}

.jjjctext ul li {
	position: relative;
	width: 125px;
	text-align: center;
}
.jjjctext li a{
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: siyuanregular;
}
.jjjctext ul li::after {
	content: "";
	width: 0;
	height: 1px;
	border-radius: 0.01rem;
	background-color: white;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.4s;
 }
 .jjjctext ul li:hover::after {
	width: 100%;
 }
 
 .jjjctext li.active::after {
		 width: 100%;
 }
 
 .jjjctext li:last-child::after {
		 content: "";
		 width: 0;
		 height: 1px;
		 border-radius: 0.01rem;
		 background-color: white;
		 position: absolute;
		 bottom: 0px;
		 left: 0;
		 transition: all 0.4s;
	display: none;
 }
.jjjctext ul li:hover .subnav {
	z-index: 3;
	opacity: 1;
	visibility: visible;
}
.jjjctext span{
	height: 95px;
}
.subnav {
	position: absolute;
	top: 95px;
	width: 100%;
	height: auto;
	background-color: white;
	visibility: hidden;
	opacity: 0;
	line-height: 1.8;
	box-shadow: 0px 4px 4px 0px rgba(22, 85, 127, 0.28);
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #ECECEC;
	-webkit-transition: all .30s linear;
	-moz-transition: all .30s linear;
	-ms-transition: all .30s linear;
	-o-transition: all .30s linear;
	transition: all .30s linear;
	padding-left: 15px;
	padding-right: 15px;
}

.jjjctext ul li:last-child {
	width: 160px;
	display: flex;
	align-items: center;
}


.jjjctext ul li:last-child a {
	background-color: rgba(255, 255, 255, .8);
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
	color: #d7000f;
	padding-right: 30px;
	border-radius: 21px;
}

.xdhua {
	position: absolute;
	top: 43%;
	z-index: 3;
	left: 30px;
}

.subnav a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	line-height: 1.8;
	display: block;
	transition: 0.3s;
	display: flex;
	justify-content: center;

	font-family: siyuanregular;
}

.subnav a:hover {
	color: #0950A7;
}


.lanyu {
	display: none;
}

.subnav a:hover .lanyu{
	display: block;
}

.subnav a:hover .dayu {
	display: none;
} */


/* @media screen and (max-width:1600px) {
	.jjjcpcnavk{
		width: 85%;
	}
	.jjjctext ul li {
    position: relative;
    width: 100px;
    text-align: center;
	}
	.jjjctext ul {
    line-height: 95px;
    display: flex;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
}
	
	
} */
/* @media (max-width:1440px) {
	.jjjcpcnavk {
		width: 98%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.jjjctext ul li {
		position: relative;
		width: 10%;
		text-align: center;
	}

	.jjjclogo {
		width: 15%;
		height: 40px;
		line-height: 95px;
	}

	.jjjctext {
		width: 80%;
		display: flex;
		justify-content: space-between;
	}
	.subnav {
		padding-left: 7px;
		padding-right:7px;
	}

} */

@media (max-width: 1199px) {
	/* .jjjcpcnav {
		display: none;
	} */

	.m_header {
		display: block;
		position: relative;
		height: 50px;
		left: 0;
		top: 0;
		z-index: 6;
	}

	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #d7000f;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		z-index: 999
	}

	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}

	.sp_logo img {
		margin: auto;
		max-height: 30px
	}

	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}

	.sp_nav span {
		display: block;
		background: white;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

	.sp_nav span:nth-of-type(1) {
		top: 0px
	}

	.sp_nav span:nth-of-type(2) {
		top: 10px
	}

	.sp_nav span:nth-of-type(3) {
		top: 20px
	}

	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}

	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}

	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}

	.sjj_nav {
		position: fixed;
		z-index: 90;
		background: #ffffff;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}

	.nav_show {
		top: 50px
	}
	
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}

	.sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px);
	}

	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}

	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}

	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}

	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}

	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}

	.sjj_nav ul li ul {
		display: none
	}

	.sjj_nav ul li a {
		color: #666;
		width: 100%;
		display: block
	}

	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}

	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #999999
	}

	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
	
}
@media (max-width: 760px){
    .sp_nav{
        width: 45px;
    }
    .sjj_nav li div{
        padding-left: 30px;
    }
    .sp_nav span:nth-of-type(2) {
		top: 8px
	}

	.sp_nav span:nth-of-type(3) {
		top: 16px
	}
	.sp_nav span{
	    width: 20px;
	}
	.sp_nav_se span:nth-of-type(1){
	    transform:rotate(45deg);
	}
	.sp_nav_se span:nth-of-type(3){
	    top: 10px;
	    transform:rotate(-45deg);
	}
	.sjj_nav>ul>li a{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
    .sjj_nav>ul>li span{
        width: 15px;
        height: 2px;
        position: relative;
        background: #666;
        transition: all 0.5s linear;
    }
    .sjj_nav>ul>li>.aa span{
        transition: all 0.2s;
        transform: rotate(180deg);
    }
    .sjj_nav>ul>li>.aa span:before{
        content: "";
        width: 0;
        transition: all 0.2s;
    }
    
    .sjj_nav>ul>li span:before{
        content: "";
        width: 2px;
        height: 15px;
        position: absolute;
        background: #666;
        left: 50%;top: 50%;
        transform: translate(-50%,-50%);
    }
} 

/*导航结束*/
