@import "header.css";


html{

    font-size: 16px;

}

* {
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
}

body,ul,li,p,a{

    margin: 0;

    padding: 0;

    list-style: none;

}

/*::-webkit-scrollbar{width:0;}*/

a{

    text-decoration: none;

    color:inherit;
    cursor: pointer;

}

*{

    outline:none;

    -webkit-tap-highlight-color:rgba(0,0,0,0) ;

    box-sizing: border-box;

}

img{

    vertical-align: middle;

}

.home .section .map .point .aos-init{
    display: none;
}
.home .section .map .point .info .des img{
    width: auto;
}

.p_mat{
    margin-top: 1.5vw !important;
}


.email-tc{
    width: 889px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    cursor: default;
    background: #fff;
    z-index: 1000;
    border: 1px solid #e6e6e6;
    display: none;
    transform: translate(-50%,-50%);
}
.email-tc .tt{
    line-height: 38px;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
}
a.close-emailTc{
    line-height: 38px;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 0;
}
.email-tc .box{
    padding: 20px 20px 0;
}
.email-tc .box .input-box{
    margin-bottom: 10px;
    overflow: hidden;
}
.email-tc .box .input-box .label{
    width: 44px;
    line-height: 40px;
    float: left;
    position: relative;
    text-indent: 6px;
    color: #999;
    font-size: 14px;
}
.email-tc .box .input-box input{
    width: calc(100% - 68px);
    padding: 0 10px;
    line-height: 38px;
    border: 1px solid #ccc;
    font-size: 14px;
    float: left;
    color: #999;
}
.email-tc .box .input-box.textarea textarea{
    min-width: calc(100% - 68px);
    max-width: calc(100% - 68px);
    min-height: 228px;
    max-height: 228px;
    padding: 10px;
    font-size: 14px;
    color: #999;
    border: 1px solid #ccc;
    resize:none;
}
.email-tc .box .input-box.email input{
    width: 448px;
}
.email-tc .box p{
    width: calc(100% - 46px);
    margin-left: 46px;
    line-height: 18px;
    color: #666;
}

.email-tc .box a.email-btn{
    width: 200px;
    line-height: 40px;
    margin-left: 46px;
    margin-top: 26px;
}
.email-tc  a.email-btn1{
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #e60619;
    display: inline-block;
    margin-top: 15px;
    width: 200px;
    line-height: 40px;
    margin-left: 46px;
    margin-top: 26px;
}
@media only screen and (max-width: 1023px) {
.email-tc{width: 80%;}
}
@media only screen and (max-width: 767px) {
.email-tc .box .input-box .label{float: none;}
.email-tc .box .input-box.textarea textarea{min-width: 100%;min-height: 100px;}
.email-tc .box .input-box input{width: 100%;}
.email-tc .box .input-box.email input{width: 100%;}
.email-tc .box p{width: 100%;margin-left: 0;padding-top: 10px;}
.email-tc a.email-btn1{width: 100%;margin-left: 0;margin-top: 10px;}
.email-tc{height: auto;padding-bottom: 20px;}
.email-tc .box{padding-top: 0;}
.email-tc .box .input-box{margin-bottom: 0;}
}
@media only screen and (max-width: 490px) {
    .email-icon{position: static;margin-top: 0;}
    .recruitment-box .item .email-box p{text-indent: 0;}
}

.star-icon {
    color: #e60619;
}