﻿header input::-webkit-input-placeholder{
    color: #cccccc;
}
header input{
    background: url(../../images/jyhimg/search_icon.png) rgba(255,255,255,.2) 13px no-repeat;
    border: none;
    padding: .7rem 1rem;
    margin: 0 1rem;
    border-radius: 5rem;
    padding-left: 3.6rem;
    color: #ccc;
    outline: none;
    background-size: 10%;
    height: 36px;
    line-height: 36px;
}
header{
    margin: 1.5rem 0;
}
.banner_box{
    margin: 1rem 0;
}
.banner_box .carousel-inner img,.banner_box .carousel-inner .item,.banner_box .carousel-inner{
    border-radius: 10px;
}
footer{
    position: fixed;
    bottom: 0;
    padding: 1rem 0;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.7);
}
footer a{
    display: block;
    color: #000;
}
footer a img{
    filter: grayscale(100%);
    display: block;
    margin: 0 auto;
    width: 30%;
    margin-bottom: 0.5rem;
}
footer a.active img{
    filter: grayscale(0%);
}
footer a.active{
    color: #078ee1;
}
footer li{
    width: 20%;
}
.login_box{
    padding:0 30px;
    margin-top: 5rem;
}
.login_box > h1{
    font-weight: bold;
    color: #333333;
}
.login_box input{
    border: none;
    color: #999999;
    display: block;
    outline: none;
    width: 100%;
}
.login_box form > section{
    border-bottom: 1px solid #eee;
    margin-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    position: relative;
}
.login_box form > section::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 26px;
    height: 30px;
}
.login_box form > section:nth-child(1)::before{
    background: url(../../images/jyhimg/icon6.png)no-repeat;
    background-size: 55%;
}
.login_box form > section:nth-child(2)::before{
    background: url(../../images/jyhimg/icon7.png)no-repeat;
    background-size: 60%;
}
.login_box form > section input::-webkit-input-placeholder{
    color: #999999;
    font-size: 1.6rem;
}
.login_box .forget_pas{
    color: #078ee1;
    margin: 2rem 0;
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
}
.login_box input[type="submit"]{
    background: #078ee1;
    color: #fff;
    border-radius: 50px;
    padding: .8rem 0;
    font-weight: bold;
    font-size: 2rem;
}
.login_box form > a:last-child{
    display: block;
    text-align: center;
    color: #666666;
    font-weight: bold;
    margin-top: 2rem;
    font-size: 1.6rem;
}
.login_box form > a:last-child span{
    color: #078ee1;
}
.reg_box form > section:nth-child(3)::before{
    background: url(../../images/jyhimg/icon8.png)no-repeat;
    background-size: 60%;
}  
.reg_box form > section:nth-child(3) input{
    display: inline-block;
    width: 50%;
} 
.reg_box form > section:nth-child(3) button{
    background: none;
    border: none;
    outline: none;
    float: right;
    color: #999999;
    font-size: 1.6rem;
}
.reg_box form > section:nth-child(4){
    padding-left: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border: none;
}
.reg_box form > section:nth-child(4) input{
    width: 5%;
    float: left;
}
.reg_box form > section:nth-child(4) span{
    color: #078ee1;
}
.reg_box form input[type='checkbox']{
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: center;
    background: #c9c9c9;
    border: 1px solid #c9c9c9;
    position: relative;
    top: -2px;
    right: 5px;
    border-radius: 5px;
}
.reg_box form input[type=checkbox]:checked::after {
    content: "\2713";
    display: block;
    position: absolute;
    top: 2px;
    left: 1px;
    right: 0px;
    bottom: 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    color: #fff;
    font-size: 16px;
}
.info_main1{
    background: url(../../images/jyhimg/info_main1_bg.jpg) center no-repeat;
    padding: 4rem 15px;
    background-size: cover;
    color: #fff;
    padding-bottom: 8rem;
}

.info_main1 > img{
    border-radius: 100%;
    width: 10.3rem;
    height: 10.3rem;
    margin-right: 1rem;
}
.info_main1 a{
    color: #078ee1;
    background: #fff;
    border-radius: 20px;
    padding: .3rem 1rem;
}
.info_main1 > section > section:nth-child(1){
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.info_main1 > section > section:nth-child(1) span{
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 1rem;
}
.info_main1 > section > section:nth-child(2) span{
    display: inline-block;
    margin-right: 1rem;
}
.four_bar{
    background: #fff;
    padding: 2rem 0 1rem 0;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}
.four_bar li{
    width: 25%;
}
.four_bar li a section:nth-child(1){
    color: #078ee1;
    font-weight: bold;
    font-size: 2rem;
}
.four_bar li a section:nth-child(2){
    color: #666666;
}
.four_bar_box{
    margin-top: -4rem;
}
.info_dal li a{
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 2rem;
    color: #333333;
}
.info_dal li a::after{
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(135deg);
    margin-top: -5px;
}
.info_dal li a .tit{
    font-weight: bold;
    font-size: 1.8rem;
}
.info_dal li a section:nth-child(2){
    line-height: 28px;
}
.jl_form_box{
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
}
.jl_form_box_b{
    margin: 1.5rem 0;
    margin-bottom: 7rem;
    padding-bottom: 2rem;
}
.jl_form_box form > section{
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}
.jl_form_box form > section label span{
    color: #ff0000;
}
.jl_form_box form > section input{
    float: right;
    color: #666666;
    outline: none;
    border: none;
    text-align: right;
    width: 70%;
}
.sr_gzjl{
    color: #666666;
}
.jl_form_box form input[type="submit"]{
    width: 100%;
    border-radius: 3px;
    background: #0186e9;
    border: none;
    color: #fff;
    font-size: 2rem;
    padding: 1rem 0;
}
.work_school_box input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    padding: 1rem;
}
.add_gzjl,.add_jyjl{
    color: #0186e9;font-weight: bold;position: relative;bottom: 10px;
}
.sr_box input:nth-child(3n){
    margin-bottom: 30px;
}
#myCarousel1 .carousel-control{
    bottom: 0!important;
    left: 7rem;
    width: 25%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}
#myCarousel1 .carousel-control:nth-child(2){
    left: 20rem;
}
.jyx_detai_big {
    margin: 1.5rem 0;
}
.jyx_detai_big .photo_pic{
    border-radius: 5px
}
.jyx_detai_big .con{
    margin: 1.5rem 0;
    background: #fff;
    border-radius: 5px;
    padding: 1.5rem;
    margin-bottom: 7rem;
}
.jyx_detai_big .con .tit{
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 1.5rem;
}
.jyx_detai_big .con .tit::before{
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -10px;
    background: url(../../images/jyhimg/icon9.png) no-repeat;
}
.jyx_detai_big .con .con_detail{
    margin: 1rem 0;
    border-bottom: 1px solid #eee
}
.detail_footer{
    background: #fff;
}
.company_box a section{
    background: #fff;
    padding: 1.5rem;
    border-radius: 0 0 5px 5px;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
}
.company_box a img{
    border-radius: 5px 5px 0 0;
    height: 21rem;
    width: 100%;
}
.company_box li{
    margin-bottom: 2rem;
}
.company_detail_box{
    margin: 2rem 0;
    margin-bottom: 8rem;
}
.company_detail_box > img:nth-child(1){
    margin-bottom: 1.5rem;
    border-radius: 5px 5px 0 0;
}
.company_detail_box .con{
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 1.5rem;
}
.company_detail_box .con .big_tit{
    font-size: 2rem;
    font-weight: bold;
}
.gsjj .tit{
    position: relative;
    margin: 1rem 0;
    padding-left: 1.5rem;
    color: #078ee1;
    font-size: 1.8rem;
}
.gsjj .tit::before{
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: url(../../images/jyhimg/icon9.png) no-repeat;
}
.job_con li{
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}
.job_con li > section:nth-child(1){
    margin-bottom: 1rem;
}
.job_con li > section:nth-child(1) >section:nth-child(1){
    font-size: 2rem;
    color: #666666;
}
.job_con li > section:nth-child(1) >section:nth-child(2){
    font-size: 2rem;
    color: #078ee1;
}
.job_con li > section:nth-child(2) span{
    background: #f5f5f5;
    padding: 0.5rem 1rem;
    display: inline-block;
    color: #666666;
    border-radius: 5px;
}
.job_con li:last-child{
    border: none;
    padding-bottom: 0;
}
.job_con ul{
    margin: 0;
}
#spage > li {
    display: none;
}
#spage > span{
    background: rgba(0,0,0,.7);
    color: #fff;
    border-radius: 20px;
    padding: .5rem 1rem;
}
.page_sec{
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 2rem;
}
.page_sec a{
    display: block;
    width: 40%;
}
.xy_box_con{
    max-height: 500px;
    overflow-y: scroll;
}
.banner_box .carousel-inner img{
    height: 39rem;
}
.photo_ul li img{
    width: 60%;
    margin: 0 auto;
    padding: .5rem;
    border: 1px solid #eee;
}