.header{
    height: 104px;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    position: relative;
}
.nav>a{
    float:left;
    margin-top: 20px;
}
.nav_r{
    float:right;
}
.lang{
    background: url("../images/earth.png") no-repeat left center;
    padding-left: 30px;
    font-size: 14px;
    color: #585858;
    float:right;
    margin-top: 17px;
}
.lang a{
    font-weight: lighter;
    font-size: 14px;
    color: #585858;
    float:left;
    padding:0 5px;
    line-height: 20px;
}
.lang a:first-of-type:after{
    padding-left:10px;
    content: '|';
}
.nav ul{
    float:right;
    margin-top: 17px;
}
.header ul li{
    float:left;
    padding:0 42px;
    height: 50px;
    position: relative;
    background: url("../images/line.png") no-repeat right 8px;
}
.header ul li:last-of-type{
    padding-right:0;
    background: none;
}
.header ul li:first-of-type{
    padding-left:0;
}
.header ul li>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    color: #4d4d4d;
}
.header ul li:hover a{
    border-bottom:3px solid #187fde;
}
#thyNavStyle a{
    border-bottom:3px solid #187fde;
}
.showlist{
    display: none;
    position: absolute;
    top: 100%;
    left:0;
    width: 100%;
    background: #f6f6f6 url("../images/font.png") no-repeat 20% center;
    height: 325px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 48px;
    z-index:1000;
}
.showlist .mycontainer>div{
    width: 804px;
    float:right;
}
.showlist .mycontainer>div img{
    float:left;
}
.showlist .mycontainer>div .list_text{
    float:right;
    width: 472px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left:1px solid #dadada;
    padding-left: 42px;
    height: 225px;
}
.list_text h2{
    font-size: 30px;
    font-weight: normal;
    color: #626262;
}
.list_text p{
    margin-top: 10px;
    font-weight: lighter;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}
.more{
    font-size: 14px;
    display: block;
    width: 114px;
    line-height: 36px;
    border-radius: 20px;
    text-align: center;
    background:#187fde;
    border:1px solid #187fde;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.more:hover{
    background: transparent;
    color: #187fde;
}
.showcontainer{
    display: none;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.showcontainer .list_text a{
    display: block;
    width: 50%;
    float: left;
    color: #787878;
    margin-top: 23px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.showcontainer .list_text a:hover{
    color: #187fde;
}
.showcontainer .list_text a.more{
    color: #fff;
}
.showcontainer .list_text a.more:hover{
    color: #187fde!important;
}
/*main*/
/*server*/
.serverbg{
    background: #f0f5f8;
    padding:75px 0;
}
.serverbg .mycontainer div{
    float:left;
    width: 373px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 45px;
    margin-right: 40px;
    text-align: center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    box-shadow: 0 0 10px #ddd;
}
.serverbg .mycontainer div:first-of-type{    background: #fff url("../images/1.png") no-repeat left top;  }
.serverbg .mycontainer div:first-of-type:hover{    background: #fff url("../images/1s.png") no-repeat left top;  }
.serverbg .mycontainer div:nth-of-type(2){    background: #fff url("../images/2.png") no-repeat left top;  }
.serverbg .mycontainer div:nth-of-type(2):hover{    background: #fff url("../images/2s.png") no-repeat left top;  }
.serverbg .mycontainer div:last-of-type{
    margin-right:0;
    background: #fff url("../images/3.png") no-repeat left top;
}
.serverbg .mycontainer div:last-of-type:hover{
    background: #fff url("../images/3s.png") no-repeat left top;
}
.serverbg .mycontainer div h4{
    font-size: 24px;
    color: #4a4a4a;
    padding-top: 80px;
}
.serverbg .mycontainer div:first-of-type h4{
    background: url("../images/icon1.png") no-repeat center top;
}
.serverbg .mycontainer div:nth-of-type(2) h4{
    background: url("../images/icon2.png") no-repeat center top;
}
.serverbg .mycontainer div:last-of-type h4{
    background: url("../images/icon3.png") no-repeat center top;
}
.serverbg .mycontainer div small{
    font-size: 12px;
    color: #9b9b9b;
    text-transform: uppercase;
}
.serverbg .mycontainer div p{
    font-size: 14px;
    text-align: left;
    color: #6a6a6a;
    font-weight: lighter;
    line-height: 28px;
    margin-top: 25px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.serverbg .mycontainer div:hover p{
    color: #187fde;
}

/*product*/
.product{
    text-align: center;
    padding-bottom: 66px;
}
.product h3{
    font-size:38px;
    color: #27292a;
    padding-top: 62px;
}
.product span{
    font-size:30px;
    color: #c8c8c8;
    text-transform: uppercase;
}
.product ul li{
    float:left;
    margin-top: 38px;
    margin-right: 38px;
}
.product ul li:nth-of-type(even){
    margin-right:0;
}
.product ul li a{
    display: block;
    width: 578px;
    height: 270px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:60px 40px;
    background:url("../images/probg.png") no-repeat right bottom;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}

.product ul li:first-of-type a:hover{
    background:url("../images/pro1.png") no-repeat 87% center;
}
.product ul li:nth-child(2) a:hover{
    background:url("../images/pro2.png") no-repeat 87% center;
}
.product ul li:nth-child(3) a:hover{
    background:url("../images/pro3.png") no-repeat 87% center;
}
.product ul li:nth-child(4) a:hover{
    background:url("../images/pro4.png") no-repeat 87% center;
}
.product ul li a h2{
    font-size: 36px;
    color: #ffffff;
}
.product ul li a p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 16px;
    width: 52%;
    font-weight: lighter;
}
.product ul li a b{
    display: block;
    width: 30px;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
}
/*news*/
.newsbg{
    border-top:1px solid #dedede;
    padding-top: 55px;
    padding-bottom: 65px;
}

.news_l{
    float:left;
    width: 587px;
}
.title{
    margin-bottom: 40px;
}
.title h3{
    font-size: 30px;
    color: #27292a;
    float:left;
}
.title h3 span{
    font-size: 18px;
    color: #c8c8c8;
    font-weight: lighter;
    text-transform: uppercase;
}
.title a{
    width: 36px;
    height: 36px;
    float:right;
    display: block;
    background: url("../images/add.png") no-repeat center;
}
.news_l_text h4{
    font-size: 16px;
    color: #494949;
    line-height: 50px;
}
.news_l_text p{
    font-size:14px;
    font-weight: lighter;
    color: #979797;
    line-height: 26px;
    margin-top: 15px;
}
.news_l_text p span{
    color: #187fde;
}
.news_r{
    float:right;
    width: 580px;
}
.news_r_text{
    display: block;
    width: 100%;
    height: 110px;
    background: #f6f6f6;
    margin-bottom: 12px;
}
.news_r_text div:first-of-type{
    padding:20px 40px;
    width: 450px;
    float:left;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_r_text h2{
    font-size: 16px;
    color: #262626;
}
.news_r_text p{
    font-size: 14px;
    color: #908f8f;
    margin-top: 6px;
    line-height: 24px;
    font-weight: lighter;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_r_text:hover p{
    color: #187fde;
}
.date{
    float:right;
    text-align: center;
    background: #187fde;
    color: #fff;
    width: 130px;
    height:100%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_r_text:hover .date{
    background: #909195;
}
.date h3{
    font-size: 58px;
}
.date small{
    font-size: 16px;
    font-weight: lighter;
}


/*footer*/
#footer{
    background: #353d44;
}
.fot_l{
    float:left;
    padding-top: 58px;
    padding-bottom: 50px;
    margin-right: 77px;
}
.fot_l h3{
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 17px;
    border-left: 3px solid #f4780a;
}
.fot_l a{
    display: block;
    font-size: 14px;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #777f86;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.fot_l a:hover{
    color: #fff;
}


.fot_r{
    float:right;
    background: #242424;
    width: 184px;
    height:180px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    font-size: 14px;
    color: #727272;
}
.fot_r img{
    width: 110px;
}
.fot_r p{
    line-height: 30px;
}
#footer>.mycontainer>img{
    float:left;
    margin-right: 24px;
    margin-top: 30px;

}
.code{
    float:right;
    width: 120px;
    text-align: center;
    margin-top: 66px;

}
.code img{
    max-width: 100%;
}
.code p{
    font-size: 14px;
    color: #4a5156;
    line-height: 23px;
}
.fotcr{
    background: #2e3439;
    width: 100%;
    line-height: 60px;
    height: 60px;
}
.fotcr a,.fotcr span{
    float:left;
    color: #4a5156;
    font-size: 14px;
}
.fotcr .login{
    float:right;
}


/*proside*/
.proside>div:first-child {
   background: #187fde;
   width: 260px;
   height: 96px;
   text-align: center;
}

.proside>div:first-child h5 {
    padding-top: 20px;
    font-size: 24px;
    letter-spacing: 11px;
    font-weight: bold;
    color: #ffffff;
}

.proside>div:first-child span {
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
}

.prolist {
    background: #fff;
    padding-top: 13px;
    padding-bottom: 2px;
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-top: 0;
    box-shadow: 1px 1px 9px #e9e9e9;
}

.prolist ul li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
}

.prolist ul li ul li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
}

.prolist ul li:last-child {
    border-bottom: none;
}

.prolist ul li ul li a {
    padding-left: 45px;
    font-size: 16px;
    color: #8a8a8a;
}

.prolist>ul>li>a {
    font-size: 14px;
    color: #333333;
    padding-left: 45px;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}

.prolist ul li ul li:hover a {
    color: #187fde;
}

.prolist>ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    /*background:url("../images/ps.png") no-repeat 16px center;*/
}

.prolist>ul>li>a:hover {
    cursor: pointer;
    color: #187fde;
}

/*侧边栏样式*/
.leftstyle {
    margin-top: 20px;
    border-top: 2px solid #187fde;
    border-bottom: 2px solid #187fde;
    box-sizing: border-box;
    padding-top: 13px;
    padding-bottom: 2px;
    width: 260px;
    border-top: 0;
    box-shadow: 1px 1px 9px #e9e9e9;
}
.leftstyle div:first-child {
    background: #ffffff;
    border-bottom: 2px solid #187fde;
}

.leftstyle p {
    line-height: 34px;
    padding-left: 20px;
}
.leftstyle p a{
    color: #464646;
}