.server_item{
    box-sizing: border-box;
    width:282px;
    height:255px;
    margin-right:24px;
    margin-bottom:24px;
}

.server_item:nth-child(4n+4){
    margin-right:0;
}

.server_item:hover{
    background:#80b5f9;
}

.xcl img{
    display:block;
    width:1200px;
    height:105px;
}
.yqfc{
    width:270px;
    height:300px;
}
.yqfc ul li{
    width:280px;
    height:360px;
    margin-right:27px;
}
.yqfc ul li img{
    width:280px;
    height: 190px;
}
.zxzc{
    width:600px;
    margin-right:30px;
}

/* 红色圆点样式 */
.element1 {
    width: 12px;
    height: 12px;
    background-color: #d32521;
    border-radius: 50%;
    position:absolute;
    top:0px;
    left:-26px;
}
.child1 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: relative;
    top: 3px;
    left: 3px;
}


/* 轮播图 */
/*.fullSlide{ width:750px;  position:relative;  height:350px; background:#000;  }*/
/*.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }*/
/*.fullSlide .bd ul{ width:100% !important;  }*/
/*.fullSlide .bd li{ width:100% !important;  height:350px; overflow:hidden; text-align:center;  }*/
/*.fullSlide .bd li a{ display:block; height:350px; }*/

/*.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background:url(../images/touming.png) repeat-x; text-align:center;*/
/*    _background:#000; _filter:alpha(opacity=60); */
/*}*/
/*.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }*/
/*.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../images/tg_flash_p.png) -18px 0; overflow:hidden; */
/*    line-height:9999px; */
/*}*/
/*.fullSlide .hd ul .on{ background-position:0 0; }*/

/* 左边轮播图 */
/* 轮播 */
.news_rotation {
    position: relative;
    width: 652px;
    height: 416px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

/* 图片 */
.news_rotation .rotation_pic img {
    width: 652px;
    height: 416px;
    display: block;
}

/* 标题背景 */
.news_rotation .rotation_txt_bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

/* 标题 */
.news_rotation .rotation_txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.news_rotation .rotation_txt li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
    /* background-color: #f00; */
}

.news_rotation .rotation_txt li a {
    display: block;
    color: #ffffff;
    padding: 0 0 0 16px;
    font-size: 16px;
    /* background-color: #f60; */
}

/* 数字切换 */
.news_rotation .rotation_num {
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: 14px;
}

.news_rotation .rotation_num li {
    float: left;
    position: relative;
    width: 22px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.news_rotation .rotation_num li a,
.news_rotation .rotation_num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.news_rotation .rotation_num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.news_rotation .rotation_num li.on a,
.news_rotation .rotation_num a:hover {
    background: #5789DE;
}
