@charset "utf-8";
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 95px;}}
@media (max-width: 1440px){html{font-size: 90px;}}
@media (max-width: 1220px){html{font-size: 85px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,input,textarea{padding:0px; margin:0px; border:none; font-weight: normal; font-family: "Gotham-Medium","Source Han Sans CN","Helvetica","Tahoma","Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
body, button, input, select, textarea, a, span { font-family: "Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
ul, ol ,li{ list-style: none; }
img {margin:0; border:0; padding:0;}
b {font-family:Tahoma; font-weight:300; }
a { text-decoration:none; }
a:hover { text-decoration:none;  }
a:active { color: #fff;  }
.clear { clear: both;}
div:focus,
input:focus,
select:focus,
button:focus,
textarea:focus { outline:none;}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	text-decoration: none
}
.container2{width: auto; margin: 0 15px; padding: 0;}
@media (min-width: 640px){.container2{margin: 0 7.8125%;}}
@media (min-width: 1200px){.container2{margin: 0 10%;}}
@media (min-width: 1600px){
	.container2{margin: 0 12.5%;}
	.details_box{margin: 0 7%;}
}

body {
    margin: 0 auto;
    overflow-x: hidden;
	width: 100%;
	background: #fff;
}

.bg_img{
	background: url(../images/bg_img.jpg) repeat-y center 0px;	
}
.fl{float: left !important;}
.fr{float: right !important;}

.mb6{margin-bottom: .6rem !important;}
.pd0{padding: 0 !important;}

/*css效果*/
.css_style{
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;}


@font-face
{
	font-family: Barlow;
	src: url("../images/Barlow-SemiBold.otf");
}



/*导航*/
.header {
    width: 100%;
	padding: 0 .8rem;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: #0e0c36;
	overflow: hidden;
}
.header .logo {
    padding: .14rem 0;
	display: block;
    overflow: hidden;    
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.header .logo img {
    max-height: .34rem;
}

.nav > li{
	float: left;
	margin: 0 .15rem;
	line-height: .6rem;
	position: relative;
	transition: all 0.3s;
}
.nav > li:after {
    display: block;
    position: relative;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    transition: all 0.3s;
}
.nav > li:hover:after {
    width: 100%;
}
.nav > li > a {
	padding: 0 .15rem;
    font-size: .16rem;
    color: #fff;
	transition: all 0.3s;
	position: relative;
}
.nav > li:hover > a {
    color: #f36b16;
}
/*导航 结束*/




/*侧边栏*/
.side_box{
	position: fixed;
	bottom: 20%;
	right: .16rem;
	z-index: 2;    
	border-radius: 4px;
	border: 1px solid #fff;
    background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
    box-shadow: 0 8px 20px rgba(14,12,54,0.1);
}
.side_box li{
	cursor: pointer;
	width: 70px;
	text-align: center;
	padding: 10px 0;
	color: rgba(14,12,54,0.4);
	background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
	transition: all 0.3s;
	position: relative;
}
.side_box li a{
	display: block;
	color: rgba(14,12,54,0.4);
}
.side_box li:first-child{
	border-radius: 4px 4px 0 0;
}
.side_box li:last-child{
	border-radius: 0 0 4px 4px;
}
.side_box li:hover{
	color: #fff;
	background-image: linear-gradient(to top, #f36b16 0%, #ff8030 100%);
}
.side_box li:hover a{
	color: #fff;
}
.side_box li .ico{
	display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 4px;
	background: url("../images/side_ico.png") no-repeat 0px 0px;
}
.side_box .li_tel .ico{
	background-position: 0px 0px;
}
.side_box .li_email .ico{
	background-position: 0px -28px;
}
.side_box .li_totop .ico{
	background-position: 0px -56px;
}
.side_box .li_file:hover .ico{
	background-position: -28px 0;
}
.side_box .li_tel:hover .ico{
	background-position: -28px 0;
}
.side_box .li_email:hover .ico{
	background-position: -28px -28px;
}
.side_box .li_totop:hover .ico{
	background-position: -28px -56px;
}
.side_box .pop_box{
	display: none;
	position: absolute;
	right: 82px;
	top: 0;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
    background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
    box-shadow: 0 8px 20px rgba(14,12,54,0.1);
}
.side_box .pop_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: -.2rem;
    width: 0;
    height: 0;
	border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f8f7fb;
}
.side_box li:hover .pop_box{
	display: block;
}
.side_box .pop_box dl{
	border-bottom: 1px solid #fff;
	padding: .16rem;
	color: #0e0c36;
	margin-bottom: 0;
	text-align: left;
}
.side_box .pop_box dl dt{
	padding-left: 26px;
}
.side_box .pop_box dl:first-child dt{
	background: url("../images/tel.png") no-repeat 0px center;
	background-size: 18px 18px;
}
.side_box .pop_box dl:nth-child(2) dt{
	background: url("../images/e_mail.png") no-repeat 0px center;
	background-size: 18px 18px;
}
.side_box .pop_box dl dd{
	font-size: .2rem;
    font-family: Barlow;
    font-weight: 500;
	white-space:nowrap;
}
.side_box .pop_box p{    
	padding: .16rem;
	text-align: center;
	color: #f36b16;
	font-size: .12rem;
}
/*侧边栏 结束*/



.introduct{
	margin: .8rem auto 0;
	overflow: hidden;
	padding-bottom: .8rem;
	border-bottom: 1px solid #eeeeee;
}
.introduct .pro_logo{
	width: .84rem;
	display: block;
	float: left;
	margin-right: .2rem;
}
.introduct h1{
	padding-right: .5rem;
    display: inline-block;
	margin-bottom: .3rem;
	font-size: .5rem;
	font-weight: 800;
	line-height: .84rem;
	color: #0e0c36;
	position: relative;
	margin-top: .32rem;
}

.introduct h1 .mark_img {
    position: absolute;
    top: -.1rem;
    left: 4rem;
	animation: pronamei 1s infinite both;
    -webkit-animation: pronamei 1s infinite both;
}
@keyframes pronamei {
  0% {
      top:-25px;
  }
 
  50%{
    top:-15px;
  }
 
  100% {
      top:-25px;
  }
}

@-webkit-keyframes pronamei {
   0% {
      top:-25px;
  }
 
  50%{
    top:-15px;
  }
 
  100% {
      top:-25px;
  }
}

.introduct p{
	width: 88%;
	font-size: .18rem;    
	line-height: .3rem;
	font-weight: 300;
	color: #0e0c36;
	margin-bottom: .4rem;
	letter-spacing: 0.6px;
}
.introduct .p_2{
	font-size: .22rem;  
	margin-bottom: .3rem;
	font-weight: 300;
}
.introduct span{
	font-size: .16rem;    
	line-height: .62rem;
	font-weight: 600;
	color: #f36b16;
	margin-left: .2rem;
	padding-left: .24rem;
	background: url("../images/a_link2.png") no-repeat left center;
}
.introduct .a_form{
	float: left;
    display: block;
    width: 1.9rem;
    padding: 0 .3rem;
    text-align: center;
    height: .62rem;
    line-height: .58rem;
    border-radius: .4rem;
    font-size: .24rem;
	color: #fff;
    background: #0e0c36;
}
.introduct .a_form:hover{
	background: #ff6300;
}

.video_btn{
	cursor: pointer;
}


/*视频弹窗*/
#mask_box{
	background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}
.tc_content {
	width: 1000px;
    display: none;
    z-index: 3;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -500px;
    padding: 15px;
    background: #fff;
    border-radius: 6px!important;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.tc_close {
	float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: .2;
}
.tc_close:hover, .tc_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.rdd {    
	width: 100%;
    max-height: 900px;
    z-index: 10;
    margin-top: .3rem;
}
.rdd iframe{
	width: 100%;
    height: 545px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.video_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,0,0,0.1);
}
.video_play{
    width: 800px;
    display: none;
    z-index: 10;
    position: fixed;
    top: 20%;
    left: 50%;
	margin-left: -400px;
    padding: 15px;
    background: #fff;
	border-radius: 6px!important;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.video_play video{
    width: 100%;
    max-height: 900px;
    z-index: 10;
    margin-top: .15rem;
}
.video_close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: .2;
}
.video_close:hover, .video_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}




.h1_title{
	margin-bottom: .6rem;
	margin-top: 0;
	text-align: center;
	font-size: .4rem;
    color: #0e0c36;
    font-weight: 400;
}



.function{
	margin: .8rem auto 0;
}
.function li {
	margin-bottom: .8rem;
}
.function .fun_icon {
	width: 100px;
	height: 100px;
    max-width: 100%;
    display: inline-block;
    position: relative;
	margin-bottom: .4rem;
}
.function .fun_icon em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/ship-icon.png");
    background-repeat: no-repeat;
    background-size: 600% auto;
}
.function .fun_icon .fun_icon_1 {
    background-position: 0 center;
}
.function .fun_icon .fun_icon_2 {
    background-position: -100px center;
}
.function .fun_icon .fun_icon_3 {
    background-position: -200px center;
}
.function .fun_icon .fun_icon_4 {
    background-position: -300px center;
}
.function .fun_icon .fun_icon_5 {
    background-position: -400px center;
}
.function .fun_icon .fun_icon_6 {
    background-position: -500px center;
}
.function h2 {
	margin-top: 0;
	margin-bottom: .24rem;
	font-size: .28rem;
	font-weight: 300;
	color: #0e0c36;
	letter-spacing: 0.2px;
}
.function p {
	font-size: .16rem;
	line-height: .24rem;
	height: .96rem;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
}



.application{
	margin: 0 auto 1rem;
}
.application li {
	position: relative;    
	padding-left: .32rem;
	margin-bottom: .6rem;
}
.application li:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    height: .24rem;
    width: .24rem;
    position: absolute;
    background: url("../images/application-icon.png") no-repeat 0px 0px;
    background-size: contain;
}
.application h3 {
    font-size: .28rem;
    font-weight: 300;
	color: #0e0c36;
	letter-spacing: 0.2px;
	margin-top: 0;
}
.application p {
    font-size: .16rem;
	line-height: .24rem;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
}
.application img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}



/*电子签章内容介绍*/
.introduct-sign{
	padding: .2rem .4rem;
	border: solid #eeeeee 1px;
	overflow: hidden;
	margin: .8rem auto 0;
}
.introduct-sign h2 {
    font-size: .28rem;
    font-weight: 300;
    color: #0e0c36;
    letter-spacing: 0.2px;
    margin-bottom: .2rem;
}
.introduct-sign h2 span {
    display: block;
	width: .9rem;
	height: .2rem;
	line-height: .18rem;
    color: #9f9f9f;
    border: solid #6a6a6a 1px;
    font-size: .12rem;
    font-weight: 300;
	margin: 0 auto .1rem;
}
.introduct-sign p {
    font-size: .16rem;
	line-height: 24px;
    font-weight: 250;
    color: #6a6a6a;
	letter-spacing: 0.2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
}
.introduct-sign .read_more_btn {
	cursor: pointer;
	display: block;
    text-align: center;
    font-size: .12rem;
    font-weight: 300;
    color: #9f9f9f;
	margin: .2rem auto;
}



/*电子签章功能一览*/
.function-sign {
	padding-top: 1rem;
}

.function-sign li {
	margin-bottom: .8rem;
}
.function-sign .fun_img img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.function-sign li ul>li {
	margin-bottom: .2rem;
	font-size: .16rem;
    line-height: .24rem;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: 0.2px;
	position: relative;    
	padding-left: .32rem;
}
.function-sign li ul>li:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    height: .24rem;
    width: .24rem;
    position: absolute;
    background: url(../images/application-icon.png) no-repeat 0px 0px;
    background-size: contain;
}
.function-sign h2 {
    font-size: .28rem;
    font-weight: 300;
    color: #0e0c36;
    letter-spacing: 0.2px;
	margin-bottom: .2rem;
	margin-top: .6rem;
	padding: 0 .4rem 0 .2rem;
}
.function-sign p {
    font-size: .16rem;
    line-height: .24rem;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: 0.2px;
	padding: 0 .6rem 0 .2rem;
	margin-bottom: 0;
}



/*电子签章选择理由*/
.reason {
	padding: 1rem 0;
    margin: 0 auto;
	background: url(../images/common_bg.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
}
.reason li {
	text-align: center;
}
.reason li img {
	width: 1rem;
}
.reason li h3 {
    margin-bottom: .24rem;
    font-size: .28rem;
    font-weight: 300;
    color: #0e0c36;
    letter-spacing: 0.2px;
}



/*核心产品*/
.product {
    padding: 1rem 0;
}
.product p {
    font-size: .18rem;
    line-height: .3rem;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: 0.2px;
	text-align: center;
	margin: 0 .6rem .4rem;
}


.slideBox .hd{
	width: 100%;
}
.slideBox .hd ul{
	text-align: center;
	padding: 0 .5rem;
}
.slideBox .hd li{
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 0 -2px;
	padding: .2rem .3rem;
	font-size: .18rem;
    color: #0e0c36;
    font-weight: 600;
	border: 2px solid #fff;
	background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
}
.slideBox .hd li.on{
    color: #fff;
	background-image: linear-gradient(to top, #f36b16 0%, #ff8030 100%);
	position: relative;
}
.slideBox .hd li.on:after {
    content: '';
    position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -.2rem;
    display: block;
    width: 0;
    height: 0;
    border-top: .1rem solid #f36b16;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
}

.slideBox .bd{
	width: 100%;
	margin-top: .8rem;
	overflow: hidden;
}
.slideBox .cont{
	margin: 0 .5rem;
}
.slideBox .cont_l{
	padding: 0;
	position: relative;
}
.slideBox .cont_l img{
	max-width: 100%;
}
.slideBox .cont_l .pro_img{
	width: 64%;
	position: absolute;
	top: .16rem;
	left: 18%;
	right: auto;
}

.slideBox dl{
	text-align: left;
	padding: .4rem 0;
}
.slideBox dl dt{ 
	font-size: .3rem;
    font-weight: 400;
    color: #0e0c36;
	margin-bottom: .3rem;
}
.slideBox dl p{
	text-align: left;    
	font-size: .14rem;
    font-weight: 300;
    color: #6a6a6a;
	margin: 0 0 .1rem 0;
	padding-left: .26rem;
	background: url("../images/pro_ico.png") no-repeat left center;
}
/*核心产品 结束*/



/*下载*/
.download{
	width: 100%;
	padding: 1rem 0;
    --slide-background: 243,107,22;
    background-color: rgba(var(--slide-background),1);
    background-image: url(../images/common_bg.jpg);
    background-blend-mode: multiply;
    background-size: 100% 100%;
	overflow: hidden;
}
.download_l{
	padding: 0!important;
}
.download_l h1{
	font-size: .34rem;
    color: #0e0c36;
    font-weight: 400;
}
.download_l p{
	margin: 0 0 .2rem 0;
	font-size: .18rem;
    font-weight: 300;
    color: #0e0c36;
}
.download_l span {
    display: inline-block;
	padding: 0 .4rem 0 .2rem;
	line-height: .36rem; 
    border-radius: .2rem;
    line-height: .4rem;
	font-size: .16rem;
    color: #0e0c36;
	position: relative;
	border: 2px solid #0e0c36;
}
.download_l span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -.05rem;
    right: .2rem;
    display: block;
    width: .15rem;
    height: .1rem;
    background: url(../images/download2_jt.png) no-repeat 0px center;
	background-size: auto;
}

.download ul{
	padding: 0!important;
}
.download li{
	float: left;
	width: 43%;
	margin-left: 7%;
	padding: .3rem;
	border-radius: 4px;
	border: 1px solid #ff9a5b;
	background-image: linear-gradient(135deg, #ff8030 0%, #f36b16 100%);
}
.download li img{
	float: left;
	width: .8rem;
	margin-right: .4rem;
}
.download li h1{
	margin-top: 0;
	font-size: .22rem;
    color: #fff;
    font-weight: 400;
}
.download li p{
	font-size: .14rem;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
}
.download li a{
	display: inline-block;
	padding: 0 .2rem;
    height: .4rem;
    border-radius: .2rem;
    line-height: .4rem;
	font-size: .16rem;
    color: #fff;
	border: 1px solid #ff9a5b;
	background-image: linear-gradient(135deg, #f36b16 0%, #ff8030 100%);
	margin-top: .2rem;
}
/*下载 结束*/



/*激活验证码*/
.sales{
	width: 100%;
	padding: 1rem 0;
	--slide-background: 250,250,252;
	background-color: rgba(var(--slide-background),1);
    background-image: url("../images/common_bg.jpg");
    background-blend-mode: multiply;
    background-size: cover;
	margin: 0 auto;
}

.form_box {
	margin: 0 .5rem;
}
.form_box .form-control{
	margin: 0 0 .3rem 0;
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-weight: 300;
}
.form_box select.form-control{
	height: .54rem;
}
.form_box .btn{
	width: 2.4rem;
	text-align: center;
    height: .65rem;
    line-height: .65rem;
    border-radius: .33rem;
    font-size: .18rem;
    z-index: 2;
    display: block;
    color: #0e0c36;
    transition: all 0.5s ease;
    background: #f36b16;
	font-weight: 600;
	margin: .3rem auto 0;
}
.form_box .form-control#tel,
.form_box .form-control#email{
	float: right;
}

.privacy_box{
	display: block;
	text-align: center;
	font-size: .16rem;
	line-height: .2rem;
	color: rgba(14,12,54,0.8);
	margin:  .2rem auto 0;
	position: relative;
	background: url("../images/line_1.png") no-repeat center center;
	background-size: auto 1px;
}
.privacy_box:hover{
	color: rgba(14,12,54,1);
}
/*激活验证码 结束*/





/*底部*/
.footer{
	position: relative;
	--slide-background: 14,12,54;
    background-color: rgba(var(--slide-background),1);
    background-image: url(../images/common_bg.jpg);
    background-blend-mode: multiply;
    background-size: contain;
}
.footer_box {
	padding: .6rem 0 .3rem;
	width: 19%;
}
.footer_box dl {
	width: 19%;
}
.footer_box dl:first-child {
	width: 34%;
}
.footer_box dl:last-child {
	width: 24%;
	float: right!important;
}
.footer_box .foot_logo {
	width: 1.76rem;
}
.footer_box .foot_logo img {
	max-width: 100%;
}
.footer_box .foot_a {
    display: block;
	width: 1.3rem;
	text-align: center;
    height: 40px;
    border-radius: 20px;
    line-height: 38px;
    font-size: .16rem;
    color: #fff;
    border: 1px solid #242245;
    background-image: linear-gradient(135deg, #13123d 0%, #2f3065 100%);
    margin-top: .5rem;
}
.footer_box dt {
	font-size: .16rem;
	font-weight: normal;
	color: rgba(255,255,255,0.6);
	margin-bottom: .12rem;
}
.footer_box dt span {
	font-size: .12rem;
	color: #606266;
	margin-left: .06rem;
}
.footer_box dd p{
	color: #292b32;
	font-size: .16rem;
	line-height: .3rem;
	margin: 0;
}
.footer_box dd p img{
	width: .22rem;
	margin-right: .1rem;
}
.footer_box dd .foot_a{
	display: block;
	width: 1.3rem;
	text-align: center;
	height: .42rem;
	line-height: .42rem;
	border-radius: .21rem;
	font-size: .18rem;
	color: #fff;
	margin-top: .24rem;
	transition: all 0.3s ease-out 0s;    
	background: linear-gradient(90deg,#6634ff, #8126cf);
}
.footer_box dd a{
	display: block;
	line-height: .34rem;
	font-size: .14rem;
	color: rgba(255,255,255,0.4);
}
.footer_box dd a:hover{
	color: rgba(255,255,255,0.8);
}


.footer_box dd li{
	float: left;
	width: 98px;
	margin-right: .2rem;
	text-align: center;
}
.footer_box dd li img{
	max-width: 90px;
    border: 1px solid rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
	padding: .04rem;
}
.footer_box dd li span{
	display: inline-block;
    line-height: .34rem;
    font-size: .14rem;
    color: rgba(255,255,255,0.4);
}


.copyright{
	padding: .24rem 0;
	font-size: .12rem;
	background: url("../images/copyright_bg.jpg") repeat-x 0px top;
}
.copyright span{
	color: rgba(255,255,255,0.4);
	font-weight: 300;
}
.copyright .items{
	float: right;
}
.copyright .items a{
	padding: 0 .1rem;
	color: rgba(255,255,255,0.4);
	border-right: 1px solid rgba(255,255,255,0.4);
}
.copyright .items a:last-child{
	border-right: none;
}
.copyright .items a:hover{
	color: rgba(255,255,255,0.8);
}
/*底部结束*/







@media (max-width: 639px){
	

}

