@charset "UTF-8";
/* CSS Document */
body{background:#f3f3f3}
button{border:0;}
.header{position:fixed;top:50px;left:0;width:100%;height:70px;z-index:99;}
.wrapper{margin:0 auto;width:1170px;}
.header .logo{float:left;height:70px;width:145px;}
.header .logo img{width:100%;height:100%;}
.header .wrapper{background:#16191c;}
.header .main_navigation{float:right;height:70px;}
.header .taphover{display:inline-block;float:right;height:70px;width:70px;background:#8fc31f;}
.header .taphover i{display:inline-block;height:70px;width:70px;vertical-align:middle;background:url(../images/logo_shape.png) center center / 70px 70px no-repeat;}
.header .menu{float:left;margin-right:40px;}
.header .menu>li{float:left;margin-left:40px;line-height:70px;position:relative;}
.header .menu>li>a{font-size:16px;color:#fff;}
.header .menu>li>a:hover,.header .menu>li>a.focu{color:#8fc31f}
/* 子菜单样式 */
.header .menu li:hover .sub-menu{
    display: block;
    animation:0.3s ease-in bouncein;
    -webkit-animation:0.3s ease-in bouncein;
    -ms-animation:0.3s ease-in bouncein;
    -moz-animation:0.3s ease-in bouncein;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
.header .sub-menu {
    width: 120px;
    position: absolute;
    background: #16191c;
    text-align: center;
    left: 0;
    font: normal 14px/30px "Conv_MyriadPro-Regular";
    padding-top: 15px;
    padding-bottom: 5px;
    border-radius: 5px;
    top: 70px;
    animation: 0.5s ease-in fadeoutT;
    -webkit-animation: 0.5s ease-in fadeoutT;
    -moz-animation: 0.5s ease-in fadeoutT;
    -ms-animation: 0.5s ease-in fadeoutT;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    display: none;
}
.header .sub-menu li {
    width: auto;
    line-height: 40px;
    height: auto;
}
.header .sub-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
.header .sub-menu a:hover  {
    background: #2A2C25;
    color: #fff;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
/* 弹入 */
@-webkit-keyframes bouncein{
    0%{opacity:0;-webkit-transform:scale(0.3);}
    50%{opacity:1;-webkit-transform:scale(1.05);}
    70%{-webkit-transform:scale(0.9);}
    100%{-webkit-transform:scale(1);}
}
@-moz-keyframes bouncein{
    0%{opacity:0;-moz-transform:scale(0.3);}
    50%{opacity:1;-moz-transform:scale(1.05);}
    70%{-moz-transform:scale(0.9);}
    100%{-moz-transform:scale(1);}
}
@-ms-keyframes bouncein{
    0%{opacity:0;-ms-transform:scale(0.3);}
    50%{opacity:1;-ms-transform:scale(1.05);}
    70%{-ms-transform:scale(0.9);}
    100%{-ms-transform:scale(1);}
}
@keyframes bouncein{
    0%{opacity:0;transform:scale(0.3);}
    50%{opacity:1;transform:scale(1.05);}
    70%{transform:scale(0.9);}
    100%{transform:scale(1);}
}
/* 淡出-向上 */
@-webkit-keyframes fadeoutT{
    0%{opacity:1;-webkit-transform:translateY(0);}
    100%{opacity:0;-webkit-transform:translateY(-100px);}
}
@-moz-keyframes fadeoutT{
    0%{opacity:1;-moz-transform:translateY(0);}
    100%{opacity:0;-moz-transform:translateY(-100px);}
}
@-ms-keyframes fadeoutT{
    0%{opacity:1;-ms-transform:translateY(0);}
    100%{opacity:0;-ms-transform:translateY(-100px);}
}
@keyframes fadeoutT{
    0%{opacity:1;transform:translateY(0);}
    100%{opacity:0;transform:translateY(-100px);}
}

.normal_header.header{top:0;height:auto;background:#16191c;}
.normal_header.header .wrapper{padding:15px 0;}
.banner{height:auto;}
.banner .banner1{height:auto;background-size:cover}
.banner .banner2{height:auto;background-size:100%;}
.banner .banner3{height:auto;background-size:100%;}
.banner .banner3{height:auto;background-size:100%;}
.banner img {
	width: 100%;
	height: auto !important;
}

.footer{min-width:1200px;background:#16191c;text-align:center;color:#999;line-height:1.5;}
.footer .copyright{padding-bottom:40px;color:#555;margin-left:180px;}
.content .mainbox{width:1200px;margin:0 auto;margin-bottom:30px;}
.footer .ftwarp{height:150px;background:url(../images/bt_bg.png) #8fc31f no-repeat center center;}
.footer .ftwarp .ftwarpbox{width:1170px; margin:0 auto;}
.ftwarp .fLeft{padding-top:20px;}
.ftwarp .fLeft p{color:#fff; text-align:left;line-height:3;}
.ftwarp .fLeft .inputbox input{height:40px;padding:0 5px;width:210px;background:#8fc31f;color:#fff;line-height:40px;font-size:16px;border:1px solid #fff;box-sizing:border-box;}
.ftwarp .fLeft .checkbtn{margin-left:30px;display:inline-block;width:90px;height:40px;line-height:40px;color:#8fc31f;background:#fff;}
.ftwarp .fRight{padding-top:60px;}
/*.ftwarp .fRight a{float:right;display:inline-block;margin-left:30px;width:45px;height:40px;}*/
.ftwarp .fRight i{width:75px;height:75px;margin-left:30px;display:inline-block;vertical-align:middle;}
/*.ftwarp .fRight a:nth-child(1) i{background-position:0 0;}
.ftwarp .fRight a:nth-child(2) i{background-position:-40px 0;}
.ftwarp .fRight a:nth-child(3) i{background-position:-80px 0;}
.ftwarp .fRight a:hover:nth-child(1) i{background-position:0 -40px;}
.ftwarp .fRight a:hover:nth-child(2) i{background-position:-40px -40px;}
.ftwarp .fRight a:hover:nth-child(3) i{background-position:-80px -40px;}*/
.footer .ftnav{width:1200px;margin:0 auto;font-size:12px;}
.footer .ftnav .footer_nav{width:1200px;padding:80px 0;margin:0 auto;}
.ftnav .left_logo{float:left;display:inline-block;margin:0 15px;width:145px;height:206px;background:url(../images/ico.png) -120px 0 no-repeat;}
.footer_nav dl{float:left;width:130px;text-align:left;}
.footer_nav dl:last-child{width:55px;}
.footer_nav dl dt{display:inline-block;*display:inline;zoom:1;margin-bottom:15px;color:#fff;}
.footer_nav dl dt span{display:block;height:2px;width:2em;margin-top:5px;background:#8fc31f;}
.footer_nav dl a{vertical-align:middle;color:#a4a5a6;}
.footer_nav dl a:hover{color:#8fc31f;}
.footer_nav dl dd{padding:1px 0;}
.footer_nav .footer_contact{float:left;text-align:left;}
.footer_nav .footer_contact p{padding-bottom:30px;width:756px;color:#555;}
.footer_nav .footer_contact p:last-child{padding-left:185px;padding-bottom:0;}

.main_bar{background:#1b1b1b;min-width:1200px;}
.main_bar .wrapper{padding:0 80px;box-sizing:border-box;}
.main_bar  .title{padding:70px 0;}
.main_bar .bar_logo{padding-top:15px;font-size:20px;color:#fff;text-align:center;}
.line_bg{height: 1px;border-top: 1px solid #8f8f8f;text-align: center;}
.line_bg span{position: relative;top: -15px;background: #1b1b1b;padding: 0 20px;font-size:20px;color:#959595;}
.vroom .cont li{float:left;margin-bottom:15px;}
.vroom .cont .fLeft{width:210px;height:197px; vertical-align:middle;line-height:197px;background:#c9c9c9;}
.vroom .cont .fLeft img{height:197px;}
.vroom .cont .fRight{padding:0 30px;width:280px;height:197px;box-sizing:border-box;background:#fff;}
.vroom .cont p{ text-align:center;}
.vroom .cont .name{margin-top:26px;font-size:16px;font-weight:600;line-height:1.2;}
.vroom .cont .text{margin-top:22px;border-top:1px solid #999;font-size:9px;line-height:1.6;}
.vroom .cont .disc{margin-top:25px;}
.vroom .cont .disc span{display:inline-block;margin:0 2px;width:4px;height:4px;background:#8fc31f;border-radius:50%;}
.vroom .btn{padding-top:45px;padding-bottom:94px;text-align:center;}
.vroom .btn a{display:inline-block;width:228px;height:50px;line-height:50px;color:#fff;border:1px solid #fff;font-size:18px;text-align:center;box-sizing:border-box;}
.vroom .btn a:hover{background:#8fc31f;border:1px solid #8fc31f;}
.main_bar_tip{height:490px;min-width:1200px;padding-top:200px;background:url(../images/index_bg1.png) no-repeat center center #000;color:#fff;font-size:40px;font-weight:600;line-height:1.6; text-align:center;box-sizing:border-box;}
.VRstory {padding-bottom:154px;}
.VRstory .VRstoryimg{padding-top:216px;height:480px;width:1010px; text-align:center;box-sizing:border-box;border-bottom:2px solid #border:1px solid #8fc31f;}
.VRstory .VRstoryimg a{display:inline-block;width:228px;height:50px;line-height:50px;color:#fff;border:1px solid #fff;font-size:18px;text-align:center;box-sizing:border-box;}
.VRstory .VRstoryimg a:hover{background:#8fc31f;border:1px solid #8fc31f;}
.VRstory .VRstory_text{padding:38px 80px;padding-bottom:134px;background:#fff;}
.VRstory .VRstory_text .fLeft span{display:inline-block;width:200px;height:63px;background:url(../images/ico.png) no-repeat  -263px 0;}
.VRstory .VRstory_text .fRight{width:520px;}


.top_barimg{height:350px;width:100%;min-width:1170px;}
.top_barimg.top_barimg_news{background:url(../images/news1.png) #000 no-repeat center center;}
.top_barimg.top_barimg_blog{background:url(../images/blog.png) #000 no-repeat center center;}
.top_barimg .wrapper{position:relative;height:350px;}
.top_barimg .wrapper .title{display:inline-block;position:absolute;left:5px;bottom:45px;color:#fff;font-size:60px;}
.newbar1{padding:50px 0;background:#f2f2f2;}
.newbar1 .wrapper,.newbar2 .wrapper{padding:0;} 
.newbar1 li{float:left;position:relative;margin-right:16px;padding:30px;width:280px;height:260px;background:#fff;box-sizing:border-box;}
.newbar1 li:nth-child(4),.newbar1 li:nth-child(8),.newbar1 li:nth-child(12),.newbar1 li:nth-child(16){margin-right:0;}
/*.newbar1 li:hover{background:url(../images/about2.png) center center;}*/
.newbar1 li:hover .time,.newbar1 li:hover .b_title{color: rgba(255, 255, 255, 0);}
.newbar1 .time{line-height:1.2;font-size:10px;color:#999;}
.newbar1 .time span{display:block;margin-top:8px;margin-bottom:14px;height:2px;width:30px;background:#8fc31f;}
.newbar1 .b_title{font-size:16px;font-weight:600;line-height:1.6;}
.newbar1 .more{position:absolute;right:30px;bottom:30px;color:#999;}
.newbar1 .more:hover{color:#8fc31f;}
.newbar2.main_bar{min-width:1170px;background:#fff;padding:50px 0;}
.newbar2 .newsbox li{border-top:1px solid #c9c9c9;line-height:100px;}
.newbar2 .newsbox li:last-child{border-bottom:1px solid #c9c9c9;}
.newbar2 .time{display:inline-block;width:240px;color:#999;}
.newbar2 .b_img{display:inline-block;margin-right:30px;width:130px;height:80px;vertical-align:middle;background:#999;}
.newbar2 .b_img img{width:100%;height:100%;}
.newbar2 .b_title{display:inline-block;width:671px;font-size:18px;font-weight:600;}
.newbar2 .more{padding:0 7px;display:inline-block;text-align:right;color:#999;}
.newbar2 .more:hover{color:#8fc31f;}
.newbar2 .page{padding-left:450px;}
.page{padding-top:50px;padding-bottom:100px;}
.page li{float:left;}
.page li a{display:inline-block;margin-left:-1px;width:40px;height:40px;line-height:40px; text-align:center;color:#666;font-size:16px;border:1px solid #e7e7e7;box-sizing:border-box;background:#fff;}
.page li a:hover,.page li a:focus{background:#8fc31f;color:#fff;border:1px solid #8fc31f;}
.page li.next{float:right;}
.page li.next a{margin-left:0;width:150px;}
.page .current{background:#8fc31f;}
.page .current span{display:inline-block;margin-left:-1px;width:40px;height:40px;line-height:40px; text-align:center;color:#FFF;font-size:16px;box-sizing:border-box;}
.blog_box{padding:50px 0 150px 0;background:#fff;}
.blog_box .wrapper{position:relative;padding:0 185px;box-sizing:border-box;}
.blog_box .title p{padding-bottom:16px;font-size:18px;font-weight:600;line-height:1;}
.blog_box .title p.time{padding-bottom:26px;font-size:12px;color:#999;font-weight:normal;line-height:1;}
.blog_box .blog_text p{padding-bottom:26px;line-height:1.6;}
.blog_box .blog_text .imgbox{margin-bottom:26px;height:355px;background:#c9c9c9;}
.blog_box .blog_text .imgbox img{max-width:100%;max-height:100%;}
.blog_box .blog_text p:last-child,.blog_box .blog_text .imgbox:last-child{margin-bottom:0;padding-bottom:0;}

.main_bar.blogbar{padding:100px 0;background:#fff;}
.main_bar.blogbar .wrapper{padding:0;}
.bloglist li{float:left;margin-right:16px;margin-bottom:20px;}
.bloglist li:nth-child(4),.bloglist li:nth-child(8),.bloglist li:nth-child(12),.bloglist li:nth-child(16),.bloglist li:nth-child(20),.bloglist li:nth-child(24),.bloglist li:nth-child(28),.bloglist li:nth-child(32){margin-right:0;}
.bloglist .bloglist_img{position:relative;width:280px;height:150px;background:#c9c9c9;}
.bloglist .bloglist_img a{position:absolute;display:inline-block;right:0;top:0;width:93px;height:14px;line-height:14px;color:#fff; text-align:center;font-size:10px;}
.bloglist .bloglist_img a.red{background:#f11357;}
.bloglist .bloglist_img a.green{background:#8fc31f;}
.bloglist .bloglist_img a.yellow{background:#f2cf0d;}
.bloglist .bloglist_img img{width:100%;height:100%;}
.bloglist .bloglist_cont{width:280px;padding:20px 28px;box-sizing:border-box;border:1px solid #f4f4f4;border-top:0;}
.bloglist .blog_title{display:inline-block;padding:0;padding-bottom:14px;font-size:16px;font-weight:600;line-height:1.3;height:80px;}
.bloglist .blog_title:hover{color:#8fc31f;}
.bloglist .time{font-size:10px;color:#999;line-height:1;}
.bloglist .time span{display:block;margin-top:6px;height:2px;width:25px;background:#8fc31f;}
.bloglist .discript{padding-top:22px;padding-bottom:10px;color:#999;line-height:1.4;font-size:12px;}
.main_bar.blogbar .more{display:block;margin:50px 0;text-align:center;}
.main_bar.blogbar .more a{display:inline-block;width:180px;height:40px;line-height:40px;color:#fff;box-sizing:border-box;border:1px solid #d2d2d2;color:#666;}
.main_bar.blogbar .more a:hover{background:#8fc31f;color:#fff;border:1px solid #8fc31f;}

.top_barimg_vroom.top_barimg{position:relative;height:351px;background:url(../images/vroom.png) #000 no-repeat center center;}
.top_barimg_vroom .vroom_logo1{position:absolute;top:140px;display:inline-block;width:302px;height:54px;background:url(../images/vroom_logo_new.png) no-repeat;margin-left: 433px;}
.top_barimg_vroom .vroom_logo2{position:absolute;top:385px;display:inline-block;width:321px;height:91px;background:url(../images/vroom_logo.png) 0 -25px no-repeat;}
.top_barimg_vroom .vroom_discript{position:absolute;top:500px;display:inline-block;width:635px;font-size:16px;color:#fff;line-height:1.4;}
.top_barimg_vroom .vroom_op{position:absolute;top:293px;color:#6a6a6a;}
.top_barimg_vroom .vroom_op a{display:inline-block;width:20px;height:15px;vertical-align:middle;background:url(../images/vroom_op.png) no-repeat;}
.top_barimg_vroom .vroom_op a.lf{margin-right:10px;background-position:0 0;}
.top_barimg_vroom .vroom_op a.rt{margin-left:10px;background-position:-20px 0;}
.top_barimg_vroom .vroom_op a:hover.lf{margin-right:10px;background-position:0 -15px;}
.top_barimg_vroom .vroom_op a:hover.rt{margin-left:10px;background-position:-20px -15px;}
.top_barimg_vroom .line{position:absolute;top:350px;display:inline-block;height:2px;width:320px;background:#8fc31f;}

.join_bar.main_bar{padding:100px 0;background:#f2f2f2;}
.top_barimg_join.top_barimg{background:url(../images/contact.png) #000 no-repeat center center;}
.join_bar .wrapper{padding:0;}
.join_bar .join_map{width:100%;height:345px;}
.join_bar .join_map img{max-width:100%;max-height:100%;}
.join_bar .join_cont{position:relative;padding:42px;background:#fff;}
.join_bar .local_nav li{float:left;margin-right:64px;}
.join_bar .local_nav li a{display:inline-block;font-size:18px;}
.join_bar .local_nav li a:hover,.join_bar .local_nav li a.focus{color:#8fc31f;}
.join_bar .local_info{padding-top:20px;color:#999;font-size:12px;line-height:26px;}
.join_bar .join_btn{display:inline-block;margin-top:30px;width:180px;height:40px;line-height:40px;color:#666;border:1px solid #999; text-align:center;box-sizing:border-box;}
.join_bar .join_btn:hover{background:#8fc31f;border:1px solid #8fc31f;color:#fff;}
.join_bar .local_tip{position:absolute;font-size:32px;top:42px;right:114px;font-weight:600;color:#333;line-height:1.1;}
.join_bar .join_tip{line-height:70px; text-align:right;color:#fff;background:#8fc31f;}
.join_bar .join_tip span:first-child{padding-right:10px;font-size:16px;}
.join_bar .join_tip span:last-child{padding-right:30px;font-size:12px;}

.about_bar.main_bar{padding:100px 0;background:#f2f2f2;}
.top_barimg_about.top_barimg{background:url(../images/about1.png) #000 no-repeat center center;}
.about_bar .wrapper{padding:0;}
.about_bar .a_title{font-size:24px;color:#8fc31f; text-align:center;font-weight:600;}
.about_bar .a_cont{ text-align:center;}
.about_bar .a_cont p{display:inline-block;padding-top:30px;width:750px;line-height:24px;}
.main_bar.about_bar_img{height:270px;background:url(../images/about2.png) #000 no-repeat center center;}
.main_bar.about_bar_img .wrapper{padding:0; text-align:center;color:#8fc31f;font-size:22px;}
.main_bar.about_bar_img .wrapper p{display:inline-block;padding:0 35px;margin-top:125px;font-weight: 600;}
.about_bar .member_list{margin-top:100px;}
.about_bar .member_list li{float:left;margin-right:16px;width:280px;line-height:1.4;}
.about_bar .member_list li:nth-child(4),.about_bar .member_list li:nth-child(8),.about_bar .member_list li:nth-child(12),.about_bar .member_list li:nth-child(20){margin-right:0;}
.about_bar .member_list .member_img{width:280px;height:260px;background:#c9c9c9;}
.about_bar .member_list .member_img img{max-width:100%;max-height:100%;}
.about_bar .member_list .name{padding-top:26px;font-size:16px;}
.about_bar .member_list .job{font-size:12px;}
.about_bar .member_list .discript{padding-top:12px;font-size:12px;color:#666;}
.about_bar .member_limg{margin-top:50px;height:400px;width:100%;background:#c9c9c9;}
.about_bar .member_limg img{max-width:100%;max-height:100%;}
.about_bar.padding_top0{padding-top:0;}
.about_bar .mate{padding-top:26px;padding-left:67.5px;padding-bottom:140px;}
.about_bar .mate li{float:left;margin:5px;background:#c9c9c9;}
.about_bar .mate li a{display:inline-block;width:190px;height:70px; text-align:center;line-height:70px;}
.about_bar .mate li a img{max-width:100%;height:100%;}

.support_bar.main_bar{padding:100px 0;background:#f2f2f2;}
.top_barimg_support.top_barimg{background:url(../images/support.png) #000 no-repeat center center;}
.support_bar .wrapper{padding:0;}
.support_bar.padding_top0{padding-top:0;}
.support_bar .a_title{font-size:24px;font-weight:600;}
.support_bar .a_cont{padding-top:38px;}
.support_bar .support_box{margin-bottom:5px;}
.support_bar .support_box .support_name{padding:0 18px;font-size:16px;line-height:50px;background:#fff;}
.support_bar .support_box .support_name i{float:right;display:inline-block;margin-top:21px;width:16px;height:8px;vertical-align:middle;background:url(../images/arrow.png) 0 -8px no-repeat;}
.support_bar .support_box.open .support_name i{background-position:0 0;}
.support_bar .support_box .support_cont{display:none;padding:5px 18px;font-size:12px;line-height:22px;}
.support_bar .support_box.open .support_cont{display:block;}
.support_bar .download li{position:relative;float:left;margin:5px 0;margin-right:10px;padding:18px;width:240px;height:120px;box-sizing:border-box;background:#fff;}
.support_bar .download li:nth-child(4),.support_bar .download li:nth-child(8),.support_bar .download li:nth-child(12),.support_bar .download li:nth-child(16),.support_bar .download li:nth-child(20),.support_bar .download li:nth-child(24){margin-right:10px;}
.support_bar .download li a{color:#999;}
.support_bar .download .ico_doc{display:inline-block;margin-right:6px;width:25px;height:25px;vertical-align:middle;background:url(../images/download.png) no-repeat;}
.support_bar .download .ico_down{position:absolute;display:inline-block;bottom:14px;right:18px;width:22px;height:22px;vertical-align:middle;background:url(../images/download.png) 0 -25px no-repeat;}
.support_bar .download li:hover{background:#8fc31f;}
.support_bar .download li:hover a{color:#fff;}
.support_bar .download li:hover .ico_doc{background-position:-25px 0;}
.support_bar .download li:hover .ico_down{background-position:-22px -25px;}


.vroom_bar1 .wrapper{padding:0;}
.vroom_bar1{padding:50px 0;background:#16191c;}
.vroom_bar1 .demo_nav{padding-bottom:40px;margin: 0 auto;width: 1000px;}
.vroom_bar1 .demo_nav li{float:left;}
.vroom_bar1 .demo_nav li a{display:inline-block;margin-right:22px;width:130px;height:40px;line-height:40px;font-size:14px;text-align:center;border:1px solid #DADADA;box-sizing:border-box;background-color: #fff;color: #000;}
.vroom_bar1 .demo_nav li a:hover,.vroom_bar1 .demo_nav li a.focus{background:#8fc31f;color:#fff;border:1px solid #8fc31f;}
.vroom_bar1 .demo_cont{padding-top:24px;}
.vroom_bar1 .demo_cont li{float:left;margin:5.5px 0;margin-right:15px; position: relative; overflow: hidden;}
.vroom_bar1 .demo_cont li:nth-child(3),.vroom_bar1 .demo_cont li:nth-child(6),.vroom_bar1 .demo_cont li:nth-child(9),.vroom_bar1 .demo_cont li:nth-child(12),.vroom_bar1 .demo_cont li:nth-child(15){margin-right:0;}
.vroom_bar1 .demo_cont li a{position:relative;display:inline-block;width:380px;height:216px;background:#c9c9c9;}
.vroom_bar1 .demo_cont li a img{
    /*max-width:100%;*/
    max-height:100%;}
.vroom_bar1 .demo_cont li a .discript{position:absolute;bottom:0;ledt:0;padding:16px;width:100%;background:#8fc31f;box-sizing:border-box;}
.vroom_bar1 .demo_cont li a .discript{
	bottom: -100px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
}
.vroom_bar1 .demo_cont li a:hover .discript{
bottom: 0px;
transition: all ease .2s;
-webkit-transition: all ease .2s;
-moz-transition: all ease .2s;
-ms-transition: all ease .2s;
-webkit-animation-name: bouncein; /*动画名称*/
-webkit-animation-duration: 1.5s; /*动画持续时间*/
-webkit-animation-iteration-count: 1; /*动画次数*/
-webkit-animation-delay: 0s; 
}
.vroom_bar1 .demo_cont li a .discript p:first-child{font-weight:600;color:#fff;line-height:1.2;}
.vroom_bar1 .demo_cont li a .discript p:last-child{font-size:18px;font-weight:600;color:#fff;line-height:1.6;}
.vroom_bar1 .page{padding-left:525px;padding-bottom:0;}
.vroom_bar2{padding:50px 0;}
.vroom_bar2 li{float:left;margin-right:15px;padding:22px 40px;width:379px;height:399px;background:#fff;box-sizing:border-box;margin-top: 15px;position: relative;overflow: hidden;}
.vroom_bar2 li:nth-child(3),.vroom_bar2 li:nth-child(6),.vroom_bar2 li:nth-child(9),.vroom_bar2 li:nth-child(12){margin-right:0;}
.vroom_bar2 li .bg-text{    background-color: #1b1b1b;
    opacity: 0.85;
    height: 0%;
    width: 100%;
    color: #fff;
    position: absolute;
    float: left;
    z-index: 222222;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 32px;
}
.vroom_bar2 li .bg-text div{padding: 80px 35px 10px;height: 100%;width: 100%;text-align: justify;}
.vroom_bar2 .bar2tip{font-size:12px;font-weight:600;color:#666;line-height:1.4;margin-bottom: 10px;}
.vroom_bar2 .bar2tip span{display:block;margin-top:3px;margin-bottom:15px;height:2px;width:20px;background:#8fc31f;}
.vroom_bar2 .vroom_title{font-size:16px;font-weight:600;color:#8fc31f;height: 56px;}
.vroom_bar2 .vroom_bar2ct{display: table-cell;height: 277px;width: 300px;vertical-align: middle;text-align: center;}
.vroom_bar2ct img{vertical-align: middle;}
.vroom_bar2 .vroom_bar2ct .vroom_bar2ctimg{width:140px;height:140px;margin-left: 80px;margin-bottom: 35px;margin-top: 20px;}
.vroom_bar2 .vroom_bar2ct .vroom_bar2ctimg img{width:140px;height:140px;}
.vroom_bar3{background:#fff;}
.vroom_bar3 .bar3row{padding:40px;padding-bottom:80px;}
.vroom_bar3 .bar3row .fLeft,.vroom_bar3 .bar3row .fRight{width:455px;}
.vroom_bar3 .bar3row .fLeft,.vroom_bar3 .bar3row .fRight .fRightimg{}
.vroom_bar3 .bar3row .bar3tip{font-size:12px;font-weight:600;color:#666;line-height:1.4;}
.vroom_bar3 .bar3row .bar3tip span{display:block;margin-top:5px;margin-bottom:70px;height:2px;width:25px;background:#8fc31f;}
.vroom_bar3 .bar3row .name{margin-bottom:22px;line-height:1;}
.vroom_bar3 .bar3row .name .numb{margin-bottom:25px;font-size:60px;color:#8fc31f;}
.vroom_bar3 .bar3row .name .name_info{font-size:24px;font-weight:600;color:#8fc31f;}
.vroom_bar3 .bar3row .bar3row_ct{font-size:13px;color:#666;line-height:1.6;}
.vroom_about_bar.about_bar.main_bar{padding-bottom:50px;}
.vroom_about_bar .mate{padding-bottom:0;}
.vroom_about_bar .a_title{font-size:24px;}
.vroom_about_bar .mate li{background:#fff;}
.vroom_contact{padding:50px 0;text-align:center;}
.vroom_contact .vroom_contact_title{font-size:18px;font-weight:600;color:#666;}
.vroom_contact a{display:inline-block;margin-top:10px;width:200px;height:40px;line-height:40px;color:#666;text-align:center;border:1px solid #8fc31f;cursor: default;}
.vroom_contact a i{display:inline-block;margin-right:8px;width:19px;height:17px; vertical-align:middle;background:url(../images/email.png) no-repeat center center;}
.vroom_bar4{height:500px;min-width:1170px;/*background:url(../images/vroom_map.png) no-repeat center center #101c28;*/background:url(../images/new_map.png) no-repeat center center #101c28;}
.vroom_bar4 .wrapper{position:relative;height:500px;}
.vroom_bar4 .vroom_bar4lg{position:absolute;top:160px;right:0;width:372px;height:56px;display:inline-block;/*background:url(../images/vroom_blogo.png) no-repeat center center;*/background:url(../images/new_blogo.png) no-repeat center center;}
.vroom_bar4 .vroom_bar4ct{position:absolute;bottom:180px;right:0;}
.vroom_bar4 .vroom_bar4ct li{float:left;margin-left:25px;width:80px;text-align:center;}
.vroom_bar4 .vroom_bar4ct .na{font-size:16px;color:#8fc31f;}
.vroom_bar4 .vroom_bar4ct .numb{padding-top:10px;font-size:36px;color:#fff;}
.vroom_more{margin-top:25px; text-align:center;}
.vroom_more a{display:inline-block;width:180px;height:40px;line-height:40px;color:#fff;box-sizing:border-box;border:1px solid #d2d2d2;color:#666;}
.vroom_more a:hover{background:#8fc31f;color:#fff;border:1px solid #8fc31f;}
.vroom_info .cont{display:inline-block;padding-left:15px;color:#fff;line-height:1;border-left:1px solid #8fc31f;}
.vroom_info .cont p:first-child{padding-bottom:5px;font-size:12px;}
.vroom_info .cont p:last-child{font-size:20px;font-weight:600;}
.vroom_info .wrapper{position:relative;height:600px;}
.vroom_info .fLeft{position:absolute;bottom:30px;left:185px;}
.vroom_info .fRight{position:absolute;bottom:30px;right:185px;}
.vroom_info .fRight .cont:first-child{margin-right:15px;}

.vrstory_box{padding:100px 0;min-width:1170px;background:#fff;text-align:center;}
.top_barimg_vrstory.top_barimg{background:url(../images/vrstory.png) #000 no-repeat center center;}
.vrstory_box .vrstory_text{display:inline-block;width:750px;line-height:1.6;}
.vrstory_show{padding:50px 0;min-width:1170px;background:#16191c;}
.vrstory_show .vrstory_show_cont{position:relative;line-height:1.6;}
.vrstory_show .vrstory_show_text{display:inline-block;text-align:center;}
.vrstory_show .vrstory_show_text .v_title{display:inline-block;margin-bottom:15px;width:750px;font-size:48px;color:#fff; }
.vrstory_show .vrstory_show_text .v_text{display:inline-block;margin-bottom:40px;width:750px;font-size:13px;color:#666;}
.vrstory_show .vrstory_show_img{width:100%;height:485px;line-height:485px;background:#c9c9c9;text-align:center;}
.vrstory_show .vrstory_show_img img{max-width:100%;max-height:485px;}
.vrstory_show .vrstory_show_nav{display:inline-block;margin-top:50px;width:100%;text-align:center;}
.vrstory_show .vrstory_show_nav ul{display:inline-block;}
.vrstory_show .vrstory_show_nav li{float:left;margin-right:20px;}
.vrstory_show .vrstory_show_nav li:last-child{margin-right:0;}
.vrstory_show .vrstory_show_nav li a{position:relative;display:inline-block;width:250px;height:130px;line-height:130px;background:#000;text-align:center;}
.vrstory_show .vrstory_show_nav li a img{max-width:100%;max-height:100%; opacity:.5;}
.vrstory_show .vrstory_show_nav li a span{position:absolute;bottom:0;left:0;width:100%;height:35px;line-height:35px;font-size:16px;font-weight:600;color:#fff; text-align:center;}
.vrstory_show .vrstory_show_nav li:hover a span,.vrstory_show .vrstory_show_nav li.focus a span{background:rgba(143,195,31,.8);}
.vrstory_show .vrstory_show_nav li:hover a img,.vrstory_show .vrstory_show_nav li.focus a img{ opacity:1;}
.vrstory_show .vrstory_show_arrow{position:absolute;top:50%;margin-top:-30px;width:100%;}
.vrstory_show_arrow a{position:absolute;display:inline-block;padding:15px 0;text-align:center;}
.vrstory_show_arrow .l_arrow{left:-60px;}
.vrstory_show_arrow .r_arrow{right:-60px;}
.vrstory_show_arrow .l_arrow i,.vrstory_show_arrow .r_arrow i{display:inline-block;width:46px;height:46px;background:url(../images/vrstory_show.png) no-repeat; vertical-align:middle;}
.vrstory_show_arrow .l_arrow i{background-position:0px 0px;}
.vrstory_show_arrow .l_arrow:hover i{background-position:0px -46px;}
.vrstory_show_arrow .r_arrow i{background-position:-46px 0px;}
.vrstory_show_arrow .r_arrow:hover i{background-position:-46px -46px;}

.team-banner .dots {
    position: relative;
    bottom: 20px;
    width: 159px;
    height: 20px;
    margin: 0 auto;
}

.team-banner .dots li {

    display: block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #fff;
    text-indent: -999em;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    margin: 0 10px;
    *text-indent: 0;
}
.team-banner .dots li.active {
    background: #8fc31f;
    opacity: 1;
}

.news-tip{
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.news-tip-red{
    background-color: #f11357;
}

.news-tip-yellow{
    background-color: #f2cf0d;
}



.bg-de {
    background-color: #8fc31f;
    height: 25px;
    color: black;
    /*font-family: 'NotoSansHans';*/
    color: rgb(22, 25, 28);
    width: 292px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-top: 8px;
}

.bg-de-sanjiao{
    background: url("../images/sanjiao.png");
    width: 6px;
    height: 7px;
    float: left;
    margin-top: 17px;
}

.tel-de{
    float: left;
    font-size: 28px;
    color: #ffffff;
    margin-left: 8px;
    margin-top: 2px;
}

.total-address{
    float: left;
    color: #ffffff;
    font-size: 16px;
}
