﻿

.cont_1 {
    height: 430px;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background: url('../ImageMy/backgth.jpg') no-repeat;
    overflow: hidden;
}


.cont_title {
    width: 85%;
    margin: 0 auto;
}


.qywh-text {
    font-size: 16px;
    color: black;
    margin-top: 2%;
    font-family: cursive
}

.qywh-title {
    font-size: 26px;
    margin-top: 5%;
}

.con-title {
    font-size: 26px;
    margin-left: 12%;
}

    .con-title > p {
        color: #e95600;
        font-weight: 800;
        font-family: 'Microsoft YaHei'
    }

.qywh-title > span {
    color: #e95600;
    font-weight: 800;
    font-family: 'Microsoft YaHei'
}

.qywh-img {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-top: 2%;
}

.group {
    margin-top: 3%;
    height: 350px;
    margin: 0 auto;
    width: 100%;
    /*background-repeat: no-repeat;
            background-image: url(../../ImageMy/backgth.jpg);*/
    background-color: #a975fd36;
    overflow: hidden;
}

.group-title {
    width: 100%;
    height: 20%;
    /*margin-top:5%;*/
    margin-left: 12%;
}

.group-content {
    width: 100%;
    margin-left: 12%;
    margin-top: 1%;
}

.heart {
    position: relative;
    width: 200px;
    height: 90px;
    float: left;
}

.hearttwo {
    margin-left: 10%;
}

.heart:before,
.heart:after {
    position: absolute;
    content: "";
    left: 110px;
    top: 0;
    width: 110px;
    height: 176px;
    background: rgba(255, 118, 0, 0.55);
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hearttwo:before,
.hearttwo:after {
    position: absolute;
    content: "";
    left: 110px;
    top: 0;
    width: 110px;
    height: 176px;
    background: rgba(122, 0, 255, 0.55);
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.heartth {
    margin-left: 10%;
    float: left;
    border-style: solid;
    border-color: transparent transparent rgb(9, 105, 181) transparent;
    border-width: 0px 50px 50px 50px;
    width: 80px;
    position: relative;
}

    .heartth:after {
        content: "";
        position: absolute;
        top: 50px;
        left: -50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: rgb(23, 133, 222) transparent transparent transparent;
        border-width: 140px 90px 0px 90px;
    }

.heartfo {
    margin-left: 10%;
    float: left;
    border-style: solid;
    border-color: transparent transparent #e95600e0 transparent;
    border-width: 0px 50px 50px 50px;
    width: 80px;
    position: relative;
}

    .heartfo:after {
        content: "";
        position: absolute;
        top: 50px;
        left: -50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #e95600ba transparent transparent transparent;
        border-width: 140px 90px 0px 90px;
    }

.chengxin {
    font-size: 18px;
    position: absolute;
    margin-left: 40%;
    margin-top: 30%;
    color: white;
    font-family: cursive;
    font-weight: 200;
}

.contactus {
    width: 100%;
    height: 660px;
    background-color: #f7f4f659;
    overflow: hidden;
}

.zhaopin {
    float: left;
    overflow: hidden;
    width: 40%;
}

.zhaopin-title {
    margin-left: 5%;
    width: 70%;
    height: 40px;
    background-color: #f3d9d9;
    margin-top: 3%;
}

    .zhaopin-title > p {
        font-size: 18px;
        font-family: inherit;
        font-weight: bold;
        margin-left: 5%;
        color: #0476ec;
    }

.zhaopin-content {
    height: 320px;
    margin-top: 3%;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

    table td, table th {
        border: 1px solid #cad9ea;
        color: #666;
        height: 30px;
    }

    table thead th {
        background-color: #CCE8EB;
        width: 100px;
    }

    table tr:nth-child(odd) {
        background: #fff;
    }

    table tr:nth-child(even) {
        background: #F5FAFA;
    }

    table tr:hover {
        background-color: #52b8e8;
    }

.jianli {
    color: white;
    cursor: pointer;
}

.jianlibtn {
    color: white;
    background-color: #e05f21;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
}

.warn {
    width: 40%;
    height: 100px;
    float: left;
}

.tishi {
    text-align: left;
    width: 80%;
    border-radius: 28px;
    height: 100px;
    background-color: #f3e4c7;
    margin-left: 8%;
    margin-top: 3%;
}

    .tishi > span {
        margin-left: 5%;
        font-size: 14px;
        line-height: 150%;
    }
.wenhua {
    width: 40%;
    margin-left: 12%;
    float: left;
}
#dituContent {
    width: 40%;
    height: 520px;
    border: rgb(226, 123, 18) solid 3px;
    margin-left: 10%;
    margin-top: 1%;
    float: left
}
.tabletr {
    line-height: 50px;
}
.tabletr2 {
    line-height: 40px
}

@media (max-width: 767px) {
    .qywh-img{display:none}
    .qywh-title{font-size: 20px;}
    .wenhua{margin-left: 5%;float: left;width:100%}
    .qywh-text{font-size:14px}
    .cont_1{background-position: -220px 50px;height:450px}
    .group{background-color: #8075fd26;height:530px}
    .group-title{margin-left: 5%;height: 15%;}
    .hearttwo{margin-left:0%}
    .group-content{margin-left:15%;margin-top: 1%;}
    .heartth{margin-left: 6%;float: left;}
    .heartfo {margin-left: 6%;float: left;margin-top: 3%;}
    .con-title{margin-left:5%}
    #dituContent {
        width: 100%;
        height: 220px;
        border: rgb(226, 123, 18) solid 3px;
        margin-left: 5%;
        margin-top: 1%;
        float: left
    }
    .table>tbody{font-size:14px}
    .tabletr{line-height: 30px;}
    .jianlibtn{width:60px;}
    .zhaopin-content{height:520px}
    .zhaopin{width:100%}
    .contactus{height:860px}
    .warn{display:none}
}

