﻿html,body{
    margin: 0;
    padding: 0;
}
.mapbg {
    background: url('../images/contactbg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
}
::-webkit-input-placeholder { /* WebKit browsers */
   
    font-size: 13px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    
    font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
   
    font-size: 13px;
}
/* 联系我们*/
.contact_wrap {
    width: 100%;
    margin-top: 15rem;
    margin-bottom: 5rem;
}
.contact_content {
    width: 50%;
    min-width: 820px;
    margin: 0 auto;
    padding: 20px 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: white !important;
    box-shadow: 1px 1px 10px #787878;
}
.contact_content_left {
    padding-top:55px;
    width: 47%;
    padding-left: 55px;
}
.contact_content_right {
    width: 47%;
    text-align: center;
    padding-top: 35px;
}

   
    .contact_way {
        /*float: left;*/
        /*overflow: hidden;*/
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        min-height: 70px;
    }
.contact_way_left {
    /*float: left;*/
    width: 60px;
    height: 60px;
}
    .contact_way_left i {
        font-size: 35px !important;
        height: 100%;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        color: white !important;
        padding-top: 15px;
    }
/* .color_phone{
    background: #DA4A53;
} */
.color_user{
    background: #088EE5;
}
.color_home{
    background: #3BD3A2;
}
.contact_way_right {
    padding-left: 20px;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    width:calc(100%-60px)!important
}
    .contact_way_right p {
        margin: 0;
        max-width: 210px;
        font-size: 16px;
        color: #000000 !important;
        /*float: left;*/
    }
.contact_input_name{
    margin-top: 15px;
}
    .contact_input_name input {
        width: 90%;
        height: 46px; 
        font-size: 14px;
        color: black !important;
        padding-left: 15px;
        border: 0;
        box-shadow: 0px 0px 5px #013895;
        opacity: 0.6;
    }
    .contact_input_name textarea {
        width: 90%;
        padding: 11px;
        height: 110px;
        color: black !important;
        box-shadow: 0px 0px 5px #013895;
        opacity: 0.6;
    }
.contact_submit {
    /* margin-top: 15px; */
    /* margin-left: 200px; */
    float: right;
    padding-right: 1.3rem;
    padding-top: 2rem;
}
.contact_submit button{
    width: 100px;
    height: 35px;
    padding: 0;
    letter-spacing: 5px;
    text-align: center;
    background: #C2212B;
    color: #fff;
    border: none;
}

/* 公司招聘 */
.join_wrap {
width:100%;
}
.join_title_content {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #A5DFD5;
    position: relative;
}
.join_title {
    font-size: 20px;
    color: #20B59B!important;
}
.join_sub_title{
    font-size: 12px;
}
.join_title_icon{
    position: absolute;
    background: white;
    bottom: -5px;
    left: 65px;
    width: 20px;
    height: 10px;
}
    .join_title_icon span {
        width: 10px;
        height: 10px;
        margin: 0 auto;
        background: #20B59B;
        display: block;
        transform: rotate(45deg );
    }

.join_list{
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
}
.join_list_title{
    font-size:16px;
    font-weight: 600;
}
.join_list>ul{
    margin: 0;
    padding: 20px;
    width: 100%;
}
.join_list ul li{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
.join_list ul li:first-child{
    font-size: 16px;
}
.join_list>ul li .name{
    flex:2;
    padding: 5px 0;
    color:black!important;
}
.join_list > ul li .num {
    flex: 1;
    padding: 5px 0;
    text-align: center;
    color: black !important;
}
.join_list > ul li .address {
    flex: 1;
    padding: 5px 0;
    text-align: center;
    color: black !important;
}
.join_list>ul li .operate{
    flex:2;
    padding: 5px 0;
    text-align: center;

}
.join_list>ul li>.item{
    display: flex;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.item_detail{
    display: flex;
    justify-content: space-between;
}
.hide{
    display: none;
}
.item_duty,.item_require{
    width: 45%;
}
.duty_title,.require_title{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
}
.duty_detail p,.require_detail p{
    margin: 0!important;
    color: black!important;
    font-size:14px;
}
.operate span {
    background: #20B59B;
    color: white !important;
    padding: 4px;
    display: inline-block;
    border-radius: 2px;
}

/*资质*/
.patent_wrap{
    width: 60%;
    margin: 0 auto;
}
.patent_img{
    /*width: 25%;*/
    /*background-color: #D4D4D4;*/
    float: left;
    padding: 10px;
    box-sizing: border-box; 
    height:215px;
}
    .patent_img img {
        width: 100%;
        height:100%;
    }