@charset "UTF-8";

body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
tr,
td,
th,
a,
input,
textarea,
label,
img,
hr {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    /*-webkit-transition: .3s;
    transition: .3s;*/
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #73216d;
}

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    max-width: 100%
}

span {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

ul,
li {
    list-style: none;
    vertical-align: top;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

em {
    font-style: normal;
}

input:focus,
textarea:focus,
select:focus,
button {
    outline: none;
}

button {
    outline: none;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    font-weight: 400;
    font-style: normal;
    src: url(/html/font/SourceHanSansCN-Regular.eot);
    /* IE9 Compat Modes */
    src: url(/html/font/SourceHanSansCN-Regular.eot?#iefix) format('embedded-opentype'),
        /* IE6-IE8 */
        url(../font/SourceHanSansCN-Regular.woff2) format('woff2'),
        /* Modern Browsers */
        url(../font/SourceHanSansCN-Regular.woff) format('woff'),
        /* Modern Browsers */
        url(../font/SourceHanSansCN-Regular.ttf) format('truetype'),
        /* Safari, Android, iOS */
        url(../font/SourceHanSansCN-Regular.svg) format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/html/font/Roboto-Bold.eot);
    /* IE9 Compat Modes */
    src: url(/html/font/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
        /* IE6-IE8 */
        url(../font/Roboto-Bold.woff2) format('woff2'),
        /* Modern Browsers */
        url(../font/Roboto-Bold.woff) format('woff'),
        /* Modern Browsers */
        url(../font/Roboto-Bold.ttf) format('truetype'),
        /* Safari, Android, iOS */
        url(../font/Roboto-Bold.svg) format('svg');
    /* Legacy iOS */

}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/html/font/Roboto-Light.eot);
    /* IE9 Compat Modes */
    src: url(/html/font/Roboto-Light.eot?#iefix) format('embedded-opentype'),
        /* IE6-IE8 */
        url(../font/Roboto-Light.woff2) format('woff2'),
        /* Modern Browsers */
        url(../font/Roboto-Light.woff) format('woff'),
        /* Modern Browsers */
        url(../font/Roboto-Light.ttf) format('truetype'),
        /* Safari, Android, iOS */
        url(../font/Roboto-Light.svg) format('svg');
    /* Legacy iOS */

}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/html/font/Roboto-Regular.eot);
    /* IE9 Compat Modes */
    src: url(/html/font/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
        /* IE6-IE8 */
        url(../font/Roboto-Regular.woff2) format('woff2'),
        /* Modern Browsers */
        url(../font/Roboto-Regular.woff) format('woff'),
        /* Modern Browsers */
        url(../font/Roboto-Regular.ttf) format('truetype'),
        /* Safari, Android, iOS */
        url(../font/Roboto-Regular.svg) format('svg');
    /* Legacy iOS */

}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url(/html/font/Roboto-Condensed.eot);
    /* IE9 Compat Modes */
    src: url(/html/font/Roboto-Condensed.eot?#iefix) format('embedded-opentype'),
        /* IE6-IE8 */
        url(../font/Roboto-Condensed.woff2) format('woff2'),
        /* Modern Browsers */
        url(../font/Roboto-Condensed.woff) format('woff'),
        /* Modern Browsers */
        url(../font/Roboto-Condensed.ttf) format('truetype'),
        /* Safari, Android, iOS */
        url(../font/Roboto-Condensed.svg) format('svg');
    /* Legacy iOS */

}

body {
    /*font-family: "Source Han Sans CN",SourceHanSansCN,"Ë¼Ô´ºÚÌå CN","Arial", "serif", "sans-serif"!important;*/
    font-family: Roboto, Arial, Helvetica, 'Heiti SC', 'Microsoft Yahei', sans-serif !important;
    font-weight: 400;
    font-size: 62.5%;
    color: #333;
    background: #E1E1E6 url(../img/bg.png) left center no-repeat fixed;
    width: 100%;
    overflow-x: hidden;
    /*letter-spacing: 1px;*/
}

html {
    width: 100%;
    overflow-x: hidden;
}

i,
b,
s {
    font-style: normal;
    text-decoration: none;
}

.section {
    width: 100%;
    height: 100%;
}

.w {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}

.main {
    -webkit-box-shadow: 0px 5px 10px 0px #4a4a4a;
    -moz-box-shadow: 0px 5px 10px 0px #4a4a4a;
    box-shadow: 0px 5px 10px 0px #4a4a4a;
}


/*nav*/

.header {
    background-color: #fff;
}

.header .top {
    padding: 15px 32px 15px 32px;
}

.nav-logo {
    width: 50%;
    display: flex;
    display: -webkit-flex;
}

.nav-logo a:last-of-type {
    margin-top: 0.4em;
}

.nav-link a {
    font-size: 1.4em;
    color: #73216d;
    vertical-align: bottom;
    line-height: 1.8em;
    font-weight: bold;
}

.nav-link {
    /*position: relative;*/
    width: 50%;
}

.nav-link a:hover {
    color: #8C6E00;
}

.link-top li {
    float: left;
    /*margin-left: 1.8em;*/
    position: relative;
}

.link-top .f {
    color: #73216d;
    line-height: 25px;
    margin: 0 8px;
}

.link-bottom {
    margin-top: 2.5em;
}

.link-bottom ul {
    text-align: right;
}

.link-bottom li {
    /*float: left;*/
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: middle;
    position: relative;
}

.link-bottom .search {
    width: 150px;
    vertical-align: middle;
    font-style: oblique;
    padding-left: 5px;
    height: 21px;
}

.header .bottom {
    border-top: 1px solid #d0d1d1;
}

.header .bottom li {
    display: inline-block;
    /*position: relative;*/
}

.header .nav {
    text-align: center;
}

.header .nav li {
    position: relative;
}

.header .nav .to-two-menu {
    position: absolute;
    z-index: 10;
    text-align: left;
    background-color: #fff;
    width: 190%;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.header .nav .to-two-menu li {
    padding: 5px 20px;
    width: 100%;
    background: #fff url("/html/img/dian.png") 8px 50% no-repeat;
}

.header .nav .to-two-menu a {
    font-size: 1.4em;
}

.header .nav>li>a {
    font-size: 16px;
    color: #666;
    padding: 10px 20px;
}

/*.header .nav>li>a:hover {
    color: #fff;
    background-color: #73216d;
}*/
.header .nav>li.on>a {
    color: #fff;
    background-color: #73216d;
}

.header .wx-ewm {
    position: absolute;
    /*width: 8%;*/
    height: 144px;
    width: 144px;
    /*width: 100%;*/
    z-index: 10;
    top: 28px;
    display: none;
    right: -66px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.header .wx-ewm img {
    height: 144px;
}

.header .wb-dz {
    position: absolute;
    z-index: 10;
    top: 67px;
    padding: 10px;
    display: none;
    background-color: #fff;
}

.header .nav-jj {
    float: none;
    position: absolute;
    right: 25px;
    /*background-color: #fff;*/
    width: 90px;
    /*height: 82px;*/
    padding: 5px 0;
    z-index: 10;
    top: 15px;
}

.header .nav-jj .nav-jj-ul {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
    width: 130%;
    padding: 5px 0;
}

.header .nav-jj li {
    /*background-color: #fff;*/
    margin-left: 0;
}

.header .nav-jj li a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 10px 5px 25px;
    background: url("/html/img/dian.png") 10px 12px no-repeat;
}

/*nav-end*/

/*footer*/
.footer {
    color: #fff;
    background-color: #717171;
}

.footer-content {
    padding: 20px 0 45px 15px;
}

.footer li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.footer .footer-left p {
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 12px;
}

.footer li a {
    color: #fff;
}

.footer li a:hover {
    color: #73216d;
}

.footer i {
    display: block;
    width: 100%;
    height: 10px;
    background: url("/html/img/footer-bg.png");
}

/*footer-end*/

/*user*/

/*input::-ms-clear,input::-ms-reveal,input::-o-clear{display: none;width:0;height:0}*/
.exit {
    display: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 11;
    display: none
}

.user_item {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 400px;
    border: 1px solid #dcdcdc;
    margin-left: -200px;
    background: #FFF;
    z-index: 12;
    /*-webkit-transform: translateY(-50%);transform: translateY(-50%);top:30%\9*/
    display: none;
}

.user_title {
    position: relative;
    background: url(/html/img/user_bg.jpg) no-repeat left center;
    border-bottom: 1px solid #dcdcdc;
}

.user_close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #ccc;
    line-height: 38px;
    cursor: pointer
}

.user_close:hover {
    color: #666
}

.user_title h2 {
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #7d1d76;
}

.user_wrap {
    padding: 28px 28px 12px;
}

.user_wrap form div.clearfix {
    margin-bottom: 16px;
    position: relative
}

.user_wrap form div.clearfix .input_clear {
    font-size: 18px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    color: #FFF;
    background: #ccc;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 6px;
    right: 22px;
    cursor: default;
    display: none;
}

.user_wrap form div.clearfix label {
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    width: 3em;
    text-align: right
}

.user_wrap form div.clearfix input[type='text'],
.user_wrap form div.clearfix input[type='password'] {
    width: 274px;
    height: 28px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding-left: 4px;
}

.user_btn {
    text-align: right;
    padding-right: 16px;
}

.user_wrap form div.clearfix input[type='button'] {
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 3px;
    margin-left: 20px;
    color: #FFF;
    background: #7d1d76;
    cursor: pointer
}

.user_wrap form div.clearfix input[type='button']:hover {
    background: #6d0864
}

.user_revise .user_wrap form div.clearfix label,
.user_forget .user_wrap form div.clearfix label {
    width: 5em;
}

.user_revise .user_wrap form div.clearfix input[type='password'],
.user_forget .user_wrap form div.clearfix input[type='text'] {
    width: 245px;
}

/*cookie*/
.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    border-top: 1px solid #ccc;
    padding: 25px 0;
    display: none;
    z-index: 10
}

.cookie .fl {
    padding-left: 100px;
    background: url(/html/img/icon_warn.png) no-repeat 34px center;
    font-size: 14px;
    color: #666
}

.cookie .fl p {
    margin-bottom: 6px;
    line-height: 1.2
}

.cookie .fl a {
    color: #7f1c76;
}

.cookie_btn {
    font-size: 14px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    background: #7f1c76;
    margin: 8px 35px 0 10px;
    cursor: pointer;
}

.cookie .fl a:hover {
    color: #6d0864
}

.cookie_btn:hover {
    background: #6d0864
}


.cookie_btn-default,
.cookie_btn-default:hover {
    background: gray;

}

.gt6 tr td:first-of-type {
    width: auto !important;
}


.sav-top {
    position: fixed;
    right: 20px;
    bottom: 120px;
    width: 55px;
    height: 55px;
    background: #6d0864 url(../img/t-b.png) no-repeat center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    display: none;
    background-size: 55%;
}


.user_wrap form div.clearfix .input_eye {
    font-size: 18px;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    color: #FFF;
    background: url(/html/img/yanjing.png) no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 4px;
    right: 46px;
    cursor: default;
    display: none;
}

.user_revise .user_wrap form div.clearfix input[type='text'],
.user_revise .user_wrap form div.clearfix input[type='password'] {
    width: 245px;
}


.user_wrap form .user_yzm.clearfix label {
    width: 4em;
}

.user_wrap form .user_yzm.clearfix input[type='text'] {
    width: 120px;
    margin-right: 20px;
}

.user_wrap form .user_yzm.clearfix a {
    height: 30px;
}

.user_wrap form .user_yzm.clearfix a img {
    height: 100%;
}

.login-name {
    margin-right: 15px;
}


.recruitment-03>ul>li h4 span {
    float: right;
    font-size: 14px;
    margin-right: 30px;
}

/* 0319 */
.nav-logo {
    width: 45%;
}

.nav-link {
    width: 55%;
}

.nav-link a.login-name {
    width: 102px;
    overflow: hidden;
}

/******media******/
/* @media (max-width: 1200px) {
    html {
        width: 1200px !important;
    }
} */



/*
@media (max-width:850px) {

    .header .top {
        padding: 15px 12px 15px 10px;
    }
}
@media (max-width: 767px) {
    .header .nav-logo {
        width: 60%;
    }
    .header .top {
        padding: 5px 10px 6px 10px;
    }
    .nav-link {
        display: none;
    }
    .nav-logo a:last-of-type {
        margin-top: 0.4em;
    }
    .header .bottom {
        display: none;
    }
    .nav-classify ul {
        text-align: center;
        padding-top: 50px;
    }
    .nav-classify .search {
        width: 40%;
        vertical-align: middle;
        font-style: oblique;
        padding-left: 5px;
        height: 25px;
    }
    .nav-classify li {
        font-size: 14px;
        padding: 5px 0;
        border-top: 1px solid #d0d1d1;
    }
    .nav-classify li a {
        color: #606060;
    }
    .nav-classify li:first-of-type .qh-text {
        display: inline-block;
        margin-left: 15px;
    }
    .nav-classify li:first-of-type>a {
        margin-left: -5px;
    }
    .nav-classify .cl {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 8px;
        border-radius: 4px;
        opacity: 1;
    }
    .nav-classify .cl .cl-style {
        opacity: 0.6;
    }
    .nav-classify .cl i {
        position: absolute;
        width: 24px;
        height: 2px;
        padding: 0;
        overflow: hidden;
        background-color: #73216d;
    }
    .nav-classify .cl i:first-of-type {
        margin-top: -8px;
    }
    .nav-classify .cl i:last-of-type {
        margin-top: 8px;
    }
}*/
.see-link-shar {
    position: relative;
}

.see-link-shar a.shar-a1 {
    width: 200px;
    position: absolute;
}

.shar-a1:hover .wx-text {
    display: block;
}

.shar-a1:hover img {
    height: auto;
    padding: 5px 43px 12px;
}

.wx-text {
    display: none;
    padding: 10px 0;
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
    background-color: #fff;
    text-align: center;
    line-height: 1.5em;
}

.wx-text p {
    line-height: 1.5em !important;
    color: #65055e !important;
    margin-bottom: 5px !important;
}

.shar-a1 img {
    position: absolute;
    top: 85px;
    opacity: 1;
    height: auto;
    background-color: #fff;
    padding: 0;
    width: 100%;
    height: 0;
    z-index: 999;
}


.wx-text .canvas-css {
    display: none;
    padding: 0 50px 28px;
    display: block;
    left: 50%;
    width: 138px;
    position: absolute;
    transform: translateX(-50%);
    top: 85px;
    background-color: #fff;
}

.see-link-shar a.shar-a2 {
    margin: 0 0 0 52px;
    padding: 0 20px;
    z-index: 999;
}

.see-link-shar a.shar-a3 {
    margin: 0 0 0 0;
    z-index: 999;
    padding: 0 20px;
}

.see-link-shar span {
    z-index: 999;
}

.com-bot{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.com-bot .wrap{
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    
}
.com-bot .con{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com-bot .con p{
    font-size: 16px;
    color: #000;
}
.com-bot .con .close{
    font-size: 18px;
    transition: all .6s;
    color: #000;
    cursor: pointer;
    padding: 10px 20px;
}
.com-bot .con .close:hover{
    transform:rotate(180deg);
    color: #73216d;
}