a,p,h4,h3{
    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*/
.banner_box{
    width:100%;
    background-image:url(../images/aboutusBanner.jpg);
    background-size:cover;
    padding-top:254px;
    padding-bottom:480px;
    position: relative;
}
.banner_box p{
    font-size:50px;
    color:#fff;
    text-align: center;
    letter-spacing: 10px;
}
.banner_box .yellow_words{
    /* height:527px; */
    background-color: #F2B643;
    position: absolute;
    bottom:-175px;
    left:50%;
    transform: translate(-50%,0);
    padding-top:60px;
    padding-left:180px;
    padding-right:180px;
    padding-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0px 2px 35px 0px rgba(242,182,67,.4);
}
.yellow_words_t_p{
    border-top:1px solid #E9DCBF;
    margin-top:29px;
    position: relative;
    margin-bottom:70px;
}
.yellow_words_t_p span{
    border-top:2px solid #fff;
    position: absolute;
    left:0;
    width:110px;
    bottom:1px;
}
.yellow_words_b{
    position: relative;
}
.douhao_l,.douhao_r{
    position: absolute;
}
.douhao_l{
    width:25px;
    top:-12px;
    left:48px;
}
.douhao_r{
    width:26px;
    bottom:-12px;
    right:56px;
}
.yellow_words .yellow_words_b_p{
    font-size:14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-indent: 28px;
    text-align: left;
    line-height:28px;
    padding-left:100px;
    padding-right:100px;
}
/*公司简介*/
.company_profile{
    padding-top:290px;
    padding-bottom:112px;
}
/*创始人*/
.company_profile_p{
    text-indent:28px;
    font-size:14px;
    color:#666666;
    line-height:26px;
}
.company_profile_subtitle{
    font-size:20px;
    color:#333333;
    padding-top:48px;
    padding-bottom:12px;
}
.company_profile_title,.big_thing_title{
    font-size:30px;
    color:#333333;
    text-align:center;
    padding-bottom:50px;
    font-weight: normal;
}
/*发展大事记*/
.big_thing{
    padding-top:270px;
    padding-bottom:114px;
    background-color: #F8F8F8;
}
.big_thing_box{
    position: relative;
}
.dotted_line{
    width:937px;
    border-bottom:2px dotted #666666;
    position: absolute;
    left:131px;
    top:140px;
}
.big_thing_desc{
    width:1120px;
    margin:0 auto;
    overflow: hidden;
}
.big_thing_desc ul{
    width:1280px;
    overflow: hidden;
    left:0;
}
.big_thing_desc ul li{
    width:160px;
    height:100px;
    float: left;
    text-align:center;
    position: relative;
}
.timeline .time-item{
    display:inline-block;
    width:230px;
    height:130px;
    position:inherit;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    position: relative;
}
/*箭头*/
b{
    font-weight: normal;
}
.slider{
    position:relative;
    z-index:2;
}
.slider .arrow{
    position:absolute;
    width:30px;
    height:30px;
    background-position:0 0;
    background-repeat:no-repeat;
    top:36px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    font-size:12px;
    line-height:30px;
    cursor:pointer;
}
.slider .arrow b{
    opacity:0;
    -webkit-transition:opacity .7s;
    -moz-transition:opacity .7s;
    -o-transition:opacity .7s;
    transition:opacity .7s;
}
.slider .arrow:hover b{
    opacity:1;
}
.slider .prev{
    left:0;
    background-image:url(https://v-gold.vgoldmall.com/static/images/preveArrow.png);
    text-align:right;
}
.slider .prev:hover{
    width:70px;
    left:-30px;
    background-position:left center
}
.slider .next{
    right:0;
    background-image:url(https://v-gold.vgoldmall.com/static/images/nextArrow.png);
    text-align:left;
}
.slider .next:hover{
    width:70px;
    right:-30px;
    background-position:right center;
}
.time-inner{
    width:24px;
    height:24px;
    overflow:hidden;
    border-radius:50%;
    top:50px;
    top:42px\9\0;
    padding:6px;
    border:1px solid #575757;
    background:#f4f3f3;cursor:pointer;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    box-shadow:0 0 0 transparent;
    z-index:1;
}
.time-inner,.time-inner:before{
    position:absolute;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg);
}
.timeline .time-item:not(.expands):hover .time-inner,.timeline .expands .time-inner{
    border-top:1px solid #56a4e8;
    border-right:1px solid #56a4e8;
    border-bottom:1px solid #fa7063;
    border-left:1px solid #fa7063;
    width:32px;
    height:32px;
    padding:2px;
    top:0\9\0;
}
.timeline .time-item:not(.expands):hover .time-inner{
    top:35px\9\0
}
.timeline .time-inner:before{
    left:45%\9\0;
    top:30%\9\0
}
.timeline .expands .time-inner{
    left:30%\9\0
}
.timeline .expands .time-inner{
    width:84px;
    height:84px
}
.timeline .time-picture{
    width:0;
    height:0;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
    z-index:2;
    left:50%;
    top:50%;
    position:absolute;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.time-inner:before,.time-picture{
    display:block;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#575757;
    content:"";top:50%;top:4px\9\0;border:0;
}
.timeline .time-item:not(.expands):hover .time-inner{
    width:44px;
    height:44px;
    margin-left:4px\9\0;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.timeline .time-item:not(.expands):hover .time-picture,.timeline .expands .time-picture{
    width:36px;
    height:36px;
    margin-left:4px\9\0;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.timeline .time-item:not(.expands):hover .time-picture{
    top:38.6%;
    top:38px\9\0;
    margin-left:3px\9\0
}
.timeline .expands .time-picture{
    left:30%\9\0
}
.timeline .expands .time-picture{width:76px;height:76px;top:38.6%}
.timeline .time-name{
    bottom:-10px;
    display:block;
    margin:0;
    position:absolute;
    top:78px;
    text-align:center;
    width:100%;
    font-size:16px;
    font-weight:300;
    color:#666;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    z-index:0;
    text-transform:uppercase;
    letter-spacing:0px;
}
.timeline .expands .time-name{top:110px;}
/*大事记主要内容*/
.time_content{
    margin-top:60px;
    padding-left:158px;
}
.time_content_item{
    position: relative;
}
.time_content_item_img{
    width:500px;
}
.time_content_item_words{
    width:500px;
    height:250px;
    box-shadow:1px 1px 10px 0 rgba(0,0,0,.1);
    position: absolute;
    left:472px;
    top:75px;
    background-color: #fff;
    padding-top:48px;
    padding-left:31px;
    padding-right:37px;
}
.time_content_item_words h5{
    font-size:30px;
    color:#333333;
    padding-bottom:26px;
    font-weight:normal;
}
.time_content_item_words p{
    font-size:14px;
    color:#666666;
    line-height:22px;
}
/*底部*/
.footer{
    background-color:#333333;
}
.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 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: #ddd;
    margin-top:10px;
    /* 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;
}
