/* @charset "utf-8"; */

.stick,
.content,
.suspend,
.bottom,
.wap_binwang,
.wap_lanxi,
.wap_jinhua,
.filing_notice_qq {
    display: none;
}


/*页眉*/

.hc_header_bg {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    padding-top: 10px;
}

.hc_header {
    width: 1450px;
    display: flex;
}

.hc_header_left {
    flex: .2;
}

.hc_header_left img {
    width: auto;
    height: 60px;
}

.hc_header_center {
    flex: .6;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    position: relative;
}
.hc_header_center>div{
    margin:0 15px;
}
.hc_header_center em:hover {
    cursor: pointer;
}

.hc_header_right {
    flex: .2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    white-space: nowrap;
}
.hc_header_right em{
    margin: 0 15px;
}
.hc_header_right em:hover {
    cursor: pointer;
}

.hc_header_center1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hc_header_center>div em {
    padding: 20px 20px;
}

.hc_header_center1_1 {
    display: none;
    background-color: rgba(255, 255, 255, .85);
    z-index: 1;
    position: absolute;
    top: 70px;
    text-align: center;
}

.hc_header_center1_1 li {
    padding: 8px 20px;
    font-size: 14px;
}

.hc_header_center1_1 li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.hc_header_center2_1 {
    display: none;
    background-color: rgba(255, 255, 255, .85);
    z-index: 1;
    position: absolute;
    top: 70px;
    text-align: center;
}

.hc_header_center2_1 li {
    padding: 8px 20px;
    font-size: 14px;
}

.hc_header_center2_1 li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.hc_header_center3_1 {
    display: none;
    background-color: rgba(255, 255, 255, .85);
    z-index: 1;
    position: absolute;
    top: 70px;
    text-align: center;
}

.hc_header_center3_1 li {
    padding: 8px 20px;
    font-size: 14px;
}

.hc_header_center3_1 li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.hc_header_center4_1 {
    display: none;
    background-color: rgba(255, 255, 255, .85);
    z-index: 1;
    position: absolute;
    top: 70px;
    text-align: center;
}

.hc_header_center4_1 li {
    padding: 8px 20px;
    font-size: 14px;
}

.hc_header_center4_1 li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.hc_header_center5_1 {
    display: none;
    background-color: rgba(255, 255, 255, .85);
    z-index: 1;
    position: absolute;
    top: 70px;
    text-align: center;
}

.hc_header_center5_1 li {
    padding: 8px 20px;
    font-size: 14px;
}

.hc_header_center5_1 li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.hc_header_center6_1 {
    display: none;
    background-color: rgba(255, 255, 255, .85);
    z-index: 1;
    position: absolute;
    top: 70px;
    text-align: center;
}

.hc_header_center6_1 li {
    padding: 8px 20px;
    font-size: 14px;
}

.hc_header_center6_1 li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}


/*banner*/

.play {
    height: 400px;
    position: relative;
    /* margin-bottom: 20px; */
    overflow: hidden;
}

.play ul {
    list-style: none;
}

.play ul li {
    height: 400px;
    overflow: hidden;
}

.play img {
    width: 1920px;
    height: 400px;
    display: block;
}

.imglist li {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    opacity: 0;
    transition: 1s;
}

.imglist li:hover {
    cursor: pointer;
}

.imglist li.current {
    opacity: 1;
}

.control-list {
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -50px;
    cursor: pointer;
    opacity: 0.3;
    transition: .5s;
}

.control-list:hover {
    opacity: 1;
}

.control-list span {
    font-size: 0;
    float: left;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 6.5px;
    background: #999;
}

.control-list span.current {
    background: #fff;
}

.slide-list {
    position: absolute;
    left: 50%;
    margin-left: -683px;
    top: 50%;
    margin-top: -34.5px;
}

.slide {
    width: 1366px;
    /*position: relative;*/
}

.slide-left {
    position: absolute;
    top: 0;
    left: 0;
    /*float: left;*/
    background: url(../images/arrowhead.png) no-repeat -84px;
}

.slide-right {
    position: absolute;
    top: 0;
    right: 0;
    /*float: right;*/
    background: url(../images/arrowhead.png) no-repeat -125px;
}

.slide-left,
.slide-right {
    width: 41px;
    height: 69px;
    cursor: pointer;
}

.slide-left:hover {
    background: url(../images/arrowhead.png) no-repeat;
}

.slide-right:hover {
    background: url(../images/arrowhead.png) no-repeat -43px;
}


/*板块*/

.plate {
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 40px;
    /*color: #0787c4;*/
    margin: auto;
    width: 1366px;
    height: 920px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.plate div {
    width: 440px;
    height: 450px;
    /*background-color: #dfdfdf;*/
}

.tailor {
    overflow: hidden;
}

.font_space {
    letter-spacing: 3px;
}


/*义乌宾王电信机房*/

.bw_text {
    width: 580px;
    margin: 10px;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

.bw_text p {
    text-indent: 2em;
    padding-top: 5px;
}

.binwang {
    display: none;
    /* width: 1000px; */
}

.binwang_introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/image3.jpg) no-repeat;
}

.bw_img img {
    height: 260px;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.font_price {
    font-size: 25px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 5px;
}

.font_line {
    width: 80px;
    height: 2px;
    background-color: #4d82ff;
}

.fint_hint {
    padding-top: 5px;
    font-size: 15px;
    color: #ef3600;
}

.circuit {
    display: flex;
    justify-content: center;
}

.circuit_info {
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
}

.circuit_info li {
    display: inline-block;
    background-color: #4d82ff;
    padding: 5px 15px;
    border-radius: 100px;
    cursor: pointer;
}

.circuit_info .dianxin {
    background-color: #274180;
}

.price_list {
    margin: 20px;
    display: flex;
    justify-content: center;
}

.price_list_info {
    text-align: center;
}

.hang1,
.hang7 {
    border: 1px solid #d2d2d2;
}

.hang2,
.hang3,
.hang4,
.hang5,
.hang6 {
    height: 40px;
    border: 1px solid #d2d2d2;
}

.hang2_1,
.hang3_1,
.hang4_1,
.hang5_1,
.hang6_1 {
    background-color: #f1f5ff;
}

.hang1 {
    height: 40px;
    background-color: #a0bdff;
}

.hang7 {
    height: 90px;
    background-color: #a0bdff;
}

.hang7_lx {
    width: 120px;
    height: 54px;
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -27px;
}

.yejiao {
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color: #000;
    /* width: 1000px; */
    height: 350px;
    background: url(../images/image2.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.yejiao_flex {
    display: flex;
    align-items: center;
    margin: 15px;
}

.yejiao_flex h6 {
    font-weight: bold;
    color: #666;
}

.sign {
    margin-right: 15px;
    width: 57px;
    height: 57px;
    border: 1px solid #666;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}

.sign img {
    width: 70%;
}


/*浙中云计算兰溪分中心*/

.lx_text {
    width: 500px;
    margin: 20px;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

.lx_text p {
    text-indent: 2em;
    padding-top: 5px;
}

.lanxi {
    display: none;
    /* width: 1000px; */
}

.lanxi_introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/image3.jpg) no-repeat;
}

.lx_img img {
    width: 400px;
}


/*金华电信机房*/

.jh_text {
    width: 550px;
    margin: 20px;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

.jh_text p {
    text-indent: 2em;
    padding-top: 5px;
}

.jinhua {
    display: none;
    /* width: 1000px; */
}

.jinhua_introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/image3.jpg) no-repeat;
}

.jh_img img {
    width: 350px;
}


/*页脚*/

.footer {
    /* margin-top: 25px; */
    background-color: rgb(245, 246, 246);
    display: flex;
    justify-content: center;
}

.footer_body {
    width: 1366px;
}

.footer_title {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    justify-content: space-evenly;
    padding: 20px 0;
}

.footer_title_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 50px;
}

.footer_title_text em {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
}

.footer_title div:nth-of-type(2),
.footer_title div:nth-of-type(3),
.footer_title div:nth-of-type(4) {
    border-left: 1px solid #e3e3e3;
}

.footer_title_text:hover {
    cursor: pointer;
}

.footer_center {
    margin: 40px 0;
    display: flex;
}

.footer_center_left {
    flex: .7;
    display: flex;
    justify-content: center;
}

.footer_center_right {
    flex: .3;
}


/* .footer_center_left,
.footer_center_right {
border: 1px solid red;
} */

.footer_center_style {
    margin:0 60px;
    display: flex;
    flex-direction: column;
}

.footer_center_style em {
    margin-bottom: 20px;
    font-size: 16px;
}

.footer_center_style a {
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}

.footer_center_style a:hover {
    color: #999;
    cursor: pointer;
}

.footer_center_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_center_right div:nth-of-type(2) {
    display: flex;
    align-items: center;
}

.footer_center_right div:nth-of-type(2) em {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

.footer_center_right div:nth-of-type(3) {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.footer_center_right div:nth-of-type(3) ul li {
    margin-left: 10px;
    font-size: 25px;
    color: #333;
    text-align: center;
}

.footer_bottom {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: rgb(245, 246, 246);
}

.footer_bottom p {
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    letter-spacing: 0.3px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.footer_bottom a {
    text-decoration: none;
}

.footer_bottom a:link,
.footer_bottom a:visited,
.footer_bottom a:active {
    color: #333;
}

.footer_bottom a:last-child {
    display: inline-block;
    background-color: #EF5350;
    color: #fff;
    margin: 3px;
    padding: 5px 5px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}


/* 悬浮窗 */

.floating_qrcode {
    display: none;
    width: 132px;
    height: 152px;
    background-color: #fff;
    border: 1px solid #CCC;
    position: fixed;
    bottom: 148px;
    right: 50px;
}

.floating_qrcode_one img {
    width: 132px;
}

.floating_qrcode_one div:last-child {
    width: 132px;
    height: 20px;
    display: flex;
    justify-content: center;
}

.floating_qrcode_one em {
    color: #000;
    font-size: 12px;
    margin-top: -5px;
}

.floating {
    position: fixed;
    bottom: 100px;
    right: -123px;
}

.floating>div {
    cursor: pointer;
    transition: margin-left .5s;
}

.floating_one:hover,
.floating_two:hover {
    margin-left: -123px;
    background-color: rgb(211, 26, 26);
}

.floating_four:hover {
    background-color: rgb(211, 26, 26);
}

.floating_one {
    width: 170px;
    height: 47px;
    background-color: rgb(131, 131, 131);
    display: flex;
    align-items: center;
}

.floating_one>div {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating_one em {
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei";
    letter-spacing: .4px;
}

.floating_two {
    margin-top: 1px;
    width: 170px;
    height: 47px;
    background-color: rgb(131, 131, 131);
    display: flex;
    align-items: center;
}

.floating_two>div {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating_two em {
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei";
    letter-spacing: .4px;
}

.floating_three {
    margin-top: 1px;
    width: 170px;
    height: 47px;
    background-color: rgb(131, 131, 131);
    display: flex;
    align-items: center;
}

.floating_three>div {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating_four {
    margin-top: 1px;
    width: 170px;
    height: 47px;
    background-color: rgb(131, 131, 131);
    display: flex;
    align-items: center;
}

.floating_four>div {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 物理机价格表 */
.pc_table{
    flex:.8;
}
.pc_table tr{
    height: 44px;
}
.pc_table td{
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgb(211, 220, 244);
}
.pc_table tr:first-child td{
    font-size: 18px;
    background-color: rgb(245, 247, 253);
}
.pc_table td:nth-child(1){
    width: 20%;
    border-left: none;
}

.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em,
.pc_table tr td:last-child em
{
    background-color: rgb(54, 85, 254);
    color: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    cursor: pointer;
}
.pc_table td:nth-child(2){
    width: 10%;
}
.pc_table td:nth-child(3){
    width: 15%;
}
.pc_table td:nth-child(4){
    width: 10%;
}
.pc_table td:nth-child(5){
    width: 10%;
}
.pc_table td:nth-child(6){
    width: 15%;
}
.pc_table td:nth-child(7){
    width: 10%;
}
.pc_table td:nth-child(8){
    width: 10%;
}
