/*banner*/
.slideBox{
    height: 491px;
    width: 100%;
    position: relative;
}
.slideBox .hd{
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1000;
}
.slideBox .hd ul{
    overflow: hidden;
}
.slideBox .hd ul li{
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}
.slideBox .hd ul .on{
    background-color: #ffc600;
}
.slideBox .bd ul li{
    width: 100%;
    height:491px;
    overflow: hidden;
    position: relative;
}
.slideBox .bd ul li img{
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.prev,.next{
    position: absolute;
    width: 47px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    display: none;
}
.prev{
    background: url("../images/prev.png") no-repeat center;
    left: 3%;
}
.next{
    background: url("../images/next.png") no-repeat center;
    right: 3%;
}
.slideBox:hover .prev{
    display: block;
}
.slideBox:hover .next{
    display: block;
}
/*.wrapper*/
.wrapper{
    padding-top: 32px;
    padding-bottom: 24px;
}
.title{
    text-align: center;
    padding-bottom: 20px;
    border-bottom-width: 3px;
    position: relative;
    margin-bottom: 35px;
}
.title:after{
    position:absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../images/bg_02.png") repeat-x;
    left:0;
    top: 68px;
}
.title h1{
    font-size: 26px;
    line-height: 34px;
    color: #333333;

}
.title p{
    font-size: 14px;
    line-height: 20px;
    color: #9a9a9a;
}
.server{
    margin-bottom: 50px;
}
.server ul li{
    width: 127px;
    margin-left: 51px;
    float: left;
}
.server ul li:first-child{
    margin-left: 0;
}
.server ul li a{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}
.server ul li a:first-child{
    height:175px;
}
.server ul li img{
    width: 127px;
    height: 145px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.server ul li p{
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}
.server ul li span{
    font-size: 12px;
    line-height: 16px;
}
.server ul li a:hover{
    text-decoration: none;
}
.server ul li:hover img{
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
}
.server ul li:hover span{
    color: #1a8bc8;
}
.server ul li:hover strong{
    color: #1a8bc8;
}
.row1{
    margin-bottom: 30px;
}
.row{
    overflow: hidden;
}
.row>div{
    width: 385px;
    height: 316px;
    margin-left: 22px;
}
.row1>div{
    height: 316px;
}
.row2>div{
    height: 251px;
}
.row>div:first-child{
    margin-left: 0;
}
.row-title{
    overflow: hidden;
}
 .row-title h3{
    font-size: 22px;
    line-height: 40px;
    display: inline-block;
    padding-left: 12px;
}
.row1 .row-title h3{
    color: #bd0000;
}
.row2  .row-title p{
    color: #333333;
    font-weight: 500;
}
 .row-title .more {
    height: 40px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
}

 .row1 .row-title .more{
     width: 228px;
 }
  .row1 .row-title .more2{
     width: 227px;height: 40px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
 }
.row2 .row-title .more{
    width:auto;
}
.row1 .row-title .more:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #cdcdcd;
    position: absolute;
    left: 0;
    top: 10px;
}
.row1 .row-title .more2:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #cdcdcd;
    position: absolute;
    left: 0;
    top: 10px;
}
 .row-title .more a{
    font-size: 12px;
    display: block;
    line-height: 16px;
    padding:0 0 4px 0;
    color: #1a8bc8;
}
 .row2 .row-title .more a{
     line-height: 40px;
 }
.row1 .row-title .more a{
    border-bottom: 1px solid #cdcdcd;
}
.row1 .row-title .more2 a{
    border-bottom: 1px solid #cdcdcd;
	font-size: 12px;
    display: block;
    line-height: 16px;
    padding:0 0 4px 0;
    color: #1a8bc8;
}
.row-title .more a:hover{
    text-decoration: none;
    color: #bd0000;
}
.row1 .row-con{
    padding: 10px 33px  10px 7px;
}
.row1 .row-con ul li{
    border-bottom: 1px dashed #b6b6b6;
    width: 100%;
}
.row1 .row-con ul li a{
    font-size: 14px;
    line-height: 31px;
    display: block;
    padding-left: 29px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.row-con ul li a:hover{
    text-decoration: none;
    color: #bd0000;
}
.row1 .row-con ul li a:before{
    content: "+";
    position: absolute;
    left:10px;
    top: 0;
    color: #1a8bc8;
}
.row2{
    margin-bottom: 50px;
}
.row2 .flt-l{
    display: block;
    position: relative;
    overflow: hidden;

}
.row2 .flt-l img{
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.row2 a:hover img{
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}
.row2 .row-title{
    border-bottom: 1px solid #cdcdcd;
}
.row2 .row-con p{
       text-indent: 2rem;
    font-size: 14px;
    line-height: 26px;
    color: #585858;
    width: 100%;
    height: 239px;
    padding-top: 5px;
    overflow: hidden;
}
.row3{
    border: 1px solid #cdcdcd;
    padding: 25px 20px 0 20px;
}
.row3-title{
    overflow: hidden;
    margin-bottom: 15px;
}
.row3-title h4{
    font-size: 22px;
    line-height: 40px;
}
.row3-title h4 span{
    font-size: 12px;
    vertical-align: baseline;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
}
.row3-title a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    vertical-align: baseline;
}
.row3-con ul{
    overflow: hidden;
}
.row3-con ul li{
    width: 165px;
    height: 90px;
    position: relative;
    float: left;
    margin-left:33px;
    margin-bottom:33px;
}
.row3-con ul li img{
	width: 163px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	border:1px solid #ddd;
}
.row3-con ul li:hover img{
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.experts{overflow:hidden;padding-top:20px;}
.experts li{float:left;width:50%;padding-bottom:10px;padding-right:10px;}
.experts li a{display:block;line-height:30px;background:#eee;text-indent:10px;}
.wrapper .flt-r .row-con .experts li a:hover{background:#2d3e50;color:#fff;}