﻿@charset "UTF-8";

/* 顶部 */

.logo {
    padding: 20px 0;
    display: block;
}

.top_right {
    float: right;
    padding-top: 20px;
}

.top_right a.entrance {
    float: right;
    width: 106px;
    height: 36px;
    line-height: 36px;
    background-color: #f1f1f1;
    border-radius: 18px;
    text-align: center;
    font-size: 12px;
    color: #ce1a0c;
}

.top_right a.entrance:hover {
    color: #fff;
    background-color: #ce1a0c;
}

.nav_box {
    height: 46px;
    width: 100%;
    background-color: #ce1a0c;
}

.nav_box .nav {
    width: 1200px;
    margin: 0 auto;
    line-height: 46px;
}

.nav_box .nav a {
    float: left;
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0 32px;
}

.nav_box .nav a:hover,
.nav_box .nav a.hover {
    color: #fff;
    font-weight: 700;
}

.nav_box .nav a::after {
    opacity: 0;
    content: "";
    width: 28px;
    height: 4px;
    position: absolute;
    bottom: 0;
    margin-left: -14px;
    left: 50%;
    background: #fff;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.nav_box .nav a:hover::after,
.nav_box .nav a.hover::after {
    opacity: 1;
}


/* banner */

.banner {
    position: relative;
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}

.homeBannerBox .bd {
    overflow: hidden;
}

.homeBannerBox .bd a {
    display: block;
    width: 100%;
    height: 316px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.homeBannerBox .hd {
    position: absolute;
    width: 200px;
    left: 50%;
    bottom: 10px;
    margin-left: -100px;
    text-align: center;
}

.homeBannerBox .hd ul li {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #fff;
    opacity: .5;
    font-size: 0px;
    margin: 0 3px;
    cursor: pointer;
}

.homeBannerBox .hd ul li.on {
    background: #fff;
    opacity: .8;
}

.fullSlide .prev,
.fullSlide .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url('../../images/slider-arrow.png') -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

.fullSlide .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.fullSlide .prevStop {
    display: none;
}

.fullSlide .nextStop {
    display: none;
}


/* 内容 */

.index_about {
    width: 786px;
    float: left;
    overflow: hidden;
}

.index_notice {
    width: 356px;
    float: right;
    overflow: hidden;
    padding: 0 20px 20px;
}

.index_notice_top {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    overflow: hidden;
}

.index_notice_top>a {
    float: left;
    width: 132px;
    height: 62px;
    border: 1px solid #f2f2f2;
    padding: 8px;
    overflow: hidden;
}

.index_notice_top>p {
    float: left;
    width: 188px;
    padding-left: 12px;
}

.index_notice_top>p a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}

.index_notice_top>p span {
    line-height: 22px;
    color: #999;
}

.index_title {
    overflow: hidden;
    line-height: 20px;
    padding: 25px 20px;
}

.index_title span {
    float: left;
    width: 5px;
    height: 20px;
    background-color: #da3938;
    margin-right: 8px;
}

.index_title p {
    float: left;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
}

.index_title a {
    float: right;
    color: #818181;
}

.news_list li a:hover,
.index_title a:hover,
.index_base>li a.index_base_title:hover,
.picScroll-left .bd ul li .title a:hover,
.index_mentor a:hover,
.index_experience li h1 a:hover,
.base_show li a:hover,
.news_lists li p a:hover {
    color: #ce1a0c;
}

.index_box {
    overflow: hidden;
    padding: 0 30px 30px;
}

.index_info a {
    display: block;
    padding: 10px;
    border: solid 1px #f1f1f1;
    float: left;
    margin-right: 20px;
}

.index_info a img {
    width: 266px;
    height: 178px;
}

.index_info p {
    float: left;
    width: 418px;
    line-height: 28px;
    color: #666666;
    text-indent: 2em;
}

.index_base {
    width: 1160px;
}

.index_base>li,
.index_servers {
    float: left;
    width: 366px;
    margin-right: 20px;
}

.index_base li a.index_base_img {
    display: block;
    padding: 20px;
    border: solid 1px #f1f1f1;
}

.index_base li a img {
    width: 326px;
    height: 126px;
}

.index_base li a.index_base_title {
    display: block;
    font-weight: normal;
    color: #666666;
    padding-top: 15px;
    text-align: center;
}


/* 基地展播 轮播 */

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    position: relative;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url('../../images/slider-arrow.png') -110px 5px no-repeat;
    background-color: #000000;
    opacity: 0.26;
    z-index: 999;
    top: 60px;
    left: 10px;
}

.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
    opacity: 0.4;
}

.picScroll-left .hd .next {
    background-position: -50px 5px;
    left: 1096px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.picScroll-left .bd ul li .pic img {
    width: 242px;
    height: 160px;
    display: block;
    transition: all 0.9s ease 0s;
}

.picScroll-left .bd ul li .pic a:hover img {
    transform: scale(1.1, 1.1);
}

.picScroll-left .bd ul li .title {
    line-height: 40px;
    width: 100%;
}

.picScroll-left .bd ul li .title a {
    color: #666666;
}

.index_servers {
    height: 200px;
}

.index_servers .index_title p {
    font-size: 18px;
    font-weight: normal;
}

.index_mentor {
    overflow: hidden;
}

.index_mentor a {
    display: block;
    float: left;
    width: 183px;
    padding-bottom: 10px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.index_mentor a img {
    width: 150px;
    height: 190px;
}

.index_investment {
    overflow: hidden;
    padding: 0 20px;
}

.index_investment a {
    display: block;
    background: #fff;
    width: 326px;
    height: 95px;
    margin-bottom: 20px;
}

.index_investment a img {
    margin: 15px;
    width: 296px;
    height: 65px;
}

.news_list {
    padding: 0 20px;
}

.news_list li {
    line-height: 38px;
    height: 38px;
    padding-left: 14px;
    background: url(../../images/icon.png) no-repeat;
    background-position: -13px -256px;
}

.news_list li:hover {
    background-position: -13px -287px;
}

.news_list li a {
    float: left;
    display: block;
    color: #666666;
}

.news_list li span {
    float: right;
    color: #bcbcbc;
}

.index_box_50 {
    width: 590px;
    overflow: hidden;
    height: 228px;
}

.index_experience {
    padding: 0 20px;
}

.index_experience li {
    padding-bottom: 25px;
}

.index_experience li h1 {
    padding-bottom: 4px;
    overflow: hidden;
    padding-left: 40px;
    background: url(../../images/icon.png) no-repeat;
    background-position: -195px -3px;
}

.index_experience li h1 a {
    font-size: 16px;
    float: left;
    color: #333333;
    display: block;
}

.index_experience li h1 span {
    float: right;
    color: #bcbcbc;
}

.index_experience li p {
    padding-left: 40px;
    background: url(../../images/icon.png) no-repeat;
    background-position: -197px -41px;
    line-height: 30px;
    color: #999999;
}

.foot {
    background-color: #4e4e4e;
    padding: 20px 0;
    text-align: center;
    color: #999999;
    line-height: 34px;
}

.pos {
    line-height: 50px;
    color: #818181;
}

.pos span {
    margin-left: 20px;
    color: #000000;
}

.pos a {
    color: #818181;
}

.list_left {
    float: left;
    width: 910px;
    overflow: hidden;
    min-height: 450px;
}

.list_right {
    float: right;
    width: 270px;
    overflow: hidden;
}

.detail {
    padding: 40px;
    overflow: hidden;
}

.detail h1 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #232323;
}

.detail>p {
    color: #8b8b8b;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 20px;
}

.detail_con {
    color: #666666;
    line-height: 200%;
}

.detail_con img {
    max-width: 100%;
    display: block;
    *width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}

.contact {
    padding: 0 10px 20px;
}

.contact p {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.contact p i {
    font-style: normal;
    float: left;
    width: 60px;
}

.contact p span {
    line-height: 22px;
    float: left;
    width: 190px;
}

.contact_map {
    width: 250px;
    height: 300px;
}

.base_top {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #fff;
}

.base_top_con a {
    display: block;
    float: left;
    width: 27.333%;
    padding: 0 3%;
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.base_top_con a:hover,
.base_top_con a.hover {
    background-color: #f5f5f5;
    color: #ce1a0c;
}

.base_detail {
    padding: 40px;
    overflow: hidden;
}

.base_detail_left {
    width: 788px;
    float: left;
    height: 410px;
}

.base_detail_left video {
    width: 788px;
    height: 410px;
}

.base_detail_right {
    float: right;
    background-color: #f8f8f8;
    width: 308px;
    height: 410px;
    text-align: center;
}

.base_detail_right .base_logo {
    width: 184px;
    height: 96px;
    display: block;
    margin: 20px auto;
}

.base_detail_right p {
    color: #333333;
    font-size: 16px;
    padding-bottom: 20px;
}

.base_detail_right .base_rwm {
    width: 198px;
    height: 198px;
    display: block;
    margin: 10px auto 0;
}

.base_show,
.servers_list,
.compre_list {
    padding: 30px 0 0 30px;
    width: 1200px;
    overflow: hidden;
}

.base_show li {
    float: left;
    width: 270px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.base_show li a {
    display: block;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.base_show li a p {
    width: 228px;
    height: 140px;
    display: block;
    border: solid 1px #f1f1f1;
    padding: 20px;
}

.base_show li a p img {
    width: 228px;
    height: 140px;
}

.base_show_detail img {
    border: solid 1px #f1f1f1;
    width: 306px;
    height: 206px;
    padding: 10px;
    float: left;
}

.base_show_detail div {
    float: left;
    padding: 56px 25px;
    width: 730px;
    color: #333333;
    line-height: 30px;
}

.base_show_detail div h1 {
    color: #333333;
    font-size: 18px;
    padding-bottom: 26px;
}

.base_show_detail div span {
    color: #666666;
}

.page {
    padding: 30px;
    text-align: center;
}

.page a {
    line-height: 38px;
    text-align: center;
    padding: 5px 15px;
    background-color: #f8f8f8;
    color: #818181;
    margin-right: 10px;
    cursor: pointer;
}

.page a:hover,
.page a.hover {
    background-color: #ce1a0c;
    color: #fff;
}

img.mentors_detail_img {
    width: 174px;
    height: 228px;
    border: none;
}

.form_box {
    padding: 0 200px;
}

.form_box li {
    padding-bottom: 20px;
    overflow: hidden;
}

.form_box li span {
    float: left;
    display: block;
    line-height: 40px;
    width: 80px;
    font-size: 16px;
    color: #333333;
}

.form_box li input,
.form_box li select,
.form_box li textarea {
    border: solid 1px #d0d0d0;
    float: left;
    font-family: "microsoft yahei";
}

.form_box li textarea {
    line-height: 22px;
    padding: 10px;
    height: 120px;
    width: 698px;
}

.form_box li input,
.form_box li select {
    width: 278px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #666;
}

.form_box li select {
    width: 300px;
}

.form_box li button {
    display: block;
    width: 120px;
    line-height: 40px;
    background-color: #ce1a0c;
    margin: 40px auto;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.servers_top_con a {
    width: 19%;
}

.servers_list li,
.compre_list li {
    float: left;
    width: 370px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.servers_list li>a {
    float: left;
    display: block;
    padding-right: 20px;
}

.servers_list li>a img {
    width: 140;
    height: 184px;
}

.servers_list_fr {
    float: left;
    width: 190px;
}

.servers_list_fr a {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.servers_list_fr span {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 15px;
}

.servers_list_fr p {
    color: #999999;
    line-height: 20px;
    margin-bottom: 8px;
}

.compre_list li {
    width: 318px;
    margin-right: 16px;
    margin-bottom: 20px;
    border: solid 1px #f6f6f6;
    padding: 25px;
    transition: all 0.9s ease 0s;
}

.compre_list li:hover {
    border: solid 1px #ce1a0c;
    background: #fff4f4;
}

.compre_list li:hover a {
    color: #ce1a0c;
}

.compre_list li a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.compre_list li p {
    color: #333333;
    line-height: 30px;
}

.compre_list li p span {
    color: #999999;
}

.financial_list {
    padding: 20px;
    overflow: hidden;
}

.financial_list img {
    float: left;
    margin-right: 20px;
    width: 240px;
}

.financial_list p {
    text-indent: 2em;
    line-height: 30px;
    color: #666666;
    width: 900px;
    float: left;
}

.financial_list p a {
    color: #ce1a0c;
}

.financial_list p a:hover {
    text-decoration: underline;
}

.news_top_con a {
    width: 44%;
    line-height: 50px;
    background-color: #fbfbfb;
}

.news_top_con a:hover,
.news_top_con a.hover {
    background-color: #fff8f7;
}

.index_experience li h1 a.float_none {
    float: none;
}

.news_lists {
    padding: 20px;
}

.news_lists li {
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_lists li>a {
    float: left;
    width: 198px;
    margin-right: 20px;
    border: solid 1px #f1f1f1;
    padding: 10px;
}

.news_lists li>a img {
    width: 100%;
    height: 136px;
}

.news_lists li p {
    float: left;
    width: 630px;
}

.news_lists li p.w100p {
    width: 100%;
}

.news_lists li p a {
    font-size: 18px;
    display: block;
    color: #333333;
    padding-bottom: 15px;
}

.news_lists li p span {
    color: #666666;
    line-height: 24px;
    margin-bottom: 15px;
}

.news_lists li p span.time {
    color: #999999;
}

.ser_none {
    padding-top: 100px;
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
}

.ser_none img {
    display: block;
    width: 100px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.experience_detail {
    padding: 40px;
    overflow: hidden;
}

.experience_detail_left {
    width: 40px;
    float: left;
}

.experience_detail_right {
    width: 790px;
    float: left;
    color: #999999;
    line-height: 24px;
    padding-bottom: 20px;
}

.experience_detail_right h1 {
    line-height: 26px;
    color: #333333;
}

.experience_detail_right span {
    display: block;
    margin-top: 10px;
}

.experience_detail_left span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../images/icon.png) no-repeat;
    background-position: -197px -3px;
}

.experience_detail_left span.answer {
    background-position: -199px -43px;
}

.news_list_mentor li a,
.news_list_mentor li span {
    float: left;
    box-sizing: border-box;
    padding-right: 2%;
}

.news_list_mentor li a {
    width: 20%;
}

.news_list_mentor li span {
    width: 50%;
    color: #999;
}

.news_list_mentor li span.first {
    width: 30%;
}

.news_list_mentor li:hover a,
.news_list_mentor li:hover span {
    color: #da3938;
}