@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}


.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: #ff6801;
}

.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;
}

.flex-content-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.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-25 {
    margin-bottom: 25px;
}

.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: #123f79;
    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;
    color: #fff;
    border: none;
    cursor: pointer;
}

.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;
}


.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;
    z-index: 999;
    width: 100%;
    height: 64px;
}

.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
}

.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 {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {}

.mc_ph_hd .mc_ph_en {
    margin-top: 20px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 50px !important;
}

.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: 15px;
    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: #292929;
}

.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: 999;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    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 .ul2 .container_s .yinyan {
    display: none;
}

.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;
}

.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);
}


#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 {
    background: #f7f7f7;
}

.conent_box .layui-row {
    overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
    overflow: hidden;
}

.leftmenu li {
    position: relative;
    float: left;
}

.leftmenu li a {
    display: block;
    position: relative;
    text-align: center;
    color: #333333;
    line-height: 45px;
    padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
    border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    z-index: 2;
}

.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 #123f79;
    font-weight: bold;
    color: #123f79;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 0px;
    border: 1px solid #DBDBDB;
}


.page_detail {
    padding: 40px 147px;
    background: #fff;
}


.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: #999;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}

.col-att a {
    color: #999;
}

.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;
    padding: 0 100px;
}

.pager li {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.pager li a {
    color: #999;
}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #123f79;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 33px;
    height: 33px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 33px;
    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: #ff6801;
    color: #fff;
    border: solid 1px #ff6801;
}

.textlist {}

.textlist li {
    border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
    position: relative;
    overflow: hidden;
}

.textlist li .shijian {
    display: block;
    float: right;
    color: #5a5a5a;
    opacity: 0.5;
}

.textlist li .title {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
}

.textlist li .desc {
    line-height: 35px;
    color: #999999;
}

.textlist li .nianyue {
    color: #999999;
    font-size: 12px;
}

.textlist li .nianyue .more {
    float: right;
    font-size: 14px;
}

.textlist li .nianyue .iconfont {
    font-size: 18px;
    margin-left: 10px;
    color: #123f79;
}

.textlist li a:hover .nianyue {
    color: #123f79;
}



.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #123f79;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}

.piclist {}

.piclist li a {
    display: block;
    background: #fff;
    position: relative;
}

.piclist li .pic {}

.piclist li .title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background: #f3f3f3;
    z-index: 2;
}

.piclist li a:hover .title {
    background: #ff6801;
    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 #123f79;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tuwenlist li .pic {
    flex: none;
    width: 340px;
}

.tuwenlist li .text {
    width: calc((100% - 355px));
    background-size: cover;
}

.tuwenlist li .title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.tuwenlist li .desc {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.5;
}

.tuwenlist li .date {
    opacity: 0.5;
    font-size: 14px;
}

.tuwenlist li .more {
    color: #ff6801;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ff6801;
    padding: 10px 40px;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.tuwenlist li a:hover .more {
    color: #fff;
    background: #ff6801;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
    color: #1B1B1B;
    opacity: .5;
}


.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: #123f79;
}

.search_list .item .text1 {
    color: #333;
    font-size: 18px;
}

.search_list .item:hover .text {
    background: #123f79;
}

.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;
}

.bgbai {
    background: #fff;
    padding: 30px 30px 10px;
}

.infolist {}

.infolist li {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px dashed #f2f2f2;
}

.infolist li .title {
    height: 55px;
    padding-right: 20px;
    font-size: 18px;
}

.infolist li .date {
    float: right;
    opacity: 0.5;
}

.infolist li a:hover {
    font-weight: bold;
}

.pchide {
    display: none;
}

.phhide {
    display: block;
}




.sch_top {
    width: 573px;
    height: 50px;
    margin: 0 auto;
}

.sch_top .sch-input {
    width: 500px;
    float: left;
    border: solid 1px #ff6801;
    border-right: none;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 25px;
    border-radius: 10px 0 0 10px;
}

.sch_top .sch-btn {
    width: 73px;
    height: 50px;
    background-color: #ff6801;
    border-radius: 0px 10px 10px 0px;
    border: none;
    color: #fff;
    float: right;
}

.sch_top .sch-btn .layui-icon {
    font-size: 20px;
}

.top_nav {
    height: 80px;
    background-color: #ff6801;
    box-shadow: 0px 25px 32px 0px rgba(16, 49, 98, 0.41);
}

.header_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
}

.header_bg.fixed {
    position: fixed;
    background: rgba(255, 104, 1, .9);
    top: 0;
}

.header_bg.fixed .tel_sch .tel {
    box-shadow: inset 0px 5px 23px 4px #893800;
}

.logo img {
    height: 100px !important;
    width: auto !important;
}

.header_bg .logo2,
.header_bg.fixed .logo1 {
    display: none;
}

.header_bg.fixed .logo2 {
    display: block;
}

.tel_sch .tel {
    height: 61px;
    background-color: rgba(255, 104, 1, .7);
    border-radius: 31px;
    padding: 0 20px;
    color: #fff;
    margin-right: 44px;
}

.tel_sch .tel .text {
    font-size: 18px;
}

.tel_sch .tel .num {
    font-size: 30px;
}

.tel_sch .tel img {
    margin: 0 14px;
}

.tel_sch a {
    width: 52px;
    height: 52px;
    background-color: rgba(255, 104, 1, .7);
    border-radius: 25px;
    opacity: 0.7;
}

.header_bg.fixed .tel_sch a {
    box-shadow: inset 0px 5px 23px 4px #893800;
}

.nav_box {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.nav>li {
    position: relative;
}

.nav>li::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ff6801;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 2;
    display: none;
}

.nav>li>a {
    font-size: 20px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.nav>li .submenu {
    width: 206px;
    position: absolute;
    left: 50%;
    margin-left: -103px;
    background-color: #ff6801;
    border-radius: 10px;
    padding: 14px 0;
    display: none;
    top: 102%;
}

.nav>li .submenu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ff6801;
    margin-left: -5px;
}

.nav>li .submenu li {
    padding: 0 20px;
}

.nav>li .submenu li a {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    line-height: 48px;
}

.nav>li .submenu li:hover {
    background-color: #ed6101;
    box-shadow: inset 0px 5px 23px 4px #893800;
}

.nav>li:hover .submenu {
    display: block;
}

.nav>li:hover::after {
    display: block;
}

.nav>li:hover>a {
    color: #ed6101;
    font-weight: bold;
}

.header_bg.fixed .nav>li:hover>a {
    color: #fff;
}

.slideBox {
    width: 100%;
    height: 950px;
    position: relative;
}

.slideBox .bd li {
    height: 950px;
    background-size: cover;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 6%;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 61px;
    height: 60px;
    background: url(../images/icon_left.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 6%;
    background: url(../images/icon_right.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    z-index: 2;
    text-align: center;
}

.slideBox .hd li {
    display: inline-block;
    text-indent: -999em;
    width: 27px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    opacity: 0.3;
    margin: 0 5px;
    cursor: pointer;
}

.slideBox .hd li.on {
    background-color: #ff6801;
    opacity: 1;
}

.yzs_box {
    background: url(../images/yzs_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 145px 0;
}

.yzs_data {
    margin-top: 56px;
}

.yzs_data .item:nth-child(2) {
    margin: 0 68px;
}

.yzs_data .item .num {
    width: 82px;
    height: 82px;
    border: solid 4px #ff6801;
    border-radius: 100%;
    font-size: 42px;
    color: #ff6801;
    font-weight: bold;
    margin-right: 14px;
}

.yzs_data .item .text {
    font-size: 34px;
    color: #fff;
    font-weight: lighter;
}

.yzs_data .item .num1 {
    font-weight: bold;
}

.yzs_tel {
    margin-top: 87px;
}

.yzs_tel .tel {
    background-color: #ff6801;
    box-shadow: 0px 18px 23px 6px rgba(0, 0, 0, 0.2),
        inset 0px 5px 23px 4px #893800;
    border-radius: 58px;
    border: solid 1px #ff6801;
    height: 117px;
    font-size: 46px;
    padding: 0 65px;
    color: #fff;
}

.yzs_tel .tel .num {
    font-size: 68px;
    margin-left: 42px;
    font-weight: bold;
}

.map_box {
    padding: 135px 0 118px;
    position: relative;
}

.map_box .map {
    align-items: flex-start;
}

.map_box .map .title {
    font-size: 45px;
    font-weight: bold;
}

.map_box .map .desc {
    font-size: 30px;
    line-height: 48px;
    margin-top: 90px;
    font-weight: bold;
}

.map_box .map .data {
    margin-top: 0;
}

.map_box .map .data .item {
    width: 50%;
    float: left;
    margin-top: 138px;
}

.map_box .map .data .item .num {
    font-size: 50px;
}

.map_box .map .data .item .text2 {
    font-size: 14px;
}

.map_box .map .map_right {
    position: relative;
}

#canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.map_right .add1 {
    left: 300px;
    top: 312px;
}

.map_right .add2 {
    left: 455px;
    top: 320px;
}

.map_right .add3 {
    left: 515px;
    top: 310px;
}

.map_right .add4 {
    left: 425px;
    top: 350px;
}

.map_right .add5 {
    left: 140px;
    top: 205px;
}

.map_right .add6 {
    left: 155px;
    top: 380px;
}

.map_right .add7 {
    left: 645px;
    top: 380px;
}

.map_right .add8 {
    left: 680px;
    top: 490px;
}

.map_right .add9 {
    left: 585px;
    top: 570px;
}

.map_right .add {
    position: absolute;
}

.map_right .add .dot {
    width: 10px;
    height: 10px;
    position: relative;
    margin-right: 0;
}

.map_right .dot:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #9a1f24;
    border-radius: 50%;
}

.map_right .dot:after {
    content: ' ';
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-color: #9a1f24;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

.map_right .dot i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 1px solid rgba(154, 31, 37, 0.5);
    opacity: 0;
    transform: scale(0);
    animation: o-scale1 2.1s linear infinite;
}

.map_right .dot i:nth-of-type(2) {
    animation-delay: .7s;
}

@keyframes o-scale1 {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opacity: 0.75;
        width: 0;
        height: 0;
    }

    100% {
        left: -20px;
        top: -20px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}

.map_ad1 {
    position: absolute;
    left: 0;
    top: 72px;
}

.map_ad2 {
    position: absolute;
    right: 0;
    top: 374px;
}

.home_join {
    position: relative;
    background-color: #f6f6f6;
}

.home_join .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home_join .lists .item {
    position: relative;
    overflow: hidden;
    background-color: #fe6802;
    width: calc(100% / 3);
}

.home_join img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1) translate3d(0, 0, 0) translateY(0);
    transform: scale(1) translate3d(0, 0, 0) translateY(0);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.home_join .text {
    padding: 80px 40px 50px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: padding-top 0.25s, padding-bottom 0.25s;
    -o-transition: padding-top 0.25s, padding-bottom 0.25s;
    transition: padding-top 0.25s, padding-bottom 0.25s;
}

.home_join .text:before {
    content: '';
    position: absolute;
    background-color: #fe6802;
    left: -10%;
    width: 120%;
    top: 10%;
    height: 200%;
    min-height: 250px;
    opacity: 0.7;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    z-index: -1;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.home_join .text .name {
    font-size: 36px;
    font-weight: bold;
}

.home_join .lists .item:hover .text {
    padding-top: 80px;
    padding-bottom: 180px;
}

.home_join .lists .item:hover .text::before {
    opacity: 1;
}

.home_join .lists .item:hover img {
    transform: scale(0.9);
}

.cpzx_box {
    padding: 115px 0 145px;
}

.column {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 55px;
}

.cpzx_list {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.xmal_row {
    will-change: transform;
}

.picMarquee-left .bd ul li {
    margin: 0 5px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li img {
    width: 342px;
    height: 342px;
}

.to_left {
    animation: left-effect 30s linear infinite;
    margin-top: 5px;
}

.to_right {
    width: calc(395px * 14 + 13 * 22px);
    animation: right-effect 30s linear infinite;
    margin-top: 5px;
}

@keyframes left-effect {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes right-effect {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

.xmal_item {
    overflow: hidden;
    margin: 0 5px;
    text-align: center;
    background-color: #e7e8ea;
    will-change: transform;
    transition: transform .4s ease-out;
}

.xmal_item:hover {
    transform: scale(1.05)
}

.cpzx_list:hover .cpzx_row {
    animation-play-state: paused
}

.gsry_box {
    background: url(../images/gsry_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 110px 0;
}

.column_white a {
    color: #fff;
}

.gsry_slide {
    width: 100%;
    padding: 0 0 65px;
    margin: 0 auto;
    box-sizing: border-box;
}

.gsry_slide .swiper-slide {
    width: 710px;
}

.gsry_slide_box {
    position: relative;
    padding: 0 0;
}

.gsry_slide_box .swiper-btn {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin-top: -51px;
}

.gsry_slide_box .swiper-button-prev {
    left: -2px;
    background: url(../images/icon_left1.png) no-repeat center center;
}

.gsry_slide_box .swiper-button-next {
    right: -2px;
    background: url(../images/icon_right1.png) no-repeat center center;
}

.gsry_slide_box .swiper-slide.swiper-slide-active .pic,
.gsry_slide_box .swiper-slide.swiper-slide-prev .pic,
.gsry_slide_box .swiper-slide.swiper-slide-next .pic {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.3);
}

.gsry_slide_box .swiper-pagination {
    position: relative;
    width: 100%;
    text-align: center;
}

.gsry_slide_box .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background-color: #131515;
    opacity: 0.4;
    margin: 0 7px;
}

.gsry_slide_box .swiper-pagination-bullet-active {
    opacity: 1;
}

.xwzx_box {
    padding: 105px 0 135px;
}

.xwzx_list li {
    position: relative;
    height: 524px;
}

.xwzx_list li img {
    height: 262px;
}

.xwzx_list li .text {
    height: 262px;
    box-sizing: border-box;
    padding: 30px;
}

.xwzx_list li:nth-child(1) .text {
    background: #ff6801;
    color: #fff;
}

.xwzx_list li:nth-child(2) .text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: -2px 0px 18px 9px rgba(150, 150, 150, 0.3);
    color: #ff6801;
}

.xwzx_list li:nth-child(2) .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.xwzx_list li:nth-child(3) .text {
    background: #535353;
    color: #fff;
}

.xwzx_list li .text .name {
    height: 37px;
    line-height: 37px;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 0 30px;
    display: inline-block;
    opacity: 0.5;
}

.xwzx_list li:nth-child(2) .text .name {
    border: 1px solid #ff6801;
}

.xwzx_list li .text .title {
    font-size: 20px;
    line-height: 33px;
    height: 33px;
    font-weight: bold;
    margin: 25px 0 15px;
}

.xwzx_list li .text .desc {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    opacity: .7;
}

.xwzx_list li .text .date {
    font-size: 14px;
    opacity: .7;
    margin-top: 20px;
}

.footer {
    padding: 60px 0;
    background-color: #4e4e4e;
}

.erweima {
    position: relative;
}

.erweima ul {
    margin-right: 100px;
}

.erweima li {
    margin-right: 30px;
}

.erweima li.box2 {
    width: 61px;
    height: 61px;
    background: rgba(255, 104, 1, .5);
    border-radius: 50%;
    text-align: center;
    line-height: 61px;
}

.erweima li.box2 a {
    position: relative;
    top: -3px;
}

.erweima li.box2.on {
    background: rgba(255, 104, 1, 1);
}


.erweima li .hover {
    position: absolute;
    right: 0;
    top: -25px;
    opacity: 0;
    text-align: center;
}

.erweima li .hover img {
    width: 100px;
    height: 100px;
}

.erweima li .hover p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 25px;
}

.erweima li.on .hover {
    opacity: 1;
}

.erweima li a img {
    opacity: .5;
}

.erweima li.on a img {
    opacity: 1;
}

.footer_text {
    color: #ffffff;
    font-size: 16px;
}

.footer_text span {
    color: #ff6801;
    font-size: 20px;
    margin-left: 50px;
}

.footer_text .tel {
    font-size: 32px;
    margin: 5px 0;
}

.footer2 {
    background-color: #404040;
    text-align: center;
    padding: 18px 0;
}

.footer2 .text {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.5em;
}

.footer2 .text a {
    color: #fff;
}

.banner_nei {
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.banner_text {
    text-align: center;
    background-image: linear-gradient(90deg, rgba(254, 104, 1, 0), rgba(254, 104, 1, 0.9), rgba(254, 104, 1, 0));
    padding: 40px 250px;
    color: #fff;
}

.banner_text .title {
    font-size: 36px;
    margin-bottom: 5px;
}

.banner_text .desc {
    font-size: 14px;
}

.banner_text .desc a {
    color: #fff;
}

.nav_nei {
    background-color: #f5f5f5;
    padding: 35px 0;
}

.nav_nei li {
    display: inline-block;
    margin-right: 10px;
}

.nav_nei li a {
    height: 50px;
    background-color: #ffffff;
    line-height: 50px;
    padding: 0 50px;
    font-size: 16px;
    display: block;
}

.nav_nei li a:hover,
.nav_nei li.on a {
    background-color: #ff6801;
    color: #fff;
}

.nav_nei .position {
    font-size: 14px;
    color: #333333;
    opacity: 0.5;
    display: none;
}

.nav_nei .position a {
    color: #333333;
}

.infolist_nei {
    padding: 20px 0;
}

.infolist_nei li {
    /* padding: 40px 0; */
}

.infolist_nei li:nth-child(2n) {
    background-color: #f5f5f5;
    margin: 30px 0;
}

.infolist_nei li .line {
    width: 58px;
    height: 58px;
    background: url(../images/line.png) no-repeat center;
    margin: 0 15px 0 18px;
}

.infolist_nei li .date {
    font-size: 40px;
    color: #ff6801;
}

.infolist_nei li .text {
    width: 1220px;
    flex: none;
}

.picinfolist_nei.infolist_nei li .text {
    width: 765px;
}

.infolist_nei li .title {
    font-size: 26px;
    line-height: 33px;
    height: 33px;
    margin-bottom: 10px;
}

.infolist_nei li .desc {
    line-height: 28px;
    color: #1f1f1f;
    opacity: 0.5;
    height: 28px;
}

.infolist_nei li:hover {
    background-color: #ff6801;
}

.infolist_nei li:hover .date {
    color: #fff;
}

.infolist_nei li:hover .title {
    color: #fff;
}

.infolist_nei li:hover .desc {
    color: #fff;
}

.infolist_nei li:hover .line {
    background: url(../images/line_h.png) no-repeat center;
}

.picinfolist_nei {
    padding: 0 0 50px;
}

.picinfolist_nei li {
    margin: 40px 0;
}

.picinfolist_nei li .desc {
    height: 56px;
}

.picinfolist_nei li .pic {
    width: 373px;
    flex: none;
    margin-left: 30px;
}

.picinfolist_nei li:nth-child(2n) {
    margin: 0;
}

.picinfolist_nei li .info_box {
    width: 960px;
    padding-bottom: 50px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    flex: none;
}

.picinfolist_nei li .info_box::after {
    content: '';
    width: 27px;
    height: 15px;
    background: url(../images/tuwen_bg.png) no-repeat center;
    position: absolute;
    right: 200px;
    bottom: -8px;
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.picinfolist_nei li .info_box::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 104, 1, 1),
            rgba(255, 104, 1, 1), rgba(255, 104, 1, 0));
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.picinfolist_nei li:hover {
    background-color: #fff1e7;
}

.picinfolist_nei li:hover .date {
    color: #ff6801;
}

.picinfolist_nei li:hover .title {
    color: #ff6801;
}

.picinfolist_nei li:hover .desc {
    color: #1f1f1f;
    opacity: 0.5;
}

.picinfolist_nei li:hover .info_box::before {
    width: 864px;
}

.picinfolist_nei li:hover .info_box::after {
    opacity: 1;
    right: 0;
}

.picinfolist_nei li:hover .info_box {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.detail_box {}

.detail_box h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}

.detail_box h3 {
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
    font-family: '楷体';
}

.detail_box .attr {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #9d9d9d;
    border-bottom: 1px solid #e5e6e6;
    text-align: center;
}

.detail_box .attr i {
    font-style: unset;
}

.detail_box .attr .null {
    padding: 0 10px;
}

.detail {
    line-height: 2.2em;
    font-size: 16px;
    padding: 50px 100px 50px;
}

.detail img {
    max-width: 100%;
}

.detail p {
    margin-bottom: 15px;
}

.lxwm_box {
    padding: 50px;
    background: url(../images/lxwm_bg.jpg) no-repeat center;
    background-size: cover;
}

.tel_address {
    padding: 40px 40px 80px;
    background: url(../images/lxwm_bg2.jpg) no-repeat center bottom;
    background-color: #ffffff;
    box-shadow: 0px 10px 51px 9px rgba(4, 0, 0, 0.1);
    height: 288px;
    box-sizing: border-box;
    align-items: flex-start;
}

.tel_address img {
    display: block;
}

.tel_address .tel {
    font-size: 50px;
    color: #ff6801;
}

.tel_address .desc img {
    margin-right: 15px;
    position: relative;
    top: -3px;
}

.tel_address .address {
    font-size: 28px;
    line-height: 1.5em;
    color: #ff6801;
}

.tel_address .address .desc img {
    top: -20px;
}

.lxwm_box .map {
    box-shadow: 0px 10px 51px 9px rgba(4, 0, 0, 0.1);
}

.up_gybjx_box {
    background: url(../images/up_gybjx_bg.jpg) no-repeat center;
    background-size: cover;
}

.up_gybjx_box .data .item .num {
    font-size: 50px;
}

.up_gybjx_box .data .item .text2 {
    font-size: 16px;
}

.up_column .title {
    font-size: 42px;
    font-weight: bold;
}

.up_column .desc {
    font-size: 32px;
    color: #ff6801;
    line-height: 48px;
    font-weight: bold;
}

.up_gybjx_box .desc2 {
    font-size: 16px;
    color: #1b1b1b;
    line-height: 35px;
    opacity: .7;
}
/* .up_gybjx_box .up_gybjx_text{
    padding-right: 30px;
}
.up_gybjx_box .up_gybjx_pic {
    padding-left: 30px;
} */

.up_qywh_box {
    overflow: hidden;
}

.up_qywh li .text {
    color: #fff;
    line-height: 45px;
    font-size: 30px;
}

.rhjx_hd li {
    display: inline-block;
    font-size: 42px;
    opacity: 0.7;
    margin-right: 100px;
}

.rhjx_hd li.on {
    opacity: 1;
    font-weight: bold;
}

.rhjx_bd .box {
    display: none;
}

.rhjx_bd .box .pic {
    padding: 0 0 0 40px;
}

.rhjx_bd .box .pic img {
    width: 363px;
    height: 260px;
}

.rhjx_pagination {
    position: relative;
}

.rhjx_pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #131515;
    opacity: 0.4;
    margin: 0 7px;
}

.rhjx_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ff6701;
}

.up_tsgp_list {
    overflow: hidden;
    padding-top: 40px;
}

.up_tsgp_list .item {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.up_tsgp_list .item img {
    width: 255px;
    height: 191px;
}

.up_tsgp_list .item:nth-child(1) img {
    width: 690px;
    height: 516px;
}

.up_tsgp_list .item:nth-child(2) img,
.up_tsgp_list .item:nth-child(3) img,
.up_tsgp_list .item:nth-child(4) img,
.up_tsgp_list .item:nth-child(5) img {
    width: 324px;
    height: 243px;
}

.up_tsgp_list .item:nth-child(3),
.up_tsgp_list .item:nth-child(5),
.up_tsgp_list .item:nth-child(10) {
    margin-right: 0;
}

.up_tsgp_list .item .hover {
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(254, 104, 1, 0.75);
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 30px;
}

.up_tsgp_list .item:hover .hover {
    top: 0;
}

.up_mzdl_box {
    background-color: #f5f5f5;
}

.up_mzdl_list {
    overflow: hidden;
    padding-top: 40px;
    justify-content: flex-start;
}

.up_mzdl_list .item {
    width: calc((100% - 92px) / 4);
    position: relative;
    overflow: hidden;
    display: block;
    margin-right: 23px;
}

.up_mzdl_list .item:last-of-type {
    margin: 0;
}

.up_mzdl_list .item img {
    width: 327px;
    height: 582px;
}

.up_mzdl_list .item .hover {
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(254, 104, 1, 0.75);
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 30px;
}

.up_mzdl_list .item:hover .hover {
    top: 0;
}

.up_tscp_list {
    overflow: hidden;
    padding-top: 40px;
}

.up_tscp_list .item {
    position: relative;
    overflow: hidden;
    display: block;
}

.up_tscp_list .item img {
    width: 445px;
    height: 297px;
}

.up_tscp_list .item .hover {
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(254, 104, 1, 0.75);
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 30px;
}

.up_tscp_list .item:hover .hover {
    top: 0;
}

.pic_list_slide {
    position: relative;
    height: 680px;
}

.gallery-top {
    width: 100%;
    height: 572px;
}

.gallery-top img {
    width: 1017px;
    height: 572px;
}

.gallery-top .swiper-slide {
    opacity: 1 !important;
}

.gallery-top .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.gallery-top .swiper-slide.swiper-slide-active .title {
    background: url(../images/pic_list_bg.jpg) no-repeat center;
    color: #fff;
}

.gallery-top .swiper-slide .title {
    position: absolute;
    left: 0;
    top: 50px;
}

.gallery-top .swiper-slide .title {
    width: 502px;
    height: 68px;
    background-color: #fff;
    padding: 0 25px;
    line-height: 68px;
    box-sizing: border-box;
    font-size: 18px;
}

.gallery-top .swiper-slide:nth-child(2) .title {
    top: 166px;
}

.gallery-top .swiper-slide:nth-child(3) .title {
    top: 282px;
}

.gallery-top .swiper-slide:nth-child(4) .title {
    top: 397px;
}

.gallery-thumbs_box {
    width: 886px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.gallery-thumbs .swiper-slide {
    width: 277px;
    height: 100%;
    opacity: 1;
    background: #000;
}

.gallery-thumbs .swiper-slide img {
    width: 277px;
    height: 156px;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-active img {
    opacity: 1;
}

.gallery-thumbs_box .swiper-button-prev,
.gallery-thumbs_box .swiper-button-next {
    background: none;
    left: -15px;
    width: auto;
    height: auto;
}

.gallery-thumbs_box .swiper-button-next {
    left: auto;
    right: -15px;
}

.gallery-top {
    width: 100%;
    height: 572px;
}

.gallery-top .pic {
    position: absolute;
    right: 0;
    top: 0;
}

.pic_list_slide .bg {
    width: 479px;
    height: 524px;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
}

.right_adv {
    position: fixed;
    right: 18px;
    top: 50%;
    margin-top: -222px;
    z-index: 1000;
}

.right_adv li {
    position: relative;
    text-align: center;
    width: 81px;
    height: 81px;
    background-color: #ff6801;
    box-shadow: 0px 18px 23px 6px rgba(0, 0, 0, 0.2),
        inset 0px 5px 23px 4px #893800;
    border-radius: 10px;
    border: solid 1px #ff6801;
    margin-bottom: 10px;
}

.right_adv li a {
    height: 81px;
    flex-direction: column;
    color: #fff;
}

.right_adv a img {}

.right_adv .hover {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: -1px 5px 23px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    right: 110%;
    top: 0;
    display: none;
}

.right_adv .hover img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.right_adv .hover .title {
    color: #ff6801;
    margin-top: 5px;
}

.right_adv li:hover {
    background-color: #ff6801;
    box-shadow: 0px 18px 23px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: solid 1px #ff6801;
}

.right_adv li:hover .hover {
    display: block;
}