@charset "utf-8";
.vr_sevice {
    margin-top: 75px;
    margin-bottom: 75px;
}

.vr_sevice_text p {
    font-size: 18px;
    color: #333;
    line-height: 4;
}

.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;
}

.vr_solu_row {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.vr_solu_row h2 {
    font-size: 24px;
    color: #333;
    padding: 0 0 20px;
    position: relative;
}

.vr_solu_row h2::after {
    content: "";
    display: block;
    width: 2.5em;
    height: 4px;
    background: #c9112c;
    position: absolute;
    left: 0;
    bottom: 0;
}

.vr_solu_row p {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 30px 0 50px;
}

.vr_sevice .vr_solu_row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 50px;
}

.vr_case_search {
    margin: 60px auto;
}

.vr_search {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    padding: 0;
}

.vr_search input {
    width: 90%;
    height: 40px;
    border: none;
    float: left;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vr_search button {
    width: 10%;
    height: 40px;
    border: none;
    background: transparent;
    float: right;
    cursor: pointer;
}

.vr_case_tip {
    -webkit-box-shadow: 0 5px 15px #f8f8f8;
    box-shadow: 0 5px 15px #f8f8f8;
    margin-bottom: 65px;
    padding-bottom: 35px;
}

.vr_case_tip a {
    font-size: 16px;
    color: #333;
    margin: 0 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

@media (max-width:767px){
    .vr_case_tip a{
        font-size: 12px;
        margin-bottom: 10px;
    }
}
a:hover{
    color:#c9112c
}
.vr_case_tip a:hover,
.vr_case_tip a.active {
    color: #5477ba;
    border-color: #5477ba;
}

.vr_case_item {
    background: #fafaf9;
}

.vr_case_text {
    padding: 45px 20px 60px;
}

.vr_case_text h3 {
    font-size: 22px;
    color: #333;
}

.vr_case_text p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 30px 0 50px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.btn_more {
    padding: 5px 15px;
    border: 1px solid #aaa;
    font-size: 18px;
    color: #fff;
}

.btn_more i {
    color: inherit;
    font-size: inherit;
    margin-right: 10px;
}

.btn_more:hover {
    background: #fff;
    color: #333;
    border-color: #c9112c;
}

.btn_more.none{
    background: #ccc;
    color: #fff;
    border-color: #ccc;
    cursor: no-drop;
}

.vr_news_tab {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.vr_news_tab button {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #c9112c;
    color: #333;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.vr_news_tab button:hover,
.vr_news_tab button.active {
    background: #c9112c;
    color: #fff;
}

.vr_news_item {
    background: #f7f7f7;
    padding: 15px 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vr_news_item:hover {
    -webkit-box-shadow: 0 5px 15px #eee;
    box-shadow: 0 5px 15px #eee;
}

.vr_news_item a:hover h2 {
    color: #c9112c;
}

.vr_news_item a .ver-more_circle:before {
    color: #666;
}

.vr_news_item a:hover .vr-more_circle:before {
    content: "\e691";
    color: #c9112c;
}

.vr_news_item h2 {
    font-size: 20px;
    color: #333;
    padding: 20px 0;
    font-weight: bold;
}

.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_item h3 {
    text-align: right;
    font-size: 20px;
    padding: 20px 0;
    color: #a0a0a0;
}

.vr_news_item i {
    font-size: 26px;
    float: right;
}

.vr_about h2 {
    margin: 30px auto;
    font-size: 34px;
    color: #333;
    font-weight: normal;
}

.vr_about p {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.vr_about_1 {
    padding-bottom: 100px;
    border-bottom: 1px solid #ddd;
}

.vr_about h3 {
    font-size: 34px;
    color: #333;
    font-weight: normal;
    margin: 100px auto;
}

.vr_about_2>div {
    padding: 60px 0;
    border: 1px solid #ddd;
}

.vr_about_2 i {
    display: inline-block;
    width: 85px;
    height: 85px;
}

.icon_1 {
    background: url(../img/about-1.png) 0 0 no-repeat;
}

.icon_2 {
    background: url(../img/about-2.png) 0 0 no-repeat;
}

.icon_3 {
    background: url(../img/about-3.png) 0 0 no-repeat;
}

.icon_4 {
    background: url(../img/about-4.png) 0 0 no-repeat;
}

.vr_about_3 {
    margin-top: 100px;
}

.vr_about_4 {
    margin: 100px auto;
}

.vr_about_item {
    text-align: left;
    padding: 0 20px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.vr_about_item h4 {
    font-size: 24px;
}

.vr_about_item p {
    color: #fff;
    font-size: 14px;
}

.bg-1 {
    background: #edad2c;
    border: none !important;
}

.bg-2 {
    background: #d66464;
    border: none !important;
}

.bg-3 {
    background: #32b1b6;
    border: none !important;
}

.bg-4 {
    background: #95c373;
    border: none !important;
}

.vr_job_box>div {
    padding: 0;
    border: none;
    text-align: left;
    margin-bottom: 100px;
}

.vr_job img {
    margin-bottom: 40px;
}

.vr_job p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.vr_detail {
    background: #fff;
    margin-top: -300px;
    padding: 85px 50px 150px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.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;
}

article p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 2;
    position: relative;
}

@media (max-width: 767px) {
    .vr_detail {
        margin-top: -100px;
    }
}
.wrapper {
    width: 1080px;
    margin: 0px auto;
    position: relative;
}
.fr{float:right;_display:inline}
.fl{float:left;_display:inline}
.com_title{height:120px; padding:60px 0px 0px 0px;}
.com_title h2{height:120px; line-height:120px; font-size:40px; color:#fafafa;}
.com_title h2 span{font-size:18px; color:#FFF; padding:0px 22px; top:3px; position:relative;}
.row_04{background:url(../images/background/bg_03.png) repeat-y; padding:40px 0px;}
.row_04 .left{width:232px; padding:10px 0px;}
.row_04 .left ul li{height:60px; line-height:60px;}
.row_04 .left ul li a{display:block; height:60px; line-height:60px; background:url(../images/icon/dot_02.png) no-repeat 212px center; font-size:18px; color:#666; text-align:left;margin-left: 70px;}
.row_04 .left ul li.cur a,
.row_04 .left ul li a:hover{color:#c9112c; background:url(../images/icon/dot_03.png) no-repeat right center; text-decoration:none;}
.row_04 .right{width:762px;}
.row_04 .right .head{height:78px; line-height:78px; border-bottom:1px solid #E6E6E6;}
.row_04 .right .head h3{font-size:36px;}
.news .title{background:url(../images/title_04.jpg) no-repeat center top;}
.news .list .body ul li{padding:48px 0px; height:180px; border-bottom:1px solid #E6E6E6;}
.news .list .body .thumb{width:290px; height:180px; float:left;}
.news .list .body .thumb img{width:290px; height:180px;}
.news .list .body .desc{width:430px; height:154px; padding:13px 0px; overflow:hidden; float:right;}
.news .list .body .desc h4{height:36px; line-height:36px; font-size:24px;}
.news .list .body .desc span{display:block; height:26px; line-height:26px; font-size:12px; color:#999;}
.news .list .body .desc span em{padding:0px 20px;}
.news .list .body .desc p{height:72px; line-height:24px; overflow:hidden; font-size:12px; color:#666; padding:20px 0px 0px 0px;}
.news .list .foot{padding:65px 0px 20px 0px;}
.news .detail .head1{padding:30px 0px; border-bottom:1px solid #E6E6E6; text-align:center;}
.news .detail .head1 h3{height:40px; line-height:40px; font-size:28px;}
.news .detail .head1 p{height:30px; line-height:30px; font-size:12px; color:#999;}
.news .detail .head1 p em{padding:0px 24px;}
.news .detail .body{padding:40px 0px;}
.news .detail .body .hd{background:#F5F5F5; padding:20px 30px; height:60px; line-height:30px; font-size:14px; color:#666;}
.news .detail .body .bd{line-height:30px; font-size:16px; color:#666;}
.news .detail .body .bd .indent{text-indent:0;}
.news .detail .body .bd h4{padding:40px 0px 0px 0px;}
.news .detail .body .bd .desc{padding:35px 0px;}
.news .detail .body .bd p{text-indent:2em;}
.news .detail .body .bd .thumb{padding:0px 1px; width:760px; height:448px;}
.news .detail .body .bd .thumb img{width:760px; height:448px;}
.com_page{height:37px; line-height:37px;}
.com_page ul{text-align:center;}
.com_page ul li{display:inline-block; zoom:1; *display:inline; margin:0px 5px; font-size:14px; color:#666; text-align:center;}
.com_page ul li a{display:inline-block; zoom:1; *display:inline; width:37px; height:37px; font-size:14px; color:#666; background:url(../images/icon/dot_04.png) no-repeat;}
.com_page ul li.cur a,
.com_page ul li a:hover{background-position:0px -37px; text-decoration:none;}
