﻿
body {

    background-color:#000;
    padding:0px;
    margin:0px;
}

.header {
    height:60px;
    background-color:#fff;
    position:fixed;
    width:100%;
    box-shadow:0px 0px 10px #808080;
    top:0px;
    left:0px;
    z-index:999;
}

    .header .main {
        width:960px;
        margin:0 auto;
        position:relative;
    }
        .header .main .logo {
            position:absolute;
            top:10px;
        }
        .header .main .logo img {
            width: 40px;
            height: 40px;
            border-radius: 10px;
        }

            .header .main .logo .title {
                width:120px;
               position:absolute;
               left:48px;
               top:8px;
               font-weight:500;
               font-size:18px;
            }


            .header .main .btn {
                 width:300px;
                 text-align:right;
                position: absolute;
                right:0px;
                top:18px;
            }
                .header .main .btn a {
                    border: 1px solid #d6ced9;
                    padding: 5px 15px;
                    color: #5e5063;
                    text-decoration: none;
                    cursor: pointer;
                    font-size:14px;
                    margin-left:18px;
                }

                .header .main .btn a:hover {
                    border: 1px solid red;
                    color: red;
                    
                }




.cmain {
    
    margin: 75px auto;
 
    width: 960px;
    border-radius: 5px;
    background-color: #343434;
    position:relative;

    height:690px;
}

    .cmain .left {
        width: 300px;
        position: absolute;
        left:60px;
        top:15px;
    }

    .cmain .left img {
        width:300px;
        border-radius:20px;
    }


    .cmain .right {
       color:#fff;
       position:absolute;
       top:65px;
       top:65px;
       left:430px;
       width:500px;
    }


        .cmain .right .title {
            font-weight:bold;
            font-size:28px;
            margin-bottom:30px;
        }

        .cmain .right .titlex {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .cmain .right .content {
          text-indent:25px;
          line-height:30px;
        }

        .cmain .right .contentnoindent {
            line-height: 30px;
        }


.footer {
    color: #b0aab3;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-bottom:30px;
}