.navImg{
    width: 100%;
    min-width: 1200px;
}

.pro_img{
    background:#cad7da ;
}

.sol_img,.coo_img,.abo_img{
    background:#fbfbfb ;
}

.new_img{
    background:#abbfd7 ;
}

.tra_img{
    background:#b5b5b7 ;
}

.navImg img{
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 270px;
}

/*选项卡*/
.tab_outer{
    width: 100%;
    min-width: 1200px;
    margin: 0 0 100px 0;
    padding-top: 40px;
    min-height: 420px;
}

.tab{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tabLeft{
    float: left;
    width: 170px;
}

.fixLeft{
    width: 170px;
    position: absolute;
    left: 0;
    background: #fff;
}

.tabLeft li,.fixLeft li{
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
}
.tabLeft li a,.fixLeft li a{
    color: #4a4a4a;
    display: inline-block;
    width: 140px;
    font-family: Microsoft Yahei;
}

.tabLeft li span, .fixLeft li span{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("images/icon2.png") no-repeat 100% 100%;
}

.tabLeft .bg a ,.fixLeft .bg a{
    color: darkred;
}

.tabLeft .bg span,.fixLeft .bg span{
    width: 18px;
    height: 18px;
    background: url("images/icon1.png") no-repeat 100% 100%;
}

.tabRight,.fixRight{
    float: right;
    width: 1000px;
    /*margin-top: 90px;*/
}

.tabRight .tab_name{
    height: 60px;
    /*line-height: 50px;*/
    color: darkred;
    font-size: 24px;
    font-family:SimHei;
}

.fixRight .tab_name{
    height: 50px;
    line-height: 50px;
    color: darkred;
    font-size: 24px;
    font-family:SimHei;
}

.fixRight .tab_content{
    margin-top: 0;
    color: #555;
}

.fixRight .show{
    margin-bottom: 70px;
}

.allTab{
    display: none;
}

.show{
    display: block;
}

.tab_img{
    width: 780px;
    height: 250px;
    display: block;
    margin: 140px 0 0 86px;
}

.tab_office{
    width: 784px;
    height: 384px;
    display: block;
}

.tab_map{
    width: 806px;
    height: 470px;
    display: block;
}

.tab_img:hover{
    cursor: pointer;
}

.tab_img img,.tab_office img,.tab_map img{
    width: 100%;
    height: 100%;
}

.tab_content{
    margin-top: 60px;
}

.mask{
    display: none;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #777;
    filter: alpha(opacity=60);
    opacity:0.5;
    -moz-opacity:0.5;
}

.alert{
    display: none;
    position: absolute;
    z-index: 100;
    width: 700px;
    height: 520px;
    background: #fff;
    border: 2px solid #cccccc;
}

.alert_header{
    border-bottom:1px dashed #ccc ;
}

.alert_header h2{
    text-align: center;
    margin-top: 60px;
}

.alert_header p{
    text-align: center;
    margin: 20px 0;
}

.alert_header span{
    color: #125dab;
}

.alert_con li{
    margin-top: 14px;
}

.alert_con li span{
    display: inline-block;
    margin-left: 130px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.alert_con .liEnd{
    margin-top: 0;
}

.alert_con li input{
    width: 340px;
    height: 30px;
    background: #fff;
}

.alert_con li p{
    display: inline-block;
}

.alert_con li .code{
    width: 160px;
}

.alert_con li .verCode{
    width: 100px;
    height: 34px;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}

.message{
    font-size: 16px;
    color: #FF0000;
}

.alert_bottom{
    text-align: center;
    margin-top: 16px;
}

.sub,.close{
    width: 54px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
}

.sub{
    color: #fff;
    background: #ff8d00;
    border: 1px solid #d17400;
}

.close{
    color: #555;
    background: repeating-linear-gradient(to bottom,#f7f7f7,#e9e9e9);
    background: linear-gradient(to bottom,#f7f7f7,#e9e9e9);
    border: 1px solid #999;
    margin-left: 10px;
}

.join{
    border-top: 1px solid #ddd;
    min-height: 700px;
}

.alertOk{
    display: none;
    position: absolute;
    z-index: 100;
    width: 366px;
    padding: 0 30px;
    height: 274px;
    background: #fff;
    border: 2px solid #cbcfd5;
}

.alertOk div{
    width: 110px;
    height: 110px;
    margin: 40px auto;
    background: url("images/ok.png") no-repeat 100% 100%;
}

.alertOk h4{
    color: #2e2e2e;
    font-size: 24px;
}

.alertOk p{
    position: absolute;
    top:5px;
    right: 5px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url("images/off.png") no-repeat 100% 100%;
}



/*新闻动态*/
.news{
    width: 1200px;
    min-width: 1200px;
    min-height: 460px;
    margin: 60px auto 0;
}

.detail{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto 100px;
    min-height: 460px;
    display: none;
}

.news_title{
    color: darkred;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-family: SimHei;
}

.news li{
    border-top: 1px solid #d4d4d4;
    padding: 33px 50px 42px;
    height: 120px;
}

.news img{
    cursor: pointer;
    width: 180px;
    height: 120px;
    margin-right: 18px;
    float: left;
}

.news li div{
    width: 900px;
    float: right;
}

.news_p{
    height: 36px;
    line-height: 36px;
    margin-top: 22px;
}

.news_describe{
    cursor: pointer;
    float: left;
    color: #4a5a64;
    font-size: 14px;
    font-weight: 700;
}

.news_date{
    float: right;
    color: #888;
}

.news_desc{
    cursor: pointer;
    font-size: 12px;
    color: #666;
    width: 850px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.news_sele{
    width: 400px;
    margin: 40px auto 100px;
    font-size: 14px;
    color: #8796a2;
}

.news_sele a{
    color: #8796a2;
}

.news_sele p{
    display: inline-block;
    margin-left: 10px;
}

.news_sele span,.selectPage{
    cursor: pointer;
    margin-left: 10px;
}

.hierarchy{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #d4d4d4;
}

.hierarchy a{
    color: #01c1e0;
}

.hierarchy span{
    color: #747474;
}

.back{
    float: right;
    color: #72ACE3;
    cursor: pointer;
}

.news_cont{
    margin: 34px 0;
    font-size: 18px;
    color: #747474;
}

.detail_title{
    font-weight: 700;
    padding-bottom: 40px;
    text-align: center;
}

/*招聘信息样式*/
/*
.dep{
    margin-bottom: 100px;
}

.dep h2{
    margin-bottom: 60px;
    text-align: center;
    color: #b2b5b9;
    font-size: 38px;
    line-height: 38px;
}

.recruit{
    margin-bottom: 80px;
}

.recL{
    float: left;
    width: 350px;
    text-align: center;
}

.recL img{
    width: 230px;
    height: 230px;
}

.recL h3{
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
}

.recL p{
    font-size: 14px;
    color: #555;
}

.recR{
    float: right;
    width: 600px;
    padding-left: 50px;
}

.recR h4{
    font-size: 16px;
    line-height: 40px;
}

.recR p{
    color: #555;
    line-height: 20px;
}

/!*联系我们*!/
.addr,.addr h3{
    font-size: 18px;
    color: #555;
    font-weight: 600;
}

.addr h3{
    font-size: 18px;
    line-height: 34px;
}

.addr li{
    font-size: 16px;
    line-height: 28px;
}

.team img{
    margin-bottom: 50px;
}
*/

.rongyu p{margin-left:70px;padding-left:20px;background:url(../images/lan.jpg) no-repeat left center;font-family:"微软雅黑";color:#626669;font-size:24px;height:40px;line-height:40px;}
.rongyu li{float:left;width:295px;height:449px;margin-left:30px;margin-top:40px;}
.rongyu li span{font-family:"微软雅黑";color:#626669;font-size:18px;line-height:50px; text-align:center;width:295px;display:inline-block;}
.rongyu li img{width:295px;height:396px;}

/*vip支付页面，table样式*/
.table{
    /*margin-bottom: 0px;*/
    /*width: 600px;*/
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}
.table th {
    font-size: 20px;
    height: 40px;
    text-align: center;
    color: #ffffff;   /*表头中字体的颜色，白色*/
    background-color: #46ABE6; /*表头中的背景颜色，蓝色*/

}
.table td {
    height: 40px;
    text-align: center;
    font-size: 20px;
}
.table-striped>tbody>tr:nth-of-type(even){background-color:#E9F1F6}

.ordinary,.ordinary1{
    /*/*本身有2px的边框，一般的button都不需要边框*/
    /*border: none;*/
    /*/*本身有的背景色，可以用其他颜色取代*/
    /*background: #333;*/
    /*/*padding已在重置样式中去除，如果没有去除，记得有padding哦*/
    border: none;
    width: 90px;
    height: 29px;
    padding:2px;
    background-color:  #46ABE6;
    border-color: #357ebd;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    font-weight: 900;

    font-size:80%

}
/*.pay{
    color: #ffffff;   /!*表头中字体的颜色，白色*!/
    background-color: #46ABE6; /!*表头中的背景颜色，蓝色*!/
}*/
