@charset "utf-8";

/* CSS Document */

body {
    font: 14px Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}
input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px; display:block;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}

/************************图片样式***********************/
img {
    border: 0px;
    vertical-align: middle;
}

/*图片居中*/
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
/*图片自适应*/
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}
/*鼠标放上图片放大*/
.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.wal { width:100%;
    max-width: 1200px;
    margin: 0px auto;
}


.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*顶部导航*/
.header {
	width: 100%;

}
.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative;}
.logo_txt { padding: 15px 0; padding-left:43px; }
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#666;

}
.header_phone img{ padding-right:15px;}
.header_phone b{font-size: 32px;
    color: #0073c3;
    font-weight: 700;
    margin: 0;
    line-height: 36px;
    text-decoration: none;}

/*导航菜单*/
.navbar{ width: 100%; height:50px; margin:0 auto;  background: #0073c3; }
.nav { float:left; height:50px;  display: flex; align-items: center; justify-content: space-around;}
.nav li {position: relative; background:url(../images/navli.png) no-repeat right top; }
.nav li:last-child{ background:none;}
.nav li a{ 
	display:block;
	font-size: 16px;
    line-height: 50px;
    padding: 0 38px;
	color: #fff;
   text-align: center;
   transition: all .3s;text-transform: uppercase;
}

.nav a:hover, .nav li:hover > a {
    color: #fff;
    background: #999797;
  }
 .chlang{ float:right;}
 .chlang li{ float:left; padding:0 3px; color:#fff; line-height:50px;}
  .chlang li img{ height:17px; padding-right:5px;}
   .chlang li a{ color:#fff; font-size:16px; line-height:50px; padding:0 8px;}
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.8);transition: all 0s;z-index: 999;
    position: absolute;top:100%; width: 120%; left: -10%;
  
}
.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%; background: none;}
.nav li .ejxl li a{display: block;color:#444;font-size: 16px;height:35px;line-height:35px; padding:5px 0; width: 100%; text-align: center;  }
.nav li .ejxl li:hover a { background: none;}
.nav li .ejxl a:hover{color: #FD9B02;}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
    position: relative;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
  

}
#banner .swiper-button {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:#FD9B02;
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}


#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #0073c3;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/
.rmgjc{ width:100%; max-width:1200px; margin:0 auto;}
.rmgjc_l{ width:68%; float:left; color:#9fa0a0; margin:25px auto;}
.rmgjc_l strong{ float:left; font-size:15px;}
.rmgjc_l a{ color:#9fa0a0; font-size:14px;}
.rmgjc_l a:hover{ color:#0073c3;}
.rmgjc_r{ width:30%; float:right; margin:25px auto;}
.rmgjc_r ul{ float:right;}
.rmgjc_r input{ float:left;}
.rmgjc_r .text{ width:230px; border:1px solid #c2c2c2; padding:6px; font-size:12px; background:#fff;}
.rmgjc_r .button{ padding:6px 12px; background:#0073c3; color:#fff; font-size:12px;}
 /*解决方案*/
 .product {  margin-top:50px; }
 .product .wal { display: flex;}
 .slide-nav { flex: 1;}

.slide_title{ border-bottom:1px solid #0073c3;}
.slide_title .line{width:60px;
    height: 5px;
    background: #0073c3;
    margin-top: 10px;
}
.slide_title b{font-size:20px;
    display: inline-block;
    color: #363636;
    font-weight: 500;
    position: relative;
}

.slide_title span{
    display: block;font-size: 16px;
    color: #999999;
    margin-top: 10px;
    text-transform: uppercase;
}
.slide-list {
	list-style: none;
	padding:0;
    margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.slide-list li {

	width:100%; margin:3px 0; position:relative;
   

}

.slide-list li a {
	text-decoration: none;
	line-height:50px;
	font-size:15px;
    text-align: center;
	display: block;
	color: #333;
	position: relative;
	background:#efefef;

}
.slide-list li a:hover { background:#0073c3;color: #fff;}
.slide-list li .cperji{ display:none; background:#fff; position:absolute; width:80%; left:80%; top:20px; z-index:9999999; }
.slide-list li .cperji p{ margin-bottom:3px;}
.slide-list li .cperji p a {
	text-decoration: none;
	line-height:50px;
	font-size:15px;
    text-align: center;
	display: block;
	color: #333;
	background:#efefef;

}
.slide-list li .cperji p a:hover { background:#0073c3;color: #fff;}

.slide-list li:hover .cperji{ display:block;}

.pro_list {  margin-top: 35px; flex: 4;  }
.pro_list { margin-top: 30px;}
.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #f2f4f5;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 10px 15px; background: #f2f2f2; }
.pro_list .cp_tit {
    font-size:18px;
    line-height: 24px;
    text-align: left;
    color: #585757;
    padding-top: 20px;
}
.pro_list .cp_dec{    
    color: #888;
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_list a:hover { box-shadow: 0 0 20px #dedede;}
.pro_list a:hover p { color: #fff; background: #0073c3;}

.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}
/*技术服务*/
.service-box{ padding-bottom:50px; float:left; width:100%; padding-top:50px;}
.service{ justify-content: center; margin-top:50px; background:url(../images/lcbj.png) no-repeat center top; height:300px; }
.service:hover{ animation: myfirst 2s infinite;}
@keyframes myfirst {
            0% {
                transform: translate(0px, 0px);
            }

            50% {
                transform: translate(0px, -10px);
            }

            100% {
                transform: translate(0px, 0px);
            }
        }

.service-list{ width:100%; margin:0 auto; max-width:1300px;	overflow: hidden;	padding-bottom:5px;	align-items: center; padding-top:20px;}
.service-list li{float:left; width:16.6%; text-align: center; align-items: center;  justify-content: center;}
.service-list li a img{ border-radius: 50%; background:#fff; box-shadow: 0 0 20px #dedede; padding:10px;}
.service-list li:hover{ transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);}
.service-list li p{ padding-top:8px;}
.service-list li p a{ font-size:16px; color:#287cc4;}
.service-list li:nth-child(1){}
.service-list li:nth-child(2){ padding-top:50px;}
.service-list li:nth-child(3){}
.service-list li:nth-child(4){ padding-top:50px;}
.service-list li:nth-child(6){ padding-top:10px;}

.service-list .bg{
    position:absolute;
	width: 0;
	height: 0;
	top:50%;
	left: 50%;
	transition:all 0.3s;
    background:#e6e6e6;
    z-index: 2;
}


.ser-fr b{font-size: 40px;
	margin-top: 30px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
 }
.ser-fr p{
	font-size: 16px;
	padding: 10px 0;
	color: #666;
}
.ser-fr span{ display: block; width: 160px; line-height: 40px; height: 40px; font-size: 26px; text-align: center; font-weight: bold; background: #086AC4; color: #fff; padding:10px 20px; margin-top: 20px;}
.ser-fr a{ color: #0073c3;}



/*困扰*/
/*.cpys{ background: url(../images/cpysbg.jpg) no-repeat; background-size: cover; padding: 60px 0; width:100%; float:left;}*/
.cpys{ background: #f1f1f1 no-repeat; background-size: cover; padding: 60px 0; width:100%; float:left;}

.main_title{text-align: center; width:100%; background:url(../images/titelbj.png) no-repeat center top;}
.main_title span{font-size:24px;display: inline-block; color: #999797; letter-spacing:4px; position: relative;text-transform:uppercase;}
.main_title b{ display: block;font-size:26px; color: #0073c3; margin:5px 0; font-weight:bold; margin-bottom:15px;text-transform: uppercase;}
.tdimg { position: relative; width:34%;}
.td_tel { display: flex; align-items: center; justify-content: center; margin-top: 30px;} 
.td_num { padding-left: 20px;}
.td_num p { font-size: 16px;}
.td_num em{ font-style: normal; font-weight: bold; font-size: 26px; color: #333;}

.td{ margin-top:80px; width: 32%; text-align: left;}
.td dl { padding:30px 30px; background:url(../images/advx.png) no-repeat; text-align:center; margin-top:20px; height:80px; }
.td dl img{ float:left; width:60px; color:#0073c3; padding-left:45px; padding-right:10px;}
.td dl dd { margin-top:5px; text-align:left; color: #0073c3;}
.td dl dt { font-size: 28px; font-weight: bold; color: #0073c3; text-align:left;}
.cpys1 { background: url(../images/line1.png) no-repeat bottom;}
.cpys2 { background: url(../images/line2.png) no-repeat bottom;}
.cpys3 { background: url(../images/line3.png) no-repeat top;}
.cpys4 { background: url(../images/line4.png) no-repeat top;}
.td dl:hover { cursor: pointer;}
.td2{ margin-top:80px; width:34%; }
.td2 dl {  padding: 30px 30px; background:url(../images/advx.png) no-repeat; margin-top:20px; height:80px; }
.td2 dl img{ float:left; width:60px; color:#0073c3; padding-left:45px; padding-right:10px;}

.td2 dl dd { margin-top:5px; text-align:left; color: #0073c3;}
.td2 dl dt { font-size: 28px; font-weight: bold; color: #0073c3; text-align:left;}
.td2 dl:hover {  cursor: pointer;}


/*简介*/
.about_bj{ width:100%; height:730px; float:left; background:url(../images/aboutbj.jpg) no-repeat center top;  background-size: 100%; padding:60px 0;}
.about { width:100%; max-width:1200px; margin:0 auto;} 
.ab_list1{ width:55%; float:left; margin-top: 30px;}
.ab_list1 img{ width:100%;}
.ab_list2{ width:100%; float:right; margin-top: 30px; font-size:16px; margin-bottom:50px;}
.ab_txt { color: #666; line-height:38px; font-size:18px; padding: 10px 25px; text-align: left;}
/*.more_a2 { display: block;  width: 135px; background: #0073c3; line-height: 40px; text-align: center; float:right; color:#fff; border-radius:10px; font-size:16px;box-shadow:2px 1px 10px #888888; }
.more_a2:hover { background:#fff; color:#0073c3;box-shadow:2px 1px 10px #888888;}

*/
.more_a2 { display: block; line-height: 40px; text-align: center; float:right; color:#fff;font-size:16px;}
.more_a2:hover { padding-right:5px;}
.abou_tuc{width: 32.3%; margin:0.5%; float:left;}
.abou_tuc p{ width:100%; overflow:hidden;}
.abou_tuc p img{ border:1px solid #ccc; width:99%;}
.abou_tuc p a:hover img{transform:scale(1.1,1.1);}

#ztbox {width:1200px; margin:0 auto; margin-top:20px;}
#left { width:35px; height:63px; float:left; cursor:pointer;background:url(../images/jtl.png) no-repeat; margin-top:130px;}
#right{ width:35px; height:63px; float:left; cursor:pointer;background:url(../images/jtr.png) no-repeat;  margin-top:130px;}

#conter { width:1110px; height:300px; float:left; display:inline; overflow:hidden; position:relative; margin:0 10px;}
#conter ul { width:auto; top:0px; height:300px;  left:0px; position:absolute; overflow:hidden;}
#conter img { border:1px solid #b9b9b9; text-align:center;box-shadow:0px 0px 5px #888888; margin:0 8px;}
#scroll span { width:48px; height:10px; left:0px; bottom:0px; cursor:pointer; position:absolute; }
#scroll { width:880px; height:18px; left:0px; bottom:8px; cursor:pointer; position:absolute; background:url(../images/banner_bg_xi.jpg) repeat-x left center; }
#conter img:hover{  border:2px solid #0073c3;box-shadow:0px 0px 5px #888888;}

/*
#ztbox {width:1200px; height:420px; margin:0 auto; margin-top:20px;}
#ztbox #left { width:35px; height:63px; float:left; cursor:pointer;background:url(../images/jtl.png) no-repeat; margin-top:140px;}
#ztbox #right{ width:35px; height:63px; float:left; cursor:pointer;background:url(../images/jtr.png) no-repeat;  margin-top:140px;}

#ztbox #conter { width:1100px; height:400px; float:left; display:inline; overflow:hidden; position:relative; margin:0px 10px;}
#ztbox #conter ul { width:auto; height:357px; top:0px; left:0px; position:absolute; overflow:hidden;}
#ztbox #conter li { width:350px; height:357px; float:left;padding:0px 5px; position:relative;}
#ztbox #conter li img { width:350px; height:357px;}
#ztbox #scroll { width:880px; height:18px; left:0px; bottom:8px; cursor:pointer; position:absolute; background:url(../images/banner_bg_xi.jpg) repeat-x left center; }
#ztbox #scroll span { width:48px; height:18px; left:0px; bottom:0px; cursor:pointer; position:absolute; background:#FFEA00; }
*/
.product_bj{ width:100%; background:url(../images/cpbj.jpg) no-repeat center bottom; float:left; padding:80px 0;}
.pro_r{width: 100%;background: #fff; float:left; margin-top:30px;}
.pro_r ul li{width: 31.3%; margin: 10px 1%; float:left;}
.pro_r ul li .img{width:100%; height:auto;overflow: hidden; position:relative; background:#e3e3e3;}
.pro_r ul li .img img{width:100%;display: block;transition:.5s ease-in;}
.pro_r ul li:hover img{transform:scale(1.1,1.1);}
.pro_r ul li .img strong{ display:none; width:100%; position:absolute; z-index:999; text-align:center; padding-top:40%;}
.pro_r ul li .img strong span{ width:40%; padding:17px 45px; background:#e6e6e6; border-radius:10px; color:#0073c3; margin-top:50px;}
.pro_r ul li .img:hover strong{ position:absolute; width:100%; height:100%; display:block; background: rgba(0,115,195, 0.8); top:0; left:0;}

.pro_r ul li .zi{height: 55px;line-height: 55px; text-align:center;}
.pro_r ul li .zi p{ font-weight:bold; font-size:16px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center; color:#333;}
.pro_r ul li:hover .zi p{ font-size:16px; color:#0073c3;}

/*新闻*/
.news_box{ width:100%; float:left; background:#e6e6e6; padding:50px 0;}
.news_bj{ width:100%; float:left; margin-top:50px;}
.news_l{ width:42%; float:left;}
.news_l img{ width:100%;}
.news_r{ width:55%; float:right;}
#chanpin_inline{ width:100%; float:left; background:#0073c3;}
#chanpin_inline li { float:left; text-align:center; list-style:none; display:block;}
#chanpin_inline li a{ text-align:center; display:block; font-size:16px; color:#fff; padding:20px 35px;}
#chanpin_inline li:hover{ background:#999797; color:#fff;}
#chanpin_inline li:hover a{ color:#fff;}
#chanpin_inline ul span{ display:block; float:right; padding-top:20px; padding-right:5px;}
#chanpin_inline ul span a{ color:#fff; font-size:14px;}
#chanpin_inline ul a.selectTag { POSITION: relative; background:#999797; color:#fff;}
#tagContent DIV.selectTag {DISPLAY: block;}
.tagContent{ display:none;}
#tagContent{ width:100%; float:left; margin-top:10px;}
#tagContent .news li span.selectTag { POSITION: relative; background:#999797; color:#fff;}



.news{ display: block; }
.news li{ padding:25px 0;transition: .3s;}
.news li a{ font-size:16px; padding-bottom:10px; display:block;}
.news li span{ display:block; padding:13px 23px; background:#0073c3; color:#fff; float:left; font-size:24px; margin-right:15px;}
.news li:hover span{ background:#999797;}


/*案例*/
.hezuobj{ margin-top:50px; float:left; width:100%; padding-bottom:50px;}
.Box {position: relative; margin-top:30px;}
.Box .content {max-width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center #0073c3;left: -72px; border-radius:50%;}
.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center #0073c3;right: -72px; border-radius:50%;}
.Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center; border-radius:50%;}
.Box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center; border-radius:50%;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 285px;margin-left:15px;overflow: hidden; border:1px solid #ccc;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 285px;transition: all 0.5s; overflow: hidden;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
.Box .Box_con .conbox ul li a h3 {  margin-top:5px;  display: block;  width: 100%;  height: 30px; line-height: 30px; font-size: 14px; font-weight:normal; color: #333; text-align: center;}
.Box .Box_con .conbox ul li a h4 {  display: block;  width: 100%;  line-height: 30px; font-size: 12px; color: #333;}
.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: #0073c3;}
/*返回顶部*/

.scroll {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
 
}

.scrollToTop{ position:relative; 
    bottom: 470px;
    cursor: pointer; z-index:9999;}
.scroll img{ width:70px;}

/*底部footer*/
.footer {
    background:#02255c; width:100%; float:left;
}

.foot {
    padding: 60px 0;

}

.foot b {
    font-size: 22px;
    color: #fff;
    display: block;
    text-transform: uppercase;

}

.foot span {
    color: #fff;
    font-size: 20px;
    padding-bottom: 16px;

   
}
.foot .ft-nav { width: 60%; }
.foot .ft-nav dl{ float:left; width:25%; font-size:18px;}
.foot .ft-nav dl dt{ color:#fff; padding:5px 0;}
.foot .ft-nav dl dd{ padding:4px 0;}
.foot .ft-nav dl dd a{ color:#a4aab9; font-size:14px;}
.foot .ft-nav dl dd a:hover{ color:#ff1818;}
.foot .ft-contact { width: 30%;}

.foot .ft-contact dl dt{ color:#fff; padding:5px 0; line-height:40px; font-size:18px;}
.foot .ft-contact dl dt img{ float:left;}
.foot .ft-contact dl dd{ padding:5px 0; color: #a4aab9; font-size: 14px; line-height:26px;}
.foot .ft-contact dl dd img{ float:left; padding-right:10px;}
.foot .ft-contact .ewm{ align-items: flex-end; display: flex;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff; background:#0073c3;
    border-top: 1px solid rgba(255,255,255,.2);
}

.copyright a {
    color: #fff;
}