﻿/*CSS公用样式*/
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,p, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
    margin:0;
    padding:0;
}

body{
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    font-family:"微软雅黑";
    font-size:12px;
    background:#dce0e4;
}



table {border-collapse:collapse;border-spacing:0;}

img {border:0;}

li {list-style:none;}

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}

/*带清除高度的10PX高的空DIV*/
.blank{clear:both;height:10px;overflow:hidden;font-size:0px;}
.blank1{clear:both;height:5px;overflow:hidden;font-size:0px;}

/*单行隐藏*/
.str{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;}

/*多行隐藏*/
.strmore{overflow:hidden;text-overflow:ellipsis;}

/*带清除高度的0PX高的空DIV*/
.cls{clear:both;height:0px;overflow:hidden;background:#FFF;}

.gameTop{
    float: left;
    width: 950px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 133px;
}

.gameBottom{
    float: left;
    width: 950px;
    /*height: 640px;*/
    background: #5e5e5e;
}

.gamemain {
    margin:0px auto;
    width:1035px;
}

.IntroduceCotent{
    float: left;
    width: 1066px;
    background: #fff url("../img/bac_3.png") right bottom no-repeat;
    border-radius: 10px;
    margin-top: 13px;
    margin-bottom: 15px;
    display: inline;
    height:100%;
}

.IntroduceText{
    float: left;
    margin-left: 22px;
    margin-right: 9px;
    margin-top: 40px;

}

.IntroduceText li{
    float: left;
    width: 1035px;
    text-indent:  37px;
    color: #5e5e5e;
    line-height: 40px;
    font-size: 17px;
}

.IntroduceDetail{
    float: left;
    margin-left: 114px;
    width: 860px;
    height: 284px;
}

.DetailImg{
    float: left;
    width: 429px;
    height: 284px;
}

.DetailText{
    float: left;
    width:400px ;
    font-size: 14px;
    padding: 5px 10px 55px 20px;
    line-height: 24px;
    height:284px;
    position:relative; 
    display:table;
}

.DetailTextIn{
    /*position:absolute; */
    top:50%;
    vertical-align:middle; 
    display:table-cell;
}

.DetailTextInText{
    position:relative; top:-50%;
}

.DetailText li{

    float: left;
    width: 350px;
    line-height: 24px;
    font-size: 14px;
    color: #353535;
}

.DetailTextInText{
    position:relative; top:-50%;
}

.mt60{
    margin-top: 60px;
}





/*招贤纳士*/
.RequireContent{
    float: left;
    margin-left: 52px;
    margin-right: 40px;
    width: 974px;
}

.RequireContent p{
    float: left;
    width: 974px;
    color: #ff2626;
    font-size: 17px;
    line-height: 40px;
}

.RequireContent dl{
    float: left;
    width: 974px;
    color: #5e5e5e;
    font-size: 17px;
    line-height: 40px;
}

.RequireContent dl dd{
    margin-left: 40px;
}


/*关于我们*/
.aboutContet{
    float: left;
    width: 1014px;
    margin-left: 52px;
    
}

.aboutContet h1{
    margin-top: 10px;
    float: left;
    width: 1014px;
    line-height: 40px;
    color: #ff0000;
}

.aboutDetail{
    float: left;
    width: 1014px;

}

.aboutDetail li{
    float: left;
    width: 1014px;
    line-height: 40px;
    color:#5e5e5e;
    font-size: 17px;
}