.right {

}

.right>* {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 20;
}

.right .gotop {
    width: 50px;
    height: 50px;
    background-color: #138e4d;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    background-image: url('../images/go-top.png');
    top: calc(50% + 51px);
}

.right .hotline {
    border-bottom: 1px solid #ffffff;
    width: 50px;
    overflow: hidden;
    transition: 0.5s;
}

.right .hotline .box {
    width: 195px;
}

.right .hotline i {
     width: 50px;
    height: 50px;
    background-color: #138e4d;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: block;
    background-image: url('../images/hotline.png');
    border-right: 1px solid #ffffff;
}

.right .hotline p {
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    padding: 0 10px;
    background-color: #138e4d;
}

.right .hotline:hover {
    width: 194px;
}

footer {
	height: 515px;
	width: 100%;
	background-color: #2e2e2e;
	box-sizing: border-box;
	padding: 0 170px;
}

.footer_top .l .logo {
	margin-top: 60px;
	margin-bottom: 46.5px;
}

.footer_top .l .logo img {
	display: block;
}

.footer_top .l .footer_contacts p {
	font-size: 18px;
	color: #a0a0a0;
	line-height: 45px;
}

.footer_top .l .footer_contacts p a {
    font-size: 18px;
	color: #a0a0a0;
	line-height: 45px;
	border-bottom: 1px solid #a0a0a0;
}

.footer_top .l .footer_contacts p b {
	font-size: 46px;
	color: #A0A0A0;
	padding-left: 10px;
}

.footer_top .r .footer_nav {
	margin-top: 60px;
}

.footer_top .r .footer_nav>li:nth-of-type(1) {
	display: none;
}

.footer_top .r .footer_nav>li {
	float: left;
	margin-left: 40px;
}

.footer_top .r .footer_nav>li>a {
	display: block;
	font-size: 24px;
	color: #a5a5a5;
	line-height: 35px;
	margin-bottom: 15px;
}

.footer_top .r .footer_nav li .uls2 li a {
	display: block;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}

.footer_bottom p {
	font-size: 20px;
	color: #a0a0a0;
	text-align: center;
	line-height: 40px;
	margin-top: 68px;
}

@media screen and (max-width: 1630px) {
	footer {
		padding: 0px 20px;
	}
	
	.footer_top .r .footer_nav>li {
		/*margin-left: 60px;*/
	}
}

@media screen and (max-width: 1400px) {
	
	.footer_top .r .footer_nav>li {
		margin-left: 30px;
	}
	
	.footer_bottom p {
		margin-top: 128px;
	}
	
}

@media screen and (max-width: 550px ) {
    .right {
        display: none;
    }
    
	footer {
		height: 460px;
	}
	
	.footer_top .l .logo {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	.footer_top .r .footer_nav {
		display: none;
	}
	
	.footer_bottom p {
		margin-top: 40px;
		font-size: 18px;
		line-height: 34px;
	}
}