@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #323232;
}

.text-default {
    color: #f5f6f8;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body {
    color: #363636;
    font-family: '微软雅黑';
    font-size: 16px;
    background: #fff;
}

a {
    color: #363636;
}

a:hover {
    color: #1e7bc0;
    text-decoration: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

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

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #1e7bc0;
    width: 100%;
}

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

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.alert.alert-danger {
    background: #fff;
}

.alert.alert-info {
    /* background: #aaa; */
}

.alert.alert-success {
    background: #323232;
}

.alert.alert-primary {
    background: #c1232c;
}

.alert .close {
    float: right;
    background: none;
    border: none;
    cursor: pointer;
}

.alert-dismissible .btn-close {
    padding: 16px 15px;
}

.strong {
    font-weight: bold;
}



#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #036192;
    cursor: pointer;
}

.img-responsive {
    width: 100%;
    display: block;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.layui-fluid {
    padding: 0;
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.mheader,
.mnav {
    display: none;
}

.sch_form {
    display: inline-block;
    border: 1px solid #16529a;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    padding-right: 10px;
}

.sch_form .sch_input {
    background: none;
    border: none;
    padding: 0 10px;
}

.sch_form .sch_btn {
    background: none;
    border: none;
    color: #16529a;
    cursor: pointer;
}

.top_text a {
    color: #134e93;
    margin-right: 20px;
}


.topsch .sch_q {
    width: 300px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    display: none;
}

.topsch .sch_btn {
    width: 40px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    position: relative;
    color: #1686c6;
}

.topsch .sch_btn::before {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #d8dadb;
    display: none;
}

.topsch:hover .sch_q {
    display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 5px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {}

.mc_ph_hd .mc_ph_logo {
    width: auto;
}

.mc_ph_hd .mc_ph_en {
    margin-top: 15px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 45px !important;
    /* margin-top: 2px; */
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 17px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #fff;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_ph_navbar {
    position: relative;
    z-index: 9999;

    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1e7bc0;
    padding: 0 20px;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 60px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 60px);
    padding: 10px 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul1 {}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #001eb4;
}

.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.tp_link {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.tp_link a {
    font-size: 14px;
    color: #fff;
}

.tp_link span {
    padding: 0 5px;
}


#bannerslide .swiper-button-next,
#bannerslide .swiper-button-prev {
    left: 0px;
    width: 40px;
    height: 60px;
    background-color: rgba(255, 255, 255, .7);
    font-size: 20px;
    color: #333;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#bannerslide:hover .swiper-button-next,
#bannerslide:hover .swiper-button-prev {
    opacity: 1;
}

#bannerslide .swiper-button-next {
    left: auto;
    right: 0;
}

#bannerslide .swiper-button-next:after,
#bannerslide .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    display: none;
}

#bannerslide .swiper-pagination {
    bottom: 10px;
}

#bannerslide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: none;
    margin: 0 4px;
    box-sizing: border-box;
    opacity: 0.5;
    background-color: #fff;
}

#bannerslide .swiper-pagination-bullet-active {
    opacity: 1;
    width: 27px;
    border-radius: 10px;
}


.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.myclass2.layui-layer-page {
    width: 700px !important;
}

.himg .pic {
    overflow: hidden;
}

.himg img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#up-banner {
    height: 400px;
    box-sizing: border-box;
    padding-top: 0;
    color: #fff;
}

#up-banner h2 {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
}

#up-banner h3 {
    font-weight: bold;
    font-size: 36px;
}

#up-banner a {
    color: #fff;
}

#up-banner .position {
    font-size: 14px;
}

#up-banner .position .cn {
    font-size: 36px;
    font-weight: bold;
}

#up-banner .position .en {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

#up-banner .layui-container {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

#up-banner .line span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.35;
}

.header {
    position: relative;
    /* z-index: 20; */
}

.nav_box {
    background: #1e7bc0;
}

#colbox {
    background: #fff;
}

#colbox .layui-tab-card {
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}

#colbox .layui-tab {
    margin: 0;
}

#colbox .layui-tab-title {
    position: relative;
    border-bottom-width: 0px;
    background: none;
    height: auto;
}

#colbox .layui-tab-title li {
    padding: 0;
}

#colbox .layui-tab-title li span {
    display: inline-block;
    padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
    display: none;
}

#colbox .layui-tab-title li a {
    display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
    display: none;
}

.conent_box {}

.conent_box .layui-row {
    overflow: inherit;
}

.leftmenu {
    overflow: hidden;
}


.leftmenu li {
    height: 50px;
    line-height: 50px;
    position: relative;
    min-width: auto;
    z-index: 1;
    display: inline-block;
    margin-right: 0;
}

.leftmenu li a {
    display: block;
    padding: 0 35px;
    position: relative;
    text-align: center;
}



.leftmenu li.layui-this a,
.leftmenu li a:hover {
    color: #fff;
    font-weight: bold;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    z-index: 2;
    background: #1e7bc0;
}

.leftsubmenu {
    background: url(../images/bg28.jpg) no-repeat center;
    background-size: cover;
    padding-left: 20px;
}

.leftsubmenu li {
    display: inline-block;
    margin-right: 10px;
}

.leftsubmenu li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
    border: solid 1px #1e7bc0;
    font-weight: bold;
    color: #1e7bc0;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 50px;
    background: #fbfbfb;
}


.page_detail {
    border: 1px solid #e1e1e1;
    padding: 40px 150px;
}

.detail_box {
    padding: 0px;
    line-height: 2.5em;
    font-size: 16px;
    overflow: hidden;
}

.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}

.col-att {
    font-size: 14px;
    color: #adadad;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.col-att a {
    color: #adadad;
}

.col-att .linedc {
    padding: 0 5px;
}

.dtl_detail {
    line-height: 2.5em;
    font-size: 16px;
}

.dtl_detail.p1 {
    font-size: 18px;
}

.dtl_detail.p2 {
    font-size: 16px;
}

.dtl_detail.p3 {
    font-size: 14px;
}

.pager {
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
}

.pager li {
    width: 49%;
    float: left;
}

.pager li a {}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #1e7bc0;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #1e7bc0;
    color: #fff;
    border: solid 1px #1e7bc0;
}

.textlist {
    padding: 0px;
}

.textlist li {}

.textlist li a {
    background-color: #f8f8f8;
    border-radius: 10px;
    border: solid 1px #f5f5f5;
    position: relative;
    padding: 20px 20px 20px 0;
}

.textlist li .time {
    width: 114px;
    opacity: 1;
    box-sizing: border-box;
    border-right: 1px solid #DBDBDB;
    flex: none;
    margin-right: 30px;
    text-align: center;
    color: #BCBCBC;
}

.textlist li .ri {
    line-height: 40px;
    font-size: 32px;
    color: #3b3b3b;
}

.textlist li .ny {
    font-size: 14px;
}

.textlist li .text {
    position: relative;
    width: calc((100% - 125px));
}



.textlist li .title {
    height: 25px;
    font-size: 20px;
}

.textlist li .desc {
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #929292;
    word-break: break-all
}

.textlist li a:hover {
    background-color: #ecf7ff;
    border-radius: 10px;
}

.textlist li a:hover .title {
    font-weight: bold;
    color: #1e7bc0;
}

.textlist li a:hover .time {
    color: #1e7bc0;
}

.textlist li a:hover .ri {
    color: #1e7bc0;
}


.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #1e7bc0;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}


.piclist li a {
    display: block;
    position: relative;
    text-align: center;
    box-shadow: 0px -4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: solid 1px #d4d4d4;
    overflow: hidden;
}

.piclist li a:hover {
    font-weight: bold;
}

.piclist li a .line1 {
    height: 55px;
    line-height: 55px;
}

.piclist li a:hover .title {
    background-color: #1e7bc0;
    color: #fff;
}

.piclist2 li a {
    display: block;
    position: relative;
}

.piclist2 li .text {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}

.piclist2 li .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.piclist2 li .time {
    font-size: 14px;
    color: #aaaaaa;
}

.piclist2 li a:hover {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
    border-bottom: 1px solid #1e7bc0;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist li {
    position: relative;
}

.tuwenlist li a {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    background-color: #f8f8f8;
}

.tuwenlist li a:hover {
    background-color: #ecf7ff;
}

.tuwenlist li .pic {
    flex: none;
    width: 355px;
    float: left;
}

.tuwenlist li .text {
    width: calc((100% - 375px));
    height: 204px;
    background-size: cover;
}

.tuwenlist li .text0 {
    padding: 20px 0 0 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.tuwenlist li .title {
    font-size: 16px;
    font-weight: bold;
}

.tuwenlist li .desc {
    height: 90px;
    line-height: 30px;
    color: #adadad;
    width: 100%;
    font-size: 14px;
}

.tuwenlist li .time {
    color: #adadad;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.tuwenlist li .time .iconfont {
    font-size: 24px;
    color: #1e7bc0;
}

.tuwenlist li .time .iconfont:last-child {
    margin-left: 20px;
}


.search_list .item .text {
    text-align: center;
    background: #f9f9f9;
    line-height: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
}

.search_list .item .iconfont {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 30px;
    flex: none;
    color: #1e7bc0;
}

.search_list .item .text1 {
    color: #333;
    font-size: 18px;
}

.search_list .item:hover .text {
    background: #1e7bc0;
}

.search_list .item:hover .text1 {
    color: #fff;
}

/*
内容搜索页
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.column {
    position: relative;
    font-weight: bold;
    padding-top: 10px;
}

.column .cn {
    font-size: 36px;
    position: relative;
    z-index: 2;
}

.column .en {
    font-size: 28px;
    color: #292929;
    opacity: 0.12;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.column .line {
    position: absolute;
    left: 0;
    bottom: -8px;
    line-height: 2px;
}

.column .line span {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #1e7bc0;
}

.column .line span.l2 {
    background-color: #70b72d;
    margin-left: 2px;
}

.qzyl_tabhd1 a {
    cursor: pointer;
}

.qzyl_tabhd1 a.on {
    color: #1e7bc0;
}

.bgbai {
    background: #fff;
    padding: 30px 30px 10px;
}

.pchide {
    display: none;
}

.phhide {
    display: block;
}

.footer {
    background: #fbf9f6;
    background-size: cover;
    color: #999896;
    font-size: 14px;
}

.footer a {
    color: #999896;
    font-size: 14px;
}

.footer .iconfont {
    opacity: .8;
}

.copyright {
    line-height: 30px;
    overflow: hidden;
}

.foot_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.foot_right .foot_erweima {
    width: 160px;
    margin-left: 0;
    text-align: center;
}

.footer .lx_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .lx_box .icon {
    margin-right: 10px;
}

.footer .lx_box .icon .iconfont {
    font-size: 40px;
    color: #1e7bc0;
}

.footer .lx_box .text {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.fenxiang .wb {
    margin: 0 15px 0 5px;
    position: relative;
    cursor: pointer;
}

.fenxiang .wx {
    position: relative;
    cursor: pointer;
}

.fenxiang .hover {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    z-index: 2;
}

.fenxiang .wx:hover .hover,
.fenxiang .wb:hover .hover {
    display: block;
}

.footlogobox {
    border-bottom: 1px solid #e6e6e6;
}

.foot_nav {
    overflow: hidden;
}

.foot_nav>li {
    float: left;
    border-right: 1px solid #e6e6e6;
    padding-right: 60px;
    margin-right: 59px;
}

.foot_nav>li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.foot_nav>li>a {
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #373737;
}

.foot_nav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #d3d3d3;
}

.foot_nav>li li {
    margin-bottom: 15px;
}

.foot_info {
    line-height: 2em;
}

.foot_link {
    text-align: right;
}


.footcopright {
    background-color: #f5ebdd;
    background-image: url(../images/top_line.jpg);
    background-repeat: repeat-x;
    background-position: 0 100%;
    font-size: 14px;
    color: #b1aeab;
}

.footcopright a {
    color: #b1aeab;
}



.nav {
    padding: 0 0 0 70px;
}

.nav>ul>li {
    float: left;
    position: relative;
    margin-right: 50px;
    clear: none;
}

.nav>ul>li:last-child {
    margin-right: 0;
}

.nav>ul>li>a {
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.nav>ul>li>a:hover,
.nav>ul>li:hover>a {
    font-weight: bold;
    color: #1e7bc0;
    border-bottom: 1px solid #1e7bc0;
    height: 58px;
}

.nav>ul>li>ul {
    position: absolute;
    left: 50%;
    top: 59px;
    width: 100px;
    margin-left: -50px;
    background: #fff;
    display: none;
}

.nav>ul>li:hover>ul {
    display: block;
}

.nav>ul>li>ul>li {
    padding: 0 20px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    display: block;
    text-align: center;
    border-bottom: 1px dashed #f6f6f6;
    line-height: 24px;
    padding: 5px 0;
}

.nav>ul>li>ul>li>a:hover {
    font-weight: bold;
    color: #1e7bc0;
}

.banner_slide {
    height: 920px;
}

.banner_slide .swiper-slide {
    height: 100%;
}

.banner_slide .swiper-slide video {
    width: 100%;
}

.navbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    /* background: rgba(0, 0, 0, .8); */
}

.navbox .layui-fluid {
    padding: 0 100px;
}

.navbox .top_bg {
    background-color: #1e7bc0;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    height: 30px;
}

.navbox .top_bg a {
    color: #ffffff;
}

.loginbox {
    border-radius: 0px 0px 44px 39px;
    background-color: #1e7bc0;
    height: 50px;
    font-size: 18px;
    line-height: 60px;
    padding: 0 30px;
}

.top_right {
    line-height: 30px;
}

.banner_slide .swiper-pagination {
    bottom: 20px;
    display: none;
}

.banner_slide .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #fff;
    opacity: 0.5;
}

.banner_slide .swiper-pagination-bullet-active {
    opacity: 1;
}

.xxgg {
    background: url(../images/bg_xxgg.jpg) no-repeat center center;
    background-size: cover;
}

.xxgg_hd li {
    float: left;
    margin-left: 25px;
}

.xxgg_hd li a {
    height: 37px;
    line-height: 37px;
    background-color: #ececec;
    border-radius: 19px;
    padding: 0 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
}

.xxgg_hd li.on a,
.xxgg_hd li a:hover {
    background-color: #1e7bc0;
    font-weight: bold;
    color: #fff;
}

.xxgg_bd .box {
    display: none;
}

.xxgg_bd .box .swiper-container {
    width: 53.5%;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 10px 10px;
}

.xxgg_bd .box .xxgg_info {
    width: 43.7%;
    float: right;
}

.xxgg_bd .box .swiper-container .text {
    padding: 20px 30px 30px;
}

.xxgg_bd .box .swiper-container .text .title {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
    color: #1e7bc0;
}

.xxgg_bd .box .swiper-container .text .desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #292929;
    opacity: 0.6;
}

.xxgg_bd .box .swiper-container .text .more {
    display: inline-block;
    text-decoration: underline;
    color: #1e7bc0;
}

.xxgg_bd .box .swiper-container .swiper-pagination {
    left: auto;
    right: 30px;
    width: auto;
    bottom: 30px;
}

.xxgg_bd .box .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #1e7bc0;
    opacity: 0.5;
}

.xxgg_bd .box .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.xxgg_bd .box .swiper-container a:hover .title {
    font-weight: bold;
}

.xxgg_info {
    background: #fff url(../images/bg_xxgg_info.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 0 0;
}

.xxgg_info dl a {
    display: block;
    position: relative;
    padding: 8px 25px 0;
}

.xxgg_info dl a::before {
    content: '';
    width: 2px;
    background-color: #1e7bc0;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
}

.xxgg_info dl .title {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
}

.xxgg_info dl .desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #292929;
    opacity: 0.6;
}

.xxgg_info dl .more {
    color: #1e7bc0;
    font-size: 14px;
    border-bottom: 1px solid #d8dee2;
}

.xxgg_info dl a:hover .title {
    color: #1e7bc0;
}

.xxgg_info ul li a {
    padding: 0 25px;
    position: relative;
}

.xxgg_info ul li .title {
    height: 49px;
    line-height: 49px;
}

.xxgg_info ul li a::before {
    content: '';
    width: 2px;
    background-color: #1e7bc0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.xxgg_info ul li a:hover {
    background: #fff;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
}

.xxgg_info ul li a:hover::before {
    display: block;
}

.xxgg_info ul li .title {
    width: calc((100% - 110px));
    flex: none;
}

.xxgg_info ul li .date {
    width: 90px;
    flex: none;
}

.wysrbox {
    background: #fff url(../images/bg_wyzr.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px;
}

#sch_form .sch-input {
    height: 53px;
    background-color: #f8f8f8;
    border-radius: 10px 0 0 10px;
    border: solid 1px #1e7bc0;
    border-right: none;
    line-height: 53px;
    box-sizing: border-box;
    padding: 0 25px;
    width: 100%;
    flex: 1;
}

#sch_form .sch-btn {
    height: 53px;
    background-color: #1e7bc0;
    border-radius: 0px 10px 10px 0px;
    border: solid 1px #1e7bc0;
    color: #fff;
    padding: 0 40px;
}

#sch_form .sch-btn .layui-icon {
    font-size: 30px;
}

.wysrbox .title {
    font-size: 20px;
    font-weight: bold;
}

.wysrbox .title .iconfont {
    font-size: 26px;
    font-weight: normal;
    margin-right: 5px;
}

.wysrbox .wyzr_btn {
    background-color: #70b72d;
    border-radius: 10px;
    height: 53px;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
}

.wysrbox .wyzr_btn .layui-icon {
    font-size: 20px;
}

.wysrbox .wyzr_btn .iconfont {
    font-size: 30px;
    margin-right: 10px;
}

.wysrbox .wysr_main {
    padding-right: 45px;
    border-right: 1px solid #E8E8E8;
}

.wysrbox .wyzr_main {
    padding-left: 45px;
}

.column_center .en {
    width: 100%;
    text-align: center;
}

.column_center .line {
    left: 50%;
    margin-left: -21px;
}

.gpxm {
    background: url(../images/bg_body_right.jpg) no-repeat right top;
}

.gpxm_hd {
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
    padding: 0 30px;
    height: 43px;
}

.gpxm_hd ul {
    overflow: hidden;
    float: left;
}

.gpxm_hd li {
    float: left;
    margin-right: 70px;
}

.gpxm_hd li a {
    font-size: 18px;
    display: inline-block;
    padding: 0 70px;
    height: 42px;
}

.gpxm_hd li.on a,
.gpxm_hd li a:hover {
    border-bottom: 2px solid #1e7bc0;
    font-weight: bold;
    color: #1e7bc0;
}

.gpxm_hd li:last-child {
    margin-right: 0;
}

.gpxm_hd .more {
    float: right;
}

.gpxm_hd .more a {
    font-size: 18px;
    display: none;
    padding-right: 120px;
}

.gpxm_hd .more a:hover {
    font-weight: bold;
    color: #1e7bc0;
}

.gpxm_bd .box {
    background-color: #f9f9f9;
    border-radius: 0px 0px 10px 10px;
    display: none;
}

.gpxm_bd .box .swiper-container {
    padding: 30px 30px 80px;
}

.gpxm_bd .box .swiper-slide {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.gpxm_bd .box .swiper-container .swiper-pagination {
    bottom: 30px;
}

.gpxm_bd .box .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c7c7c7;
    opacity: 1;
}

.gpxm_bd .box .swiper-container .swiper-pagination-bullet-active {
    background-color: #1e7bc0;
}

.gpxm2 {
    background: url(../images/bg_body_left.jpg) no-repeat left top;
}

.gpxm2_hd {
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
    padding: 0 30px;
    height: 43px;
}

.gpxm2_hd ul {
    overflow: hidden;
    float: left;
}

.gpxm2_hd li {
    float: left;
    margin-right: 60px;
}

.gpxm2_hd li a {
    font-size: 18px;
    display: inline-block;
    padding: 0 70px;
    height: 42px;
}

.gpxm2_hd li.on a,
.gpxm2_hd li a:hover {
    border-bottom: 2px solid #1e7bc0;
    font-weight: bold;
    color: #1e7bc0;
}

.gpxm2_hd li:last-child {
    margin-right: 0;
}

.gpxm2_hd .more {
    float: right;
}

.gpxm2_hd .more a {
    font-size: 18px;
    display: none;
    padding-right: 120px;
}

.gpxm2_hd .more a:hover {
    font-weight: bold;
    color: #1e7bc0;
}

.gpxm2_bd .box {
    background-color: #f9f9f9;
    border-radius: 0px 0px 10px 10px;
    display: none;
}

.gpxm2_bd .box .swiper-container {
    padding: 30px 30px 80px;
}

.gpxm2_bd .box .swiper-slide {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.gpxm2_bd .box .swiper-container .swiper-pagination {
    bottom: 30px;
}

.gpxm2_bd .box .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c7c7c7;
    opacity: 1;
}

.gpxm2_bd .box .swiper-container .swiper-pagination-bullet-active {
    background-color: #1e7bc0;
}

.zsbk {
    background: url(../images/bg_body_right.jpg) no-repeat right top;
}

.zsbkbox {
    background: #fff url(../images/bg_zsbk.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px 30px;
}

.zsbk_hd {
    overflow: hidden;
}

.zsbk_hd li {
    position: relative;
    font-weight: bold;
    float: left;
    height: 45px;
    margin-right: 20px;
    opacity: 0.57;
}

.zsbk_hd li:last-child {
    margin-right: 0;
}

.zsbk_hd li .cn {
    font-size: 24px;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
}

.zsbk_hd li .en {
    color: #292929;
    opacity: 0.12;
    text-transform: uppercase;
    line-height: 20px;
}

.zsbk_hd li .line {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 2px;
}

.zsbk_hd li .line span {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #1e7bc0;
}

.zsbk_hd li .line span.l2 {
    background-color: #70b72d;
    margin-left: 2px;
}

.zsbk_hd .more a {
    color: #292929;
    display: none;
}

.zsbk_hd li.on {
    opacity: 1;
}

.zsbk_hd li:hover {
    opacity: 1;
}

.zsbk_hd li:hover a {
    color: #292929;
}

.zsbk_bd .box {
    display: none;
}

.spzx {
    background: url(../images/bg_body_left.jpg) no-repeat left top;
}

.infolist li a {
    line-height: 43px;
    height: 43px;
}

.infolist li .title {
    width: calc((100% - 110px));
    flex: none;
}

.infolist li .date {
    opacity: .5;
    width: 90px;
    flex: none;
}

.kjrk_hd {
    overflow: hidden;
}

.kjrk_hd li {
    position: relative;
    font-weight: bold;
    float: left;
    height: 45px;
    margin-right: 20px;
    opacity: 1;
}

.kjrk_hd li:last-child {
    margin-right: 0;
}

.kjrk_hd li .cn {
    font-size: 24px;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
}

.kjrk_hd li .en {
    color: #292929;
    opacity: 0.12;
    text-transform: uppercase;
    line-height: 20px;
}

.kjrk_hd li .line {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 2px;
}

.kjrk_hd li .line span {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #1e7bc0;
}

.kjrk_hd li .line span.l2 {
    background-color: #70b72d;
    margin-left: 2px;
}

.kjrk_hd .more a {
    color: #292929;
}

.kjrk_bd li a {
    display: block;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
}

.kjrk_bd li .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.kjrk_bd li a:hover {
    background: #1e7bc0;
    color: #fff;
}

.spzxbox {
    position: relative;
    z-index: 2;
    padding: 30px 30px 0;
}

.spzxbox .text {
    text-align: center;
    font-family: SourceHanSansSC-ExtraLight;
    font-size: 31px;
    letter-spacing: 32px;
    color: #292929;
    opacity: 0.5;
}

.spzxbox a {
    display: block;
}

.spzxbox a img {
    border-radius: 10px;
}

.spzxbox a .pic {
    border-radius: 10px;
}

.spzx_main {
    position: relative;
}

.spzx_bg {
    background: #fff url(../images/bg_spzx.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 310px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.footer {
    background-color: #1d77ba;
}

.footer_copyright {
    border-top: 1px solid #609ac6;
    padding: 25px 0;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.footer_copyright a {
    color: rgba(255, 255, 255, .5);
}

.footer_contact {
    line-height: 33px;
    color: #ffffff;
    opacity: 0.5;
}

.footerbox .dy {
    margin-right: 30px;
    text-align: center;
    line-height: 30px;
}

.footerbox .wx {
    text-align: center;
    line-height: 30px;
}

.footerbox .dy a,
.footerbox .wx a {
    color: rgba(255, 255, 255, .5);
}

.footer_yqlj {
    height: 37px;
    border: solid 1px #ffffff;
    line-height: 37px;
    width: 201px;
    margin-left: 40px;
    background: none;
    color: #ffffff;
}

.footer_yqlj option {
    color: #333;
}

.banner_nei {
    height: 500px;
    flex-direction: column;
    color: #fff;
    padding-top: 60px;
}

.banner_nei a {
    color: #fff;
}

.column_nei {
    color: #fff;
    text-align: center;
}

.column_nei .en {
    font-size: 30px;
    color: #ffffff;
    opacity: 0.4;
    text-transform: uppercase;
}

.column_nei .cn {
    font-size: 40px;
    font-weight: bold;
    margin-top: -25px;
}

.position {
    font-size: 14px;
    text-align: center;
}


.contentbox {
    background-color: #ffffff;
    padding: 40px 100px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
}

.breadcrumb {
    line-height: 75px;
    background: url(../images/dot.jpg) repeat-x bottom;
    position: relative;
    padding-bottom: 8px;
}

.breadcrumb .title {
    font-size: 24px;
    color: #d9241c;
}

.breadcrumb .position {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.breadcrumb .position .last {
    color: #d9241c;
}

.breadcrumb .position .iconfont {
    font-size: 16px;
    color: #d9241c;
}

.contentmain .disp {
    line-height: 2.2em;
}

.contentmain .disp p {
    line-height: 2.2em;
    font-size: 19px !important;
    text-align: justify;
}

.contentmain .disp p span {
    font-size: 19px !important;
}

.contentmain .disp p a {
    font-size: 17px !important;
}


.sub_menu li {
    display: inline-block;
    margin-right: 40px;
}

.sub_menu li a {
    color: #232323;
    display: inline-block;
    line-height: 58px;
}

.sub_menu li.active a,
.sub_menu li a:hover {
    color: #1e7bc0;
    border-bottom: 2px solid #1e7bc0;
    font-weight: bold;
}

.sub_menubox {
    height: 60px;
    background: #ffffff url(../images/bg_nav.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 1px -19px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px 20px 0px 0px;
    margin-top: -20px;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #e4e6e6;
}



.contentbg {
    background: url(../images/bg_body.jpg) repeat-y center;
}

.sch_box {
    height: auto;
    padding: 20px 0;
}

.sch_box .form-control {
    border-radius: 10px 0 0 10px !important;
}

.sch_box .btn {
    background-color: #1e7bc0;
    padding: 0 50px;
    color: #fff;
    text-align: center;
}

.sch_box .btn i {
    font-size: 24px;
}

.query-head,
.query-item {}

.query-head {
    margin-bottom: 20px;
}

.query-conditions {
    padding: 10px 30px 0px;
    background-color: #f7f7f7;
    box-shadow: 0px -4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 0px 0px;
    background: url(../images/bg_conditions.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.query-conditions-title {
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
}

.query-conditions-content {
    max-width: 1045px;
}

.query-conditions-item {
    margin-bottom: 10px;
    margin-right: 5px;
    padding-right: 22px;
    float: left;
    background: url(../images/query-arrow-right.png) right 50% no-repeat;
}

.query-conditions-item:last-child:not(:first-child) {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.query-conditions-item .select {
    position: relative;
    padding: 4px 30px 4px 20px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}

.query-conditions-item .title {
    color: #999;
}

.query-conditions-item .val {
    color: #666;
}

.query-conditions-item .cls {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/query-cls.png) 50% no-repeat;
    cursor: pointer;
}

.query-conditions-item.cat {
    position: relative;
}

.query-conditions-item.cat.current .cat-option {
    display: block;
    opacity: 1;
}

.query-conditions-item .cat-val {
    padding: 4px 30px 4px 20px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}

.query-conditions-item .cat-option {
    opacity: 0;
    display: none;
    position: absolute;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
}

.query-conditions-item .cat-option-item {
    padding: 8px 10px;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.query-conditions-item .cat-option-item:last-child {
    border-bottom: none;
}

.query-conditions-item .cat-option-item:hover {
    color: #999;
}

.query-conditions-item .cat-arrow {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 23px;
    width: 30px;
    height: 30px;
    background: url(../images/query-arrow-down.png) 50% no-repeat;
    cursor: pointer;
}

.query-filter {
    padding: 10px 30px;
    background: #F6F6F6;
}

.query-filter-item {
    padding-top: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid #dedfe1;
}

.query-filter-item:last-child {
    border-bottom: none;
}

.query-filter-item:last-child input {
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    border: 1px solid #ccc;
}

.query-filter-title {
    height: 26px;
    width: 100px;
    line-height: 26px;
    color: #999;
}

.query-filter-content {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
}

.query-filter-content a {
    display: inline-block;
    margin-right: 14px;
    padding: 3px 8px;
    color: #666;
    margin-bottom: 10px;
}

.query-filter-content a:first-child {
    color: #337ab7;
}

.query-filter-content a:focus,
.query-filter-content a:hover {
    outline: none;
    color: #337ab7;
    text-decoration: none;
}

.query-filter-content a.current {
    color: #fff;
    border-radius: 2px;
    background-color: #0884cb;
}

.query-filter-content input {
    width: 100px;
    text-indent: 5px;
    border: 1px solid #d4d4d4;
    color: #a4a4a4;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.query-filter-content span {
    margin-left: 5px;
    margin-right: 5px;
}

.query-filter-content select {
    border: 1px solid #d4d4d4;
    color: #a4a4a4;
    border-radius: 5px;
}

.query-filter-content .layui-col-md2 {
    margin-left: 8px;
    margin-right: 10px;
}

.query-list-head {}

.query-list-head a {
    margin-right: 25px;
    font-size: 18px;
}

.query-list-head a span {}

.query-list-head a i {
    font-weight: 700;
    color: #a8a8a8;
    font-style: normal;
}

.query-list-head a i:last-child {
    color: #1e7bc0;
}

.query-list-head a:focus,
.query-list-head a:hover {
    outline: none;
    text-decoration: none;
}

.query-list-head a.current i {
    color: #1e7bc0;
}

.query-list-head a.current i:last-child {
    color: #a8a8a8;
}

.query-list-head span {
    margin-right: 3px;
}

.query-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px 10px 30px;
    background: #fff url(../images/bg_item.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0px -4px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.query-item:hover {
    box-shadow: 1px 1.732px 6px 0 hsla(0, 0%, 59.6%, 0.4);
}

.query-item-head {
    width: 1000px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.query-item-title {
    font-weight: 700;
}

.query-item-title a {
    color: #000;
    font-size: 18px;
}

.query-item-title a:hover {
    color: #337ab7;
}

.query-item-title a span.tabname {
    margin-right: 10px;
    color: #337ab7;
}

.query-item-status {
    font-weight: 700;
    font-size: 18px;
    color: #70b72d;
    margin-top: 15px;
}

.query-item-content {
    padding-top: 20px;
    width: 1000px;
}

.query-item-content li {
    margin-bottom: 25px;
    width: 492px;
}

.query-item-content li:nth-child(odd) {
    width: 320px;
}

.query-item-content .name {}

.query-item-cover {
    position: absolute;
    right: 30px;
    top: 30px;
}

.query-item-cover img {
    width: 309px;
    height: 228px;
    border-radius: 10px;
}

.body_home {
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
}

.body_home .header {
    height: 100%;
}

.body_home .header .banner {
    height: 100%;
}

.body_home .header .banner .banner_slide {
    height: 100%;
}

.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 10;
    overflow: auto;
    outline: none;
}

.body_b.showdiv {
    top: 0;
}


.body_b.showdiv .zsbk {
    padding-top: 200px;
}

.header2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.header2 .navbox {
    position: relative;
}

.header2 .nav>ul>li>a {
    color: #333;
}

.home,
.home body {
    height: 100%;
    overflow: hidden;
    display: block;
}

.header2 .navbox .layui-fluid {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.detailbox {
    background: #fff url(../images/bg_item_detail.jpg) no-repeat center;
    background-size: cover;
    padding: 0 30px;
    box-shadow: 0px -4px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.detailbox .left {
    border-right: 1px solid #DFE2E3;
}

.detailbox .title {
    font-size: 20px;
    font-weight: bold;
}

.detailbox .desc {
    border-bottom: 1px solid #DFE2E3;
    line-height: 25px;
    font-size: 14px;
    color: #7F8180;
    padding-bottom: 15px;
    padding-right: 0;
    height: 95px;
    overflow: hidden;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px !important;
}

.mCSB_scrollTools {
    width: 3px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #1e7abe !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background: none;
}

.detailbox .jiage {
    display: inline-block;
    text-align: center;
}

.detailbox .jiage .num {
    font-size: 30px;
    color: #1e7abe;
    line-height: 33px;
}

.detailbox .jiage .text {
    font-size: 14px;
    color: #7F8180;
}

.detailbox .date {
    padding-right: 25px;
    font-size: 14px;
    color: #7F8180;
}

.detailbox .date span {
    display: inline-block;
    width: 50%;
}

.detailbox .right {
    text-align: right;
    padding-top: 70px;
}

.detailbox .wybm {
    height: 80px;
    background-color: #1e7abe;
    line-height: 80px;
    display: inline-block;
    width: 90%;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.detail_hd {
    height: 78px;
    border-bottom: 1px solid #dfe2e0;
    padding-top: 30px;
}

.detail_hd li {
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
}

.detail_hd li a {
    cursor: pointer;
    display: inline-block;
    height: 49px;
}

.detail_hd li:hover a,
.detail_hd li.on a {
    font-weight: bold;
    color: #1e7abe;
    border-bottom: 3px solid #1e7abe;
}

.detail_bd .box {
    display: none;
}

.detail_bd .disp {
    line-height: 2em;
}

.contactlist a {
    border: solid 1px #ececec;
    min-height: 210px;
    text-align: center;
    padding: 0 50px;
    line-height: 25px;
}

.contactlist a .value {
    height: 50px;
}

.contactlist a .iconfont {
    color: #1e7bc0;
}

.contactlist a:hover {
    background: #1e7bc0;
    color: #fff;
}

.contactlist a:hover .iconfont {
    color: #fff;
}

#fm_message {
    padding: 25px;
    border: 1px solid #EAEAEA;
}

#fm_message .btn {
    width: 100%;
    background-color: #1e7bc0;
    border-color: #1e7bc0;
}

html,
body {
    height: auto;
}

.gpxm_bd .box a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 57px 30px 30px;
    border: 1px solid rgba(30, 122, 190, 0);
    position: relative;
    overflow: hidden;
}

.gpxm_bd .box a .bianhao {
    height: 37px;
    background-color: #ecf7ff;
    border-radius: 10px 0px 37px 0px;
    border: 1px solid #ecf7ff;
    line-height: 37px;
    padding: 0 50px 0 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    color: #9EA5AA;
    font-size: 12px;
}

.gpxm_bd .box a .title {
    font-size: 20px;
    height: 22px;
    line-height: 22px;
}

.gpxm_bd .box a .desc {
    color: #292929;
    opacity: 0.5;
    height: 22px;
    line-height: 22px;
}

.gpxm_bd .box a .jiage {
    font-size: 20px;
    color: #1e7bc0;
    height: 22px;
    line-height: 22px;
}

.gpxm_bd .box a .jigou {
    font-size: 14px;
    color: #000000;
    opacity: 0.5;
    height: 22px;
    line-height: 22px;
}

.gpxm_bd .box a .key span {
    display: inline-block;
    font-size: 12px;
    height: 23px;
    background-color: #f8f8f8;
    border-radius: 12px;
    line-height: 23px;
    padding: 0 10px;
    color: #9EA5AA;
    margin-right: 5px;
}

.gpxm_bd .box a:hover {
    border: 1px solid rgba(30, 122, 190, 1);
}

.gpxm_bd .box a:hover .bianhao {
    border: 1px solid rgba(30, 122, 190, 1);
    border-top: none;
    border-left: none;
}

.gpxm_bd .box a:hover .title {
    font-weight: bold;
}

.gpxm2_bd .box a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 57px 30px 30px;
    border: 1px solid rgba(30, 122, 190, 0);
    position: relative;
    overflow: hidden;
}

.gpxm2_bd .box a .bianhao {
    height: 37px;
    background-color: #ecf7ff;
    border-radius: 10px 0px 37px 0px;
    border: 1px solid #ecf7ff;
    line-height: 37px;
    padding: 0 50px 0 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    color: #9EA5AA;
    font-size: 12px;
}

.gpxm2_bd .box a .title {
    font-size: 20px;
    height: 22px;
    line-height: 22px;
}

.gpxm2_bd .box a .desc {
    color: #292929;
    opacity: 0.5;
    height: 22px;
    line-height: 22px;
}

.gpxm2_bd .box a .jiage {
    font-size: 20px;
    color: #1e7bc0;
    height: 22px;
    line-height: 22px;
}

.gpxm2_bd .box a .jigou {
    font-size: 14px;
    color: #000000;
    opacity: 0.5;
    height: 22px;
    line-height: 22px;
}

.gpxm2_bd .box a .key span {
    display: inline-block;
    font-size: 12px;
    height: 23px;
    background-color: #f8f8f8;
    border-radius: 12px;
    line-height: 23px;
    padding: 0 10px;
    color: #9EA5AA;
    margin-right: 5px;
}

.gpxm2_bd .box a:hover {
    border: 1px solid rgba(30, 122, 190, 1);
}

.gpxm2_bd .box a:hover .bianhao {
    border: 1px solid rgba(30, 122, 190, 1);
    border-top: none;
    border-left: none;
}

.gpxm2_bd .box a:hover .title {
    font-weight: bold;
}

.modal {
    z-index: 10000;
}

.zxmmlist li {
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.zxmmlist li.hd {
    background: #e0e0e0;
    height: 45px;
    line-height: 45px;
}

.zxmmlist li .status {
    flex: none;
    width: 80px;
}

.zxmmlist li .price {
    flex: none;
    width: 140px;
}

.zxmmlist li .type {
    flex: none;
    width: 80px;
}

.zxmmlist li .title {
    flex: 1;
}

.zxmmlist li:nth-child(2n) {
    background: #f4f4f4;

}

.hzzqlist a {
    display: block;
    position: relative;
}

.hzzqlist .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.hzzqlist .textbox .text {
    width: 100%;
}

.hzzqlist .textbox .title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-left: 70px;
}

.hzzqlist .textbox .more {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    margin-left: 70px;
}

.hzzqlist a .pic {
    border-radius: 10px;
}

.hzzqlist a img {
    border-radius: 10px;
}

.hzzqlist a.ad2 {
    margin-bottom: 25px;
}

.hzzqlist a.ad2 .pic img,
.hzzqlist a.ad3 .pic img {
    height: 283px;
}

.hzzqlist a.ad1 .textbox {
    text-align: center;
}

.hzzqlist a.ad1 .textbox .more {
    margin-left: 0;
}

.hzzqlist a.ad1 .textbox .title {
    padding: 0 50px;
    margin-left: 0;
}

.jpfw_main .pic{
    float: left;
}
.jpfw_main .pic img{
    width: 460px;
    height: 416px;
}
.jpfw_main .text{
    /*height: 416px;*/
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
    height: auto;
    padding-bottom: 15px;
}
.jpfw_main .text .desc{
    font-size: 18px;
    line-height: 35px;
    overflow-y: auto;
    height: 100%;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
}
.jpfw_main .text .desc::-webkit-scrollbar {
    width: 10px;
    height: 100%;
}

.jpfw_main .text .desc::-webkit-scrollbar-thumb {
    background: #1E7BC0;
}

.jpfw_main .text .desc::-webkit-scrollbar-track {
    background: #CFCFCF;
}

.jpfw_list li a{
    display: block;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
    border: 1px solid #EEEEEE;
}

.jpfw_list li .text{
    padding: 15px 20px;
    position: relative;
    z-index: 2;
    border-top: 1px solid #EEEEEE;
}
.jpfw_list li .title{
    line-height: 25px;
    height: 50px;
    text-align: center;
}

.alzs_desc{
    font-weight: bold;
    font-size: 18px;
    color: #1E7BC0;
    line-height: 35px;
}

.alzs_nav li{
    float: left;
    margin-right: 20px;
}
.alzs_nav li a{
    display: block;
    height: 50px;
    line-height: 50px;
    background: rgba(235, 235, 235,0.6);
    padding: 0 30px;
}
.alzs_nav li a:hover,.alzs_nav li.on a{
    background: #1E7BC0;
    color: #fff;
}

.alzs_list li a{
    display: block;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
    padding: 0 20px;
}
.alzs_list li .title{
    height: 70px;
        line-height: 70px;
}
.sub_menubox_jpfw{
    border-bottom:1px solid #1e7bc0;
}
.sub_menubox_jpfw .sub_menu {
    text-align: center;
}