a,p,h4,h3,div,li{
    letter-spacing:1px;
}
.tabbar{
    width:100%;
    height:80px;
    text-align:center;
    font-size:16px;
    position: fixed;
    top:0;
    color:#fff;
    z-index: 100;
}
.safe_content{
    display: inline-block;
    width:1200px;
    text-align: center;
}
.logo{
    width: 140px;
    float: left;
    margin-top: -8px;
    margin-left: 22px;
}
.tab{
    float: right;
}
.tab li{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    float: left;
    width: 115px;
    cursor: pointer;
    letter-spacing: 2px;
}
.tab li a{
    color: #fff;
}
.tab li a:hover{
    color: #eda835;
    text-decoration: none;
}
.banner{
    width:100%;
    background-image:url(../images/banner.jpg);
    background-position: center top;
    background-size:cover;
    position: relative;
}
.banner_box{
    position: absolute;
    width:100%;
    top:50%;
    transform: translate(0,-50%);
}
.solution{
    font-size: 50px;
    color: #fff;
    text-align: center;
    letter-spacing: 10px;
    padding-bottom:60px;
}
.subtitle{
    color: #fff;
    text-align: center;
}
.subtitle li{
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.subtitle_1{
    font-size: 18px;
}
.subtitle_2{
    font-size: 36px;
    padding-top:10px;
}
.sub_solution{
    text-align: center;
    padding-top: 120px;
    background-color: #EEEEEE;
}
.service_business{
    padding-bottom:120px;
    display: flex;
    justify-content: space-evenly;
}
.safe_per:hover p{
    color:#EDA835;
}
.solution_title{
    font-size: 30px;
    text-align: center;
    padding-bottom:76px;
}
.safe_per{
    display: inline-block;
    width: 255px;
    height:320px;
    background-color: #fff;
    /* vertical-align: top; */
    padding-top:72px;
    box-sizing: border-box;
    cursor:pointer;
}
.safe_per>p{
    font-size: 18px;
    color: #333333;
}
.safe_per img{
    width:82px;
    margin-bottom:47px;
}
/*
服务客户
*/
.service{
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 112px;
    text-align: center;
    padding-bottom: 120px;
}
.service p{
    font-size: 30px;
    text-align: center;
    margin-bottom: 65px;
}
.platform{
    position: relative;
    perspective: 100200px;
}
.service_customer{
    width: 224px;
    height: 160px;
    transform-style: preserve-3d;
    transform-origin: 50% 50% 0px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    vertical-align: top;
}
/* .service_customer:hover{
    animation: rota 1s;
    animation-fill-mode : forwards;
} */
@keyframes rota{
    from{transform: rotateY(0deg)}
    to{transform: rotateY(-180deg)}
}
.service_customer .positive{
    position: absolute;
    width: 224px;
    height: 160px;
    line-height: 160px;
    background-color: #fff;
    left: 0;
    top: 0;
    transform: translateZ(1px);
}
.positive img{
    width: 144px;
}
.service_customer .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    height: 160px;
    font-size:14px;
    background-color: #999999;
    color: #fff;
    transform: translateZ(0) rotateY(180deg);
    text-align: left;
}
.service_customer .back p{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 14px;
    padding: 0 14px 0 14px;
    text-align: left;
}
.margleft{
    margin-left: 14px;
}
/* 股东背景 */
.gudong{
    text-align: center;
    background-image:url(../images/gudong.jpg);
    background-size:cover;
    padding-top:114px;
    padding-bottom:120px;
}
.shareholder_title{
    font-size: 30px;
    color: #fff;
    padding-bottom:76px;
}
.safe_posi_li{
    text-align:center;
}
.per_gudong{
    width: 180px;
    height: 180px;
    background-color: rgba(196, 200, 202, .8);
    display: inline-block;
    text-align: center;
    line-height: 180px;
    cursor: pointer;
    vertical-align:top;
}
.per_gudong:hover{
    background-color: #fff;
}
.per_gudong img{
    width: 120px;
}
/* 媒体报道 */
.media{
    padding-top: 112px;
    width: 100%;
    text-align: center;
}
.media>p{
    font-size: 30px;
    text-align: center;
    padding-bottom:76px;
}
.article{
    width: 362px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}
.article_img_box{
    width: 360px;
    height:215px;
    overflow: hidden;
    position: relative;
}
.article img{
    min-height: 215px;
    min-width: 360px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.media_title:hover{
    color: #eda835;
}
.tpl>div:nth-child(2){
    margin-left: 45px;
}
.tpl>div:nth-child(3){
    margin-left: 45px;
}
.media_title{
    font-size: 18px;
    text-align: left;
    max-height: 49px;
    margin-top: 25px;
    color:#333333;
}
.source{
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin-top: 20px;
}
.media_content{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}
.more_media{
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
.more_media_button{
    width: 220px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    color:#fff;
    background-color: #333333;
    margin:0 auto;
}
.more_media_button:hover{
    background-color: #EDA835;
}
/*底部*/
.footer{
    background-color:#333333;
    margin-top: 130px;
}
.footer p{
    letter-spacing:0;
}
.footer .footer-up{
	padding-top:60px;
	padding-bottom:38px;
	border-bottom:1px solid #999999;
	width:100%;
	color:#fff;
}
.footer-up .qr-code{
	width:35%;
	display: inline-block;
	vertical-align: top;
}
.footer-up .qr-code .img-code{
	width:160px;
	height:160px;
	background-color: #fff;
	line-height: 160px;
	text-align: center;
	margin-left:12px;
}
.footer-up .qr-code img{
	width:140px;
	height:140px;
}
.footer-up .qr-code p{
	font-size:14px;
	padding-top:16px;
}
.footer-up .footer-up-part2{
	width:40%;
	display: inline-block;
	text-align: left;
}
.footer-up .footer-up-part3{
	text-align: left;
	width:24%;
	display: inline-block;
}
.footer-up .footer-up-part2 .secondP2,.footer-up .footer-up-part3 .secondP2{
	font-size:14px;
	color:#fff;
	height:38px;
}
.footer-up .footer-up-part3 .weibo{
	cursor: pointer;
}
.footer-up .footer-up-part2 .firstP1{
	font-size:16px;
	color:#fff;
	height:64px;
}
.footer-up .footer-up-part3 .firstP2{
	font-size:32px;
	color:#fff;
	height:64px;
}
.footer .footer-bottom{
	height:130px;
}
.footer .footer-bottom .footer-tab{
    display: flex;
    justify-content: center;
    margin-top:25px;
}
.footer .footer-bottom .footer-tab a{
    color: #fff;
    font-size: 14px;
}
.footer .footer-bottom p{
	font-size:14px;
	color:#999999;
	display: inline-block;
    width:100%;
    height: 3.5rem;
    line-height:3.5rem;
}
.footer .footer-bottom li{
	display: inline-block;
	text-align: right;
    width:100%;
    text-align:center;
}
.footer .footer-bottom li a{
    display: inline-block;
	margin-right:7px;
	width:86px;
    height:30px;
}
.footer .footer-bottom li img{
	margin-right:7px;
	width:86px;
    height:30px;
}
.footer .footer-code{
    text-align:center;
    font-size: 12px;
    color: #999;
    margin-top:10px;
    margin-bottom:15px;
    /* line-height:3.5rem; */
}
.footer .footer-code a{
    font-size: 12px;
    color: #999;
}
.footer-code span{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align:-5px;
    margin-right: 5px;
    background: url('../images/beian.png') no-repeat;
    background-size: 20px 20px;
}
/* 咨询 */
.consult_box{
    position: fixed;;
    right:20px;
    bottom:240px;
    z-index:10;
    width:255px;
    overflow: hidden;
    height:82px;
}
.consult_box_img{
    width:43px;
}
.consult_r{
    width:80px;
    height:80px;
    box-shadow: 0px 0px 33px -10px rgba(0,0,0,.3);
    text-align:center;
    padding-top:19px;
    background-color:#fff;
    position: absolute;
    right:0px;
    z-index:2;
}
.consult_l{
    width:165px;
    height:80px;
    background-image:url(https://v-gold.vgoldmall.com/static/images/boxBg.png);
    background-size: 165px 80px;
    text-align:center;
    box-shadow: 0px 0px 33px -10px rgba(0,0,0,.3);
    position: absolute;
    right:-130px;
}
.consult_l_p1{
    font-size:12px;
    color:#666666;
    padding-top:14px;
    letter-spacing: 0;
}
.consult_l_p2{
    font-size:20px;
    color:#333333;
    padding-top:10px;
    letter-spacing: 0;
}
