@charset "utf-8";
/*Reset*/
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html {
    font: 14px/1.8 "Arial";
    color: #010101;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    background: transparent;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: 0;
}

a:active, a:hover {
    outline: 0;
    color: #f49826;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input.submit {
    border: 0;
    margin: 0;
    cursor: pointer;
}

input.radio {
    width: 13px;
    height: 13px;
    float: left;
    display: inline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    list-style: none;
    float: left;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.fl, .left {
    float: left;
    display: inline;
}

.fr, .right {
    float: right;
    display: inline;
}

header {
    width: 100%;
}

/*顶部*/
.top-wrap {
    background-color: #f3f3f3;
    width: 100%;
}

.top-wrap .box {
    height: 50px;
    line-height: 50px;
}

.top-wrap .box .left {
}

.top-wrap .box .left div {
    float: left;
    font-size: 12px;
}

.top-wrap .box .left .phone {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: bold;
    text-indent: 24px;
    background: url('../img/icon/icon_phone.png') 1px center no-repeat;
}

.top-wrap .box .left .link {
    margin-left: 0;
}

.top-wrap .box .left .link a {
    color: #565656;
    padding: 0 11px;
    height: 100%;
    display: block;
    float: left;

}

.top-wrap .box .left .link a:hover {
    color: #f49826;
}

.top-wrap .box .left .login {
    margin-left: 32px;
    color: #565656;
}

.top-wrap .box .left .login a {
    color: #565656;
}

.top-wrap .box .left .login a:hover {
    color: #f49826;
}

.top-wrap .box .left .link a:not(:last-child) {
    background: url("../img/icon/icon_line.png") right center no-repeat;
}

.top-wrap .box .right {
    padding: 13px 0;
}

.top-wrap .box .right .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-left: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.top-wrap .box .right .icon-search {
    background-image: url("../img/icon/icon_search.png");
}

.top-wrap .box .right .icon-qq {
    background-image: url("../img/icon/icon_qq.png");
}

.top-wrap .box .right .icon-wx {
    background-image: url("../img/icon/icon_wx.png");
}

/*导航*/
.nav-wrap {
    width: 100%;
}

.nav-wrap .box {
    height: 100px;
}

.nav-wrap .box .logo {
    width: 445px;
    height: 100px;
    float: left;
    background: url("../img/logo.jpg") 0 0 no-repeat;
}

.nav-wrap .box .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.nav-wrap .box nav {
    float: right;
}

.nav-wrap .box nav a {
    float: left;
    line-height: 100px;
    font-size: 16px;
    margin-left: 34px;
}

.nav-wrap .box nav a.active {
    color: #f49826;
}

#HomeScroll {
    width: 100%;
    min-width: 1200px;
}

#HomeScroll .images div {
    background-position: center top;
    background-repeat: no-repeat;
}

.layui-carousel-ind ul {
    float: none;
}

.info-box-a .title-box {
    background-image: url("../img/bg/bg_01.png");
    background-color: #f49826;
}

.info-box-b .title-box {
    background-image: url("../img/bg/bg_02.png");
    background-color: #1aade2;
}

.info-box-c .title-box {
    background-image: url("../img/bg/bg_03.png");
    background-color: #c2073e;
}

.part-c-wrap .info-box .title-box .cn {
    font-size: 26px;
    height: 42px;
    line-height: 42px;
    padding-top: 10px;
}

.part-c-wrap .info-box .title-box .eg {
    font-size: 16px;
    font-family: Arial;
    padding-top: 4px;
}

.part-c-wrap .info-box .list-box {
    width: 338px;
    height: 322px;
    border: 1px solid #d2d2d2;
    border-top: 0;
    padding: 24px 20px;
}

.part-c-wrap .info-box .list-box .list {
    height: 39px;
    border-left: 3px solid #f49826;
    padding-left: 29px;
    margin-bottom: 31px;
}

.part-c-wrap .info-box .list-box .list .list-time {
    font-size: 14px;
    color: #7b7b7b;
    background: url("../img/icon/icon_time.png") 0 center no-repeat;
    line-height: 14px;
}

.part-c-wrap .info-box .list-box .list .list-tit {
    margin-top: 9px;
    color: #2e2e2e;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-indent: 0;
}

.news-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.news-wrap a {
    width: 100%;
    height: 100%;
    display: block;
}

.news-wrap .news-time {
    background-color: #f49826;
    width: 116px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 27px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

.news-wrap img {
    width: 470px;
    height: 278px;
}

.news-wrap .NewBox {
    width: 417px;
    height: 105px;
    background-color: #fff;
    padding: 14px 32px 0 21px;
}

.news-wrap .NewBox .news-title {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}

.news-wrap .NewBox .news-description {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 43px;
}

.index-news-tab {
    height: 469px;
    margin: 0;
}

.index-news-tab .layui-tab-title {
    width: 100%;
    height: 41px;
    text-align: right;
    padding-top: 31px;
}

.index-news-tab .layui-tab-title li {
    height: 28px;
    line-height: 28px;
    color: #3f3f3f;
}

.index-news-tab .layui-tab-title .layui-this {
    border: 0;
    background-color: #f49826;
    color: #fff;
}

.index-news-tab .layui-tab-title .layui-this:after {
    height: 0;
    border: 0;
    width: 0;
}

.index-news-tab .layui-tab-title {
    border-bottom-width: 0;
    border-bottom-style: none;
}

.index-news-tab .layui-tab-content {
    height: 337px;
    width: 640px;
    background-color: #fff;
    padding: 30px;
}

.index-news-tab .index-images-list ul {
    width: 100%;
}

.index-news-tab .index-images-list ul li {
    width: 100%;
    margin-bottom: 19px;
    overflow: hidden;
}

.index-news-tab .index-images-list ul li img {
    width: 104px;
    height: 70px;
    float: left;
}

.index-news-tab .index-images-list ul li .info {
    float: right;
    width: 503px;

}

.index-news-tab .index-images-list ul li .tit {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}

.index-news-tab .index-images-list ul li .description {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #7e7e7e;
    height: 24px;
    line-height: 24px;
}

.index-news-tab .index-images-list ul li .time {
    width: 100%;
    color: #707070;
    height: 22px;
    line-height: 22px;
    text-indent: 17px;
    background: url("../img/icon/icon_time.png") 0 center no-repeat;
}

.info-box-a .list {
    border-color: #f49826;
}

.info-box-b .list {
    border-color: #1aade2 !important;
}

.info-box-c .list {
    border-color: #c2073e !important;
}

.part-d-wrap {
    background: url("../img/bg/bg_04.jpg") center top no-repeat;
    height: 450px;
}

.part-d-wrap .tit {
    color: #f49826;
    font-weight: bold;
    font-size: 44px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}

.part-d-wrap .info {
    width: 1160px;
    height: 262px;
    padding: 19px 20px;
    background: url("../img/bg/bg_05.jpg") center top no-repeat;
}

.part-d-wrap .info > div {
    width: 231px;
    height: 130px;
    float: left;
}

.part-d-wrap .info .num {
    font-size: 34px;
    font-weight: bold;
    color: #f38600;
    text-align: center;
    width: 100%;
    height: 85px;
    line-height: 95px;
    display: block;
}

.part-d-wrap .info .num .icon-add {
    padding-right: 14px;
    background: url("../img/icon/icon_add.png") right 7px no-repeat;
}

.part-d-wrap .info .num .icon-square {
    padding-right: 37px;
    background: url("../img/icon/icon_square.png") right 4px no-repeat;
}

.part-d-wrap .info .num .icon-percentage {
    padding-right: 19px;
    background: url("../img/icon/icon_percentage.png") right 15px no-repeat;
}

.part-d-wrap .info .Num-tit {
    text-align: center;
    width: 100%;
    color: #fff;
    opacity: .6;
    font-size: 14px;
}

.links-wrap {
    padding: 25px 0;
}

.links-wrap ul li {
    margin-bottom: 7px;
    overflow: hidden;
    font-size: 12px;
    display: -webkit-box;
    width: 1180px;
}

.links-wrap .tit {
    color: #12ae43;
    font-weight: bold;
    line-height: 26px;
}

.links-wrap .link {
    line-height: 26px;
}

.links-wrap .link > div {
    width: 100%;
}

.links-wrap .link a {
    padding-left: 5px;
    padding-right: 7px;
    float: left;
    display: block;
    color: #888;
}

.links-wrap .link a:hover {
    color: #f49826;
}

/*.links-wrap .link a:not(:last-child) {*/
/*background: url("../img/icon/icon_line2.png") right center no-repeat;*/
/*}*/

footer {
    width: 100%;
}

.bottom-wrap {
    width: 100%;
    background-color: #f5f5f5;
}

.bottom-wrap .box:last-child {
    border-top: 1px solid #dcdcdc;
    height: 73px;
    line-height: 73px;
    padding-bottom: 25px;
    color: #727272;
    font-size: 14px;
}

.bottom-wrap .box {

}

.bottom-wrap .box:first-child {
    padding-bottom: 20px;
}

.bottom-wrap .box .left {
    padding-top: 17px;
    width: 450px;
    line-height: 32px;
    font-size: 14px;
    color: #535353;
}

.bottom-wrap .box .left .links {

}

.bottom-wrap .box .left .links a {
    padding-left: 16px;
    padding-right: 17px;
}

.bottom-wrap .box .left .links a:first-child {
    padding-left: 0;
}

/*.bottom-wrap .box .left .links a:not(:last-child) {*/
/*background: url("../img/icon/icon_line.png") right center no-repeat;*/
/*}*/

.bottom-wrap .box .left .description {
    color: #6e6e6e;
    line-height: 34px;
}

.bottom-wrap .box .left .description span {
    color: #232323
}

.bottom-wrap .box .right {
    width: 370px;
    padding-top: 22px;
}

.bottom-wrap .box .right ul {

}

.bottom-wrap .box .right ul li {
    float: left;
}

.bottom-wrap .box .right ul li:first-child {
    margin-right: 25px;
}

.bottom-wrap .box .right ul li:nth-child(2) {
    margin-right: 25px;
}

.bottom-wrap .box .right .bottomLogo li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-wrap .box .right ul li img {
    width: 89px;
    height: 88px;
    border: 1px solid #e8e8e8;
}

.bottom-wrap .box .right ul li .title {
    height: 49px;
    line-height: 49px;
    color: #535353;
    font-size: 12px;
    text-align: center;
}

.login-wrap {
    background: url("../img/bg/bg_login.jpg") center top no-repeat;
    height: 492px;
}

.login-wrap .box {
    position: relative;
    height: 492px;
}

.login-wrap .box .login-box {
    position: absolute;
    width: 346px;
    height: 367px;
    right: 0;
    top: 60px;
}

.login-wrap .box .login-box .title {
    height: 62px;
    background-color: #f2f2f2;
    text-indent: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #f49826;
    line-height: 62px;
}

.login-wrap .box .login-box .con {
    height: 198px;
    background-color: #fff;
    padding: 32px 20px 24px 20px;
    width: auto;
}

.login-wrap .box .login-box .con .layui-form-item {
    width: 304px;
    height: 38px;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
}

.login-wrap .box .login-box .con .layui-form-pane .layui-input {
    border: 0;
    border-radius: 0;
}

.login-wrap .box .login-box .con .layui-btn-warm {
    background-color: #f49826;
    width: 100%;
}

.login-wrap .box .login-box .con .layui-form-item.nmb {
    margin-bottom: 0;
}

.login-wrap .box .login-box .con i {
    float: left;
    display: block;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
}

.login-wrap .box .login-box .forget {
    height: 52px;
    line-height: 52px;
    text-align: right;
}

.login-wrap .box .login-box .forget a {
    color: #7f7f7f;
}

.login-wrap .box .login-box .con .icon-pwd {
    background: url("../img/icon/icon_pwd.jpg") center center no-repeat;
}

.login-wrap .box .login-box .con .icon-user {
    background: url("../img/icon/icon_user.jpg") center center no-repeat;
}

.login-wrap .box .login-box .con .layui-form-pane .layui-input-block {
    left: 0;
    margin-left: 39px;
}

.login-wrap .box .login-box .foot {
    background-color: #fcfcfc;
    width: 346px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
}

.login-wrap .box .login-box .foot a {
    font-size: 14px;
    color: #e6343e;
    margin-right: 20px;
    text-indent: 21px;
    float: right;
    height: 50px;
    display: block;
    background: url("../img/icon/icon_registered.jpg") 0 center no-repeat;
}

.banner-wrap {
    height: 320px;
    background: url("../img/banner/ny_banner_01.jpg") center top no-repeat;

}

.banner-wrap .box {
    position: relative;
    height: 320px;
}

.banner-wrap .box .father-nav {
    position: absolute;
    width: 260px;
    height: 74px;
    background: url("../img/bg/bg_father_nav.png") center top no-repeat;
    bottom: 0;
    left: 0;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    line-height: 74px;
    text-indent: 34px;
}

.ny-wrap {
    background-color: #e1e1e1;
    border-bottom: 1px solid #f2f2f2;
}

.meeting-wrap.ny-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../img/bg/bg_meeting.jpg") center top repeat-y;
}

.persons-wrap {
    padding-top: 0 !important;
}

.persons-box {
    width: 100%;
    overflow: hidden;
    background: none !important;
    color: #fff;
}

.persons-box h1 {
    height: 160px;
    line-height: 160px;
    width: 100%;
    text-align: center;
}

.persons-box ul li {
    width: 240px;
    height: 240px;
    float: left;
    position: relative;
}

.persons-box ul li .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url("../img/bg/bg_info.png");
}

.persons-box ul li .info .name {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.persons-box ul li .info .description {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    opacity: .8;
}

.father-nav-tit {
    display: none;
}

.meeting-wrap.ny-wrap .left {
    position: relative;
}

.meeting-wrap.ny-wrap .right .location-box .l-name {
    border-bottom: 1px solid #e09030 !important;
}

.meeting-wrap.ny-wrap .left ul {
    padding-top: 70px;
    /*position: absolute;*/
    /*top:70px;*/
}

.meeting-wrap.ny-wrap .father-nav-tit {
    display: block;
    height: 70px;
    line-height: 70px;
    text-indent: 41px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #e09030;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.ny-wrap .box {
    background: url("../img/bg/bg_ny_box.jpg") center top repeat-y;
    overflow: hidden;
}

.ny-wrap .box .left {
    padding: 24px 20px;
    width: 220px;
}

.ny-wrap .box .left ul {
    width: 100%;
}

.ny-wrap .box .left ul li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 50px;
    /*font-size: 16px;*/
    font-size: 13px;
    color: #6c6c6c;
    text-indent: 18px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-wrap .box .left ul li a {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
}

.ny-wrap .box .left ul li a:hover, .ny-wrap .box .left ul li.active > a {
    background-color: #e09030;
    color: #fff;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
}

.ny-wrap .box .left ul li .sub-section {
    display: none;
}

.ny-wrap .box .left ul li .sub-section a {
    margin-top: 1px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    text-indent: 34px;
    color: #e09030;
    background: url("../img/icon/icon_section_b.jpg") 19px 21px no-repeat #fff;
}

.ny-wrap .box .left ul li .sub-section a:hover {
    color: #e09030;
    background: url("../img/icon/icon_section_b.jpg") 19px 21px no-repeat #fff;
}

.ny-wrap .box .left ul li.active .sub-section a {
    color: #000;
    font-size: 14px;
    background: url("../img/icon/icon_section_b.jpg") 19px 21px no-repeat #fff;
}

.ny-wrap .box .left ul li.active .sub-section a.active, .ny-wrap .box .left ul li.active .sub-section a:hover {
    color: #fff;
    background: url("../img/icon/icon_section_a.jpg") 19px 21px no-repeat #e09030;
}

.ny-wrap .box .right {
    width: 850px;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 51px;
}

.ny-wrap .box .right .location-box {
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 85px;
}

.ny-wrap .box .right .location-box .l-name {
    float: left;
    height: 75px;
    border-bottom: 1px solid #12aa43;
    color: #323232;
    font-weight: bold;
    font-size: 22px;
}

.ny-wrap .box .right .location-box .location {
    height: 75px;
    float: right;
    color: #323232;
    font-size: 14px;
}

.ny-wrap .box .right .main-content {
    width: 100%;
}

.ny-wrap .box .right .main-content.page-9 {
    padding-top: 36px;
    overflow: hidden;
}

.ny-wrap .box .right .main-content.page-9 ul {
    width: 100%;
}

.ny-wrap .box .right .main-content.page-9 ul li {
    background-repeat: no-repeat;
    background-position: center 28px;
    width: 268px;
    height: 168px;
    border: 1px solid #dbdbdb;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.ny-wrap .box .right .main-content.page-9 ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #606060;
    text-align: center;
    line-height: 258px;
}

.ny-wrap .box .right .main-content.page-9 ul li:nth-child(3n) {
    margin-right: 0;

}

.ny-wrap .box .right .main-content.page-form-01 {

}

.ny-wrap .box .right .main-content.page-form-01 .part-a {
    display: none;
}

.ny-wrap .box .right .main-content.page-form-01 .part-b {
    display: none;
}

.part-b .style-2 {
    width: 607px;
    overflow: hidden;
    margin-top: 12px;
    display: none;
}

.part-b .style-2 .left {
    height: 34px;
    line-height: 34px;
    width: 517px;
    border: 1px solid #bfbfbf;
    padding: 0;
    background-color: #fff;
    text-indent: 12px;
}

.part-b .style-2 .right {
    height: 36px;
    line-height: 36px;
    width: 88px;
    text-align: center;
    background-color: #bfbfbf;
    color: #fff;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
}

.ny-wrap .box .right .main-content.page-form-01.access {

}

.ny-wrap .box .right .main-content.page-form-01 .layui-form-item {
    margin-bottom: 35px;
}

.ny-wrap .box .right .main-content.page-form-01 .layui-form-label {
    width: 108px;
    padding-left: 0;
    text-align: left;
    padding-right: 0;
    font-size: 14px;
    font-weight: bold;
    color: #393939;
}

.ny-wrap .box .right .main-content.page-form-01 input[type=radio] {
    color: #393939;
    font-size: 14px;
}

.ny-wrap .box .right .main-content.page-form-01 .msg {
    line-height: 30px;
}

.ny-wrap .box .right .main-content.page-form-01 .layui-input-block {
    margin-left: 138px;
    color: #393939;
    font-size: 14px;
}

.FatherGodHz-btn {

}

.FatherGodHz-btn .layui-btn {
    width: 150px;
    line-height: 36px;
    height: 36px;
    background-color: #ff8a00;
    border: 0;
    color: #fff;
}

.FatherGodHz-btn .layui-btn.layui-btn-primary {
    background-color: #b6b6b6;
}

.ny-wrap .box .right .main-content.page-form-01 .layui-input-block .form-info-box {
    padding: 0 26px 26px 26px;
    width: auto;
    border: 1px solid #ccc;

}

.ny-wrap .box .right .main-content.page-form-01 .layui-input-block .form-info-box .info {
    color: #393939;
    line-height: 30px;
    margin-bottom: 20px;
}

.ny-wrap .box .right .main-content.page-form-01 .layui-input-block .form-info-box .tit {
    font-size: 16px;
    font-weight: bold;
    color: #393939;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.ny-wrap .box .right .main-content.page-form-01.access .form-info {
    display: none;
}

.ny-wrap .box .right .main-content.page-form-01.access .form {
    display: block;
}

.ny-wrap .box .right .main-content.page-form-01 .form {
    display: none;
}

.ny-wrap .box .right .main-content.page-form-01 .form-title {
    height: 75px;
    line-height: 85px;
    font-size: 18px;
    color: #393939;
}

.ny-wrap .box .right .main-content.page-form-01 .form-info {
    background-color: #f2f2f2;
    padding: 0 45px 45px 45px;
}

.ny-wrap .box .right .main-content.page-form-01 .form-info .tit {
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    text-align: center;
    line-height: 65px;
    height: 65px;
}

.ny-wrap .box .right .main-content.page-form-01 .form-info .con {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 30px;
}

.ny-wrap .box .right .main-content.page-form-01 .form-info .button-box {
    margin-top: 20px;
    text-align: center;
}

.ny-wrap .box .right .main-content.page-form-01 .form-info .button-box .layui-btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    /*margin-left: 150px;*/
}

.FatherGodHz-btn-Ok {
    background-color: #f49826;
    margin-left: 0;
}

.FatherGodHz-btn-No {
    background-color: #b1b1b1;
}

.ny-wrap .box .right .main-content.list {
    width: 100%;
    padding-top: 11px;
    overflow: hidden;
}

.ny-wrap .box .right .main-content.list > ul {
    width: 100%;
}

.ny-wrap .box .right .main-content.list > ul > li {
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #ebebeb;
    line-height: 49px;
    font-size: 14px;
    background: url("../img/icon/icon_list.png") 3px center no-repeat;
}

.ny-wrap .box .right .main-content.list > ul > li a {
    float: left;
    color: #323232;
    text-indent: 15px;
    width: 741px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 49px;
}

.ny-wrap .box .right .main-content.list > ul > li span {
    float: right;
    color: #8a8989;
}

.ny-wrap .box .right .main-content.list-project {
    width: 100%;
    padding-top: 40px;
}

.ny-wrap .box .right .main-content.list-project ul {

}

.ny-wrap .box .right .main-content.list-project ul li {
    width: 260px;
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
}

.ny-wrap .box .right .main-content.list-project ul li:nth-child(3n) {
    margin-right: 0;
}

.ny-wrap .box .right .main-content.list-project ul li img {
    width: 260px;
    height: 260px;
}

.ny-wrap .box .right .main-content.list-project ul li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.ny-wrap .box .right .main-content.list-job {
    width: 100%;
    padding-top: 11px;
}

.ny-wrap .box .right .main-content.list-job ul {
    width: 100%;
}

.ny-wrap .box .right .main-content.list-job ul li {
    width: 100%;
    height: 49px;
    border-bottom: 1px dashed #ebebeb;
    line-height: 49px;
    font-size: 14px;
}

.ny-wrap .box .right .main-content.list-job ul li a.tit {
    float: left;
    color: #323232;
    width: 450px;
}

.ny-wrap .box .right .main-content.list-job ul li a.company {
    float: left;
    color: #686868;
    width: 300px;
    overflow: hidden;
}

.ny-wrap .box .right .main-content.list-job ul li span {
    float: right;
    color: #8a8989;
}

.ny-wrap .box .right .main-content.list-pictures {
    padding-top: 31px;
    overflow: hidden;
}

.ny-wrap .box .right .main-content.list-pictures ul {
    width: 100%;
}

.ny-wrap .box .right .main-content.list-pictures ul li {
    width: 100%;
    margin-bottom: 40px;
    height: 118px;
}

.ny-wrap .box .right .main-content.list-pictures ul li .img {
    float: left;
    width: 176px;
    height: 118px;
}

.ny-wrap .box .right .main-content.list-pictures ul li .info {
    width: 646px;
    float: right;
    height: 118px;
    position: relative;
}

.ny-wrap .box .right .main-content.list-pictures ul li .info .title {
    width: 100%;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ny-wrap .box .right .main-content.list-pictures ul li .info .description {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}

.ny-wrap .box .right .main-content.list-pictures ul li .info .time {
    position: absolute;
    left: 0;
    bottom: 5px;
    color: #8c8b8b;
    font-size: 14px;
    background: url("../img/icon/icon_time.png") 0 center no-repeat;
    text-indent: 22px;
}

.discussion-wrap {
    background: url('../img/bg/bg_discussion.jpg') center top repeat-y;
    overflow: hidden
}

.discussion-wrap.discussion-ny-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.discussion-wrap.discussion-ny-wrap .description-box {
    min-height: 400px;
    background: url("../img/bg/bg_form.png");
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    padding: 30px 50px;
    width: 1100px;
}

.discussion-wrap.discussion-ny-wrap .video-box {
    background: url("../img/bg/bg_form.png");
    height: 520px;
    margin-top: 19px;
}

.discussion-wrap.discussion-ny-wrap .video-box .tit {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 95px;
    height: 95px;
    text-align: center;
}

.discussion-wrap.discussion-ny-wrap .video-box ul {
    width: 1148px;
    padding-left: 52px;
}

.discussion-wrap.discussion-ny-wrap .video-box ul li {
    width: 340px;
    float: left;
}

.discussion-wrap.discussion-ny-wrap .video-box ul li:not(:last-child) {
    margin-right: 40px;
}

.discussion-wrap.discussion-ny-wrap .video-box ul li img {
    width: 340px;
    height: 340px;
}

.discussion-wrap.discussion-ny-wrap .video-box ul li div {
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.discussion-wrap.discussion-ny-wrap .description-box p {
    margin-bottom: 15px;
    text-indent: 34px;
}

.tifp-wrap {
    background-image: url("../img/bg/bg_tifp.jpg");
    background-repeat: no-repeat;
}

.discussion-wrap .banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.discussion-wrap .nav-box {
    margin-bottom: 30px;
    height: 300px;
}

.discussion-wrap .nav-box .nav {
    width: 200px;
    float: left;
    height: 300px;
    position: relative;
    background-position: center 80px;
    background-repeat: no-repeat;
}

.discussion-wrap .nav-box .nav-1 {
    background-image: url("../img/icon/icon_dis_01.png");
    background-color: #4a1d75;
}

.discussion-wrap .nav-box .nav-1:hover {
    background-image: url("../img/icon/icon_dis_01_hover.png");
    background-color: #fff;
}

.discussion-wrap .nav-box .nav-1:hover .tit {
    color: #4a1d75;
}

.discussion-wrap .nav-box .nav:hover .tit:before {
    background-color: #c1c1c1;
}

.discussion-wrap .nav-box .nav-2 {
    background-image: url("../img/icon/icon_dis_02.png");
    background-color: #1aade2;
}

.discussion-wrap .nav-box .nav-2:hover {
    background-image: url("../img/icon/icon_dis_02_hover.png");
    background-color: #fff;
}

.discussion-wrap .nav-box .nav-2:hover .tit {
    color: #1aade2;
}

/*.discussion-wrap .nav-box .nav-2:hover .sub-section .right{background-color:#1aade2}*/
/*.discussion-wrap .nav-box .nav-2:hover .sub-section .right a{border-bottom:1px solid #1cd6e2;}*/

.discussion-wrap .nav-box .nav-3 {
    background-image: url("../img/icon/icon_dis_03.png");
    background-color: #c2073e;
}

.discussion-wrap .nav-box .nav-3:hover {
    background-image: url("../img/icon/icon_dis_03_hover.png");
    background-color: #fff;
}

.discussion-wrap .nav-box .nav-3:hover .tit {
    color: #c2073e;
}

/*.discussion-wrap .nav-box .nav-3:hover .sub-section .right{background-color:#c2073e}*/
/*.discussion-wrap .nav-box .nav-3:hover .sub-section .right a{border-bottom:1px solid #c2230d;}*/

.discussion-wrap .nav-box .nav-4 {
    background-image: url("../img/icon/icon_dis_04.png");
    background-color: #c3d934;
}

.discussion-wrap .nav-box .nav-4:hover {
    background-image: url("../img/icon/icon_dis_04_hover.png");
    background-color: #fff;
}

.discussion-wrap .nav-box .nav-4:hover .tit {
    color: #c3d934;
}

/*.discussion-wrap .nav-box .nav-4:hover .sub-section .right{background-color:#c3d934}*/
/*.discussion-wrap .nav-box .nav-4:hover .sub-section .right a{border-bottom:1px solid #c3d916;}*/

.discussion-wrap .nav-box .nav-5 {
    background-image: url("../img/icon/icon_dis_05.png");
    background-color: #f49826;
}

.discussion-wrap .nav-box .nav-5:hover {
    background-image: url("../img/icon/icon_dis_05_hover.png");
    background-color: #fff;
}

.discussion-wrap .nav-box .nav-5:hover .tit {
    color: #f49826;
}

/*.discussion-wrap .nav-box .nav-5:hover .sub-section .right{background-color:#f49826}*/
/*.discussion-wrap .nav-box .nav-5:hover .sub-section .right a{border-bottom:1px solid #f49826;}*/

.discussion-wrap .nav-box .nav-6 {
    background-image: url("../img/icon/icon_dis_06.png");
    background-color: #153d95;
}

.discussion-wrap .nav-box .nav-6 .sub-section {
    right: 0;
}

.discussion-wrap .nav-box .nav-6 .sub-section .right {
    float: left;
}

.discussion-wrap .nav-box .nav-6 .sub-section .left {
    float: right;
}

.discussion-wrap .nav-box .nav-6:hover {
    background-image: url("../img/icon/icon_dis_06_hover.png");
    background-color: #fff;
}

.discussion-wrap .nav-box .nav-6:hover .tit {
    color: #153d95;
}

/*.discussion-wrap .nav-box .nav-6:hover .sub-section .right{background-color:#efeb3a}*/
/*.discussion-wrap .nav-box .nav-6:hover .sub-section .right a{border-bottom:1px solid #efeb3a;}*/

.discussion-wrap .nav-box .nav .tit {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 100%;
    display: block;
    line-height: 400px;
    position: relative;
}

.discussion-wrap .nav-box .nav .tit:before {
    position: absolute;
    left: 81px;
    top: 154px;
    width: 38px;
    height: 1px;
    background-color: #fff;
    content: '';
    display: block;
}

.discussion-wrap .nav-box .nav .sub-section {
    position: absolute;
    top: 0;
    height: 300px;
    width: 400px;
    z-index: 999;
    display: none;
}

.discussion-wrap .nav-box .nav .sub-section .left {
    width: 200px;
    height: 300px;
    display: block;;
}

.discussion-wrap .nav-box .nav .sub-section .right {
    width: 200px;
    height: 254px;
    background-color: #2a2a2a;
    padding-top: 46px;
}

.discussion-wrap .nav-box .nav .sub-section .right a {
    height: 49px;
    border-bottom: 1px solid #444444;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 49px;
    color: #fff;
    text-indent: 20px;
}

.discussion-wrap .nav-box .nav .sub-section .right a:hover {
    background-color: #fff;
    color: #000;
}

.discussion-wrap .nav-box .nav .tit:hover {
    color: #fff;
}

.discussion-wrap .links-box {
    width: 1162px;
    height: 104px;
    padding: 19px;
    background-color: #2a2a2a;
    margin-bottom: 30px;
}

.discussion-wrap .links-box .link {
    width: 206px;
    height: 84px;
    padding-top: 20px;
    float: left;
    background-repeat: no-repeat;
    background-position: 67px 16px;
    padding-left: 168px;
    color: #fff;
}

.discussion-wrap .links-box .link:not(:last-child) {
    margin-right: 20px;
}

.discussion-wrap .links-box .link-1 {
    background-image: url("../img/icon/icon_link_01.png");
    background-color: #1aade2;
}

.discussion-wrap .links-box .link-2 {
    background-image: url("../img/icon/icon_link_02.png");
    background-color: #f49826;
}

.discussion-wrap .links-box .link-3 {
    background-image: url("../img/icon/icon_link_03.png");
    background-color: #c2073e;
}

.discussion-wrap .links-box .link .cn {
    font-size: 22px;
    height: 38px;
    line-height: 38px;
}

.discussion-wrap .links-box .link .eg {
    font-size: 16px;
    font-family: Arial;
    height: 18px;
    line-height: 18px;
}

.discussion-wrap .links-box .link div {
    color: #fff;
}

.discussion-wrap .pictures-box {
    height: 720px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.discussion-wrap .pictures-box ul {
    width: 100%;
}

.discussion-wrap .pictures-box ul li {
    width: 240px;
    height: 240px;
    float: left;
    background-color: #fff;
    position: relative;
}

.discussion-wrap .pictures-box ul li a {

}

.discussion-wrap .pictures-box ul li img {
    width: 240px;
    height: 240px;
}

.discussion-wrap .pictures-box ul li .info {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 222px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url("../img/bg/bg_info.png");
}

.discussion-wrap .pictures-box ul li .info .name {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.discussion-wrap .pictures-box ul li .info .description {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    opacity: .8;
}

.discussion-wrap .pictures-box .more {
    width: 240px;
    height: 240px;
    position: absolute;
    top: 240px;
    left: 480px;
    background-color: #1aade2;
}

.discussion-wrap .pictures-box .more .tit {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 147px;
    line-height: 177px;
}

.discussion-wrap .pictures-box .more a {
    width: 106px;
    height: 28px;
    border: 1px solid #57bee3;
    display: block;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.discussion-wrap .news-box {
    height: 498px;
    background-color: #fff;
    margin-bottom: 30px;
}

.discussion-wrap .news-box .left {
    width: 480px;
    height: 498px;
    background-color: #efefef;
}

.discussion-wrap .news-box .right {
    width: 654px;
    height: 433px;
    padding-left: 31px;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-right: 35px;
    position: relative;
}

.discussion-wrap .news-box .right ul {
    width: 100%;
}

.discussion-wrap .news-box .right ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
}

.discussion-wrap .news-box .right ul li img {
    float: left;
    width: 177px;
    height: 108px;
}

.discussion-wrap .news-box .right ul li .info-right {
    width: 455px;
    float: right;
    height: 108px;
    position: relative;
}

.discussion-wrap .news-box .right ul li .tit-right {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #383838;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding-top: 6px;
}

.discussion-wrap .news-box .right ul li .description-right {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
    color: #7a7979;
    margin-top: 2px;
}

.discussion-wrap .news-box .right ul li .time-right {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 26px;
    line-height: 26px;
    color: #7a7979;
    background: url("../img/icon/icon_time.png") 0 center no-repeat;
    text-indent: 20px;
    font-size: 12px;
}

.discussion-wrap .news-box .right .more {
    width: 177px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f49826;
    display: block;
    position: absolute;
    bottom: 35px;
    left: 31px;
    font-size: 14px;
    color: #fff;
}

.discussion-wrap .news-box .info {
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    height: 153px;
}

.discussion-wrap .news-box .info img {
    width: 480px;
    height: 345px;
}

.discussion-wrap .news-box .info .tit {
    color: #383838;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.discussion-wrap .news-box .info .description {
    font-size: 12px;
    color: #7a7979;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.discussion-wrap .news-box .info .time {
    color: #7a7979;
    font-size: 14px;
    background: url("../img/icon/icon_time.png") 0 center no-repeat;
    text-indent: 21px;
    position: absolute;
    bottom: 28px;
}

.registered-wrap {
    background-color: #e1e1e1;
}

.registered-wrap .box {
    background-color: #ebf0f3;
    padding: 30px;
    width: 1160px;
    overflow: hidden;
}

.registered-wrap .left {
    width: 269px;
}

.registered-wrap .left a {
    width: 100%;
    height: 86px;
    display: block;
    margin-bottom: 35px;
    text-indent: 101px;
}

.registered-wrap .left .cn {
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
}

.registered-wrap .left .eg {
    font-size: 14px;
    color: #fff;
    font-family: Arial;
}

.registered-wrap .left a.style-1 {
    background: url("../img/icon/icon_style_01.png") 33px center no-repeat #f49826;
}

.registered-wrap .left a.style-2 {
    background: url("../img/icon/icon_style_02.png") 33px center no-repeat #2d8ff3;
}

.registered-wrap .left a.style-3 {
    background: url("../img/icon/icon_style_03.png") 33px center no-repeat #c2073e;
}

.registered-wrap .right {
    width: 576px;
    background-color: #fff;
    padding: 70px 127px;

}

.father-god-hz-form-1 .layui-form-item {
    margin-bottom: 21px;
}

.father-god-hz-form-1 .layui-form-label {
    background-color: #fff;
    height: 53px;
    line-height: 35px;
    color: #535353;
    font-size: 14px;
}

.father-god-hz-form-1 .layui-input {
    border-left: 0;
    height: 53px;
}

.father-god-hz-form-1 .layui-btn {
    background-color: #f49826;
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.ny-wrap .box .right .main-content.show-history {
    padding-top: 29px;
}

.ny-wrap .box .right .main-content.show-history .title {
    font-size: 26px;
    line-height: 80px;
    border: 30px solid #ebf0f3;
    background-color: #fff;
    text-align: center;
}

.ny-wrap .box .right .main-content.show-history .content {
    color: #454545;
    font-size: 14px;
    line-height: 30px;
}

.ny-wrap .box .right .main-content.show-history .title-bg {
    height: 47px;
    margin-top: 30px;
    margin-bottom: 25px;
    background: url("../img/bg/bg_title.jpg") 0 center repeat-x;
}

.ny-wrap .box .right .main-content.show-history .title-bg .tit {
    height: 31px;
    line-height: 31px;
    margin-top: 8px;
    margin-left: 15px;
    padding: 0 11px;
    background-color: #fff;
    font-size: 16px;
    color: #129a43;
    font-weight: bold;
    float: left;
}

.ny-wrap .box .right .main-content.show-history .swiper-slide {
    height: 183px;
}

.ny-wrap .box .right .main-content.show-history .swiper-slide img {
    width: 100%;
    height: 100%;
}

.ny-wrap .box .right .main-content img {
    max-width: 100%;
}

.ny-wrap .box .right .main-content.page-1 {
    padding-top: 29px;
}

.tifp-wrap .form-application {
    margin-top: 367px;
    height: 610px;
    background: url("../img/bg/bg_form.png");
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 29px;
    width: 1141px;
}

.tifp-wrap .form-application .title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 83px;
    line-height: 83px;
    text-align: center;
}

.tifp-wrap .form-application .style {
    margin-bottom: 19px;
    overflow: hidden;
}

.tifp-wrap .form-application .style input {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-indent: 19px;
    font-size: 14px;
    color: #7d7d7d;
    border: 0;
    width: 100%;
}

.tifp-wrap .form-application .style textarea {
    resize: none;
    width: 1160px;
    height: 89px;
    padding: 20px;
    border: 0;
}

.tifp-wrap .form-application .style-1 {

}

.tifp-wrap .form-application .style-1 .left {
    width: 560px;
}

.tifp-wrap .form-application .style-1 .right {
    width: 560px;
}

.tifp-wrap .form-application .style-2 {
}

.tifp-wrap .form-application .style-2 .left {
    width: 1030px;
}

.tifp-wrap .form-application .style-2 .right {
    width: 111px;
    height: 50px;
    border-radius: 0;
    background-color: #d8d8d8;
    color: #2a2a2a;
    font-weight: bold;
}

.tifp-wrap .form-application .submit-btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: #f49826;
    margin: 0 auto;
    display: block;
    border: 0;
    border-radius: 0;
}

.tifp-wrap .msg-box {
    margin-bottom: 30px;
}

.links-box {
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.user-wrap {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 53px;
}

.user-wrap .box {
}

.user-wrap .left {
    width: 190px;
    height: 717px;
    background-color: #353a44;
}

.user-wrap .left .tit {
    height: 92px;
    line-height: 92px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #fff;
}

.user-wrap .left .tit .nav-slide {
    overflow: hidden;
}

.user-wrap .left .nav-slide ul {
    width: 100%;
}

.user-wrap .left .nav-slide ul li {
    width: 100%;
    margin-bottom: 20px;
}

.user-wrap .left .nav-slide ul li.active a {
    background: url("../img/bg/nav-slide-bg.jpg") center top no-repeat;
    color: #353a44;
}

.user-wrap .left .nav-slide ul li a {
    height: 36px;
    line-height: 36px;
    width: 150px;
    display: block;
    margin: 0 auto;
    text-indent: 55px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

.user-wrap .left .nav-slide ul li a:after {
    content: '';
    position: absolute;
    left: 23px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left top;
}

.user-wrap .left .nav-slide ul li a.icon_01:after {
    background-image: url("../img/icon/icon_slide_01.png");
    top: 8px;
}

.user-wrap .left .nav-slide ul li a.icon_02:after {
    background-image: url("../img/icon/icon_slide_02.png");
    top: 7px;
}

.user-wrap .left .nav-slide ul li a.icon_03:after {
    background-image: url("../img/icon/icon_slide_03.png");
    top: 7px;
}

.user-wrap .left .nav-slide ul li a.icon_04:after {
    background-image: url("../img/icon/icon_slide_04.png");
    top: 7px;
}

.user-wrap .left .nav-slide ul li a.icon_05:after {
    background-image: url("../img/icon/icon_slide_05.png");
    top: 7px;
}

.user-wrap .left .nav-slide ul li a.icon_06:after {
    background-image: url("../img/icon/icon_slide_06.png");
    top: 10px;
}

.user-wrap .left .nav-slide ul li.active a.icon_01:after {
    background-image: url("../img/icon/icon_slide_01_h.png");
}

.user-wrap .left .nav-slide ul li.active a.icon_02:after {
    background-image: url("../img/icon/icon_slide_02_h.png");
}

.user-wrap .left .nav-slide ul li.active a.icon_03:after {
    background-image: url("../img/icon/icon_slide_03_h.png");
}

.user-wrap .left .nav-slide ul li.active a.icon_04:after {
    background-image: url("../img/icon/icon_slide_04_h.png");
}

.user-wrap .left .nav-slide ul li.active a.icon_05:after {
    background-image: url("../img/icon/icon_slide_05_h.png");
}

.user-wrap .left .nav-slide ul li.active a.icon_06:after {
    background-image: url("../img/icon/icon_slide_06_h.png");
}

.user-wrap .right {
    width: 922px;
    height: 717px;
    background-color: #fff;
    padding-left: 47px;
    padding-right: 41px;
}

.user-wrap .right .location {
    height: 73px;
    line-height: 83px;
    color: #5d5d5d;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.user-wrap .right .location .fr {
    font-size: 14px;
    color: #ff7400;
    height: 74px;
}

.user-wrap .right .con {
    margin-top: 40px;
    height: 563px;
    margin-bottom: 40px;

}

.con.FatherGodHz-form {
    overflow-y: auto;
    padding-right: 20px;
}

.user-wrap .right .con ul {
    width: 100%;
}

.user-wrap .right .con ul li {
    width: 100%;
    height: 132px;
    margin-bottom: 30px;
}

.user-wrap .right .con ul li .fl {
    width: 150px;
    height: 132px;
    background-repeat: no-repeat;
    background-position: center 29px;
}

.user-wrap .right .con ul li .fl a {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    line-height: 192px;
    height: 132px;
    color: #fff;
    display: block;
}

.user-wrap .right .con ul li .fl.bg-01 {
    background-image: url("../img/bg/user_bg_01.png");
    background-color: #f49826;
}

.user-wrap .right .con ul li .fl.bg-02 {
    background-image: url("../img/bg/user_bg_02.png");
    background-color: #2d8ff3;
}

.user-wrap .right .con ul li .fl.bg-03 {
    background-image: url("../img/bg/user_bg_03.png");
    background-color: #c2073e;
}

.user-wrap .right .con ul li .fr {
    width: 772px;
    height: 132px;
}

.user-wrap .right .con ul li .fr .swiper-container {
    width: 100%;
    height: 100%;
}

.user-wrap .right .con ul li .fr .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e5e5e5;
}

.user-wrap .right .con ul li .fr .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.user-wrap .right .con ul li .fr .swiper-slide .en {
    width: 100%;
    height: 50px;
    line-height: 16px;
    font-size: 12px;
    font-family: Arial;
    color: #5d5d5d;
    padding-top: 30px;
    position: relative;
}

.user-wrap .right .con ul li .fr .swiper-slide .en:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 81px;
    background-color: #b7b7b7;
}

.user-wrap .right .con ul li .fr .swiper-slide .cn {
    width: 100%;
    height: 62px;
    font-size: 16px;
    color: #393939;
    line-height: 52px;
}

#tip-box > div {
    float: left;
}

#market-box .layui-input-block > div {
    float: left;
}

.ny-wrap .box .right .main-content.page-form-01.page-form-02 {

}

.ny-wrap .box .right .main-content.page-form-01.page-form-02 .part-b {
    display: block;
}

.page-form-03 .info {
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.FatherGodHzStyle1 .show-1 {
    display: block;
}

.FatherGodHzStyle1 .show-2 {
    display: none;
}

.FatherGodHzStyle2 .show-1 {
    display: none;
}

.FatherGodHzStyle2 .show-2 {
    display: block;
}

.user-wrap .right .con.certifiedForm {

}

.certifiedForm .layui-form {
    margin-top: 20px;
    margin-bottom: 40px;
}

.certifiedForm .layui-form-item {
    line-height: 38px;
    margin-bottom: 20px;
}

.certifiedForm .layui-form-label {
    padding: 0;
    text-align: left;
    line-height: 38px;
    color: #717171;
    font-size: 14px;
    width: auto;
}

.certifiedForm .layui-input-block.left-one-margin {
    margin-left: 87px;
}

.certifiedForm .layui-input-block.left-one-margin .info {
    color: #dd0000;
    height: 52px;
    line-height: 42px;
}

.FatherGodHz-btn {
    width: 100%;
}

.FatherGodHz-btn .layui-btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 0;
    background-color: #f49826;
}

.FatherGodHz-btn .layui-btn.layui-btn-primary {
    background-color: #d6d6d6;
    color: #fff;
}

.certifiedForm .layui-input-block.left-two-margin {
    margin-left: 205px;
}

.certifiedForm .layui-input-block.style-3 {

}

.certifiedForm .layui-input-block.style-3 .fl {
    width: 394px;
}

.certifiedForm .layui-input-block.style-3 #file {
    height: 36px;
    line-height: 36px;
    width: 302px;
    border: 1px solid #bfbfbf;
    padding: 0;
    background-color: #fff;
    text-indent: 12px;
    float: left;
}

.certifiedForm .layui-input-block.style-3 #uploadFile {
    height: 38px;
    line-height: 38px;
    width: 90px;
    text-align: center;
    background-color: #bfbfbf;
    color: #4f4f4f;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    float: right;
}

.certifiedForm .layui-input-block.style-3 .fr {
    width: 250px;
    line-height: 19px;
    font-size: 12px;
    color: #dd0000;
}

.certifiedForm .layui-input-block.left-three-margin {
    margin-left: 187px;
}

.certifiedForm .layui-input-block.left-three-margin .fl {
    width: 600px;
    float: none;
}

.certifiedForm .layui-input-block.left-three-margin .fr {
    width: 80px;
    text-indent: 15px;
    color: #e36e31;
    float: none;
    margin-left: 10px;
}

.certifiedForm .layui-input-block.left-three-margin .layui-btn {
    margin-left: 10px;
    height: 24px;
    line-height: 24px;
}

.certifiedForm .layui-input-block.left-three-margin .radio-box {
    display: none;
}

.certifiedForm .layui-input-block.left-three-margin .radio-box .title {
    font-weight: bold;
}

.certifiedForm .layui-input-block.left-three-margin .radio-box .son {
    padding-left: 25px;
}

.certifiedForm .layui-input-block.left-three-margin .radio-box .son .layui-form-checkbox {
    min-width: 146px;
    text-align: left;
}

.certifiedForm .layui-input-block.left-three-margin .radio-box .son .layui-form-checkbox span {
    width: 70%;
    text-align: left;
}

.certifiedForm .layui-input-block.mb20 > div {
    margin-bottom: 20px;
}

.certifiedForm #time {
    width: 228px;
}

/* 全局滚动条样式 */
.scrollable {
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 50, 50, 0.6);
}

::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.1);
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(50, 50, 50, 0.2);
}

.radio-wrap > div {

}

.radio-wrap .radio-box {
    display: none;
}

.radio-box {
    z-index: 9;
    padding: 18px;
    background-color: #fff;
    width: 774px;
}

.company-type-box .layui-form-radio {
    min-width: 190px;
    margin: 0;
    padding: 0;
    color: #717171;
    font-size: 14px;
    margin-bottom: 20px;
}

#change {
    cursor: pointer;
}

.category-tifp-wrap {
    background: url("../img/bg/bg_category_tifp.jpg") center top no-repeat;
    height: 2129px;
    width: 100%;
}

.category-tifp-wrap .click-box {
    height: 571px;
    position: relative;
}

.category-tifp-wrap .click-box a {
    position: absolute;
    top: 339px;
    left: 499px;
    width: 170px;
    height: 170px;
    background: url("../img/icon/icon_click.png") center top no-repeat;
    display: block;
}

.category-tifp-wrap .news-box {
    height: 356px;
    margin-bottom: 30px;
}

.category-tifp-wrap .person-box {
    height: 589px;
    margin-top: 30px;
    position: relative;
}

.category-tifp-wrap .person-box .tit {
    background: url("../img/bg/person_box_tit.png") center top no-repeat;
    height: 60px;
    line-height: 60px;
    text-indent: 18px;
    color: #fff;
}

.category-tifp-wrap .person-box .list {

}

.category-tifp-wrap .person-box .list ul {
}

.category-tifp-wrap .person-box .list ul li {
    font-size: 14px;
    color: #a9a9a9;
    width: 280px;
    float: left;
}

.category-tifp-wrap .person-box .list ul li:not(:last-child) {
    margin-right: 26px;
}

.category-tifp-wrap .person-box .list ul li .name {
    height: 74px;
    line-height: 74px;
    color: #ffffff;
    font-size: 20px;
}

.category-tifp-wrap .person-box .list ul li img {
    width: 280px;
    height: 240px;

}

.category-tifp-wrap .person-box .list ul li .sub-name {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #fff;
}

.category-tifp-wrap .person-box .list ul li .description {
    line-height: 27px;
    color: #a2a2a2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.category-tifp-wrap .person-box .more {
    width: 169px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #353535;
    font-size: 14px;
    color: #bdbdbd;
    position: absolute;
    left: 514px;
    bottom: 0;
    display: block;
    text-align: center;
}

.category-tifp-wrap .news-box .left {
    width: 845px;
}

.category-tifp-wrap .news-box .left .tit {
    height: 56px;
    line-height: 56px;
    width: 100%;
    background: url("../img/bg/bg_news_left_tit.png") center top no-repeat;
    font-size: 18px;
    color: #fff;
    text-indent: 18px;
}

.category-tifp-wrap .news-box .left .con .img {
    width: 845px;
    height: 300px;
}

.category-tifp-wrap .news-box .right {
    width: 340px;
}

.category-tifp-wrap .news-box .right .tit {
    height: 56px;
    line-height: 56px;
    width: 100%;
    background: url("../img/bg/bg_news_right_tit.png") center top no-repeat;
    font-size: 18px;
    color: #fff;
    text-indent: 18px;
}

.category-tifp-wrap .news-box .right img {
    width: 340px;
    height: 247px;
}

.category-tifp-wrap .news-box .right .bottom-title {
    height: 53px;
    line-height: 53px;
    text-indent: 18px;
    color: #fff;
    font-size: 14px;
    background-color: #f49827;
}

.has-sub-section {
    background-image: url("../img/icon/has-sub-section.png");
    background-position: 188px 14px;
    background-repeat: no-repeat;
}

.applyList {

}

.applyList .titleBox {
    overflow: hidden;
    height: 40px;
    width: 100%;
    background-color: #f5f5f5;
    line-height: 40px;
    text-align: center;
}

.applyList span {
    float: left;
}

.applyList span.tit1 {
    width: 95px;
}

.applyList span.tit2 {
    width: 180px;
}

.applyList span.tit3 {
    width: 96px;
    float: right;
}

.applyList ul {
    width: 100%;
}

.applyList ul.FatherGodHzList li {
    width: 100%;
    height: 54px !important;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 0 !important;
}

.applyList ul.FatherGodHzList li .tit2 {
    font-weight: bold;
}

.applyList ul.FatherGodHzList li .tit3 {
    color: green;
}

.applyList ul.FatherGodHzList li .tit3.ok {
    color: #ff7500;
}

.applyList ul.FatherGodHzList li .tit3.no {
    color: #ff0000;
}

.recruitmentList {

}

.recruitmentList ul {

}

.recruitmentList ul li {
    height: 49px !important;
    border-bottom: 1px dashed #ccc;
    line-height: 49px;
    margin-bottom: 0 !important;
}

.recruitmentList ul li .item-box {
    width: 704px;
    float: left;
}

.recruitmentList ul li .item-box a {
    float: left;
    color: #393939;
}

.recruitmentList ul li .item-box span {
    float: right;
    color: #8d8d8d;
}

.recruitmentList ul li .button-box {
    width: 171px;
    float: right;
}

.recruitmentList ul li .button-box a {
    width: 62px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 13px;
}

.recruitmentList ul li .button-box .editor-btn {
    float: left;
    background-color: #ff6c00;
}

.recruitmentList ul li .button-box .del-btn {
    float: right;
    background-color: #3ac615;
}

#headImg {
    width: 80px;
    height: 80px;
    border: 0;
    margin-left: 15px;
    cursor: pointer;
}

.FatherGodHz .layui-upload-list {
    margin: 0;
    margin-bottom: 15px;
}

.FatherGodHz .layui-form-item .layui-inline {
    margin-right: 0;
}

.FatherGodHz .layui-form-item .layui-input-inline {
    margin-right: 0;
    width: 349px;
}

.FatherGodHz .layui-form-mid {
    margin-left: 10px;
}

.FatherGodHz-text {
    line-height: 38px;
}

.job-article {
    padding-top: 31px;
}

.job-article .fl {
    overflow: hidden;
    width: 535px;
}

.job-article .fl .tit {
    font-weight: bold;
    font-size: 20px;
    color: #393939;
}

.job-article .fl .info {
    font-size: 14px;
    font-weight: bold;
    color: #393939;
    line-height: 40px;
    padding-top: 13px;
    overflow: hidden;
}

.job-article .fl .info span:last-child {
    font-weight: normal;
}

.job-article .fl .con-tit {
    font-size: 16px;
    color: #393939;
    font-weight: bold;
    text-indent: 17px;
    position: relative;
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 25px;
}

.job-article .fl .con-tit:before {
    position: absolute;
    height: 20px;
    width: 5px;
    content: "";
    background-color: #e09030;
    top: 4px;
    left: 0;
}

.job-article .fl .con-box {
    width: 100%;
    padding-top: 20px;
}

.job-article .fr {
    width: 234px;
    border: 1px solid #d6d6d6;
    padding: 38px;
}

.job-article .fr .verified {
    width: 88px;
    height: 31px;
    background-color: #e09030;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 15px;
}

.job-article .fr .company-name {
    color: #e09030;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 21px;
    border-bottom: 1px solid #d6d6d6;
}

.job-article .fr .info {
    padding-top: 10px;
}

.job-article .fr .info ul {
}

.job-article .fr .info ul li {
    font-size: 16px;
}

.job-article .fr .info ul li > span:first-child {
    font-weight: bold;
    line-height: 50px;
    color: #393939;
}

.job-article .fr .info ul li > span:last-child {
    color: #393939;
    text-indent: 15px;
}

.project-article {
    padding-top: 10px;
}

.project-article .con {
    padding-top: 40px;
}

.project-article .con > h1 {
    padding: 20px 0;
}

.project-article .top-box {
    overflow: hidden;
}

.project-article .top-box .fr {
    width: 400px;
    overflow: hidden;
}

.project-article .top-box .fr ul li {
    line-height: 48px;
    overflow: hidden
}

.project-article .top-box .fr ul li div {
    float: left;
    width: 50%;
}

#imagesWrap > div {
    width: 250px;
    height: 250px;
    margin-right: 54px;
    margin-bottom: 10px;
}

#imagesWrap > img:nth-child(3n) {
    margin-right: 0;
}

#projectImages img {
    width: 100%;
    height: 100%;
}

#message-box .layui-input-block > div {
    float: left
}

.part-a-wrap {
    background-color: #f5f5f5;
    height: 577px;
}

.part-a-wrap .part-a-box {

}

.part-a-wrap .pictures-news {
    width: 100%;
    height: 410px;
}

.part-a-wrap .pictures-news ul {
    width: 100%;
}

.part-a-wrap .pictures-news ul li {
    width: 370px;
    height: 410px;
    float: left;
}

.part-a-wrap .pictures-news ul li:not(:last-child) {
    margin-right: 45px;
}

.part-a-wrap .pictures-news ul li .info {
    padding: 0 20px;
    background-color: #fff;
    height: 167px;
}

.part-a-wrap .pictures-news ul li .info .tit {
    line-height: 26px;
    font-size: 18px;
    width: 100%;
    padding: 15px 0;
}

.part-a-wrap .pictures-news ul li .info .time {
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-top: 1px solid #ebebeb;
    text-indent: 25px;
    background: url("../img/icon/icon-time.png") left center no-repeat;
    color: #7f7f7f;

}

.box .title {
    height: 110px;
    line-height: 140px;
}

.box .title .tit {
    height: 110px;
    float: left;
    font-size: 30px;
}

.box .more {
    height: 110px;
    float: right;
    background: url("../img/icon/icon-more.png") right 65px no-repeat;
    padding-right: 20px;
}

.part-b-box {
    height: 632px;
}

.part-b-wrap .pictures-news {

}

.part-b-wrap .pictures-news ul {
    width: 100%;

}

.part-b-wrap .pictures-news ul li {
    width: 600px;
    height: 230px;
    float: left;
}

.part-b-wrap .pictures-news ul li img {
    width: 300px;
    height: 230px;
    float: left;
}

.part-b-wrap .pictures-news ul li .info {
    float: right;
    width: 260px;
    height: 229px;
    padding: 0 20px;
    position: relative;
}

.part-b-wrap .pictures-news ul li.border-1 .info:after,
.part-b-wrap .pictures-news ul li.border-2 .info:after {
    position: absolute;
    width: 15px;
    height: 25px;
    left: -15px;
    top: 100px;
    content: "";
    background: url("../img/icon/icon-row.png") center center no-repeat;
}

.part-b-wrap .pictures-news ul li .info .tit {
    line-height: 24px;
    font-size: 17px;
    color: #1d1d1d;
    padding: 19px 0 0 0;
}

.part-b-wrap .pictures-news ul li .info .description {
    color: #9a9a9a;
    line-height: 23px;
    padding: 10px 0;
}

.part-b-wrap .pictures-news ul li .info .time {
    text-indent: 24px;
    background: url("../img/icon/icon-time.png") left center no-repeat;
    color: #3f3f3f;
    height: 28px;
    line-height: 28px;
}

.part-b-wrap .pictures-news ul li.border-1 .info {
    border-top: 1px solid #e9e9e9;
}

.part-b-wrap .pictures-news ul li.border-2 .info {
    width: 259px;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.part-b-wrap .pictures-news ul li.border-3 img {
    float: right;
}

.part-b-wrap .pictures-news ul li.border-3 .info {
    float: left;
    width: 259px;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.part-b-wrap .pictures-news ul li.border-4 img {
    float: right;
}

.part-b-wrap .pictures-news ul li.border-4 .info {
    float: left;
    width: 260px;
    border-bottom: 1px solid #e9e9e9;
}

.part-b-wrap .pictures-news ul li.border-3 .info:after,
.part-b-wrap .pictures-news ul li.border-4 .info:after {
    position: absolute;
    width: 15px;
    height: 25px;
    right: -15px;
    top: 100px;
    content: "";
    background: url("../img/icon/icon-row.png") center center no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.part-c-wrap {
    background-color: #f5f5f5;
}

.part-c-wrap .pictures-news {
    width: 1200px;
}

.part-c-wrap .pictures-news ul {
    width: 100%;
}

.part-c-wrap .pictures-news ul li {
    width: 100%;
    height: 380px;
}

.part-c-wrap .pictures-news ul li img {
    width: 600px;
    height: 380px;
    float: left;
}

.part-c-wrap .pictures-news ul li .info {
    width: 540px;
    height: 320px;
    float: right;
    background-color: #fff;
    padding: 0 30px;
    padding-top: 60px;
}

.part-c-wrap .pictures-news ul li .info .tit {
    color: #1d1d1d;
    font-size: 24px;
    line-height: 34px;
}

.part-c-wrap .pictures-news ul li:nth-child(2n) .info {
    float: left !important;
}

.part-c-wrap .pictures-news ul li:nth-child(2n) img {
    float: right !important;
}

.part-c-wrap .pictures-news ul li .info .description {
    line-height: 26px;
    padding: 20px 0;
    color: #888;
}

.part-c-wrap .pictures-news ul li .info .time {
    color: #b2b2b2;
    font-size: 18px;
    text-indent: 30px;
    margin-top: 20px;
    background: url("../img/icon/icon-time.png") left center no-repeat;
}

.part-c-box {
    /*height: 1693px;*/
    padding-bottom: 57px;
}

.list-persons {
    padding-top: 28px;
}

.list-persons ul {
    width: 100%;
}

.list-persons ul li {
    width: 267px;
    height: 427px;
    float: left;
    margin-right: 24px;
}

.list-persons ul li .name {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 24px;
}

.list-persons ul li .description {
    line-height: 26px;
    font-size: 14px;
    color: #bfbfbf;
    padding: 5px 0;
}

.list-persons ul li:nth-child(3n) {
    margin-right: 0;
}

/*复用*/
.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

