
body
{
     font-family: "Verdana" , "宋体" , "Arial Narrow";
    margin: 0;
    font-size: 12px;
    color: #333;
    background-color: #FFFFFF;
}
.clear{clear: both;}
.fc:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 0;
    clear: both;
}
.fl{float: left;}
.fr{float: right;}
.wp{
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}

li
{
    list-style: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
a
{
    text-decoration: none;
    color: #4F4F4F;
}
a:link
{
    color: #636363;
    text-decoration: none;
}
a:visited
{
    color: #636363;
}
a:hover
{
     color: #636363;
    text-decoration: none;
}
a:active
{
     color: #636363;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

 

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}
/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/*page style
-----------------------------------------------------------*/
#container
{
    margin: 0 auto;
    width: 980px;
    height: 100%;
}

#header
{
    height: 40px;
}

#header #_login
{
    margin-left: 500px;
    width: 100px;
}
#Content
{
    width: 100%;
    clear: both;
    position: relative;
    overflow: auto;
    height: auto;
}
/*foot*/
#foot
{
    width: 100%;
    background: url("http://static.mogoyun.com/images/footer.png") repeat-x scroll 0 0 transparent;
    height: 70px;
    overflow: auto;
}

.own_content{
            width: 100%;
            display: flex;
            align-items: content;
            justify-content: space-between;
            margin-top:10px;
        }
        .own_content .own_item{
            width: 24%;
            position: relative;
            overflow: hidden;
        }
        .own_content .own_item:hover{
            cursor: pointer;
        }
/*        .own_content .own_item:hover img{
            transition: all 0.6s;
            transform: scale(1.1);
        }*/
        .own_content .own_item img{
            max-width: 100%;
            /*height:350px;*/
        }
        .own_content .own_txt{
            position: absolute;
            top:20%;
            color:#fff;                  
            width: 100%;
            text-align: center;
        }
        .own_title{
            font-family: 微软雅黑;
            font-size:30px;
            font-weight:545;
            line-height: 45px;
        }
        .own_txt_content{
            font-family: 微软雅黑;
            font-size:16px;
            letter-spacing: 1px;
            line-height: 24px;
            margin-top:10%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .own_item:hover a.info{
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            background-color: rgba(0,0,0,0.4);
        }
        .own_item a.info {
            display: inline-block;
            text-decoration: none;
            padding: 7px 14px;
            text-transform: uppercase;
            color: #fff;
            border: 1px solid #fff;
            margin: 50px 0 0 0;
            background-color: transparent;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            font-weight: normal;
            height: 75%;
            width: 75%;
            position: absolute;
            top: 0%;
            left: 13%;
        }
        .own_item .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        .own_item:hover .overlay {
            background-color: rgba(170,170,170,0.4);
        }
        .own_item:hover .own_txt{
            display: none;
        }
        
        .own_item a.info .nr {
            width: 100%;    
            margin: 20px auto 40px;
        }
        .own_item a.info {
            text-align: center;
        }
.own_item a.info .nr ul{
    width: 100%;    
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:-5px;
}
.own_item a.info .nr li {
    width: 48%;
    font-size: 0.8rem;
    color: #ececec;
    text-align: left;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 10px;
}
.own_item a.info .more {
    width: 100px;
    height: 34px;
    border: solid 1px #fff;
    margin: 5px auto 0;
    /* display: block; */

    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.own_item a.info h1 {
    font-weight: normal;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 10px;
}
.own_item a.info h1 span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
}

/*页脚弹框*/
.sider-msg{
    position: fixed;
    right: 20px;
    bottom: 40px;

}
.sider-msg ul li{
    padding: 10px;
    background-color: #fff;
   
    cursor: pointer;
    box-shadow: 0px 0px 3px 3px #ccc;
    border-radius: 10px;
}
.sider-msg ul li img{
    width: 24px;
}
.sider-msg ul li p{
    
    text-align: center;
   
    width: 16px;
    margin: auto;
    line-height: 1.5;
    font-size: 16px;
}

.msg-box{
    padding: 20px;
}

.msg-box .title{
    text-align: center;
    font-size: 18px;
    color: #BC1C21;
    font-weight: bold;
}
.msg-box .title small{
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}


.msg-box ul li{
    display: flex;
    padding: 5px 0;
}

.msg-box ul li span{
    display: block;
    width: 25%;
    height: 36px;
    line-height: 36px;
}
.msg-box ul li  i{
   color: red;
   display: inline-block;
   width: 20px;
   text-align: center;
}
.msg-box ul li input{
    display: block;
    width: 70%;
}
.msg-box ul li textarea{
    width: 70%;
}

.msg-box  .btnsub{
    display: block;
    width: 60%;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    margin:10px auto 0;
    background-color: #BC1C21;
    color: #fff;
}