﻿body {
    font-size: 14px;
    position: relative;
}

a:hover {
    color: #fff;
}

.topnav {
    /*background: #000;*/
}

.pchide {
    display: none;
}

.pcshow {
    display: block;
}


.bg1 {
    height: 750px;
    margin-top: 1px;
    position: relative;
}

.neibox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    z-index:10;
}

.xinghao {
    /*padding: 10px 30px 10px 10px;
    border: 1px solid #666;
    border-radius: 8px;
    display: inline-block;*/
    margin: 30px 0;
}

    .xinghao span:first-child {
        font-size: 13px;
        color: #888;
    }

    .xinghao span:last-child {
        font-size: 24px;
        font-weight: 700;
    }

.name {
    font-size: 16px;
    margin-bottom: 20px;
}

.content {
    color: #666;
    line-height: 24px;
    overflow: hidden;
    height: 75px;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    letter-spacing: 1px;
}

.line {
    width: 30px;
    height: 4px;
    background:#000;
    margin: 20px 0;
}

.xiangqing {
    display: inline-block;
    height: 36px;
    width: 100px;
    line-height: 36px;
    color: #fff;
    background: #0852a2;
    text-align: center;
    border-radius: 8px;
    margin-top: 40px;
    float: right;
}

.bg1 .pcleft {
    float: left;
    width: 500px;
}

.bg1 .pcright {
    float: right;
    width:550px;
    /*height:500px;*/
    overflow:hidden;
}

.bg2 {
    background: url('../../Content/pctwo-imgs/pcbg2.png') no-repeat;
    background-size: 100% 100%;
    height: 750px;
    position: relative;
}

    /*.bg2 .xinghao {
        border: 1px solid #fff;
    }*/

        .bg2 .xinghao span:first-child {
            font-size: 13px;
            color: #fff;
        }

    .bg2 .content {
        color: #fff;
    }

    .bg2 .line {
        background:#33ccff;
    }


    .bg2 .pcleft {
        float: left;
        overflow:hidden;
        width:550px;
        /*height:500px;*/
    }

    .bg2 .pcright {
        float: right;
        width: 500px;
        color: #fff;
    }


.qian {
    display: inline-block;
    height: 40px;
    width: 120px;
    background: #262738;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.hou {
    display: inline-block;
    height: 40px;
    width: 50px;
    background: #33ccff;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.qiana{
    display:inline-block;
    border:1px solid #fff;
    margin-top:80px;
    float:right;
}
p{
    margin-bottom:0;
}
.zuobian{
    position:absolute;
    top:-30px;
    right:0;
    width:250px;
    z-index:2;

}
.youbian {
    position: absolute;
    top:-30px;
    left: 0;
    width: 250px;
    z-index: 2;
}

.tabtop {
        width: 100%;
       padding:20px 0;
        text-align: center;
        position: relative;
        z-index: 5;
        background:rgba(0,0,0,0.9);
    }

.tab {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    /*padding-top: 17px;*/
}

.tab li {
    display: inline-block;
    width: 200px;
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    border-right: 1px solid #fff;
    color: #fff;
	float: left;
    margin: 5px;
}

.tab li a{
    color: #fff;
}
.tab li:last-child{
    border-right:none;
}

.tab .cur a{
    font-size: 16px;
    color: #33ccff;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}