﻿@charset "utf-8";
html, body, div, p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
ul, ol, li { list-style: none outside; }
i { font-style: normal; }
img { border: 0 none; vertical-align: top; max-width:100%;}
body { color: #333; background: #fff; font-family: "Microsoft Yahei"; font-size: 14px; }
h2 { font-size: 14px; height: 25px; }
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
a:link, a:visited { text-decoration: none; color: #999; }
a:hover, a:active { text-decoration: none; color: #000; }
a:focus { outline: 0; }
.center{text-align:center;   }
.container { width: 100%;}
.banner-img{width: 100%;height: auto;}
.btn {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -moz-padding-start: npx;
    -moz-padding-end: npx;
    border: solid 1px #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    background-color: #fff;
    width: auto;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
}
/*********************************************************header***********************************/
header {
    width: 100%;
    background: #fff;
    height: 96px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.nav {
   float:right;
}
.nav > li {
    position: relative;
    display: block;
}
.nav li {
    float: left;
    width: 100px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    margin-right: 33px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color:#333;
}
.nav li a {
    color: #333;
    font-size: 18px;
    padding: 0;
    font-weight:bold;
}
.nav li:hover a,.nav .cur a{
    color: #06c;
}
.nav li:hover a,.nav .cur a {
    color: #06c;
}
/********home*******/
.vr_news {
    padding: 30px 0 0px;
    overflow: hidden;
}
.vr_title {
    text-align: center;
    line-height: 1;
    margin-bottom:50px;
}
.vr_title h2 {
    font-size: 36px;
    color: #333;
    position: relative;
    margin: 0;
    padding: 20px 0;
}
.vr_title h2::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #6d80bc;
    position: absolute;
    bottom: 0;
    top:75px;
    left: 50%;
    margin-left: -35px;
}
.vr_title p {
    font-size: 24px;
    color: #999;
    margin-top: 30px;
    margin-bottom: 0;
}
.vr_title p span {
    font-size: 36px;
}
.vr_news_content .item1,.vr_news_content .item2{
    width:48%;
    float:left;
    padding:10px;
    min-height:400px;
    overflow-y:auto;
}
.vr_news_list dt {
    width: 100%;
    height: 223px;
    -webkit-box-shadow: 0 2px 15px #d6d6d6;
    box-shadow: 0 2px 15px #d6d6d6;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.vr_news_img {
    width: 40%;
}

.vr_news_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    padding: 0 20px;
}

.vr_news_text h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.vr_news_text p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vr_news_text a {
    background: #6d80bc;
    font-size: 14px;
    color: #fff;
    border: 1px solid #6d80bc;
    border-radius: 20px;
    padding: 4px 0px;
    margin-top: 40px;
    width:90px;
    text-align:center;
    display:block;
}
.vr_news_list .l{
    float:left;
}
.vr_news_list .r{
    float:right;
}
.vr_news_list dd {
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
}

.vr_news_mask {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.vr_news_mask p {
    width: 100%;
    line-height: 46px;
    background: rgba(137, 137, 137, .48);
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-c {
    text-align: center;
}
.btn_more {
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    background: #000;
    border-color: #000;
    margin-top: 30px;
}

.btn_more:hover {
    background: #fff;
    color: #333;
}
.vr_sevice .col-sm-6{
    float:left;
    width:46%;
    padding:10px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.vr_sevice_text p {
    font-size: 18px;
    color: #333;
    line-height: 2;
}
.vr_sevice_text span {
    display: block;
    margin-bottom: 18px;
    font-size:12px;
}
.vr_btn_sevice {
    padding: 10px 40px;
    font-size: 14px;
    color: #666;
    border: 1px solid #dcdcdc;
}
.vr_btn_sevice:hover {
    background: #8ba0cd;
    border-color: #8ba0cd;
    color: #fff;
}

.cl::after, .clearfix::after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*************news*****************/
.vr_news_content {
    margin-top:80px;
    margin-bottom:80px;
}
.vr_news_content .vr_news_item {
    background: #f7f7f7;
    padding: 15px 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.vr_news_content .vr_news_item .col-sm-2 {
   width: 15%;
   float: left;
   padding-left:5px;
   padding-right:5px;
}
.vr_news_content .vr_news_item .col-sm-8 {
   width: 65%;
   float: left;
   padding-left:5px;
   padding-right:5px;
}
.vr_news_content .vr_news_item h2 {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
}
.vr_news_content .vr_news_item p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vr_news_content .vr_news_item h3 {
    text-align: right;
    font-size: 16px;
    padding: 20px 0;
    color: #a0a0a0;
}
.vr_news_content .vr_news_item i {
    float: right;
    display:inline-block;
    width:30px;
    height:30px;
    background:url('../images/right.png') no-repeat;
}
.btn_more_news {
    padding: 5px 15px;
    border: 1px solid #aaa;
    font-size: 18px;
    color: #333;
}
.btn_more_news:hover {
    background: #8ba0cd;
    color: #fff;
    border-color: #8ba0cd;
}
.vr_detail {
    background: #fff;
    margin-top: -300px;
    padding: 85px 50px 150px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.vr_detail h1 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.vr_detail h2 {
    text-align: center;
    margin: 30px auto 100px;
}
.vr_detail h2 span {
    font-size: 14px;
    color: #666;
    margin: 0 25px;
}
.vr_detail article p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 2;
    position: relative;
}
/***********footer***********/
footer {
    background-color: #000;
    padding: 46.5px 0;
    margin-top:80px;
}
.ac-gf-footer-legal {
   text-align:center;
}
.footer-legal-links {
    margin-bottom: 10px;
    overflow: hidden;
    text-align:center;
}
.footer-legal-links a {
    margin-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
    color: rgba(170,170,170,.8);
    display:inline-block;
}
.footer-legal-links a:first-child {
    padding-left: 0;
}
.bor-line {
    width: 1px;
    height: 10px;
    border-right: 1px solid rgba(170,170,170,.5);
    margin-top: 6px;
     display:inline-block;
}
.footer-beizhu {
    font-size: 12px;
    color: rgba(102,102,102,.8);
}