@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/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;
}

.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: #2e2e2e;
    font-family: '微软雅黑';
    font-size: 16px;
    background: #fff;
}

a {
    color: #2e2e2e;
}

a:hover {
    color: #3475ca;
}

.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-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-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: #3475ca;
    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;
}



.mheader,
.mnav {
    display: none;
}

.header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    background: #3475ca;
    box-sizing: border-box;
}

.header h1 {
    width: auto;
    padding-left: 0px;
}

.header h1 img {
    height: 75px;
}

.header .cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

.header .cont .logo1 .pic2,
.header .cont .logo1 .pic1 {
    display: none;
}

.header .cont .logo1 .pic1 {
    display: block;
}

.header:hover .cont .logo1 .pic1 {
    display: none;
}

.header:hover .cont .logo1 .pic2 {
    display: block;
}

.header a {
    font-size: 16px;
}

.header .navbox {
    background-color: #3475ca;
}

.header .nav>ul {
    display: flex;
    flex-flow: row nowrap;
}

.header .nav>ul>li {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header .nav>ul>li>a {
    height: 75px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    line-height: 75px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    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;
    color: #fff;
    font-weight: bold;

}

.header .nav>ul>li>a .en {
    width: 100%;
    height: 75px;
    background: #3475ca;
    position: absolute;
    left: 0;
    top: 75px;
    transition: All 0.8s ease-in-out;
    -webkit-transition: All 0.8s ease-in-out;
    -moz-transition: All 0.8s ease-in-out;
    -o-transition: All 0.8s ease-in-out;

}

.header .nav>ul>li>a .cn {
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.header:hover .nav>ul>li>a {
    color: #232c2c;
}

.header:hover .nav>ul>li:hover {
    color: #fff;
}

.header:hover .nav>ul>li:hover>a {
    color: #fff;
}

.header:hover .nav>ul>li:hover>a .en {
    top: 0;
}

/* .header .nav>ul>li:last-child a{
	padding-right: 0;
} */
.header .nav>ul>li.tp_sch {
    padding: 0;
}

.header .nav>ul>li.tp_sch>a {
    padding: 0;
    width: 35px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav>ul>li .layui-icon {
    font-size: 16px;
    display: block;
    background: #cfc330;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav>ul>li:hover>a {
    color: #3475ca;
}

.header .nav>ul>li>ul {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    padding: 20px 0 0;
    top: 75px;
    left: 0;
    box-sizing: border-box;
    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;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    height: 0;
    overflow: hidden;
}

.header .nav>ul>li>ul>li {
    padding: 0;
    text-align: center;


}

.header .nav>ul>li>ul>li a {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 30px;
}

.header .nav>ul>li>ul>li:hover {
    background: #3475ca;
    color: #fff;
}

.header .nav>ul>li>ul>li:hover a {
    color: #fff;
}

.header .nav>ul>li:hover ul {}

.header .nav .submenu .body {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .nav .submenu .body img {
    width: 305px;
    height: 130px;
}

.header .nav .submenu .navli {
    padding-right: 100px;
    margin-right: 130px;
    width: 622px;
    border-right: 1px solid #cdcdce;
}

.header .nav .submenu .navli li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header .nav .submenu .navli li a {
    display: block;
    border-bottom: 1px solid #d7d7d8;
    padding: 5px 15px;
}

.header .nav .submenu .navli li a:hover {
    border-bottom: 1px solid #7292e2;
    color: #7292e2;
}

.header .hover {
    width: 100%;
    height: 0;
    background: #f7f8fa;
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 1;
    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;
    overflow: hidden;

}

.header:hover .hover {
    display: block;
    height: 250px;
}

.header .cont:hover ul {}

.header:hover {
    background: #fff;
}


.head_frame {
    width: 100%;
    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;

}

.opacity_head {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    z-index: 1000;
    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;

    position: fixed;
    top: 0;
    left: 0;
    /* position: relative; */
    /* transform: translateY(-100%); */
}

.top_text {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.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: 999;
    width: 100%;
    height: 64px;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 0 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 {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
    width: 165px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 45px !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: #666;
}

.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 .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: 150px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    border: solid 1px #ffffff;
    border-radius: 100%;
    font-size: 50px;
    color: #fff;
    display: none;
}

#bannerslide:hover .swiper-button-next,
#bannerslide:hover .swiper-button-prev {
    display: block;
}

#bannerslide .swiper-button-next {
    left: auto;
    right: 150px;
}

#bannerslide .swiper-button-next:after,
#bannerslide .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    display: none;
}

#bannerslide .swiper-pagination {
    bottom: 20px;
}

#bannerslide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    border-radius: 100%;
    background: none;
    margin: 0 4px;
    box-sizing: border-box;
    opacity: 1;
}

#bannerslide .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}

.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.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.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#up-banner {
    height: 300px;
    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 {
    position: absolute;
    left: 15px;
    bottom: 100px;
    font-size: 14px;
    z-index: 2;
}

#up-banner .position h3 {
    font-size: 36px;
}

#up-banner .position .en {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}

#up-banner .layui-container {
    height: 100%;
}

.nav_box {
    background: #3475ca;
}

#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 .layui-row {
    overflow: inherit;
}

.leftmenu {
    background: #fff;
    overflow: hidden;
}


.leftmenu li {
    height: 43px;
    line-height: 43px;
    position: relative;
    min-width: auto;
    border: 1px solid #3475ca;
    z-index: 1;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
}

.leftmenu li a {
    display: block;
    font-size: 16px;
    padding: 0 40px;
    position: relative;
    text-align: center;
}



.leftmenu li.layui-this a,
.leftmenu li a:hover {
    color: #fff;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    border: 1px solid #3475ca;
    z-index: 2;
    background: #3475ca;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 50px;
    background: #fff;
}


.page_detail {
    background: #fff;
    padding: 50px;
    border: 1px solid #f2f2f2;
}

.detail_box {
    padding: 0px;
    line-height: 2.5em;
    font-size: 16px;
    overflow: hidden;
}

.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}

.col-att {
    font-size: 14px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.col-att a {
    color: #999;
}

.col-att .linedc {
    padding: 0 10px;
}

.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;
}

.pager li {
    width: 49%;
    float: left;
}

.pager li a {}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #3475ca;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    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: #3475ca;
}

.textlist {
    padding: 0px;
    overflow: hidden;
}

.textlist li {}

.textlist li a {
    background: #fff;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    border-radius: 10px;
}

.textlist li .time {
    flex: none;
    color: #232c2c;
    width: 75px;
    height: 75px;
    text-align: center;
    box-sizing: border-box;
}

.textlist li .ri {
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #232c2c;
}

.textlist li .nianyue {
    line-height: 30px;
    color: #aaa;
}

.textlist li .text {
    width: calc((100% - 120px));
    position: relative;
}

.textlist li .text::before {
    content: '';
    width: 1px;
    height: 64px;
    background-color: #f2f2f2;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -32px;
}


.textlist li .text1 {
    height: 21px;
    font-size: 18px;
}

.textlist li .text2 {
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #999999;
}


.textlist li:hover {
    transition: border .4s;
}

.textlist li:hover .text1 {
    font-weight: bold;
}

.textlist li.dccylja .time,
.textlist li.dccylja .text2 {
    display: none;
}

.xyhdslide {
    height: 700px;
}


.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #3475ca;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}


.piclist li a {
    display: block;
    background: #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 15px 0;
    border-radius: 10px;
}

.piclist li .pic {
    border-radius: 10px;
}

.piclist li .text {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    height: 154px;
    overflow: hidden;
}

.piclist li .title {
    font-size: 16px;
}

.piclist li .time {
    opacity: .5;
}

.piclist li a:hover {
    font-weight: bold;
}

.piclist2 li a {
    display: block;
    position: relative;
}

.piclist2 li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    color: #fff;

}

.piclist2 li .title {
    height: 20px;
    line-height: 20px;
}

.tuwenlist li {}

.tuwenlist li a {
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.tuwenlist li .pic {
    background: #f8f8f8;
}

.tuwenlist li .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}

.tuwenlist li .text0 {
    padding: 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.tuwenlist li .title {
    height: 28px;
    line-height: 28px;
}

.tuwenlist li .desc {
    height: 56px;
    line-height: 28px;
    color: #b0b0b0;
    font-size: 14px;
}

.tuwenlist li .time {
    font-size: 14px;
    color: #3475ca;
}

.tuwenlist li .more {
    font-size: 14px;
    color: #3475ca;
    width: 78px;
    height: 26px;
    border: solid 1px #3475ca;
    text-align: center;
    line-height: 26px;
}

.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: #3475ca;
}

.search_list .item .text1 {
    color: #333;
    font-size: 18px;
}

.search_list .item:hover .text {
    background: #3475ca;
}

.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;
    text-align: left;
    background: url(../images/bg2.png) no-repeat left bottom;
    padding-bottom: 25px;
}

.column .cn {
    font-size: 30px;
    font-weight: bold;
}

.column .en {
    font-size: 14px;
    color: #919191;
    text-transform: uppercase;
}

.column .more {
    float: right;
    font-size: 14px;
    color: #acacac;
    text-transform: uppercase;
    margin-top: 10px;
}

.bgbai {
    background: #fff;
    padding: 30px 30px 10px;
}

.infolist {}

.infolist li {
    height: 59px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 59px;
    overflow: hidden;
}

.infolist li .title {
    width: calc((100% - 100px));
    height: 59px;
    float: left;
    overflow: hidden;
    position: relative;
}

.infolist li .shijian {
    float: right;
    color: #d1d1d1;
}

.infolist li a {
    padding-left: 15px;
}

.infolist li .title::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 100%;
}

.infolist li:hover .title::before {
    background-color: #3475ca;
}

.infolist li:last-child {
    border-bottom: none;
}

.pchide {
    display: none;
}

.phhide {
    display: block;
}

.footer {
    background: #3475ca;
    color: #a6bdae;
    font-size: 14px;
}

.footer a {
    color: #a6bdae;
    font-size: 14px;
}

.copyright {
    line-height: 30px;
    overflow: hidden;
}

#logo {
    margin: 0;
}

#header #logo2 {
    display: none;
}

#header.fixed #logo2 {
    display: block;
}

#header.fixed #logo1 {
    display: none;
}

#topNav button.btn-mobile {
    margin-top: 10px;
}

#header li.quick-cart .quick-cart-box {
    display: none;
    right: 0;
    left: auto;
    padding: 10px;
}

#header li.quick-cart .quick-cart-box {
    width: 172px;
}

#header li.quick-cart .quick-cart-wrapper {
    overflow: hidden;
}

#header li.quick-cart .quick-cart-box a {
    display: block;
    padding: 0;
    border-bottom: rgba(0, 0, 0, 0.04) 1px solid;
}

.nav-main>li {
    background: url(ico3.jpg) no-repeat right;
}

.nav-main>li:last-child {
    background: none;
}

.nav-main>li>a {
    padding: 10px 25px;
}

.nav-main>li>a>img {
    margin-right: 8px;
}

.nav-main>li>a:hover {
    color: #b50916 !important;
}

#topMain.nav-pills>li:hover>a,
#topMain.nav-pills>li:focus>a,
#topMain.nav-pills>li>a.selected {
    color: #b50916;
    background-color: rgba(181, 9, 22, 0.2);
}

#topNav ul.dropdown-menu {
    min-width: 150px;
    left: 50%;
    margin-left: -75px;
}

#topNav ul.dropdown-menu li {
    text-align: center;
}

.nav-menu-content-box {
    z-index: 100;
    position: relative;
}

.nav-menu-content {
    overflow: hidden;
    height: 100px;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.nav-menu-content-item {
    box-shadow: 0 2px 15px #ccc;
    height: 340px;
    position: absolute;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav-menu-content-cell {
    height: 100px;
    width: 100%;
    background: #fff;
}

.nav-menu-content-sell {
    margin: 0 auto;
    position: relative;
    width: 1400px;
}

.nav-menu-content-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background:#eee; */
    height: 200px;
}

.nav-menu-content-logo {
    float: left;
    margin-right: 195px;
    width: 350px;
}

.nav-menu-content-home {
    display: inline;
    float: left;
    width: 80px;
}

.nav-menu-content-home a {
    display: block;
    color: #2d2c2c;
    text-align: center;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
}

.nav-menu-content-home a:hover {
    color: #fff;
    background: #3273c9;
}

.nav-menu-content-info {
    width: 770px;
    display: inline;
    float: left;
}

.navMenu-item {
    display: inline;
    float: left;
    width: 110px;
}

.navMenu-item a {
    display: block;
    cursor: pointer;
    color: #2d2c2c;
    font-size: 16px;
    line-height: 100px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.navMenu-item-content {
    height: 225px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: all ease-in .2s;
    padding-top: 15px;
}

.navMenu-item-6 .navMenu-item-content {
    border-right: 0;
}

.navMenu-item-content ul li {
    width: 100%;
    display: inline;
    float: left;
    height: 30px;
    text-align: center;
}

.navMenu-item-content ul li a {
    color: #bbb;
    font-size: 13px;
    border-right: 0;
    height: 30px;
    line-height: 30px;
    display: inline;
}

.navMenu-item:hover .navMenu-title,
.navMenu-item a.selected {
    background: #3273c9;
    cursor: pointer;
    color: #fff;
}

.navMenu-item:hover .navMenu-item-content {
    background-color: #fff;
    cursor: pointer;
}

.navMenu-item:hover .navMenu-item-content ul li a {
    color: #000;
}

.navMenu-item-content ul li a:hover {
    color: #3273c9;
    border-bottom: 2px solid #3273c9
}

.navMenu-item-two ul li {
    width: 100%;
}

.nav-icon {
    width: 19px;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 50%;
    line-height: 1;
    background: #EC5E24;
    border-radius: 10px;
    color: #FFF;
    margin-left: 20px;
}

.navMenu-list-title {
    width: 100%;
    height: 26px;
    line-height: 26px;
    /* margin-top: 6px; */
    text-align: center;
    color: #b8b8b8;
    position: relative;
    float: left;
    font-family: 'Microsoft YaHei';
}

.navMenu-list-line {
    width: 169px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAABCAYAAACYCO/KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTA2MTdCNTkyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTA2MTdCNUEyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDYxN0I1NzIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDYxN0I1ODIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PibsvwIAAAB3SURBVCjP7Y2JCcAgDEVjLfacwf3X0h162yOFHwjSQgdo4PG+RhMTQnBEZBjLFODOJXDKFWhwbpHFNz1cM526b9QMh77YZjsFUs7za3nvDf31uWKM58en+0PeHziYldkyJ2ZmFnhSeVB3woj+hJ78XWE9P2F3ugAlSC239Ce4gwAAAABJRU5ErkJggg==');
    background-repeat: repeat-x;
    background-size: cover;
}

.navMenu-item-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 21px;
    margin-right: 5px;
    width: 18px;
    height: 20px;
}

.navMenu-item-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.navMenu-item-four ul li {
    width: 100%;
}

.navMenu-item-four ul li a:hover {
    border-bottom: 0;
}

.navMenu-item-tex {
    text-align: left;
    display: inline-block;
    width: 71px;
}

.navMenu-item-four .navMenu-item-content {
    border-right: 0;
}

.dow-hover .nav-menu-content {
    overflow: visible;
}

.nav_right {
    line-height: 100px;
}

.nav_right a {
    margin-left: 10px;
    font-size: 18px;
}

.nav_right a img {
    margin-top: -4px;
}

.xwzx {
    background: url(../images/bg1.png) no-repeat center top;
}

.xwzx_hd,
.xwzx_hd2 {
    height: 33px;
    border-bottom: 1px solid #e5e5e5;
}

.xwzx_hd li,
.xwzx_hd2 li {
    float: left;
    font-size: 20px;
    margin-right: 28px;
    line-height: 20px;
    cursor: pointer;
}

.xwzx_hd li:last-child,
.xwzx_hd2 li:last-child {
    margin-right: 0;
}

.xwzx_hd li.on,
.xwzx_hd2 li.on {
    border-bottom: 3px solid #3273c9;
    height: 32px;
    font-weight: bold;
}

.xwzx_hd li.on a,
.xwzx_hd2 li.on a {
    color: #3273c9;
}

.xwzx_bd .xwzx_list,
.xwzx_bd2 .xwzx_list {
    display: none;
}

.xwzx_bd .xwzx_list li .datebox,
.xwzx_bd .xwzx_list li .desc {
    display: none;
}

.xwzx_bd2 .xwzx_list li .datebox,
.xwzx_bd2 .xwzx_list li .desc {
    display: none;
}

.xwzx_bd .xwzx_list li {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.xwzx_bd2 .xwzx_list li {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
}

.xwzx_bd .xwzx_list li .title,
.xwzx_bd2 .xwzx_list li .title {
    padding-right: 10px;
}

.xwzx_bd .xwzx_list li .shijian,
.xwzx_bd2 .xwzx_list li .shijian {
    float: right;
    color: #a7a7a7;
}

.xwzx_bd .xwzx_list li:hover .title,
.xwzx_bd2 .xwzx_list li:hover .title {
    font-weight: bold;
}

.xwzx_bd .xwzx_list li:first-child {
    height: 100px;
    line-height: normal;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.xwzx_bd .xwzx_list li:first-child .shijian {
    display: none;
}

.xwzx_bd .xwzx_list li:first-child .datebox,
.xwzx_bd .xwzx_list li:first-child .desc {
    display: block;
}



.xwzx_bd .xwzx_list li:first-child .ri {
    font-size: 40px;
    line-height: 40px;
}

.xwzx_bd .xwzx_list li:first-child .g_phnav2.yxnav_active2 {
    font-size: 14px;
    line-height: 14px;
    color: #a7a7a7;
    margin-top: 5px;
}

.xwzx_bd .xwzx_list li:first-child .datebox {
    float: left;
    width: 102px;
    text-align: center;
    height: 56px;
    border-right: 1px solid #e5e5e5;
    margin-right: 20px;
}

.xwzx_bd .xwzx_list li:first-child .title {
    height: 21px;
    font-weight: bold;
}

.xwzx_bd .xwzx_list li:first-child .title span {
    /* display: none; */
}

.xwzx_bd .xwzx_list li:first-child .desc {
    font-size: 14px;
    color: #a7a7a7;
    margin-top: 12px;
    height: 19px;
    overflow: hidden;
}

.xwzx_bd .xwzx_list .li1 .title span:first-of-type {
    display: none;
}

#xwzx_slide .swiper-slide .text {
    width: 90%;
    background: #fff;
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: 29px;
    box-shadow: 0px 5px 29px 3px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 30px;
}

#xwzx_slide .swiper-slide .text .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

#xwzx_slide .swiper-slide .text .title a {
    font-size: 18px;
    color: #3475ca;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
}

#xwzx_slide .swiper-slide .text .desc {
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    color: #acacac;
}

#xwzx_slide .swiper-slide .text .time {
    font-size: 14px;
    color: #acacac;
}

#xwzx_slide .swiper-pagination {
    right: 65px;
    bottom: 60px;
    width: auto;
    text-align: right;
}

.ddjs_slide .swiper-button-next2,
.ddjs_slide .swiper-button-prev2 {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background-color: #3474c9;
    color: #fff;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}

.ddjs_slide:hover .swiper-button-next2,
.ddjs_slide:hover .swiper-button-prev2 {
    display: block;
}

.ddjs_slide .swiper-button-next2 {
    left: auto;
    right: 0px;
}

.ddjs_slide .swiper-button-next2:after,
.ddjs_slide .swiper-button-prev2:after {
    font-size: 20px;
    color: #fff;
    display: none;
}

.ddjs_list .title {
    border-bottom: 1px solid #ebebeb;
}

.ddjs_list .time {
    color: #a8a8a8;
}

.ywly {
    background: url(../images/bg3.png) no-repeat center top;
}

.ywly_list .box {
    position: relative;
}

.ywly_list .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px;
    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;

}

.ywly_list .text a {
    color: #fff;
}

.ywly_list .text .classname2 {
    height: 0;
    font-size: 14px;
    overflow: hidden;
    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;
}

.ywly_list .text .classname2 a {}

.ywly_list .text .classname1 a {
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ywly_list .text .iconfont {
    font-size: 30px;
    float: left;
    margin-right: 15px;
}

.ywly_list .box:hover .text {
    background: rgba(52, 116, 201, .9);
}

.ywly_list .box:hover .text .classname2 {
    height: auto;
}

.indexadlist2 .swiper-pagination {
    left: auto;
    text-align: right;
    right: 10px;
}

.indexadlist2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 1px #3475ca;
    opacity: 1;
    background: none;
    box-sizing: border-box;
}

.indexadlist2 .swiper-pagination-bullet-active {
    background: #3475ca;
}

.tzgg_list .title {
    border-bottom: 1px solid #ebebeb;
}

.tzgg_list .time {
    color: #a8a8a8;
}

.contentnav .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 70px 50px;
}

.contentnav .layui-col-md6:nth-child(1) .box {
    background: url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
}

.contentnav .layui-col-md6:nth-child(2) .box {
    background: url(../images/bg6.jpg) no-repeat center;
    background-size: cover;
}

.contentnav .box a {
    color: #fff;
}

.contentnav .box .cn {
    font-size: 36px;
    font-weight: bold;
}

.contentnav .box .en {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.contentnav .box .right a {
    display: inline-block;
    padding: 20px;
    border: 1px solid #fff;
}

.contentnav .box .right .layui-icon {
    font-size: 22px;
}

.contentnav .box .left a {
    float: left;
}

.contentnav .box .left .subnav {
    float: left;
    margin-top: 13px;
    margin-left: 30px;
}

.contentnav .box .left .subnav a {
    font-size: 18px;
    margin-right: 20px;
}

.jtxm {
    background: url(../images/bg7.png) no-repeat center top;
}

.spzx {
    background: url(../images/bg8.png) no-repeat center top;
}

.indexadlist3 .swiper-slide {
    background: url(../images/bg9.jpg) no-repeat center;
    background-size: cover;
}

.indexadlist3 .swiper-slide a {
    display: inline-block;
    padding: 25px 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.indexadlist3 .swiper-pagination {
    left: auto;
    text-align: right;
    right: 50px;
    top: 50%;
    margin-top: -12px;
    height: 25px;
}

.indexadlist3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    opacity: 1;
    background: none;
    box-sizing: border-box;
}

.indexadlist3 .swiper-pagination-bullet-active {
    background: #fff;
}


#foot_info {
    color: #dedede;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

#foot_info a {
    color: #dedede;
    font-size: 14px;
}

#foot_erweima {}

#foot_menu {
    overflow: hidden;
}

#foot_menu>ul>li {
    float: left;
    line-height: 49px;
    padding-right: 80px;
}

#foot_menu>ul>li>a {
    display: block;
    padding-right: 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    font-size: 16px;
    color: #333333;
}

#foot_menu>ul>li.nomg {
    padding-right: 0;
}

#foot_menu>ul>li>ul {
    padding-top: 10px;
}

#foot_menu>ul>li>ul>li {
    line-height: 28px;
    overflow: hidden;
}

#foot_menu>ul>li>ul>li a {
    font-size: 14px;
    color: #999;
}

#linkbox .link {
    width: 100%;
    height: 40px;
    border: 1px solid #e4e4e4;
    padding: 0 0 0 20px;
    color: #bababa;
    font-size: 14px;
}

.navigation {
    height: 40px;
    line-height: 40px;
    color: #777;
    font-size: 14px;
}

.navigation a {
    color: #777;
}

.navigation img {
    vertical-align: sub;
    margin-right: 12px;
}

.tab_com {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 50px auto;
}

.tab_com .list {
    display: flex;
    margin: 0 auto;
}

.tab_com ul li {
    position: relative;
    /* width: 148px; */
    background-color: #eeeeee;
    text-align: center;
    color: #666666;
    font-size: 20px;
    cursor: pointer;
    margin-right: 2px;
    /* padding: 5px 0; */
    display: flex;
    justify-content: center;
    align-items: center;

    width: auto;
    padding: 5px 30px;
}

.tab_com ul li a {
    color: #666666;
}

.tab_com .active {
    background-color: #3273c9;
}

.tab_com .active a {
    color: #fff;
}

.tab_com .active::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 14px;
    background: url(../images/date_ico.png) no-repeat center;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}

#dtl_detail {
    line-height: 2em;
}

#dtl_detail img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

#dtl_detail p {
    margin-bottom: 10px;
}

.lingdaolist li {
    cursor: pointer;

}

.lingdaolist li .img {
    width: 100%;
    height: 332px;
    display: none;
}

.lingdaolist li .img img {
    width: 100%;
    height: 100%;
}

.lingdaolist li .name_info .line {
    width: 129px;
    height: 1px;
    background-color: #eeeeee;
    margin: 10px 0;
}

.lingdaolist li .name_info {
    padding: 25px;
    position: relative;
    background: url(../images/jtld-li-bg.png) top left no-repeat #f8f8f8;
}

.lingdaolist li:hover .name_info {
    background: url(../images/jtld-li-bg.png) top left no-repeat #eaf3ff;
}

.lingdaolist li .name_info::before {
    content: '';
    width: 127px;
    height: 29px;
    background: url(../images/jtld-li-logo.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 36px;
    display: none;
    transition: all 0.5s ease-in-out;
}

.lingdaolist li:hover .name_info::before {
    display: block;
    transition: all 0.5s ease-in-out;
}


.lingdaolist li .name_info .name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.lingdaolist li .name_info .name1 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    height: 28px;
    margin-top: 10px;
}

.lingdaolist li .name_info .name2 {
    padding: 15px 0 15px;
    border-bottom: 1px dashed #e3e3e3;
    color: #7c7c7c;
    height: 22px;
}

.lingdaolist li .name_info .info {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 10px;
    height: 150px;
    text-align: justify;
    -webkit-line-clamp: 5;
}

.jtld-two li .name_info .info,
.jtld-three li .name_info .info {
    height: 180px;
    -webkit-line-clamp: 6;
}

.jtld-one li .name_info .info {
    height: 150px;
    -webkit-line-clamp: 5;
}


.month ul {
    display: inline-block;
    display: flex;
    justify-content: center;
}

.month ul li {
    width: 80px;
    height: 18px;
    border-right: 1px solid #ccc;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.month ul li:nth-last-child(1) {
    border-right: none;
}

.month ul .active a {
    color: #3273c9;
}

.month ul .active a {
    padding-bottom: 5px;
    border-bottom: 2px solid #3273c9;
}

.bg_mg {
    margin: 47px auto 40px;
}

#content {
    min-height: 632px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#content li {
    width: 645px;
    height: 226px;
    background-color: #f8f8f8;
    padding: 35px 60px;
    margin-top: 25px;
    border: 1px solid rgba(225, 225, 225, 0);
    box-sizing: border-box;
}

#content li h3 {
    color: #3273c9;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
}

#content li a {
    display: inline-block;
}

#content li p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

#content li .more {
    width: 105px;
    height: 33px;
    background-color: #f8f8f8;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 33px;
    margin-top: 30px;
    color: #999999;
    ;
}

#content li:hover {
    border: solid 1px #3273c9;
}

#content li:hover .more {
    width: 105px;
    height: 33px;
    background-color: #3273c9;
    color: #fff;
}

#ygfc li .img {
    box-sizing: border-box;
}

#ygfc li:hover .img {
    border: solid 2px #3273c9;
}

#ygfc li .img img {
    width: 100%;
    height: 100%;
}

#ygfc li .name_info .line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 10px 0;
}

#ygfc li .name_info {
    padding: 25px;
    background: url(../images/jiant.png) no-repeat 95% 50%;
    transition: 0.5s;
}

#ygfc li:hover .name_info {
    background: url(../images/jiant_on.png) no-repeat 95% 50%;
}

#ygfc li .name_info .name a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

#ygfc li:hover .name_info .name a {
    color: #3273c9;
}

#ygfc li .name_info .info {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding-top: 10px;
    text-transform: uppercase;
}

#ygfc li:hover .name_info .info {
    color: #3273c9;
}

#ygfcs {
    overflow: hidden;
    margin-bottom: 30px;
}

#ygfcs li .img {
    width: 100%;
    height: 216px;
}

#ygfcs li .img img {
    width: 100%;
    height: 100%;
}

#ygfcs li .name_info {
    padding: 10px 0;
}

#ygfcs li .name_info .name {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

#ygfcs li .name_info .info {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding-top: 10px;
}

.rencailist li .name_info {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.rencailist li .img {
    width: 100%;
    height: 332px;
    display: none;
}

.rencailist li .img img {
    width: 100%;
    height: 100%;
}

.rencailist li .name_info .line {
    width: 129px;
    height: 1px;
    background-color: #eeeeee;
    margin: 10px 0;
}

.rencailist li .name_info {
    padding: 18px;
}

.rencailist li .name_info .name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.rencailist li .name_info .name1 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    height: 28px;
}

.rencailist li .name_info .name2 {
    padding: 20px 0 20px;
    border-bottom: 1px dashed #e3e3e3;
    color: #7c7c7c;
}

.rencailist li .name_info .info {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 10px;
    height: 130px;
}

.main {
    background: url(../images/bg3.png) repeat-y center 400px;
}

.tuwenlist2 li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #eee;
}

.tuwenlist2 li .img {
    flex: none;
    width: 425px;
}

.tuwenlist2 li .tw_con_box {
    padding: 30px;
}

.tuwenlist2 li .title {
    font-size: 18px;
}

.tuwenlist2 li .des a {
    font-size: 14px;
    color: #a5a5a5;
    line-height: 2em;
}

.tuwenlist2 li .time {
    font-size: 14px;
    color: #a5a5a5;
}

.tuwenlist2 li:hover .title a {
    font-weight: bold;
    color: #3273c9;
}

.tuwenlist2 li:hover .time {
    color: #3273c9;
}

.content_search {
    padding: 32px 0 50px;
    position: relative;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0
}

/*搜索结果页*/
.searchNav {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 2px solid #e7e7e7;
}

.searchNav span {
    color: #ef3838;
}

.searchList {
    margin-top: 6px;
}

.searchList .item {
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.searchList .item:hover {
    background-color: #f7f7f7;
}

.searchList .item .search-title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 14px;
}

.searchList .item .search-title span {
    color: #ef3838;
}

.searchList .item .search-txt {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.searchList .item .search-txt span {
    color: #ef3838;
}

.searchList .item .search-date {
    color: #333333;
    font-size: 12px;
}

.searchList .item .search-date em {
    color: #bababa;
    margin: 0 30px 0 15px;
}


.conten .con {
    width: 1200px;
    margin: 0 auto;
}

.conten .con.width_dsj,
.conten .con.width_ywbk {
    width: 1400px;
}

.sublist li .name_info .line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 10px 0;
}

.sublist li .name_info {
    padding: 25px;
    background: url(../images/jiant.png) no-repeat 95% 50%;
    transition: 0.5s;
}

.sublist li:hover .name_info {
    background: url(../images/jiant_on.png) no-repeat 95% 50%;
}

.sublist li .name_info .name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.sublist li:hover .name_info .name {
    color: #3273c9;
}

.sublist li .name_info .info {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding-top: 10px;
    text-transform: uppercase;
}

.sublist li:hover .name_info .info {
    color: #3273c9;
}

.news_b_r .new_more {
    margin-top: -15px !important;
}

.jtxmpic {
    background: url(../images/map_cn.png) no-repeat 55px 410px;
    height: 800px;
}

.conten .con.con.width_ptai {
    width: 1320px;
}

.table-responsive {
    width: 100%;
    overflow-x: scroll;
}

/* -- 诚聘英才 -- */

.jtyclist {
    margin: 0;
    margin-bottom: 10px;
}

.jtyclist li .item {
    display: flex;
    padding: 0 40px 40px 40px;
}

.jtyclist li {
    position: relative;
    padding: 0;
    cursor: pointer;
}

.jtyclist li .mark {
    width: 100%;
    height: 280px;
    background: #f8f8f8;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.jtyclist li .img {
    width: 18.75%;
}

.jtyclist li .img img {
    width: 100%;
}

.jtyclist li .text {
    width: 81.25%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../images/jtyclist-li-mark-bg.png) top left no-repeat;
    background-position-y: 40px;
}


.jtyclist li .text .title a {
    font-size: 26px;
    color: #221714;
    font-weight: bold;
}

.jtyclist li .text .title span {
    color: #221714;
    opacity: .5;
    margin-left: 15px;
}

.jtyclist li .text .xian {
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.jtyclist li .text .desc {
    color: #221714;
    opacity: .5;
    line-height: 25px;
}

.jtyclist li .text a.more {
    color: #3273c9;
    width: 140px;
    height: 45px;
    background: #e3e3e3;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.jtyclist li:hover .mark {
    background: #eaf3ff;
}

.jtyclist li:hover .text a.more {
    background: #3273c9;
    color: #fff;
}

.jtyclist li:hover .text .title a {
    color: #3273c9;
}

.jtyclist li:hover .item {
    background: url(../images/jtyclist-li-mark-logo.png) 96% 87% no-repeat;
}

/* 大事记 */

.up_fzlcbox {
    display: flex;
    grid-template-columns: 70px auto;
}

.up_fzlcbox .hd {
    background: #fff;
    width: 70px;
}

.up_fzlcbox .hd li a {
    display: block;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    cursor: pointer;
}

.up_fzlcbox .hd li a::after {
    content: '';
    width: 5px;
    height: 15px;
    background: url(../images/ico1.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: -5px;
    display: none;
}

.up_fzlcbox .hd li a:hover,
.up_fzlcbox .hd li.on a {
    background: #3151a2;
    color: #fff;
}

.up_fzlcbox .hd li.on a:after {
    display: block;
}

.up_fzlcbox .hd li a:hover::after {
    display: block;
}

.up_fzlcbox .bd {
    width: 100%;
    max-height: 800px;
    background: url(../images/ico2.png) repeat-y 115px 0;
    overflow-y: scroll;
}

.up_fzlcbox .bd::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.up_fzlcbox .bd::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.up_fzlcbox .bd::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #3151a2;
}

.up_fzlcbox .bd .name {
    padding-left: 150px;
    font-size: 30px;
    color: #3151a2;
    font-style: italic;
    position: relative;
}

.up_fzlcbox .bd .name::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    left: 108px;
    top: 50%;
    margin-top: -8px;
    box-sizing: border-box;
    background: #3151a2;
}

.up_fzlcbox .bd .text {
    display: grid;
    grid-template-columns: 75px auto;
}

.up_fzlcbox .bd .text .month {
    text-align: right;
    padding: 12px 0;
    line-height: 2em;
    position: relative;
    font-size: 16px;
}

.up_fzlcbox .bd .text .month::after {
    content: '';
    width: 12px;
    height: 2px;
    background: #3151a2;
    position: absolute;
    right: -47px;
    top: 28px;
}

.up_fzlcbox .bd .text .title {
    padding-left: 75px;
}

.up_fzlcbox .bd .text .title a {
    display: inline-block;
    background: #f7f7f7;
    padding: 12px 20px;
    border-radius: 5px;
    line-height: 2em;
}

.beijing .pull-left {
    width: 100%;
}

/* --------------- */

.main-dqgz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-dqgz .item {
    width: 48%;
}

.main-dqgz .item .box {
    margin-bottom: 12px;
}

.main-dqgz .item .box:last-of-type {
    margin: 0;
}

.main-dqgz .item .img {
    overflow: hidden;
}

.main-dqgz .item .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.main-dqgz .item .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ddjs {
    background: url(../images/bg1.png) no-repeat center top;
}

.advlistzt2,
.advlistzt2 .swiper-wrapper {
    width: 100%;
    height: 450px;
}

.advlistzt2 .swiper-slide {
    width: 100%;
    height: 100px;
}