@charset "utf-8";

.mb50{
	margin-bottom: 50px;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	padding: 0px;
	margin: 0px;
}



@media screen and (min-width: 1200px) {
	
	.swkc_scroll {
    position: fixed;
    bottom: 10%;
    right: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 999999;
}
	

	.footer {
		width: 100%;
		margin: 15px auto 1px auto;
		height: auto;
		overflow: hidden;
		background-color: #2c2c2c;
	}

	.footer_nav {
		width: 100%;
		height: 280px;
		overflow: hidden;
		background-color: #e46713;
		margin: 10px auto;
		padding-top: 40px;
		text-align: center;
		padding-left: 3%;
	}

	.footer_nav ul li {
		float: left;
	}

	.footer_nav ul {
		float: left;
		width: 15.49%;
		height: 210px;
		border-right: #ffffff 3px solid;

	}

	.footer_nav ul:last-child {
		border-right: 0px
	}

	.footer_nav ul em {
		height: 30px;
		font-style: normal;
		display: block;
	}

	.footer_nav ul em a {
		font-size: 18px;
		font-weight: bold;
		display: block;
		color: #ffffff;
	}

	.footer_nav li {
		float: left;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}

	.footer_nav li a {
		color: #ffffff;
		font-size: 16px;
	}

	.footer_logo {
		width: 90%;
		margin: 40px auto;
	}
	.footer_logo img{
		height: 85px;
	}
	.footer_dibu {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 40px auto;
	}

	.footer_address {
		width: 38%;
		float: left;
		color: #ffffff;
		margin-right: 6%;
	}

	.footer_contact {
		width: 30%;
		float: left;
		color: #ffffff;
		margin-right: 5%;
	}

	.footer_dabiao {
		width: 100%;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		height: 65px;
		line-height: 50px;
	}

	.footer_xiaobiao {
		width: 100%;
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
	}

	.footer_follow {
		float: left;
		padding-left: 3%;
	}

	.footer_fenxiang {
		float: left;
		width: 100%;
	}

	.footer_fenxiang img {
		float: left;
		margin-right: 5px;
	}

	



	.weixin {
		float: left;
		width: 30px;
		height: 30px;
		position: relative;
		font-size: 12px;
		text-align: center;
		margin-right: 5px;
	}

	.weixin a {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/weixin.png) no-repeat center top;
	}

	.weixin .weixin_nr {
		width: 100px;
		height: 120px;
		padding: 10px;
		background: #fff;
		text-align: center;
		position: absolute;
		left: -45px;
		top: 45px;
		display: none;
	}

	.weixin .weixin_nr img {
		margin-bottom: 5px;
	}

	.weixin .weixin_nr .arrow {
		width: 0;
		height: 0;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		left: 50px;
		top: -10px;
	}

	.weixin.on .weixin_nr {
		display: block;
	}

	.weixin.on a {
		background: url(../images/weixin.png) no-repeat left bottom;
	}


	.banquan {
		width: 100%;
		margin: 40px auto;
		text-align: center;
		color: #ffffff;
		font-size: 18px;
		border-top: 1px solid #ffffff;
		padding-top: 30px;
	}

	.link {
		width: 90%;
		margin: 40px auto;
		color: #ffffff;
		text-align:center;
	}

	.link a {
		color: #ffffff;
	}
	
	.back-top{
		display: none;
	}
	
	
	/* 底部修改 */
	.dibu_left{
		float: left;
		width: 60%;
		height: auto;
		overflow: hidden;
	}
	.dibu_left_one{
		font-size: 26px;
		color: #fff;
		margin-bottom: 48px;
		margin-top: 40px;
	}
	.dibu_left_one font{
		font-size: 26px;
		color: #fff;
		margin-bottom: 80px;
		margin-top: 40px
	}
	.dibu_left img{
		display: block;
	}
	.dibu_left span{
		color: #fff;
		font-size: 18px;
		line-height: 35px;
		margin-top: 30px;
		display: block;
	}
	.dibu_right{
		float: left;
		width: 40%;
		height: auto;
		overflow: hidden;
	}
	.dibu_right_one{
		font-size: 50px;
		color: #fff;
		font-family: Poppins;
		font-weight: 600;
		
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.dibu_right_one .baixian{
		display: block;
		width: 50px;
		height: 3px;
		background: #fff;
	}
	.dibu_right_two{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}
	.dibu_right_two img{
		border: 1px solid #e50010;
		border-radius: 10px;
		padding: 3px;
		float: left;
		margin-right: 30px;
		width: 153px;
	}
	.dibu_right_two_txt{
		font-size: 16px;
		color: #fff;
		line-height: 28px;
		padding-top: 47px;
	}
	

}


/* 手机 */

@media (max-width: 768px) {
	
	.footer {
		width: 100%;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
		background-color: #000000;
	}
	
	.footer_nav {
		display: none;
		float: left;
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
		background-color: #e46713;
		margin: 0.625rem 0px;
	}
	
	.footer_nav ul li {
		float: left;
	}
	
	.footer_nav ul {
		float: left;
		width: 33.333%;
		height: auto;
		/* border-right: #ffffff 1px solid; */
		text-align: center;
	}
	
	.footer_nav ul:last-child {
		border-right: 0px
	}
	.footer_nav ul:nth-child(3n+1){
		clear: both;
	}
	
	.footer_nav ul em {
		height: 2.75rem;
		font-style: normal;
		display: block;
		margin-top: 1.875rem;
	}
	
	.footer_nav ul em a {
		font-size: 1.125rem;
		font-weight: bold;
		display: block;
		color: #ffffff;
	}
	
	.footer_nav li {
		float: left;
		width: 100%;
		height: 1.875rem;
		line-height: 1.875rem;
	}
	
	.footer_nav li a {
		color: #ffffff;
		font-size: 16px;
	}
	
	.footer_logo {
		width: 100%;
		/* 图片居中 */
		display:flex;
		justify-content: left;
		align-items: center;
		padding-left: 1%;
		padding-top: 20px;
	}
	.footer_logo img{
		width: 80%;
	}
	
	.footer_dibu {
		width: 96%;
		height: auto;
		padding: 2%;
		margin: 0.5rem auto;
	}
	
	.footer_address {
		width: 100%;
		float: left;
		color: #ffffff;
	}
	
	.footer_contact {
		width: 100%;
		float: left;
		color: #ffffff;
	}
	
	.footer_dabiao {
		width: 100%;
		color: #ffffff;
		font-size: 1.25rem;
		font-weight: bold;
		height: 4.0625rem;
		line-height: 3.125rem;
	}
	
	.footer_xiaobiao {
		width: 100%;
		color: #ffffff;
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
	
	.footer_follow {
		float: left;
		width: 100%;
		height: auto;
		margin: 0px auto;
	}
	
	.footer_fenxiang {
		float: left;
		width: 100%;
		display:flex;
		justify-content: left;
		align-items: center;
	}
	
	.footer_fenxiang img {
		float: left;
		margin-right: 0.625rem;
		
	}
	
	
	.weixin {
		float: left;
		width: 30px;
		height: 30px;
		position: relative;
		font-size: 12px;
		text-align: center;
		margin-right: 5px;
	}
	
	.weixin a {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/weixin.png) no-repeat center top;
	}
	
	.weixin .weixin_nr {
		width: 100px;
		height: 120px;
		padding: 10px;
		background: #fff;
		text-align: center;
		position: absolute;
		left: -45px;
		top: 45px;
		display: none;
	}
	
	.weixin .weixin_nr img {
		margin-bottom: 5px;
	}
	
	.weixin .weixin_nr .arrow {
		width: 0;
		height: 0;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		left: 50px;
		top: -10px;
	}
	
	.weixin.on .weixin_nr {
		display: block;
	}
	
	.weixin.on a {
		background: url(../images/weixin.png) no-repeat left bottom;
	}
	
	
	.banquan {
		width: 100%;
		margin: 2.5rem auto;
		text-align: center;
		color: #ffffff;
		font-size: 1.125rem;
		border-top: 0 solid #ffffff;
		padding-top: 1.875rem;
	}
	
	.link {
		display: none;
		width: 100%;
		margin: 2.5rem auto;
		color: #ffffff;
	}
	
	.link a {
		color: #ffffff;
	}
	
	

		.swkc_scroll{
            position: fixed;
            bottom: 10%;
            right: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            text-align: center;
            cursor: pointer;
            display: none;
			z-index: 999999;
        }
       



	/* 底部修改 */
	.dibu_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.dibu_left_one{
		font-size: 14px;
		color: #fff;
		margin-bottom: 30px;
		margin-top: 30px;
		font-weight: lighter;
		text-align: center;
	}
	.dibu_left_one font{
		font-size: 20px;
		color: #fff;
		margin-bottom: 40px;
		margin-top: 40px;
		font-weight: bold;
	}
	.dibu_left img{
		display: block;
		margin: 0px auto;
	}
	.dibu_left span{
		color: #fff;
		font-size: 18px;
		line-height: 35px;
		margin-top: 30px;
		display: none;
	}
	.dibu_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.dibu_right_one{
		font-size: 40px;
		color: #fff;
		/* font-family: Poppins; */
		font-weight: 600;
		text-align: center;
		/* width: 100%; */
		height: auto;
		overflow: hidden;
		text-transform: uppercase;
	}
	.dibu_right_one .baixian{
		display: none;
		width: 50px;
		height: 3px;
		background: #fff;
	}
	.dibu_right_two{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
	}
	.dibu_right_two img{
		border: 1px solid #e50010;
		border-radius: 10px;
		padding: 3px;
		float: left;
		
		width: 120px;
		margin: 0px auto;
		display: block;
		margin-right: 10px;
	}
	.dibu_right_two_txt{
		font-size: 13px;
		color: #fff;
		line-height: 25px;
		/* padding-top: 30px; */
		text-align: left;
	}

	
}




@media (min-width: 769px) and (max-width: 1200px) {
	
	.footer {
		width: 100%;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
		background-color: #000000;
	}
	
	.footer_nav {
		display: none;
		float: left;
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
		background-color: #e46713;
		margin: 0.625rem 0px;
	}
	
	.footer_nav ul li {
		float: left;
	}
	
	.footer_nav ul {
		float: left;
		width: 33.333%;
		height: auto;
		/* border-right: #ffffff 1px solid; */
		text-align: center;
	}
	
	.footer_nav ul:last-child {
		border-right: 0px
	}
	.footer_nav ul:nth-child(3n+1){
		clear: both;
	}
	
	.footer_nav ul em {
		height: 2.75rem;
		font-style: normal;
		display: block;
		margin-top: 1.875rem;
	}
	
	.footer_nav ul em a {
		font-size: 1.125rem;
		font-weight: bold;
		display: block;
		color: #ffffff;
	}
	
	.footer_nav li {
		float: left;
		width: 100%;
		height: 1.875rem;
		line-height: 1.875rem;
	}
	
	.footer_nav li a {
		color: #ffffff;
		font-size: 16px;
	}
	
	.footer_logo {
		width: 100%;
		/* 图片居中 */
		display:flex;
		justify-content: left;
		align-items: center;
		padding-left: 1%;
		padding-top: 20px;
	}
	.footer_logo img{
		width: 80%;
	}
	
	.footer_dibu {
		width: 96%;
		height: auto;
		padding: 2%;
		margin: 0.5rem auto;
	}
	
	.footer_address {
		width: 100%;
		float: left;
		color: #ffffff;
	}
	
	.footer_contact {
		width: 100%;
		float: left;
		color: #ffffff;
	}
	
	.footer_dabiao {
		width: 100%;
		color: #ffffff;
		font-size: 1.25rem;
		font-weight: bold;
		height: 4.0625rem;
		line-height: 3.125rem;
	}
	
	.footer_xiaobiao {
		width: 100%;
		color: #ffffff;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	
	.footer_follow {
		float: left;
		width: 100%;
		height: auto;
		margin: 0px auto;
	}
	
	.footer_fenxiang {
		float: left;
		width: 100%;
		display:flex;
		justify-content: left;
		align-items: center;
	}
	
	.footer_fenxiang img {
		float: left;
		margin-right: 0.625rem;
		
	}
	
	
	.weixin {
		float: left;
		width: 30px;
		height: 30px;
		position: relative;
		font-size: 12px;
		text-align: center;
		margin-right: 5px;
	}
	
	.weixin a {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/weixin.png) no-repeat center top;
	}
	
	.weixin .weixin_nr {
		width: 100px;
		height: 120px;
		padding: 10px;
		background: #fff;
		text-align: center;
		position: absolute;
		left: -45px;
		top: 45px;
		display: none;
	}
	
	.weixin .weixin_nr img {
		margin-bottom: 5px;
	}
	
	.weixin .weixin_nr .arrow {
		width: 0;
		height: 0;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		left: 50px;
		top: -10px;
	}
	
	.weixin.on .weixin_nr {
		display: block;
	}
	
	.weixin.on a {
		background: url(../images/weixin.png) no-repeat left bottom;
	}
	
	
	.banquan {
		width: 100%;
		margin: 2.5rem auto;
		text-align: center;
		color: #ffffff;
		font-size: 1.125rem;
		border-top: 0.125rem solid #ffffff;
		padding-top: 1.875rem;
	}
	
	.link {
		display: none;
		width: 100%;
		margin: 2.5rem auto;
		color: #ffffff;
	}
	
	.link a {
		color: #ffffff;
	}
	
	
	
	
	/* 底部修改 */
	.dibu_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.dibu_left_one{
		font-size: 26px;
		color: #fff;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.dibu_left_one font{
		font-size: 26px;
		color: #fff;
		margin-bottom: 80px;
		margin-top: 40px
	}
	.dibu_left img{
		display: block;
	}
	.dibu_left span{
		color: #fff;
		font-size: 18px;
		line-height: 35px;
		margin-top: 30px;
		display: block;
	}
	.dibu_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.dibu_right_one{
		font-size: 68px;
		color: #fff;
		font-family: Poppins;
		font-weight: 600;
		
		width: 100%;
		height: auto;
		overflow: hidden;
		text-transform: uppercase;
	}
	.dibu_right_one .baixian{
		display: none;
		width: 50px;
		height: 3px;
		background: #fff;
	}
	.dibu_right_two{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}
	.dibu_right_two img{
		border: 1px solid #e50010;
		border-radius: 10px;
		padding: 3px;
		float: left;
		margin-right: 30px;
		width: 150px;
	}
	.dibu_right_two_txt{
		font-size: 16px;
		color: #fff;
		line-height: 28px;
		padding-top: 45px;
	}
	
	
}