/*顶部导航部分*/
a:hover{
    -webkit-tap-highlight-color: transparent;
}
body{
    background-color: #f6f8fb;
    overflow-x: hidden;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,dd,dt,li{
    font-family:"微软雅黑";
    
}
.app-ul{
    display: none;
}
.menu{
    display: none;
}
.top-nav-box{
    background: #6cbdd8;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 666;
}
.top-nav{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
	
}
.pc-ul{
    width:590px;
    height: 100px;
}
.pc-ul li{
    height: 100px;
    float: left;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
}
.pc-ul li:hover dd{
    color: azure;
}
.pc-ul dl{
    display: block;
    height: 40px;
    margin-top: 25px;
}
.pc-ul dt,.pc-ul dd{
    line-height: 30px;
    text-align: center;
    transition: all 1s;
}
.pc-ul dd{
    font-size: 24px;
}
.pc-ul dt{
    font-size: 10px;
}
@media screen and (min-width:640px)  {
    /*banner部分*/
    .banner-box{
        width: 1450px;
        height: 520px;
        margin: 100 auto;
        margin-top: 100px;
    }
    .banner-box img{
		width: 1353px;
        position: absolute;
        left: 50%;
        margin-left: -675px;
    }
}
/*渐变颜色*/
.grad {
     background-color: #53aac5;
 }
.grad-1 {
   background-color: #0489B1;
}
/*内容部分*/
.content-box{
    width: 1000px;
    margin:  50px auto;
    background: #ffffff;
}
.color-title{
    width: 1000px;
    height: 74px;
}
.color-title h1{
    color: #ffffff;
    line-height: 74px;
    font-size: 36px;
    font-weight: normal;
    margin-left: 40px;
}
.text-box{
    margin-top: 30px;
    padding-bottom: 0px;
}
.text-box h2{
    font-size: 30px;
    color: #53aac5;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.text-box .ul-1{
    margin-top: 0px;
	padding-bottom: 10px;
}
.text-box .ul-2{
    padding-top: 10px;
	padding-bottom: 10px;
}
.text-box li{
    width: 92%;
    margin: 20px auto;
    position: relative;
}
.text-box p{
    line-height: 30px;
    font-size: 16px;
}
/*蓝色圆点*/
.c{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #53aac5;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-left: 36px;
    margin-right: 8px;
}
.d{
    /*margin-left: 0;*/
    position: absolute;
    left: 0;
    top: 10px;
    margin:0;
}
.d + p{
    margin-left: 12px;
}
.center-text li{
    color: #002c7d;
    text-align: left;
    line-height: 34px;
    font-size: 18px;
}

.center-text1 li{
    color: #53aac5;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
}


.title-right{
    text-align: right;
    margin-right: 40px;
}
.blue{
    color: #F6F8FB;
}
.gray{
    color: black;
}
.icon-li li{
    width: 200px;
    height: 200px;
}
.icon-li img{
    margin: 20px auto;
}
.icon-li p{
    text-align: center;
    color: #53aac5;
}
.data-box{
    width: 1000px;
    height: 80px;
    margin: 50px auto;
}
.data-box p{
    font-size: 36px;
    color: #5c5c5c;
}
.data-box i{
    display: block;
    height: 2px;
    width: 20%;
    background-color: #9f9f9f;
}
.color-title-2{
    margin-top: 20px;
    width: 1000px;
    height: 60px;
    background-color: #a9b8d3;
}
.color-title-2 h2{
    color: #ffffff;
    line-height: 60px;
    font-size: 26px;
    margin-left: 40px;
}
.text-box h3{
    margin-left: 40px;
    font-size: 24px;
    color: #53aac5;
    margin-bottom: 30px;
}
.apply-btn{
    width: 150px;
    height: 46px;
    display:block;
    background-color: #53aac5;
    color:#ffffff;
    line-height: 46px;
    text-align: center;
    margin: 40px auto;
    border-radius: 32px;
    cursor: pointer;
    position: relative;
}
.apply-btn:hover{
    opacity: 0.8;
}
.text-job{
    border-bottom: 1px solid #eeeeee;
}
.location-box{
    margin: 50px auto;
    width: 1000px;
    height: 80px;
    background: #002c7d;
}
.location-box ul{
    width: 540px;
    margin: 0 auto;
}
.location-box li{
    color: #ffffff;
    line-height: 24px;
    float: left;
    font-size: 24px;
    border-left: 4px solid #ffffff;
    margin-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
}
.location-box li:first-child{
    border: none;
}
/*底部内容*/
.bottom{
    width: 100%;
    height: 30px;
    background: #53aac5;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}
/*返回顶部*/
.back-top{
    width: 80px;
    height: 80px;
    background-color: #53aac5;
    color: #ffffff;
    padding: 18px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
}
.back-top:hover{
    box-shadow: #53aac5 2px 2px 10px;
}
/*子职位*/
.two-job{
    position: absolute;
    left: -130px;
    top: -47px;
    width: 410px;
    height: 140px;
    background: rgba(255,255,255,1);
    box-shadow: #9f9f9f 2px 2px 20px;
}
.two-job a{
    display: block;
    color: #002c7d;
    width: 120px;
    height: 46px;
    border-radius: 32px;
    border: 1px solid #002c7d;
}
.two-job a:hover{
    opacity: 0.8;
}
.cancer-icon{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/cancer-icon.png") no-repeat;
    background-size: cover;
    right: -120px;
    top: -37px;
    display: none;
}
/**/
.tip-box{
    position: absolute;
    left: -130px;
    top: -47px;
    width: 410px;
    height: 140px;
    background: rgba(255,255,255,1);
    box-shadow: #9f9f9f 2px 2px 20px;
}
.tip-box p,.two-job p{
    color: #5c5c5c;
}
.two-job p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tip-box p{
    margin-top: 40px;
}
.tip-box a{
    color: #ffffff;
    display: block;
    width: 120px;
    height: 40px;
    background-color: #002c7d;
    border-radius: 20px;
    line-height: 40px;
    margin: 20px auto;
}


 table {
border-right: 1px solid #804040;

border-bottom: 1px solid #804040;

border-collapse:collapse;

border-color: #53aac5;

width:1000px;
}

table td {
border-left: 1px solid #804040;
border-top: 1px solid #804040;
text-align: center;
border-color: #53aac5;
}