﻿@charset "utf-8";
/*hanwa*/
/*globe*/


.tn-return-to-top-new {
    position: fixed;
    right: 0;
    top: 30%;
    width: 45px;
    z-index: 1000;
}
.tn-return-to-top-new .div-content {
    background-color: #f8f8f8;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    border-image: none;
}

.tn-return-to-top-new .div-three-content a {
    background: url("../img/icon_code.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    margin-top: 13px;
    width: 18px;
}

.tn-return-to-top-new .div-last-content a {
    background: url("../img/icon_arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    border-top: 1px solid #d7d7d7;
    height: 18px;
    margin-top: 13px;
    width: 18px;
}

.tn-return-to-top-new-leftdiv {
    background-color: #fff;
    border: 0 none;
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    height: 185px;
    margin-right: 45px;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    top: 30%;
    width: 0;
    z-index: 999000;
}
.tn-return-to-top-new-leftdiv ul {
    width: 364px;
}

.tn-return-to-top-new-leftdiv ul li{
	list-style-type: none;
}

.tn-return-to-top-new-leftdiv ul .zhuanti {
    float: left;
    height: 140px;
    margin-right: 20px;
    width: 140px;
}


.tn-return-to-top-new-leftdiv ul .zhuanti img {
    height: 140px;
    width: 140px;
    border: 0 none;
}
.tn-return-to-top-new-leftdiv .zhuanti p{
	padding:0;
	margin:0;
}
.tn-return-to-top-new-leftdiv .zhuanti .radiusdiv {
    border-radius: 7px;
    height: 140px;
    overflow: hidden;
    width: 140px;
}

@media (max-width: 480px){
	.tn-return-to-top-new {
		display:none
	}
}