@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
@media (max-width:1660px) {
    html{font-size:6vw}
}
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}

@font-face{
	font-family: bebas;
	src:url(../fonts/bebas.TTF);
}

*{margin:0;padding:0;}
body{ font-family:Microsoft YaHei,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem;line-height: 1.8; color:#333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#1c509c;}

.fla{ float:left;}
.fra{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4,.dot5 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.dot5 {
	-webkit-line-clamp: 5;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}
.item:hover .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);} 

.HomeBan{overflow: hidden;position: relative;}
.HomeBan .item{position: relative;}
.HomeBan .item .img{padding-top:9.6rem;border-radius: 0 0 10% 0;}
.HomeBan .item .txt{width:100%;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeBan .item .txt .txtimg{margin-bottom:0.9rem;}
.HomeBan .item:hover .imgbox span{transform: scale(1);-webkit-transform: scale(1);} 

.HomeBan .slick-pages{width:50%;background: url(../images/banbg.png) no-repeat center center;border-radius: 10px 0 0 0;position: absolute;bottom:0;left:0;height:0.9rem;line-height: 0.9rem;z-index:99;color:#fff;text-align: right;box-sizing: border-box;padding:0 1rem;font-size: 20px;color:rgba(255,255,255,0.3);}
.HomeBan .slick-pages span{color:#fff;}
.HomeBan .slick-dots{position: absolute;left:25%;bottom:0.25rem;z-index:100;}
.HomeBan .slick-dots li{width:0.2rem;height:0.2rem;background-repeat: no-repeat;background-position: center center;display: inline-block;margin:0 10px;}
.HomeBan .slick-dots li button{display: none;}
.HomeBan .slick-dots li{background-image: url(../images/bandot.png);}
.HomeBan .slick-dots li.slick-active{background-image: url(../images/bandotc.png);background-size: contain;}

.HomeMore{width:2.86rem;height:0.5rem;line-height: 0.5rem;background: url(../images/more_index_w.png) no-repeat left bottom;box-sizing: border-box;padding:0 0.8rem;position: relative;}
.HomeMore a{display: block;color:#fff;}
.HomeMore i{position: absolute;right:0.3rem;top:50%;transform: translateY(-50%);}
.HomeMore_1 a{color:#1c509c;}
.HomeMore_1{background: url(../images/more_index_b.png) no-repeat left bottom;}

.pd100{padding:1rem 0;}
.HomeTit {margin-bottom:0.7rem;}
.HomeTit .title{font-size: 0.6rem;color:#1c509c;font-weight: bold;}
.HomeTit .dec{font-size: 0.22rem;margin-top:0.1rem;}

/* 产品系列 */
.HomePro{overflow: hidden;}
.HomePro .w1680{position: relative;padding-bottom:0.6rem;}
.HomePro .w1680::before{content:'';display: block;width:110%;height:6.74rem;background:url(../images/homeprobg.jpg) no-repeat right center #f6f6f6;background-size: cover;position: absolute;bottom:0;left:0;}
.HomePro .HomeProBoxNav{width:22%;padding-top:1rem;}
.HomePro .slider-nav .item{line-height: 0.7rem;box-sizing: border-box;padding:0 0.8rem 0 0.8rem;position: relative;font-size: 0.2rem;text-align: right;}
.HomePro .slider-nav .item .ico{position: absolute;left:0.4rem;top:0;max-width:0.33rem;opacity: 0;}
.HomePro .slider-nav .item.slick-current{background: url(../images/probg.png) no-repeat left center;background-size: cover;}
.HomePro .slider-nav .item.slick-current .ico{opacity: 1;}
.HomePro .HomeProBoxCon{width:76%;}
.HomePro .slider-for{width:100%;padding-bottom:110px;overflow: hidden;position: relative;}
.HomePro .slider-for::before{content:'';display: block;width:100%;height:1px;background: #e5e5e5;position: absolute;left:140px;;bottom:25px;}
.HomePro .slider-for::after{content:'';display: block;width:175px;height:8px;background: url(../images/proline.png) no-repeat left center;position: absolute;left:140px;bottom:22px;}
.HomePro .slider-for .slick-list{margin-left:-0.5rem;height:5.6rem;}
.HomePro .slider-for .item{margin-left:0.5rem;height:5.6rem;display: flex;align-items: flex-end;transition: all .5s;position: relative;}
.HomePro .slider-for .item a{display: block;position: relative;width:100%;}
.HomePro .slider-for .item .img{padding-top:5.6rem;width:100%;}
.HomePro .slider-for .item .img img{display: inline;}
.HomePro .slider-for .item .img .title{font-size: 0.24rem;padding-bottom:0.1rem;border-bottom:1px solid #fff;position: absolute;left:0.3rem;top:0.3rem;z-index:9;color:#fff;opacity: 0;}
.HomePro .slider-for .item .txt{background: rgba(28,80,156,0.8);padding:0.3rem;color:#fff;position: absolute;width:100%;box-sizing: border-box;bottom:0;left:0;opacity: 0;}

@media(min-width:1440px){
	/* .HomePro .slider-for .item.slick-current{width:8.4rem !important;} */
}

.HomePro .slider-for .item.slick-current .img{padding-top:5.6rem;}
.HomePro .slider-for .item.slick-current .txt{opacity: 1;}
.HomePro .slider-for .item.slick-current .img .title{opacity: 1;}

.HomePro .slick-arrow{width:50px;height:50px;border-radius: 50%;border:1px solid #dbdbdb;text-align: center;line-height: 50px;background-repeat: no-repeat;background-position: center;position: absolute;bottom:0;}
.HomePro .slick-arrow.slick-prev{background-image: url(../images/prev_gray.png);left:0;}
.HomePro .slick-arrow.slick-next{background-image: url(../images/next_gray.png);left:70px;}
.HomePro .slick-arrow:hover{background-color: #1c509c;border:1px solid #1c509c;}
.HomePro .slick-arrow.slick-prev:hover{background-image: url(../images/prev_white.png);}
.HomePro .slick-arrow.slick-next:hover{background-image: url(../images/next_white.png);}

/* 应用领域 */
.HomeApplication .slider-for .item{position: relative;}
.HomeApplication .slider-for .item .img{padding-top:9.6rem;}
.HomeApplication .slider-for .item:hover .img span{transform: scale(1);-webkit-transform: scale(1);}
.HomeApplication .slider-for .item .txt{width:100%;position: absolute;left:0;top:40%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeApplication .slider-for .item .txt .title{position: relative;}
.HomeApplication .slider-for .item .txt .title .num{font-family: bebas;font-size: 2rem;color:#fff;opacity: 0.03;position: absolute;left:0;top:32%;transform: translateY(-50%);line-height: 1;}
.HomeApplication .slider-for .item .txt .title .tag{font-size: 0.2rem;color:#fff;}
.HomeApplication .slider-for .item .txt .title .name{font-size: 0.5rem;font-weight: bold;color:#fff;}
.HomeApplication .slider-for .item .txt .con{color:#fff;margin:0.7rem 0;max-width:500px;line-height: 2;}
.HomeApplication{position: relative;}
.HomeApplication .HomeApplication_nav{position: absolute;width:100%;bottom:0.3rem;left:0;z-index:99;}
.HomeApplication .HomeApplication_nav::before{content:'';display: block;width:100%;height:1px;background: rgba(255,255,255,0.3);position: absolute;left:0;top:0.62rem;}
.HomeApplication .HomeApplication_nav .slider-nav{padding:0 1.5rem;}
.HomeApplication .HomeApplication_nav .slider-nav .item{text-align: center;}
.HomeApplication .HomeApplication_nav .slider-nav .item .icon{width:1.27rem;height:1.24rem;display: flex;align-items: center;justify-content: center;position: relative;margin:0 auto;}
.HomeApplication .HomeApplication_nav .slider-nav .item .icon::before{content:'';display: block;width:100%;height:100%;background: url(../images/app_yuan.png) no-repeat center center;background-size: 100% 100%;position: absolute;left:0;top:0; -webkit-animation: rotate 3s linear infinite;animation: rotate 3s linear infinite;}
.HomeApplication .HomeApplication_nav .slider-nav .item .tit{font-size: 0.2rem;color:#fff;margin-top:0.15rem;}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 关于我们 */
.HomeAbout .HomeAboutLeft{width:50%;}
.HomeAbout .HomeAboutRight{width:45%;padding-top:0.7rem;}
.HomeAbout .HomeAboutRight .con{font-size: 0.18rem;line-height: 0.35rem;color:#666;margin-bottom:0.5rem;}

/* 新闻 */
.HomeNews{background: url(../images/homenewsbg.jpg)top center;}
.HomeNews .hdnav{padding:0.3rem 0;}
.HomeNews .hdnav ul li{float:left;font-size: 0.24rem;padding:0 0.4rem;position: relative;}
.HomeNews .hdnav ul li:last-child{padding-right:0;}
.HomeNews .hdnav ul li::before{content:'/';display: block;width:20px;color:#ccc;position: absolute;left:100%;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeNews .hdnav ul li:last-child::before{display: none;}
.HomeNews .hdnav ul li.on a{color:#1c509c;}
.HomeNews .HomeNewsBox{position: relative;}
.HomeNews .HomeNewsBox .hdcon{position: absolute;width:100%;top:0;left:0;opacity: 0;visibility: hidden;transition: all .5s;}
.HomeNews .HomeNewsBox .hdcon.on{opacity: 1;visibility: visible;position: relative;}
.HomeNews .HomeNewsBox .HomeNewsL{width:47%;}
.HomeNews .HomeNewsBox .HomeNewsL .item{background: #f7fcfe;}
.HomeNews .HomeNewsBox .HomeNewsL .img{padding-top:4.5rem;border-radius:0.2rem 0.2rem 0 0;}
.HomeNews .HomeNewsBox .HomeNewsL .txt{padding:0.35rem;}
.HomeNews .HomeNewsBox .HomeNewsL .txt .title{font-size: 0.24rem;}
.HomeNews .HomeNewsBox .HomeNewsL .txt .dec{color:#999;margin-top:0.1rem;}
.HomeNews .HomeNewsBox .HomeNewsR{width:47%;}
.HomeNews .HomeNewsBox .HomeNewsR .img_list ul::after{content:'';display: block;clear: both;}
.HomeNews .HomeNewsBox .HomeNewsR .img_list ul{margin-left:-5%;}
.HomeNews .HomeNewsBox .HomeNewsR .img_list ul li{width:45%;float:left;margin-left:5%;}
.HomeNews .HomeNewsBox .HomeNewsR .img_list ul li .img{padding-top:2.1rem;border-radius: 0.2rem 0.2rem 0 0;}
.HomeNews .HomeNewsBox .HomeNewsR .img_list ul li .title{font-size: 0.2rem;line-height: 0.3rem;margin-top:0.2rem;}
.HomeNews .date{width:1rem;line-height: 0.48rem;text-align: center;background: #2a72b9;color:#fff;position: absolute;right:0;bottom:0;z-index:9;}
.HomeNews .HomeNewsBox .HomeNewsR .txt_list ul li{line-height: 0.8rem;border-bottom:1px solid #e1e1e1;} 
.HomeNews .HomeNewsBox .HomeNewsR .txt_list ul li a{display: block;padding-right:80px;position: relative;}
.HomeNews .HomeNewsBox .HomeNewsR .txt_list ul li p{font-size: 0.18rem;}
.HomeNews .HomeNewsBox .HomeNewsR .txt_list ul li span{position: absolute;right:0;top:0;color:#999;}
.HomeNews .HomeNewsBox .HomeNewsR .txt_list{border-top:1px solid #e1e1e1;margin-top:0.8rem;}

@media(min-width:641px){
	/* .HomePro .slider-for .item.slick-current{width:5.8rem !important;} */
}
@media(min-width:1025px){
    .HomePro .slider-for{width:100%;}
    /* .HomePro .slider-for .item.slick-current{width:12.8rem !important; } */
}



@media(max-width:1024px){
	body{font-size: 14px;line-height: 24px;}
	.HomeBan .item .img{padding-top:50%;}
	.HomeBan .item .txt .txtimg{max-width:40%;}
	.HomeMore{width:180px;height:40px;line-height: 40px;padding-left:40px;padding-right:40px;}
	.HomeMore i{right:10px;}
	.HomeBan .slick-pages{height:50px;line-height: 50px;font-size: 15px;}
	.HomeBan .slick-dots{left:10%;bottom:5px;}

	.pd100{padding:60px 0;}
	.HomeTit .title{font-size: 24px;line-height: 1.5;}
	.HomeTit .dec{font-size: 14px;margin-top:5px;}
	.HomePro .HomeProBoxNav{padding-top:0;width:100%;margin-bottom:10px;}
	.HomePro .HomeProBoxCon{width:100%;}
	.HomePro .slider-nav .item{line-height:45px;padding-left:58px;padding-right:20px;font-size: 15px;text-align: left;}
	.HomePro .w1680::before{display: none;}
	.HomePro .slider-nav .item .ico{left:20px;max-width:25px;}
	.HomeTit{margin-bottom:30px;}
	.HomePro .slider-for .item{margin-left:20px;}
	.HomePro .slider-for .slick-list{margin-left:-20px;height:4rem;}
	.HomePro .slider-for .item .img{padding-top:2.8rem;}
	.HomePro .slider-for .item.slick-current .img{padding-top:4rem;}
	.HomePro .slider-for .item{height:4rem;}
	.HomePro .w1680{padding-bottom:0;}


	.HomeApplication .slider-for .item .img{padding-top:6rem;}
	.HomeApplication .slider-for .item .txt .title .num{font-size: 1rem;}
	.HomeApplication .slider-for .item .txt .title .name{font-size:24px;}
	.HomeApplication .slider-for .item .txt .title .tag{font-size: 14px;}
	.HomeApplication .slider-for .item .txt .con{margin:30px 0;}
	.HomeApplication .HomeApplication_nav .slider-nav .item .icon{width:90px;height:87px;line-height: 87px;}
	.HomeApplication .HomeApplication_nav .slider-nav .item .icon img{max-width:38px;max-height:38px;}
	.HomeApplication .HomeApplication_nav .slider-nav .item .tit{font-size: 15px;}
	.HomeApplication .HomeApplication_nav::before{top:43.5px;}

	.HomeAbout .HomeAboutRight .con{font-size: 14px;line-height: 1.8;margin-bottom:30px;}
	.HomeNews .hdnav{padding:15px 0;}
	.HomeNews .hdnav ul li{font-size: 18px;}
	.HomeNews .HomeNewsBox .HomeNewsL .img{padding-top:3.2rem;}
	.HomeNews .HomeNewsBox .HomeNewsL .txt{padding:20px;}
	.HomeNews .HomeNewsBox .HomeNewsL .txt .title{font-size: 16px;font-weight: bold;line-height: 1;}
	.HomeNews .HomeNewsBox .HomeNewsL .txt .dec{margin-top:10px;}
	.HomeNews .HomeNewsBox .HomeNewsR .img_list ul li .img{padding-top:1.6rem;}
	.HomeNews .HomeNewsBox .HomeNewsR .img_list ul li .title{font-size: 16px;line-height: 25px;margin-top:10px;}
	.HomeNews .HomeNewsBox .HomeNewsR .txt_list{margin-top:30px;}
	.HomeNews .HomeNewsBox .HomeNewsR .txt_list ul li{line-height: 50px;}
	.HomeNews .HomeNewsBox .HomeNewsR .txt_list ul li p{font-size: 16px;}
	.HomePro .slider-for .item .img .title{font-size: 16px;}
}

@media(max-width:640px){
	.HomeBan .slick-pages{height:38px;line-height: 38px;width:35%;padding:0 30px;}
	.HomeBan .slick-dots{display: none !important;}
	.HomeBan .item .img{padding-top:60%;}
	.HomeBan .item .txt .txtimg{margin-bottom:10px;max-width:55%;margin-top:20px;}
	.HomeMore{width:140px;}
	.pd100{padding:30px 0;}
	.HomeTit{margin-bottom:20px;}
	.HomeTit .title{font-size: 20px;line-height: 1.1;}
	.HomePro .slider-nav .slick-list,.HomePro .slider-nav .slick-list .slick-track{height: auto !important;}
	.HomePro .slider-nav .item{line-height: 40px;padding-left:45px;padding-right:10px;width: 50% !important;float: left;}
	.HomePro .slider-nav .item .ico{left:10px;}
	.HomePro .slider-for .item .txt{position: static;}
	.HomePro .slider-for .item{height:auto;}
	.HomePro .slider-for .slick-list{height:auto;}
	.HomePro .slider-for{width:100%;}
	.HomePro .slider-for{padding-bottom:60px;}
	.HomePro .slick-arrow{width:34px;height:34px;}
	.HomePro .slick-arrow.slick-next{left:50px;}
	.HomePro .slider-for::before{bottom:17px;left:100px;}
	.HomePro .slider-for::after{left:100px;bottom:14px;}
	.HomeApplication .slider-for .item .txt .title .name{font-size: 18px;margin-top:8px;}
	.HomeApplication .slider-for .item .img{padding-top:7rem;}
	.HomeApplication .slider-for .item .txt .con{margin:15px 0 5px 0;}
	.HomeApplication .HomeApplication_nav .slider-nav .item .icon{width:60px;height:57px;line-height: 57px;}
	.HomeApplication .HomeApplication_nav .slider-nav .item .icon img{max-width:25px;max-height:25px;}
	.HomeApplication .HomeApplication_nav .slider-nav{padding:0;}
	.HomeApplication .HomeApplication_nav::before{top:27.5px;}
	.HomeAbout .HomeAboutRight{width:100%;padding-top:0;}
	.HomeAbout .HomeAboutLeft{width:100%;margin-top:20px;}
	.HomeNews .HomeNewsBox .HomeNewsL{width:100%;}
	.HomeNews .HomeNewsBox .HomeNewsR{width:100%;margin-top:20px;}
	.HomeNews .hdnav{width:100%;padding:0;margin-bottom:20px;}
	.HomeNews .hdnav ul{display: flex;justify-content: center;}
	.HomeNews .hdnav ul li:last-child{padding-right:0.4rem;}
	.HomeNews .HomeNewsBox .HomeNewsL .img{padding-top:55%;}
	.HomeNews .HomeNewsBox .HomeNewsR .img_list ul li .img{padding-top:60%;}
	.HomeNews .HomeNewsBox .HomeNewsR .txt_list ul li p{font-size: 15px;}
}



.login a,.user a{color: #fff;font-size: 14px;margin: 0 5px;}
.login span{position: relative;}
.login span::after{content: "";display: block;width: 5px;height: 5px;background: rgba(255,255,255,0.5);border-radius: 100px;position: absolute;right:-4px;top: 50%;transform: translateY(-50%);}
.login span:last-child::after{display: none;}
.login{margin-right: 40px;background: rgba(255,255,255,0.1);line-height: 40px;display: inline;border-radius: 30px;padding: 0 20px;margin-top: 40px;transition: all .3s;}
.login a:hover{color: rgba(255,255,255,0.8);}
.user{margin-right: 40px;line-height: 40px;display: inline;border-radius: 30px;padding: 0 20px;margin-top: 40px;background: url(../images/person.png) no-repeat left center;background-size: 25px;}

.Top.fix .user,.Top.fix .login{margin-top: 20px;}
