@charset "utf-8";

#footer .f2 .r{
	font-size: 12px;
	line-height: 45px;
	overflow: hidden;
	color: #c3c3c3;
}
#footer .f2 .title{
	float: left;
}
#footer .f2 .foot-jszc{
	float: left;
	overflow: hidden;
}
#footer .f1 h2 a{
	background-size: 16px;
}
@media screen and (max-width: 1250px){
	#footer .f2 .m{
		margin-left: 5em;
	}
}

@media screen and (max-width: 1150px){
	#footer .f2 .m{
		margin-left: 3em;
	}
}

@media screen and (max-width: 1100px){
	#footer .f2{
		height: auto;
		line-height: 26px;
		overflow: hidden;
		text-align: center;
		padding: 15px 0;
		width: 100%;
	}
	#footer .f2 .l{
		float: none;
		margin: 0;
	}
	#footer .f2 .m{
		float: none;
		margin: 0;
		line-height: 18px;
		margin: 4px 0;
	}
	#footer .f2 .r{
		float: none;
		line-height: 20px;
		height: 20px;
		overflow: hidden;
		text-align: center;
	}
	#footer .f2 .title{
		display: none;
	}
	#footer .f2 .foot-jszc{
		float: none;
	}
}

@media screen and (min-width: 768px){
	#footer .f1 .div1 p{
		clear: both;
		display: flex;
	}
	#footer .f1 .div1 span:first-child{
		width: 36px;
		white-space: nowrap;
	}
	#footer .f1 .div2 p{
		clear: both;
		display: flex;
	}
	#footer .f1 .div2 span:first-child{
		width: 60px;
		text-align: right;
		white-space: nowrap;
	}
}
@media screen and (max-width: 767px){
	.cnav{
		display: none;
	}
	#footer{
		height: auto;
	}
	#footer b{
		display: block;
	}
	#footer .b1{
		font-size: 0;
    	line-height: 0;
	}
	.foot-support{
		display: inline-block;
	}
	#footer .f2 .r{
		float: none;
		text-align: center;
		margin: 0;
		line-height: 20px;
		height: 20px;
	}
	#footer .f2 .title{
		display: none;
	}
	#footer .f1{
		height: auto;
		padding-bottom: 0.25rem;
		overflow: hidden;
	}
	#footer .f1 .links{
		width: 100%;
    	margin: 0;
	}
	#footer .f1 .links a{
		display: none !important;
	}
	#footer .f1 .links .hide2{
		position: relative;
		display: block !important;
		opacity: 1 !important;
		right: 0;
		top: 0;
		width: 80px;
		height: 80px;
		margin: 0.2rem auto 0;
	}
	#footer .f1 h2{
		margin-left: 0;
		padding-top: 0.3rem;
	}
	#footer .f1 .div1{
		margin-left: 0;
		width: 50%;
		padding-right: 0.3rem;
		box-sizing: border-box;
	}
	#footer .f1 .div2{
		width: 50%;
		padding-left: 0.25rem;
		padding-right: 0;
		margin-left: 0;
		background: none;
		box-sizing: border-box;
		text-align: right;
	}
	
}
@media screen and (max-width: 767px){
	#footer .f1 .div2{
		text-align: left;
	}
}

#header{
    z-index: 1000;
}
#header-ph{
    z-index: 1000;
    height: 46px;
    display: none;
    background: #f8f8f8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (min-width: 1101px){
	.pop-nav-box{
		display: none !important;
	}
}
@media screen and (max-width: 1100px){
	body{
		padding-top: 46px;
	}
    #header{
        display: none;
    }
    #header-ph{
        display: block;
    }
    #header-ph .logo{
	    height: 32px;
	    position: absolute;
	    left: 50%;
	    margin-left: -53px;
	    top: 8px;
	}
	#header-ph .nav{
	    background: url(../../Img/images/nav.png) center center no-repeat;
	    width: 25px;
	    height: 46px;
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 10px;
	    background-size: 100% auto;
	}
	#header-ph .nav.on{
		background: url(../../Img/images/close-btn2-2.png) center center no-repeat;
		background-size: 20px auto;
	}
}


.pop-nav-box {
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 46px;
    z-index: 600;
    border-top: 1px solid #ccc;
}
.pop-nav-box>div, .pop-nav-box h5, .pop-nav-box li{
	box-sizing: border-box;
}
.pop-nav-box .inner {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0 0 4em;
}
.pop-nav-box .btn-language {
    width: 100%;
    display: block;
    font-size: 1.125em;
    line-height: 1.56em;
    color: #333;
    padding: 1em 4%;
}
.pop-nav-list {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.pop-nav-list>li {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.pop-nav-list>li.active .menu-level1 .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    width: 0.5rem;
    height: 100%;
}
.pop-nav-list>li.current .menu-level1 a {
    color: #ff8f00;
}
.pop-nav-list>li.has-subnav .menu-level1 .arrow {
    display: block;
}
.pop-nav-list a {
    font-size: 1.125em;
    float: left;
}
.pop-nav-list .menu-level1 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0 4%;
    border-bottom: solid 1px #e6e6e6;
}
.pop-nav-list .menu-level1 a {
    float: left;
    font-size: 0.2rem;
    line-height: 1em;
    color: #333;
    padding: 1em 0;
    width: 50%;
}
.pop-nav-list .menu-level1 .arrow {
    width: 20%;
    height: 100%;
    display: none;
    overflow: hidden;
    background: url(../../Img/images/qian-arrow04-1.png) no-repeat right 0.18rem center;
    background-size: 0.5em auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.pop-subnav-list {
    width: 100%;
    display: none;
    overflow: hidden;
    background: #b50100;
}
.pop-subnav-list li {
    width: 91%;
    overflow: hidden;
    border-top: 1px solid #e44342;
    margin: auto;
}
.pop-subnav-list a {
    font-size: 0.18rem;
    line-height: 2.875em;
    color: #fff;
    float: left
}