/*初始化*/
* {
    padding: 0;
    margin: 0;
}
body {
    /*去掉横向滚动轴*/
    overflow-x:hidden;
}
ol,ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333333;
}
img {
    border: 0;
}
body,button,input,select,textarea {
    color: #333333;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, STHeiti, 华文细黑, sans-serif !important;
}
button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}
button,a {
    outline: none;
}
button {
    border: none;
    background-color: #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*公共类*/
.w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
    display: block;
    content: "";
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
/*小竖条*/
.small_vertical_bar {
    position: absolute;
    top: 8px;
    left: 0px;
    display: inline-block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #3ea7f8;
}
.small_dot {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #3ea7f8;
}
.line {
    position: absolute;
    top: 19px;
    right: 0;
    display: inline-block;
    height: 1px;
    background-color: #cccccc;
}
.border_right {
    border-right: 1px solid #cccccc;
}
.border_bottom {
    border-bottom: 1px solid #cccccc;
}
.margin_right_29 {
    margin-right: 29px;
}
.margin_right_154 {
    margin-right: 154px;
}
.margin_right_76 {
    margin-right: 76px;
}

/*首页*/
/*顶部导航栏*/
.header {
    height: 60px;
    min-width: 1200px;
    background-color: #1778f2;
}
.nav li {
    float: left;
    position: relative;
    padding: 18px 25px;
}
.nav li:hover {
    background-color: #2297fc;
}
.nav li.now {
    background-color: #2297fc;
}
.nav li>a {
    font-size: 16px;
    color: #e4f5ff;
}
.nav div {
    position: absolute;
    display: none;
    top: 55px;
    left: 0;
    z-index: 99;
    -webkit-box-shadow:0px 8px 24px #0353b8;
    -moz-box-shadow:0px 8px 24px #0353b8;
    -ms-box-shadow:0px 8px 24px #0353b8;
    box-shadow:0px 8px 24px #0353b8;
}
.nav li:hover div {
    display: block;
}
/*.nav div:before {*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: -10px;*/
    /*left: 50%;*/
    /*margin-left: -5px;*/
    /*border-left: 8px solid transparent;*/
    /*border-right: 8px solid transparent;*/
    /*border-bottom: 10px solid #378df7;*/
/*}*/
.nav div a {
    display: inline-block;
    width: 173px;
    height: 40px;
    line-height: 40px;
    color: #e4f5ff;
    background-color: #2297fc;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #4eacfd;
}
.nav div a:hover {
    background-color: #4eacfd;
}
/*banner轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.banner .banner_text {
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
}
.banner p:first-child {
    font-size: 44px;
    color: #ffffff;
}
.banner p:nth-child(2) {
    font-size: 22px;
    color: #ffffff;
    margin: 15px 0 45px 0;
}
.banner a {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.under_banner ul {
    margin: 30px 0;
}
.under_banner li {
    float: left;
    padding-left: 85px;
    padding-right: 45px;
    margin-left: 45px;
}
.under_banner .know_urdc {
    background: url("../imgs/under_banner_1.png") no-repeat;
}
.under_banner .speed_join {
    background: url("../imgs/under_banner_2.png") no-repeat;
}
.under_banner .client_prior {
    background: url("../imgs/under_banner_3.png") no-repeat;
}
.under_banner p {
    font-size: 18px;
    color: #3f454c;
    margin-bottom: 12px;
}
.under_banner span {
    font-size: 14px;
    color: #7a8d9d;
}
.solution {
    min-width: 1200px;
    text-align: center;
    background-color: #f8f8f8;
}
.solution .title {
    font-size: 22px;
    color: #39444c;
    font-weight: bold;
    padding: 44px 0 12px;
}
.solution .describe {
    font-size: 16px;
    color: #5c656f;
    padding-bottom: 40px;
}
.solution_content {
    padding-bottom: 70px;
}
.solution_content li {
    float: left;
    height: 340px;
    position: relative;
}
.solution_content .mask {
    position: absolute;
    top: 80px;
    left: 0;
    padding: 39px 34px 0px;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
    height: 260px;
    transition: all .4s ease 0s;
}
.solution_content .mask:hover {
    background-color: #149cff;
    opacity: 0.8;
    top: 0;
    height: 340px;
}
.solution_content .mask .name {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 25px 0 20px 0;
}
.solution_content .mask .solution_line {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
    margin-top: 15px;
}
.solution_content .mask .intro {
    font-size: 14px;
    color: #ffffff;
    display: none;
}
.solution_content .mask .a_btn {
    display: none;
    color: #ffffff;
    font-size: 14px;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ffffff;
    margin-top: 30px;
}
.solution_content .mask:hover .intro {
    display: block;
}
.solution_content .mask:hover .a_btn {
    display: inline-block;
}
.solution_content .mask:hover .solution_line {
    display: none;
}
.product {
    text-align: center;
    margin-bottom: 40px;
}
.product .title {
    font-size: 22px;
    color: #39444c;
    font-weight: bold;
    padding: 44px 0 12px;
}
.product .describe {
    font-size: 16px;
    color: #5c656f;
    padding-bottom: 40px;
}
.product #product_box {
    position: relative;
    width: 998px;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
}
.product ul {
    width: 1200px;
    margin: 0 auto;
    height: 340px;
}
.product li {
    float: left;
    width: 268px;
    height: 338px;
    border: 1px solid #cdd5db;
    margin-right: 30px;
}
.product li:hover {
    border: 1px solid #149eff;
    transition: all .5s ease 0s;
}
.product .head>p {
    font-size: 18px;
    color: #39444c;
    padding: 15px 0;
}
.product li:hover .head>p {
    color: #ffffff;
    transition: all .5s ease 0s;
}
.product .head {
    background-color: #ececee;
    padding: 20px 0 0 0;
}
.product li:hover .head {
    background-color: #149eff;
    transition: all .5s ease 0s;
}
.product li>p {
    font-size: 16px;
    color: #6c7883;
    margin: 25px;
}
.product li:hover>p {
    font-size: 16px;
    color: #212e3d;
    transition: all .5s ease 0s;
}
.product li a {
    opacity: 0;
}
.product li:hover a {
    display: inline-block;
    opacity: 1;
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #149eff;
    border: 1px solid #149eff;
    transition: all .5s ease 0s;
}
.product .head>div {
    height: 55px;
}
.product .product_img1 {
    background: url("../imgs/product_1.png") 106.5px 0 no-repeat;
}
.product li:hover .product_img1 {
    background: url("../imgs/product_1_h.png") 106.5px 0 no-repeat;
    transition: all .5s ease 0s;
}
.product .product_img2 {
    background: url("../imgs/product_2.png") 106.5px 0 no-repeat;
}
.product li:hover .product_img2 {
    background: url("../imgs/product_2_h.png") 106.5px 0 no-repeat;
    transition: all .5s ease 0s;
}
.product .product_img3 {
    background: url("../imgs/product_3.png") 106.5px 0 no-repeat;
}
.product li:hover .product_img3 {
    background: url("../imgs/product_3_h.png") 106.5px 0 no-repeat;
    transition: all .5s ease 0s;
}
.product .product_img4 {
    background: url("../imgs/product_4.png") 106.5px 0 no-repeat;
}
.product li:hover .product_img4 {
    background: url("../imgs/product_4_h.png") 106.5px 0 no-repeat;
    transition: all .5s ease 0s;
}
.product .product_img5 {
    background: url("../imgs/product_5.png") 106.5px 0 no-repeat;
}
.product li:hover .product_img5 {
    background: url("../imgs/product_5_h.png") 106.5px 0 no-repeat;
    transition: all .5s ease 0s;
}
.product .product_img6 {
    background: url("../imgs/product_6.png") 106.5px 0 no-repeat;
}
.product li:hover .product_img6 {
    background: url("../imgs/product_6_h.png") 106.5px 0 no-repeat;
    transition: all .5s ease 0s;
}
.product #left {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("../imgs/prev.png") no-repeat;
    z-index: 2;
}
.product #right {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("../imgs/next.png") no-repeat;
    z-index: 2;
}
.deal_center {
    min-width: 1200px;
    text-align: center;
    background-color: #f8f8f8;
    padding-bottom: 30px;
}
.deal_center .title {
    font-size: 22px;
    color: #39444c;
    font-weight: bold;
    padding: 44px 0 12px;
}
.deal_center .describe {
    font-size: 16px;
    color: #5c656f;
    padding-bottom: 40px;
}
.deal_center li {
    float: left;
    border: 1px solid #cdd5db;
}
.deal_center .center_name {
    color: #333;
    font-size: 18px;
    padding: 18px 25px;
}
.deal_center .center_img {
    width: 276px;
    height: 240px;
    overflow: hidden;
}
.deal_center a:hover img {
    transition: all .5s ease 0s;
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transform:scale(1.2);
}
.partner {
    text-align: center;
    padding-bottom: 30px;
}
.partner .title {
    font-size: 22px;
    color: #39444c;
    font-weight: bold;
    padding: 44px 0 12px;
}
.partner .describe {
    font-size: 16px;
    color: #5c656f;
    padding-bottom: 40px;
}
.partner li {
    float: left;
    height: 130px;
    width: 240px;
}
.partner li.dell {
    background: url("../imgs/dell.png") no-repeat;
}
.partner li.dell:hover {
    background: url("../imgs/dell_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.dianxin {
    background: url("../imgs/dianxin.png") no-repeat;
}
.partner li.dianxin:hover {
    background: url("../imgs/dianxin_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.huawei {
    background: url("../imgs/huawei.png") no-repeat;
}
.partner li.huawei:hover {
    background: url("../imgs/huawei_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.liantong {
    background: url("../imgs/liantong.png") no-repeat;
}
.partner li.liantong:hover {
    background: url("../imgs/liantong_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.yidong {
    background: url("../imgs/yidong.png") no-repeat;
}
.partner li.yidong:hover {
    background: url("../imgs/yidong_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.huipu {
    background: url("../imgs/huipu.png") no-repeat;
}
.partner li.huipu:hover {
    background: url("../imgs/huipu_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.sony {
     background: url("../imgs/sony.png") no-repeat;
 }
.partner li.sony:hover {
    background: url("../imgs/sony_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.guodian {
    background: url("../imgs/guodian.png") no-repeat;
}
.partner li.guodian:hover {
    background: url("../imgs/guodian_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.coop {
    background: url("../imgs/coop.png") no-repeat;
}
.partner li.coop:hover {
    background: url("../imgs/coop_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.partner li.zhongjian {
    background: url("../imgs/zhongjian.png") no-repeat;
}
.partner li.zhongjian:hover {
    background: url("../imgs/zhongjian_hover.png") no-repeat;
    transition: all .4s ease 0s;
}
.footer {
    min-width: 1200px;
    background-color: #373d41;
}
.footer .top_contact {
    padding: 40px 0;
    border-bottom: 1px solid #666;
}
.footer .top_contact .phone {
    background: url("../imgs/footer_phone.png") no-repeat;
    padding-left: 60px;
}
.footer .top_contact span {
    color: #afbcc4;
    padding: 0 20px;
}
.footer_nav {
    padding: 48px 0 30px 0;
}
.footer_nav dl {
    float: left;
    margin-right: 140px;
}
.footer_nav dt {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 6px;
}
.footer_nav dd a {
    display: inline-block;
    font-size: 16px;
    color: #afbcc4;
    margin-top: 12px;
}
.footer_nav dd a:hover {
    color: #ffffff;
}
.footer_nav dd a.no:hover {
    color: #afbcc4;
    cursor: default;
}
.footer .icp {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #80888d;
    background-color: #31373b;
}



/*互联网接入服务*/
.netjoin_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/netjoin_top_back.png") no-repeat;
    background-position: 510px 0;
}
.netjoin_top h2 {
    font-size: 48px;
    background: url("../imgs/netjoin_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.netjoin_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.netjoin_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
/*产品介绍--有tab切换*/
.netjoin_products_introduce .products_introduce_head {
    font-size: 24px;
    position: relative;
}
.netjoin_products_introduce .products_introduce_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.netjoin_products_introduce .products_introduce_body {
    border: 1px solid #cccccc;
    position: relative;
    margin: 30px 0 40px;
}
.netjoin_products_introduce .products_introduce_body li {
    border-left: 3px solid #fff;
}
.netjoin_products_introduce .products_introduce_body li.active {
    border-right: none;
    border-left: 3px solid #3ea7f8;
}
.netjoin_products_introduce .products_introduce_body a {
    display: inline-block;
    width: 360px;
    height: 90px;line-height: 90px;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.netjoin_products_introduce .products_introduce_body>div>div {
    position: absolute;
    top: 0;
    left: 360px;
    width: 838px;
    height: 360px;
    display: none;
    font-size: 16px;
    color: #666;
}
.netjoin_products_introduce .products_introduce_body>div>div.selected {
    display: block;
}
.netjoin_products_introduce .products_introduce_body img {
    float: right;
}
.netjoin_products_introduce .products_introduce_body span {
    position: absolute;
    top: 50px;
    left: 20px;
    line-height: 3;
}
/*产品对比*/
.netjoin_products_comparison .products_comparison_head {
    font-size: 24px;
    position: relative;
}
.netjoin_products_comparison .products_comparison_head p {
    display: inline-block;
    margin: 0 10px;
}
.netjoin_products_comparison table {
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 30px 0 40px;
}
.netjoin_products_comparison table th,td {
    border: 1px solid #cccccc;
}
.netjoin_products_comparison table th {
    font-size: 20px;
    color: #333333;
    background-color: #eef1f3;
}

/*Docker容器云*/
.docker_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/docker_top_back.png") no-repeat;
    background-position: 675px 0;
}
.docker_top h2 {
    font-size: 48px;
    background: url("../imgs/docker_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.docker_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.docker_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.docker_content .docker_content_head {
    font-size: 24px;
    position: relative;
}
.docker_content .docker_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.docker_content .docker_container {
    margin-top: 50px;
}
.docker_content .docker_container .position_div {
    position: relative;
    height: 200px;
    margin-bottom: 40px;
    padding-left: 60px;
}
.docker_content .docker_container .position_p {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    padding: 35px 10px;
    font-size: 16px;
    color: #ffffff;
    background-color: #dcdcdc;
}
.docker_content .docker_container .problem {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 20px;
}
.docker_content .docker_container .common_p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

/*IDC托管服务*/
.idc_trusteeship_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/idc_top_back.png") no-repeat;
    background-position: 666px 0;
}
.idc_trusteeship_top h2 {
    font-size: 48px;
    background: url("../imgs/idc_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.idc_trusteeship_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.idc_trusteeship_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.idc_trusteeship_content .idc_content_head {
    font-size: 24px;
    position: relative;
}
.idc_trusteeship_content .idc_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.idc_container {
    margin-top: 80px;
    text-align: center;
}
.idc_container>div {
    padding: 0 220px;
    margin-bottom: 100px;
}
.idc_container_name {
    font-size: 18px;
    color: #333333;
    margin: 15px 0 30px 0;
    font-weight: bold;
}
.idc_container .common_div {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

/*互联网+现代农业*/
.modern_farming_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/modernFarming_top_back.png") no-repeat;
    background-position: 666px 0;
}
.modern_farming_top h2 {
    font-size: 48px;
    background: url("../imgs/modernFarming_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.modern_farming_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.modern_farming_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.modern_farming_content .farm_content_head {
    font-size: 24px;
    position: relative;
}
.modern_farming_content .farm_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.farm_container {
    margin: 40px 0;
    position: relative;
}
.farm_container_table1 {
    text-align: center;
}
.farm_container_table1,.farm_container_table1 tr th, .farm_container_table1 tr td {
    border:1px solid #cccccc;
}
.farm_container_table1 th {
    width: 95px;
    height: 50px;
    padding: 15px 25px;
    background-color: #dcdcdc;
    color: #333333;
    font-size: 18px;
}
.farm_container_table1 td {
    width: 95px;
    height: 50px;
    padding: 15px 25px;
    color: #999;
    font-size: 16px;
}
.farm_container .top_ul li {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #3ea7f8;
    width: 140px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 1px;
}
.farm_container .bottom_arrow {
    display: inline-block;
    width: 731px;
    text-align: center;
}
.farm_container .bottom_arrow img {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.farm_container_table2 {
    width: 730px;
    height: 165px;
    text-align: center;
}
.farm_container_table2,.farm_container_table2 th,.farm_container_table2 td {
    border: 1px solid #cccccc;
}
.farm_container .position_div {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 480px;
    padding: 20px;
    border: 1px solid #3ea7f8;
}
.farm_container .position_div li {
    list-style-type: disc;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}

/*混合IT部署服务*/
.mixture_it_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/mixtureIT_top_back.png") no-repeat;
    background-position: 800px 0;
}
.mixture_it_top h2 {
    font-size: 48px;
    background: url("../imgs/mixtureIT_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.mixture_it_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.mixture_it_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.mixtureit_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 50px;
}
.mixtureit_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.mixtureit_content1 .clearfix {
    margin-bottom: 50px;
}
.mixtureit_content1 .fl {
    text-align: center;
    padding: 0 86px;
}
.mixtureit_content1 .fl .name {
    margin: 16px 0 12px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.mixtureit_content1 .fl p {
    font-size: 16px;
    color: #666666;
}
.mixtureit_content2>div:not(.mixtureit_content_head) {
    text-align: center;
}
.mixtureit_content2 li {
    width: 221px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 14px;
}
.mixtureit_content2 .fl {
    margin: 0 88px;
}
.mixtureit_content2 .fl .name {
    font-size: 20px;
    color: #333333;
    margin: 30px 0 10px;
    font-weight: bold;
}
.mixtureit_content2 .fl p {
    font-size: 14px;
    color: #666666;
}
.mixtureit_content2 .resource_buy1 li {
    background-color: #61baff;
}
.mixtureit_content2 .resource_buy2 {
    background: url("../imgs/resource_buy2_back.png") no-repeat;
}
.mixtureit_content2 .resource_buy3 li {
    background-color: #c2dbeb;
}
.mixtureit_container .explain {
    text-align: center;
    margin: 30px 0 40px;
    font-size: 16px;
    color: #666666;
}
.mixtureit_content3 .rich_broadband {
    background: url("../imgs/rich_broadband_back.png") no-repeat;
    height: 130px;
    font-size: 14px;
    color: #999999;
    padding: 580px 200px 30px;
}
.mixtureit_content3 .rich_broadband p {
    margin-bottom: 10px;
}
.mixtureit_content4 .fl {
    text-align: center;
    padding: 0 185px;
    margin-bottom: 30px;
}
.mixtureit_content4 .fl .name {
    margin: 16px 0 30px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.mixtureit_content4 .fl p {
    font-size: 16px;
    color: #666666;
}
.mixtureit_content5 .rent_replace_buy {
    text-align: center;
    margin-bottom: 50px;
}
.mixtureit_content5 .rent_replace_buy div {
    font-size: 18px;
    color: #333333;
    margin: 40px 0 30px;
    font-weight: bold;
}
.mixtureit_content5 .rent_replace_buy p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
}

/*机房云运维管理系统*/
.computer_operation_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/computerOperation_top_back.png") no-repeat;
    background-position: 760px 0;
}
.computer_operation_top h2 {
    font-size: 48px;
    background: url("../imgs/computerOperation_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.computer_operation_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.computer_operation_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.operation_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 50px;
}
.operation_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.computer_operation_content .operation_container {
    text-align: center;
    margin-bottom: 100px;
}

/*互联网+创业创新（双创云）*/
.double_gen_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/doubleGen_top_back.png") no-repeat;
    background-position: 550px 45px;
}
.double_gen_top h2 {
    font-size: 48px;
    background: url("../imgs/docker_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.double_gen_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.double_gen_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.doubleGen_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.doubleGen_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.double_gen_container {
    margin-bottom: 30px;
}
.double_gen_container>.title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.double_gen_container>p {
    font-size: 16px;
    color: #666666;
    margin: 5px 0 20px;
}
.double_gen_container table th,.double_gen_container table td {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 15px 50px;
}
.double_gen_container table th {
    font-size: 18px;
    color: #333333;
    background-color: #eef1f3;
}
.double_gen_container table td {
    font-size: 16px;
    color: #666666;
}
.double_gen_container .clearfix {
    margin-bottom: 30px;
}
.double_gen_container .clearfix>div {
    text-align: center;
    margin-left: 60px;
    border: 1px solid #cdd5db;
    padding: 79px 55px;
    background-color: #eef1f3;
}
.double_gen_container .clearfix>div>p {
    margin-bottom: 10px;
}

/*企业云办公系统*/
.firm_cloud_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/firmCloud_top_back.png") no-repeat;
    background-position: 800px 20px;
}
.firm_cloud_top h2 {
    font-size: 48px;
    background: url("../imgs/firmCloud_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.firm_cloud_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.firm_cloud_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.firmCloud_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.firmCloud_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.firm_cloud_container p {
    padding-left: 70px;
    margin-bottom: 30px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
}
.firm_cloud_container .img_1 {
    background: url("../imgs/firmCloud_1.png") no-repeat;
}
.firm_cloud_container .img_2 {
    background: url("../imgs/firmCloud_2.png") no-repeat;
}
.firm_cloud_container .img_3 {
    background: url("../imgs/firmCloud_3.png") no-repeat;
}

/*企业云通讯系统*/
.communication_system_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/comSys_top_back.png") no-repeat;
    background-position: 580px 25px;
}
.communication_system_top h2 {
    font-size: 48px;
    background: url("../imgs/comSys_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.communication_system_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.communication_system_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.communication_system_content .comSystem_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.communication_system_content .comSystem_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.communication_system_container1 {
    margin-bottom: 30px;
}
.communication_system_container1 .describe {
    font-size: 16px;
    color: #666666;
    margin: 40px 0 50px;
}
.communication_system_container1>p {
    /*text-align: center;*/
    font-size: 16px;
    font-weight: bold;
}
.communication_system_container1>p>span {
    color: #666666;
    font-weight: bold;
}
.communication_system_container2>p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}
.communication_system_container2 {
    margin-bottom: 50px;
}

/*友普云CDN服务*/
.cdn_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/cdn_top_back.png") no-repeat;
    background-position: 600px 40px;
}
.cdn_top h2 {
    font-size: 48px;
    background: url("../imgs/cdn_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.cdn_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.cdn_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.cdn_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.cdn_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.cdn_content1 li {
    float: left;
    text-align: center;
    width: 178px;
    height: 188px;
    padding: 30px;
    border: 1px solid #cdd5db;
}
.cdn_content1 li .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 15px 0 20px;
}
.cdn_content1 li>p {
    font-size: 14px;
    color: #999999;
}
.cdn_content1>p {
    font-size: 16px;
    color: #666666;
    margin: 30px 0 40px;
}
.cdn_content2 .img_box {
    text-align: center;
}
.cdn_content2 .img_box img {
    margin: 0 65px;
}
.cdn_content2 ul {
    margin: 25px 0 40px;
    padding: 0 120px;
}
.cdn_content2 li {
    float: left;
    text-align: center;
    margin: 0 74px;
}
.cdn_content2 li>div {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.cdn_content2 li>p {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}
.cdn_content3 .cover_ability {
    background: url("../imgs/cover_ability_back.png") no-repeat;
    position: relative;
    height: 700px;
}
.cdn_content3 .cover_ability>div {
    width: 370px;
    position: absolute;
    top: 260px;
    right: 0;
}
.cdn_content3 .cover_ability>div>div {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}
.cdn_content3 .cover_ability p {
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}

/*云间互联服务*/
.cloud_contact_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/cc_top_back.png") no-repeat;
    background-position: 505px 40px;
}
.cloud_contact_top h2 {
    font-size: 48px;
    background: url("../imgs/cc_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.cloud_contact_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.cloud_contact_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.cc_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.cc_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.cc_container1 {
    margin-bottom: 40px;
}
.cc_container1>div {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.cc_container1>p {
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
}
.cloud_contact_content2 {
    margin-bottom: 40px;
}
.cloud_contact_content2 .clearfix ul {
    float: left;
    margin-right: 100px;
}
.cloud_contact_content2 .clearfix li {
    font-size: 16px;
    color: #666666;
    list-style: disc;
    margin-bottom: 20px;
}

/*运维外包服务*/
.operation_outsourcing_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/outsourcing_top_back.png") no-repeat;
    background-position: 750px 30px;
}
.operation_outsourcing_top h2 {
    font-size: 48px;
    background: url("../imgs/outsourcing_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.operation_outsourcing_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.operation_outsourcing_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.outsourcing_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.outsourcing_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.operation_outsourcing_content {
    margin-bottom: 50px;
}
.operation_outsourcing_content li {
    float: left;
    text-align: center;
    margin: 0 185px;
}
.operation_outsourcing_content li .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 15px 0 30px;
}
.operation_outsourcing_content li p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

/*支持*/
.support_banner {
    background: url("../imgs/support_banner.png") no-repeat center;
    height: 250px;
    min-width: 1200px;
    padding-top: 100px;
    margin-bottom: 40px;
}
.support_banner .w div {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 30px;
}
.support_banner .w p {
    font-size: 16px;
    color: #ffffff;
}
.support_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.support_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.support_content1,.support_content2,.support_content3 {
    margin-bottom: 50px;
}
.support_content1 li {
    float: left;
    width: 248px;
    height: 98px;
    padding: 30px 30px 30px 100px;
    border: 1px solid #cdd5db;
}
.support_content1 li:nth-child(1) {
    background: url("../imgs/support_1.png") 30px 50px no-repeat;
}
.support_content1 li:nth-child(2) {
    background: url("../imgs/support_2.png") 30px 50px no-repeat;
}
.support_content1 li:nth-child(3) {
    background: url("../imgs/support_3.png") 30px 50px no-repeat;
}
.support_content1 li>div {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.support_content1 li>p {
    font-size: 14px;
    color: #999999;
}
.support_content2 li {
    float: left;
    width: 243px;
    height: 223px;
    padding: 30px 20px;
    border: 1px solid #cdd5db;
    text-align: center;
}
.support_content2 li .name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 20px;
}
.support_content2 li p {
    font-size: 14px;
    color: #999999;
}
.support_content3 li {
    float: left;
    width: 240px;
    height: 258px;
    padding: 30px 20px;
    border: 1px solid #cdd5db;
    text-align: center;
}
.support_content3 li .name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 20px;
}
.support_content3 li p {
    font-size: 14px;
    color: #999999;
}

/*互联网 + 智能制造*/
.smart_manufacture_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/smart_top_back.png") no-repeat;
    background-position: 780px 5px;
}
.smart_manufacture_top h2 {
    font-size: 48px;
    background: url("../imgs/smart_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.smart_manufacture_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.smart_manufacture_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.smart_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}
.smart_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.smart_content1,.smart_content2 {
    margin-bottom: 50px;
}
.smart_content1 .clearfix {
    margin-top: 30px;
}
.smart_content1 .fl table {
    background-color: #f4f6f7;
    border: 1px solid #cdd5db;
}
.smart_content1 .fl tr {
    border: 1px solid #cdd5db;
}
.smart_content1 .fl td {
    height: 86px;
    line-height: 86px;
    width: 220px;
    text-align: center;
    font-size: 16px;
}
.smart_content1 .fl td>img {
    vertical-align: middle;
}
.smart_content1 .table>div {
    width: 646px;
    text-align: center;
    border: 1px solid #cdd5db;
    padding: 20px 0;
}
.smart_content1 .fr .top img {
    margin: 0 40px;
}
.smart_content1 .fr .monitoring>span {
    margin: 0 30px;
}
.smart_content1 .fr .safety>span {
    margin: 0 20px;
}
.smart_content1 .fr .double_arrow_img {
    text-align: center;
}
.smart_content1 .fr .double_arrow_img>img {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.smart_content1 .fr .right_bottom {
    border: 1px solid #cdd5db;
}
.smart_content1 .fr .before_img>img {
    margin: 10px 44px;
}
.smart_content1 .fr .text>span {
    display: inline-block;
    width: 20px;
    margin: 17px 22px;
    font-size: 16px;
}
.smart_content2 li {
    float: left;
    border: 1px solid #3ea7f8;
    padding: 79px;
    text-align: center;
    margin-right: 20px;
}
.smart_content2 li>p {
    margin-top: 20px;
}

/*“互联网+”电子商务*/
.e_commerce_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/eCommerce_top_back.png") no-repeat;
    background-position: 700px 5px;
}
.e_commerce_top h2 {
    font-size: 48px;
    background: url("../imgs/eCommerce_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.e_commerce_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.e_commerce_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.eCommerce_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}
.eCommerce_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.e_commerce_content1 .eCommerce_container1 {
    margin: 35px 0 40px;
}
.e_commerce_content2 li {
    float: left;
    width: 175px;
    text-align: center;
    margin: 0 30px 30px 0;
}
.e_commerce_content2 li>div {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
}
.e_commerce_content2 li>p {
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}
.e_commerce_content3 li {
    float: left;
    width: 500px;
    text-align: center;
    margin: 0 50px 50px;
}
.e_commerce_content3 li>p {
    font-size: 14px;
    margin-top: 20px;
}

/*混合云*/
.mixcloud_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/mixcloud_top_back.png") no-repeat;
    background-position: 810px 10px;
}
.mixcloud_top h2 {
    font-size: 48px;
    background: url("../imgs/mixtureIT_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.mixcloud_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.mixcloud_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.mixcloud_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}
.mixcloud_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.mixcloud_content1 ul {
    margin-bottom: 40px;
}
.mixcloud_content1 li {
    margin-bottom: 10px;
}
.mixcloud_content1 li:not(.initially) {
    font-size: 14px;
    color: #999999;
    list-style: disc;
    margin-left: 20px;
}
.mixcloud_content1 .initially {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
.mixcloud_content2 table {
    margin-bottom: 40px;
}
.mixcloud_content2 table tr,.mixcloud_content2 table th,.mixcloud_content2 table td {
    border: 1px solid #cdd5db;
}
.mixcloud_content2 table th,.mixcloud_content2 table td {
    text-align: center;
    width: 132px;
    padding: 10px 10px;
}
.mixcloud_content2 table th:first-child,.mixcloud_content2 table td:first-child {
    width: 230px;
}
.mixcloud_content2 table th {
    background-color: #eef1f3;
    font-size: 18px;
    padding: 15px 10px;
}
.mixcloud_content2 table td {
    font-size: 16px;
}
.mixcloud_content2 table td:nth-child(2) {
    font-weight: bold;
}
.mixcloud_content3>ul>li {
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.mixcloud_content3>ul p {
    font-size: 16px;
    font-weight: bold;
}
.mixcloud_container3 {
    position: relative;
    margin-bottom: 100px;
}
.mixcloud_container3 .fl li {
    margin: 67px 0;
    text-align: center;
}
.mixcloud_container3 .fr {
    width: 1000px;
    position: absolute;
    right: 50px;
    top: 0;
}
.mixcloud_container3 .fr>li {
    float: left;
    width: 458px;
    border: 1px solid #cdd5db;
    padding: 20px;
}
.mixcloud_container3 .fr .first_li {
    font-size: 16px;
    font-weight: bold;
}
.mixcloud_container3 .fr>li li:not(.first_li) {
    font-size: 14px;
    color: #999999;
    list-style: disc;
    margin-left: 15px;
}
.mixcloud_container3 .fr>li li {
    margin-bottom: 10px;
}

/*关于我们*/
.about_tab_head {
    padding-bottom: 20px;
    border-bottom: 2px solid #3ea7f8;
}
.about_tab_head>li {
    float: left;
    cursor: pointer;
    font-size: 18px;
    margin: 20px 110px 0;
}
.about_tab_head>li.active {
    color: #3ea7f8;
}
.about_tab_body>div {
    display: none;
}
.about_tab_body>div.selected {
    display: block;
}
.about_tab_body .about_intro {
    position: relative;
}
.about_tab_body .about_intro:before {
    content: "";
    display: block;
    position: absolute;
    top: -52px;
    left: 143px;
    margin-left: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #378df7;
}
.about_tab_body .about_intro>.title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0 30px;
}
.about_tab_body .about_intro>p {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}
.about_tab_body .about_join {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.about_tab_body .about_join:before {
    content: "";
    display: block;
    position: absolute;
    top: -52px;
    left: 434px;
    margin-left: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #378df7;
}
.about_tab_body .about_join>.title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0 30px;
}
.about_tab_body .about_join>.ordinary_p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}
.about_tab_body .about_join>.name {
    font-size: 18px;
    margin: 30px 0;
}

.about_tab_body .about_contact {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.about_tab_body .about_contact:before {
    content: "";
    display: block;
    position: absolute;
    top: -52px;
    left: 725px;
    margin-left: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #378df7;
}
.about_tab_body .about_contact>.title {
    font-size: 24px;
    margin: 40px 0 30px;
}
.about_tab_body .about_contact li {
    float: left;
    text-align: center;
    width: 194px;
    height: 160px;
    padding: 70px 20px 50px;
    margin: 0 31px;
    border: 1px solid #3ea7f8;
    color: #3ea7f8;
}
.about_tab_body .about_contact li>div {
    font-size: 18px;
    margin: 10px 0 20px;
}
.about_tab_body .about_contact li>p {
    font-size: 14px;
    margin-bottom: 10px;
}
.about_tab_body .about_partner {
    position: relative;
    margin-bottom: 50px;
}
.about_tab_body .about_partner:before {
    content: "";
    display: block;
    position: absolute;
    top: -52px;
    left: 1021px;
    margin-left: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #378df7;
}
.about_tab_body .about_partner>.title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0 20px;
}
.about_tab_body .about_partner>.ordinary_p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}
.about_tab_body .about_partner>.name {
    font-size: 18px;
    margin-bottom: 30px;
}
.about_partner_img {
    margin-bottom: 40px;
}
.about_tab_body .joinUs_div>a {
    display: block;
    float: left;
    text-align: center;
    width: 194px;
    height: 180px;
    padding: 40px 20px 50px;
    margin: 0 31px;
    border: 1px solid #3ea7f8;
    color: #3ea7f8;
}
.about_tab_body .joinUs_div .title_p {
    font-size: 18px;
    margin: 10px 0 20px;
}
.about_tab_body .joinUs_div .common_p {
    font-size: 14px;
    margin-bottom: 10px;
}
/*指静脉识别*/
.fingerprint_top {
    height: 300px;
    padding-top: 50px;
    background: url("../imgs/fingerprint_top_back.png") no-repeat;
    background-position: 550px 45px;
}
.fingerprint_top h2 {
    font-size: 48px;
    background: url("../imgs/fingerprint_h2_back.png") 0 11px no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
}
.fingerprint_top p {
    font-size: 16px;
    margin-bottom: 35px;
}
.fingerprint_top a {
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #3ea7f8;
}
.fingerprint_content_head {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.fingerprint_content_head p {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.fingerprint_content_body ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.fingerprint_content_body li {
    width: 240px;
    margin: 0 75px 30px;
}
.fingerprint_content_body .name {
    font-size: 20px;
    margin: 14px 0 10px;
}
.fingerprint_content_body .describe {
    font-size: 16px;
    color: #666;
}
.fingerprint_content1,.fingerprint_content2 {
    padding-bottom: 50px;
}
